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:49:07 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.001173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_in;
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "1.179479, 1.203745, 1.278776, 1.552613, 2.890194",\
|
|
"1.228249, 1.252515, 1.327545, 1.601382, 2.938964",\
|
|
"1.340568, 1.364834, 1.439864, 1.713701, 3.051283",\
|
|
"1.649664, 1.673930, 1.748960, 2.022797, 3.360379",\
|
|
"2.729154, 2.753420, 2.828450, 3.102287, 4.439869");
|
|
}
|
|
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.045000, 0.068424, 0.156267, 0.526635, 2.365099",\
|
|
"0.045000, 0.068424, 0.156267, 0.526635, 2.365099",\
|
|
"0.045000, 0.068424, 0.156267, 0.526635, 2.365099",\
|
|
"0.045001, 0.068424, 0.156267, 0.526635, 2.365100",\
|
|
"0.045002, 0.068425, 0.156267, 0.526634, 2.365114");
|
|
}
|
|
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 ( "1.298589, 1.317806, 1.367246, 1.499363, 2.072298",\
|
|
"1.349334, 1.368551, 1.417991, 1.550108, 2.123043",\
|
|
"1.460772, 1.479989, 1.529429, 1.661546, 2.234481",\
|
|
"1.776602, 1.795819, 1.845259, 1.977376, 2.550311",\
|
|
"2.766921, 2.786138, 2.835579, 2.967695, 3.540629");
|
|
}
|
|
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.043718, 0.056721, 0.096351, 0.242007, 1.012632",\
|
|
"0.043718, 0.056721, 0.096351, 0.242007, 1.012632",\
|
|
"0.043718, 0.056721, 0.096351, 0.242007, 1.012632",\
|
|
"0.043718, 0.056721, 0.096351, 0.242007, 1.012633",\
|
|
"0.043717, 0.056721, 0.096351, 0.242007, 1.012635");
|
|
}
|
|
|
|
} /* 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.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "1.179479, 1.203745, 1.278776, 1.552613, 2.890194",\
|
|
"1.228249, 1.252515, 1.327545, 1.601382, 2.938964",\
|
|
"1.340568, 1.364834, 1.439864, 1.713701, 3.051283",\
|
|
"1.649664, 1.673930, 1.748960, 2.022797, 3.360379",\
|
|
"2.729154, 2.753420, 2.828450, 3.102287, 4.439869");
|
|
}
|
|
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.045000, 0.068424, 0.156267, 0.526635, 2.365099",\
|
|
"0.045000, 0.068424, 0.156267, 0.526635, 2.365099",\
|
|
"0.045000, 0.068424, 0.156267, 0.526635, 2.365099",\
|
|
"0.045001, 0.068424, 0.156267, 0.526635, 2.365100",\
|
|
"0.045002, 0.068425, 0.156267, 0.526634, 2.365114");
|
|
}
|
|
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 ( "1.298589, 1.317806, 1.367246, 1.499363, 2.072298",\
|
|
"1.349334, 1.368551, 1.417991, 1.550108, 2.123043",\
|
|
"1.460772, 1.479989, 1.529429, 1.661546, 2.234481",\
|
|
"1.776602, 1.795819, 1.845259, 1.977376, 2.550311",\
|
|
"2.766921, 2.786138, 2.835579, 2.967695, 3.540629");
|
|
}
|
|
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.043718, 0.056721, 0.096351, 0.242007, 1.012632",\
|
|
"0.043718, 0.056721, 0.096351, 0.242007, 1.012632",\
|
|
"0.043718, 0.056721, 0.096351, 0.242007, 1.012632",\
|
|
"0.043718, 0.056721, 0.096351, 0.242007, 1.012633",\
|
|
"0.043717, 0.056721, 0.096351, 0.242007, 1.012635");
|
|
}
|
|
|
|
} /* 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.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "1.569686, 1.593951, 1.668980, 1.942815, 3.280398",\
|
|
"1.619665, 1.643931, 1.718959, 1.992794, 3.330378",\
|
|
"1.732105, 1.756371, 1.831399, 2.105234, 3.442818",\
|
|
"2.074231, 2.098497, 2.173525, 2.447360, 3.784944",\
|
|
"3.343637, 3.367902, 3.442930, 3.716765, 5.054349");
|
|
}
|
|
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.045010, 0.068432, 0.156269, 0.526629, 2.365195",\
|
|
"0.045010, 0.068432, 0.156269, 0.526629, 2.365195",\
|
|
"0.045010, 0.068432, 0.156269, 0.526629, 2.365195",\
|
|
"0.045010, 0.068432, 0.156269, 0.526629, 2.365196",\
|
|
"0.045011, 0.068433, 0.156270, 0.526629, 2.365209");
|
|
}
|
|
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 ( "1.558898, 1.578118, 1.627559, 1.759672, 2.332573",\
|
|
"1.608008, 1.627228, 1.676669, 1.808782, 2.381683",\
|
|
"1.721375, 1.740595, 1.790036, 1.922149, 2.495050",\
|
|
"2.072938, 2.092158, 2.141599, 2.273712, 2.846613",\
|
|
"3.342193, 3.361413, 3.410854, 3.542967, 4.115870");
|
|
}
|
|
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.043710, 0.056725, 0.096345, 0.242006, 1.012707",\
|
|
"0.043710, 0.056725, 0.096345, 0.242006, 1.012707",\
|
|
"0.043710, 0.056725, 0.096345, 0.242006, 1.012707",\
|
|
"0.043710, 0.056725, 0.096345, 0.242006, 1.012706",\
|
|
"0.043711, 0.056725, 0.096346, 0.242006, 1.012701");
|
|
}
|
|
|
|
} /* 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.001673, 0.011945, 0.051173, 0.211173, 1.000000");
|
|
values ( "1.569686, 1.593951, 1.668980, 1.942815, 3.280398",\
|
|
"1.619665, 1.643931, 1.718959, 1.992794, 3.330378",\
|
|
"1.732105, 1.756371, 1.831399, 2.105234, 3.442818",\
|
|
"2.074231, 2.098497, 2.173525, 2.447360, 3.784944",\
|
|
"3.343637, 3.367902, 3.442930, 3.716765, 5.054349");
|
|
}
|
|
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.045010, 0.068432, 0.156269, 0.526629, 2.365195",\
|
|
"0.045010, 0.068432, 0.156269, 0.526629, 2.365195",\
|
|
"0.045010, 0.068432, 0.156269, 0.526629, 2.365195",\
|
|
"0.045010, 0.068432, 0.156269, 0.526629, 2.365196",\
|
|
"0.045011, 0.068433, 0.156270, 0.526629, 2.365209");
|
|
}
|
|
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 ( "1.558898, 1.578118, 1.627559, 1.759672, 2.332573",\
|
|
"1.608008, 1.627228, 1.676669, 1.808782, 2.381683",\
|
|
"1.721375, 1.740595, 1.790036, 1.922149, 2.495050",\
|
|
"2.072938, 2.092158, 2.141599, 2.273712, 2.846613",\
|
|
"3.342193, 3.361413, 3.410854, 3.542967, 4.115870");
|
|
}
|
|
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.043710, 0.056725, 0.096345, 0.242006, 1.012707",\
|
|
"0.043710, 0.056725, 0.096345, 0.242006, 1.012707",\
|
|
"0.043710, 0.056725, 0.096345, 0.242006, 1.012707",\
|
|
"0.043710, 0.056725, 0.096345, 0.242006, 1.012706",\
|
|
"0.043711, 0.056725, 0.096346, 0.242006, 1.012701");
|
|
}
|
|
|
|
} /* 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.002754 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_mode;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002503 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_oeb;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002489 ;
|
|
|
|
/* 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.004027 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk;
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "1.582690, 2.358779, 3.974509, 5.439237, 8.800935",\
|
|
"1.631481, 2.407570, 4.023301, 5.488029, 8.849728",\
|
|
"1.744395, 2.520484, 4.136214, 5.600942, 8.962642",\
|
|
"2.058872, 2.834961, 4.450691, 5.915419, 9.277118",\
|
|
"3.150248, 3.926339, 5.542065, 7.006791, 10.368484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "0.147579, 1.210272, 3.423698, 5.437024, 10.057800",\
|
|
"0.147579, 1.210272, 3.423698, 5.437024, 10.057800",\
|
|
"0.147579, 1.210272, 3.423698, 5.437024, 10.057800",\
|
|
"0.147579, 1.210272, 3.423698, 5.437024, 10.057800",\
|
|
"0.147581, 1.210274, 3.423703, 5.437024, 10.057800");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "2.138628, 2.593534, 3.531913, 4.380970, 6.330945",\
|
|
"2.187103, 2.642009, 3.580388, 4.429445, 6.379419",\
|
|
"2.299434, 2.754340, 3.692719, 4.541776, 6.491751",\
|
|
"2.652857, 3.107763, 4.046143, 4.895199, 6.845174",\
|
|
"3.926830, 4.381737, 5.320116, 6.169174, 8.119150");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "0.093925, 0.696642, 1.967161, 3.113519, 5.739635",\
|
|
"0.093925, 0.696642, 1.967161, 3.113519, 5.739635",\
|
|
"0.093925, 0.696642, 1.967161, 3.113519, 5.739635",\
|
|
"0.093925, 0.696642, 1.967161, 3.113519, 5.739635",\
|
|
"0.093925, 0.696642, 1.967161, 3.113519, 5.739635");
|
|
}
|
|
|
|
} /* 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.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "1.582690, 2.358779, 3.974509, 5.439237, 8.800935",\
|
|
"1.631481, 2.407570, 4.023301, 5.488029, 8.849728",\
|
|
"1.744395, 2.520484, 4.136214, 5.600942, 8.962642",\
|
|
"2.058872, 2.834961, 4.450691, 5.915419, 9.277118",\
|
|
"3.150248, 3.926339, 5.542065, 7.006791, 10.368484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "0.147579, 1.210271, 3.423698, 5.437022, 10.057792",\
|
|
"0.147579, 1.210271, 3.423698, 5.437022, 10.057792",\
|
|
"0.147579, 1.210271, 3.423698, 5.437022, 10.057792",\
|
|
"0.147579, 1.210271, 3.423698, 5.437022, 10.057792",\
|
|
"0.147581, 1.210274, 3.423703, 5.437022, 10.057792");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "2.138628, 2.593534, 3.531913, 4.380970, 6.330945",\
|
|
"2.187103, 2.642009, 3.580388, 4.429445, 6.379419",\
|
|
"2.299434, 2.754340, 3.692719, 4.541776, 6.491751",\
|
|
"2.652857, 3.107763, 4.046143, 4.895199, 6.845174",\
|
|
"3.926830, 4.381737, 5.320116, 6.169174, 8.119150");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004527, 0.046882, 0.134418, 0.214027, 0.396738");
|
|
values ( "0.093925, 0.696641, 1.967159, 3.113518, 5.739635",\
|
|
"0.093925, 0.696641, 1.967159, 3.113518, 5.739635",\
|
|
"0.093925, 0.696641, 1.967159, 3.113518, 5.739635",\
|
|
"0.093925, 0.696641, 1.967159, 3.113518, 5.739635",\
|
|
"0.093925, 0.696641, 1.967159, 3.113518, 5.739635");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una_min*/
|
|
|
|
} /* end of pin pad_flash_clk */
|
|
|
|
pin("pad_flash_clk_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001433 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk_oeb;
|
|
} /* end of pin pad_flash_clk_oeb */
|
|
|
|
pin("pad_flash_csb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000845 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "1.655607, 1.680137, 1.755246, 2.031043, 3.369031",\
|
|
"1.707869, 1.732399, 1.807508, 2.083305, 3.421293",\
|
|
"1.818052, 1.842582, 1.917692, 2.193489, 3.531477",\
|
|
"2.104088, 2.128618, 2.203727, 2.479524, 3.817512",\
|
|
"3.053816, 3.078346, 3.153455, 3.429252, 4.767240");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.044406, 0.067866, 0.155501, 0.531389, 2.372360",\
|
|
"0.044406, 0.067866, 0.155501, 0.531389, 2.372360",\
|
|
"0.044406, 0.067866, 0.155501, 0.531389, 2.372360",\
|
|
"0.044406, 0.067866, 0.155501, 0.531389, 2.372363",\
|
|
"0.044406, 0.067866, 0.155501, 0.531389, 2.372366");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "1.906773, 1.926259, 1.975895, 2.109382, 2.684141",\
|
|
"1.957433, 1.976920, 2.026555, 2.160043, 2.734802",\
|
|
"2.070893, 2.090379, 2.140014, 2.273502, 2.848261",\
|
|
"2.422319, 2.441805, 2.491441, 2.624928, 3.199687",\
|
|
"3.696150, 3.715636, 3.765271, 3.898759, 4.473517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013860");
|
|
}
|
|
|
|
} /* 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.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "1.655607, 1.680137, 1.755246, 2.031043, 3.369031",\
|
|
"1.707869, 1.732399, 1.807508, 2.083305, 3.421293",\
|
|
"1.818052, 1.842582, 1.917692, 2.193489, 3.531477",\
|
|
"2.104088, 2.128618, 2.203727, 2.479524, 3.817512",\
|
|
"3.053816, 3.078346, 3.153455, 3.429252, 4.767240");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.044406, 0.067866, 0.155501, 0.531388, 2.372360",\
|
|
"0.044406, 0.067866, 0.155501, 0.531388, 2.372360",\
|
|
"0.044406, 0.067866, 0.155501, 0.531388, 2.372360",\
|
|
"0.044406, 0.067866, 0.155501, 0.531388, 2.372363",\
|
|
"0.044406, 0.067866, 0.155501, 0.531388, 2.372366");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "1.906773, 1.926259, 1.975895, 2.109382, 2.684141",\
|
|
"1.957433, 1.976920, 2.026555, 2.160043, 2.734802",\
|
|
"2.070893, 2.090379, 2.140014, 2.273502, 2.848261",\
|
|
"2.422319, 2.441805, 2.491441, 2.624928, 3.199687",\
|
|
"3.696150, 3.715636, 3.765271, 3.898759, 4.473517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013859",\
|
|
"0.043430, 0.056257, 0.096134, 0.245754, 1.013860");
|
|
}
|
|
|
|
} /* 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.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "1.743387, 1.767917, 1.843027, 2.118823, 3.456811",\
|
|
"1.790817, 1.815347, 1.890456, 2.166253, 3.504241",\
|
|
"1.903750, 1.928280, 2.003390, 2.279186, 3.617174",\
|
|
"2.218229, 2.242759, 2.317868, 2.593665, 3.931653",\
|
|
"3.307939, 3.332469, 3.407578, 3.683374, 5.021363");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.044407, 0.067867, 0.155501, 0.531388, 2.372374",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372374",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372374",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372374",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "2.023194, 2.042685, 2.092320, 2.225803, 2.800510",\
|
|
"2.071601, 2.091092, 2.140728, 2.274210, 2.848918",\
|
|
"2.184143, 2.203634, 2.253270, 2.386752, 2.961460",\
|
|
"2.537571, 2.557062, 2.606698, 2.740180, 3.314888",\
|
|
"3.815268, 3.834759, 3.884395, 4.017878, 4.592589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.043420, 0.056263, 0.096125, 0.245753, 1.013972",\
|
|
"0.043420, 0.056263, 0.096125, 0.245753, 1.013972",\
|
|
"0.043420, 0.056263, 0.096125, 0.245753, 1.013972",\
|
|
"0.043420, 0.056263, 0.096125, 0.245753, 1.013972",\
|
|
"0.043421, 0.056263, 0.096126, 0.245753, 1.013972");
|
|
}
|
|
|
|
} /* 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.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "1.743387, 1.767917, 1.843027, 2.118823, 3.456811",\
|
|
"1.790817, 1.815347, 1.890456, 2.166253, 3.504241",\
|
|
"1.903750, 1.928280, 2.003390, 2.279186, 3.617174",\
|
|
"2.218229, 2.242759, 2.317868, 2.593665, 3.931653",\
|
|
"3.307939, 3.332469, 3.407578, 3.683374, 5.021363");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.044407, 0.067867, 0.155501, 0.531388, 2.372371",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372371",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372371",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372371",\
|
|
"0.044407, 0.067867, 0.155501, 0.531388, 2.372377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "2.023194, 2.042685, 2.092320, 2.225803, 2.800510",\
|
|
"2.071601, 2.091092, 2.140728, 2.274210, 2.848918",\
|
|
"2.184143, 2.203634, 2.253270, 2.386752, 2.961460",\
|
|
"2.537571, 2.557062, 2.606698, 2.740180, 3.314888",\
|
|
"3.815268, 3.834759, 3.884395, 4.017878, 4.592589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001345, 0.011618, 0.050845, 0.210845, 1.000000");
|
|
values ( "0.043420, 0.056263, 0.096125, 0.245753, 1.013965",\
|
|
"0.043420, 0.056263, 0.096125, 0.245753, 1.013965",\
|
|
"0.043420, 0.056263, 0.096125, 0.245753, 1.013965",\
|
|
"0.043420, 0.056263, 0.096125, 0.245753, 1.013965",\
|
|
"0.043421, 0.056263, 0.096126, 0.245753, 1.013965");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una_min*/
|
|
|
|
} /* end of pin pad_flash_csb */
|
|
|
|
pin("pad_flash_csb_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001800 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb_oeb;
|
|
} /* end of pin pad_flash_csb_oeb */
|
|
|
|
pin("pad_flash_io0_di") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.006617 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_di;
|
|
} /* end of pin pad_flash_io0_di */
|
|
|
|
pin("pad_flash_io0_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001039 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_do;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.625226, 1.649610, 1.724712, 2.000582, 3.338525",\
|
|
"1.678135, 1.702519, 1.777620, 2.053491, 3.391434",\
|
|
"1.787140, 1.811524, 1.886626, 2.162496, 3.500439",\
|
|
"2.071940, 2.096324, 2.171426, 2.447296, 3.785239",\
|
|
"2.980656, 3.005040, 3.080142, 3.356012, 4.693955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.044787, 0.068206, 0.155911, 0.532011, 2.370615",\
|
|
"0.044787, 0.068206, 0.155911, 0.532011, 2.370615",\
|
|
"0.044787, 0.068206, 0.155911, 0.532011, 2.370615",\
|
|
"0.044787, 0.068206, 0.155911, 0.532011, 2.370615",\
|
|
"0.044787, 0.068207, 0.155912, 0.532011, 2.370619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.887396, 1.906709, 1.956269, 2.089789, 2.664435",\
|
|
"1.937050, 1.956363, 2.005923, 2.139443, 2.714089",\
|
|
"2.051160, 2.070473, 2.120033, 2.253552, 2.828199",\
|
|
"2.424423, 2.443736, 2.493296, 2.626815, 3.201462",\
|
|
"3.787483, 3.806795, 3.856355, 3.989875, 4.564522");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.043681, 0.056474, 0.096273, 0.246043, 1.014779",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014779",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014779",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014779",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014779");
|
|
}
|
|
|
|
} /* 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.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.625226, 1.649610, 1.724712, 2.000582, 3.338525",\
|
|
"1.678135, 1.702519, 1.777620, 2.053491, 3.391434",\
|
|
"1.787140, 1.811524, 1.886626, 2.162496, 3.500439",\
|
|
"2.071940, 2.096324, 2.171426, 2.447296, 3.785239",\
|
|
"2.980656, 3.005040, 3.080142, 3.356012, 4.693955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.044787, 0.068206, 0.155911, 0.532011, 2.370614",\
|
|
"0.044787, 0.068206, 0.155911, 0.532011, 2.370614",\
|
|
"0.044787, 0.068206, 0.155911, 0.532011, 2.370614",\
|
|
"0.044787, 0.068206, 0.155911, 0.532011, 2.370614",\
|
|
"0.044787, 0.068207, 0.155912, 0.532011, 2.370619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.886171, 1.905484, 1.955044, 2.088563, 2.663210",\
|
|
"1.935825, 1.955138, 2.004698, 2.138217, 2.712864",\
|
|
"2.049935, 2.069247, 2.118807, 2.252327, 2.826974",\
|
|
"2.424423, 2.443736, 2.493296, 2.626815, 3.201462",\
|
|
"3.786508, 3.805820, 3.855380, 3.988900, 4.563547");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.043681, 0.056474, 0.096273, 0.246043, 1.014778",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014778",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014778",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014778",\
|
|
"0.043681, 0.056474, 0.096273, 0.246043, 1.014778");
|
|
}
|
|
|
|
} /* 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.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.748011, 1.772395, 1.847496, 2.123367, 3.461310",\
|
|
"1.795239, 1.819624, 1.894725, 2.170595, 3.508538",\
|
|
"1.908179, 1.932563, 2.007664, 2.283534, 3.621477",\
|
|
"2.222218, 2.246603, 2.321704, 2.597574, 3.935517",\
|
|
"3.311303, 3.335688, 3.410789, 3.686659, 5.024601");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "2.021945, 2.041261, 2.090822, 2.224337, 2.798938",\
|
|
"2.070253, 2.089570, 2.139130, 2.272645, 2.847246",\
|
|
"2.182869, 2.202186, 2.251746, 2.385261, 2.959862",\
|
|
"2.535369, 2.554685, 2.604246, 2.737761, 3.312361",\
|
|
"3.815137, 3.834453, 3.884013, 4.017529, 4.592132");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096266, 0.246042, 1.014875");
|
|
}
|
|
|
|
} /* 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.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "1.748011, 1.772395, 1.847496, 2.123367, 3.461310",\
|
|
"1.795239, 1.819624, 1.894725, 2.170595, 3.508538",\
|
|
"1.908179, 1.932563, 2.007664, 2.283534, 3.621477",\
|
|
"2.222218, 2.246603, 2.321704, 2.597574, 3.935517",\
|
|
"3.311303, 3.335688, 3.410789, 3.686659, 5.024601");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370629",\
|
|
"0.044788, 0.068208, 0.155912, 0.532010, 2.370632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "2.021945, 2.041261, 2.090822, 2.224337, 2.798938",\
|
|
"2.070253, 2.089570, 2.139130, 2.272645, 2.847246",\
|
|
"2.182869, 2.202186, 2.251746, 2.385261, 2.959862",\
|
|
"2.535369, 2.554685, 2.604246, 2.737761, 3.312361",\
|
|
"3.815137, 3.834453, 3.884013, 4.017529, 4.592132");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096265, 0.246042, 1.014881",\
|
|
"0.043671, 0.056480, 0.096266, 0.246042, 1.014875");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_do */
|
|
|
|
pin("pad_flash_io0_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "1.698567, 1.717712, 1.767673, 1.901802, 2.478009",\
|
|
"1.748513, 1.767658, 1.817620, 1.951748, 2.527956",\
|
|
"1.860891, 1.880036, 1.929998, 2.064126, 2.640333",\
|
|
"2.203247, 2.222392, 2.272354, 2.406482, 2.982689",\
|
|
"3.474255, 3.493403, 3.543376, 3.677512, 4.253722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045805, 0.058325, 0.097512, 0.247134, 1.014891");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "1.455336, 1.479965, 1.555562, 1.831729, 3.170618",\
|
|
"1.504460, 1.529089, 1.604687, 1.880853, 3.219743",\
|
|
"1.617674, 1.642303, 1.717900, 1.994067, 3.332956",\
|
|
"1.969448, 1.994078, 2.069676, 2.345843, 3.684734",\
|
|
"3.239798, 3.264451, 3.340078, 3.616253, 4.955171");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.047519, 0.070657, 0.157522, 0.532393, 2.375398",\
|
|
"0.047519, 0.070657, 0.157522, 0.532393, 2.375398",\
|
|
"0.047519, 0.070657, 0.157522, 0.532393, 2.375398",\
|
|
"0.047523, 0.070661, 0.157524, 0.532393, 2.375398",\
|
|
"0.047624, 0.070753, 0.157577, 0.532379, 2.375392");
|
|
}
|
|
|
|
} /* 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.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "1.698567, 1.717712, 1.767673, 1.901802, 2.478009",\
|
|
"1.748513, 1.767658, 1.817620, 1.951748, 2.527956",\
|
|
"1.860891, 1.880036, 1.929998, 2.064126, 2.640333",\
|
|
"2.203247, 2.222392, 2.272354, 2.406482, 2.982689",\
|
|
"3.474255, 3.493403, 3.543376, 3.677512, 4.253722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045770, 0.058286, 0.097491, 0.247125, 1.014896",\
|
|
"0.045805, 0.058325, 0.097512, 0.247134, 1.014891");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "1.455336, 1.479965, 1.555562, 1.831729, 3.170618",\
|
|
"1.504460, 1.529089, 1.604687, 1.880853, 3.219743",\
|
|
"1.617674, 1.642303, 1.717900, 1.994067, 3.332956",\
|
|
"1.969448, 1.994078, 2.069676, 2.345843, 3.684734",\
|
|
"3.239798, 3.264451, 3.340078, 3.616253, 4.955171");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001790, 0.012063, 0.051290, 0.211290, 1.000000");
|
|
values ( "0.047519, 0.070657, 0.157522, 0.532393, 2.375398",\
|
|
"0.047519, 0.070657, 0.157522, 0.532393, 2.375398",\
|
|
"0.047519, 0.070657, 0.157522, 0.532393, 2.375398",\
|
|
"0.047523, 0.070661, 0.157524, 0.532393, 2.375398",\
|
|
"0.047624, 0.070753, 0.157577, 0.532379, 2.375392");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io0_ieb */
|
|
|
|
pin("pad_flash_io0_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003085 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "1.770537, 1.793768, 1.868786, 2.146251, 3.487450",\
|
|
"1.820484, 1.843715, 1.918732, 2.196197, 3.537396",\
|
|
"1.932861, 1.956092, 2.031110, 2.308575, 3.649774",\
|
|
"2.275205, 2.298436, 2.373454, 2.650919, 3.992118",\
|
|
"3.546080, 3.569311, 3.644328, 3.921793, 5.262992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049172, 0.072418, 0.160269, 0.540431, 2.383319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "1.649303, 1.667150, 1.716073, 1.851009, 2.429657",\
|
|
"1.698427, 1.716274, 1.765197, 1.900133, 2.478781",\
|
|
"1.811640, 1.829488, 1.878410, 2.013347, 2.591995",\
|
|
"2.163322, 2.181170, 2.230092, 2.365028, 2.943676",\
|
|
"3.433898, 3.451746, 3.500668, 3.635605, 4.214262");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046172, 0.058623, 0.097662, 0.251430, 1.034576");
|
|
}
|
|
|
|
} /* 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.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "1.770537, 1.793768, 1.868786, 2.146251, 3.487450",\
|
|
"1.820484, 1.843715, 1.918732, 2.196197, 3.537396",\
|
|
"1.932861, 1.956092, 2.031110, 2.308575, 3.649774",\
|
|
"2.275205, 2.298436, 2.373454, 2.650919, 3.992118",\
|
|
"3.546080, 3.569311, 3.644328, 3.921793, 5.262992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049170, 0.072416, 0.160268, 0.540432, 2.383302",\
|
|
"0.049172, 0.072418, 0.160269, 0.540431, 2.383319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "1.649303, 1.667150, 1.716073, 1.851009, 2.429657",\
|
|
"1.698427, 1.716274, 1.765197, 1.900133, 2.478781",\
|
|
"1.811640, 1.829488, 1.878410, 2.013347, 2.591995",\
|
|
"2.163322, 2.181170, 2.230092, 2.365028, 2.943676",\
|
|
"3.433898, 3.451746, 3.500668, 3.635605, 4.214262");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003585, 0.013857, 0.053085, 0.213085, 1.000000");
|
|
values ( "0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046170, 0.058624, 0.097661, 0.251430, 1.034596",\
|
|
"0.046172, 0.058623, 0.097662, 0.251430, 1.034576");
|
|
}
|
|
|
|
} /* 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.003407 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_di;
|
|
} /* end of pin pad_flash_io1_di */
|
|
|
|
pin("pad_flash_io1_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001248 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_do;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "1.395131, 1.419370, 1.494513, 1.770637, 3.109105",\
|
|
"1.444981, 1.469220, 1.544362, 1.820486, 3.158955",\
|
|
"1.565494, 1.589733, 1.664876, 1.941000, 3.279468",\
|
|
"1.908175, 1.932415, 2.007557, 2.283681, 3.622150",\
|
|
"3.178566, 3.202805, 3.277947, 3.554071, 4.892540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.045069, 0.068476, 0.156299, 0.533088, 2.370507",\
|
|
"0.045069, 0.068476, 0.156299, 0.533088, 2.370507",\
|
|
"0.045069, 0.068476, 0.156299, 0.533088, 2.370509",\
|
|
"0.045069, 0.068476, 0.156299, 0.533088, 2.370509",\
|
|
"0.045071, 0.068478, 0.156299, 0.533087, 2.370527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "1.341094, 1.360263, 1.409775, 1.543425, 2.118086",\
|
|
"1.389210, 1.408379, 1.457891, 1.591541, 2.166202",\
|
|
"1.509663, 1.528832, 1.578344, 1.711994, 2.286655",\
|
|
"1.861063, 1.880231, 1.929743, 2.063393, 2.638055",\
|
|
"3.123602, 3.142770, 3.192282, 3.325933, 3.900602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.043821, 0.056772, 0.096305, 0.246692, 1.019233",\
|
|
"0.043821, 0.056772, 0.096305, 0.246692, 1.019233",\
|
|
"0.043821, 0.056772, 0.096305, 0.246692, 1.019233",\
|
|
"0.043821, 0.056772, 0.096305, 0.246692, 1.019232",\
|
|
"0.043823, 0.056771, 0.096306, 0.246692, 1.019216");
|
|
}
|
|
|
|
} /* 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.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "1.395131, 1.419370, 1.494513, 1.770637, 3.109105",\
|
|
"1.444981, 1.469220, 1.544362, 1.820486, 3.158955",\
|
|
"1.565494, 1.589733, 1.664876, 1.941000, 3.279468",\
|
|
"1.908175, 1.932415, 2.007557, 2.283681, 3.622150",\
|
|
"3.178566, 3.202805, 3.277947, 3.554071, 4.892540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.045069, 0.068476, 0.156299, 0.533088, 2.370507",\
|
|
"0.045069, 0.068476, 0.156299, 0.533088, 2.370507",\
|
|
"0.045069, 0.068476, 0.156299, 0.533088, 2.370509",\
|
|
"0.045069, 0.068476, 0.156299, 0.533088, 2.370509",\
|
|
"0.045071, 0.068478, 0.156299, 0.533087, 2.370527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "1.341094, 1.360263, 1.409775, 1.543425, 2.118086",\
|
|
"1.389210, 1.408379, 1.457891, 1.591541, 2.166202",\
|
|
"1.509663, 1.528832, 1.578344, 1.711994, 2.286655",\
|
|
"1.861063, 1.880231, 1.929743, 2.063393, 2.638055",\
|
|
"3.123602, 3.142770, 3.192282, 3.325933, 3.900602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001748, 0.012020, 0.051248, 0.211248, 1.000000");
|
|
values ( "0.043821, 0.056772, 0.096305, 0.246692, 1.019233",\
|
|
"0.043821, 0.056772, 0.096305, 0.246692, 1.019233",\
|
|
"0.043821, 0.056772, 0.096305, 0.246692, 1.019233",\
|
|
"0.043821, 0.056772, 0.096305, 0.246692, 1.019232",\
|
|
"0.043823, 0.056771, 0.096306, 0.246692, 1.019216");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_do */
|
|
|
|
pin("pad_flash_io1_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001614 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "1.893489, 1.912328, 1.961721, 2.095540, 2.670380",\
|
|
"1.940905, 1.959744, 2.009137, 2.142956, 2.717796",\
|
|
"2.062533, 2.081371, 2.130764, 2.264584, 2.839423",\
|
|
"2.404235, 2.423074, 2.472467, 2.606286, 3.181126",\
|
|
"3.672892, 3.691730, 3.741124, 3.874943, 4.449782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "2.138977, 2.162935, 2.238088, 2.514481, 3.853272",\
|
|
"2.183640, 2.207599, 2.282751, 2.559144, 3.897936",\
|
|
"2.295001, 2.318959, 2.394111, 2.670505, 4.009296",\
|
|
"2.657211, 2.681169, 2.756321, 3.032714, 4.371506",\
|
|
"3.924342, 3.948301, 4.023453, 4.299846, 5.638638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609");
|
|
}
|
|
|
|
} /* 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.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "1.893489, 1.912328, 1.961721, 2.095540, 2.670380",\
|
|
"1.940905, 1.959744, 2.009137, 2.142956, 2.717796",\
|
|
"2.062533, 2.081371, 2.130764, 2.264584, 2.839423",\
|
|
"2.404235, 2.423074, 2.472467, 2.606286, 3.181126",\
|
|
"3.672892, 3.691730, 3.741124, 3.874943, 4.449782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798",\
|
|
"0.044213, 0.057198, 0.096512, 0.247530, 1.022798");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "2.138977, 2.162935, 2.238088, 2.514481, 3.853272",\
|
|
"2.183640, 2.207599, 2.282751, 2.559144, 3.897936",\
|
|
"2.295001, 2.318959, 2.394111, 2.670505, 4.009296",\
|
|
"2.657211, 2.681169, 2.756321, 3.032714, 4.371506",\
|
|
"3.924342, 3.948301, 4.023453, 4.299846, 5.638638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002114, 0.012386, 0.051614, 0.211614, 1.000000");
|
|
values ( "0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609",\
|
|
"0.045702, 0.069101, 0.157047, 0.534567, 2.370609");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io1_ieb */
|
|
|
|
pin("pad_flash_io1_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003199 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "1.710181, 1.733559, 1.808770, 2.086347, 3.428395",\
|
|
"1.757600, 1.780978, 1.856189, 2.133766, 3.475814",\
|
|
"1.879222, 1.902600, 1.977811, 2.255388, 3.597436",\
|
|
"2.220926, 2.244303, 2.319515, 2.597092, 3.939139",\
|
|
"3.489544, 3.512921, 3.588132, 3.865709, 5.207756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051122, 0.074077, 0.161212, 0.540307, 2.391503");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "2.071477, 2.089179, 2.138055, 2.273326, 2.854303",\
|
|
"2.116140, 2.133842, 2.182718, 2.317989, 2.898966",\
|
|
"2.227500, 2.245202, 2.294078, 2.429349, 3.010326",\
|
|
"2.589711, 2.607412, 2.656289, 2.791560, 3.372537",\
|
|
"3.856850, 3.874551, 3.923428, 4.058699, 4.639677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.046674, 0.058530, 0.098027, 0.251914, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251915, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251915, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251915, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251915, 1.031495");
|
|
}
|
|
|
|
} /* 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.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "1.710181, 1.733559, 1.808770, 2.086347, 3.428395",\
|
|
"1.757600, 1.780978, 1.856189, 2.133766, 3.475814",\
|
|
"1.879222, 1.902600, 1.977811, 2.255388, 3.597436",\
|
|
"2.220926, 2.244303, 2.319515, 2.597092, 3.939139",\
|
|
"3.489544, 3.512921, 3.588132, 3.865709, 5.207756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051124, 0.074079, 0.161213, 0.540307, 2.391503",\
|
|
"0.051122, 0.074077, 0.161212, 0.540307, 2.391503");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "2.071477, 2.089179, 2.138055, 2.273326, 2.854303",\
|
|
"2.116140, 2.133842, 2.182718, 2.317989, 2.898966",\
|
|
"2.227500, 2.245202, 2.294078, 2.429349, 3.010326",\
|
|
"2.589711, 2.607412, 2.656289, 2.791560, 3.372537",\
|
|
"3.856850, 3.874551, 3.923428, 4.058699, 4.639677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003699, 0.013971, 0.053199, 0.213199, 1.000000");
|
|
values ( "0.046674, 0.058530, 0.098027, 0.251914, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251914, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251914, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251914, 1.031495",\
|
|
"0.046674, 0.058530, 0.098027, 0.251914, 1.031495");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_oeb */
|
|
|
|
pin("pll_bypass") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005918 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_bypass;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037",\
|
|
"6.470928, 6.493117, 6.568808, 6.847224, 8.191037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660",\
|
|
"0.057837, 0.080596, 0.171243, 0.549805, 2.406660");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904",\
|
|
"5.616444, 5.632491, 5.680810, 5.817049, 6.385904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006418, 0.016690, 0.055918, 0.215918, 1.000000");
|
|
values ( "0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208",\
|
|
"0.049924, 0.061308, 0.103359, 0.257737, 1.036208");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_bypass_redg_min*/
|
|
|
|
} /* end of pin pll_bypass */
|
|
|
|
pin("pll_dco_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_dco_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072",\
|
|
"6.627401, 6.651831, 6.728233, 7.005450, 8.346072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859",\
|
|
"0.054844, 0.077413, 0.162912, 0.537147, 2.381859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310",\
|
|
"5.855222, 5.873179, 5.922372, 6.057122, 6.635310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003340, 0.013612, 0.052840, 0.212840, 1.000000");
|
|
values ( "0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985",\
|
|
"0.047209, 0.059161, 0.098402, 0.250112, 1.022985");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_dco_ena_redg_min*/
|
|
|
|
} /* end of pin pll_dco_ena */
|
|
|
|
pin("pll_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003773 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666",\
|
|
"5.894928, 5.918449, 5.994119, 6.271541, 7.611666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126",\
|
|
"0.054799, 0.077521, 0.163862, 0.540503, 2.386126");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017",\
|
|
"6.025916, 6.043257, 6.091931, 6.226948, 6.806017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004273, 0.014545, 0.053773, 0.213773, 1.000000");
|
|
values ( "0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179",\
|
|
"0.047808, 0.059528, 0.098868, 0.251749, 1.027179");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.003749 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : porb;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005294 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : qspi_enabled;
|
|
} /* end of pin qspi_enabled */
|
|
|
|
pin("reset") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002466 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : reset;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632",\
|
|
"5.943418, 5.966907, 6.041904, 6.318623, 7.657632");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527",\
|
|
"0.047889, 0.071151, 0.159000, 0.537282, 2.376527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710",\
|
|
"6.876031, 6.894187, 6.943245, 7.077579, 7.654710");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002966, 0.013238, 0.052466, 0.212466, 1.000000");
|
|
values ( "0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175",\
|
|
"0.045663, 0.057882, 0.097439, 0.249203, 1.023175");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_reset_redg_min*/
|
|
|
|
} /* end of pin reset */
|
|
|
|
pin("ser_rx") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001786 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_rx;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.614863, 1.638624, 1.713506, 1.987320, 3.323877",\
|
|
"1.666440, 1.690201, 1.765083, 2.038897, 3.375454",\
|
|
"1.778437, 1.802198, 1.877080, 2.150894, 3.487452",\
|
|
"2.100953, 2.124714, 2.199595, 2.473410, 3.809967",\
|
|
"3.214328, 3.238089, 3.312970, 3.586784, 4.923342");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.046630, 0.069881, 0.157713, 0.527997, 2.366156",\
|
|
"0.046630, 0.069881, 0.157713, 0.527997, 2.366157",\
|
|
"0.046630, 0.069881, 0.157713, 0.527997, 2.366157",\
|
|
"0.046630, 0.069881, 0.157713, 0.527997, 2.366157",\
|
|
"0.046631, 0.069882, 0.157713, 0.527997, 2.366165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.482592, 1.501181, 1.550346, 1.682474, 2.255011",\
|
|
"1.531181, 1.549770, 1.598935, 1.731063, 2.303600",\
|
|
"1.643389, 1.661979, 1.711143, 1.843271, 2.415808",\
|
|
"1.997597, 2.016186, 2.065350, 2.197478, 2.770015",\
|
|
"3.326917, 3.345506, 3.394671, 3.526799, 4.099339");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044625, 0.057330, 0.096927, 0.242568, 1.012393");
|
|
}
|
|
|
|
} /* 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.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.614863, 1.638624, 1.713506, 1.987320, 3.323877",\
|
|
"1.666440, 1.690201, 1.765083, 2.038897, 3.375454",\
|
|
"1.778437, 1.802198, 1.877080, 2.150894, 3.487452",\
|
|
"2.100953, 2.124714, 2.199595, 2.473410, 3.809967",\
|
|
"3.214328, 3.238089, 3.312970, 3.586784, 4.923342");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.046630, 0.069881, 0.157713, 0.527997, 2.366156",\
|
|
"0.046630, 0.069881, 0.157713, 0.527997, 2.366156",\
|
|
"0.046630, 0.069881, 0.157713, 0.527997, 2.366156",\
|
|
"0.046630, 0.069881, 0.157713, 0.527997, 2.366157",\
|
|
"0.046631, 0.069882, 0.157713, 0.527997, 2.366165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.482592, 1.501181, 1.550346, 1.682474, 2.255011",\
|
|
"1.531181, 1.549770, 1.598935, 1.731063, 2.303600",\
|
|
"1.643389, 1.661979, 1.711143, 1.843271, 2.415808",\
|
|
"1.997597, 2.016186, 2.065350, 2.197478, 2.770015",\
|
|
"3.326917, 3.345506, 3.394671, 3.526799, 4.099339");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044624, 0.057330, 0.096927, 0.242568, 1.012400",\
|
|
"0.044625, 0.057330, 0.096927, 0.242568, 1.012393");
|
|
}
|
|
|
|
} /* 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.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.105659, 1.129420, 1.204304, 1.478121, 2.814675",\
|
|
"1.156502, 1.180263, 1.255147, 1.528963, 2.865518",\
|
|
"1.260946, 1.284707, 1.359591, 1.633407, 2.969962",\
|
|
"1.505039, 1.528801, 1.603684, 1.877501, 3.214056",\
|
|
"2.293760, 2.317522, 2.392405, 2.666222, 4.002776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.046619, 0.069873, 0.157710, 0.528003, 2.366056",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366057",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366057",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366057",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366057");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.167601, 1.186188, 1.235353, 1.367485, 1.940060",\
|
|
"1.215836, 1.234423, 1.283587, 1.415719, 1.988295",\
|
|
"1.328078, 1.346665, 1.395829, 1.527961, 2.100537",\
|
|
"1.614873, 1.633460, 1.682624, 1.814756, 2.387332",\
|
|
"2.474142, 2.492729, 2.541893, 2.674025, 3.246600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.044634, 0.057325, 0.096933, 0.242568, 1.012315",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012315",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012315",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012315",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012316");
|
|
}
|
|
|
|
} /* 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.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.105659, 1.129420, 1.204304, 1.478121, 2.814675",\
|
|
"1.156502, 1.180263, 1.255147, 1.528963, 2.865518",\
|
|
"1.260946, 1.284707, 1.359591, 1.633407, 2.969962",\
|
|
"1.505039, 1.528801, 1.603684, 1.877501, 3.214056",\
|
|
"2.293760, 2.317522, 2.392405, 2.666222, 4.002776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.046619, 0.069873, 0.157710, 0.528003, 2.366056",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366056",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366056",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366056",\
|
|
"0.046619, 0.069873, 0.157710, 0.528003, 2.366057");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "1.167601, 1.186188, 1.235353, 1.367485, 1.940060",\
|
|
"1.215836, 1.234423, 1.283587, 1.415719, 1.988295",\
|
|
"1.328078, 1.346665, 1.395829, 1.527961, 2.100537",\
|
|
"1.614873, 1.633460, 1.682624, 1.814756, 2.387332",\
|
|
"2.474142, 2.492729, 2.541893, 2.674025, 3.246600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002286, 0.012558, 0.051786, 0.211786, 1.000000");
|
|
values ( "0.044634, 0.057325, 0.096933, 0.242568, 1.012314",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012314",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012314",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012314",\
|
|
"0.044634, 0.057325, 0.096933, 0.242568, 1.012316");
|
|
}
|
|
|
|
} /* 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.002796 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_tx;
|
|
} /* end of pin ser_tx */
|
|
|
|
pin("serial_clock") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001151 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_clock;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "7.360763, 7.385050, 7.460106, 7.735877, 9.073077",\
|
|
"7.407455, 7.431743, 7.506799, 7.782569, 9.119770",\
|
|
"7.517777, 7.542065, 7.617121, 7.892891, 9.230092",\
|
|
"7.844869, 7.869156, 7.944212, 8.219983, 9.557183",\
|
|
"8.996743, 9.021030, 9.096086, 9.371857, 10.709057");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "7.613459, 7.632675, 7.682169, 7.815565, 8.389409",\
|
|
"7.660151, 7.679368, 7.728862, 7.862258, 8.436102",\
|
|
"7.770473, 7.789690, 7.839184, 7.972580, 8.546424",\
|
|
"8.097565, 8.116780, 8.166275, 8.299671, 8.873515",\
|
|
"9.249440, 9.268656, 9.318150, 9.451546, 10.025391");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214");
|
|
}
|
|
|
|
} /* 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.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "6.812132, 6.836422, 6.911484, 7.187261, 8.524545",\
|
|
"6.858825, 6.883115, 6.958177, 7.233953, 8.571238",\
|
|
"6.969147, 6.993437, 7.068499, 7.344275, 8.681560",\
|
|
"7.296238, 7.320528, 7.395590, 7.671366, 9.008651",\
|
|
"8.448113, 8.472403, 8.547464, 8.823242, 10.160525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "7.129473, 7.148693, 7.198188, 7.331579, 7.905376",\
|
|
"7.176166, 7.195385, 7.244881, 7.378271, 7.952068",\
|
|
"7.286488, 7.305707, 7.355203, 7.488594, 8.062390",\
|
|
"7.613579, 7.632798, 7.682294, 7.815684, 8.389482",\
|
|
"8.765454, 8.784674, 8.834168, 8.967560, 9.541356");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319");
|
|
}
|
|
|
|
} /* 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.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "3.665471, 3.689758, 3.764815, 4.040586, 5.377876",\
|
|
"3.711828, 3.736115, 3.811172, 4.086943, 5.424233",\
|
|
"3.822073, 3.846361, 3.921417, 4.197188, 5.534479",\
|
|
"4.149017, 4.173305, 4.248362, 4.524132, 5.861423",\
|
|
"5.284949, 5.309237, 5.384294, 5.660065, 6.997355");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "4.122476, 4.141690, 4.191184, 4.324583, 4.898456",\
|
|
"4.168833, 4.188047, 4.237541, 4.370940, 4.944813",\
|
|
"4.279078, 4.298292, 4.347786, 4.481185, 5.055058",\
|
|
"4.606022, 4.625236, 4.674730, 4.808129, 5.382002",\
|
|
"5.741954, 5.761168, 5.810662, 5.944061, 6.517934");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149");
|
|
}
|
|
|
|
} /* 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.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "3.665471, 3.689758, 3.764815, 4.040586, 5.377876",\
|
|
"3.711828, 3.736115, 3.811172, 4.086943, 5.424233",\
|
|
"3.822073, 3.846361, 3.921417, 4.197188, 5.534479",\
|
|
"4.149017, 4.173305, 4.248362, 4.524132, 5.861423",\
|
|
"5.284949, 5.309237, 5.384294, 5.660065, 6.997355");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669",\
|
|
"0.045083, 0.068476, 0.156195, 0.532033, 2.369669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "4.122476, 4.141690, 4.191184, 4.324583, 4.898456",\
|
|
"4.168833, 4.188047, 4.237541, 4.370940, 4.944813",\
|
|
"4.279078, 4.298292, 4.347786, 4.481185, 5.055058",\
|
|
"4.606022, 4.625236, 4.674730, 4.808129, 5.382002",\
|
|
"5.741954, 5.761168, 5.810662, 5.944061, 6.517934");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149",\
|
|
"0.043799, 0.056621, 0.096359, 0.245907, 1.014149");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "6.858907, 6.883195, 6.958251, 7.234021, 8.571221",\
|
|
"6.858907, 6.883195, 6.958251, 7.234021, 8.571221",\
|
|
"6.858907, 6.883195, 6.958251, 7.234021, 8.571221",\
|
|
"6.858907, 6.883195, 6.958251, 7.234021, 8.571221",\
|
|
"6.858907, 6.883195, 6.958251, 7.234021, 8.571221");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880",\
|
|
"0.045086, 0.068478, 0.156196, 0.532032, 2.370880");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "7.111603, 7.130819, 7.180314, 7.313710, 7.887554",\
|
|
"7.111603, 7.130819, 7.180314, 7.313710, 7.887554",\
|
|
"7.111603, 7.130819, 7.180314, 7.313710, 7.887554",\
|
|
"7.111603, 7.130819, 7.180314, 7.313710, 7.887554",\
|
|
"7.111603, 7.130819, 7.180314, 7.313710, 7.887554");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214",\
|
|
"0.043792, 0.056624, 0.096354, 0.245906, 1.014214");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "6.310277, 6.334567, 6.409629, 6.685406, 8.022690",\
|
|
"6.310277, 6.334567, 6.409629, 6.685406, 8.022690",\
|
|
"6.310277, 6.334567, 6.409629, 6.685406, 8.022690",\
|
|
"6.310277, 6.334567, 6.409629, 6.685406, 8.022690",\
|
|
"6.310277, 6.334567, 6.409629, 6.685406, 8.022690");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405",\
|
|
"0.045057, 0.068454, 0.156188, 0.532048, 2.369405");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "6.627618, 6.646837, 6.696333, 6.829723, 7.403521",\
|
|
"6.627618, 6.646837, 6.696333, 6.829723, 7.403521",\
|
|
"6.627618, 6.646837, 6.696333, 6.829723, 7.403521",\
|
|
"6.627618, 6.646837, 6.696333, 6.829723, 7.403521",\
|
|
"6.627618, 6.646837, 6.696333, 6.829723, 7.403521");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001651, 0.011923, 0.051151, 0.211151, 1.000000");
|
|
values ( "0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319",\
|
|
"0.043782, 0.056630, 0.096346, 0.245905, 1.014319");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_clock_redg_min*/
|
|
|
|
} /* end of pin serial_clock */
|
|
|
|
pin("serial_data_1") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000658 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_1;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "3.746360, 3.771020, 3.846084, 4.119749, 5.457278",\
|
|
"3.792717, 3.817377, 3.892441, 4.166106, 5.503635",\
|
|
"3.902963, 3.927623, 4.002686, 4.276351, 5.613880",\
|
|
"4.229907, 4.254567, 4.329630, 4.603295, 5.940824",\
|
|
"5.365839, 5.390499, 5.465562, 5.739227, 7.076756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "4.363584, 4.383246, 4.432876, 4.564940, 5.138201",\
|
|
"4.409941, 4.429603, 4.479232, 4.611297, 5.184558",\
|
|
"4.520186, 4.539848, 4.589478, 4.721542, 5.294803",\
|
|
"4.847130, 4.866792, 4.916422, 5.048487, 5.621747",\
|
|
"5.983062, 6.002724, 6.052354, 6.184419, 6.757679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492");
|
|
}
|
|
|
|
} /* 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.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "3.746360, 3.771020, 3.846084, 4.119749, 5.457278",\
|
|
"3.792717, 3.817377, 3.892441, 4.166106, 5.503635",\
|
|
"3.902963, 3.927623, 4.002686, 4.276351, 5.613880",\
|
|
"4.229907, 4.254567, 4.329630, 4.603295, 5.940824",\
|
|
"5.365839, 5.390499, 5.465562, 5.739227, 7.076756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295",\
|
|
"0.043908, 0.067443, 0.155158, 0.525476, 2.366295");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "4.363584, 4.383246, 4.432876, 4.564940, 5.138201",\
|
|
"4.409941, 4.429603, 4.479232, 4.611297, 5.184558",\
|
|
"4.520186, 4.539848, 4.589478, 4.721542, 5.294803",\
|
|
"4.847130, 4.866792, 4.916422, 5.048487, 5.621747",\
|
|
"5.983062, 6.002724, 6.052354, 6.184419, 6.757679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492",\
|
|
"0.043122, 0.056108, 0.096036, 0.241691, 1.008492");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "6.950625, 6.975285, 7.050347, 7.324012, 8.661542",\
|
|
"6.950625, 6.975285, 7.050347, 7.324012, 8.661542",\
|
|
"6.950625, 6.975285, 7.050347, 7.324012, 8.661542",\
|
|
"6.950625, 6.975285, 7.050347, 7.324012, 8.661542",\
|
|
"6.950625, 6.975285, 7.050347, 7.324012, 8.661542");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043909, 0.067445, 0.155158, 0.525475, 2.366311",\
|
|
"0.043909, 0.067445, 0.155158, 0.525475, 2.366311",\
|
|
"0.043909, 0.067445, 0.155158, 0.525475, 2.366311",\
|
|
"0.043909, 0.067445, 0.155158, 0.525475, 2.366311",\
|
|
"0.043909, 0.067445, 0.155158, 0.525475, 2.366311");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "7.288596, 7.308258, 7.357888, 7.489953, 8.063211",\
|
|
"7.288596, 7.308258, 7.357888, 7.489953, 8.063211",\
|
|
"7.288596, 7.308258, 7.357888, 7.489953, 8.063211",\
|
|
"7.288596, 7.308258, 7.357888, 7.489953, 8.063211",\
|
|
"7.288596, 7.308258, 7.357888, 7.489953, 8.063211");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043121, 0.056108, 0.096035, 0.241691, 1.008496",\
|
|
"0.043121, 0.056108, 0.096035, 0.241691, 1.008496",\
|
|
"0.043121, 0.056108, 0.096035, 0.241691, 1.008496",\
|
|
"0.043121, 0.056108, 0.096035, 0.241691, 1.008496",\
|
|
"0.043121, 0.056108, 0.096035, 0.241691, 1.008496");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "6.006294, 6.030956, 6.106023, 6.379692, 7.717217",\
|
|
"6.006294, 6.030956, 6.106023, 6.379692, 7.717217",\
|
|
"6.006294, 6.030956, 6.106023, 6.379692, 7.717217",\
|
|
"6.006294, 6.030956, 6.106023, 6.379692, 7.717217",\
|
|
"6.006294, 6.030956, 6.106023, 6.379692, 7.717217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043891, 0.067427, 0.155153, 0.525486, 2.366102",\
|
|
"0.043891, 0.067427, 0.155153, 0.525486, 2.366102",\
|
|
"0.043891, 0.067427, 0.155153, 0.525486, 2.366102",\
|
|
"0.043891, 0.067427, 0.155153, 0.525486, 2.366102",\
|
|
"0.043891, 0.067427, 0.155153, 0.525486, 2.366102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "6.585830, 6.605495, 6.655126, 6.787187, 7.360415",\
|
|
"6.585830, 6.605495, 6.655126, 6.787187, 7.360415",\
|
|
"6.585830, 6.605495, 6.655126, 6.787187, 7.360415",\
|
|
"6.585830, 6.605495, 6.655126, 6.787187, 7.360415",\
|
|
"6.585830, 6.605495, 6.655126, 6.787187, 7.360415");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001158, 0.011430, 0.050658, 0.210658, 1.000000");
|
|
values ( "0.043115, 0.056112, 0.096030, 0.241691, 1.008565",\
|
|
"0.043115, 0.056112, 0.096030, 0.241691, 1.008565",\
|
|
"0.043115, 0.056112, 0.096030, 0.241691, 1.008565",\
|
|
"0.043115, 0.056112, 0.096030, 0.241691, 1.008565",\
|
|
"0.043115, 0.056112, 0.096030, 0.241691, 1.008565");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_1_redg_min*/
|
|
|
|
} /* end of pin serial_data_1 */
|
|
|
|
pin("serial_data_2") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000810 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_2;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "4.245247, 4.270051, 4.345394, 4.619187, 5.957173",\
|
|
"4.291604, 4.316408, 4.391750, 4.665545, 6.003530",\
|
|
"4.401850, 4.426653, 4.501996, 4.775790, 6.113775",\
|
|
"4.728794, 4.753598, 4.828939, 5.102734, 6.440720",\
|
|
"5.864726, 5.889530, 5.964872, 6.238666, 7.576652");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "4.560804, 4.580303, 4.629876, 4.762020, 5.335738",\
|
|
"4.607161, 4.626659, 4.676233, 4.808376, 5.382094",\
|
|
"4.717406, 4.736905, 4.786478, 4.918622, 5.492340",\
|
|
"5.044350, 5.063848, 5.113422, 5.245565, 5.819283",\
|
|
"6.180282, 6.199781, 6.249354, 6.381498, 6.955216");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991");
|
|
}
|
|
|
|
} /* 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.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "4.245247, 4.270051, 4.345394, 4.619187, 5.957173",\
|
|
"4.291604, 4.316408, 4.391750, 4.665545, 6.003530",\
|
|
"4.401850, 4.426653, 4.501996, 4.775790, 6.113775",\
|
|
"4.728794, 4.753598, 4.828939, 5.102734, 6.440720",\
|
|
"5.864726, 5.889530, 5.964872, 6.238666, 7.576652");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943",\
|
|
"0.045465, 0.068852, 0.156098, 0.525565, 2.367943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "4.560804, 4.580303, 4.629876, 4.762020, 5.335738",\
|
|
"4.607161, 4.626659, 4.676233, 4.808376, 5.382094",\
|
|
"4.717406, 4.736905, 4.786478, 4.918622, 5.492340",\
|
|
"5.044350, 5.063848, 5.113422, 5.245565, 5.819283",\
|
|
"6.180282, 6.199781, 6.249354, 6.381498, 6.955216");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991",\
|
|
"0.043384, 0.056237, 0.096189, 0.241768, 1.008991");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "6.980531, 7.005332, 7.080670, 7.354463, 8.692445",\
|
|
"6.980531, 7.005332, 7.080670, 7.354463, 8.692445",\
|
|
"6.980531, 7.005332, 7.080670, 7.354463, 8.692445",\
|
|
"6.980531, 7.005332, 7.080670, 7.354463, 8.692445",\
|
|
"6.980531, 7.005332, 7.080670, 7.354463, 8.692445");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.045450, 0.068838, 0.156090, 0.525567, 2.367944",\
|
|
"0.045450, 0.068838, 0.156090, 0.525567, 2.367944",\
|
|
"0.045450, 0.068838, 0.156090, 0.525567, 2.367944",\
|
|
"0.045450, 0.068838, 0.156090, 0.525567, 2.367944",\
|
|
"0.045450, 0.068838, 0.156090, 0.525567, 2.367944");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "7.187561, 7.207059, 7.256632, 7.388776, 7.962502",\
|
|
"7.187561, 7.207059, 7.256632, 7.388776, 7.962502",\
|
|
"7.187561, 7.207059, 7.256632, 7.388776, 7.962502",\
|
|
"7.187561, 7.207059, 7.256632, 7.388776, 7.962502",\
|
|
"7.187561, 7.207059, 7.256632, 7.388776, 7.962502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.043386, 0.056236, 0.096190, 0.241768, 1.008975",\
|
|
"0.043386, 0.056236, 0.096190, 0.241768, 1.008975",\
|
|
"0.043386, 0.056236, 0.096190, 0.241768, 1.008975",\
|
|
"0.043386, 0.056236, 0.096190, 0.241768, 1.008975",\
|
|
"0.043386, 0.056236, 0.096190, 0.241768, 1.008975");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "5.991803, 6.016576, 6.091883, 6.365667, 7.703619",\
|
|
"5.991803, 6.016576, 6.091883, 6.365667, 7.703619",\
|
|
"5.991803, 6.016576, 6.091883, 6.365667, 7.703619",\
|
|
"5.991803, 6.016576, 6.091883, 6.365667, 7.703619",\
|
|
"5.991803, 6.016576, 6.091883, 6.365667, 7.703619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.045340, 0.068738, 0.156032, 0.525583, 2.367952",\
|
|
"0.045340, 0.068738, 0.156032, 0.525583, 2.367952",\
|
|
"0.045340, 0.068738, 0.156032, 0.525583, 2.367952",\
|
|
"0.045340, 0.068738, 0.156032, 0.525583, 2.367952",\
|
|
"0.045340, 0.068738, 0.156032, 0.525583, 2.367952");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "6.379255, 6.398756, 6.448330, 6.580470, 7.154158",\
|
|
"6.379255, 6.398756, 6.448330, 6.580470, 7.154158",\
|
|
"6.379255, 6.398756, 6.448330, 6.580470, 7.154158",\
|
|
"6.379255, 6.398756, 6.448330, 6.580470, 7.154158",\
|
|
"6.379255, 6.398756, 6.448330, 6.580470, 7.154158");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001310, 0.011583, 0.050810, 0.210810, 1.000000");
|
|
values ( "0.043378, 0.056241, 0.096184, 0.241768, 1.009061",\
|
|
"0.043378, 0.056241, 0.096184, 0.241768, 1.009061",\
|
|
"0.043378, 0.056241, 0.096184, 0.241768, 1.009061",\
|
|
"0.043378, 0.056241, 0.096184, 0.241768, 1.009061",\
|
|
"0.043378, 0.056241, 0.096184, 0.241768, 1.009061");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_2_redg_min*/
|
|
|
|
} /* end of pin serial_data_2 */
|
|
|
|
pin("serial_load") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000727 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_load;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "3.835109, 3.859707, 3.934744, 4.208412, 5.545972",\
|
|
"3.881466, 3.906064, 3.981101, 4.254769, 5.592329",\
|
|
"3.991711, 4.016309, 4.091346, 4.365014, 5.702575",\
|
|
"4.318655, 4.343253, 4.418290, 4.691958, 6.029519",\
|
|
"5.454588, 5.479186, 5.554223, 5.827891, 7.165451");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "4.417334, 4.436911, 4.486512, 4.618616, 5.192144",\
|
|
"4.463691, 4.483267, 4.532868, 4.664973, 5.238502",\
|
|
"4.573936, 4.593513, 4.643114, 4.775218, 5.348747",\
|
|
"4.900880, 4.920457, 4.970058, 5.102162, 5.675691",\
|
|
"6.036813, 6.056389, 6.105990, 6.238095, 6.811624");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368");
|
|
}
|
|
|
|
} /* 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.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "3.835109, 3.859707, 3.934744, 4.208412, 5.545972",\
|
|
"3.881466, 3.906064, 3.981101, 4.254769, 5.592329",\
|
|
"3.991711, 4.016309, 4.091346, 4.365014, 5.702575",\
|
|
"4.318655, 4.343253, 4.418290, 4.691958, 6.029519",\
|
|
"5.454588, 5.479186, 5.554223, 5.827891, 7.165451");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384",\
|
|
"0.044153, 0.067663, 0.155334, 0.525572, 2.367384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "4.417334, 4.436911, 4.486512, 4.618616, 5.192144",\
|
|
"4.463691, 4.483267, 4.532868, 4.664973, 5.238502",\
|
|
"4.573936, 4.593513, 4.643114, 4.775218, 5.348747",\
|
|
"4.900880, 4.920457, 4.970058, 5.102162, 5.675691",\
|
|
"6.036813, 6.056389, 6.105990, 6.238095, 6.811624");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368",\
|
|
"0.043262, 0.056153, 0.096125, 0.241736, 1.008368");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "6.977045, 7.001643, 7.076680, 7.350348, 8.687909",\
|
|
"6.977045, 7.001643, 7.076680, 7.350348, 8.687909",\
|
|
"6.977045, 7.001643, 7.076680, 7.350348, 8.687909",\
|
|
"6.977045, 7.001643, 7.076680, 7.350348, 8.687909",\
|
|
"6.977045, 7.001643, 7.076680, 7.350348, 8.687909");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.044152, 0.067662, 0.155334, 0.525573, 2.367378",\
|
|
"0.044152, 0.067662, 0.155334, 0.525573, 2.367378",\
|
|
"0.044152, 0.067662, 0.155334, 0.525573, 2.367378",\
|
|
"0.044152, 0.067662, 0.155334, 0.525573, 2.367378",\
|
|
"0.044152, 0.067662, 0.155334, 0.525573, 2.367378");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "7.284620, 7.304191, 7.353792, 7.485902, 8.059487",\
|
|
"7.284620, 7.304191, 7.353792, 7.485902, 8.059487",\
|
|
"7.284620, 7.304191, 7.353792, 7.485902, 8.059487",\
|
|
"7.284620, 7.304191, 7.353792, 7.485902, 8.059487",\
|
|
"7.284620, 7.304191, 7.353792, 7.485902, 8.059487");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.043273, 0.056146, 0.096134, 0.241737, 1.008241",\
|
|
"0.043273, 0.056146, 0.096134, 0.241737, 1.008241",\
|
|
"0.043273, 0.056146, 0.096134, 0.241737, 1.008241",\
|
|
"0.043273, 0.056146, 0.096134, 0.241737, 1.008241",\
|
|
"0.043273, 0.056146, 0.096134, 0.241737, 1.008241");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "6.251458, 6.276057, 6.351097, 6.624768, 7.962326",\
|
|
"6.251458, 6.276057, 6.351097, 6.624768, 7.962326",\
|
|
"6.251458, 6.276057, 6.351097, 6.624768, 7.962326",\
|
|
"6.251458, 6.276057, 6.351097, 6.624768, 7.962326",\
|
|
"6.251458, 6.276057, 6.351097, 6.624768, 7.962326");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.044140, 0.067651, 0.155330, 0.525580, 2.367242",\
|
|
"0.044140, 0.067651, 0.155330, 0.525580, 2.367242",\
|
|
"0.044140, 0.067651, 0.155330, 0.525580, 2.367242",\
|
|
"0.044140, 0.067651, 0.155330, 0.525580, 2.367242",\
|
|
"0.044140, 0.067651, 0.155330, 0.525580, 2.367242");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "6.829016, 6.848592, 6.898193, 7.030298, 7.603837",\
|
|
"6.829016, 6.848592, 6.898193, 7.030298, 7.603837",\
|
|
"6.829016, 6.848592, 6.898193, 7.030298, 7.603837",\
|
|
"6.829016, 6.848592, 6.898193, 7.030298, 7.603837",\
|
|
"6.829016, 6.848592, 6.898193, 7.030298, 7.603837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001227, 0.011500, 0.050727, 0.210727, 1.000000");
|
|
values ( "0.043264, 0.056152, 0.096126, 0.241736, 1.008346",\
|
|
"0.043264, 0.056152, 0.096126, 0.241736, 1.008346",\
|
|
"0.043264, 0.056152, 0.096126, 0.241736, 1.008346",\
|
|
"0.043264, 0.056152, 0.096126, 0.241736, 1.008346",\
|
|
"0.043264, 0.056152, 0.096126, 0.241736, 1.008346");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_load_redg_min*/
|
|
|
|
} /* end of pin serial_load */
|
|
|
|
pin("serial_resetn") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000637 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_resetn;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "3.650565, 3.675290, 3.750405, 4.024070, 5.361712",\
|
|
"3.696922, 3.721647, 3.796761, 4.070427, 5.408069",\
|
|
"3.807168, 3.831893, 3.907007, 4.180673, 5.518315",\
|
|
"4.134111, 4.158836, 4.233951, 4.507617, 5.845259",\
|
|
"5.270044, 5.294769, 5.369884, 5.643549, 6.981191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "4.246588, 4.266246, 4.315882, 4.447973, 5.021505",\
|
|
"4.292945, 4.312603, 4.362238, 4.494329, 5.067862",\
|
|
"4.403190, 4.422848, 4.472484, 4.604575, 5.178107",\
|
|
"4.730134, 4.749792, 4.799428, 4.931519, 5.505051",\
|
|
"5.866066, 5.885725, 5.935360, 6.067451, 6.640984");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924");
|
|
}
|
|
|
|
} /* 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.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "3.650565, 3.675290, 3.750405, 4.024070, 5.361712",\
|
|
"3.696922, 3.721647, 3.796761, 4.070427, 5.408069",\
|
|
"3.807168, 3.831893, 3.907007, 4.180673, 5.518315",\
|
|
"4.134111, 4.158836, 4.233951, 4.507617, 5.845259",\
|
|
"5.270044, 5.294769, 5.369884, 5.643549, 6.981191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093",\
|
|
"0.044151, 0.067670, 0.155250, 0.525353, 2.367093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "4.246588, 4.266246, 4.315882, 4.447973, 5.021505",\
|
|
"4.292945, 4.312603, 4.362238, 4.494329, 5.067862",\
|
|
"4.403190, 4.422848, 4.472484, 4.604575, 5.178107",\
|
|
"4.730134, 4.749792, 4.799428, 4.931519, 5.505051",\
|
|
"5.866066, 5.885725, 5.935360, 6.067451, 6.640984");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924",\
|
|
"0.043140, 0.056054, 0.096058, 0.241677, 1.007924");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "6.991400, 7.016126, 7.091241, 7.364907, 8.702550",\
|
|
"6.991400, 7.016126, 7.091241, 7.364907, 8.702550",\
|
|
"6.991400, 7.016126, 7.091241, 7.364907, 8.702550",\
|
|
"6.991400, 7.016126, 7.091241, 7.364907, 8.702550",\
|
|
"6.991400, 7.016126, 7.091241, 7.364907, 8.702550");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.044154, 0.067672, 0.155251, 0.525352, 2.367091",\
|
|
"0.044154, 0.067672, 0.155251, 0.525352, 2.367091",\
|
|
"0.044154, 0.067672, 0.155251, 0.525352, 2.367091",\
|
|
"0.044154, 0.067672, 0.155251, 0.525352, 2.367091",\
|
|
"0.044154, 0.067672, 0.155251, 0.525352, 2.367091");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "7.293867, 7.313520, 7.363155, 7.495252, 8.068835",\
|
|
"7.293867, 7.313520, 7.363155, 7.495252, 8.068835",\
|
|
"7.293867, 7.313520, 7.363155, 7.495252, 8.068835",\
|
|
"7.293867, 7.313520, 7.363155, 7.495252, 8.068835",\
|
|
"7.293867, 7.313520, 7.363155, 7.495252, 8.068835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.043150, 0.056047, 0.096066, 0.241678, 1.007810",\
|
|
"0.043150, 0.056047, 0.096066, 0.241678, 1.007810",\
|
|
"0.043150, 0.056047, 0.096066, 0.241678, 1.007810",\
|
|
"0.043150, 0.056047, 0.096066, 0.241678, 1.007810",\
|
|
"0.043150, 0.056047, 0.096066, 0.241678, 1.007810");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "6.285640, 6.310346, 6.385438, 6.659098, 7.996719",\
|
|
"6.285640, 6.310346, 6.385438, 6.659098, 7.996719",\
|
|
"6.285640, 6.310346, 6.385438, 6.659098, 7.996719",\
|
|
"6.285640, 6.310346, 6.385438, 6.659098, 7.996719",\
|
|
"6.285640, 6.310346, 6.385438, 6.659098, 7.996719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.044074, 0.067599, 0.155209, 0.525363, 2.367097",\
|
|
"0.044074, 0.067599, 0.155209, 0.525363, 2.367097",\
|
|
"0.044074, 0.067599, 0.155209, 0.525363, 2.367097",\
|
|
"0.044074, 0.067599, 0.155209, 0.525363, 2.367097",\
|
|
"0.044074, 0.067599, 0.155209, 0.525363, 2.367097");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "6.797872, 6.817529, 6.867165, 6.999256, 7.572793",\
|
|
"6.797872, 6.817529, 6.867165, 6.999256, 7.572793",\
|
|
"6.797872, 6.817529, 6.867165, 6.999256, 7.572793",\
|
|
"6.797872, 6.817529, 6.867165, 6.999256, 7.572793",\
|
|
"6.797872, 6.817529, 6.867165, 6.999256, 7.572793");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001137, 0.011409, 0.050637, 0.210637, 1.000000");
|
|
values ( "0.043141, 0.056053, 0.096059, 0.241677, 1.007916",\
|
|
"0.043141, 0.056053, 0.096059, 0.241677, 1.007916",\
|
|
"0.043141, 0.056053, 0.096059, 0.241677, 1.007916",\
|
|
"0.043141, 0.056053, 0.096059, 0.241677, 1.007916",\
|
|
"0.043141, 0.056053, 0.096059, 0.241677, 1.007916");
|
|
}
|
|
|
|
} /* 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.002547 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_csb;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005200 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_enabled;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.002475 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sck;
|
|
} /* end of pin spi_sck */
|
|
|
|
pin("spi_sdi") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001443 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdi;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.486583, 1.510625, 1.585587, 1.859411, 3.196545",\
|
|
"1.534863, 1.558905, 1.633867, 1.907691, 3.244824",\
|
|
"1.646285, 1.670327, 1.745288, 2.019113, 3.356246",\
|
|
"1.977645, 2.001687, 2.076649, 2.350473, 3.687606",\
|
|
"3.182688, 3.206730, 3.281691, 3.555515, 4.892649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.045729, 0.069077, 0.156907, 0.527227, 2.365707",\
|
|
"0.045729, 0.069077, 0.156907, 0.527227, 2.365707",\
|
|
"0.045729, 0.069077, 0.156907, 0.527227, 2.365707",\
|
|
"0.045729, 0.069078, 0.156907, 0.527227, 2.365707",\
|
|
"0.045731, 0.069079, 0.156908, 0.527226, 2.365723");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.472689, 1.491629, 1.540948, 1.673069, 2.245826",\
|
|
"1.523709, 1.542649, 1.591968, 1.724089, 2.296846",\
|
|
"1.638826, 1.657766, 1.707085, 1.839206, 2.411963",\
|
|
"1.996199, 2.015139, 2.064458, 2.196579, 2.769336",\
|
|
"3.355090, 3.374030, 3.423349, 3.555470, 4.128230");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.044115, 0.056989, 0.096604, 0.242254, 1.012536",\
|
|
"0.044115, 0.056989, 0.096604, 0.242254, 1.012536",\
|
|
"0.044115, 0.056989, 0.096604, 0.242254, 1.012536",\
|
|
"0.044115, 0.056989, 0.096604, 0.242254, 1.012535",\
|
|
"0.044116, 0.056989, 0.096605, 0.242254, 1.012529");
|
|
}
|
|
|
|
} /* 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.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.486583, 1.510625, 1.585587, 1.859411, 3.196545",\
|
|
"1.534863, 1.558905, 1.633867, 1.907691, 3.244824",\
|
|
"1.646285, 1.670327, 1.745288, 2.019113, 3.356246",\
|
|
"1.977645, 2.001687, 2.076649, 2.350473, 3.687606",\
|
|
"3.182688, 3.206730, 3.281691, 3.555515, 4.892649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.045729, 0.069077, 0.156907, 0.527227, 2.365707",\
|
|
"0.045729, 0.069077, 0.156907, 0.527227, 2.365707",\
|
|
"0.045729, 0.069077, 0.156907, 0.527227, 2.365707",\
|
|
"0.045729, 0.069078, 0.156907, 0.527227, 2.365707",\
|
|
"0.045731, 0.069079, 0.156908, 0.527226, 2.365723");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.472689, 1.491629, 1.540948, 1.673069, 2.245826",\
|
|
"1.523709, 1.542649, 1.591968, 1.724089, 2.296846",\
|
|
"1.638826, 1.657766, 1.707085, 1.839206, 2.411963",\
|
|
"1.996199, 2.015139, 2.064458, 2.196579, 2.769336",\
|
|
"3.355090, 3.374030, 3.423349, 3.555470, 4.128230");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.044115, 0.056989, 0.096604, 0.242254, 1.012536",\
|
|
"0.044115, 0.056989, 0.096604, 0.242254, 1.012536",\
|
|
"0.044115, 0.056989, 0.096604, 0.242254, 1.012536",\
|
|
"0.044115, 0.056989, 0.096604, 0.242254, 1.012535",\
|
|
"0.044116, 0.056989, 0.096605, 0.242254, 1.012529");
|
|
}
|
|
|
|
} /* 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.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.258632, 1.282674, 1.357638, 1.631463, 2.968595",\
|
|
"1.308245, 1.332287, 1.407250, 1.681076, 3.018208",\
|
|
"1.420219, 1.444262, 1.519225, 1.793051, 3.130182",\
|
|
"1.764459, 1.788501, 1.863464, 2.137290, 3.474422",\
|
|
"3.031315, 3.055357, 3.130320, 3.404145, 4.741277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.045722, 0.069072, 0.156906, 0.527231, 2.365639",\
|
|
"0.045722, 0.069072, 0.156906, 0.527231, 2.365639",\
|
|
"0.045722, 0.069072, 0.156906, 0.527231, 2.365639",\
|
|
"0.045722, 0.069072, 0.156906, 0.527231, 2.365639",\
|
|
"0.045724, 0.069073, 0.156906, 0.527231, 2.365655");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.358387, 1.377324, 1.426643, 1.558768, 2.131562",\
|
|
"1.407633, 1.426570, 1.475889, 1.608014, 2.180809",\
|
|
"1.520002, 1.538939, 1.588258, 1.720383, 2.293178",\
|
|
"1.871862, 1.890799, 1.940118, 2.072243, 2.645037",\
|
|
"3.134730, 3.153668, 3.202986, 3.335112, 3.907905");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012457");
|
|
}
|
|
|
|
} /* 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.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.258632, 1.282674, 1.357638, 1.631463, 2.968595",\
|
|
"1.308245, 1.332287, 1.407250, 1.681076, 3.018208",\
|
|
"1.420219, 1.444262, 1.519225, 1.793051, 3.130182",\
|
|
"1.764459, 1.788501, 1.863464, 2.137290, 3.474422",\
|
|
"3.031315, 3.055357, 3.130320, 3.404145, 4.741277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.045722, 0.069072, 0.156906, 0.527230, 2.365639",\
|
|
"0.045722, 0.069072, 0.156906, 0.527230, 2.365639",\
|
|
"0.045722, 0.069072, 0.156906, 0.527230, 2.365639",\
|
|
"0.045722, 0.069072, 0.156906, 0.527230, 2.365639",\
|
|
"0.045724, 0.069073, 0.156906, 0.527230, 2.365655");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "1.358387, 1.377324, 1.426643, 1.558768, 2.131562",\
|
|
"1.407633, 1.426570, 1.475889, 1.608014, 2.180809",\
|
|
"1.520002, 1.538939, 1.588258, 1.720383, 2.293178",\
|
|
"1.871862, 1.890799, 1.940118, 2.072243, 2.645037",\
|
|
"3.134730, 3.153668, 3.202986, 3.335112, 3.907905");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001943, 0.012215, 0.051443, 0.211443, 1.000000");
|
|
values ( "0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012454",\
|
|
"0.044124, 0.056985, 0.096610, 0.242254, 1.012457");
|
|
}
|
|
|
|
} /* 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.001965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdo;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.001965 ;
|
|
|
|
/* 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.002219 ;
|
|
|
|
/* 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.002222 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_csb;
|
|
} /* end of pin spimemio_flash_csb */
|
|
|
|
pin("spimemio_flash_io0_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001606 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "1.423688, 1.448519, 1.524577, 1.798686, 3.136729",\
|
|
"1.473251, 1.498082, 1.574140, 1.848249, 3.186292",\
|
|
"1.578149, 1.602980, 1.679039, 1.953148, 3.291191",\
|
|
"1.823069, 1.847900, 1.923958, 2.198067, 3.536110",\
|
|
"2.611592, 2.636422, 2.712479, 2.986588, 4.324630");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.050574, 0.073434, 0.159553, 0.526879, 2.367612",\
|
|
"0.050574, 0.073434, 0.159553, 0.526879, 2.367612",\
|
|
"0.050574, 0.073434, 0.159553, 0.526879, 2.367612",\
|
|
"0.050573, 0.073433, 0.159553, 0.526879, 2.367612",\
|
|
"0.050570, 0.073431, 0.159551, 0.526879, 2.367612");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "1.194223, 1.212943, 1.262177, 1.394396, 1.967983",\
|
|
"1.242533, 1.261253, 1.310488, 1.442706, 2.016293",\
|
|
"1.354301, 1.373021, 1.422255, 1.554473, 2.128060",\
|
|
"1.640940, 1.659660, 1.708894, 1.841113, 2.414700",\
|
|
"2.489191, 2.507910, 2.557145, 2.689363, 3.262951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.044581, 0.057038, 0.096903, 0.242417, 1.009932",\
|
|
"0.044581, 0.057038, 0.096903, 0.242417, 1.009932",\
|
|
"0.044581, 0.057038, 0.096903, 0.242417, 1.009932",\
|
|
"0.044581, 0.057039, 0.096903, 0.242417, 1.009932",\
|
|
"0.044581, 0.057039, 0.096903, 0.242417, 1.009932");
|
|
}
|
|
|
|
} /* 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.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "1.423688, 1.448519, 1.524577, 1.798686, 3.136729",\
|
|
"1.473251, 1.498082, 1.574140, 1.848249, 3.186292",\
|
|
"1.578149, 1.602980, 1.679039, 1.953148, 3.291191",\
|
|
"1.823069, 1.847900, 1.923958, 2.198067, 3.536110",\
|
|
"2.611592, 2.636422, 2.712479, 2.986588, 4.324630");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.050574, 0.073434, 0.159553, 0.526879, 2.367612",\
|
|
"0.050574, 0.073434, 0.159553, 0.526879, 2.367612",\
|
|
"0.050574, 0.073434, 0.159553, 0.526879, 2.367612",\
|
|
"0.050573, 0.073433, 0.159553, 0.526879, 2.367612",\
|
|
"0.050570, 0.073431, 0.159551, 0.526879, 2.367612");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "1.194223, 1.212943, 1.262177, 1.394396, 1.967983",\
|
|
"1.242533, 1.261253, 1.310488, 1.442706, 2.016293",\
|
|
"1.354301, 1.373021, 1.422255, 1.554473, 2.128060",\
|
|
"1.640940, 1.659660, 1.708894, 1.841113, 2.414700",\
|
|
"2.489191, 2.507910, 2.557145, 2.689363, 3.262951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002106, 0.012378, 0.051606, 0.211606, 1.000000");
|
|
values ( "0.044581, 0.057038, 0.096903, 0.242417, 1.009931",\
|
|
"0.044581, 0.057038, 0.096903, 0.242417, 1.009931",\
|
|
"0.044581, 0.057038, 0.096903, 0.242417, 1.009931",\
|
|
"0.044581, 0.057038, 0.096903, 0.242417, 1.009931",\
|
|
"0.044581, 0.057038, 0.096903, 0.242417, 1.009931");
|
|
}
|
|
|
|
} /* 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.002214 ;
|
|
|
|
/* 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.002611 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_oeb;
|
|
} /* end of pin spimemio_flash_io0_oeb */
|
|
|
|
pin("spimemio_flash_io1_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001685 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "1.682426, 1.707092, 1.783019, 2.057114, 3.395040",\
|
|
"1.733821, 1.758487, 1.834413, 2.108509, 3.446435",\
|
|
"1.845941, 1.870607, 1.946533, 2.220629, 3.558555",\
|
|
"2.120220, 2.144886, 2.220813, 2.494908, 3.832834",\
|
|
"3.055550, 3.080216, 3.156142, 3.430238, 4.768164");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050350, 0.073222, 0.159506, 0.527099, 2.367948");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "1.560837, 1.579488, 1.628694, 1.760918, 2.334447",\
|
|
"1.606227, 1.624878, 1.674083, 1.806308, 2.379836",\
|
|
"1.719538, 1.738189, 1.787395, 1.919619, 2.493148",\
|
|
"2.086373, 2.105024, 2.154229, 2.286454, 2.859982",\
|
|
"3.497750, 3.516401, 3.565607, 3.697832, 4.271360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010517");
|
|
}
|
|
|
|
} /* 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.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "1.682426, 1.707092, 1.783019, 2.057114, 3.395040",\
|
|
"1.733821, 1.758487, 1.834413, 2.108509, 3.446435",\
|
|
"1.845941, 1.870607, 1.946533, 2.220629, 3.558555",\
|
|
"2.120220, 2.144886, 2.220813, 2.494908, 3.832834",\
|
|
"3.055550, 3.080216, 3.156142, 3.430238, 4.768164");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050349, 0.073222, 0.159506, 0.527099, 2.367948",\
|
|
"0.050350, 0.073222, 0.159506, 0.527099, 2.367948");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "1.560837, 1.579488, 1.628694, 1.760918, 2.334447",\
|
|
"1.606227, 1.624878, 1.674083, 1.806308, 2.379836",\
|
|
"1.719538, 1.738189, 1.787395, 1.919619, 2.493148",\
|
|
"2.086373, 2.105024, 2.154229, 2.286454, 2.859982",\
|
|
"3.497750, 3.516401, 3.565607, 3.697832, 4.271360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002185, 0.012457, 0.051685, 0.211685, 1.000000");
|
|
values ( "0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010518",\
|
|
"0.044667, 0.057134, 0.096949, 0.242465, 1.010517");
|
|
}
|
|
|
|
} /* 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.002511 ;
|
|
|
|
/* 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.002592 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_oeb;
|
|
} /* end of pin spimemio_flash_io1_oeb */
|
|
|
|
pin("spimemio_flash_io2_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001517 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "1.376690, 1.400670, 1.475608, 1.749424, 3.086439",\
|
|
"1.426526, 1.450505, 1.525444, 1.799260, 3.136275",\
|
|
"1.538783, 1.562762, 1.637701, 1.911517, 3.248532",\
|
|
"1.881581, 1.905560, 1.980499, 2.254315, 3.591330",\
|
|
"3.146904, 3.170883, 3.245821, 3.519637, 4.856653");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045956, 0.069275, 0.157088, 0.527377, 2.366108");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "1.278489, 1.297363, 1.346651, 1.478757, 2.051306",\
|
|
"1.327639, 1.346514, 1.395802, 1.527908, 2.100456",\
|
|
"1.440637, 1.459511, 1.508799, 1.640905, 2.213454",\
|
|
"1.792029, 1.810903, 1.860191, 1.992297, 2.564846",\
|
|
"3.051696, 3.070570, 3.119858, 3.251965, 3.824523");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044188, 0.057081, 0.096649, 0.242319, 1.012833");
|
|
}
|
|
|
|
} /* 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.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "1.376690, 1.400670, 1.475608, 1.749424, 3.086439",\
|
|
"1.426526, 1.450505, 1.525444, 1.799260, 3.136275",\
|
|
"1.538783, 1.562762, 1.637701, 1.911517, 3.248532",\
|
|
"1.881581, 1.905560, 1.980499, 2.254315, 3.591330",\
|
|
"3.146904, 3.170883, 3.245821, 3.519637, 4.856653");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045954, 0.069274, 0.157088, 0.527377, 2.366098",\
|
|
"0.045956, 0.069275, 0.157088, 0.527377, 2.366108");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "1.278489, 1.297363, 1.346651, 1.478757, 2.051306",\
|
|
"1.327639, 1.346514, 1.395802, 1.527908, 2.100456",\
|
|
"1.440637, 1.459511, 1.508799, 1.640905, 2.213454",\
|
|
"1.792029, 1.810903, 1.860191, 1.992297, 2.564846",\
|
|
"3.051696, 3.070570, 3.119858, 3.251965, 3.824523");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002017, 0.012289, 0.051517, 0.211517, 1.000000");
|
|
values ( "0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044186, 0.057083, 0.096648, 0.242319, 1.012855",\
|
|
"0.044188, 0.057081, 0.096649, 0.242319, 1.012833");
|
|
}
|
|
|
|
} /* 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.001952 ;
|
|
|
|
/* 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.002549 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_oeb;
|
|
} /* end of pin spimemio_flash_io2_oeb */
|
|
|
|
pin("spimemio_flash_io3_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001281 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "1.759565, 1.785239, 1.862032, 2.136345, 3.475705",\
|
|
"1.810936, 1.836610, 1.913404, 2.187716, 3.527076",\
|
|
"1.923115, 1.948789, 2.025583, 2.299895, 3.639255",\
|
|
"2.196580, 2.222254, 2.299047, 2.573359, 3.912720",\
|
|
"3.133029, 3.158704, 3.235498, 3.509810, 4.849171");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052082, 0.074834, 0.160029, 0.525782, 2.367730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "1.684743, 1.703808, 1.753438, 1.885900, 2.460484",\
|
|
"1.730179, 1.749244, 1.798874, 1.931336, 2.505919",\
|
|
"1.843480, 1.862546, 1.912175, 2.044637, 2.619221",\
|
|
"2.209768, 2.228834, 2.278463, 2.410925, 2.985509",\
|
|
"3.621441, 3.640507, 3.690136, 3.822599, 4.397182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045014, 0.057494, 0.097153, 0.242300, 1.008900");
|
|
}
|
|
|
|
} /* 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.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "1.759565, 1.785239, 1.862032, 2.136345, 3.475705",\
|
|
"1.810936, 1.836610, 1.913404, 2.187716, 3.527076",\
|
|
"1.923115, 1.948789, 2.025583, 2.299895, 3.639255",\
|
|
"2.196580, 2.222254, 2.299047, 2.573359, 3.912720",\
|
|
"3.133029, 3.158704, 3.235498, 3.509810, 4.849171");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052081, 0.074833, 0.160028, 0.525782, 2.367728",\
|
|
"0.052082, 0.074834, 0.160029, 0.525782, 2.367730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "1.684743, 1.703808, 1.753438, 1.885900, 2.460484",\
|
|
"1.730179, 1.749244, 1.798874, 1.931336, 2.505919",\
|
|
"1.843480, 1.862546, 1.912175, 2.044637, 2.619221",\
|
|
"2.209768, 2.228834, 2.278463, 2.410925, 2.985509",\
|
|
"3.621441, 3.640507, 3.690136, 3.822599, 4.397182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001781, 0.012054, 0.051281, 0.211281, 1.000000");
|
|
values ( "0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045012, 0.057492, 0.097152, 0.242300, 1.008901",\
|
|
"0.045014, 0.057494, 0.097153, 0.242300, 1.008900");
|
|
}
|
|
|
|
} /* 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.002455 ;
|
|
|
|
/* 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.003115 ;
|
|
|
|
/* 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.002801 ;
|
|
|
|
/* 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.024075, 1.977718, 1.867473, 1.540530, 0.404603",\
|
|
"2.075763, 2.029406, 1.919161, 1.592218, 0.456291",\
|
|
"2.187716, 2.141360, 2.031115, 1.704171, 0.568244",\
|
|
"2.510207, 2.463850, 2.353605, 2.026662, 0.890735",\
|
|
"3.623119, 3.576762, 3.466517, 3.139574, 2.003646");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.293729, 7.247372, 7.137127, 6.810184, 5.674256",\
|
|
"7.342415, 7.296058, 7.185813, 6.858870, 5.722942",\
|
|
"7.454522, 7.408165, 7.297920, 6.970977, 5.835050",\
|
|
"7.808398, 7.762041, 7.651796, 7.324853, 6.188926",\
|
|
"9.134572, 9.088215, 8.977970, 8.651027, 7.515100");
|
|
}
|
|
|
|
} /* 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.777203, -1.730846, -1.620601, -1.293657, -0.157725",\
|
|
"-1.828891, -1.782534, -1.672289, -1.345345, -0.209413",\
|
|
"-1.940845, -1.894488, -1.784243, -1.457299, -0.321367",\
|
|
"-2.263335, -2.216979, -2.106733, -1.779789, -0.643857",\
|
|
"-3.376247, -3.329890, -3.219645, -2.892701, -1.756769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.805771, -6.759415, -6.649169, -6.322226, -5.186293",\
|
|
"-6.854457, -6.808101, -6.697855, -6.370912, -5.234979",\
|
|
"-6.966565, -6.920208, -6.809963, -6.483019, -5.347086",\
|
|
"-7.320441, -7.274084, -7.163839, -6.836895, -5.700963",\
|
|
"-8.646002, -8.599645, -8.489399, -8.162456, -7.026523");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 5.000000 ;
|
|
capacitance : 0.005075 ;
|
|
|
|
/* 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.137375 ;
|
|
|
|
/* 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.003576 ;
|
|
|
|
/* 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.110903, 1.064546, 0.954301, 0.627357, -0.508570",\
|
|
"1.158747, 1.112390, 1.002145, 0.675201, -0.460726",\
|
|
"1.271678, 1.225321, 1.115076, 0.788133, -0.347795",\
|
|
"1.586104, 1.539747, 1.429502, 1.102558, -0.033369",\
|
|
"2.674382, 2.628026, 2.517780, 2.190837, 1.054910");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.396654, 5.350297, 5.240052, 4.913108, 3.777181",\
|
|
"5.445017, 5.398660, 5.288414, 4.961471, 3.825544",\
|
|
"5.557543, 5.511186, 5.400940, 5.073997, 3.938070",\
|
|
"5.910872, 5.864514, 5.754269, 5.427326, 4.291399",\
|
|
"7.185104, 7.138747, 7.028502, 6.701559, 5.565631");
|
|
}
|
|
|
|
} /* 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.843124, -0.796767, -0.686522, -0.359578, 0.776354",\
|
|
"-0.890968, -0.844611, -0.734366, -0.407422, 0.728511",\
|
|
"-1.003899, -0.957543, -0.847297, -0.520353, 0.615579",\
|
|
"-1.318325, -1.271968, -1.161723, -0.834779, 0.301154",\
|
|
"-2.406603, -2.360247, -2.250001, -1.923057, -0.787125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.880885, -4.834528, -4.724283, -4.397339, -3.261407",\
|
|
"-4.929248, -4.882891, -4.772646, -4.445702, -3.309769",\
|
|
"-5.041774, -4.995417, -4.885172, -4.558228, -3.422295",\
|
|
"-5.395102, -5.348745, -5.238500, -4.911556, -3.775624",\
|
|
"-6.669336, -6.622979, -6.512734, -6.185790, -5.049857");
|
|
}
|
|
|
|
} /* 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.004380 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.941349, 1.894992, 1.784747, 1.457804, 0.321877",\
|
|
"1.988858, 1.942501, 1.832255, 1.505312, 0.369385",\
|
|
"2.101790, 2.055433, 1.945188, 1.618245, 0.482318",\
|
|
"2.416264, 2.369907, 2.259662, 1.932719, 0.796791",\
|
|
"3.505879, 3.459522, 3.349277, 3.022333, 1.886406");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.070941, 7.024584, 6.914339, 6.587396, 5.451468",\
|
|
"7.119283, 7.072926, 6.962681, 6.635737, 5.499810",\
|
|
"7.231821, 7.185463, 7.075218, 6.748275, 5.612348",\
|
|
"7.585125, 7.538768, 7.428523, 7.101580, 5.965652",\
|
|
"8.858974, 8.812616, 8.702372, 8.375428, 7.239501");
|
|
}
|
|
|
|
} /* 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.698292, -1.651935, -1.541690, -1.214746, -0.078814",\
|
|
"-1.745800, -1.699443, -1.589198, -1.262254, -0.126322",\
|
|
"-1.858733, -1.812376, -1.702131, -1.375187, -0.239255",\
|
|
"-2.173207, -2.126850, -2.016604, -1.689661, -0.553728",\
|
|
"-3.262822, -3.216465, -3.106220, -2.779276, -1.643343");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.596917, -6.550560, -6.440315, -6.113371, -4.977439",\
|
|
"-6.645259, -6.598902, -6.488657, -6.161713, -5.025781",\
|
|
"-6.757796, -6.711440, -6.601194, -6.274251, -5.138318",\
|
|
"-7.111101, -7.064744, -6.954499, -6.627555, -5.491623",\
|
|
"-8.384950, -8.338593, -8.228348, -7.901404, -6.765471");
|
|
}
|
|
|
|
} /* 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.004478 ;
|
|
|
|
/* 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.482559, 2.436202, 2.325956, 1.999013, 0.863086",\
|
|
"2.529122, 2.482765, 2.372520, 2.045577, 0.909650",\
|
|
"2.642080, 2.595723, 2.485478, 2.158535, 1.022608",\
|
|
"2.956320, 2.909963, 2.799717, 2.472774, 1.336847",\
|
|
"4.041251, 3.994894, 3.884649, 3.557706, 2.421778");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.521211, 7.474854, 7.364609, 7.037665, 5.901738",\
|
|
"7.569492, 7.523135, 7.412889, 7.085946, 5.950019",\
|
|
"7.682329, 7.635972, 7.525726, 7.198783, 6.062856",\
|
|
"8.035113, 7.988757, 7.878511, 7.551568, 6.415641",\
|
|
"9.316094, 9.269737, 9.159492, 8.832549, 7.696622");
|
|
}
|
|
|
|
} /* 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.220101, -2.173744, -2.063499, -1.736555, -0.600623",\
|
|
"-2.266665, -2.220308, -2.110063, -1.783119, -0.647187",\
|
|
"-2.379623, -2.333266, -2.223021, -1.896077, -0.760144",\
|
|
"-2.693862, -2.647506, -2.537260, -2.210316, -1.074384",\
|
|
"-3.778794, -3.732437, -3.622192, -3.295248, -2.159315");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.031247, -6.984890, -6.874644, -6.547701, -5.411768",\
|
|
"-7.079527, -7.033171, -6.922925, -6.595982, -5.460049",\
|
|
"-7.192364, -7.146008, -7.035762, -6.708818, -5.572886",\
|
|
"-7.545149, -7.498793, -7.388547, -7.061604, -5.925671",\
|
|
"-8.826130, -8.779774, -8.669528, -8.342585, -7.206652");
|
|
}
|
|
|
|
} /* 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.004800 ;
|
|
|
|
/* 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.641662, 1.595304, 1.485059, 1.158116, 0.022189",\
|
|
"1.691413, 1.645056, 1.534811, 1.207867, 0.071940",\
|
|
"1.803573, 1.757216, 1.646971, 1.320028, 0.184101",\
|
|
"2.146875, 2.100518, 1.990273, 1.663329, 0.527402",\
|
|
"3.414709, 3.368352, 3.258107, 2.931163, 1.795236");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.612941, 6.566584, 6.456339, 6.129395, 4.993468",\
|
|
"6.662115, 6.615758, 6.505513, 6.178570, 5.042643",\
|
|
"6.774899, 6.728541, 6.618297, 6.291353, 5.155426",\
|
|
"7.126369, 7.080011, 6.969767, 6.642823, 5.506896",\
|
|
"8.386505, 8.340148, 8.229903, 7.902960, 6.767033");
|
|
}
|
|
|
|
} /* 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.394790, -1.348433, -1.238187, -0.911244, 0.224689",\
|
|
"-1.444541, -1.398184, -1.287939, -0.960995, 0.174937",\
|
|
"-1.556701, -1.510344, -1.400099, -1.073155, 0.062777",\
|
|
"-1.900003, -1.853646, -1.743401, -1.416457, -0.280524",\
|
|
"-3.167837, -3.121480, -3.011235, -2.684291, -1.548358");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.124983, -6.078626, -5.968381, -5.641437, -4.505505",\
|
|
"-6.174157, -6.127800, -6.017555, -5.690611, -4.554679",\
|
|
"-6.286940, -6.240583, -6.130338, -5.803394, -4.667462",\
|
|
"-6.638410, -6.592053, -6.481808, -6.154864, -5.018932",\
|
|
"-7.898547, -7.852190, -7.741945, -7.415001, -6.279068");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vdd_pwrgood */
|
|
|
|
pin("wb_ack_o") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001719 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_ack_o;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "8.059190, 8.085211, 8.162902, 8.437500, 9.777092",\
|
|
"8.105547, 8.131568, 8.209259, 8.483857, 9.823449",\
|
|
"8.215793, 8.241814, 8.319505, 8.594103, 9.933695",\
|
|
"8.542737, 8.568757, 8.646449, 8.921046, 10.260639",\
|
|
"9.678664, 9.704684, 9.782376, 10.056973, 11.396566");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "8.401023, 8.419877, 8.470246, 8.603339, 9.177750",\
|
|
"8.447380, 8.466235, 8.516603, 8.649696, 9.224107",\
|
|
"8.557625, 8.576480, 8.626848, 8.759941, 9.334352",\
|
|
"8.884568, 8.903422, 8.953792, 9.086884, 9.661295",\
|
|
"10.020495, 10.039350, 10.089719, 10.222812, 10.797222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439");
|
|
}
|
|
|
|
} /* 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.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "8.059190, 8.085211, 8.162902, 8.437500, 9.777092",\
|
|
"8.105547, 8.131568, 8.209259, 8.483857, 9.823449",\
|
|
"8.215793, 8.241814, 8.319505, 8.594103, 9.933695",\
|
|
"8.542737, 8.568757, 8.646449, 8.921046, 10.260639",\
|
|
"9.678664, 9.704684, 9.782376, 10.056973, 11.396566");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437",\
|
|
"0.056775, 0.079056, 0.162931, 0.526263, 2.367437");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "8.401023, 8.419877, 8.470246, 8.603339, 9.177750",\
|
|
"8.447380, 8.466235, 8.516603, 8.649696, 9.224107",\
|
|
"8.557625, 8.576480, 8.626848, 8.759941, 9.334352",\
|
|
"8.884568, 8.903422, 8.953792, 9.086884, 9.661295",\
|
|
"10.020495, 10.039350, 10.089719, 10.222812, 10.797222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002219, 0.012491, 0.051719, 0.211719, 1.000000");
|
|
values ( "0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439",\
|
|
"0.048622, 0.061127, 0.099276, 0.243408, 1.008439");
|
|
}
|
|
|
|
} /* 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.060185 ;
|
|
|
|
/* 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.128320");
|
|
}
|
|
|
|
} /* 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.726367");
|
|
}
|
|
|
|
} /* 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.003676 ;
|
|
|
|
/* 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.267036, 6.220680, 6.110435, 5.783491, 4.647564",\
|
|
"6.319578, 6.273221, 6.162976, 5.836033, 4.700106",\
|
|
"6.424393, 6.378036, 6.267791, 5.940847, 4.804920",\
|
|
"6.669682, 6.623325, 6.513080, 6.186136, 5.050209",\
|
|
"7.449926, 7.403570, 7.293324, 6.966381, 5.830454");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.234242, 2.187885, 2.077640, 1.750696, 0.614769",\
|
|
"2.282423, 2.236066, 2.125821, 1.798877, 0.662951",\
|
|
"2.394596, 2.348239, 2.237994, 1.911050, 0.775123",\
|
|
"2.681073, 2.634716, 2.524471, 2.197527, 1.061600",\
|
|
"3.546805, 3.500448, 3.390203, 3.063259, 1.927332");
|
|
}
|
|
|
|
} /* 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.588678, -4.542321, -4.432076, -4.105133, -2.969206",\
|
|
"-4.641220, -4.594863, -4.484618, -4.157674, -3.021748",\
|
|
"-4.746035, -4.699677, -4.589433, -4.262489, -3.126562",\
|
|
"-4.991325, -4.944968, -4.834723, -4.507779, -3.371852",\
|
|
"-5.771569, -5.725212, -5.614967, -5.288023, -4.152096");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.709299, -0.662942, -0.552697, -0.225753, 0.910174",\
|
|
"-0.757481, -0.711124, -0.600879, -0.273935, 0.861992",\
|
|
"-0.869653, -0.823296, -0.713051, -0.386107, 0.749820",\
|
|
"-1.156130, -1.109773, -0.999528, -0.672584, 0.463343",\
|
|
"-2.021862, -1.975505, -1.865260, -1.538316, -0.402389");
|
|
}
|
|
|
|
} /* 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.008239 ;
|
|
|
|
/* 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.006887 ;
|
|
|
|
/* 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.072526, 6.026169, 5.915924, 5.588980, 4.453053",\
|
|
"6.122354, 6.075996, 5.965751, 5.638807, 4.502881",\
|
|
"6.234655, 6.188298, 6.078053, 5.751109, 4.615183",\
|
|
"6.577230, 6.530874, 6.420629, 6.093685, 4.957758",\
|
|
"7.840994, 7.794637, 7.684392, 7.357449, 6.221521");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.378275, 2.331918, 2.221673, 1.894729, 0.758803",\
|
|
"2.427371, 2.381014, 2.270769, 1.943825, 0.807898",\
|
|
"2.540446, 2.494089, 2.383843, 2.056900, 0.920973",\
|
|
"2.892025, 2.845668, 2.735423, 2.408479, 1.272552",\
|
|
"4.156152, 4.109795, 3.999550, 3.672606, 2.536680");
|
|
}
|
|
|
|
} /* 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.394168, -4.347811, -4.237566, -3.910622, -2.774695",\
|
|
"-4.443995, -4.397638, -4.287394, -3.960450, -2.824523",\
|
|
"-4.556297, -4.509940, -4.399695, -4.072752, -2.936825",\
|
|
"-4.898873, -4.852516, -4.742271, -4.415328, -3.279401",\
|
|
"-6.162637, -6.116280, -6.006035, -5.679091, -4.543164");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.853333, -0.806976, -0.696730, -0.369787, 0.766140",\
|
|
"-0.902428, -0.856071, -0.745826, -0.418882, 0.717045",\
|
|
"-1.015503, -0.969146, -0.858901, -0.531957, 0.603970",\
|
|
"-1.367082, -1.320725, -1.210480, -0.883536, 0.252391",\
|
|
"-2.631209, -2.584852, -2.474607, -2.147663, -1.011736");
|
|
}
|
|
|
|
} /* 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.002411 ;
|
|
|
|
/* 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.966289, 2.919931, 2.809686, 2.482743, 1.346816",\
|
|
"3.017645, 2.971288, 2.861043, 2.534099, 1.398172",\
|
|
"3.129866, 3.083508, 2.973264, 2.646320, 1.510393",\
|
|
"3.403374, 3.357017, 3.246772, 2.919828, 1.783901",\
|
|
"4.336843, 4.290485, 4.180241, 3.853297, 2.717370");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.436833, 2.390476, 2.280231, 1.953288, 0.817361",\
|
|
"2.482298, 2.435941, 2.325696, 1.998752, 0.862825",\
|
|
"2.595593, 2.549236, 2.438991, 2.112048, 0.976121",\
|
|
"2.961909, 2.915552, 2.805306, 2.478363, 1.342436",\
|
|
"4.369577, 4.323220, 4.212975, 3.886032, 2.750105");
|
|
}
|
|
|
|
} /* 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.271142, -1.224785, -1.114540, -0.787597, 0.348330",\
|
|
"-1.322499, -1.276142, -1.165897, -0.838953, 0.296973",\
|
|
"-1.434719, -1.388362, -1.278117, -0.951174, 0.184753",\
|
|
"-1.708228, -1.661871, -1.551626, -1.224682, -0.088756",\
|
|
"-2.641729, -2.595372, -2.485126, -2.158183, -1.022256");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.125284, -0.078927, 0.031318, 0.358261, 1.494188",\
|
|
"-0.170749, -0.124392, -0.014147, 0.312797, 1.448724",\
|
|
"-0.284044, -0.237687, -0.127442, 0.199502, 1.335428",\
|
|
"-0.650359, -0.604002, -0.493757, -0.166813, 0.969114",\
|
|
"-2.059850, -2.013493, -1.903248, -1.576304, -0.440378");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_hldr*/
|
|
|
|
} /* end of pin wb_we_i */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
} /* end of pin VGND */
|
|
bus ( irq ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("irq[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001255 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[2];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.866179, 1.890859, 1.966421, 2.240387, 3.578503",\
|
|
"1.916269, 1.940949, 2.016512, 2.290478, 3.628593",\
|
|
"2.028643, 2.053323, 2.128886, 2.402852, 3.740968",\
|
|
"2.370807, 2.395487, 2.471050, 2.745015, 4.083131",\
|
|
"3.639961, 3.664642, 3.740206, 4.014172, 5.352289");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.047631, 0.070784, 0.157652, 0.526345, 2.369239",\
|
|
"0.047631, 0.070785, 0.157652, 0.526345, 2.369239",\
|
|
"0.047631, 0.070785, 0.157652, 0.526345, 2.369239",\
|
|
"0.047631, 0.070785, 0.157652, 0.526345, 2.369239",\
|
|
"0.047634, 0.070788, 0.157654, 0.526345, 2.369240");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.914340, 1.933396, 1.982791, 2.115041, 2.689165",\
|
|
"1.971765, 1.990821, 2.040215, 2.172465, 2.746590",\
|
|
"2.085027, 2.104083, 2.153478, 2.285728, 2.859852",\
|
|
"2.435381, 2.454437, 2.503832, 2.636082, 3.210206",\
|
|
"3.705898, 3.724953, 3.774348, 3.906598, 4.480722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979");
|
|
}
|
|
|
|
} /* 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.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.866179, 1.890859, 1.966421, 2.240387, 3.578503",\
|
|
"1.916269, 1.940949, 2.016512, 2.290478, 3.628593",\
|
|
"2.028643, 2.053323, 2.128886, 2.402852, 3.740968",\
|
|
"2.370807, 2.395487, 2.471050, 2.745015, 4.083131",\
|
|
"3.639961, 3.664642, 3.740206, 4.014172, 5.352289");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.047631, 0.070784, 0.157652, 0.526345, 2.369239",\
|
|
"0.047631, 0.070785, 0.157652, 0.526345, 2.369239",\
|
|
"0.047631, 0.070785, 0.157652, 0.526345, 2.369239",\
|
|
"0.047631, 0.070785, 0.157652, 0.526345, 2.369239",\
|
|
"0.047634, 0.070788, 0.157654, 0.526345, 2.369240");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "1.914340, 1.933396, 1.982791, 2.115041, 2.689165",\
|
|
"1.971765, 1.990821, 2.040215, 2.172465, 2.746590",\
|
|
"2.085027, 2.104083, 2.153478, 2.285728, 2.859852",\
|
|
"2.435381, 2.454437, 2.503832, 2.636082, 3.210206",\
|
|
"3.705898, 3.724953, 3.774348, 3.906598, 4.480722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979",\
|
|
"0.044084, 0.056664, 0.096597, 0.242078, 1.009979");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656",\
|
|
"6.215334, 6.240013, 6.315576, 6.589541, 7.927656");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239",\
|
|
"0.047628, 0.070782, 0.157651, 0.526345, 2.369239");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537",\
|
|
"6.420778, 6.439838, 6.489233, 6.621477, 7.195537");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001755, 0.012027, 0.051255, 0.211255, 1.000000");
|
|
values ( "0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121",\
|
|
"0.044070, 0.056673, 0.096587, 0.242077, 1.010121");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[2]_redg_min*/
|
|
|
|
} /* end of pin irq[2] */
|
|
|
|
pin("irq[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001324 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.896801, 1.921682, 1.997544, 2.271580, 3.609853",\
|
|
"1.944672, 1.969553, 2.045415, 2.319451, 3.657724",\
|
|
"2.057603, 2.082483, 2.158345, 2.432381, 3.770654",\
|
|
"2.372041, 2.396921, 2.472783, 2.746819, 4.085092",\
|
|
"3.461668, 3.486549, 3.562412, 3.836448, 5.174722");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.880301, 1.899270, 1.948625, 2.080883, 2.655086",\
|
|
"1.928833, 1.947802, 1.997157, 2.129415, 2.703617",\
|
|
"2.041353, 2.060321, 2.109677, 2.241935, 2.816137",\
|
|
"2.394885, 2.413853, 2.463209, 2.595467, 3.169669",\
|
|
"3.676534, 3.695503, 3.744859, 3.877116, 4.451319");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.044250, 0.056702, 0.096708, 0.242167, 1.009080",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009080",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009080",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009080",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009080");
|
|
}
|
|
|
|
} /* 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.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.896801, 1.921682, 1.997544, 2.271580, 3.609853",\
|
|
"1.944672, 1.969553, 2.045415, 2.319451, 3.657724",\
|
|
"2.057603, 2.082483, 2.158345, 2.432381, 3.770654",\
|
|
"2.372041, 2.396921, 2.472783, 2.746819, 4.085092",\
|
|
"3.461668, 3.486549, 3.562412, 3.836448, 5.174722");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048938, 0.071970, 0.158415, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "1.880301, 1.899270, 1.948625, 2.080883, 2.655086",\
|
|
"1.928833, 1.947802, 1.997157, 2.129415, 2.703617",\
|
|
"2.041353, 2.060321, 2.109677, 2.241935, 2.816137",\
|
|
"2.394885, 2.413853, 2.463209, 2.595467, 3.169669",\
|
|
"3.676534, 3.695503, 3.744859, 3.877116, 4.451319");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.044250, 0.056702, 0.096708, 0.242167, 1.009080",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009080",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009080",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009079",\
|
|
"0.044250, 0.056702, 0.096708, 0.242167, 1.009079");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839",\
|
|
"6.287786, 6.312666, 6.388530, 6.662566, 8.000839");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687",\
|
|
"0.048941, 0.071972, 0.158416, 0.526364, 2.367687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663",\
|
|
"6.464943, 6.483916, 6.533272, 6.665524, 7.239663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001824, 0.012096, 0.051324, 0.211324, 1.000000");
|
|
values ( "0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221",\
|
|
"0.044235, 0.056710, 0.096698, 0.242166, 1.009221");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[1]_redg_min*/
|
|
|
|
} /* end of pin irq[1] */
|
|
|
|
pin("irq[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001291 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143",\
|
|
"5.913826, 5.938499, 6.014085, 6.288059, 7.626143");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232",\
|
|
"0.047826, 0.070959, 0.157790, 0.526412, 2.369232");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707",\
|
|
"6.183387, 6.202394, 6.251832, 6.384169, 6.958707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001791, 0.012063, 0.051291, 0.211291, 1.000000");
|
|
values ( "0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991",\
|
|
"0.044437, 0.056864, 0.096816, 0.242166, 1.008991");
|
|
}
|
|
|
|
} /* 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.003291 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.954638, 1.908281, 1.798036, 1.471092, 0.335165",\
|
|
"2.006499, 1.960142, 1.849897, 1.522954, 0.387026",\
|
|
"2.110761, 2.064404, 1.954159, 1.627216, 0.491289",\
|
|
"2.354462, 2.308105, 2.197860, 1.870917, 0.734989",\
|
|
"3.140683, 3.094326, 2.984080, 2.657137, 1.521210");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.001289, 4.954932, 4.844687, 4.517743, 3.381816",\
|
|
"5.049466, 5.003109, 4.892863, 4.565920, 3.429993",\
|
|
"5.161911, 5.115553, 5.005308, 4.678365, 3.542438",\
|
|
"5.448182, 5.401824, 5.291579, 4.964636, 3.828709",\
|
|
"6.313064, 6.266707, 6.156462, 5.829518, 4.693591");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.803469, -1.757112, -1.646867, -1.319923, -0.183996",\
|
|
"-1.855330, -1.808973, -1.698728, -1.371784, -0.235857",\
|
|
"-1.959592, -1.913235, -1.802990, -1.476047, -0.340120",\
|
|
"-2.203293, -2.156936, -2.046691, -1.719748, -0.583821",\
|
|
"-2.989514, -2.943157, -2.832912, -2.505968, -1.370041");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.620230, -4.573873, -4.463628, -4.136684, -3.000757",\
|
|
"-4.668407, -4.622050, -4.511805, -4.184861, -3.048934",\
|
|
"-4.780852, -4.734495, -4.624249, -4.297306, -3.161379",\
|
|
"-5.067123, -5.020766, -4.910521, -4.583577, -3.447650",\
|
|
"-5.932005, -5.885648, -5.775403, -5.448460, -4.312532");
|
|
}
|
|
|
|
} /* 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.002013 ;
|
|
|
|
/* 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.065980, 2.019623, 1.909378, 1.582435, 0.446508",\
|
|
"2.117307, 2.070951, 1.960705, 1.633762, 0.497835",\
|
|
"2.229601, 2.183244, 2.072999, 1.746055, 0.610128",\
|
|
"2.503178, 2.456821, 2.346576, 2.019633, 0.883705",\
|
|
"3.436157, 3.389800, 3.279555, 2.952612, 1.816684");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.402064, 6.355707, 6.245462, 5.918519, 4.782592",\
|
|
"6.447594, 6.401237, 6.290992, 5.964048, 4.828121",\
|
|
"6.560876, 6.514519, 6.404274, 6.077331, 4.941403",\
|
|
"6.927248, 6.880891, 6.770646, 6.443703, 5.307775",\
|
|
"8.334671, 8.288314, 8.178069, 7.851126, 6.715199");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.956489, -1.910132, -1.799887, -1.472944, -0.337017",\
|
|
"-2.007816, -1.961459, -1.851214, -1.524271, -0.388344",\
|
|
"-2.120110, -2.073753, -1.963508, -1.636564, -0.500637",\
|
|
"-2.393687, -2.347330, -2.237085, -1.910142, -0.774215",\
|
|
"-3.326667, -3.280310, -3.170064, -2.843121, -1.707194");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.063699, -6.017342, -5.907096, -5.580153, -4.444226",\
|
|
"-6.109228, -6.062871, -5.952625, -5.625682, -4.489755",\
|
|
"-6.222510, -6.176153, -6.065907, -5.738964, -4.603037",\
|
|
"-6.588882, -6.542525, -6.432280, -6.105337, -4.969410",\
|
|
"-7.996305, -7.949948, -7.839703, -7.512760, -6.376833");
|
|
}
|
|
|
|
} /* 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.004064 ;
|
|
|
|
/* 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 ( "1.893247, 1.846890, 1.736645, 1.409701, 0.273774",\
|
|
"1.942960, 1.896603, 1.786358, 1.459414, 0.323487",\
|
|
"2.048113, 2.001756, 1.891511, 1.564568, 0.428641",\
|
|
"2.292776, 2.246419, 2.136174, 1.809231, 0.673303",\
|
|
"3.082808, 3.036451, 2.926206, 2.599263, 1.463336");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.854928, 5.808571, 5.698326, 5.371383, 4.235456",\
|
|
"5.903288, 5.856931, 5.746686, 5.419743, 4.283816",\
|
|
"6.015183, 5.968826, 5.858581, 5.531638, 4.395710",\
|
|
"6.300916, 6.254559, 6.144314, 5.817371, 4.681444",\
|
|
"7.148332, 7.101975, 6.991730, 6.664787, 5.528860");
|
|
}
|
|
|
|
} /* 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.542095, -1.495738, -1.385492, -1.058549, 0.077378",\
|
|
"-1.591808, -1.545451, -1.435205, -1.108262, 0.027665",\
|
|
"-1.696961, -1.650604, -1.540359, -1.213416, -0.077489",\
|
|
"-1.941624, -1.895267, -1.785022, -1.458078, -0.322151",\
|
|
"-2.731657, -2.685300, -2.575055, -2.248111, -1.112185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.255148, -5.208792, -5.098546, -4.771603, -3.635676",\
|
|
"-5.303508, -5.257151, -5.146906, -4.819963, -3.684036",\
|
|
"-5.415402, -5.369045, -5.258801, -4.931857, -3.795930",\
|
|
"-5.701136, -5.654779, -5.544534, -5.217590, -4.081664",\
|
|
"-6.548552, -6.502195, -6.391950, -6.065006, -4.929080");
|
|
}
|
|
|
|
} /* 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.003211 ;
|
|
|
|
/* 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 ( "1.991103, 1.944746, 1.834501, 1.507558, 0.371631",\
|
|
"2.040075, 1.993718, 1.883473, 1.556530, 0.420602",\
|
|
"2.152249, 2.105892, 1.995647, 1.668704, 0.532776",\
|
|
"2.461334, 2.414977, 2.304732, 1.977789, 0.841861",\
|
|
"3.537220, 3.490863, 3.380618, 3.053675, 1.917748");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.277366, 9.231009, 9.120764, 8.793819, 7.657893",\
|
|
"9.328611, 9.282254, 9.172009, 8.845066, 7.709138",\
|
|
"9.440248, 9.393890, 9.283646, 8.956701, 7.820775",\
|
|
"9.753790, 9.707433, 9.597187, 9.270245, 8.134317",\
|
|
"10.739475, 10.693118, 10.582872, 10.255930, 9.120003");
|
|
}
|
|
|
|
} /* 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.860848, -1.814491, -1.704246, -1.377302, -0.241375",\
|
|
"-1.909819, -1.863462, -1.753217, -1.426274, -0.290347",\
|
|
"-2.021994, -1.975636, -1.865391, -1.538448, -0.402521",\
|
|
"-2.331079, -2.284722, -2.174477, -1.847533, -0.711606",\
|
|
"-3.406965, -3.360608, -3.250362, -2.923419, -1.787492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.915648, -8.869290, -8.759046, -8.432102, -7.296175",\
|
|
"-8.966893, -8.920536, -8.810291, -8.483348, -7.347421",\
|
|
"-9.078529, -9.032172, -8.921927, -8.594984, -7.459057",\
|
|
"-9.392072, -9.345715, -9.235470, -8.908526, -7.772599",\
|
|
"-10.377757, -10.331400, -10.221155, -9.894212, -8.758285");
|
|
}
|
|
|
|
} /* 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.002874 ;
|
|
|
|
/* 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.094632, 1.048275, 0.938030, 0.611087, -0.524840",\
|
|
"1.143626, 1.097269, 0.987024, 0.660080, -0.475847",\
|
|
"1.255787, 1.209430, 1.099185, 0.772242, -0.363685",\
|
|
"1.564837, 1.518479, 1.408234, 1.081291, -0.054636",\
|
|
"2.640567, 2.594210, 2.483964, 2.157021, 1.021094");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.489015, 5.442657, 5.332412, 5.005469, 3.869542",\
|
|
"5.540298, 5.493941, 5.383696, 5.056753, 3.920825",\
|
|
"5.651960, 5.605603, 5.495358, 5.168415, 4.032487",\
|
|
"5.965362, 5.919004, 5.808759, 5.481816, 4.345889",\
|
|
"6.951268, 6.904911, 6.794666, 6.467722, 5.331795");
|
|
}
|
|
|
|
} /* 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.826854, -0.780497, -0.670252, -0.343308, 0.792625",\
|
|
"-0.875847, -0.829490, -0.719245, -0.392301, 0.743631",\
|
|
"-0.988009, -0.941652, -0.831407, -0.504463, 0.631470",\
|
|
"-1.297058, -1.250701, -1.140456, -0.813512, 0.322421",\
|
|
"-2.372787, -2.326431, -2.216186, -1.889241, -0.753309");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.973245, -4.926888, -4.816643, -4.489699, -3.353767",\
|
|
"-5.024529, -4.978172, -4.867927, -4.540983, -3.405051",\
|
|
"-5.136191, -5.089835, -4.979589, -4.652645, -3.516713",\
|
|
"-5.449593, -5.403236, -5.292991, -4.966046, -3.830114",\
|
|
"-6.435500, -6.389143, -6.278898, -5.951954, -4.816021");
|
|
}
|
|
|
|
} /* 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.002056 ;
|
|
|
|
/* 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 ( "1.774047, 1.727690, 1.617444, 1.290501, 0.154574",\
|
|
"1.825407, 1.779050, 1.668805, 1.341862, 0.205935",\
|
|
"1.937627, 1.891270, 1.781025, 1.454082, 0.318155",\
|
|
"2.211135, 2.164778, 2.054533, 1.727590, 0.591662",\
|
|
"3.146203, 3.099846, 2.989601, 2.662657, 1.526730");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.797390, 5.751032, 5.640787, 5.313844, 4.177917",\
|
|
"5.842863, 5.796505, 5.686260, 5.359317, 4.223390",\
|
|
"5.956157, 5.909800, 5.799555, 5.472611, 4.336684",\
|
|
"6.322479, 6.276122, 6.165876, 5.838933, 4.703006",\
|
|
"7.729002, 7.682644, 7.572399, 7.245456, 6.109529");
|
|
}
|
|
|
|
} /* 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.511586, -1.465229, -1.354984, -1.028040, 0.107892",\
|
|
"-1.562947, -1.516590, -1.406345, -1.079401, 0.056531",\
|
|
"-1.675167, -1.628810, -1.518565, -1.191621, -0.055688",\
|
|
"-1.948675, -1.902318, -1.792073, -1.465129, -0.329196",\
|
|
"-2.883743, -2.837386, -2.727141, -2.400197, -1.264264");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.307425, -5.261068, -5.150823, -4.823879, -3.687947",\
|
|
"-5.352898, -5.306541, -5.196296, -4.869352, -3.733420",\
|
|
"-5.466193, -5.419836, -5.309590, -4.982647, -3.846714",\
|
|
"-5.832514, -5.786158, -5.675912, -5.348969, -4.213036",\
|
|
"-7.239037, -7.192680, -7.082435, -6.755491, -5.619558");
|
|
}
|
|
|
|
} /* 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.004111 ;
|
|
|
|
/* 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.205262, 2.158905, 2.048660, 1.721717, 0.585789",\
|
|
"2.254908, 2.208551, 2.098306, 1.771363, 0.635435",\
|
|
"2.359914, 2.313557, 2.203312, 1.876369, 0.740442",\
|
|
"2.604843, 2.558486, 2.448240, 2.121297, 0.985370",\
|
|
"3.395242, 3.348885, 3.238639, 2.911696, 1.775769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.340209, 6.293852, 6.183607, 5.856664, 4.720737",\
|
|
"6.388559, 6.342202, 6.231956, 5.905013, 4.769086",\
|
|
"6.500378, 6.454021, 6.343776, 6.016832, 4.880905",\
|
|
"6.786016, 6.739659, 6.629414, 6.302470, 5.166543",\
|
|
"7.630113, 7.583756, 7.473511, 7.146567, 6.010640");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.962205, -1.915848, -1.805603, -1.478659, -0.342727",\
|
|
"-2.011851, -1.965494, -1.855249, -1.528305, -0.392373",\
|
|
"-2.116858, -2.070501, -1.960256, -1.633312, -0.497379",\
|
|
"-2.361785, -2.315429, -2.205184, -1.878240, -0.742307",\
|
|
"-3.152184, -3.105828, -2.995583, -2.668639, -1.532706");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.866186, -5.819829, -5.709584, -5.382640, -4.246707",\
|
|
"-5.914535, -5.868178, -5.757933, -5.430989, -4.295057",\
|
|
"-6.026354, -5.979998, -5.869752, -5.542809, -4.406876",\
|
|
"-6.311993, -6.265636, -6.155391, -5.828447, -4.692514",\
|
|
"-7.156090, -7.109733, -6.999488, -6.672544, -5.536612");
|
|
}
|
|
|
|
} /* 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.006532 ;
|
|
|
|
/* 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.052046, 2.005689, 1.895444, 1.568501, 0.432574",\
|
|
"2.104052, 2.057695, 1.947450, 1.620507, 0.484580",\
|
|
"2.208375, 2.162018, 2.051773, 1.724829, 0.588902",\
|
|
"2.452431, 2.406074, 2.295829, 1.968886, 0.832959",\
|
|
"3.237818, 3.191461, 3.081216, 2.754272, 1.618345");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.756507, 7.710150, 7.599905, 7.272962, 6.137034",\
|
|
"7.804635, 7.758278, 7.648033, 7.321090, 6.185163",\
|
|
"7.917039, 7.870682, 7.760437, 7.433494, 6.297566",\
|
|
"8.203270, 8.156913, 8.046668, 7.719725, 6.583797",\
|
|
"9.067842, 9.021484, 8.911240, 8.584296, 7.448369");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.805174, -1.758818, -1.648572, -1.321629, -0.185696",\
|
|
"-1.857180, -1.810823, -1.700578, -1.373634, -0.237702",\
|
|
"-1.961503, -1.915146, -1.804901, -1.477957, -0.342024",\
|
|
"-2.205559, -2.159203, -2.048957, -1.722013, -0.586081",\
|
|
"-2.990946, -2.944589, -2.834344, -2.507400, -1.371468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.268549, -7.222193, -7.111948, -6.785004, -5.649071",\
|
|
"-7.316678, -7.270321, -7.160076, -6.833132, -5.697199",\
|
|
"-7.429081, -7.382725, -7.272480, -6.945536, -5.809603",\
|
|
"-7.715312, -7.668955, -7.558710, -7.231766, -6.095833",\
|
|
"-8.579884, -8.533526, -8.423281, -8.096337, -6.960405");
|
|
}
|
|
|
|
} /* 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.008174 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.277070, 1.230713, 1.120468, 0.793525, -0.342403",\
|
|
"1.328827, 1.282470, 1.172225, 0.845282, -0.290646",\
|
|
"1.432868, 1.386511, 1.276266, 0.949322, -0.186605",\
|
|
"1.676335, 1.629977, 1.519732, 1.192789, 0.056862",\
|
|
"2.464358, 2.418001, 2.307755, 1.980812, 0.844885");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.199417, 5.153060, 5.042815, 4.715872, 3.579944",\
|
|
"5.247499, 5.201142, 5.090897, 4.763954, 3.628027",\
|
|
"5.359994, 5.313637, 5.203392, 4.876449, 3.740521",\
|
|
"5.646562, 5.600204, 5.489959, 5.163016, 4.027089",\
|
|
"6.513592, 6.467235, 6.356990, 6.030046, 4.894119");
|
|
}
|
|
|
|
} /* 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.125901, -1.079544, -0.969299, -0.642355, 0.493572",\
|
|
"-1.177658, -1.131301, -1.021055, -0.694112, 0.441815",\
|
|
"-1.281698, -1.235341, -1.125096, -0.798153, 0.337775",\
|
|
"-1.525165, -1.478808, -1.368563, -1.041620, 0.094308",\
|
|
"-2.313189, -2.266831, -2.156586, -1.829643, -0.693716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.818358, -4.772001, -4.661757, -4.334813, -3.198886",\
|
|
"-4.866441, -4.820084, -4.709839, -4.382895, -3.246968",\
|
|
"-4.978935, -4.932578, -4.822333, -4.495390, -3.359462",\
|
|
"-5.265503, -5.219146, -5.108901, -4.781958, -3.646030",\
|
|
"-6.132534, -6.086176, -5.975931, -5.648988, -4.513061");
|
|
}
|
|
|
|
} /* 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.004555 ;
|
|
|
|
/* 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.479163, 1.432806, 1.322561, 0.995617, -0.140310",\
|
|
"1.527989, 1.481632, 1.371387, 1.044444, -0.091484",\
|
|
"1.640255, 1.593898, 1.483653, 1.156710, 0.020782",\
|
|
"1.949504, 1.903147, 1.792902, 1.465959, 0.330032",\
|
|
"3.030494, 2.984137, 2.873892, 2.546948, 1.411021");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.650937, 5.604580, 5.494335, 5.167392, 4.031465",\
|
|
"5.701857, 5.655499, 5.545255, 5.218311, 4.082384",\
|
|
"5.813377, 5.767020, 5.656775, 5.329831, 4.193904",\
|
|
"6.127830, 6.081473, 5.971228, 5.644284, 4.508357",\
|
|
"7.111192, 7.064835, 6.954590, 6.627646, 5.491719");
|
|
}
|
|
|
|
} /* 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.369672, -1.323315, -1.213070, -0.886126, 0.249801",\
|
|
"-1.418498, -1.372141, -1.261896, -0.934953, 0.200974",\
|
|
"-1.530764, -1.484407, -1.374162, -1.047219, 0.088708",\
|
|
"-1.840013, -1.793656, -1.683411, -1.356468, -0.220541",\
|
|
"-2.921003, -2.874646, -2.764401, -2.437458, -1.301531");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.312572, -5.266214, -5.155969, -4.829026, -3.693099",\
|
|
"-5.363491, -5.317134, -5.206889, -4.879946, -3.744018",\
|
|
"-5.475011, -5.428654, -5.318409, -4.991466, -3.855539",\
|
|
"-5.789464, -5.743107, -5.632862, -5.305919, -4.169991",\
|
|
"-6.772826, -6.726469, -6.616224, -6.289281, -5.153354");
|
|
}
|
|
|
|
} /* 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.006321 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.989845, 1.943488, 1.833242, 1.506299, 0.370372",\
|
|
"2.039412, 1.993055, 1.882810, 1.555867, 0.419940",\
|
|
"2.144318, 2.097961, 1.987716, 1.660773, 0.524846",\
|
|
"2.389555, 2.343198, 2.232953, 1.906010, 0.770083",\
|
|
"3.181554, 3.135197, 3.024952, 2.698009, 1.562081");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.993279, 5.946922, 5.836677, 5.509734, 4.373806",\
|
|
"6.041591, 5.995234, 5.884989, 5.558046, 4.422119",\
|
|
"6.153367, 6.107009, 5.996764, 5.669821, 4.533894",\
|
|
"6.439500, 6.393143, 6.282898, 5.955955, 4.820028",\
|
|
"7.284655, 7.238298, 7.128053, 6.801110, 5.665183");
|
|
}
|
|
|
|
} /* 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.638693, -1.592336, -1.482090, -1.155147, -0.019220",\
|
|
"-1.688260, -1.641903, -1.531658, -1.204715, -0.068788",\
|
|
"-1.793167, -1.746810, -1.636564, -1.309621, -0.173694",\
|
|
"-2.038404, -1.992047, -1.881801, -1.554858, -0.418931",\
|
|
"-2.830401, -2.784045, -2.673799, -2.346856, -1.210929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.393499, -5.347142, -5.236897, -4.909953, -3.774027",\
|
|
"-5.441811, -5.395454, -5.285209, -4.958265, -3.822339",\
|
|
"-5.553586, -5.507230, -5.396984, -5.070041, -3.934114",\
|
|
"-5.839720, -5.793364, -5.683118, -5.356174, -4.220248",\
|
|
"-6.684875, -6.638518, -6.528273, -6.201329, -5.065403");
|
|
}
|
|
|
|
} /* 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.006053 ;
|
|
|
|
/* 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.740858, 1.694501, 1.584256, 1.257312, 0.121385",\
|
|
"1.789683, 1.743326, 1.633081, 1.306138, 0.170211",\
|
|
"1.901927, 1.855570, 1.745324, 1.418381, 0.282454",\
|
|
"2.211181, 2.164824, 2.054578, 1.727635, 0.591708",\
|
|
"3.291719, 3.245362, 3.135117, 2.808174, 1.672247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.463813, 6.417456, 6.307210, 5.980267, 4.844340",\
|
|
"6.514782, 6.468425, 6.358180, 6.031236, 4.895309",\
|
|
"6.626334, 6.579977, 6.469732, 6.142788, 5.006861",\
|
|
"6.940603, 6.894246, 6.784001, 6.457057, 5.321130",\
|
|
"7.924296, 7.877939, 7.767694, 7.440751, 6.304823");
|
|
}
|
|
|
|
} /* 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.610602, -1.564245, -1.454000, -1.127057, 0.008870",\
|
|
"-1.659428, -1.613071, -1.502826, -1.175883, -0.039955",\
|
|
"-1.771671, -1.725314, -1.615069, -1.288126, -0.152199",\
|
|
"-2.080925, -2.034568, -1.924323, -1.597380, -0.461452",\
|
|
"-3.161463, -3.115106, -3.004861, -2.677918, -1.541991");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.102095, -6.055737, -5.945492, -5.618549, -4.482622",\
|
|
"-6.153064, -6.106707, -5.996461, -5.669518, -4.533591",\
|
|
"-6.264616, -6.218259, -6.108014, -5.781071, -4.645144",\
|
|
"-6.578885, -6.532528, -6.422283, -6.095340, -4.959413",\
|
|
"-7.562578, -7.516221, -7.405976, -7.079033, -5.943106");
|
|
}
|
|
|
|
} /* 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.010066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.482677, 1.436320, 1.326075, 0.999131, -0.136796",\
|
|
"1.535208, 1.488851, 1.378606, 1.051662, -0.084265",\
|
|
"1.639431, 1.593074, 1.482829, 1.155886, 0.019958",\
|
|
"1.884196, 1.837839, 1.727594, 1.400651, 0.264723",\
|
|
"2.669557, 2.623200, 2.512955, 2.186012, 1.050085");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.425990, 5.379633, 5.269388, 4.942445, 3.806518",\
|
|
"5.474093, 5.427737, 5.317492, 4.990548, 3.854621",\
|
|
"5.586423, 5.540066, 5.429821, 5.102878, 3.966950",\
|
|
"5.872746, 5.826388, 5.716143, 5.389200, 4.253273",\
|
|
"6.736118, 6.689761, 6.579516, 6.252573, 5.116645");
|
|
}
|
|
|
|
} /* 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.214904, -1.168547, -1.058302, -0.731358, 0.404574",\
|
|
"-1.267435, -1.221078, -1.110833, -0.783889, 0.352043",\
|
|
"-1.371658, -1.325302, -1.215056, -0.888112, 0.247820",\
|
|
"-1.616423, -1.570066, -1.459821, -1.132877, 0.003055",\
|
|
"-2.401784, -2.355428, -2.245183, -1.918238, -0.782306");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.910222, -4.863865, -4.753620, -4.426676, -3.290744",\
|
|
"-4.958325, -4.911969, -4.801723, -4.474779, -3.338847",\
|
|
"-5.070655, -5.024298, -4.914053, -4.587109, -3.451176",\
|
|
"-5.356977, -5.310620, -5.200375, -4.873431, -3.737499",\
|
|
"-6.220350, -6.173993, -6.063748, -5.736804, -4.600871");
|
|
}
|
|
|
|
} /* 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.010527 ;
|
|
|
|
/* 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.370160, 2.323803, 2.213558, 1.886615, 0.750687",\
|
|
"2.422951, 2.376594, 2.266348, 1.939405, 0.803478",\
|
|
"2.527429, 2.481072, 2.370827, 2.043884, 0.907956",\
|
|
"2.772918, 2.726561, 2.616315, 2.289372, 1.153445",\
|
|
"3.555672, 3.509315, 3.399069, 3.072126, 1.936199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.590955, 7.544598, 7.434353, 7.107409, 5.971482",\
|
|
"7.639027, 7.592670, 7.482425, 7.155481, 6.019554",\
|
|
"7.751276, 7.704919, 7.594674, 7.267731, 6.131804",\
|
|
"8.037387, 7.991030, 7.880785, 7.553842, 6.417914",\
|
|
"8.900547, 8.854191, 8.743945, 8.417002, 7.281075");
|
|
}
|
|
|
|
} /* 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.107703, -2.061346, -1.951101, -1.624157, -0.488225",\
|
|
"-2.160494, -2.114137, -2.003891, -1.676948, -0.541015",\
|
|
"-2.264972, -2.218615, -2.108370, -1.781426, -0.645493",\
|
|
"-2.510460, -2.464103, -2.353858, -2.026914, -0.890982",\
|
|
"-3.293214, -3.246857, -3.136612, -2.809668, -1.673736");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.100991, -7.054634, -6.944388, -6.617445, -5.481512",\
|
|
"-7.149063, -7.102706, -6.992460, -6.665517, -5.529584",\
|
|
"-7.261312, -7.214955, -7.104710, -6.777766, -5.641833",\
|
|
"-7.547423, -7.501066, -7.390821, -7.063877, -5.927944",\
|
|
"-8.410583, -8.364227, -8.253982, -7.927038, -6.791105");
|
|
}
|
|
|
|
} /* 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.009929 ;
|
|
|
|
/* 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.250203, 2.203846, 2.093601, 1.766657, 0.630730",\
|
|
"2.299854, 2.253497, 2.143252, 1.816309, 0.680382",\
|
|
"2.404984, 2.358627, 2.248382, 1.921438, 0.785511",\
|
|
"2.649802, 2.603445, 2.493200, 2.166257, 1.030329",\
|
|
"3.441117, 3.394760, 3.284514, 2.957571, 1.821644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.368559, 6.322202, 6.211957, 5.885014, 4.749086",\
|
|
"6.416868, 6.370511, 6.260265, 5.933322, 4.797395",\
|
|
"6.528757, 6.482399, 6.372154, 6.045211, 4.909284",\
|
|
"6.814979, 6.768622, 6.658377, 6.331433, 5.195506",\
|
|
"7.664994, 7.618637, 7.508391, 7.181448, 6.045521");
|
|
}
|
|
|
|
} /* 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.007146, -1.960789, -1.850544, -1.523600, -0.387668",\
|
|
"-2.056798, -2.010441, -1.900195, -1.573252, -0.437319",\
|
|
"-2.161927, -2.115570, -2.005325, -1.678381, -0.542449",\
|
|
"-2.406745, -2.360388, -2.250143, -1.923199, -0.787267",\
|
|
"-3.198060, -3.151703, -3.041458, -2.714514, -1.578581");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.894536, -5.848179, -5.737934, -5.410990, -4.275057",\
|
|
"-5.942844, -5.896487, -5.786242, -5.459298, -4.323366",\
|
|
"-6.054733, -6.008376, -5.898131, -5.571187, -4.435255",\
|
|
"-6.340956, -6.294599, -6.184354, -5.857410, -4.721478",\
|
|
"-7.190969, -7.144613, -7.034368, -6.707424, -5.571491");
|
|
}
|
|
|
|
} /* 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.002951 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.808190, 1.761832, 1.651587, 1.324644, 0.188717",\
|
|
"1.859489, 1.813132, 1.702887, 1.375944, 0.240016",\
|
|
"1.971825, 1.925468, 1.815223, 1.488279, 0.352352",\
|
|
"2.245454, 2.199097, 2.088852, 1.761909, 0.625982",\
|
|
"3.177726, 3.131369, 3.021124, 2.694181, 1.558254");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.299973, 7.253615, 7.143371, 6.816427, 5.680500",\
|
|
"7.345525, 7.299168, 7.188923, 6.861979, 5.726052",\
|
|
"7.458799, 7.412442, 7.302197, 6.975254, 5.839327",\
|
|
"7.825209, 7.778852, 7.668607, 7.341663, 6.205736",\
|
|
"9.232022, 9.185665, 9.075420, 8.748477, 7.612550");
|
|
}
|
|
|
|
} /* 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.561318, -1.514961, -1.404716, -1.077772, 0.058161",\
|
|
"-1.612617, -1.566260, -1.456015, -1.129071, 0.006861",\
|
|
"-1.724953, -1.678596, -1.568351, -1.241407, -0.105475",\
|
|
"-1.998583, -1.952226, -1.841981, -1.515037, -0.379104",\
|
|
"-2.930854, -2.884498, -2.774252, -2.447309, -1.311376");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.812015, -6.765658, -6.655413, -6.328469, -5.192537",\
|
|
"-6.857567, -6.811211, -6.700965, -6.374022, -5.238089",\
|
|
"-6.970841, -6.924484, -6.814239, -6.487295, -5.351363",\
|
|
"-7.337251, -7.290895, -7.180649, -6.853705, -5.717773",\
|
|
"-8.744064, -8.697707, -8.587461, -8.260518, -7.124586");
|
|
}
|
|
|
|
} /* 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.011705 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.997650, 0.951293, 0.841048, 0.514105, -0.621822",\
|
|
"1.047126, 1.000769, 0.890524, 0.563581, -0.572347",\
|
|
"1.151998, 1.105641, 0.995396, 0.668452, -0.467475",\
|
|
"1.397343, 1.350986, 1.240741, 0.913798, -0.222130",\
|
|
"2.186644, 2.140286, 2.030041, 1.703098, 0.567171");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.758389, 4.712032, 4.601787, 4.274843, 3.138916",\
|
|
"4.806526, 4.760169, 4.649924, 4.322981, 3.187053",\
|
|
"4.918279, 4.871922, 4.761676, 4.434733, 3.298806",\
|
|
"5.203258, 5.156900, 5.046655, 4.719712, 3.583785",\
|
|
"6.041087, 5.994730, 5.884485, 5.557542, 4.421615");
|
|
}
|
|
|
|
} /* 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.846481, -0.800124, -0.689879, -0.362936, 0.772992",\
|
|
"-0.895957, -0.849600, -0.739355, -0.412411, 0.723516",\
|
|
"-1.000829, -0.954471, -0.844226, -0.517283, 0.618644",\
|
|
"-1.246174, -1.199817, -1.089572, -0.762628, 0.373299",\
|
|
"-2.035474, -1.989117, -1.878872, -1.551929, -0.416002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.377330, -4.330973, -4.220728, -3.893785, -2.757858",\
|
|
"-4.425467, -4.379110, -4.268866, -3.941922, -2.805995",\
|
|
"-4.537220, -4.490863, -4.380618, -4.053675, -2.917747",\
|
|
"-4.822199, -4.775842, -4.665597, -4.338654, -3.202726",\
|
|
"-5.660028, -5.613671, -5.503427, -5.176483, -4.040556");
|
|
}
|
|
|
|
} /* 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.012356 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.444849, 1.398492, 1.288247, 0.961303, -0.174624",\
|
|
"1.495883, 1.449526, 1.339281, 1.012337, -0.123590",\
|
|
"1.600157, 1.553800, 1.443555, 1.116611, -0.019316",\
|
|
"1.844230, 1.797873, 1.687628, 1.360684, 0.224757",\
|
|
"2.634373, 2.588016, 2.477771, 2.150827, 1.014900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.239697, 4.193339, 4.083095, 3.756151, 2.620224",\
|
|
"4.287839, 4.241482, 4.131237, 3.804294, 2.668367",\
|
|
"4.400117, 4.353760, 4.243515, 3.916572, 2.780645",\
|
|
"4.686226, 4.639869, 4.529624, 4.202681, 3.066753",\
|
|
"5.543443, 5.497086, 5.386841, 5.059897, 3.923970");
|
|
}
|
|
|
|
} /* 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.335356, -1.288999, -1.178753, -0.851810, 0.284117",\
|
|
"-1.386390, -1.340033, -1.229787, -0.902844, 0.233083",\
|
|
"-1.490663, -1.444306, -1.334061, -1.007118, 0.128809",\
|
|
"-1.734737, -1.688380, -1.578134, -1.251191, -0.115264",\
|
|
"-2.524879, -2.478522, -2.368277, -2.041334, -0.905407");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.901331, -3.854974, -3.744729, -3.417785, -2.281858",\
|
|
"-3.949474, -3.903117, -3.792871, -3.465928, -2.330001",\
|
|
"-4.061752, -4.015395, -3.905149, -3.578206, -2.442279",\
|
|
"-4.347860, -4.301503, -4.191258, -3.864315, -2.728388",\
|
|
"-5.205078, -5.158720, -5.048475, -4.721532, -3.585605");
|
|
}
|
|
|
|
} /* 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.015927 ;
|
|
|
|
/* 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 ( "1.844706, 1.798349, 1.688103, 1.361160, 0.225233",\
|
|
"1.894120, 1.847763, 1.737518, 1.410574, 0.274647",\
|
|
"1.999053, 1.952696, 1.842451, 1.515508, 0.379581",\
|
|
"2.244240, 2.197883, 2.087638, 1.760695, 0.624767",\
|
|
"3.036196, 2.989839, 2.879594, 2.552651, 1.416724");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.829446, 5.783089, 5.672844, 5.345901, 4.209974",\
|
|
"5.877600, 5.831243, 5.720998, 5.394055, 4.258128",\
|
|
"5.989390, 5.943033, 5.832788, 5.505845, 4.369917",\
|
|
"6.275526, 6.229168, 6.118923, 5.791980, 4.656053",\
|
|
"7.121270, 7.074913, 6.964667, 6.637724, 5.501797");
|
|
}
|
|
|
|
} /* 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.493554, -1.447196, -1.336951, -1.010008, 0.125919",\
|
|
"-1.542968, -1.496611, -1.386365, -1.059422, 0.076505",\
|
|
"-1.647901, -1.601544, -1.491299, -1.164356, -0.028429",\
|
|
"-1.893088, -1.846731, -1.736485, -1.409542, -0.273615",\
|
|
"-2.685045, -2.638688, -2.528443, -2.201499, -1.065573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.229666, -5.183309, -5.073064, -4.746120, -3.610193",\
|
|
"-5.277820, -5.231463, -5.121218, -4.794274, -3.658348",\
|
|
"-5.389609, -5.343252, -5.233007, -4.906064, -3.770137",\
|
|
"-5.675745, -5.629388, -5.519143, -5.192200, -4.056273",\
|
|
"-6.521490, -6.475133, -6.364887, -6.037944, -4.902018");
|
|
}
|
|
|
|
} /* 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.004335 ;
|
|
|
|
/* 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.460444, 2.414087, 2.303842, 1.976899, 0.840972",\
|
|
"2.512524, 2.466166, 2.355921, 2.028978, 0.893051",\
|
|
"2.616663, 2.570305, 2.460060, 2.133117, 0.997190",\
|
|
"2.860582, 2.814225, 2.703980, 2.377037, 1.241110",\
|
|
"3.647420, 3.601063, 3.490818, 3.163874, 2.027947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.465047, 9.418690, 9.308445, 8.981501, 7.845574",\
|
|
"9.513202, 9.466845, 9.356600, 9.029655, 7.893729",\
|
|
"9.625632, 9.579275, 9.469030, 9.142086, 8.006159",\
|
|
"9.912156, 9.865799, 9.755554, 9.428610, 8.292683",\
|
|
"10.778735, 10.732378, 10.622133, 10.295189, 9.159262");
|
|
}
|
|
|
|
} /* 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.330189, -2.283832, -2.173587, -1.846644, -0.710716",\
|
|
"-2.382268, -2.335911, -2.225666, -1.898722, -0.762795",\
|
|
"-2.486407, -2.440050, -2.329804, -2.002861, -0.866934",\
|
|
"-2.730327, -2.683969, -2.573724, -2.246781, -1.110854",\
|
|
"-3.517164, -3.470807, -3.360562, -3.033619, -1.897691");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.103329, -9.056972, -8.946727, -8.619783, -7.483856",\
|
|
"-9.151484, -9.105126, -8.994882, -8.667938, -7.532011",\
|
|
"-9.263914, -9.217557, -9.107312, -8.780369, -7.644442",\
|
|
"-9.550438, -9.504081, -9.393836, -9.066893, -7.930965",\
|
|
"-10.417017, -10.370660, -10.260415, -9.933472, -8.797544");
|
|
}
|
|
|
|
} /* 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.013940 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.335269, 1.288912, 1.178667, 0.851723, -0.284204",\
|
|
"1.387571, 1.341214, 1.230968, 0.904025, -0.231902",\
|
|
"1.491700, 1.445343, 1.335098, 1.008155, -0.127773",\
|
|
"1.736075, 1.689718, 1.579473, 1.252530, 0.116602",\
|
|
"2.522498, 2.476141, 2.365896, 2.038952, 0.903025");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.183418, 5.137061, 5.026816, 4.699872, 3.563945",\
|
|
"5.231503, 5.185146, 5.074901, 4.747957, 3.612030",\
|
|
"5.343882, 5.297524, 5.187279, 4.860336, 3.724409",\
|
|
"5.630234, 5.583877, 5.473631, 5.146688, 4.010761",\
|
|
"6.494836, 6.448479, 6.338233, 6.011290, 4.875363");
|
|
}
|
|
|
|
} /* 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.067496, -1.021139, -0.910894, -0.583950, 0.551983",\
|
|
"-1.119798, -1.073441, -0.963195, -0.636251, 0.499681",\
|
|
"-1.223927, -1.177570, -1.067325, -0.740381, 0.395551",\
|
|
"-1.468302, -1.421945, -1.311700, -0.984756, 0.151176",\
|
|
"-2.254725, -2.208369, -2.098124, -1.771179, -0.635247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.667648, -4.621292, -4.511046, -4.184102, -3.048170",\
|
|
"-4.715733, -4.669376, -4.559131, -4.232187, -3.096255",\
|
|
"-4.828112, -4.781755, -4.671510, -4.344565, -3.208633",\
|
|
"-5.114464, -5.068107, -4.957862, -4.630918, -3.494985",\
|
|
"-5.979066, -5.932709, -5.822464, -5.495520, -4.359588");
|
|
}
|
|
|
|
} /* 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.014173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.741233, 1.694876, 1.584631, 1.257688, 0.121761",\
|
|
"1.794658, 1.748301, 1.638056, 1.311113, 0.175186",\
|
|
"1.899391, 1.853034, 1.742789, 1.415846, 0.279919",\
|
|
"2.146192, 2.099835, 1.989590, 1.662646, 0.526719",\
|
|
"2.925814, 2.879457, 2.769211, 2.442268, 1.306341");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.263864, 5.217507, 5.107262, 4.780318, 3.644391",\
|
|
"5.311888, 5.265531, 5.155286, 4.828342, 3.692415",\
|
|
"5.424042, 5.377685, 5.267440, 4.940496, 3.804569",\
|
|
"5.709925, 5.663568, 5.553323, 5.226379, 4.090452",\
|
|
"6.570982, 6.524625, 6.414380, 6.087437, 4.951509");
|
|
}
|
|
|
|
} /* 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.478773, -1.432416, -1.322171, -0.995227, 0.140705",\
|
|
"-1.532198, -1.485841, -1.375596, -1.048652, 0.087281",\
|
|
"-1.636931, -1.590574, -1.480329, -1.153385, -0.017452",\
|
|
"-1.883731, -1.837374, -1.727129, -1.400185, -0.264253",\
|
|
"-2.663353, -2.616997, -2.506751, -2.179807, -1.043875");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.773900, -4.727543, -4.617297, -4.290354, -3.154421",\
|
|
"-4.821924, -4.775567, -4.665321, -4.338378, -3.202445",\
|
|
"-4.934077, -4.887720, -4.777475, -4.450531, -3.314599",\
|
|
"-5.219960, -5.173603, -5.063358, -4.736414, -3.600482",\
|
|
"-6.081018, -6.034661, -5.924416, -5.597472, -4.461539");
|
|
}
|
|
|
|
} /* 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.004186 ;
|
|
|
|
/* 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.484545, 1.438188, 1.327943, 1.001000, -0.134927",\
|
|
"1.533503, 1.487146, 1.376901, 1.049957, -0.085970",\
|
|
"1.645678, 1.599321, 1.489076, 1.162133, 0.026206",\
|
|
"1.954869, 1.908512, 1.798267, 1.471324, 0.335397",\
|
|
"3.033353, 2.986996, 2.876751, 2.549808, 1.413881");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.404692, 5.358335, 5.248089, 4.921146, 3.785219",\
|
|
"5.455915, 5.409558, 5.299313, 4.972370, 3.836443",\
|
|
"5.567547, 5.521190, 5.410944, 5.084002, 3.948074",\
|
|
"5.880994, 5.834637, 5.724391, 5.397449, 4.261521",\
|
|
"6.865313, 6.818956, 6.708711, 6.381767, 5.245840");
|
|
}
|
|
|
|
} /* 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.241488, -1.195131, -1.084886, -0.757942, 0.377990",\
|
|
"-1.290446, -1.244089, -1.133844, -0.806900, 0.329033",\
|
|
"-1.402621, -1.356264, -1.246019, -0.919075, 0.216857",\
|
|
"-1.711812, -1.665455, -1.555210, -1.228266, -0.092334",\
|
|
"-2.790296, -2.743939, -2.633694, -2.306750, -1.170818");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.930667, -4.884311, -4.774065, -4.447122, -3.311189",\
|
|
"-4.981891, -4.935534, -4.825289, -4.498345, -3.362413",\
|
|
"-5.093523, -5.047166, -4.936921, -4.609977, -3.474044",\
|
|
"-5.406970, -5.360613, -5.250368, -4.923424, -3.787491",\
|
|
"-6.391289, -6.344932, -6.234687, -5.907743, -4.771811");
|
|
}
|
|
|
|
} /* 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.020912 ;
|
|
|
|
/* 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.184803, 2.138446, 2.028201, 1.701258, 0.565331",\
|
|
"2.237062, 2.190705, 2.080460, 1.753517, 0.617589",\
|
|
"2.341448, 2.295091, 2.184846, 1.857903, 0.721976",\
|
|
"2.586527, 2.540170, 2.429925, 2.102982, 0.967055",\
|
|
"3.370368, 3.324012, 3.213767, 2.886823, 1.750896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.841556, 7.795198, 7.684954, 7.358010, 6.222083",\
|
|
"7.889418, 7.843060, 7.732816, 7.405872, 6.269945",\
|
|
"8.001687, 7.955330, 7.845085, 7.518142, 6.382215",\
|
|
"8.287861, 8.241504, 8.131259, 7.804316, 6.668388",\
|
|
"9.151340, 9.104983, 8.994739, 8.667795, 7.531868");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.937931, -1.891574, -1.781329, -1.454385, -0.318453",\
|
|
"-1.990190, -1.943833, -1.833588, -1.506644, -0.370712",\
|
|
"-2.094576, -2.048220, -1.937974, -1.611031, -0.475098",\
|
|
"-2.339655, -2.293299, -2.183053, -1.856110, -0.720177",\
|
|
"-3.123497, -3.077140, -2.966895, -2.639951, -1.504018");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.353598, -7.307241, -7.196996, -6.870052, -5.734120",\
|
|
"-7.401459, -7.355103, -7.244857, -6.917913, -5.781981",\
|
|
"-7.513729, -7.467372, -7.357127, -7.030183, -5.894250",\
|
|
"-7.799902, -7.753546, -7.643301, -7.316357, -6.180424",\
|
|
"-8.663383, -8.617025, -8.506780, -8.179836, -7.043904");
|
|
}
|
|
|
|
} /* 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.017575 ;
|
|
|
|
/* 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.188383, 1.142026, 1.031781, 0.704837, -0.431090",\
|
|
"1.237578, 1.191221, 1.080976, 0.754033, -0.381894",\
|
|
"1.342447, 1.296090, 1.185845, 0.858902, -0.277025",\
|
|
"1.587625, 1.541268, 1.431023, 1.104079, -0.031848",\
|
|
"2.372665, 2.326308, 2.216063, 1.889120, 0.753193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.148156, 5.101799, 4.991553, 4.664610, 3.528683",\
|
|
"5.195957, 5.149600, 5.039354, 4.712411, 3.576484",\
|
|
"5.307697, 5.261340, 5.151095, 4.824152, 3.688225",\
|
|
"5.591569, 5.545212, 5.434967, 5.108024, 3.972097",\
|
|
"6.424121, 6.377764, 6.267519, 5.940576, 4.804648");
|
|
}
|
|
|
|
} /* 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.037214, -0.990857, -0.880611, -0.553668, 0.582259",\
|
|
"-1.086409, -1.040052, -0.929807, -0.602864, 0.533064",\
|
|
"-1.191278, -1.144921, -1.034676, -0.707733, 0.428195",\
|
|
"-1.436455, -1.390098, -1.279853, -0.952910, 0.183017",\
|
|
"-2.221496, -2.175139, -2.064894, -1.737951, -0.602023");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.767097, -4.720740, -4.610495, -4.283551, -3.147624",\
|
|
"-4.814898, -4.768541, -4.658296, -4.331352, -3.195425",\
|
|
"-4.926639, -4.880281, -4.770037, -4.443093, -3.307166",\
|
|
"-5.210511, -5.164154, -5.053908, -4.726965, -3.591038",\
|
|
"-6.043063, -5.996706, -5.886460, -5.559517, -4.423590");
|
|
}
|
|
|
|
} /* 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.005396 ;
|
|
|
|
/* 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.335690, 2.289333, 2.179088, 1.852145, 0.716218",\
|
|
"2.387930, 2.341573, 2.231328, 1.904384, 0.768457",\
|
|
"2.492046, 2.445689, 2.335444, 2.008500, 0.872573",\
|
|
"2.736205, 2.689848, 2.579603, 2.252660, 1.116732",\
|
|
"3.522947, 3.476590, 3.366345, 3.039401, 1.903474");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.122010, 6.075653, 5.965408, 5.638465, 4.502538",\
|
|
"6.170157, 6.123800, 6.013555, 5.686611, 4.550684",\
|
|
"6.282561, 6.236204, 6.125958, 5.799015, 4.663088",\
|
|
"6.568923, 6.522566, 6.412321, 6.085378, 4.949450",\
|
|
"7.434084, 7.387727, 7.277482, 6.950539, 5.814611");
|
|
}
|
|
|
|
} /* 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.226200, -2.179843, -2.069598, -1.742654, -0.606727",\
|
|
"-2.278439, -2.232082, -2.121837, -1.794894, -0.658966",\
|
|
"-2.382555, -2.336198, -2.225953, -1.899010, -0.763083",\
|
|
"-2.626715, -2.580358, -2.470113, -2.143170, -1.007242",\
|
|
"-3.413457, -3.367100, -3.256855, -2.929911, -1.793984");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.783645, -5.737288, -5.627042, -5.300099, -4.164172",\
|
|
"-5.831791, -5.785434, -5.675189, -5.348246, -4.212318",\
|
|
"-5.944195, -5.897838, -5.787593, -5.460649, -4.324722",\
|
|
"-6.230557, -6.184200, -6.073955, -5.747011, -4.611084",\
|
|
"-7.095718, -7.049361, -6.939116, -6.612173, -5.476246");
|
|
}
|
|
|
|
} /* 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.004007 ;
|
|
|
|
/* 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.452167, 2.405809, 2.295564, 1.968621, 0.832694",\
|
|
"2.503174, 2.456817, 2.346572, 2.019629, 0.883702",\
|
|
"2.607512, 2.561154, 2.450909, 2.123966, 0.988039",\
|
|
"2.851664, 2.805306, 2.695061, 2.368118, 1.232191",\
|
|
"3.641846, 3.595489, 3.485244, 3.158301, 2.022374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.878296, 7.831939, 7.721694, 7.394751, 6.258824",\
|
|
"7.926544, 7.880187, 7.769941, 7.442998, 6.307071",\
|
|
"8.038801, 7.992444, 7.882198, 7.555255, 6.419328",\
|
|
"8.325108, 8.278751, 8.168506, 7.841563, 6.705636",\
|
|
"9.182560, 9.136204, 9.025958, 8.699015, 7.563088");
|
|
}
|
|
|
|
} /* 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.101015, -2.054658, -1.944412, -1.617469, -0.481542",\
|
|
"-2.152022, -2.105665, -1.995420, -1.668477, -0.532550",\
|
|
"-2.256360, -2.210003, -2.099758, -1.772815, -0.636888",\
|
|
"-2.500512, -2.454155, -2.343910, -2.016967, -0.881040",\
|
|
"-3.290694, -3.244337, -3.134092, -2.807149, -1.671222");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.278516, -7.232160, -7.121914, -6.794971, -5.659044",\
|
|
"-7.326763, -7.280406, -7.170160, -6.843217, -5.707291",\
|
|
"-7.439020, -7.392663, -7.282417, -6.955474, -5.819548",\
|
|
"-7.725327, -7.678970, -7.568725, -7.241781, -6.105855",\
|
|
"-8.582780, -8.536423, -8.426177, -8.099234, -6.963307");
|
|
}
|
|
|
|
} /* 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.003990 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.928437, 1.882080, 1.771834, 1.444891, 0.308964",\
|
|
"1.980384, 1.934027, 1.823782, 1.496838, 0.360911",\
|
|
"2.084318, 2.037961, 1.927715, 1.600772, 0.464845",\
|
|
"2.327868, 2.281510, 2.171265, 1.844322, 0.708395",\
|
|
"3.116524, 3.070167, 2.959922, 2.632979, 1.497051");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.985248, 7.938890, 7.828645, 7.501702, 6.365775",\
|
|
"8.033410, 7.987053, 7.876808, 7.549864, 6.413937",\
|
|
"8.145894, 8.099537, 7.989292, 7.662348, 6.526421",\
|
|
"8.432317, 8.385960, 8.275715, 7.948771, 6.812844",\
|
|
"9.298344, 9.251987, 9.141741, 8.814798, 7.678871");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.798181, -1.751824, -1.641579, -1.314636, -0.178708",\
|
|
"-1.850128, -1.803771, -1.693526, -1.366583, -0.230655",\
|
|
"-1.954062, -1.907705, -1.797460, -1.470516, -0.334589",\
|
|
"-2.197612, -2.151255, -2.041009, -1.714066, -0.578139",\
|
|
"-2.986269, -2.939911, -2.829666, -2.502723, -1.366796");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.623529, -7.577172, -7.466927, -7.139984, -6.004057",\
|
|
"-7.671692, -7.625335, -7.515090, -7.188147, -6.052219",\
|
|
"-7.784176, -7.737819, -7.627573, -7.300631, -6.164703",\
|
|
"-8.070599, -8.024241, -7.913996, -7.587053, -6.451126",\
|
|
"-8.936625, -8.890268, -8.780024, -8.453080, -7.317153");
|
|
}
|
|
|
|
} /* 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.002539 ;
|
|
|
|
/* 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 ( "0.921280, 0.874923, 0.764678, 0.437734, -0.698193",\
|
|
"0.970843, 0.924486, 0.814241, 0.487298, -0.648630",\
|
|
"1.075715, 1.029358, 0.919113, 0.592170, -0.543758",\
|
|
"1.320859, 1.274502, 1.164257, 0.837313, -0.298614",\
|
|
"2.108634, 2.062277, 1.952032, 1.625089, 0.489161");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.981770, 4.935412, 4.825167, 4.498224, 3.362297",\
|
|
"5.029969, 4.983613, 4.873367, 4.546424, 3.410497",\
|
|
"5.141721, 5.095364, 4.985118, 4.658175, 3.522248",\
|
|
"5.426157, 5.379800, 5.269555, 4.942611, 3.806684",\
|
|
"6.264215, 6.217857, 6.107612, 5.780669, 4.644742");
|
|
}
|
|
|
|
} /* 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.653507, -0.607150, -0.496905, -0.169961, 0.965972",\
|
|
"-0.703070, -0.656713, -0.546468, -0.219524, 0.916409",\
|
|
"-0.807942, -0.761585, -0.651340, -0.324396, 0.811536",\
|
|
"-1.053086, -1.006729, -0.896484, -0.569540, 0.566392",\
|
|
"-1.840861, -1.794504, -1.684259, -1.357315, -0.221383");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.466000, -4.419643, -4.309398, -3.982454, -2.846521",\
|
|
"-4.514200, -4.467843, -4.357598, -4.030654, -2.894721",\
|
|
"-4.625951, -4.579594, -4.469349, -4.142405, -3.006472",\
|
|
"-4.910387, -4.864030, -4.753785, -4.426841, -3.290909",\
|
|
"-5.748445, -5.702088, -5.591843, -5.264898, -4.128966");
|
|
}
|
|
|
|
} /* 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.003367 ;
|
|
|
|
/* 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.097896, 1.051538, 0.941293, 0.614350, -0.521577",\
|
|
"1.149237, 1.102880, 0.992635, 0.665692, -0.470235",\
|
|
"1.261471, 1.215114, 1.104869, 0.777926, -0.358001",\
|
|
"1.534994, 1.488637, 1.378392, 1.051448, -0.084479",\
|
|
"2.470185, 2.423828, 2.313582, 1.986639, 0.850712");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.733403, 4.687046, 4.576801, 4.249858, 3.113930",\
|
|
"4.778877, 4.732520, 4.622275, 4.295332, 3.159405",\
|
|
"4.892169, 4.845812, 4.735567, 4.408624, 3.272696",\
|
|
"5.258502, 5.212144, 5.101899, 4.774956, 3.639029",\
|
|
"6.663634, 6.617277, 6.507031, 6.180088, 5.044161");
|
|
}
|
|
|
|
} /* 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.835435, -0.789078, -0.678833, -0.351889, 0.784043",\
|
|
"-0.886777, -0.840420, -0.730175, -0.403231, 0.732702",\
|
|
"-0.999011, -0.952654, -0.842409, -0.515465, 0.620468",\
|
|
"-1.272533, -1.226177, -1.115931, -0.788987, 0.346945",\
|
|
"-2.207725, -2.161368, -2.051122, -1.724179, -0.588246");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.243439, -4.197082, -4.086837, -3.759893, -2.623960",\
|
|
"-4.288913, -4.242556, -4.132311, -3.805367, -2.669434",\
|
|
"-4.402205, -4.355847, -4.245603, -3.918658, -2.782726",\
|
|
"-4.768537, -4.722180, -4.611935, -4.284991, -3.149059",\
|
|
"-6.173670, -6.127313, -6.017068, -5.690124, -4.554192");
|
|
}
|
|
|
|
} /* 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.002920 ;
|
|
|
|
/* 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.478123, 2.431766, 2.321520, 1.994577, 0.858650",\
|
|
"2.529486, 2.483129, 2.372883, 2.045940, 0.910013",\
|
|
"2.641684, 2.595327, 2.485082, 2.158139, 1.022211",\
|
|
"2.915170, 2.868813, 2.758567, 2.431624, 1.295697",\
|
|
"3.850875, 3.804518, 3.694273, 3.367329, 2.231402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.708755, 7.662398, 7.552153, 7.225209, 6.089282",\
|
|
"7.754208, 7.707851, 7.597606, 7.270662, 6.134735",\
|
|
"7.867506, 7.821148, 7.710903, 7.383960, 6.248033",\
|
|
"8.233810, 8.187454, 8.077209, 7.750265, 6.614338",\
|
|
"9.640090, 9.593733, 9.483488, 9.156545, 8.020617");
|
|
}
|
|
|
|
} /* 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.235065, -2.188708, -2.078463, -1.751519, -0.615587",\
|
|
"-2.286428, -2.240071, -2.129826, -1.802882, -0.666950",\
|
|
"-2.398626, -2.352270, -2.242024, -1.915081, -0.779148",\
|
|
"-2.672112, -2.625755, -2.515510, -2.188566, -1.052633",\
|
|
"-3.607817, -3.561460, -3.451215, -3.124271, -1.988339");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.234731, -7.188374, -7.078129, -6.751185, -5.615252",\
|
|
"-7.280184, -7.233827, -7.123582, -6.796638, -5.660706",\
|
|
"-7.393481, -7.347125, -7.236879, -6.909935, -5.774003",\
|
|
"-7.759787, -7.713430, -7.603185, -7.276241, -6.140308",\
|
|
"-9.166066, -9.119709, -9.009464, -8.682520, -7.546588");
|
|
}
|
|
|
|
} /* 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.002833 ;
|
|
|
|
/* 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.329657, 1.283300, 1.173055, 0.846112, -0.289816",\
|
|
"1.381191, 1.334834, 1.224589, 0.897645, -0.238282",\
|
|
"1.485301, 1.438944, 1.328699, 1.001756, -0.134171",\
|
|
"1.729030, 1.682673, 1.572427, 1.245484, 0.109557",\
|
|
"2.518203, 2.471846, 2.361601, 2.034657, 0.898730");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.072587, 5.026231, 4.915986, 4.589042, 3.453115",\
|
|
"5.120800, 5.074443, 4.964198, 4.637254, 3.501327",\
|
|
"5.233184, 5.186828, 5.076582, 4.749639, 3.613712",\
|
|
"5.519410, 5.473053, 5.362808, 5.035864, 3.899937",\
|
|
"6.380898, 6.334541, 6.224297, 5.897353, 4.761426");
|
|
}
|
|
|
|
} /* 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.082786, -1.036429, -0.926184, -0.599240, 0.536692",\
|
|
"-1.134320, -1.087963, -0.977718, -0.650774, 0.485158",\
|
|
"-1.238430, -1.192073, -1.081828, -0.754884, 0.381048",\
|
|
"-1.482159, -1.435802, -1.325557, -0.998613, 0.137320",\
|
|
"-2.271332, -2.224976, -2.114730, -1.787786, -0.651854");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.584629, -4.538272, -4.428027, -4.101083, -2.965151",\
|
|
"-4.632841, -4.586484, -4.476239, -4.149295, -3.013363",\
|
|
"-4.745226, -4.698869, -4.588624, -4.261680, -3.125748",\
|
|
"-5.031451, -4.985095, -4.874849, -4.547905, -3.411973",\
|
|
"-5.892940, -5.846583, -5.736338, -5.409394, -4.273462");
|
|
}
|
|
|
|
} /* 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.002887 ;
|
|
|
|
/* 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.179929, 1.133572, 1.023327, 0.696384, -0.439543",\
|
|
"1.231301, 1.184944, 1.074698, 0.747755, -0.388172",\
|
|
"1.343479, 1.297122, 1.186877, 0.859934, -0.275993",\
|
|
"1.616944, 1.570587, 1.460342, 1.133399, -0.002528",\
|
|
"2.551768, 2.505411, 2.395166, 2.068223, 0.932296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.734183, 5.687826, 5.577581, 5.250638, 4.114711",\
|
|
"5.779619, 5.733262, 5.623016, 5.296073, 4.160146",\
|
|
"5.892920, 5.846563, 5.736319, 5.409375, 4.273448",\
|
|
"6.259208, 6.212851, 6.102606, 5.775663, 4.639736",\
|
|
"7.665905, 7.619547, 7.509302, 7.182359, 6.046432");
|
|
}
|
|
|
|
} /* 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.828772, -0.782415, -0.672169, -0.345226, 0.790701",\
|
|
"-0.880143, -0.833786, -0.723541, -0.396598, 0.739329",\
|
|
"-0.992322, -0.945965, -0.835720, -0.508776, 0.627150",\
|
|
"-1.265787, -1.219430, -1.109185, -0.782241, 0.353686",\
|
|
"-2.200611, -2.154254, -2.044009, -1.717066, -0.581139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.133694, -5.087337, -4.977092, -4.650148, -3.514221",\
|
|
"-5.179129, -5.132772, -5.022527, -4.695583, -3.559657",\
|
|
"-5.292431, -5.246074, -5.135829, -4.808886, -3.672959",\
|
|
"-5.658719, -5.612362, -5.502116, -5.175173, -4.039247",\
|
|
"-7.065415, -7.019058, -6.908813, -6.581869, -5.445943");
|
|
}
|
|
|
|
} /* 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.003912 ;
|
|
|
|
/* 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.600859, 2.554502, 2.444257, 2.117314, 0.981386",\
|
|
"2.650694, 2.604337, 2.494092, 2.167149, 1.031222",\
|
|
"2.762951, 2.716594, 2.606349, 2.279406, 1.143479",\
|
|
"3.105830, 3.059473, 2.949228, 2.622285, 1.486357",\
|
|
"4.374381, 4.328023, 4.217778, 3.890835, 2.754908");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.856226, 9.809869, 9.699623, 9.372681, 8.236753",\
|
|
"9.905378, 9.859021, 9.748775, 9.421833, 8.285906",\
|
|
"10.018375, 9.972018, 9.861773, 9.534830, 8.398903",\
|
|
"10.369871, 10.323514, 10.213268, 9.886326, 8.750399",\
|
|
"11.631758, 11.585401, 11.475155, 11.148212, 10.012285");
|
|
}
|
|
|
|
} /* 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.470603, -2.424246, -2.314001, -1.987058, -0.851131",\
|
|
"-2.520439, -2.474082, -2.363836, -2.036893, -0.900966",\
|
|
"-2.632696, -2.586339, -2.476093, -2.149150, -1.013223",\
|
|
"-2.975574, -2.929217, -2.818972, -2.492029, -1.356102",\
|
|
"-4.244125, -4.197768, -4.087523, -3.760579, -2.624652");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.494508, -9.448151, -9.337906, -9.010962, -7.875035",\
|
|
"-9.543660, -9.497303, -9.387058, -9.060115, -7.924188",\
|
|
"-9.656657, -9.610300, -9.500055, -9.173112, -8.037185",\
|
|
"-10.008153, -9.961796, -9.851551, -9.524608, -8.388680",\
|
|
"-11.270040, -11.223682, -11.113438, -10.786494, -9.650567");
|
|
}
|
|
|
|
} /* 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.005021 ;
|
|
|
|
/* 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.691451, 1.645094, 1.534848, 1.207905, 0.071978",\
|
|
"1.740216, 1.693859, 1.583614, 1.256670, 0.120743",\
|
|
"1.852518, 1.806161, 1.695915, 1.368972, 0.233045",\
|
|
"2.161624, 2.115267, 2.005022, 1.678078, 0.542151",\
|
|
"3.240910, 3.194553, 3.084308, 2.757364, 1.621437");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.986687, 7.940330, 7.830084, 7.503141, 6.367214",\
|
|
"8.037479, 7.991122, 7.880877, 7.553934, 6.418006",\
|
|
"8.148951, 8.102593, 7.992348, 7.665405, 6.529478",\
|
|
"8.464035, 8.417678, 8.307432, 7.980489, 6.844562",\
|
|
"9.449324, 9.402966, 9.292721, 8.965778, 7.829851");
|
|
}
|
|
|
|
} /* 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.423656, -1.377299, -1.267054, -0.940110, 0.195822",\
|
|
"-1.472421, -1.426064, -1.315819, -0.988875, 0.147057",\
|
|
"-1.584723, -1.538366, -1.428121, -1.101177, 0.034755",\
|
|
"-1.893829, -1.847473, -1.737227, -1.410283, -0.274351",\
|
|
"-2.973116, -2.926759, -2.816514, -2.489570, -1.353637");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.470917, -7.424561, -7.314315, -6.987371, -5.851439",\
|
|
"-7.521710, -7.475353, -7.365108, -7.038164, -5.902231",\
|
|
"-7.633181, -7.586824, -7.476579, -7.149635, -6.013702",\
|
|
"-7.948266, -7.901909, -7.791664, -7.464720, -6.328787",\
|
|
"-8.933555, -8.887197, -8.776952, -8.450008, -7.314075");
|
|
}
|
|
|
|
} /* 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.005067 ;
|
|
|
|
/* 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.762618, 1.716261, 1.606016, 1.279072, 0.143145",\
|
|
"1.810898, 1.764541, 1.654296, 1.327353, 0.191425",\
|
|
"1.922319, 1.875962, 1.765717, 1.438773, 0.302846",\
|
|
"2.253773, 2.207416, 2.097171, 1.770228, 0.634301",\
|
|
"3.461115, 3.414758, 3.304513, 2.977570, 1.841643");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.872116, 7.825758, 7.715513, 7.388570, 6.252643",\
|
|
"7.923136, 7.876779, 7.766534, 7.439590, 6.303663",\
|
|
"8.038254, 7.991897, 7.881652, 7.554708, 6.418781",\
|
|
"8.395321, 8.348965, 8.238719, 7.911776, 6.775848",\
|
|
"9.745417, 9.699060, 9.588815, 9.261871, 8.125944");
|
|
}
|
|
|
|
} /* 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.500154, -1.453797, -1.343552, -1.016608, 0.119324",\
|
|
"-1.548434, -1.502077, -1.391832, -1.064888, 0.071044",\
|
|
"-1.659855, -1.613498, -1.503253, -1.176309, -0.040377",\
|
|
"-1.991310, -1.944953, -1.834707, -1.507764, -0.371831",\
|
|
"-3.198652, -3.152295, -3.042050, -2.715106, -1.579173");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.382151, -7.335794, -7.225549, -6.898605, -5.762672",\
|
|
"-7.433171, -7.386814, -7.276568, -6.949625, -5.813692",\
|
|
"-7.548290, -7.501933, -7.391687, -7.064744, -5.928811",\
|
|
"-7.905357, -7.859000, -7.748755, -7.421811, -6.285878",\
|
|
"-9.255453, -9.209096, -9.098850, -8.771907, -7.635974");
|
|
}
|
|
|
|
} /* 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.006789 ;
|
|
|
|
/* 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.602293, 2.555935, 2.445690, 2.118747, 0.982820",\
|
|
"2.651065, 2.604708, 2.494462, 2.167519, 1.031592",\
|
|
"2.763335, 2.716978, 2.606732, 2.279789, 1.143862",\
|
|
"3.072434, 3.026077, 2.915832, 2.588888, 1.452961",\
|
|
"4.150894, 4.104537, 3.994292, 3.667349, 2.531421");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.132286, 7.085928, 6.975683, 6.648740, 5.512813",\
|
|
"7.183138, 7.136781, 7.026536, 6.699593, 5.563665",\
|
|
"7.294652, 7.248295, 7.138050, 6.811107, 5.675179",\
|
|
"7.609396, 7.563038, 7.452793, 7.125850, 5.989923",\
|
|
"8.594511, 8.548155, 8.437909, 8.110966, 6.975039");
|
|
}
|
|
|
|
} /* 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.359235, -2.312879, -2.202633, -1.875690, -0.739757",\
|
|
"-2.408008, -2.361651, -2.251406, -1.924462, -0.788529",\
|
|
"-2.520278, -2.473921, -2.363676, -2.036732, -0.900799",\
|
|
"-2.829377, -2.783020, -2.672775, -2.345831, -1.209898",\
|
|
"-3.907837, -3.861480, -3.751235, -3.424291, -2.288359");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.658262, -6.611906, -6.501660, -6.174716, -5.038784",\
|
|
"-6.709114, -6.662757, -6.552512, -6.225568, -5.089636",\
|
|
"-6.820629, -6.774272, -6.664027, -6.337083, -5.201151",\
|
|
"-7.135372, -7.089015, -6.978770, -6.651826, -5.515894",\
|
|
"-8.120487, -8.074130, -7.963885, -7.636941, -6.501009");
|
|
}
|
|
|
|
} /* 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.003675 ;
|
|
|
|
/* 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.131064, 2.084707, 1.974462, 1.647519, 0.511592",\
|
|
"2.182348, 2.135991, 2.025745, 1.698802, 0.562875",\
|
|
"2.294698, 2.248341, 2.138096, 1.811152, 0.675225",\
|
|
"2.568337, 2.521980, 2.411735, 2.084792, 0.948864",\
|
|
"3.498728, 3.452371, 3.342126, 3.015182, 1.879255");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.997112, 6.950755, 6.840510, 6.513567, 5.377640",\
|
|
"7.042669, 6.996312, 6.886067, 6.559124, 5.423197",\
|
|
"7.155941, 7.109584, 6.999339, 6.672396, 5.536469",\
|
|
"7.522358, 7.476001, 7.365756, 7.038813, 5.902885",\
|
|
"8.931185, 8.884828, 8.774583, 8.447639, 7.311712");
|
|
}
|
|
|
|
} /* 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 ( "-1.884194, -1.837837, -1.727591, -1.400648, -0.264715",\
|
|
"-1.935477, -1.889120, -1.778875, -1.451931, -0.315999",\
|
|
"-2.047827, -2.001471, -1.891225, -1.564281, -0.428349",\
|
|
"-2.321466, -2.275109, -2.164864, -1.837920, -0.701988",\
|
|
"-3.251857, -3.205501, -3.095255, -2.768312, -1.632379");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.509153, -6.462796, -6.352551, -6.025607, -4.889675",\
|
|
"-6.554711, -6.508354, -6.398109, -6.071165, -4.935233",\
|
|
"-6.667983, -6.621626, -6.511381, -6.184437, -5.048504",\
|
|
"-7.034399, -6.988042, -6.877797, -6.550853, -5.414920",\
|
|
"-8.443228, -8.396871, -8.286625, -7.959682, -6.823749");
|
|
}
|
|
|
|
} /* 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.009932 ;
|
|
|
|
/* 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.642950, 1.596593, 1.486348, 1.159405, 0.023477",\
|
|
"1.694981, 1.648624, 1.538379, 1.211436, 0.075509",\
|
|
"1.799053, 1.752696, 1.642450, 1.315507, 0.179580",\
|
|
"2.042979, 1.996622, 1.886377, 1.559433, 0.423506",\
|
|
"2.830282, 2.783925, 2.673680, 2.346737, 1.210809");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.196091, 5.149734, 5.039489, 4.712545, 3.576618",\
|
|
"5.244167, 5.197810, 5.087564, 4.760621, 3.624694",\
|
|
"5.356605, 5.310248, 5.200003, 4.873059, 3.737132",\
|
|
"5.643091, 5.596734, 5.486488, 5.159545, 4.023618",\
|
|
"6.509425, 6.463068, 6.352822, 6.025879, 4.889952");
|
|
}
|
|
|
|
} /* 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.491781, -1.445423, -1.335178, -1.008235, 0.127692",\
|
|
"-1.543812, -1.497455, -1.387210, -1.060266, 0.075661",\
|
|
"-1.647883, -1.601526, -1.491281, -1.164338, -0.028410",\
|
|
"-1.891809, -1.845452, -1.735207, -1.408264, -0.272336",\
|
|
"-2.679113, -2.632756, -2.522511, -2.195568, -1.059641");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.815032, -4.768675, -4.658430, -4.331487, -3.195559",\
|
|
"-4.863108, -4.816751, -4.706506, -4.379562, -3.243635",\
|
|
"-4.975546, -4.929189, -4.818944, -4.492001, -3.356074",\
|
|
"-5.262032, -5.215674, -5.105430, -4.778486, -3.642559",\
|
|
"-6.128366, -6.082009, -5.971764, -5.644820, -4.508893");
|
|
}
|
|
|
|
} /* 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.010407 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.794867, 1.748510, 1.638264, 1.311321, 0.175394",\
|
|
"1.842072, 1.795715, 1.685470, 1.358526, 0.222599",\
|
|
"1.955017, 1.908660, 1.798414, 1.471471, 0.335544",\
|
|
"2.269123, 2.222766, 2.112521, 1.785578, 0.649650",\
|
|
"3.355899, 3.309542, 3.199297, 2.872353, 1.736426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.866439, 5.820082, 5.709837, 5.382894, 4.246966",\
|
|
"5.914604, 5.868247, 5.758001, 5.431058, 4.295131",\
|
|
"6.027286, 5.980928, 5.870684, 5.543740, 4.407813",\
|
|
"6.379838, 6.333481, 6.223236, 5.896293, 4.760365",\
|
|
"7.657511, 7.611154, 7.500909, 7.173965, 6.038038");
|
|
}
|
|
|
|
} /* 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.685376, -1.639019, -1.528773, -1.201830, -0.065903",\
|
|
"-1.732581, -1.686224, -1.575979, -1.249035, -0.113108",\
|
|
"-1.845526, -1.799169, -1.688923, -1.361980, -0.226053",\
|
|
"-2.159632, -2.113275, -2.003030, -1.676087, -0.540159",\
|
|
"-3.246408, -3.200051, -3.089806, -2.762863, -1.626936");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.528073, -5.481716, -5.371471, -5.044528, -3.908601",\
|
|
"-5.576238, -5.529881, -5.419636, -5.092692, -3.956765",\
|
|
"-5.688920, -5.642563, -5.532318, -5.205375, -4.069448",\
|
|
"-6.041472, -5.995115, -5.884870, -5.557927, -4.422000",\
|
|
"-7.319145, -7.272788, -7.162543, -6.835600, -5.699673");
|
|
}
|
|
|
|
} /* 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.011303 ;
|
|
|
|
/* 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.225079, 1.178722, 1.068476, 0.741533, -0.394394",\
|
|
"1.277470, 1.231113, 1.120868, 0.793925, -0.342002",\
|
|
"1.381696, 1.335339, 1.225094, 0.898151, -0.237776",\
|
|
"1.626328, 1.579971, 1.469726, 1.142783, 0.006856",\
|
|
"2.411798, 2.365441, 2.255196, 1.928253, 0.792325");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.162895, 5.116538, 5.006293, 4.679350, 3.543423",\
|
|
"5.210968, 5.164610, 5.054365, 4.727422, 3.591495",\
|
|
"5.323312, 5.276955, 5.166710, 4.839767, 3.703840",\
|
|
"5.609605, 5.563248, 5.453003, 5.126060, 3.990133",\
|
|
"6.473155, 6.426797, 6.316552, 5.989609, 4.853682");
|
|
}
|
|
|
|
} /* 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 ( "-0.873922, -0.827564, -0.717319, -0.390376, 0.745551",\
|
|
"-0.926313, -0.879956, -0.769711, -0.442767, 0.693159",\
|
|
"-1.030539, -0.984182, -0.873937, -0.546994, 0.588933",\
|
|
"-1.275171, -1.228814, -1.118569, -0.791626, 0.344301",\
|
|
"-2.060641, -2.014284, -1.904038, -1.577095, -0.441168");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.562406, -4.516048, -4.405804, -4.078860, -2.942933",\
|
|
"-4.610478, -4.564121, -4.453876, -4.126932, -2.991006",\
|
|
"-4.722823, -4.676466, -4.566220, -4.239277, -3.103350",\
|
|
"-5.009116, -4.962759, -4.852513, -4.525570, -3.389643",\
|
|
"-5.872665, -5.826308, -5.716063, -5.389119, -4.253193");
|
|
}
|
|
|
|
} /* 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.006286 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "2.059494, 2.013138, 1.902892, 1.575949, 0.440022",\
|
|
"2.107588, 2.061231, 1.950986, 1.624043, 0.488115",\
|
|
"2.220506, 2.174149, 2.063904, 1.736961, 0.601034",\
|
|
"2.535048, 2.488691, 2.378446, 2.051503, 0.915576",\
|
|
"3.628530, 3.582172, 3.471927, 3.144984, 2.009057");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.234164, 9.187807, 9.077562, 8.750618, 7.614691",\
|
|
"9.282560, 9.236203, 9.125957, 8.799015, 7.663087",\
|
|
"9.394949, 9.348592, 9.238346, 8.911404, 7.775476",\
|
|
"9.748250, 9.701893, 9.591648, 9.264704, 8.128777",\
|
|
"11.017625, 10.971268, 10.861023, 10.534079, 9.398151");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.929239, -1.882882, -1.772637, -1.445694, -0.309767",\
|
|
"-1.977332, -1.930975, -1.820730, -1.493787, -0.357860",\
|
|
"-2.090251, -2.043894, -1.933649, -1.606705, -0.470778",\
|
|
"-2.404793, -2.358436, -2.248190, -1.921247, -0.785320",\
|
|
"-3.498274, -3.451917, -3.341671, -3.014728, -1.878801");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.872446, -8.826089, -8.715844, -8.388901, -7.252974",\
|
|
"-8.920842, -8.874485, -8.764240, -8.437297, -7.301370",\
|
|
"-9.033231, -8.986874, -8.876629, -8.549685, -7.413758",\
|
|
"-9.386532, -9.340175, -9.229930, -8.902987, -7.767059",\
|
|
"-10.655907, -10.609550, -10.499305, -10.172361, -9.036434");
|
|
}
|
|
|
|
} /* 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.008688 ;
|
|
|
|
/* 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.756934, 1.710577, 1.600332, 1.273389, 0.137462",\
|
|
"1.805602, 1.759245, 1.649000, 1.322057, 0.186130",\
|
|
"1.917930, 1.871573, 1.761328, 1.434384, 0.298457",\
|
|
"2.227259, 2.180902, 2.070657, 1.743713, 0.607786",\
|
|
"3.310895, 3.264538, 3.154293, 2.827349, 1.691422");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.208503, 8.162146, 8.051901, 7.724957, 6.589030",\
|
|
"8.259144, 8.212787, 8.102541, 7.775598, 6.639671",\
|
|
"8.370578, 8.324221, 8.213976, 7.887032, 6.751105",\
|
|
"8.685999, 8.639642, 8.529396, 8.202454, 7.066526",\
|
|
"9.671562, 9.625205, 9.514959, 9.188017, 8.052090");
|
|
}
|
|
|
|
} /* 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.489140, -1.442783, -1.332538, -1.005594, 0.130339",\
|
|
"-1.537808, -1.491451, -1.381206, -1.054262, 0.081671",\
|
|
"-1.650136, -1.603779, -1.493533, -1.166589, -0.030657",\
|
|
"-1.959465, -1.913108, -1.802863, -1.475919, -0.339986",\
|
|
"-3.043101, -2.996744, -2.886499, -2.559555, -1.423622");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.692734, -7.646378, -7.536132, -7.209188, -6.073256",\
|
|
"-7.743375, -7.697019, -7.586773, -7.259830, -6.123897",\
|
|
"-7.854809, -7.808453, -7.698207, -7.371264, -6.235331",\
|
|
"-8.170231, -8.123874, -8.013628, -7.686685, -6.550752",\
|
|
"-9.155794, -9.109437, -8.999191, -8.672248, -7.536315");
|
|
}
|
|
|
|
} /* 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.008729 ;
|
|
|
|
/* 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.587795, 1.541438, 1.431193, 1.104249, -0.031678",\
|
|
"1.636573, 1.590216, 1.479971, 1.153028, 0.017101",\
|
|
"1.748821, 1.702464, 1.592219, 1.265275, 0.129348",\
|
|
"2.058053, 2.011697, 1.901451, 1.574508, 0.438581",\
|
|
"3.138367, 3.092010, 2.981765, 2.654822, 1.518894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.407365, 7.361008, 7.250763, 6.923820, 5.787892",\
|
|
"7.458279, 7.411922, 7.301677, 6.974733, 5.838806",\
|
|
"7.569825, 7.523468, 7.413222, 7.086279, 5.950352",\
|
|
"7.884140, 7.837783, 7.727538, 7.400595, 6.264668",\
|
|
"8.867679, 8.821321, 8.711077, 8.384133, 7.248206");
|
|
}
|
|
|
|
} /* 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.325331, -1.278974, -1.168729, -0.841785, 0.294147",\
|
|
"-1.374110, -1.327753, -1.217508, -0.890564, 0.245369",\
|
|
"-1.486357, -1.440000, -1.329755, -1.002811, 0.133121",\
|
|
"-1.795590, -1.749233, -1.638988, -1.312044, -0.176111",\
|
|
"-2.875904, -2.829547, -2.719301, -2.392358, -1.256425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.917401, -6.871044, -6.760798, -6.433855, -5.297922",\
|
|
"-6.968315, -6.921958, -6.811712, -6.484769, -5.348836",\
|
|
"-7.079860, -7.033504, -6.923258, -6.596314, -5.460382",\
|
|
"-7.394176, -7.347819, -7.237574, -6.910630, -5.774697",\
|
|
"-8.377714, -8.331358, -8.221112, -7.894169, -6.758236");
|
|
}
|
|
|
|
} /* 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.006889 ;
|
|
|
|
/* 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.260186, 1.213829, 1.103583, 0.776640, -0.359287",\
|
|
"1.309034, 1.262677, 1.152432, 0.825489, -0.310439",\
|
|
"1.421247, 1.374890, 1.264645, 0.937702, -0.198225",\
|
|
"1.730456, 1.684098, 1.573853, 1.246910, 0.110983",\
|
|
"2.809474, 2.763117, 2.652872, 2.325928, 1.190001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.764448, 6.718091, 6.607845, 6.280902, 5.144975",\
|
|
"6.815498, 6.769141, 6.658895, 6.331952, 5.196025",\
|
|
"6.927085, 6.880728, 6.770483, 6.443540, 5.307612",\
|
|
"7.241009, 7.194652, 7.084407, 6.757463, 5.621536",\
|
|
"8.224819, 8.178463, 8.068217, 7.741274, 6.605347");
|
|
}
|
|
|
|
} /* 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.017128, -0.970771, -0.860526, -0.533582, 0.602350",\
|
|
"-1.065977, -1.019620, -0.909375, -0.582431, 0.553502",\
|
|
"-1.178190, -1.131833, -1.021588, -0.694644, 0.441288",\
|
|
"-1.487398, -1.441041, -1.330796, -1.003852, 0.132080",\
|
|
"-2.566416, -2.520060, -2.409814, -2.082870, -0.946938");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.290423, -6.244067, -6.133821, -5.806878, -4.670945",\
|
|
"-6.341474, -6.295117, -6.184872, -5.857928, -4.721995",\
|
|
"-6.453061, -6.406704, -6.296459, -5.969515, -4.833583",\
|
|
"-6.766986, -6.720629, -6.610384, -6.283440, -5.147508",\
|
|
"-7.750795, -7.704439, -7.594193, -7.267250, -6.131317");
|
|
}
|
|
|
|
} /* 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.004851 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.924601, 1.878244, 1.767999, 1.441056, 0.305128",\
|
|
"1.976949, 1.930592, 1.820346, 1.493403, 0.357476",\
|
|
"2.081088, 2.034731, 1.924486, 1.597543, 0.461615",\
|
|
"2.325400, 2.279043, 2.168798, 1.841855, 0.705927",\
|
|
"3.111820, 3.065463, 2.955218, 2.628275, 1.492348");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.109525, 6.063169, 5.952923, 5.625980, 4.490053",\
|
|
"6.157677, 6.111320, 6.001075, 5.674132, 4.538205",\
|
|
"6.270059, 6.223702, 6.113457, 5.786514, 4.650587",\
|
|
"6.556597, 6.510240, 6.399995, 6.073051, 4.937124",\
|
|
"7.422662, 7.376305, 7.266060, 6.939116, 5.803189");
|
|
}
|
|
|
|
} /* 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.677725, -1.631368, -1.521123, -1.194179, -0.058246",\
|
|
"-1.730072, -1.683715, -1.573470, -1.246526, -0.110594",\
|
|
"-1.834212, -1.787855, -1.677610, -1.350666, -0.214733",\
|
|
"-2.078524, -2.032166, -1.921921, -1.594978, -0.459045",\
|
|
"-2.864944, -2.818587, -2.708342, -2.381398, -1.245466");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.621567, -5.575211, -5.464965, -5.138021, -4.002089",\
|
|
"-5.669719, -5.623363, -5.513117, -5.186173, -4.050241",\
|
|
"-5.782101, -5.735744, -5.625499, -5.298555, -4.162623",\
|
|
"-6.068638, -6.022282, -5.912036, -5.585093, -4.449160",\
|
|
"-6.934704, -6.888348, -6.778102, -6.451159, -5.315226");
|
|
}
|
|
|
|
} /* 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.002954 ;
|
|
|
|
/* 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.442227, 2.395870, 2.285625, 1.958682, 0.822755",\
|
|
"2.490813, 2.444456, 2.334211, 2.007268, 0.871341",\
|
|
"2.603727, 2.557370, 2.447124, 2.120181, 0.984254",\
|
|
"2.918276, 2.871919, 2.761673, 2.434730, 1.298803",\
|
|
"4.011341, 3.964983, 3.854738, 3.527795, 2.391868");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.309032, 5.262675, 5.152430, 4.825486, 3.689559",\
|
|
"5.357512, 5.311155, 5.200910, 4.873966, 3.738039",\
|
|
"5.469844, 5.423487, 5.313242, 4.986299, 3.850372",\
|
|
"5.823350, 5.776993, 5.666748, 5.339805, 4.203877",\
|
|
"7.094383, 7.048026, 6.937780, 6.610837, 5.474910");
|
|
}
|
|
|
|
} /* 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.291059, -2.244701, -2.134456, -1.807513, -0.671586",\
|
|
"-2.339644, -2.293287, -2.183042, -1.856099, -0.720172",\
|
|
"-2.452558, -2.406201, -2.295956, -1.969012, -0.833085",\
|
|
"-2.767107, -2.720750, -2.610505, -2.283561, -1.147634",\
|
|
"-3.860172, -3.813815, -3.703570, -3.376626, -2.240699");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.927973, -4.881616, -4.771371, -4.444427, -3.308501",\
|
|
"-4.976453, -4.930096, -4.819851, -4.492908, -3.356981",\
|
|
"-5.088786, -5.042428, -4.932183, -4.605240, -3.469313",\
|
|
"-5.442292, -5.395935, -5.285689, -4.958746, -3.822819",\
|
|
"-6.713324, -6.666967, -6.556722, -6.229778, -5.093851");
|
|
}
|
|
|
|
} /* 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.004449 ;
|
|
|
|
/* 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 ( "1.986653, 1.940296, 1.830051, 1.503107, 0.367180",\
|
|
"2.034423, 1.988066, 1.877821, 1.550878, 0.414951",\
|
|
"2.147357, 2.100999, 1.990754, 1.663811, 0.527884",\
|
|
"2.461783, 2.415426, 2.305181, 1.978238, 0.842311",\
|
|
"3.549916, 3.503559, 3.393314, 3.066371, 1.930444");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.372954, 6.326597, 6.216352, 5.889409, 4.753482",\
|
|
"6.421300, 6.374943, 6.264698, 5.937755, 4.801827",\
|
|
"6.533841, 6.487484, 6.377239, 6.050296, 4.914369",\
|
|
"6.887164, 6.840807, 6.730562, 6.403619, 5.267692",\
|
|
"8.161630, 8.115273, 8.005028, 7.678084, 6.542157");
|
|
}
|
|
|
|
} /* 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 ( "-1.877162, -1.830805, -1.720560, -1.393616, -0.257689",\
|
|
"-1.924932, -1.878575, -1.768330, -1.441387, -0.305460",\
|
|
"-2.037866, -1.991508, -1.881263, -1.554320, -0.418393",\
|
|
"-2.352293, -2.305935, -2.195690, -1.868747, -0.732820",\
|
|
"-3.440426, -3.394069, -3.283823, -2.956880, -1.820953");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.034589, -5.988232, -5.877986, -5.551044, -4.415116",\
|
|
"-6.082934, -6.036577, -5.926332, -5.599389, -4.463462",\
|
|
"-6.195476, -6.149118, -6.038873, -5.711930, -4.576003",\
|
|
"-6.548799, -6.502441, -6.392196, -6.065253, -4.929326",\
|
|
"-7.823264, -7.776907, -7.666662, -7.339719, -6.203792");
|
|
}
|
|
|
|
} /* 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.003635 ;
|
|
|
|
/* 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.313443, 2.267086, 2.156841, 1.829897, 0.693970",\
|
|
"2.364806, 2.318449, 2.208204, 1.881261, 0.745334",\
|
|
"2.476982, 2.430624, 2.320379, 1.993436, 0.857509",\
|
|
"2.750442, 2.704085, 2.593840, 2.266897, 1.130970",\
|
|
"3.687325, 3.640968, 3.530723, 3.203780, 2.067852");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.378052, 7.331695, 7.221450, 6.894507, 5.758580",\
|
|
"7.423481, 7.377123, 7.266878, 6.939935, 5.804008",\
|
|
"7.536783, 7.490426, 7.380180, 7.053237, 5.917310",\
|
|
"7.903070, 7.856713, 7.746468, 7.419525, 6.283597",\
|
|
"9.308029, 9.261672, 9.151426, 8.824484, 7.688556");
|
|
}
|
|
|
|
} /* 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 ( "-1.962291, -1.915934, -1.805688, -1.478745, -0.342818",\
|
|
"-2.013654, -1.967297, -1.857052, -1.530109, -0.394182",\
|
|
"-2.125830, -2.079473, -1.969227, -1.642284, -0.506357",\
|
|
"-2.399291, -2.352934, -2.242688, -1.915745, -0.779818",\
|
|
"-3.336173, -3.289816, -3.179571, -2.852628, -1.716701");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.778272, -6.731915, -6.621670, -6.294726, -5.158800",\
|
|
"-6.823700, -6.777344, -6.667098, -6.340155, -5.204228",\
|
|
"-6.937002, -6.890645, -6.780399, -6.453456, -5.317530",\
|
|
"-7.303290, -7.256933, -7.146688, -6.819744, -5.683818",\
|
|
"-8.708248, -8.661891, -8.551645, -8.224702, -7.088776");
|
|
}
|
|
|
|
} /* 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.002447 ;
|
|
|
|
/* 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.804294, 1.757937, 1.647692, 1.320749, 0.184821",\
|
|
"1.855651, 1.809294, 1.699049, 1.372106, 0.236178",\
|
|
"1.967871, 1.921514, 1.811269, 1.484326, 0.348398",\
|
|
"2.241379, 2.195022, 2.084777, 1.757834, 0.621907",\
|
|
"3.176980, 3.130623, 3.020378, 2.693435, 1.557508");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.407883, 6.361526, 6.251280, 5.924337, 4.788410",\
|
|
"6.453354, 6.406997, 6.296751, 5.969808, 4.833881",\
|
|
"6.566648, 6.520290, 6.410045, 6.083102, 4.947175",\
|
|
"6.932969, 6.886612, 6.776367, 6.449423, 5.313496",\
|
|
"8.337827, 8.291470, 8.181225, 7.854281, 6.718354");
|
|
}
|
|
|
|
} /* 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.674039, -1.627681, -1.517436, -1.190493, -0.054566",\
|
|
"-1.725396, -1.679039, -1.568793, -1.241850, -0.105923",\
|
|
"-1.837616, -1.791259, -1.681013, -1.354070, -0.218143",\
|
|
"-2.111124, -2.064767, -1.954522, -1.627578, -0.491651",\
|
|
"-3.046724, -3.000367, -2.890122, -2.563179, -1.427252");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.046164, -5.999807, -5.889562, -5.562618, -4.426691",\
|
|
"-6.091635, -6.045278, -5.935033, -5.608089, -4.472162",\
|
|
"-6.204929, -6.158572, -6.048326, -5.721383, -4.585456",\
|
|
"-6.571250, -6.524893, -6.414648, -6.087705, -4.951777",\
|
|
"-7.976109, -7.929751, -7.819506, -7.492563, -6.356636");
|
|
}
|
|
|
|
} /* 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.004642 ;
|
|
|
|
/* 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.790239, 1.743882, 1.633637, 1.306694, 0.170766",\
|
|
"1.839143, 1.792786, 1.682541, 1.355597, 0.219670",\
|
|
"1.951365, 1.905008, 1.794763, 1.467820, 0.331892",\
|
|
"2.260587, 2.214230, 2.103984, 1.777041, 0.641114",\
|
|
"3.339966, 3.293609, 3.183364, 2.856421, 1.720493");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.445094, 8.398737, 8.288492, 7.961548, 6.825621",\
|
|
"8.496181, 8.449823, 8.339579, 8.012634, 6.876708",\
|
|
"8.607761, 8.561404, 8.451159, 8.124216, 6.988288",\
|
|
"8.921782, 8.875425, 8.765181, 8.438236, 7.302310",\
|
|
"9.905490, 9.859133, 9.748888, 9.421944, 8.286016");
|
|
}
|
|
|
|
} /* 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.522445, -1.476088, -1.365843, -1.038899, 0.097034",\
|
|
"-1.571349, -1.524992, -1.414746, -1.087802, 0.048130",\
|
|
"-1.683571, -1.637214, -1.526969, -1.200025, -0.064092",\
|
|
"-1.992792, -1.946435, -1.836190, -1.509246, -0.373314",\
|
|
"-3.072172, -3.025815, -2.915570, -2.588626, -1.452694");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.929325, -7.882968, -7.772723, -7.445779, -6.309846",\
|
|
"-7.980411, -7.934054, -7.823809, -7.496865, -6.360932",\
|
|
"-8.091992, -8.045635, -7.935390, -7.608446, -6.472513",\
|
|
"-8.406013, -8.359656, -8.249411, -7.922467, -6.786534",\
|
|
"-9.389721, -9.343364, -9.233118, -8.906175, -7.770242");
|
|
}
|
|
|
|
} /* 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.004055 ;
|
|
|
|
/* 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.706931, 1.660573, 1.550328, 1.223385, 0.087458",\
|
|
"1.755879, 1.709522, 1.599277, 1.272334, 0.136407",\
|
|
"1.868066, 1.821709, 1.711464, 1.384520, 0.248593",\
|
|
"2.177263, 2.130906, 2.020660, 1.693717, 0.557790",\
|
|
"3.255320, 3.208962, 3.098717, 2.771774, 1.635847");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.209848, 6.163491, 6.053246, 5.726303, 4.590376",\
|
|
"6.261045, 6.214688, 6.104443, 5.777500, 4.641573",\
|
|
"6.372674, 6.326317, 6.216072, 5.889129, 4.753201",\
|
|
"6.686215, 6.639858, 6.529613, 6.202669, 5.066742",\
|
|
"7.670917, 7.624560, 7.514315, 7.187371, 6.051444");
|
|
}
|
|
|
|
} /* 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.444467, -1.398110, -1.287865, -0.960921, 0.175011",\
|
|
"-1.493416, -1.447059, -1.336814, -1.009870, 0.126063",\
|
|
"-1.605602, -1.559245, -1.449000, -1.122056, 0.013876",\
|
|
"-1.914799, -1.868442, -1.758197, -1.431253, -0.295321",\
|
|
"-2.992856, -2.946499, -2.836254, -2.509310, -1.373378");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.719884, -5.673527, -5.563282, -5.236338, -4.100406",\
|
|
"-5.771081, -5.724724, -5.614479, -5.287535, -4.151603",\
|
|
"-5.882710, -5.836353, -5.726109, -5.399164, -4.263232",\
|
|
"-6.196251, -6.149894, -6.039649, -5.712705, -4.576773",\
|
|
"-7.180952, -7.134595, -7.024349, -6.697406, -5.561473");
|
|
}
|
|
|
|
} /* 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.003678 ;
|
|
|
|
/* 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.660153, 1.613796, 1.503550, 1.176607, 0.040680",\
|
|
"1.708978, 1.662621, 1.552376, 1.225433, 0.089505",\
|
|
"1.821260, 1.774903, 1.664657, 1.337714, 0.201787",\
|
|
"2.130517, 2.084160, 1.973915, 1.646972, 0.511045",\
|
|
"3.212044, 3.165687, 3.055441, 2.728498, 1.592571");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.993680, 6.947323, 6.837078, 6.510135, 5.374207",\
|
|
"7.044575, 6.998218, 6.887973, 6.561029, 5.425102",\
|
|
"7.156067, 7.109710, 6.999465, 6.672522, 5.536594",\
|
|
"7.470922, 7.424565, 7.314320, 6.987376, 5.851449",\
|
|
"8.454587, 8.408230, 8.297985, 7.971042, 6.835114");
|
|
}
|
|
|
|
} /* 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.417095, -1.370738, -1.260493, -0.933549, 0.202383",\
|
|
"-1.465921, -1.419564, -1.309319, -0.982375, 0.153558",\
|
|
"-1.578202, -1.531845, -1.421600, -1.094656, 0.041276",\
|
|
"-1.887460, -1.841103, -1.730858, -1.403914, -0.267982",\
|
|
"-2.968986, -2.922629, -2.812384, -2.485440, -1.349507");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.519656, -6.473300, -6.363054, -6.036110, -4.900178",\
|
|
"-6.570551, -6.524194, -6.413949, -6.087005, -4.951073",\
|
|
"-6.682043, -6.635686, -6.525441, -6.198497, -5.062565",\
|
|
"-6.996898, -6.950541, -6.840296, -6.513352, -5.377419",\
|
|
"-7.980563, -7.934206, -7.823961, -7.497017, -6.361085");
|
|
}
|
|
|
|
} /* 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.002564 ;
|
|
|
|
/* 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 ( "1.819960, 1.773603, 1.663358, 1.336414, 0.200487",\
|
|
"1.869648, 1.823291, 1.713046, 1.386103, 0.250175",\
|
|
"1.974700, 1.928343, 1.818098, 1.491154, 0.355227",\
|
|
"2.219682, 2.173325, 2.063080, 1.736136, 0.600209",\
|
|
"3.011410, 2.965053, 2.854808, 2.527864, 1.391937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.657458, 6.611101, 6.500856, 6.173913, 5.037986",\
|
|
"6.705832, 6.659475, 6.549231, 6.222287, 5.086360",\
|
|
"6.817680, 6.771323, 6.661078, 6.334135, 5.198208",\
|
|
"7.103561, 7.057204, 6.946959, 6.620016, 5.484089",\
|
|
"7.950123, 7.903766, 7.793521, 7.466578, 6.330650");
|
|
}
|
|
|
|
} /* 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.573089, -1.526732, -1.416487, -1.089543, 0.046390",\
|
|
"-1.622777, -1.576420, -1.466175, -1.139231, -0.003299",\
|
|
"-1.727829, -1.681472, -1.571227, -1.244283, -0.108351",\
|
|
"-1.972811, -1.926454, -1.816209, -1.489265, -0.353333",\
|
|
"-2.764539, -2.718183, -2.607937, -2.280993, -1.145061");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.169499, -6.123143, -6.012897, -5.685954, -4.550021",\
|
|
"-6.217873, -6.171516, -6.061271, -5.734327, -4.598395",\
|
|
"-6.329722, -6.283365, -6.173120, -5.846176, -4.710244",\
|
|
"-6.615602, -6.569245, -6.459000, -6.132056, -4.996124",\
|
|
"-7.462164, -7.415808, -7.305562, -6.978619, -5.842686");
|
|
}
|
|
|
|
} /* 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.004011 ;
|
|
|
|
/* 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.512361, 1.466004, 1.355759, 1.028816, -0.107111",\
|
|
"1.562187, 1.515830, 1.405585, 1.078641, -0.057286",\
|
|
"1.674415, 1.628058, 1.517813, 1.190870, 0.054942",\
|
|
"2.017418, 1.971061, 1.860816, 1.533873, 0.397946",\
|
|
"3.285652, 3.239295, 3.129050, 2.802107, 1.666179");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.228673, 5.182316, 5.072071, 4.745128, 3.609200",\
|
|
"5.277843, 5.231486, 5.121241, 4.794297, 3.658370",\
|
|
"5.390765, 5.344408, 5.234162, 4.907219, 3.771292",\
|
|
"5.742242, 5.695885, 5.585639, 5.258697, 4.122769",\
|
|
"7.002759, 6.956401, 6.846156, 6.519213, 5.383286");
|
|
}
|
|
|
|
} /* 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.361192, -1.314835, -1.204590, -0.877647, 0.258281",\
|
|
"-1.411018, -1.364661, -1.254416, -0.927472, 0.208455",\
|
|
"-1.523246, -1.476889, -1.366644, -1.039700, 0.096227",\
|
|
"-1.866249, -1.819892, -1.709647, -1.382704, -0.246777",\
|
|
"-3.134484, -3.088127, -2.977882, -2.650938, -1.515011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.847614, -4.801257, -4.691012, -4.364069, -3.228142",\
|
|
"-4.896784, -4.850427, -4.740182, -4.413239, -3.277312",\
|
|
"-5.009706, -4.963349, -4.853104, -4.526160, -3.390233",\
|
|
"-5.361183, -5.314826, -5.204581, -4.877638, -3.741710",\
|
|
"-6.621699, -6.575342, -6.465096, -6.138153, -5.002226");
|
|
}
|
|
|
|
} /* 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.002270 ;
|
|
|
|
/* 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.300966, 1.254609, 1.144363, 0.817420, -0.318507",\
|
|
"1.352334, 1.305977, 1.195732, 0.868788, -0.267139",\
|
|
"1.464544, 1.418187, 1.307941, 0.980998, -0.154929",\
|
|
"1.738040, 1.691683, 1.581438, 1.254495, 0.118568",\
|
|
"2.672141, 2.625784, 2.515539, 2.188596, 1.052668");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.478770, 4.432413, 4.322167, 3.995224, 2.859297",\
|
|
"4.524237, 4.477880, 4.367635, 4.040691, 2.904764",\
|
|
"4.637533, 4.591176, 4.480930, 4.153987, 3.018060",\
|
|
"5.003846, 4.957489, 4.847243, 4.520300, 3.384373",\
|
|
"6.410818, 6.364461, 6.254216, 5.927273, 4.791346");
|
|
}
|
|
|
|
} /* 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.191472, -1.145115, -1.034870, -0.707927, 0.428000",\
|
|
"-1.242841, -1.196484, -1.086239, -0.759295, 0.376632",\
|
|
"-1.355050, -1.308693, -1.198448, -0.871505, 0.264422",\
|
|
"-1.628547, -1.582190, -1.471945, -1.145002, -0.009074",\
|
|
"-2.562648, -2.516291, -2.406045, -2.079102, -0.943175");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.140404, -4.094047, -3.983802, -3.656859, -2.520931",\
|
|
"-4.185872, -4.139514, -4.029269, -3.702326, -2.566399",\
|
|
"-4.299168, -4.252810, -4.142565, -3.815622, -2.679695",\
|
|
"-4.665480, -4.619123, -4.508878, -4.181934, -3.046007",\
|
|
"-6.072452, -6.026095, -5.915850, -5.588906, -4.452979");
|
|
}
|
|
|
|
} /* 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.002395 ;
|
|
|
|
/* 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.424399, 1.378042, 1.267797, 0.940854, -0.195074",\
|
|
"1.475777, 1.429420, 1.319175, 0.992232, -0.143695",\
|
|
"1.587965, 1.541607, 1.431362, 1.104419, -0.031508",\
|
|
"1.861439, 1.815082, 1.704837, 1.377893, 0.241966",\
|
|
"2.797349, 2.750992, 2.640747, 2.313804, 1.177876");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.981219, 5.934862, 5.824617, 5.497674, 4.361747",\
|
|
"6.026671, 5.980314, 5.870070, 5.543126, 4.407199",\
|
|
"6.139971, 6.093614, 5.983369, 5.656425, 4.520498",\
|
|
"6.506269, 6.459912, 6.349667, 6.022724, 4.886796",\
|
|
"7.912645, 7.866288, 7.756042, 7.429100, 6.293172");
|
|
}
|
|
|
|
} /* 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.073242, -1.026885, -0.916640, -0.589696, 0.546231",\
|
|
"-1.124620, -1.078263, -0.968018, -0.641074, 0.494852",\
|
|
"-1.236807, -1.190450, -1.080205, -0.753262, 0.382665",\
|
|
"-1.510282, -1.463925, -1.353679, -1.026736, 0.109191",\
|
|
"-2.446191, -2.399834, -2.289589, -1.962646, -0.826719");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.380730, -5.334373, -5.224128, -4.897184, -3.761257",\
|
|
"-5.426182, -5.379825, -5.269580, -4.942636, -3.806710",\
|
|
"-5.539481, -5.493124, -5.382879, -5.055936, -3.920009",\
|
|
"-5.905779, -5.859422, -5.749177, -5.422234, -4.286306",\
|
|
"-7.312154, -7.265798, -7.155552, -6.828609, -5.692682");
|
|
}
|
|
|
|
} /* 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.004270 ;
|
|
|
|
/* 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.252469, 2.206111, 2.095866, 1.768923, 0.632996",\
|
|
"2.302561, 2.256204, 2.145958, 1.819015, 0.683088",\
|
|
"2.414935, 2.368578, 2.258333, 1.931390, 0.795462",\
|
|
"2.757099, 2.710742, 2.600496, 2.273553, 1.137626",\
|
|
"4.026474, 3.980117, 3.869872, 3.542928, 2.407001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.362919, 8.316562, 8.206316, 7.879373, 6.743446",\
|
|
"8.419834, 8.373477, 8.263231, 7.936288, 6.800361",\
|
|
"8.533096, 8.486739, 8.376493, 8.049551, 6.913623",\
|
|
"8.883451, 8.837093, 8.726849, 8.399904, 7.263978",\
|
|
"10.147036, 10.100678, 9.990433, 9.663490, 8.527563");
|
|
}
|
|
|
|
} /* 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.122213, -2.075856, -1.965611, -1.638667, -0.502740",\
|
|
"-2.172305, -2.125948, -2.015703, -1.688760, -0.552832",\
|
|
"-2.284679, -2.238322, -2.128077, -1.801134, -0.665207",\
|
|
"-2.626842, -2.580485, -2.470240, -2.143297, -1.007370",\
|
|
"-3.896218, -3.849861, -3.739616, -3.412673, -2.276746");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.001201, -7.954844, -7.844598, -7.517655, -6.381728",\
|
|
"-8.058116, -8.011759, -7.901514, -7.574571, -6.438643",\
|
|
"-8.171378, -8.125021, -8.014776, -7.687833, -6.551906",\
|
|
"-8.521732, -8.475375, -8.365130, -8.038187, -6.902260",\
|
|
"-9.785317, -9.738960, -9.628716, -9.301772, -8.165845");
|
|
}
|
|
|
|
} /* 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.003709 ;
|
|
|
|
/* 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.478401, 2.432044, 2.321799, 1.994855, 0.858928",\
|
|
"2.528356, 2.481999, 2.371754, 2.044811, 0.908884",\
|
|
"2.640756, 2.594399, 2.484154, 2.157211, 1.021284",\
|
|
"2.983002, 2.936646, 2.826400, 2.499457, 1.363530",\
|
|
"4.253619, 4.207262, 4.097017, 3.770073, 2.634146");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.128092, 8.081735, 7.971489, 7.644546, 6.508619",\
|
|
"8.177176, 8.130818, 8.020573, 7.693630, 6.557703",\
|
|
"8.290470, 8.244113, 8.133867, 7.806924, 6.670997",\
|
|
"8.641936, 8.595579, 8.485334, 8.158390, 7.022463",\
|
|
"9.904978, 9.858621, 9.748375, 9.421432, 8.285505");
|
|
}
|
|
|
|
} /* 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.210607, -2.164250, -2.054005, -1.727061, -0.591129",\
|
|
"-2.260562, -2.214206, -2.103961, -1.777016, -0.641084",\
|
|
"-2.372962, -2.326606, -2.216361, -1.889416, -0.753484",\
|
|
"-2.715209, -2.668852, -2.558607, -2.231663, -1.095730",\
|
|
"-3.985825, -3.939468, -3.829223, -3.502279, -2.366347");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.612322, -7.565966, -7.455720, -7.128777, -5.992844",\
|
|
"-7.661406, -7.615049, -7.504804, -7.177860, -6.041927",\
|
|
"-7.774701, -7.728344, -7.618099, -7.291155, -6.155222",\
|
|
"-8.126167, -8.079810, -7.969565, -7.642621, -6.506688",\
|
|
"-9.389209, -9.342852, -9.232606, -8.905663, -7.769730");
|
|
}
|
|
|
|
} /* 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.002640 ;
|
|
|
|
/* 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.419041, 1.372684, 1.262439, 0.935495, -0.200432",\
|
|
"1.467887, 1.421530, 1.311285, 0.984342, -0.151586",\
|
|
"1.580157, 1.533800, 1.423555, 1.096611, -0.039316",\
|
|
"1.889408, 1.843051, 1.732806, 1.405862, 0.269935",\
|
|
"2.970504, 2.924147, 2.813902, 2.486959, 1.351032");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.325955, 7.279598, 7.169353, 6.842409, 5.706482",\
|
|
"7.376885, 7.330528, 7.220283, 6.893339, 5.757412",\
|
|
"7.488400, 7.442043, 7.331798, 7.004854, 5.868927",\
|
|
"7.803064, 7.756707, 7.646461, 7.319518, 6.183591",\
|
|
"8.786366, 8.740009, 8.629764, 8.302820, 7.166893");
|
|
}
|
|
|
|
} /* 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.156577, -1.110220, -0.999975, -0.673031, 0.462901",\
|
|
"-1.205423, -1.159066, -1.048821, -0.721877, 0.414055",\
|
|
"-1.317693, -1.271336, -1.161091, -0.834147, 0.301785",\
|
|
"-1.626944, -1.580587, -1.470342, -1.143398, -0.007466",\
|
|
"-2.708041, -2.661684, -2.551439, -2.224495, -1.088563");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.835989, -6.789633, -6.679387, -6.352444, -5.216511",\
|
|
"-6.886919, -6.840563, -6.730317, -6.403374, -5.267441",\
|
|
"-6.998435, -6.952078, -6.841832, -6.514889, -5.378956",\
|
|
"-7.313098, -7.266742, -7.156496, -6.829553, -5.693620",\
|
|
"-8.296400, -8.250044, -8.139798, -7.812855, -6.676922");
|
|
}
|
|
|
|
} /* 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.002524 ;
|
|
|
|
/* 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.293577, 1.247220, 1.136975, 0.810032, -0.325896",\
|
|
"1.343106, 1.296749, 1.186504, 0.859561, -0.276366",\
|
|
"1.447976, 1.401619, 1.291374, 0.964431, -0.171496",\
|
|
"1.693109, 1.646752, 1.536507, 1.209563, 0.073636",\
|
|
"2.478616, 2.432259, 2.322013, 1.995070, 0.859143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.717480, 6.671123, 6.560878, 6.233934, 5.098007",\
|
|
"6.765605, 6.719248, 6.609003, 6.282060, 5.146132",\
|
|
"6.877349, 6.830992, 6.720747, 6.393804, 5.257876",\
|
|
"7.161503, 7.115146, 7.004901, 6.677958, 5.542030",\
|
|
"7.996297, 7.949940, 7.839695, 7.512752, 6.376824");
|
|
}
|
|
|
|
} /* 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.050520, -1.004163, -0.893918, -0.566974, 0.568959",\
|
|
"-1.100049, -1.053692, -0.943447, -0.616503, 0.519429",\
|
|
"-1.204919, -1.158562, -1.048317, -0.721373, 0.414559",\
|
|
"-1.450052, -1.403695, -1.293450, -0.966506, 0.169427",\
|
|
"-2.235559, -2.189202, -2.078957, -1.752013, -0.616080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.243456, -6.197099, -6.086854, -5.759910, -4.623978",\
|
|
"-6.291581, -6.245224, -6.134979, -5.808035, -4.672103",\
|
|
"-6.403325, -6.356968, -6.246723, -5.919779, -4.783847",\
|
|
"-6.687479, -6.641122, -6.530877, -6.203933, -5.068001",\
|
|
"-7.522273, -7.475916, -7.365671, -7.038727, -5.902795");
|
|
}
|
|
|
|
} /* 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.002231 ;
|
|
|
|
/* 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.685923, 1.639566, 1.529321, 1.202378, 0.066451",\
|
|
"1.734333, 1.687976, 1.577731, 1.250787, 0.114860",\
|
|
"1.847242, 1.800885, 1.690640, 1.363697, 0.227770",\
|
|
"2.161781, 2.115424, 2.005179, 1.678236, 0.542309",\
|
|
"3.254128, 3.207772, 3.097527, 2.770583, 1.634656");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.841624, 5.795267, 5.685022, 5.358078, 4.222151",\
|
|
"5.890085, 5.843728, 5.733483, 5.406539, 4.270612",\
|
|
"6.002455, 5.956099, 5.845853, 5.518910, 4.382983",\
|
|
"6.355865, 6.309508, 6.199264, 5.872320, 4.736393",\
|
|
"7.624778, 7.578421, 7.468176, 7.141232, 6.005305");
|
|
}
|
|
|
|
} /* 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.439047, -1.392690, -1.282444, -0.955501, 0.180432",\
|
|
"-1.487456, -1.441099, -1.330854, -1.003910, 0.132022",\
|
|
"-1.600366, -1.554009, -1.443764, -1.116820, 0.019113",\
|
|
"-1.914905, -1.868548, -1.758303, -1.431359, -0.295426",\
|
|
"-3.007253, -2.960896, -2.850651, -2.523707, -1.387774");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.353666, -5.307309, -5.197064, -4.870120, -3.734188",\
|
|
"-5.402127, -5.355770, -5.245525, -4.918581, -3.782649",\
|
|
"-5.514497, -5.468141, -5.357895, -5.030951, -3.895019",\
|
|
"-5.867907, -5.821550, -5.711305, -5.384361, -4.248429",\
|
|
"-7.136820, -7.090464, -6.980218, -6.653275, -5.517342");
|
|
}
|
|
|
|
} /* 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.002245 ;
|
|
|
|
/* 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.673321, 1.626964, 1.516719, 1.189775, 0.053848",\
|
|
"1.721256, 1.674899, 1.564654, 1.237710, 0.101783",\
|
|
"1.834186, 1.787829, 1.677584, 1.350641, 0.214714",\
|
|
"2.148612, 2.102255, 1.992010, 1.665067, 0.529140",\
|
|
"3.237041, 3.190683, 3.080438, 2.753495, 1.617568");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.535723, 4.489366, 4.379121, 4.052177, 2.916250",\
|
|
"4.584154, 4.537796, 4.427551, 4.100608, 2.964681",\
|
|
"4.696674, 4.650317, 4.540071, 4.213128, 3.077201",\
|
|
"5.049949, 5.003592, 4.893347, 4.566403, 3.430476",\
|
|
"6.323831, 6.277474, 6.167229, 5.840285, 4.704358");
|
|
}
|
|
|
|
} /* 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.522152, -1.475795, -1.365550, -1.038606, 0.097321",\
|
|
"-1.570087, -1.523730, -1.413485, -1.086541, 0.049386",\
|
|
"-1.683017, -1.636660, -1.526415, -1.199472, -0.063545",\
|
|
"-1.997443, -1.951086, -1.840841, -1.513898, -0.377970",\
|
|
"-3.085872, -3.039515, -2.929270, -2.602326, -1.466399");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.154665, -4.108307, -3.998062, -3.671119, -2.535192",\
|
|
"-4.203095, -4.156738, -4.046493, -3.719549, -2.583622",\
|
|
"-4.315615, -4.269258, -4.159013, -3.832070, -2.696142",\
|
|
"-4.668890, -4.622533, -4.512288, -4.185345, -3.049418",\
|
|
"-5.942772, -5.896415, -5.786170, -5.459227, -4.323299");
|
|
}
|
|
|
|
} /* 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.002466 ;
|
|
|
|
/* 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.030092, 0.983735, 0.873490, 0.546547, -0.589381",\
|
|
"1.079765, 1.033408, 0.923163, 0.596219, -0.539708",\
|
|
"1.184778, 1.138421, 1.028176, 0.701233, -0.434695",\
|
|
"1.429653, 1.383296, 1.273051, 0.946108, -0.189820",\
|
|
"2.219592, 2.173235, 2.062990, 1.736047, 0.600119");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.502109, 5.455752, 5.345507, 5.018563, 3.882636",\
|
|
"5.550481, 5.504124, 5.393879, 5.066936, 3.931008",\
|
|
"5.662304, 5.615947, 5.505702, 5.178759, 4.042831",\
|
|
"5.948115, 5.901758, 5.791512, 5.464569, 4.328642",\
|
|
"6.793329, 6.746972, 6.636727, 6.309784, 5.173857");
|
|
}
|
|
|
|
} /* 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 ( "-0.920601, -0.874244, -0.763999, -0.437056, 0.698871",\
|
|
"-0.970274, -0.923917, -0.813672, -0.486728, 0.649199",\
|
|
"-1.075287, -1.028930, -0.918685, -0.591742, 0.544185",\
|
|
"-1.320162, -1.273805, -1.163560, -0.836617, 0.299310",\
|
|
"-2.110101, -2.063744, -1.953499, -1.626556, -0.490628");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.163743, -5.117386, -5.007141, -4.680198, -3.544271",\
|
|
"-5.212115, -5.165758, -5.055513, -4.728570, -3.592643",\
|
|
"-5.323939, -5.277582, -5.167336, -4.840393, -3.704466",\
|
|
"-5.609749, -5.563392, -5.453147, -5.126204, -3.990277",\
|
|
"-6.454964, -6.408607, -6.298361, -5.971418, -4.835491");
|
|
}
|
|
|
|
} /* 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.004109 ;
|
|
|
|
/* 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.564647, 1.518290, 1.408045, 1.081102, -0.054825",\
|
|
"1.616177, 1.569820, 1.459574, 1.132631, -0.003296",\
|
|
"1.728226, 1.681869, 1.571624, 1.244681, 0.108754",\
|
|
"2.050680, 2.004323, 1.894078, 1.567134, 0.431207",\
|
|
"3.163750, 3.117393, 3.007148, 2.680205, 1.544278");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.560740, 5.514383, 5.404138, 5.077195, 3.941267",\
|
|
"5.609307, 5.562950, 5.452704, 5.125762, 3.989834",\
|
|
"5.721495, 5.675138, 5.564893, 5.237950, 4.102023",\
|
|
"6.075548, 6.029191, 5.918945, 5.592002, 4.456075",\
|
|
"7.397931, 7.351573, 7.241328, 6.914385, 5.778458");
|
|
}
|
|
|
|
} /* 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.213495, -1.167138, -1.056893, -0.729949, 0.405977",\
|
|
"-1.265025, -1.218668, -1.108423, -0.781479, 0.354448",\
|
|
"-1.377074, -1.330717, -1.220472, -0.893528, 0.242398",\
|
|
"-1.699528, -1.653171, -1.542925, -1.215982, -0.080055",\
|
|
"-2.812598, -2.766241, -2.655996, -2.329052, -1.193125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.960960, -4.914603, -4.804358, -4.477414, -3.341488",\
|
|
"-5.009527, -4.963170, -4.852924, -4.525981, -3.390054",\
|
|
"-5.121715, -5.075358, -4.965113, -4.638169, -3.502243",\
|
|
"-5.475768, -5.429411, -5.319165, -4.992222, -3.856295",\
|
|
"-6.798151, -6.751794, -6.641548, -6.314605, -5.178679");
|
|
}
|
|
|
|
} /* 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.065782 ;
|
|
|
|
/* 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.252919");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.953757");
|
|
}
|
|
|
|
} /* 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.005328 ;
|
|
|
|
/* 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.260846, 1.214489, 1.104244, 0.777301, -0.358627",\
|
|
"1.313108, 1.266751, 1.156506, 0.829563, -0.306364",\
|
|
"1.423292, 1.376935, 1.266690, 0.939746, -0.196181",\
|
|
"1.709348, 1.662991, 1.552746, 1.225803, 0.089875",\
|
|
"2.659263, 2.612906, 2.502661, 2.175717, 1.039790");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.397520, 5.351163, 5.240918, 4.913975, 3.778048",\
|
|
"5.448180, 5.401824, 5.291578, 4.964635, 3.828708",\
|
|
"5.561640, 5.515283, 5.405038, 5.078094, 3.942167",\
|
|
"5.913037, 5.866680, 5.756435, 5.429492, 4.293564",\
|
|
"7.183967, 7.137609, 7.027364, 6.700421, 5.564494");
|
|
}
|
|
|
|
} /* 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.712026, -0.665669, -0.555424, -0.228481, 0.907446",\
|
|
"-0.764289, -0.717932, -0.607687, -0.280743, 0.855184",\
|
|
"-0.874472, -0.828115, -0.717870, -0.390926, 0.745000",\
|
|
"-1.160375, -1.114017, -1.003772, -0.676829, 0.459098",\
|
|
"-2.111863, -2.065506, -1.955261, -1.628317, -0.492390");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.418550, -1.372193, -1.261948, -0.935004, 0.200923",\
|
|
"-1.469211, -1.422854, -1.312609, -0.985665, 0.150262",\
|
|
"-1.582670, -1.536313, -1.426068, -1.099124, 0.036803",\
|
|
"-1.933869, -1.887512, -1.777267, -1.450323, -0.314396",\
|
|
"-3.202036, -3.155679, -3.045434, -2.718490, -1.582563");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "7.024652, 7.024652, 7.024652, 7.024652, 7.024652",\
|
|
"7.076914, 7.076914, 7.076914, 7.076914, 7.076914",\
|
|
"7.187098, 7.187098, 7.187098, 7.187098, 7.187098",\
|
|
"7.473001, 7.473001, 7.473001, 7.473001, 7.473001",\
|
|
"8.424488, 8.424488, 8.424488, 8.424488, 8.424488");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "6.579879, 6.579879, 6.579879, 6.579879, 6.579879",\
|
|
"6.630539, 6.630539, 6.630539, 6.630539, 6.630539",\
|
|
"6.743999, 6.743999, 6.743999, 6.743999, 6.743999",\
|
|
"7.095198, 7.095198, 7.095198, 7.095198, 7.095198",\
|
|
"8.363365, 8.363365, 8.363365, 8.363365, 8.363365");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.670961, -0.670961, -0.670961, -0.670961, -0.670961",\
|
|
"-0.723223, -0.723223, -0.723223, -0.723223, -0.723223",\
|
|
"-0.833407, -0.833407, -0.833407, -0.833407, -0.833407",\
|
|
"-1.119309, -1.119309, -1.119309, -1.119309, -1.119309",\
|
|
"-2.070797, -2.070797, -2.070797, -2.070797, -2.070797");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.126204, -1.126204, -1.126204, -1.126204, -1.126204",\
|
|
"-1.176865, -1.176865, -1.176865, -1.176865, -1.176865",\
|
|
"-1.290324, -1.290324, -1.290324, -1.290324, -1.290324",\
|
|
"-1.641523, -1.641523, -1.641523, -1.641523, -1.641523",\
|
|
"-2.909689, -2.909689, -2.909689, -2.909689, -2.909689");
|
|
}
|
|
|
|
} /* 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.009811 ;
|
|
|
|
/* 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.028101, 18.981745, 18.871500, 18.544556, 17.408628",\
|
|
"19.081011, 19.034655, 18.924410, 18.597466, 17.461538",\
|
|
"19.190016, 19.143660, 19.033415, 18.706470, 17.570543",\
|
|
"19.474800, 19.428444, 19.318199, 18.991255, 17.855328",\
|
|
"20.382517, 20.336161, 20.225916, 19.898972, 18.763044");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.566322, 17.519966, 17.409721, 17.082777, 15.946850",\
|
|
"17.615976, 17.569620, 17.459375, 17.132431, 15.996504",\
|
|
"17.730085, 17.683729, 17.573484, 17.246540, 16.110613",\
|
|
"18.102610, 18.056253, 17.946009, 17.619064, 16.483137",\
|
|
"19.463850, 19.417494, 19.307249, 18.980305, 17.844378");
|
|
}
|
|
|
|
} /* 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.670874, -1.624517, -1.514272, -1.187328, -0.051396",\
|
|
"-1.723785, -1.677428, -1.567183, -1.240239, -0.104306",\
|
|
"-1.832790, -1.786433, -1.676188, -1.349244, -0.213312",\
|
|
"-2.117579, -2.071222, -1.960977, -1.634033, -0.498101",\
|
|
"-3.026034, -2.979677, -2.869432, -2.542488, -1.406555");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.401915, -6.355558, -6.245313, -5.918369, -4.782436",\
|
|
"-6.451569, -6.405212, -6.294967, -5.968023, -4.832090",\
|
|
"-6.565678, -6.519321, -6.409076, -6.082132, -4.946199",\
|
|
"-6.941514, -6.895158, -6.784912, -6.457969, -5.322036",\
|
|
"-8.301115, -8.254759, -8.144513, -7.817570, -6.681637");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "13.866899, 13.866899, 13.866899, 13.866899, 13.866899",\
|
|
"13.919808, 13.919808, 13.919808, 13.919808, 13.919808",\
|
|
"14.028813, 14.028813, 14.028813, 14.028813, 14.028813",\
|
|
"14.313598, 14.313598, 14.313598, 14.313598, 14.313598",\
|
|
"15.221314, 15.221314, 15.221314, 15.221314, 15.221314");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "15.574264, 15.574264, 15.574264, 15.574264, 15.574264",\
|
|
"15.623918, 15.623918, 15.623918, 15.623918, 15.623918",\
|
|
"15.738027, 15.738027, 15.738027, 15.738027, 15.738027",\
|
|
"16.110552, 16.110552, 16.110552, 16.110552, 16.110552",\
|
|
"17.471792, 17.471792, 17.471792, 17.471792, 17.471792");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "-2.570939, -2.570939, -2.570939, -2.570939, -2.570939",\
|
|
"-2.623850, -2.623850, -2.623850, -2.623850, -2.623850",\
|
|
"-2.732855, -2.732855, -2.732855, -2.732855, -2.732855",\
|
|
"-3.017638, -3.017638, -3.017638, -3.017638, -3.017638",\
|
|
"-3.925714, -3.925714, -3.925714, -3.925714, -3.925714");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
values ( "-3.223569, -3.223569, -3.223569, -3.223569, -3.223569",\
|
|
"-3.273223, -3.273223, -3.273223, -3.273223, -3.273223",\
|
|
"-3.387333, -3.387333, -3.387333, -3.387333, -3.387333",\
|
|
"-3.762934, -3.762934, -3.762934, -3.762934, -3.762934",\
|
|
"-5.123659, -5.123659, -5.123659, -5.123659, -5.123659");
|
|
}
|
|
|
|
} /* 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.004492 ;
|
|
|
|
/* 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.618324, 1.571967, 1.461722, 1.134778, -0.001149",\
|
|
"1.667350, 1.620993, 1.510748, 1.183805, 0.047877",\
|
|
"1.779477, 1.733120, 1.622875, 1.295932, 0.160004",\
|
|
"2.088512, 2.042155, 1.931910, 1.604967, 0.469040",\
|
|
"3.162468, 3.116111, 3.005866, 2.678922, 1.542995");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.597741, 6.551383, 6.441138, 6.114195, 4.978268",\
|
|
"6.649135, 6.602778, 6.492533, 6.165589, 5.029662",\
|
|
"6.760846, 6.714489, 6.604243, 6.277300, 5.141373",\
|
|
"7.073783, 7.027426, 6.917181, 6.590238, 5.454310",\
|
|
"8.059895, 8.013538, 7.903293, 7.576349, 6.440422");
|
|
}
|
|
|
|
} /* 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.375267, -1.328910, -1.218665, -0.891721, 0.244212",\
|
|
"-1.424293, -1.377936, -1.267691, -0.940747, 0.195186",\
|
|
"-1.536420, -1.490063, -1.379818, -1.052874, 0.083059",\
|
|
"-1.845455, -1.799098, -1.688853, -1.361909, -0.225977",\
|
|
"-2.919411, -2.873054, -2.762809, -2.435865, -1.299932");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.123716, -6.077360, -5.967114, -5.640171, -4.504238",\
|
|
"-6.175111, -6.128754, -6.018509, -5.691565, -4.555633",\
|
|
"-6.286821, -6.240465, -6.130219, -5.803276, -4.667343",\
|
|
"-6.599759, -6.553402, -6.443157, -6.116213, -4.980281",\
|
|
"-7.585871, -7.539514, -7.429269, -7.102325, -5.966393");
|
|
}
|
|
|
|
} /* 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.002764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.793255, 1.746898, 1.636653, 1.309710, 0.173782",\
|
|
"1.843234, 1.796877, 1.686632, 1.359689, 0.223762",\
|
|
"1.955675, 1.909318, 1.799073, 1.472129, 0.336202",\
|
|
"2.297799, 2.251442, 2.141197, 1.814254, 0.678327",\
|
|
"3.566781, 3.520424, 3.410179, 3.083235, 1.947308");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.002287, 5.955931, 5.845685, 5.518742, 4.382815",\
|
|
"6.051398, 6.005041, 5.894796, 5.567852, 4.431925",\
|
|
"6.164765, 6.118408, 6.008163, 5.681220, 4.545292",\
|
|
"6.516126, 6.469769, 6.359524, 6.032580, 4.896653",\
|
|
"7.780141, 7.733784, 7.623539, 7.296596, 6.160668");
|
|
}
|
|
|
|
} /* 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.546378, -1.500021, -1.389776, -1.062832, 0.073100",\
|
|
"-1.596357, -1.550001, -1.439755, -1.112812, 0.023121",\
|
|
"-1.708798, -1.662441, -1.552196, -1.225252, -0.089320",\
|
|
"-2.050922, -2.004566, -1.894320, -1.567377, -0.431444",\
|
|
"-3.319905, -3.273548, -3.163303, -2.836359, -1.700427");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.514329, -5.467972, -5.357727, -5.030783, -3.894851",\
|
|
"-5.563439, -5.517083, -5.406837, -5.079894, -3.943961",\
|
|
"-5.676806, -5.630450, -5.520205, -5.193261, -4.057328",\
|
|
"-6.028168, -5.981811, -5.871566, -5.544622, -4.408689",\
|
|
"-7.292183, -7.245827, -7.135581, -6.808638, -5.672705");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[0] */
|
|
} /* end of bus mgmt_gpio_in */
|
|
bus ( mgmt_gpio_oeb ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_oeb[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002349 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.813713, 1.837906, 1.913782, 2.191135, 3.533518",\
|
|
"1.865928, 1.890121, 1.965998, 2.243350, 3.585733",\
|
|
"1.976260, 2.000453, 2.076329, 2.353682, 3.696065",\
|
|
"2.272173, 2.296366, 2.372242, 2.649595, 3.991978",\
|
|
"3.221622, 3.245816, 3.321692, 3.599045, 4.941429");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051197, 0.074008, 0.160370, 0.537171, 2.385932",\
|
|
"0.051197, 0.074008, 0.160370, 0.537171, 2.385932",\
|
|
"0.051197, 0.074008, 0.160370, 0.537171, 2.385932",\
|
|
"0.051198, 0.074008, 0.160371, 0.537171, 2.385932",\
|
|
"0.051200, 0.074010, 0.160372, 0.537171, 2.385932");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "2.027291, 2.045537, 2.094841, 2.229821, 2.809999",\
|
|
"2.077652, 2.095898, 2.145201, 2.280181, 2.860359",\
|
|
"2.190889, 2.209135, 2.258439, 2.393419, 2.973596",\
|
|
"2.542396, 2.560643, 2.609946, 2.744926, 3.325103",\
|
|
"3.823095, 3.841341, 3.890644, 4.025624, 4.605801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.046048, 0.058054, 0.097568, 0.250330, 1.026952",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026952",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026952",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026953",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026953");
|
|
}
|
|
|
|
} /* 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.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.813534, 1.837726, 1.913600, 2.190951, 3.533332",\
|
|
"1.865750, 1.889941, 1.965815, 2.243167, 3.585547",\
|
|
"1.976081, 2.000273, 2.076146, 2.353498, 3.695879",\
|
|
"2.271993, 2.296184, 2.372058, 2.649410, 3.991791",\
|
|
"3.221405, 3.245596, 3.321470, 3.598822, 4.941204");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051190, 0.074001, 0.160366, 0.537172, 2.385933");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "2.024759, 2.043000, 2.092282, 2.227248, 2.807421",\
|
|
"2.075119, 2.093361, 2.142643, 2.277608, 2.857782",\
|
|
"2.188357, 2.206599, 2.255880, 2.390846, 2.971019",\
|
|
"2.539871, 2.558113, 2.607395, 2.742360, 3.322533",\
|
|
"3.820542, 3.838784, 3.888065, 4.023030, 4.603203");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963");
|
|
}
|
|
|
|
} /* 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.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "2.402059, 2.420305, 2.469608, 2.604588, 3.184766",\
|
|
"2.454274, 2.472521, 2.521824, 2.656804, 3.236981",\
|
|
"2.564605, 2.582852, 2.632155, 2.767135, 3.347313",\
|
|
"2.860018, 2.878265, 2.927568, 3.062548, 3.642725",\
|
|
"3.807599, 3.825846, 3.875149, 4.010128, 4.590306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.046048, 0.058054, 0.097568, 0.250330, 1.026952",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026952",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026952",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026953",\
|
|
"0.046048, 0.058054, 0.097568, 0.250330, 1.026953");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.827022, 1.851215, 1.927091, 2.204444, 3.546827",\
|
|
"1.877383, 1.901576, 1.977452, 2.254804, 3.597187",\
|
|
"1.990620, 2.014813, 2.090689, 2.368042, 3.710425",\
|
|
"2.342262, 2.366455, 2.442331, 2.719683, 4.062067",\
|
|
"3.625097, 3.649290, 3.725167, 4.002520, 5.344903");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051197, 0.074008, 0.160370, 0.537171, 2.385932",\
|
|
"0.051197, 0.074008, 0.160370, 0.537171, 2.385932",\
|
|
"0.051197, 0.074008, 0.160370, 0.537171, 2.385932",\
|
|
"0.051198, 0.074008, 0.160371, 0.537171, 2.385932",\
|
|
"0.051200, 0.074010, 0.160372, 0.537171, 2.385932");
|
|
}
|
|
|
|
} /* 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.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "2.399527, 2.417768, 2.467050, 2.602015, 3.182189",\
|
|
"2.451742, 2.469984, 2.519265, 2.654231, 3.234404",\
|
|
"2.562073, 2.580315, 2.629597, 2.764562, 3.344736",\
|
|
"2.857493, 2.875735, 2.925017, 3.059982, 3.640156",\
|
|
"3.805047, 3.823288, 3.872570, 4.007535, 4.587708");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963",\
|
|
"0.045977, 0.057979, 0.097527, 0.250312, 1.026963");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.826843, 1.851035, 1.926909, 2.204260, 3.546641",\
|
|
"1.877204, 1.901395, 1.977269, 2.254621, 3.597002",\
|
|
"1.990441, 2.014633, 2.090506, 2.367858, 3.710239",\
|
|
"2.342081, 2.366273, 2.442147, 2.719498, 4.061879",\
|
|
"3.624880, 3.649071, 3.724945, 4.002297, 5.344678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051189, 0.074000, 0.160366, 0.537172, 2.385931",\
|
|
"0.051190, 0.074001, 0.160366, 0.537172, 2.385933");
|
|
}
|
|
|
|
} /* 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.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.720624, 1.744827, 1.820715, 2.098071, 3.440466",\
|
|
"1.769505, 1.793708, 1.869596, 2.146952, 3.489347",\
|
|
"1.881746, 1.905949, 1.981837, 2.259193, 3.601588",\
|
|
"2.190957, 2.215159, 2.291048, 2.568404, 3.910799",\
|
|
"3.270629, 3.294832, 3.370721, 3.648077, 4.990473");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051242, 0.074048, 0.160394, 0.537165, 2.385928",\
|
|
"0.051242, 0.074048, 0.160394, 0.537165, 2.385928",\
|
|
"0.051242, 0.074048, 0.160394, 0.537165, 2.385928",\
|
|
"0.051242, 0.074048, 0.160394, 0.537165, 2.385929",\
|
|
"0.051243, 0.074049, 0.160395, 0.537165, 2.385929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "2.066895, 2.085140, 2.134438, 2.269413, 2.849590",\
|
|
"2.117923, 2.136168, 2.185466, 2.320442, 2.900619",\
|
|
"2.229478, 2.247724, 2.297021, 2.431997, 3.012174",\
|
|
"2.544067, 2.562312, 2.611610, 2.746586, 3.326763",\
|
|
"3.531631, 3.549877, 3.599175, 3.734151, 4.314328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046031, 0.058036, 0.097558, 0.250325, 1.026955");
|
|
}
|
|
|
|
} /* 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.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "1.720624, 1.744827, 1.820715, 2.098071, 3.440466",\
|
|
"1.769505, 1.793708, 1.869596, 2.146952, 3.489347",\
|
|
"1.881746, 1.905949, 1.981837, 2.259193, 3.601588",\
|
|
"2.190957, 2.215159, 2.291048, 2.568404, 3.910799",\
|
|
"3.270629, 3.294832, 3.370721, 3.648077, 4.990473");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051242, 0.074048, 0.160394, 0.537165, 2.385928",\
|
|
"0.051242, 0.074048, 0.160394, 0.537165, 2.385928",\
|
|
"0.051242, 0.074048, 0.160394, 0.537165, 2.385928",\
|
|
"0.051242, 0.074048, 0.160394, 0.537165, 2.385929",\
|
|
"0.051243, 0.074049, 0.160395, 0.537165, 2.385929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "2.066895, 2.085140, 2.134438, 2.269413, 2.849590",\
|
|
"2.117923, 2.136168, 2.185466, 2.320442, 2.900619",\
|
|
"2.229478, 2.247724, 2.297021, 2.431997, 3.012174",\
|
|
"2.544067, 2.562312, 2.611610, 2.746586, 3.326763",\
|
|
"3.531631, 3.549877, 3.599175, 3.734151, 4.314328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046030, 0.058035, 0.097557, 0.250325, 1.026955",\
|
|
"0.046031, 0.058036, 0.097558, 0.250325, 1.026955");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145",\
|
|
"6.996305, 7.020507, 7.096395, 7.373751, 8.716145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928",\
|
|
"0.051239, 0.074045, 0.160392, 0.537165, 2.385928");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212",\
|
|
"7.183553, 7.201795, 7.251075, 7.386039, 7.966212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002849, 0.013121, 0.052349, 0.212349, 1.000000");
|
|
values ( "0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964",\
|
|
"0.045973, 0.057974, 0.097524, 0.250311, 1.026964");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[37]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[37] */
|
|
|
|
pin("mgmt_gpio_oeb[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002096 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.800025, 1.824290, 1.900102, 2.177078, 3.518219",\
|
|
"1.852240, 1.876506, 1.952318, 2.229293, 3.570434",\
|
|
"1.962572, 1.986837, 2.062649, 2.339624, 3.680766",\
|
|
"2.258485, 2.282750, 2.358562, 2.635538, 3.976679",\
|
|
"3.207934, 3.232200, 3.308012, 3.584988, 4.926130");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050419, 0.073271, 0.159742, 0.535795, 2.382051",\
|
|
"0.050419, 0.073271, 0.159742, 0.535795, 2.382051",\
|
|
"0.050419, 0.073271, 0.159742, 0.535795, 2.382051",\
|
|
"0.050419, 0.073271, 0.159742, 0.535796, 2.382052",\
|
|
"0.050421, 0.073273, 0.159743, 0.535796, 2.382052");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "2.018567, 2.036954, 2.086287, 2.220888, 2.799649",\
|
|
"2.068928, 2.087315, 2.136647, 2.271248, 2.850010",\
|
|
"2.182165, 2.200552, 2.249885, 2.384485, 2.963248",\
|
|
"2.533672, 2.552059, 2.601391, 2.735992, 3.314754",\
|
|
"3.814370, 3.832757, 3.882089, 4.016690, 4.595451");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023050");
|
|
}
|
|
|
|
} /* 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.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.799856, 1.824120, 1.899930, 2.176904, 3.518044",\
|
|
"1.852072, 1.876335, 1.952145, 2.229120, 3.570259",\
|
|
"1.962403, 1.986667, 2.062477, 2.339451, 3.680591",\
|
|
"2.258315, 2.282579, 2.358389, 2.635363, 3.976503",\
|
|
"3.207729, 3.231993, 3.307803, 3.584778, 4.925918");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050411, 0.073264, 0.159738, 0.535796, 2.382052",\
|
|
"0.050411, 0.073264, 0.159738, 0.535796, 2.382052",\
|
|
"0.050411, 0.073264, 0.159738, 0.535796, 2.382052",\
|
|
"0.050411, 0.073264, 0.159738, 0.535796, 2.382053",\
|
|
"0.050412, 0.073264, 0.159738, 0.535796, 2.382053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "2.016044, 2.034426, 2.083737, 2.218323, 2.797081",\
|
|
"2.066404, 2.084787, 2.134098, 2.268684, 2.847442",\
|
|
"2.179642, 2.198024, 2.247335, 2.381921, 2.960679",\
|
|
"2.531156, 2.549538, 2.598849, 2.733435, 3.312193",\
|
|
"3.811828, 3.830210, 3.879521, 4.014107, 4.592864");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045599, 0.057660, 0.097322, 0.249232, 1.023060");
|
|
}
|
|
|
|
} /* 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.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "2.393251, 2.411638, 2.460971, 2.595571, 3.174333",\
|
|
"2.445466, 2.463853, 2.513186, 2.647787, 3.226548",\
|
|
"2.555798, 2.574185, 2.623518, 2.758118, 3.336880",\
|
|
"2.851210, 2.869597, 2.918929, 3.053530, 3.632292",\
|
|
"3.798788, 3.817175, 3.866507, 4.001108, 4.579869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023049",\
|
|
"0.045669, 0.057735, 0.097362, 0.249249, 1.023050");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.813345, 1.837610, 1.913422, 2.190397, 3.531539",\
|
|
"1.863705, 1.887971, 1.963783, 2.240758, 3.581899",\
|
|
"1.976943, 2.001208, 2.077020, 2.353995, 3.695137",\
|
|
"2.328584, 2.352849, 2.428662, 2.705637, 4.046779",\
|
|
"3.611418, 3.635684, 3.711497, 3.988472, 5.329615");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050419, 0.073271, 0.159742, 0.535795, 2.382051",\
|
|
"0.050419, 0.073271, 0.159742, 0.535795, 2.382051",\
|
|
"0.050419, 0.073271, 0.159742, 0.535795, 2.382051",\
|
|
"0.050419, 0.073271, 0.159742, 0.535796, 2.382052",\
|
|
"0.050421, 0.073273, 0.159743, 0.535796, 2.382052");
|
|
}
|
|
|
|
} /* 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.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "2.390728, 2.409110, 2.458421, 2.593007, 3.171765",\
|
|
"2.442943, 2.461325, 2.510636, 2.645222, 3.223980",\
|
|
"2.553274, 2.571656, 2.620967, 2.755554, 3.334311",\
|
|
"2.848694, 2.867076, 2.916387, 3.050973, 3.629731",\
|
|
"3.796246, 3.814628, 3.863939, 3.998524, 4.577282");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045601, 0.057662, 0.097323, 0.249232, 1.023060",\
|
|
"0.045599, 0.057660, 0.097322, 0.249232, 1.023060");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.813176, 1.837440, 1.913250, 2.190224, 3.531363",\
|
|
"1.863537, 1.887801, 1.963610, 2.240585, 3.581724",\
|
|
"1.976774, 2.001038, 2.076848, 2.353822, 3.694961",\
|
|
"2.328414, 2.352678, 2.428488, 2.705462, 4.046602",\
|
|
"3.611214, 3.635478, 3.711288, 3.988262, 5.329402");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050411, 0.073264, 0.159738, 0.535796, 2.382052",\
|
|
"0.050411, 0.073264, 0.159738, 0.535796, 2.382052",\
|
|
"0.050411, 0.073264, 0.159738, 0.535796, 2.382052",\
|
|
"0.050411, 0.073264, 0.159738, 0.535796, 2.382053",\
|
|
"0.050412, 0.073264, 0.159738, 0.535796, 2.382053");
|
|
}
|
|
|
|
} /* 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.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.688218, 1.712493, 1.788318, 2.065297, 3.406451",\
|
|
"1.737088, 1.761363, 1.837188, 2.114167, 3.455321",\
|
|
"1.849340, 1.873616, 1.949440, 2.226419, 3.567573",\
|
|
"2.158558, 2.182834, 2.258659, 2.535638, 3.876792",\
|
|
"3.238633, 3.262909, 3.338734, 3.615713, 4.956868");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050467, 0.073315, 0.159767, 0.535789, 2.382048");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "2.042240, 2.060626, 2.109952, 2.244549, 2.823310",\
|
|
"2.093237, 2.111622, 2.160949, 2.295546, 2.874306",\
|
|
"2.204777, 2.223162, 2.272489, 2.407085, 2.985846",\
|
|
"2.519515, 2.537900, 2.587227, 2.721823, 3.300584",\
|
|
"3.507050, 3.525436, 3.574763, 3.709360, 4.288120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045652, 0.057716, 0.097352, 0.249244, 1.023052");
|
|
}
|
|
|
|
} /* 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.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "1.688218, 1.712493, 1.788318, 2.065297, 3.406451",\
|
|
"1.737088, 1.761363, 1.837188, 2.114167, 3.455321",\
|
|
"1.849340, 1.873616, 1.949440, 2.226419, 3.567573",\
|
|
"2.158558, 2.182834, 2.258659, 2.535638, 3.876792",\
|
|
"3.238633, 3.262909, 3.338734, 3.615713, 4.956868");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050465, 0.073313, 0.159766, 0.535789, 2.382048",\
|
|
"0.050467, 0.073315, 0.159767, 0.535789, 2.382048");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "2.042240, 2.060626, 2.109952, 2.244549, 2.823310",\
|
|
"2.093237, 2.111622, 2.160949, 2.295546, 2.874306",\
|
|
"2.204777, 2.223162, 2.272489, 2.407085, 2.985846",\
|
|
"2.519515, 2.537900, 2.587227, 2.721823, 3.300584",\
|
|
"3.507050, 3.525436, 3.574763, 3.709360, 4.288120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045650, 0.057715, 0.097351, 0.249244, 1.023052",\
|
|
"0.045652, 0.057716, 0.097352, 0.249244, 1.023052");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446",\
|
|
"7.004218, 7.028492, 7.104315, 7.381294, 8.722446");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049",\
|
|
"0.050459, 0.073308, 0.159763, 0.535790, 2.382049");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515",\
|
|
"7.303481, 7.321863, 7.371172, 7.505758, 8.084515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002596, 0.012868, 0.052096, 0.212096, 1.000000");
|
|
values ( "0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060",\
|
|
"0.045597, 0.057658, 0.097320, 0.249231, 1.023060");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[36]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[36] */
|
|
|
|
pin("mgmt_gpio_oeb[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002094 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.680111, 1.704547, 1.780583, 2.057623, 3.398985",\
|
|
"1.729724, 1.754160, 1.830196, 2.107236, 3.448598",\
|
|
"1.841698, 1.866135, 1.942171, 2.219210, 3.560573",\
|
|
"2.185916, 2.210353, 2.286389, 2.563429, 3.904791",\
|
|
"3.453738, 3.478175, 3.554211, 3.831250, 5.172613");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073997, 0.160163, 0.535682, 2.381989");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.105569, 2.123979, 2.173406, 2.308070, 2.886851",\
|
|
"2.154815, 2.173225, 2.222652, 2.357316, 2.936098",\
|
|
"2.267184, 2.285594, 2.335021, 2.469685, 3.048467",\
|
|
"2.618966, 2.637375, 2.686802, 2.821466, 3.400248",\
|
|
"3.880322, 3.898731, 3.948157, 4.082820, 4.661602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023006");
|
|
}
|
|
|
|
} /* 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.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.680066, 1.704502, 1.780537, 2.057577, 3.398938",\
|
|
"1.729678, 1.754115, 1.830150, 2.107189, 3.448551",\
|
|
"1.841653, 1.866089, 1.942124, 2.219164, 3.560525",\
|
|
"2.185870, 2.210306, 2.286342, 2.563381, 3.904743",\
|
|
"3.453707, 3.478143, 3.554179, 3.831218, 5.172580");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.104055, 2.122462, 2.171876, 2.306531, 2.885310",\
|
|
"2.153302, 2.171708, 2.221122, 2.355778, 2.934556",\
|
|
"2.265671, 2.284077, 2.333491, 2.468147, 3.046926",\
|
|
"2.617455, 2.635862, 2.685276, 2.819931, 3.398710",\
|
|
"3.878942, 3.897348, 3.946762, 4.081417, 4.660196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012");
|
|
}
|
|
|
|
} /* 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.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.253349, 2.271759, 2.321186, 2.455850, 3.034631",\
|
|
"2.302962, 2.321372, 2.370799, 2.505463, 3.084244",\
|
|
"2.414937, 2.433346, 2.482773, 2.617437, 3.196219",\
|
|
"2.759436, 2.777846, 2.827273, 2.961937, 3.540718",\
|
|
"4.027394, 4.045804, 4.095230, 4.229893, 4.808674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023005",\
|
|
"0.045966, 0.058054, 0.097535, 0.249323, 1.023006");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.841293, 1.865730, 1.941766, 2.218806, 3.560168",\
|
|
"1.890540, 1.914976, 1.991012, 2.268052, 3.609414",\
|
|
"2.002909, 2.027346, 2.103382, 2.380421, 3.721783",\
|
|
"2.354728, 2.379165, 2.455201, 2.732241, 4.073603",\
|
|
"3.616827, 3.641263, 3.717299, 3.994339, 5.335701");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073998, 0.160163, 0.535682, 2.381989",\
|
|
"0.051220, 0.073997, 0.160163, 0.535682, 2.381989");
|
|
}
|
|
|
|
} /* 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.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.251836, 2.270242, 2.319656, 2.454311, 3.033090",\
|
|
"2.301449, 2.319855, 2.369269, 2.503924, 3.082703",\
|
|
"2.413423, 2.431830, 2.481244, 2.615899, 3.194677",\
|
|
"2.757926, 2.776332, 2.825746, 2.960401, 3.539180",\
|
|
"4.026014, 4.044421, 4.093835, 4.228490, 4.807269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012",\
|
|
"0.045924, 0.058009, 0.097511, 0.249313, 1.023012");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.841248, 1.865684, 1.941720, 2.218759, 3.560121",\
|
|
"1.890494, 1.914931, 1.990966, 2.268005, 3.609367",\
|
|
"2.002864, 2.027300, 2.103335, 2.380375, 3.721736",\
|
|
"2.354682, 2.379118, 2.455154, 2.732193, 4.073555",\
|
|
"3.616795, 3.641232, 3.717267, 3.994307, 5.335669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989",\
|
|
"0.051218, 0.073996, 0.160162, 0.535682, 2.381989");
|
|
}
|
|
|
|
} /* 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.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.753306, 1.777758, 1.853813, 2.130858, 3.472239",\
|
|
"1.804684, 1.829135, 1.905191, 2.182236, 3.523617",\
|
|
"1.916873, 1.941324, 2.017380, 2.294425, 3.635806",\
|
|
"2.190348, 2.214800, 2.290855, 2.567900, 3.909281",\
|
|
"3.125971, 3.150423, 3.226479, 3.503524, 4.844906");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051291, 0.074063, 0.160201, 0.535672, 2.381984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.176961, 2.195368, 2.244785, 2.379442, 2.958222",\
|
|
"2.222410, 2.240818, 2.290235, 2.424892, 3.003672",\
|
|
"2.335710, 2.354118, 2.403534, 2.538192, 3.116971",\
|
|
"2.702005, 2.720412, 2.769829, 2.904486, 3.483266",\
|
|
"4.110687, 4.129094, 4.178511, 4.313168, 4.891947");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045933, 0.058019, 0.097516, 0.249315, 1.023011");
|
|
}
|
|
|
|
} /* 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.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "1.753306, 1.777758, 1.853813, 2.130858, 3.472239",\
|
|
"1.804684, 1.829135, 1.905191, 2.182236, 3.523617",\
|
|
"1.916873, 1.941324, 2.017380, 2.294425, 3.635806",\
|
|
"2.190348, 2.214800, 2.290855, 2.567900, 3.909281",\
|
|
"3.125971, 3.150423, 3.226479, 3.503524, 4.844906");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051290, 0.074061, 0.160200, 0.535672, 2.381984",\
|
|
"0.051291, 0.074063, 0.160201, 0.535672, 2.381984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "2.176961, 2.195368, 2.244785, 2.379442, 2.958222",\
|
|
"2.222410, 2.240818, 2.290235, 2.424892, 3.003672",\
|
|
"2.335710, 2.354118, 2.403534, 2.538192, 3.116971",\
|
|
"2.702005, 2.720412, 2.769829, 2.904486, 3.483266",\
|
|
"4.110687, 4.129094, 4.178511, 4.313168, 4.891947");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045934, 0.058020, 0.097516, 0.249315, 1.023010",\
|
|
"0.045933, 0.058019, 0.097516, 0.249315, 1.023011");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "8.057161, 8.075564, 8.124959, 8.259601, 8.838375",\
|
|
"8.057161, 8.075564, 8.124959, 8.259601, 8.838375",\
|
|
"8.057161, 8.075564, 8.124959, 8.259601, 8.838375",\
|
|
"8.057161, 8.075564, 8.124959, 8.259601, 8.838375",\
|
|
"8.057161, 8.075564, 8.124959, 8.259601, 8.838375");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045862, 0.057943, 0.097475, 0.249297, 1.023021",\
|
|
"0.045862, 0.057943, 0.097475, 0.249297, 1.023021",\
|
|
"0.045862, 0.057943, 0.097475, 0.249297, 1.023021",\
|
|
"0.045862, 0.057943, 0.097475, 0.249297, 1.023021",\
|
|
"0.045862, 0.057943, 0.097475, 0.249297, 1.023021");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439",\
|
|
"7.613525, 7.637971, 7.714021, 7.991064, 9.332439");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986",\
|
|
"0.051268, 0.074041, 0.160188, 0.535675, 2.381986");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "8.054150, 8.072547, 8.121915, 8.256539, 8.835309",\
|
|
"8.054150, 8.072547, 8.121915, 8.256539, 8.835309",\
|
|
"8.054150, 8.072547, 8.121915, 8.256539, 8.835309",\
|
|
"8.054150, 8.072547, 8.121915, 8.256539, 8.835309",\
|
|
"8.054150, 8.072547, 8.121915, 8.256539, 8.835309");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002594, 0.012866, 0.052094, 0.212094, 1.000000");
|
|
values ( "0.045781, 0.057855, 0.097427, 0.249277, 1.023034",\
|
|
"0.045781, 0.057855, 0.097427, 0.249277, 1.023034",\
|
|
"0.045781, 0.057855, 0.097427, 0.249277, 1.023034",\
|
|
"0.045781, 0.057855, 0.097427, 0.249277, 1.023034",\
|
|
"0.045781, 0.057855, 0.097427, 0.249277, 1.023034");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[35]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[35] */
|
|
|
|
pin("mgmt_gpio_oeb[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002983 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352",\
|
|
"6.287720, 6.310990, 6.385998, 6.663208, 8.003352");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606",\
|
|
"0.048852, 0.072139, 0.160065, 0.539642, 2.379606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190",\
|
|
"6.111266, 6.129170, 6.178092, 6.312744, 6.890190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003483, 0.013755, 0.052983, 0.212983, 1.000000");
|
|
values ( "0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801",\
|
|
"0.046025, 0.058541, 0.097608, 0.250725, 1.031801");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[34] */
|
|
|
|
pin("mgmt_gpio_oeb[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002336 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[33];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532",\
|
|
"6.085785, 6.109334, 6.184349, 6.461087, 7.800532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866",\
|
|
"0.047691, 0.070926, 0.158711, 0.537026, 2.377866");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516",\
|
|
"6.041214, 6.059497, 6.108631, 6.242915, 6.819516");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002836, 0.013108, 0.052336, 0.212336, 1.000000");
|
|
values ( "0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149",\
|
|
"0.045298, 0.057848, 0.097176, 0.249161, 1.026149");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[33]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[33] */
|
|
|
|
pin("mgmt_gpio_oeb[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[32];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099",\
|
|
"6.282836, 6.306509, 6.381611, 6.658368, 7.998099");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643",\
|
|
"0.046903, 0.070219, 0.158098, 0.536506, 2.375643");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005",\
|
|
"6.178546, 6.196997, 6.246239, 6.380481, 6.957005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002590, 0.012862, 0.052090, 0.212090, 1.000000");
|
|
values ( "0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317",\
|
|
"0.044935, 0.057622, 0.096927, 0.248873, 1.026317");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[32]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[32] */
|
|
|
|
pin("mgmt_gpio_oeb[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002593 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330",\
|
|
"6.415750, 6.439195, 6.514240, 6.791267, 8.131330");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474",\
|
|
"0.048044, 0.071330, 0.159211, 0.538287, 2.378474");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518",\
|
|
"6.305518, 6.323655, 6.372719, 6.507231, 7.084518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003093, 0.013365, 0.052593, 0.212593, 1.000000");
|
|
values ( "0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284",\
|
|
"0.045580, 0.058121, 0.097331, 0.249957, 1.029284");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[31] */
|
|
|
|
pin("mgmt_gpio_oeb[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002048 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157",\
|
|
"6.463797, 6.487488, 6.562596, 6.839350, 8.179157");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798",\
|
|
"0.046826, 0.070137, 0.158004, 0.536398, 2.375798");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455",\
|
|
"6.351908, 6.370385, 6.419647, 6.553889, 7.130455");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002548, 0.012820, 0.052048, 0.212048, 1.000000");
|
|
values ( "0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300",\
|
|
"0.044883, 0.057579, 0.096890, 0.248832, 1.026300");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[30] */
|
|
|
|
pin("mgmt_gpio_oeb[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003317 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055",\
|
|
"6.397153, 6.420261, 6.495183, 6.772385, 8.112055");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718",\
|
|
"0.049718, 0.072959, 0.160857, 0.540144, 2.380718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192",\
|
|
"6.330369, 6.348039, 6.396809, 6.531526, 7.109192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003817, 0.014090, 0.053317, 0.213317, 1.000000");
|
|
values ( "0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054",\
|
|
"0.046545, 0.058830, 0.097977, 0.251092, 1.031054");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[29] */
|
|
|
|
pin("mgmt_gpio_oeb[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002815 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295",\
|
|
"6.376477, 6.399806, 6.474764, 6.751575, 8.090295");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340",\
|
|
"0.048571, 0.071850, 0.159769, 0.538333, 2.376340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927",\
|
|
"6.221669, 6.239656, 6.288584, 6.422871, 6.998927");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003315, 0.013587, 0.052815, 0.212815, 1.000000");
|
|
values ( "0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118",\
|
|
"0.045854, 0.058364, 0.097560, 0.249688, 1.027118");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[28] */
|
|
|
|
pin("mgmt_gpio_oeb[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001716 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636",\
|
|
"6.501616, 6.525517, 6.600751, 6.877811, 8.219636");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192",\
|
|
"0.046047, 0.069374, 0.157175, 0.536340, 2.379192");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996",\
|
|
"6.419872, 6.438615, 6.488080, 6.622642, 7.200996");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002216, 0.012488, 0.051716, 0.211716, 1.000000");
|
|
values ( "0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689",\
|
|
"0.044452, 0.057223, 0.096538, 0.249253, 1.029689");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[27] */
|
|
|
|
pin("mgmt_gpio_oeb[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003429 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553",\
|
|
"6.413461, 6.436518, 6.511423, 6.788696, 8.128553");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063",\
|
|
"0.050021, 0.073240, 0.161111, 0.540571, 2.382063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315",\
|
|
"6.302256, 6.319858, 6.368592, 6.503390, 7.081315");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003929, 0.014201, 0.053429, 0.213429, 1.000000");
|
|
values ( "0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004",\
|
|
"0.046684, 0.058941, 0.098059, 0.251390, 1.032004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[26] */
|
|
|
|
pin("mgmt_gpio_oeb[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002362 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800",\
|
|
"6.300309, 6.323853, 6.398908, 6.675657, 8.014800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731",\
|
|
"0.047449, 0.070777, 0.158717, 0.537137, 2.374731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218",\
|
|
"6.139684, 6.157969, 6.207088, 6.341280, 6.917218");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002862, 0.013135, 0.052362, 0.212362, 1.000000");
|
|
values ( "0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620",\
|
|
"0.045229, 0.057928, 0.097138, 0.249078, 1.026620");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[25] */
|
|
|
|
pin("mgmt_gpio_oeb[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001753 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224",\
|
|
"6.265297, 6.289145, 6.364287, 6.640844, 7.980224");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170",\
|
|
"0.046100, 0.069454, 0.157351, 0.535269, 2.373170");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567",\
|
|
"6.174639, 6.193325, 6.242683, 6.376714, 6.952567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002253, 0.012525, 0.051753, 0.211753, 1.000000");
|
|
values ( "0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111",\
|
|
"0.044487, 0.057293, 0.096655, 0.248085, 1.024111");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[24] */
|
|
|
|
pin("mgmt_gpio_oeb[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002954 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381",\
|
|
"6.093457, 6.116733, 6.191716, 6.468787, 7.808381");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505",\
|
|
"0.048826, 0.072108, 0.160031, 0.539250, 2.378505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392",\
|
|
"5.904174, 5.922091, 5.971002, 6.105521, 6.682392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003454, 0.013726, 0.052954, 0.212954, 1.000000");
|
|
values ( "0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292",\
|
|
"0.045991, 0.058516, 0.097608, 0.250387, 1.030292");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[23] */
|
|
|
|
pin("mgmt_gpio_oeb[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002317 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333",\
|
|
"6.484958, 6.508520, 6.583571, 6.860274, 8.199333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701",\
|
|
"0.047389, 0.070707, 0.158628, 0.536925, 2.374701");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147",\
|
|
"6.389515, 6.407816, 6.456948, 6.591125, 7.167147");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002817, 0.013089, 0.052317, 0.212317, 1.000000");
|
|
values ( "0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731",\
|
|
"0.045222, 0.057858, 0.097139, 0.248953, 1.025731");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[22] */
|
|
|
|
pin("mgmt_gpio_oeb[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002444 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867",\
|
|
"6.447267, 6.470773, 6.545812, 6.822611, 8.161867");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724",\
|
|
"0.047681, 0.070990, 0.158905, 0.537420, 2.375724");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372",\
|
|
"6.325507, 6.343733, 6.392824, 6.527092, 7.103372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002944, 0.013216, 0.052444, 0.212444, 1.000000");
|
|
values ( "0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850",\
|
|
"0.045373, 0.057989, 0.097228, 0.249275, 1.026850");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[21] */
|
|
|
|
pin("mgmt_gpio_oeb[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001259 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816",\
|
|
"6.415739, 6.439977, 6.515144, 6.791307, 8.129816");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588",\
|
|
"0.044982, 0.068409, 0.156293, 0.533217, 2.369588");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231",\
|
|
"6.331258, 6.350423, 6.399935, 6.533591, 7.108231");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001759, 0.012031, 0.051259, 0.211259, 1.000000");
|
|
values ( "0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642",\
|
|
"0.043815, 0.056794, 0.096296, 0.246744, 1.019642");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[20] */
|
|
|
|
pin("mgmt_gpio_oeb[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000664 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919",\
|
|
"6.429793, 6.454484, 6.529627, 6.803375, 8.140919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270",\
|
|
"0.043589, 0.067141, 0.155076, 0.525699, 2.361270");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998",\
|
|
"6.452977, 6.472684, 6.522319, 6.654327, 7.226998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001164, 0.011436, 0.050664, 0.210664, 1.000000");
|
|
values ( "0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227",\
|
|
"0.043026, 0.056187, 0.095952, 0.241688, 1.010227");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[19] */
|
|
|
|
pin("mgmt_gpio_oeb[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001108 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174",\
|
|
"6.522625, 6.546959, 6.622043, 6.895882, 8.233174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762",\
|
|
"0.044592, 0.068076, 0.156067, 0.526679, 2.361762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567",\
|
|
"6.471215, 6.490501, 6.539959, 6.672016, 7.244567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001608, 0.011880, 0.051108, 0.211108, 1.000000");
|
|
values ( "0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027",\
|
|
"0.043606, 0.056669, 0.096291, 0.242003, 1.012027");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[18] */
|
|
|
|
pin("mgmt_gpio_oeb[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251",\
|
|
"6.307640, 6.332176, 6.407307, 6.681086, 8.018251");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784",\
|
|
"0.043944, 0.067477, 0.155511, 0.526251, 2.359784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264",\
|
|
"6.145385, 6.164946, 6.214498, 6.346436, 6.918264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693",\
|
|
"0.043182, 0.056481, 0.096029, 0.241862, 1.011693");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[17] */
|
|
|
|
pin("mgmt_gpio_oeb[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001254 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077",\
|
|
"6.210903, 6.235122, 6.310195, 6.584053, 7.921077");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839",\
|
|
"0.044847, 0.068328, 0.156382, 0.527066, 2.360839");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956",\
|
|
"6.017389, 6.036566, 6.085961, 6.217977, 6.789956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001754, 0.012026, 0.051254, 0.211254, 1.000000");
|
|
values ( "0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926",\
|
|
"0.043702, 0.056878, 0.096354, 0.242135, 1.012926");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[16] */
|
|
|
|
pin("mgmt_gpio_oeb[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000905 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448",\
|
|
"6.215648, 6.240157, 6.315297, 6.589118, 7.926448");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976",\
|
|
"0.044001, 0.067531, 0.155580, 0.526317, 2.359976");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052",\
|
|
"6.017966, 6.037511, 6.087046, 6.219033, 6.791052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079",\
|
|
"0.043219, 0.056529, 0.096058, 0.241873, 1.012079");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[15]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[15] */
|
|
|
|
pin("mgmt_gpio_oeb[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000994 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036",\
|
|
"6.272298, 6.296731, 6.371849, 6.645685, 7.983036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768",\
|
|
"0.044251, 0.067762, 0.155789, 0.526473, 2.360768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892",\
|
|
"6.089876, 6.109313, 6.158824, 6.290816, 6.862892");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001494, 0.011766, 0.050994, 0.210994, 1.000000");
|
|
values ( "0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722",\
|
|
"0.043348, 0.056612, 0.096120, 0.241911, 1.012722");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[14]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[14] */
|
|
|
|
pin("mgmt_gpio_oeb[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000825 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889",\
|
|
"6.408176, 6.432743, 6.507873, 6.781641, 8.118889");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296",\
|
|
"0.043890, 0.067423, 0.155425, 0.526125, 2.360296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756",\
|
|
"6.290584, 6.310171, 6.359740, 6.491698, 7.063756");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001325, 0.011598, 0.050825, 0.210825, 1.000000");
|
|
values ( "0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271",\
|
|
"0.043162, 0.056413, 0.096022, 0.241827, 1.011271");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[13]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[13] */
|
|
|
|
pin("mgmt_gpio_oeb[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000979 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563",\
|
|
"6.337783, 6.362229, 6.437349, 6.711185, 8.048563");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815",\
|
|
"0.044218, 0.067732, 0.155755, 0.526435, 2.360815");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937",\
|
|
"6.173815, 6.193263, 6.242780, 6.374779, 6.946937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569",\
|
|
"0.043341, 0.056587, 0.096117, 0.241898, 1.012569");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[12] */
|
|
|
|
pin("mgmt_gpio_oeb[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153",\
|
|
"6.313467, 6.338026, 6.413156, 6.686927, 8.024153");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152",\
|
|
"0.043904, 0.067437, 0.155448, 0.526159, 2.360152");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602",\
|
|
"6.157572, 6.177157, 6.226722, 6.358669, 6.930602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520",\
|
|
"0.043155, 0.056439, 0.096013, 0.241835, 1.011520");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[11] */
|
|
|
|
pin("mgmt_gpio_oeb[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000973 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735",\
|
|
"6.209940, 6.234390, 6.309513, 6.583348, 7.920735");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791",\
|
|
"0.044204, 0.067718, 0.155742, 0.526424, 2.360791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166",\
|
|
"6.037068, 6.056524, 6.106044, 6.238039, 6.810166");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001473, 0.011745, 0.050973, 0.210973, 1.000000");
|
|
values ( "0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648",\
|
|
"0.043326, 0.056586, 0.096106, 0.241892, 1.012648");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[10] */
|
|
|
|
pin("mgmt_gpio_oeb[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000862 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973",\
|
|
"6.419360, 6.443897, 6.519020, 6.792788, 8.129973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261",\
|
|
"0.043973, 0.067502, 0.155509, 0.526211, 2.360261");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182",\
|
|
"6.310081, 6.329630, 6.379182, 6.511142, 7.083182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001362, 0.011634, 0.050862, 0.210862, 1.000000");
|
|
values ( "0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244",\
|
|
"0.043216, 0.056448, 0.096057, 0.241860, 1.011244");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[9]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[9] */
|
|
|
|
pin("mgmt_gpio_oeb[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001013 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377",\
|
|
"6.467708, 6.492121, 6.567223, 6.841047, 8.178377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370",\
|
|
"0.044353, 0.067854, 0.155848, 0.526485, 2.361370");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812",\
|
|
"6.364527, 6.383920, 6.433419, 6.565443, 7.137812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049",\
|
|
"0.043441, 0.056591, 0.096187, 0.241933, 1.012049");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[8] */
|
|
|
|
pin("mgmt_gpio_oeb[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000855 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776",\
|
|
"6.339135, 6.363680, 6.438811, 6.712586, 8.049776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946",\
|
|
"0.043929, 0.067461, 0.155485, 0.526213, 2.359946");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682",\
|
|
"6.199690, 6.219257, 6.268814, 6.400761, 6.972682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513",\
|
|
"0.043181, 0.056457, 0.096031, 0.241852, 1.011513");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[7] */
|
|
|
|
pin("mgmt_gpio_oeb[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000861 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220",\
|
|
"6.323441, 6.347980, 6.423111, 6.696902, 8.034220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433",\
|
|
"0.043959, 0.067488, 0.155498, 0.526194, 2.360433");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289",\
|
|
"6.208062, 6.227616, 6.277174, 6.409150, 6.981289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001361, 0.011633, 0.050861, 0.210861, 1.000000");
|
|
values ( "0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628",\
|
|
"0.043207, 0.056450, 0.096045, 0.241837, 1.011628");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[6]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[6] */
|
|
|
|
pin("mgmt_gpio_oeb[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682",\
|
|
"6.523196, 6.547696, 6.622738, 6.896426, 8.233682");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093",\
|
|
"0.044337, 0.067826, 0.155617, 0.526019, 2.364093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051",\
|
|
"6.556016, 6.575418, 6.624992, 6.757170, 7.331051");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210867, 1.000000");
|
|
values ( "0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726",\
|
|
"0.043744, 0.056387, 0.096442, 0.241933, 1.006726");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[5] */
|
|
|
|
pin("mgmt_gpio_oeb[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000920 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782",\
|
|
"6.526930, 6.551400, 6.626471, 6.900244, 8.237782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776",\
|
|
"0.044355, 0.067842, 0.155694, 0.526141, 2.363776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706",\
|
|
"6.370903, 6.390365, 6.439900, 6.571956, 7.144706");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001420, 0.011693, 0.050920, 0.210920, 1.000000");
|
|
values ( "0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387",\
|
|
"0.043373, 0.056458, 0.096152, 0.241854, 1.011387");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[4] */
|
|
|
|
pin("mgmt_gpio_oeb[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885",\
|
|
"6.611230, 6.635779, 6.710888, 6.984637, 8.321885");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194",\
|
|
"0.043998, 0.067521, 0.155474, 0.526103, 2.361194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187",\
|
|
"6.625596, 6.645132, 6.694690, 6.826694, 7.399187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306",\
|
|
"0.043268, 0.056367, 0.096104, 0.241844, 1.010306");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[3] */
|
|
|
|
pin("mgmt_gpio_oeb[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001037 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092",\
|
|
"6.312483, 6.336877, 6.411979, 6.685808, 8.023092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116",\
|
|
"0.044387, 0.067888, 0.155899, 0.526555, 2.361116");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966",\
|
|
"6.220759, 6.240129, 6.289617, 6.421638, 6.993966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001537, 0.011810, 0.051037, 0.211037, 1.000000");
|
|
values ( "0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096",\
|
|
"0.043471, 0.056619, 0.096206, 0.241955, 1.012096");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[2] */
|
|
|
|
pin("mgmt_gpio_oeb[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "2.799207, 2.824178, 2.899724, 3.173521, 4.511273",\
|
|
"2.851469, 2.876441, 2.951987, 3.225784, 4.563536",\
|
|
"2.961652, 2.986624, 3.062170, 3.335967, 4.673719",\
|
|
"3.247555, 3.272527, 3.348073, 3.621870, 4.959621",\
|
|
"4.199043, 4.224015, 4.299561, 4.573358, 5.911110");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "3.842774, 3.862205, 3.911746, 4.043876, 4.617621",\
|
|
"3.893435, 3.912866, 3.962407, 4.094537, 4.668282",\
|
|
"4.006895, 4.026325, 4.075866, 4.207996, 4.781741",\
|
|
"4.358093, 4.377523, 4.427064, 4.559195, 5.132940",\
|
|
"5.626260, 5.645690, 5.695231, 5.827362, 6.401107");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085");
|
|
}
|
|
|
|
} /* 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.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "2.799085, 2.824056, 2.899600, 3.173397, 4.511147",\
|
|
"2.851348, 2.876318, 2.951862, 3.225659, 4.563409",\
|
|
"2.961531, 2.986502, 3.062046, 3.335842, 4.673593",\
|
|
"3.247434, 3.272404, 3.347948, 3.621745, 4.959496",\
|
|
"4.198922, 4.223893, 4.299437, 4.573233, 5.910984");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "3.841213, 3.860646, 3.910187, 4.042315, 4.616031",\
|
|
"3.891875, 3.911307, 3.960849, 4.092976, 4.666692",\
|
|
"4.005333, 4.024766, 4.074308, 4.206435, 4.780151",\
|
|
"4.356532, 4.375965, 4.425507, 4.557633, 5.131350",\
|
|
"5.624700, 5.644132, 5.693674, 5.825801, 6.399517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149");
|
|
}
|
|
|
|
} /* 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.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "3.094716, 3.114146, 3.163687, 3.295817, 3.869562",\
|
|
"3.146978, 3.166408, 3.215950, 3.348080, 3.921825",\
|
|
"3.257162, 3.276592, 3.326133, 3.458263, 4.032008",\
|
|
"3.543064, 3.562494, 3.612036, 3.744165, 4.317911",\
|
|
"4.494552, 4.513982, 4.563523, 4.695653, 5.269399");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085",\
|
|
"0.043514, 0.056209, 0.096301, 0.241865, 1.007085");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "3.237184, 3.262156, 3.337702, 3.611499, 4.949251",\
|
|
"3.287845, 3.312817, 3.388363, 3.662159, 4.999911",\
|
|
"3.401304, 3.426276, 3.501822, 3.775619, 5.113371",\
|
|
"3.752503, 3.777475, 3.853021, 4.126818, 5.464570",\
|
|
"5.020669, 5.045641, 5.121187, 5.394984, 6.732737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971",\
|
|
"0.046320, 0.069633, 0.156591, 0.525582, 2.366971");
|
|
}
|
|
|
|
} /* 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.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "3.093155, 3.112587, 3.162129, 3.294256, 3.867972",\
|
|
"3.145417, 3.164850, 3.214391, 3.346519, 3.920235",\
|
|
"3.255601, 3.275033, 3.324575, 3.456702, 4.030418",\
|
|
"3.541503, 3.560935, 3.610477, 3.742604, 4.316321",\
|
|
"4.492991, 4.512424, 4.561965, 4.694093, 5.267809");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "3.237063, 3.262033, 3.337577, 3.611374, 4.949124",\
|
|
"3.287724, 3.312694, 3.388238, 3.662035, 4.999785",\
|
|
"3.401183, 3.426153, 3.501698, 3.775494, 5.113245",\
|
|
"3.752382, 3.777352, 3.852896, 4.126693, 5.464443",\
|
|
"5.020548, 5.045518, 5.121063, 5.394859, 6.732610");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366972");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "9.061697, 9.086684, 9.162251, 9.436053, 10.773824",\
|
|
"9.061697, 9.086684, 9.162251, 9.436053, 10.773824",\
|
|
"9.061697, 9.086684, 9.162251, 9.436053, 10.773824",\
|
|
"9.061697, 9.086684, 9.162251, 9.436053, 10.773824",\
|
|
"9.061697, 9.086684, 9.162251, 9.436053, 10.773824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.046390, 0.069696, 0.156628, 0.525572, 2.366964",\
|
|
"0.046390, 0.069696, 0.156628, 0.525572, 2.366964",\
|
|
"0.046390, 0.069696, 0.156628, 0.525572, 2.366964",\
|
|
"0.046390, 0.069696, 0.156628, 0.525572, 2.366964",\
|
|
"0.046390, 0.069696, 0.156628, 0.525572, 2.366964");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "9.666079, 9.685507, 9.735048, 9.867179, 10.440928",\
|
|
"9.666079, 9.685507, 9.735048, 9.867179, 10.440928",\
|
|
"9.666079, 9.685507, 9.735048, 9.867179, 10.440928",\
|
|
"9.666079, 9.685507, 9.735048, 9.867179, 10.440928",\
|
|
"9.666079, 9.685507, 9.735048, 9.867179, 10.440928");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043515, 0.056209, 0.096302, 0.241865, 1.007076",\
|
|
"0.043515, 0.056209, 0.096302, 0.241865, 1.007076",\
|
|
"0.043515, 0.056209, 0.096302, 0.241865, 1.007076",\
|
|
"0.043515, 0.056209, 0.096302, 0.241865, 1.007076",\
|
|
"0.043515, 0.056209, 0.096302, 0.241865, 1.007076");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "6.976162, 7.001132, 7.076677, 7.350473, 8.688224",\
|
|
"6.976162, 7.001132, 7.076677, 7.350473, 8.688224",\
|
|
"6.976162, 7.001132, 7.076677, 7.350473, 8.688224",\
|
|
"6.976162, 7.001132, 7.076677, 7.350473, 8.688224",\
|
|
"6.976162, 7.001132, 7.076677, 7.350473, 8.688224");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.046314, 0.069627, 0.156588, 0.525582, 2.366970",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366970",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366970",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366970",\
|
|
"0.046314, 0.069627, 0.156588, 0.525582, 2.366970");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "7.193149, 7.212582, 7.262123, 7.394250, 7.967967",\
|
|
"7.193149, 7.212582, 7.262123, 7.394250, 7.967967",\
|
|
"7.193149, 7.212582, 7.262123, 7.394250, 7.967967",\
|
|
"7.193149, 7.212582, 7.262123, 7.394250, 7.967967",\
|
|
"7.193149, 7.212582, 7.262123, 7.394250, 7.967967");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001337, 0.011609, 0.050837, 0.210837, 1.000000");
|
|
values ( "0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149",\
|
|
"0.043508, 0.056213, 0.096296, 0.241865, 1.007149");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[1]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[1] */
|
|
|
|
pin("mgmt_gpio_oeb[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000744 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.513582, 1.538493, 1.613901, 1.887673, 3.225562",\
|
|
"1.562352, 1.587262, 1.662671, 1.936442, 3.274332",\
|
|
"1.674671, 1.699581, 1.774990, 2.048761, 3.386651",\
|
|
"1.983845, 2.008756, 2.084164, 2.357936, 3.695825",\
|
|
"3.064787, 3.089697, 3.165106, 3.438877, 4.776766");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068905, 0.156071, 0.525427, 2.367316");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.787979, 1.807532, 1.857124, 1.989237, 2.562833",\
|
|
"1.838724, 1.858277, 1.907869, 2.039982, 2.613578",\
|
|
"1.950163, 1.969715, 2.019307, 2.151420, 2.725016",\
|
|
"2.265609, 2.285161, 2.334754, 2.466866, 3.040462",\
|
|
"3.251871, 3.271424, 3.321016, 3.453129, 4.026722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043304, 0.056160, 0.096154, 0.241753, 1.008186",\
|
|
"0.043304, 0.056160, 0.096154, 0.241753, 1.008186",\
|
|
"0.043304, 0.056160, 0.096154, 0.241753, 1.008186",\
|
|
"0.043304, 0.056160, 0.096154, 0.241753, 1.008187",\
|
|
"0.043303, 0.056160, 0.096153, 0.241753, 1.008191");
|
|
}
|
|
|
|
} /* 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.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.513185, 1.538091, 1.613494, 1.887264, 3.225148",\
|
|
"1.561955, 1.586861, 1.662264, 1.936034, 3.273918",\
|
|
"1.674274, 1.699180, 1.774583, 2.048353, 3.386237",\
|
|
"1.983452, 2.008358, 2.083761, 2.357531, 3.695415",\
|
|
"3.064459, 3.089365, 3.164769, 3.438539, 4.776424");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045500, 0.068891, 0.156062, 0.525429, 2.367319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.786405, 1.805960, 1.855553, 1.987663, 2.561229",\
|
|
"1.837150, 1.856705, 1.906298, 2.038408, 2.611974",\
|
|
"1.948588, 1.968143, 2.017736, 2.149846, 2.723413",\
|
|
"2.264043, 2.283598, 2.333190, 2.465300, 3.038867",\
|
|
"3.250372, 3.269927, 3.319520, 3.451630, 4.025196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043298, 0.056164, 0.096149, 0.241753, 1.008250",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008250",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008250",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008251",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008252");
|
|
}
|
|
|
|
} /* 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.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.862913, 1.882466, 1.932058, 2.064171, 2.637767",\
|
|
"1.911683, 1.931236, 1.980828, 2.112941, 2.686536",\
|
|
"2.024002, 2.043555, 2.093147, 2.225260, 2.798855",\
|
|
"2.332918, 2.352471, 2.402063, 2.534176, 3.107771",\
|
|
"3.409181, 3.428733, 3.478326, 3.610438, 4.184032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043304, 0.056160, 0.096154, 0.241753, 1.008186",\
|
|
"0.043304, 0.056160, 0.096154, 0.241753, 1.008186",\
|
|
"0.043304, 0.056160, 0.096154, 0.241753, 1.008186",\
|
|
"0.043304, 0.056160, 0.096154, 0.241753, 1.008187",\
|
|
"0.043303, 0.056160, 0.096153, 0.241753, 1.008191");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.584337, 1.609248, 1.684656, 1.958428, 3.296317",\
|
|
"1.635082, 1.659993, 1.735401, 2.009173, 3.347062",\
|
|
"1.746520, 1.771431, 1.846840, 2.120611, 3.458501",\
|
|
"2.062260, 2.087171, 2.162580, 2.436351, 3.774240",\
|
|
"3.051625, 3.076536, 3.151944, 3.425715, 4.763604");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068906, 0.156071, 0.525427, 2.367318",\
|
|
"0.045516, 0.068905, 0.156071, 0.525427, 2.367316");
|
|
}
|
|
|
|
} /* 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.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.861339, 1.880894, 1.930487, 2.062597, 2.636163",\
|
|
"1.910109, 1.929664, 1.979256, 2.111366, 2.684933",\
|
|
"2.022428, 2.041983, 2.091576, 2.223685, 2.797252",\
|
|
"2.331352, 2.350907, 2.400500, 2.532609, 3.106176",\
|
|
"3.407682, 3.427237, 3.476830, 3.608939, 4.182506");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043298, 0.056164, 0.096149, 0.241753, 1.008250",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008250",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008250",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008251",\
|
|
"0.043298, 0.056164, 0.096149, 0.241753, 1.008252");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.583940, 1.608846, 1.684249, 1.958019, 3.295903",\
|
|
"1.634685, 1.659591, 1.734994, 2.008764, 3.346648",\
|
|
"1.746123, 1.771030, 1.846432, 2.120203, 3.458087",\
|
|
"2.061867, 2.086774, 2.162177, 2.435947, 3.773831",\
|
|
"3.051297, 3.076204, 3.151608, 3.425378, 4.763262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045497, 0.068889, 0.156061, 0.525429, 2.367318",\
|
|
"0.045500, 0.068891, 0.156062, 0.525429, 2.367319");
|
|
}
|
|
|
|
} /* 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.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.517717, 1.542654, 1.618091, 1.891871, 3.229788",\
|
|
"1.569574, 1.594511, 1.669948, 1.943728, 3.281646",\
|
|
"1.673591, 1.698527, 1.773965, 2.047745, 3.385662",\
|
|
"1.917062, 1.941998, 2.017436, 2.291216, 3.629133",\
|
|
"2.705241, 2.730178, 2.805616, 3.079396, 4.417314");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045620, 0.069000, 0.156126, 0.525412, 2.367309",\
|
|
"0.045620, 0.069001, 0.156126, 0.525412, 2.367309",\
|
|
"0.045620, 0.069001, 0.156126, 0.525412, 2.367309",\
|
|
"0.045620, 0.069001, 0.156126, 0.525412, 2.367309",\
|
|
"0.045621, 0.069002, 0.156126, 0.525412, 2.367309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.626457, 1.646014, 1.695607, 1.827714, 2.401262",\
|
|
"1.674642, 1.694199, 1.743792, 1.875900, 2.449448",\
|
|
"1.787120, 1.806677, 1.856270, 1.988378, 2.561926",\
|
|
"2.073391, 2.092948, 2.142541, 2.274649, 2.848196",\
|
|
"2.938320, 2.957877, 3.007470, 3.139577, 3.713120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043294, 0.056166, 0.096146, 0.241752, 1.008293",\
|
|
"0.043294, 0.056166, 0.096146, 0.241752, 1.008293",\
|
|
"0.043294, 0.056166, 0.096146, 0.241752, 1.008293",\
|
|
"0.043294, 0.056166, 0.096146, 0.241752, 1.008295",\
|
|
"0.043294, 0.056167, 0.096146, 0.241752, 1.008305");
|
|
}
|
|
|
|
} /* 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.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.517717, 1.542654, 1.618091, 1.891871, 3.229788",\
|
|
"1.569574, 1.594511, 1.669948, 1.943728, 3.281646",\
|
|
"1.673591, 1.698527, 1.773965, 2.047745, 3.385662",\
|
|
"1.917062, 1.941998, 2.017436, 2.291216, 3.629133",\
|
|
"2.705241, 2.730178, 2.805616, 3.079396, 4.417314");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045620, 0.069000, 0.156126, 0.525412, 2.367309",\
|
|
"0.045620, 0.069000, 0.156126, 0.525412, 2.367309",\
|
|
"0.045620, 0.069000, 0.156126, 0.525412, 2.367309",\
|
|
"0.045620, 0.069000, 0.156126, 0.525412, 2.367309",\
|
|
"0.045621, 0.069002, 0.156126, 0.525412, 2.367309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "1.626457, 1.646014, 1.695607, 1.827714, 2.401262",\
|
|
"1.674642, 1.694199, 1.743792, 1.875900, 2.449448",\
|
|
"1.787120, 1.806677, 1.856270, 1.988378, 2.561926",\
|
|
"2.073391, 2.092948, 2.142541, 2.274649, 2.848196",\
|
|
"2.938320, 2.957877, 3.007470, 3.139577, 3.713120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043293, 0.056166, 0.096145, 0.241752, 1.008292",\
|
|
"0.043293, 0.056166, 0.096145, 0.241752, 1.008292",\
|
|
"0.043293, 0.056166, 0.096145, 0.241752, 1.008293",\
|
|
"0.043293, 0.056166, 0.096145, 0.241752, 1.008295",\
|
|
"0.043293, 0.056167, 0.096145, 0.241752, 1.008305");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084",\
|
|
"7.078026, 7.102959, 7.178392, 7.452171, 8.790084");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309",\
|
|
"0.045605, 0.068987, 0.156118, 0.525414, 2.367309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430",\
|
|
"7.223554, 7.243105, 7.292696, 7.424812, 7.998430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001244, 0.011517, 0.050744, 0.210744, 1.000000");
|
|
values ( "0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136",\
|
|
"0.043308, 0.056157, 0.096157, 0.241754, 1.008136");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[0] */
|
|
} /* end of bus mgmt_gpio_oeb */
|
|
bus ( mgmt_gpio_out ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_out[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002641 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.631853, 1.655276, 1.730282, 2.007593, 3.349405",\
|
|
"1.684068, 1.707491, 1.782497, 2.059808, 3.401620",\
|
|
"1.794400, 1.817822, 1.892828, 2.170140, 3.511952",\
|
|
"2.090264, 2.113687, 2.188693, 2.466004, 3.807816",\
|
|
"3.039508, 3.062931, 3.137937, 3.415248, 4.757061");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.800878, 1.818962, 1.868061, 2.003059, 2.582908",\
|
|
"1.851239, 1.869322, 1.918422, 2.053419, 2.633269",\
|
|
"1.964476, 1.982560, 2.031660, 2.166657, 2.746506",\
|
|
"2.315888, 2.333972, 2.383072, 2.518069, 3.097918",\
|
|
"3.594846, 3.612929, 3.662029, 3.797026, 4.376873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030998");
|
|
}
|
|
|
|
} /* 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.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.631544, 1.654966, 1.729972, 2.007284, 3.349096",\
|
|
"1.683758, 1.707181, 1.782187, 2.059499, 3.401311",\
|
|
"1.794090, 1.817513, 1.892519, 2.169831, 3.511642",\
|
|
"2.089964, 2.113387, 2.188394, 2.465705, 3.807517",\
|
|
"3.039237, 3.062660, 3.137666, 3.414978, 4.756790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048693, 0.071798, 0.159365, 0.539012, 2.388808",\
|
|
"0.048693, 0.071798, 0.159365, 0.539012, 2.388808",\
|
|
"0.048693, 0.071798, 0.159365, 0.539012, 2.388808",\
|
|
"0.048693, 0.071798, 0.159365, 0.539012, 2.388811",\
|
|
"0.048694, 0.071798, 0.159365, 0.539012, 2.388814");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.799541, 1.817625, 1.866725, 2.001720, 2.581545",\
|
|
"1.849901, 1.867985, 1.917086, 2.052080, 2.631905",\
|
|
"1.963139, 1.981223, 2.030323, 2.165318, 2.745143",\
|
|
"2.314551, 2.332635, 2.381736, 2.516730, 3.096555",\
|
|
"3.593567, 3.611651, 3.660752, 3.795747, 4.375571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031050");
|
|
}
|
|
|
|
} /* 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.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "2.004026, 2.022109, 2.071209, 2.206206, 2.786056",\
|
|
"2.056241, 2.074324, 2.123424, 2.258421, 2.838271",\
|
|
"2.166572, 2.184655, 2.233755, 2.368753, 2.948602",\
|
|
"2.461659, 2.479742, 2.528842, 2.663839, 3.243689",\
|
|
"3.407981, 3.426064, 3.475164, 3.610161, 4.190009");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030994",\
|
|
"0.045833, 0.058053, 0.097441, 0.250915, 1.030998");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.558153, 1.581575, 1.656581, 1.933892, 3.275705",\
|
|
"1.608513, 1.631936, 1.706941, 1.984253, 3.326065",\
|
|
"1.721751, 1.745173, 1.820179, 2.097491, 3.439303",\
|
|
"2.073364, 2.096786, 2.171793, 2.449104, 3.790916",\
|
|
"3.353898, 3.377320, 3.452327, 3.729638, 5.071450");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388831",\
|
|
"0.048696, 0.071800, 0.159365, 0.539011, 2.388832");
|
|
}
|
|
|
|
} /* 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.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "2.002688, 2.020772, 2.069873, 2.204867, 2.784693",\
|
|
"2.054903, 2.072987, 2.122087, 2.257082, 2.836907",\
|
|
"2.165234, 2.183319, 2.232419, 2.367414, 2.947239",\
|
|
"2.460321, 2.478406, 2.527506, 2.662501, 3.242326",\
|
|
"3.406702, 3.424786, 3.473887, 3.608881, 4.188705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031049",\
|
|
"0.045827, 0.058056, 0.097437, 0.250914, 1.031050");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.557843, 1.581266, 1.656272, 1.933584, 3.275395",\
|
|
"1.608203, 1.631626, 1.706632, 1.983944, 3.325756",\
|
|
"1.721441, 1.744864, 1.819870, 2.097182, 3.438993",\
|
|
"2.073064, 2.096487, 2.171493, 2.448805, 3.790617",\
|
|
"3.353626, 3.377049, 3.452056, 3.729367, 5.071179");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048693, 0.071798, 0.159365, 0.539012, 2.388808",\
|
|
"0.048693, 0.071798, 0.159365, 0.539012, 2.388808",\
|
|
"0.048693, 0.071798, 0.159365, 0.539012, 2.388808",\
|
|
"0.048693, 0.071798, 0.159365, 0.539012, 2.388811",\
|
|
"0.048694, 0.071798, 0.159365, 0.539012, 2.388814");
|
|
}
|
|
|
|
} /* 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.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.602516, 1.625937, 1.700938, 1.978244, 3.320061",\
|
|
"1.655297, 1.678719, 1.753720, 2.031026, 3.372843",\
|
|
"1.759679, 1.783101, 1.858101, 2.135407, 3.477225",\
|
|
"2.004775, 2.028197, 2.103198, 2.380504, 3.722322",\
|
|
"2.788635, 2.812056, 2.887057, 3.164363, 4.506180");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159372, 0.538997, 2.389088");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.672441, 1.690527, 1.739627, 1.874619, 2.454417",\
|
|
"1.720635, 1.738721, 1.787821, 1.922813, 2.502611",\
|
|
"1.832929, 1.851015, 1.900115, 2.035107, 2.614905",\
|
|
"2.119228, 2.137314, 2.186414, 2.321406, 2.901204",\
|
|
"2.984123, 3.002208, 3.051309, 3.186301, 3.766100");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045821, 0.058059, 0.097433, 0.250914, 1.031109",\
|
|
"0.045821, 0.058059, 0.097433, 0.250914, 1.031109",\
|
|
"0.045821, 0.058059, 0.097433, 0.250914, 1.031109",\
|
|
"0.045821, 0.058059, 0.097433, 0.250914, 1.031109",\
|
|
"0.045822, 0.058059, 0.097433, 0.250914, 1.031109");
|
|
}
|
|
|
|
} /* 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.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.602516, 1.625937, 1.700938, 1.978244, 3.320061",\
|
|
"1.655297, 1.678719, 1.753720, 2.031026, 3.372843",\
|
|
"1.759679, 1.783101, 1.858101, 2.135407, 3.477225",\
|
|
"2.004775, 2.028197, 2.103198, 2.380504, 3.722322",\
|
|
"2.788635, 2.812056, 2.887057, 3.164363, 4.506180");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159371, 0.538997, 2.389085",\
|
|
"0.048725, 0.071820, 0.159372, 0.538997, 2.389088");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "1.672441, 1.690527, 1.739627, 1.874619, 2.454417",\
|
|
"1.720635, 1.738721, 1.787821, 1.922813, 2.502611",\
|
|
"1.832929, 1.851015, 1.900115, 2.035107, 2.614905",\
|
|
"2.119228, 2.137314, 2.186414, 2.321406, 2.901204",\
|
|
"2.984123, 3.002208, 3.051309, 3.186301, 3.766100");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045821, 0.058059, 0.097433, 0.250914, 1.031106",\
|
|
"0.045821, 0.058059, 0.097433, 0.250914, 1.031106",\
|
|
"0.045821, 0.058059, 0.097433, 0.250914, 1.031106",\
|
|
"0.045821, 0.058059, 0.097433, 0.250914, 1.031106",\
|
|
"0.045822, 0.058059, 0.097433, 0.250914, 1.031106");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774",\
|
|
"5.852227, 5.875649, 5.950650, 6.227957, 7.569774");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053",\
|
|
"0.048721, 0.071818, 0.159371, 0.538999, 2.389053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905",\
|
|
"6.287852, 6.305934, 6.355034, 6.490033, 7.069905");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003141, 0.013414, 0.052641, 0.212641, 1.000000");
|
|
values ( "0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945",\
|
|
"0.045838, 0.058050, 0.097445, 0.250915, 1.030945");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[37]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[37] */
|
|
|
|
pin("mgmt_gpio_out[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001914 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.905331, 1.930060, 2.006363, 2.283238, 3.624075",\
|
|
"1.957546, 1.982275, 2.058578, 2.335453, 3.676290",\
|
|
"2.067878, 2.092606, 2.168910, 2.445784, 3.786621",\
|
|
"2.363790, 2.388518, 2.464822, 2.741697, 4.082534",\
|
|
"3.313235, 3.337963, 3.414268, 3.691142, 5.031980");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051781, 0.074486, 0.160303, 0.534581, 2.379278",\
|
|
"0.051781, 0.074486, 0.160303, 0.534581, 2.379278",\
|
|
"0.051781, 0.074486, 0.160303, 0.534581, 2.379278",\
|
|
"0.051782, 0.074486, 0.160303, 0.534581, 2.379279",\
|
|
"0.051784, 0.074488, 0.160304, 0.534581, 2.379279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "2.087028, 2.105564, 2.155132, 2.289620, 2.867475",\
|
|
"2.137388, 2.155925, 2.205492, 2.339981, 2.917836",\
|
|
"2.250626, 2.269162, 2.318730, 2.453219, 3.031074",\
|
|
"2.602140, 2.620676, 2.670244, 2.804732, 3.382587",\
|
|
"3.883206, 3.901742, 3.951310, 4.085798, 4.663653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.046069, 0.058230, 0.097606, 0.248678, 1.020311",\
|
|
"0.046069, 0.058230, 0.097606, 0.248678, 1.020311",\
|
|
"0.046069, 0.058230, 0.097606, 0.248678, 1.020311",\
|
|
"0.046069, 0.058230, 0.097606, 0.248677, 1.020311",\
|
|
"0.046069, 0.058229, 0.097605, 0.248677, 1.020311");
|
|
}
|
|
|
|
} /* 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.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.905087, 1.929813, 2.006113, 2.282986, 3.623821",\
|
|
"1.957302, 1.982028, 2.058328, 2.335201, 3.676036",\
|
|
"2.067633, 2.092359, 2.168659, 2.445533, 3.786367",\
|
|
"2.363541, 2.388267, 2.464567, 2.741441, 4.082274",\
|
|
"3.312937, 3.337662, 3.413962, 3.690836, 5.031670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051770, 0.074475, 0.160296, 0.534582, 2.379281",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379281",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379281",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379279",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "2.084443, 2.102975, 2.152520, 2.286994, 2.864845",\
|
|
"2.134804, 2.153335, 2.202881, 2.337354, 2.915205",\
|
|
"2.248041, 2.266573, 2.316119, 2.450592, 3.028443",\
|
|
"2.599558, 2.618089, 2.667635, 2.802109, 3.379959",\
|
|
"3.880585, 3.899117, 3.948662, 4.083135, 4.660985");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.045998, 0.058153, 0.097564, 0.248660, 1.020323");
|
|
}
|
|
|
|
} /* 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.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "2.462661, 2.481197, 2.530765, 2.665253, 3.243109",\
|
|
"2.514876, 2.533412, 2.582980, 2.717469, 3.295324",\
|
|
"2.625207, 2.643744, 2.693312, 2.827800, 3.405655",\
|
|
"2.920624, 2.939161, 2.988729, 3.123217, 3.701072",\
|
|
"3.868218, 3.886754, 3.936322, 4.070810, 4.648665");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.046069, 0.058230, 0.097606, 0.248678, 1.020311",\
|
|
"0.046069, 0.058230, 0.097606, 0.248678, 1.020311",\
|
|
"0.046069, 0.058230, 0.097606, 0.248678, 1.020311",\
|
|
"0.046069, 0.058230, 0.097606, 0.248677, 1.020311",\
|
|
"0.046069, 0.058229, 0.097605, 0.248677, 1.020311");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.918262, 1.942990, 2.019293, 2.296168, 3.637005",\
|
|
"1.968622, 1.993350, 2.069654, 2.346528, 3.687365",\
|
|
"2.081860, 2.106588, 2.182891, 2.459766, 3.800603",\
|
|
"2.433506, 2.458234, 2.534537, 2.811412, 4.152249",\
|
|
"3.716710, 3.741439, 3.817743, 4.094618, 5.435456");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051781, 0.074486, 0.160303, 0.534581, 2.379278",\
|
|
"0.051781, 0.074486, 0.160303, 0.534581, 2.379278",\
|
|
"0.051781, 0.074486, 0.160303, 0.534581, 2.379278",\
|
|
"0.051782, 0.074486, 0.160303, 0.534581, 2.379279",\
|
|
"0.051784, 0.074488, 0.160304, 0.534581, 2.379279");
|
|
}
|
|
|
|
} /* 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.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "2.460076, 2.478608, 2.528153, 2.662627, 3.240478",\
|
|
"2.512291, 2.530823, 2.580369, 2.714842, 3.292693",\
|
|
"2.622623, 2.641154, 2.690700, 2.825173, 3.403024",\
|
|
"2.918042, 2.936574, 2.986120, 3.120593, 3.698444",\
|
|
"3.865597, 3.884129, 3.933674, 4.068147, 4.645998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.046000, 0.058155, 0.097565, 0.248660, 1.020322",\
|
|
"0.045998, 0.058153, 0.097564, 0.248660, 1.020323");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.918017, 1.942743, 2.019043, 2.295917, 3.636750",\
|
|
"1.968377, 1.993103, 2.069403, 2.346277, 3.687111",\
|
|
"2.081615, 2.106341, 2.182641, 2.459515, 3.800349",\
|
|
"2.433256, 2.457982, 2.534282, 2.811156, 4.151989",\
|
|
"3.716412, 3.741138, 3.817438, 4.094312, 5.435145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051770, 0.074475, 0.160296, 0.534582, 2.379281",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379281",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379281",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379279",\
|
|
"0.051770, 0.074475, 0.160296, 0.534582, 2.379279");
|
|
}
|
|
|
|
} /* 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.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.820511, 1.845245, 1.921557, 2.198434, 3.539279",\
|
|
"1.871890, 1.896625, 1.972936, 2.249813, 3.590658",\
|
|
"1.984075, 2.008810, 2.085121, 2.361999, 3.702844",\
|
|
"2.257547, 2.282281, 2.358593, 2.635470, 3.976315",\
|
|
"3.193867, 3.218601, 3.294913, 3.571790, 4.912635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074513, 0.160318, 0.534576, 2.379277");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "2.225906, 2.244442, 2.294005, 2.428490, 3.006345",\
|
|
"2.271357, 2.289892, 2.339455, 2.473941, 3.051795",\
|
|
"2.384656, 2.403192, 2.452755, 2.587240, 3.165095",\
|
|
"2.750952, 2.769487, 2.819051, 2.953536, 3.531390",\
|
|
"4.160312, 4.178846, 4.228410, 4.362896, 4.940750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046056, 0.058216, 0.097598, 0.248674, 1.020313");
|
|
}
|
|
|
|
} /* 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.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "1.820511, 1.845245, 1.921557, 2.198434, 3.539279",\
|
|
"1.871890, 1.896625, 1.972936, 2.249813, 3.590658",\
|
|
"1.984075, 2.008810, 2.085121, 2.361999, 3.702844",\
|
|
"2.257547, 2.282281, 2.358593, 2.635470, 3.976315",\
|
|
"3.193867, 3.218601, 3.294913, 3.571790, 4.912635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074512, 0.160318, 0.534577, 2.379277",\
|
|
"0.051811, 0.074513, 0.160318, 0.534576, 2.379277");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "2.225906, 2.244442, 2.294005, 2.428490, 3.006345",\
|
|
"2.271357, 2.289892, 2.339455, 2.473941, 3.051795",\
|
|
"2.384656, 2.403192, 2.452755, 2.587240, 3.165095",\
|
|
"2.750952, 2.769487, 2.819051, 2.953536, 3.531390",\
|
|
"4.160312, 4.178846, 4.228410, 4.362896, 4.940750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046055, 0.058215, 0.097597, 0.248674, 1.020314",\
|
|
"0.046056, 0.058216, 0.097598, 0.248674, 1.020313");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507",\
|
|
"6.123746, 6.148479, 6.224788, 6.501665, 7.842507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277",\
|
|
"0.051803, 0.074505, 0.160314, 0.534578, 2.379277");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268",\
|
|
"6.615870, 6.634400, 6.683945, 6.818418, 7.396268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002414, 0.012686, 0.051914, 0.211914, 1.000000");
|
|
values ( "0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323",\
|
|
"0.045996, 0.058151, 0.097563, 0.248660, 1.020323");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[36]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[36] */
|
|
|
|
pin("mgmt_gpio_out[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002977 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.691032, 1.715018, 1.790924, 2.068352, 3.409884",\
|
|
"1.740645, 1.764631, 1.840536, 2.117965, 3.459497",\
|
|
"1.852620, 1.876605, 1.952511, 2.229939, 3.571471",\
|
|
"2.196838, 2.220824, 2.296730, 2.574158, 3.915690",\
|
|
"3.464666, 3.488651, 3.564557, 3.841985, 5.183517");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "2.126266, 2.144126, 2.193207, 2.328250, 2.907977",\
|
|
"2.175512, 2.193372, 2.242453, 2.377496, 2.957223",\
|
|
"2.287881, 2.305741, 2.354822, 2.489866, 3.069592",\
|
|
"2.639665, 2.657524, 2.706606, 2.841649, 3.421376",\
|
|
"3.901064, 3.918924, 3.968004, 4.103046, 4.682773");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.047002, 0.058891, 0.098243, 0.251005, 1.027083",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027083",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027083",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027084",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027084");
|
|
}
|
|
|
|
} /* 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.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.691002, 1.714987, 1.790892, 2.068321, 3.409852",\
|
|
"1.740614, 1.764600, 1.840505, 2.117934, 3.459465",\
|
|
"1.852589, 1.876574, 1.952479, 2.229908, 3.571439",\
|
|
"2.196806, 2.220792, 2.296697, 2.574126, 3.915657",\
|
|
"3.464645, 3.488630, 3.564535, 3.841964, 5.183496");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053219, 0.075950, 0.162139, 0.538586, 2.386039",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386039",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386039",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386041",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "2.114955, 2.132798, 2.181811, 2.316807, 2.896520",\
|
|
"2.164201, 2.182045, 2.231057, 2.366053, 2.945766",\
|
|
"2.276570, 2.294414, 2.343426, 2.478422, 3.058135",\
|
|
"2.628358, 2.646201, 2.695214, 2.830210, 3.409923",\
|
|
"3.889892, 3.907735, 3.956748, 4.091743, 4.671457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118");
|
|
}
|
|
|
|
} /* 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.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "2.276996, 2.294856, 2.343937, 2.478981, 3.058707",\
|
|
"2.326609, 2.344469, 2.393550, 2.528594, 3.108320",\
|
|
"2.438584, 2.456443, 2.505525, 2.640568, 3.220295",\
|
|
"2.783082, 2.800941, 2.850023, 2.985066, 3.564793",\
|
|
"4.051039, 4.068898, 4.117978, 4.253021, 4.832747");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.047002, 0.058891, 0.098243, 0.251005, 1.027083",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027083",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027083",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027084",\
|
|
"0.047002, 0.058891, 0.098243, 0.251005, 1.027084");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.852284, 1.876269, 1.952175, 2.229604, 3.571136",\
|
|
"1.901530, 1.925516, 2.001421, 2.278850, 3.620382",\
|
|
"2.013899, 2.037885, 2.113791, 2.391219, 3.732751",\
|
|
"2.365719, 2.389705, 2.465611, 2.743039, 4.084571",\
|
|
"3.627827, 3.651812, 3.727718, 4.005146, 5.346678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041",\
|
|
"0.053221, 0.075952, 0.162140, 0.538586, 2.386041");
|
|
}
|
|
|
|
} /* 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.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "2.265685, 2.283529, 2.332542, 2.467537, 3.047251",\
|
|
"2.315298, 2.333142, 2.382154, 2.517150, 3.096863",\
|
|
"2.427273, 2.445116, 2.494129, 2.629125, 3.208838",\
|
|
"2.771775, 2.789618, 2.838631, 2.973627, 3.553340",\
|
|
"4.039866, 4.057710, 4.106722, 4.241718, 4.821431");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118",\
|
|
"0.046777, 0.058655, 0.098113, 0.250950, 1.027118");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.852253, 1.876238, 1.952144, 2.229572, 3.571104",\
|
|
"1.901499, 1.925484, 2.001390, 2.278818, 3.620350",\
|
|
"2.013868, 2.037854, 2.113759, 2.391187, 3.732719",\
|
|
"2.365687, 2.389673, 2.465578, 2.743006, 4.084538",\
|
|
"3.627806, 3.651791, 3.727696, 4.005125, 5.346657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053219, 0.075950, 0.162139, 0.538586, 2.386039",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386039",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386039",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386041",\
|
|
"0.053219, 0.075950, 0.162139, 0.538586, 2.386041");
|
|
}
|
|
|
|
} /* 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.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.626514, 1.650511, 1.726434, 2.003867, 3.345416",\
|
|
"1.677923, 1.701921, 1.777843, 2.055277, 3.396825",\
|
|
"1.789983, 1.813981, 1.889903, 2.167337, 3.508885",\
|
|
"2.064565, 2.088562, 2.164485, 2.441918, 3.783467",\
|
|
"3.001257, 3.025255, 3.101178, 3.378612, 4.720160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053281, 0.076006, 0.162171, 0.538578, 2.386036",\
|
|
"0.053281, 0.076006, 0.162171, 0.538578, 2.386036",\
|
|
"0.053281, 0.076006, 0.162171, 0.538578, 2.386036",\
|
|
"0.053281, 0.076006, 0.162172, 0.538578, 2.386036",\
|
|
"0.053283, 0.076008, 0.162172, 0.538577, 2.386036");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "2.105959, 2.123808, 2.172842, 2.307853, 2.887570",\
|
|
"2.151280, 2.169129, 2.218163, 2.353173, 2.932891",\
|
|
"2.264557, 2.282405, 2.331439, 2.466450, 3.046167",\
|
|
"2.631355, 2.649203, 2.698237, 2.833248, 3.412965",\
|
|
"4.034946, 4.052795, 4.101830, 4.236842, 4.816560");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.046847, 0.058728, 0.098154, 0.250967, 1.027107",\
|
|
"0.046847, 0.058728, 0.098154, 0.250967, 1.027107",\
|
|
"0.046847, 0.058728, 0.098154, 0.250967, 1.027107",\
|
|
"0.046847, 0.058728, 0.098154, 0.250967, 1.027107",\
|
|
"0.046852, 0.058733, 0.098156, 0.250969, 1.027106");
|
|
}
|
|
|
|
} /* 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.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "1.626514, 1.650511, 1.726434, 2.003867, 3.345416",\
|
|
"1.677923, 1.701921, 1.777843, 2.055277, 3.396825",\
|
|
"1.789983, 1.813981, 1.889903, 2.167337, 3.508885",\
|
|
"2.064565, 2.088562, 2.164485, 2.441918, 3.783467",\
|
|
"3.001257, 3.025255, 3.101178, 3.378612, 4.720160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053281, 0.076006, 0.162171, 0.538578, 2.386036",\
|
|
"0.053281, 0.076006, 0.162171, 0.538578, 2.386036",\
|
|
"0.053281, 0.076006, 0.162171, 0.538578, 2.386036",\
|
|
"0.053281, 0.076006, 0.162172, 0.538578, 2.386036",\
|
|
"0.053283, 0.076008, 0.162172, 0.538577, 2.386036");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "2.103554, 2.121398, 2.170412, 2.305409, 2.885122",\
|
|
"2.148875, 2.166719, 2.215733, 2.350729, 2.930443",\
|
|
"2.262152, 2.279996, 2.329010, 2.464006, 3.043720",\
|
|
"2.628950, 2.646793, 2.695807, 2.830804, 3.410517",\
|
|
"4.032544, 4.050388, 4.099403, 4.234401, 4.814115");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.046781, 0.058659, 0.098116, 0.250951, 1.027117",\
|
|
"0.046781, 0.058659, 0.098116, 0.250951, 1.027117",\
|
|
"0.046781, 0.058659, 0.098116, 0.250951, 1.027117",\
|
|
"0.046781, 0.058659, 0.098116, 0.250951, 1.027117",\
|
|
"0.046786, 0.058665, 0.098119, 0.250953, 1.027117");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941",\
|
|
"6.240054, 6.264048, 6.339965, 6.617397, 7.958941");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037",\
|
|
"0.053264, 0.075991, 0.162162, 0.538580, 2.386037");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274",\
|
|
"6.780535, 6.798398, 6.847492, 6.982545, 7.562274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003477, 0.013750, 0.052977, 0.212977, 1.000000");
|
|
values ( "0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076",\
|
|
"0.047046, 0.058937, 0.098268, 0.251015, 1.027076");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[35]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[35] */
|
|
|
|
pin("mgmt_gpio_out[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002227 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218",\
|
|
"5.599992, 5.623896, 5.699282, 5.976068, 7.316218");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625",\
|
|
"0.049331, 0.072310, 0.159328, 0.536139, 2.382625");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689",\
|
|
"5.770787, 5.789080, 5.838251, 5.972680, 6.550689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002727, 0.012999, 0.052227, 0.212227, 1.000000");
|
|
values ( "0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948",\
|
|
"0.045462, 0.057588, 0.097275, 0.249132, 1.022948");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[34] */
|
|
|
|
pin("mgmt_gpio_out[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002429 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[33];
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.730595, 1.754961, 1.831064, 2.108149, 3.449075",\
|
|
"1.782720, 1.807085, 1.883188, 2.160274, 3.501200",\
|
|
"1.886914, 1.911279, 1.987382, 2.264467, 3.605393",\
|
|
"2.130918, 2.155283, 2.231387, 2.508472, 3.849398",\
|
|
"2.917276, 2.941641, 3.017745, 3.294830, 4.635756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052492, 0.075209, 0.161210, 0.536395, 2.381950",\
|
|
"0.052492, 0.075209, 0.161210, 0.536395, 2.381951",\
|
|
"0.052492, 0.075209, 0.161210, 0.536395, 2.381951",\
|
|
"0.052492, 0.075209, 0.161210, 0.536395, 2.381951",\
|
|
"0.052493, 0.075210, 0.161210, 0.536395, 2.381951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.960135, 1.978331, 2.027609, 2.162276, 2.740776",\
|
|
"2.008313, 2.026510, 2.075787, 2.210454, 2.788954",\
|
|
"2.120741, 2.138937, 2.188214, 2.322881, 2.901382",\
|
|
"2.407137, 2.425333, 2.474611, 2.609278, 3.187779",\
|
|
"3.272834, 3.291030, 3.340309, 3.474977, 4.053477");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046380, 0.058400, 0.097842, 0.249645, 1.023008",\
|
|
"0.046380, 0.058400, 0.097842, 0.249645, 1.023008",\
|
|
"0.046380, 0.058400, 0.097842, 0.249645, 1.023008",\
|
|
"0.046381, 0.058401, 0.097842, 0.249646, 1.023008",\
|
|
"0.046384, 0.058404, 0.097844, 0.249647, 1.023008");
|
|
}
|
|
|
|
} /* 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.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.730595, 1.754961, 1.831064, 2.108149, 3.449075",\
|
|
"1.782720, 1.807085, 1.883188, 2.160274, 3.501200",\
|
|
"1.886914, 1.911279, 1.987382, 2.264467, 3.605393",\
|
|
"2.130918, 2.155283, 2.231387, 2.508472, 3.849398",\
|
|
"2.917276, 2.941641, 3.017745, 3.294830, 4.635756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052492, 0.075209, 0.161210, 0.536394, 2.381950",\
|
|
"0.052492, 0.075209, 0.161210, 0.536394, 2.381950",\
|
|
"0.052492, 0.075209, 0.161210, 0.536394, 2.381950",\
|
|
"0.052492, 0.075209, 0.161210, 0.536394, 2.381951",\
|
|
"0.052493, 0.075210, 0.161210, 0.536394, 2.381951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.956685, 1.974874, 2.024122, 2.158770, 2.737264",\
|
|
"2.004863, 2.023052, 2.072301, 2.206948, 2.785443",\
|
|
"2.117290, 2.135480, 2.184728, 2.319375, 2.897870",\
|
|
"2.403687, 2.421877, 2.471125, 2.605772, 3.184267",\
|
|
"3.269387, 3.287577, 3.336827, 3.471474, 4.049969");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046287, 0.058300, 0.097787, 0.249623, 1.023022",\
|
|
"0.046287, 0.058300, 0.097787, 0.249623, 1.023022",\
|
|
"0.046287, 0.058300, 0.097787, 0.249623, 1.023022",\
|
|
"0.046287, 0.058301, 0.097788, 0.249623, 1.023022",\
|
|
"0.046291, 0.058305, 0.097790, 0.249624, 1.023022");
|
|
}
|
|
|
|
} /* 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.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.708547, 1.732899, 1.808986, 2.086066, 3.426975",\
|
|
"1.758160, 1.782512, 1.858599, 2.135679, 3.476588",\
|
|
"1.870134, 1.894486, 1.970573, 2.247653, 3.588562",\
|
|
"2.214353, 2.238705, 2.314792, 2.591872, 3.932781",\
|
|
"3.482176, 3.506529, 3.582615, 3.859695, 5.200604");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075153, 0.161177, 0.536403, 2.381955");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "2.139935, 2.158136, 2.207433, 2.342113, 2.920617",\
|
|
"2.189181, 2.207382, 2.256679, 2.391359, 2.969864",\
|
|
"2.301550, 2.319751, 2.369048, 2.503728, 3.082233",\
|
|
"2.653333, 2.671533, 2.720830, 2.855511, 3.434015",\
|
|
"3.914712, 3.932913, 3.982208, 4.116888, 4.695392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046438, 0.058462, 0.097876, 0.249660, 1.022999");
|
|
}
|
|
|
|
} /* 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.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.708530, 1.732882, 1.808969, 2.086048, 3.426958",\
|
|
"1.758143, 1.782495, 1.858581, 2.135661, 3.476571",\
|
|
"1.870117, 1.894469, 1.970556, 2.247636, 3.588545",\
|
|
"2.214335, 2.238687, 2.314773, 2.591853, 3.932762",\
|
|
"3.482165, 3.506518, 3.582604, 3.859684, 5.200593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052430, 0.075153, 0.161177, 0.536403, 2.381956");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "2.135002, 2.153193, 2.202449, 2.337101, 2.915597",\
|
|
"2.184249, 2.202440, 2.251695, 2.386347, 2.964844",\
|
|
"2.296618, 2.314809, 2.364064, 2.498716, 3.077213",\
|
|
"2.648406, 2.666597, 2.715853, 2.850504, 3.429001",\
|
|
"3.909943, 3.928134, 3.977389, 4.112041, 4.690537");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046310, 0.058325, 0.097801, 0.249628, 1.023019",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023019",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023019",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023018",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023018");
|
|
}
|
|
|
|
} /* 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.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "2.287642, 2.305842, 2.355139, 2.489820, 3.068324",\
|
|
"2.337255, 2.355455, 2.404752, 2.539433, 3.117937",\
|
|
"2.449229, 2.467429, 2.516727, 2.651407, 3.229911",\
|
|
"2.793727, 2.811927, 2.861224, 2.995905, 3.574409",\
|
|
"4.061664, 4.079864, 4.129160, 4.263840, 4.842343");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046443, 0.058467, 0.097878, 0.249661, 1.022999",\
|
|
"0.046438, 0.058462, 0.097876, 0.249660, 1.022999");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.869787, 1.894140, 1.970226, 2.247306, 3.588215",\
|
|
"1.919033, 1.943386, 2.019472, 2.296552, 3.637462",\
|
|
"2.031403, 2.055755, 2.131842, 2.408921, 3.749831",\
|
|
"2.383223, 2.407575, 2.483662, 2.760742, 4.101651",\
|
|
"3.645332, 3.669684, 3.745770, 4.022851, 5.363760");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075154, 0.161177, 0.536403, 2.381955",\
|
|
"0.052430, 0.075153, 0.161177, 0.536403, 2.381955");
|
|
}
|
|
|
|
} /* 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.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "2.282709, 2.300900, 2.350156, 2.484808, 3.063304",\
|
|
"2.332322, 2.350513, 2.399769, 2.534421, 3.112917",\
|
|
"2.444297, 2.462488, 2.511743, 2.646395, 3.224891",\
|
|
"2.788800, 2.806991, 2.856247, 2.990899, 3.569395",\
|
|
"4.056895, 4.075085, 4.124341, 4.258993, 4.837489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046310, 0.058325, 0.097801, 0.249628, 1.023019",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023019",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023019",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023018",\
|
|
"0.046310, 0.058325, 0.097801, 0.249628, 1.023018");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "1.869770, 1.894122, 1.970209, 2.247289, 3.588198",\
|
|
"1.919016, 1.943369, 2.019455, 2.296535, 3.637444",\
|
|
"2.031386, 2.055738, 2.131824, 2.408904, 3.749814",\
|
|
"2.383205, 2.407557, 2.483643, 2.760723, 4.101632",\
|
|
"3.645321, 3.669673, 3.745759, 4.022840, 5.363749");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052429, 0.075153, 0.161177, 0.536403, 2.381956",\
|
|
"0.052430, 0.075153, 0.161177, 0.536403, 2.381956");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "6.816242, 6.834441, 6.883731, 7.018408, 7.596911",\
|
|
"6.816242, 6.834441, 6.883731, 7.018408, 7.596911",\
|
|
"6.816242, 6.834441, 6.883731, 7.018408, 7.596911",\
|
|
"6.816242, 6.834441, 6.883731, 7.018408, 7.596911",\
|
|
"6.816242, 6.834441, 6.883731, 7.018408, 7.596911");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046424, 0.058446, 0.097867, 0.249656, 1.023001",\
|
|
"0.046424, 0.058446, 0.097867, 0.249656, 1.023001",\
|
|
"0.046424, 0.058446, 0.097867, 0.249656, 1.023001",\
|
|
"0.046424, 0.058446, 0.097867, 0.249656, 1.023001",\
|
|
"0.046424, 0.058446, 0.097867, 0.249656, 1.023001");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504",\
|
|
"6.290998, 6.315369, 6.391482, 6.668570, 8.009504");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948",\
|
|
"0.052523, 0.075238, 0.161226, 0.536390, 2.381948");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "6.812830, 6.831022, 6.880284, 7.014941, 7.593438",\
|
|
"6.812830, 6.831022, 6.880284, 7.014941, 7.593438",\
|
|
"6.812830, 6.831022, 6.880284, 7.014941, 7.593438",\
|
|
"6.812830, 6.831022, 6.880284, 7.014941, 7.593438",\
|
|
"6.812830, 6.831022, 6.880284, 7.014941, 7.593438");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002929, 0.013201, 0.052429, 0.212429, 1.000000");
|
|
values ( "0.046331, 0.058348, 0.097813, 0.249633, 1.023016",\
|
|
"0.046331, 0.058348, 0.097813, 0.249633, 1.023016",\
|
|
"0.046331, 0.058348, 0.097813, 0.249633, 1.023016",\
|
|
"0.046331, 0.058348, 0.097813, 0.249633, 1.023016",\
|
|
"0.046331, 0.058348, 0.097813, 0.249633, 1.023016");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[33]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[33] */
|
|
|
|
pin("mgmt_gpio_out[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003208 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[32];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.677284, 1.701119, 1.776930, 2.054293, 3.395164",\
|
|
"1.726897, 1.750732, 1.826543, 2.103906, 3.444777",\
|
|
"1.838871, 1.862707, 1.938517, 2.215880, 3.556751",\
|
|
"2.183089, 2.206925, 2.282735, 2.560098, 3.900969",\
|
|
"3.450910, 3.474745, 3.550556, 3.827919, 5.168790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "2.118322, 2.136026, 2.184968, 2.319935, 2.899233",\
|
|
"2.167569, 2.185272, 2.234214, 2.369181, 2.948479",\
|
|
"2.279938, 2.297642, 2.346583, 2.481551, 3.060848",\
|
|
"2.631721, 2.649425, 2.698366, 2.833334, 3.412631",\
|
|
"3.893113, 3.910817, 3.959757, 4.094724, 4.674021");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047189, 0.059029, 0.098407, 0.251100, 1.026559");
|
|
}
|
|
|
|
} /* 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.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.677231, 1.701066, 1.776876, 2.054239, 3.395109",\
|
|
"1.726844, 1.750679, 1.826489, 2.103852, 3.444722",\
|
|
"1.838819, 1.862654, 1.938464, 2.215826, 3.556697",\
|
|
"2.183036, 2.206871, 2.282681, 2.560044, 3.900914",\
|
|
"3.450873, 3.474709, 3.550519, 3.827881, 5.168752");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076348, 0.162613, 0.539044, 2.385514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "2.113588, 2.131283, 2.180185, 2.315125, 2.894415",\
|
|
"2.162834, 2.180529, 2.229431, 2.364371, 2.943661",\
|
|
"2.275203, 2.292898, 2.341800, 2.476741, 3.056031",\
|
|
"2.626990, 2.644684, 2.693587, 2.828527, 3.407817",\
|
|
"3.888520, 3.906215, 3.955117, 4.090057, 4.669347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579");
|
|
}
|
|
|
|
} /* 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.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "2.266149, 2.283853, 2.332794, 2.467762, 3.047060",\
|
|
"2.315762, 2.333466, 2.382407, 2.517375, 3.096672",\
|
|
"2.427737, 2.445440, 2.494382, 2.629349, 3.208647",\
|
|
"2.772234, 2.789938, 2.838880, 2.973847, 3.553145",\
|
|
"4.040183, 4.057886, 4.106827, 4.241794, 4.821091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047193, 0.059033, 0.098409, 0.251101, 1.026560",\
|
|
"0.047189, 0.059029, 0.098407, 0.251100, 1.026559");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.838445, 1.862281, 1.938091, 2.215454, 3.556325",\
|
|
"1.887691, 1.911527, 1.987338, 2.264701, 3.605572",\
|
|
"2.000060, 2.023896, 2.099707, 2.377070, 3.717941",\
|
|
"2.351880, 2.375716, 2.451526, 2.728889, 4.069760",\
|
|
"3.613975, 3.637810, 3.713621, 3.990984, 5.331855");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515",\
|
|
"0.053613, 0.076350, 0.162614, 0.539044, 2.385515");
|
|
}
|
|
|
|
} /* 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.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "2.261415, 2.279109, 2.328012, 2.462952, 3.042242",\
|
|
"2.311028, 2.328722, 2.377625, 2.512565, 3.091855",\
|
|
"2.423002, 2.440697, 2.489599, 2.624539, 3.203829",\
|
|
"2.767503, 2.785198, 2.834100, 2.969040, 3.548330",\
|
|
"4.035590, 4.053284, 4.102187, 4.237127, 4.816417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579",\
|
|
"0.047064, 0.058898, 0.098335, 0.251070, 1.026579");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.838392, 1.862228, 1.938038, 2.215400, 3.556271",\
|
|
"1.887639, 1.911474, 1.987284, 2.264647, 3.605517",\
|
|
"2.000008, 2.023843, 2.099653, 2.377016, 3.717886",\
|
|
"2.351826, 2.375662, 2.451472, 2.728834, 4.069705",\
|
|
"3.613938, 3.637774, 3.713583, 3.990946, 5.331817");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076347, 0.162613, 0.539044, 2.385514",\
|
|
"0.053611, 0.076348, 0.162613, 0.539044, 2.385514");
|
|
}
|
|
|
|
} /* 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.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.735139, 1.758988, 1.834818, 2.112187, 3.453077",\
|
|
"1.787444, 1.811294, 1.887124, 2.164493, 3.505383",\
|
|
"1.891708, 1.915557, 1.991387, 2.268756, 3.609646",\
|
|
"2.136031, 2.159881, 2.235711, 2.513080, 3.853970",\
|
|
"2.921548, 2.945398, 3.021228, 3.298597, 4.639487");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053685, 0.076415, 0.162652, 0.539033, 2.385509");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.971718, 1.989420, 2.038351, 2.173311, 2.752607",\
|
|
"2.019901, 2.037602, 2.086533, 2.221494, 2.800789",\
|
|
"2.132287, 2.149988, 2.198919, 2.333879, 2.913175",\
|
|
"2.418654, 2.436355, 2.485286, 2.620247, 3.199542",\
|
|
"3.284250, 3.301952, 3.350883, 3.485845, 4.065141");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047159, 0.058997, 0.098389, 0.251093, 1.026564",\
|
|
"0.047159, 0.058997, 0.098389, 0.251093, 1.026564",\
|
|
"0.047159, 0.058997, 0.098389, 0.251093, 1.026564",\
|
|
"0.047159, 0.058998, 0.098390, 0.251093, 1.026564",\
|
|
"0.047162, 0.059000, 0.098391, 0.251093, 1.026564");
|
|
}
|
|
|
|
} /* 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.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.735139, 1.758988, 1.834818, 2.112187, 3.453077",\
|
|
"1.787444, 1.811294, 1.887124, 2.164493, 3.505383",\
|
|
"1.891708, 1.915557, 1.991387, 2.268756, 3.609646",\
|
|
"2.136031, 2.159881, 2.235711, 2.513080, 3.853970",\
|
|
"2.921548, 2.945398, 3.021228, 3.298597, 4.639487");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053684, 0.076414, 0.162651, 0.539033, 2.385509",\
|
|
"0.053685, 0.076415, 0.162652, 0.539033, 2.385509");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "1.968502, 1.986197, 2.035101, 2.170043, 2.749333",\
|
|
"2.016684, 2.034379, 2.083284, 2.218225, 2.797516",\
|
|
"2.129070, 2.146765, 2.195669, 2.330611, 2.909901",\
|
|
"2.415437, 2.433133, 2.482037, 2.616979, 3.196269",\
|
|
"3.281036, 3.298731, 3.347636, 3.482579, 4.061870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047071, 0.058905, 0.098339, 0.251072, 1.026578",\
|
|
"0.047071, 0.058905, 0.098339, 0.251072, 1.026578",\
|
|
"0.047071, 0.058905, 0.098339, 0.251072, 1.026578",\
|
|
"0.047071, 0.058906, 0.098339, 0.251072, 1.026578",\
|
|
"0.047074, 0.058908, 0.098341, 0.251072, 1.026578");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "6.770993, 6.788696, 6.837633, 6.972598, 7.551895",\
|
|
"6.770993, 6.788696, 6.837633, 6.972598, 7.551895",\
|
|
"6.770993, 6.788696, 6.837633, 6.972598, 7.551895",\
|
|
"6.770993, 6.788696, 6.837633, 6.972598, 7.551895",\
|
|
"6.770993, 6.788696, 6.837633, 6.972598, 7.551895");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047179, 0.059018, 0.098401, 0.251098, 1.026561",\
|
|
"0.047179, 0.059018, 0.098401, 0.251098, 1.026561",\
|
|
"0.047179, 0.059018, 0.098401, 0.251098, 1.026561",\
|
|
"0.047179, 0.059018, 0.098401, 0.251098, 1.026561",\
|
|
"0.047179, 0.059018, 0.098401, 0.251098, 1.026561");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988",\
|
|
"6.225068, 6.248913, 6.324737, 6.602104, 7.942988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510",\
|
|
"0.053661, 0.076393, 0.162639, 0.539037, 2.385510");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "6.767794, 6.785491, 6.834401, 6.969347, 7.548639",\
|
|
"6.767794, 6.785491, 6.834401, 6.969347, 7.548639",\
|
|
"6.767794, 6.785491, 6.834401, 6.969347, 7.548639",\
|
|
"6.767794, 6.785491, 6.834401, 6.969347, 7.548639",\
|
|
"6.767794, 6.785491, 6.834401, 6.969347, 7.548639");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003708, 0.013980, 0.053208, 0.213208, 1.000000");
|
|
values ( "0.047092, 0.058927, 0.098351, 0.251077, 1.026575",\
|
|
"0.047092, 0.058927, 0.098351, 0.251077, 1.026575",\
|
|
"0.047092, 0.058927, 0.098351, 0.251077, 1.026575",\
|
|
"0.047092, 0.058927, 0.098351, 0.251077, 1.026575",\
|
|
"0.047092, 0.058927, 0.098351, 0.251077, 1.026575");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[32]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[32] */
|
|
|
|
pin("mgmt_gpio_out[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002421 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005",\
|
|
"5.583457, 5.606964, 5.681934, 5.958803, 7.299005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315",\
|
|
"0.048231, 0.071349, 0.158945, 0.537500, 2.384315");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050",\
|
|
"5.747995, 5.766194, 5.815315, 5.949879, 6.528050");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002921, 0.013193, 0.052421, 0.212421, 1.000000");
|
|
values ( "0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964",\
|
|
"0.045586, 0.057835, 0.097341, 0.249708, 1.025964");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[31] */
|
|
|
|
pin("mgmt_gpio_out[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005492 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091",\
|
|
"5.602538, 5.624598, 5.698999, 5.976316, 7.313091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083",\
|
|
"0.055201, 0.078205, 0.165972, 0.545361, 2.389083");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840",\
|
|
"5.763253, 5.779493, 5.827312, 5.962343, 6.539840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005992, 0.016264, 0.055492, 0.215492, 1.000000");
|
|
values ( "0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297",\
|
|
"0.049429, 0.060934, 0.100061, 0.253563, 1.030297");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[30] */
|
|
|
|
pin("mgmt_gpio_out[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003254 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406",\
|
|
"5.653380, 5.676675, 5.751782, 6.029191, 7.370406");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917",\
|
|
"0.051002, 0.073984, 0.161238, 0.540144, 2.389917");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559",\
|
|
"5.806950, 5.824620, 5.873448, 6.008544, 6.588559");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003754, 0.014027, 0.053254, 0.213254, 1.000000");
|
|
values ( "0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452",\
|
|
"0.046694, 0.058621, 0.098065, 0.251627, 1.030452");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[29] */
|
|
|
|
pin("mgmt_gpio_out[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002591 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977",\
|
|
"5.678185, 5.701818, 5.777084, 6.054511, 7.396977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113",\
|
|
"0.049564, 0.072560, 0.159732, 0.538608, 2.390113");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285",\
|
|
"5.831269, 5.849365, 5.898493, 6.033606, 6.614285");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003091, 0.013363, 0.052591, 0.212591, 1.000000");
|
|
values ( "0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610",\
|
|
"0.045880, 0.057941, 0.097462, 0.251030, 1.030610");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[28] */
|
|
|
|
pin("mgmt_gpio_out[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003759 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735",\
|
|
"5.709795, 5.732964, 5.808187, 6.086120, 7.428735");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993",\
|
|
"0.052664, 0.075562, 0.162593, 0.542313, 2.394993");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330",\
|
|
"5.855803, 5.873163, 5.921845, 6.057445, 6.639330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004259, 0.014532, 0.053759, 0.213759, 1.000000");
|
|
values ( "0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164",\
|
|
"0.047344, 0.059095, 0.098465, 0.253187, 1.035164");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[27] */
|
|
|
|
pin("mgmt_gpio_out[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003311 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466",\
|
|
"5.695436, 5.718770, 5.793977, 6.071565, 7.413466");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573",\
|
|
"0.051441, 0.074386, 0.161504, 0.540580, 2.391573");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156",\
|
|
"5.844662, 5.862298, 5.911127, 6.046390, 6.627156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003811, 0.014083, 0.053311, 0.213311, 1.000000");
|
|
values ( "0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896",\
|
|
"0.046783, 0.058660, 0.098104, 0.252038, 1.031896");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[26] */
|
|
|
|
pin("mgmt_gpio_out[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002663 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382",\
|
|
"5.768699, 5.792509, 5.867988, 6.145010, 7.485382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552",\
|
|
"0.050880, 0.073786, 0.160601, 0.537485, 2.384552");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491",\
|
|
"5.906098, 5.924108, 5.973112, 6.107758, 6.686491");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003163, 0.013435, 0.052663, 0.212663, 1.000000");
|
|
values ( "0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298",\
|
|
"0.046057, 0.057993, 0.097681, 0.249962, 1.024298");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[25] */
|
|
|
|
pin("mgmt_gpio_out[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003017 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395",\
|
|
"5.748303, 5.771873, 5.847227, 6.124493, 7.465395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559",\
|
|
"0.051320, 0.074237, 0.161179, 0.538987, 2.387559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466",\
|
|
"5.890312, 5.908112, 5.957007, 6.091918, 6.671466");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003517, 0.013789, 0.053017, 0.213017, 1.000000");
|
|
values ( "0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531",\
|
|
"0.046461, 0.058356, 0.097933, 0.250926, 1.027531");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[24] */
|
|
|
|
pin("mgmt_gpio_out[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594",\
|
|
"5.801763, 5.825614, 5.901297, 6.178900, 7.521594");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065",\
|
|
"0.051802, 0.074631, 0.161183, 0.539031, 2.389065");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936",\
|
|
"5.931615, 5.949553, 5.998646, 6.133889, 6.714936");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003337, 0.013609, 0.052837, 0.212837, 1.000000");
|
|
values ( "0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083",\
|
|
"0.046504, 0.058394, 0.097879, 0.251416, 1.030083");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[23] */
|
|
|
|
pin("mgmt_gpio_out[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002862 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798",\
|
|
"5.508201, 5.531816, 5.607181, 5.884653, 7.226798");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062",\
|
|
"0.050745, 0.073679, 0.160659, 0.539167, 2.390062");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184",\
|
|
"5.653503, 5.671416, 5.720421, 5.855552, 6.436184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003362, 0.013634, 0.052862, 0.212862, 1.000000");
|
|
values ( "0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177",\
|
|
"0.046254, 0.058196, 0.097738, 0.251295, 1.030177");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[22] */
|
|
|
|
pin("mgmt_gpio_out[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003176 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904",\
|
|
"5.454098, 5.477375, 5.552414, 5.829767, 7.170904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619",\
|
|
"0.050542, 0.073554, 0.160913, 0.539940, 2.389619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397",\
|
|
"5.610911, 5.628634, 5.677494, 5.812546, 6.392397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003676, 0.013949, 0.053176, 0.213176, 1.000000");
|
|
values ( "0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346",\
|
|
"0.046580, 0.058554, 0.097984, 0.251488, 1.030346");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[21] */
|
|
|
|
pin("mgmt_gpio_out[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002485 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859",\
|
|
"5.432521, 5.456038, 5.531018, 5.807672, 7.146859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283",\
|
|
"0.048671, 0.071759, 0.159276, 0.536827, 2.382283");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873",\
|
|
"5.592031, 5.610172, 5.659225, 5.793586, 6.370873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002985, 0.013257, 0.052485, 0.212485, 1.000000");
|
|
values ( "0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244",\
|
|
"0.045704, 0.057892, 0.097464, 0.249276, 1.023244");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[20] */
|
|
|
|
pin("mgmt_gpio_out[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005561 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718",\
|
|
"5.557085, 5.579123, 5.653554, 5.931102, 7.268718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056",\
|
|
"0.055319, 0.078322, 0.166083, 0.546017, 2.391056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239",\
|
|
"5.720620, 5.736827, 5.784652, 5.919903, 6.498239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006061, 0.016333, 0.055561, 0.215561, 1.000000");
|
|
values ( "0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755",\
|
|
"0.049507, 0.061000, 0.100073, 0.254109, 1.032755");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[19] */
|
|
|
|
pin("mgmt_gpio_out[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000720 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397",\
|
|
"5.557671, 5.582273, 5.657309, 5.930959, 7.268397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015",\
|
|
"0.044127, 0.067641, 0.155320, 0.525580, 2.367015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492",\
|
|
"5.720955, 5.740551, 5.790152, 5.922223, 6.495492");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001220, 0.011492, 0.050720, 0.210720, 1.000000");
|
|
values ( "0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360",\
|
|
"0.043225, 0.056164, 0.096102, 0.241749, 1.008360");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[18] */
|
|
|
|
pin("mgmt_gpio_out[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000864 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333",\
|
|
"5.479355, 5.503863, 5.578925, 5.852678, 7.190333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755",\
|
|
"0.044307, 0.067796, 0.155588, 0.525959, 2.364755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810",\
|
|
"5.658505, 5.677994, 5.727551, 5.859642, 6.432810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001364, 0.011637, 0.050864, 0.210864, 1.000000");
|
|
values ( "0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115",\
|
|
"0.043361, 0.056357, 0.096156, 0.241809, 1.010115");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[17] */
|
|
|
|
pin("mgmt_gpio_out[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000733 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558",\
|
|
"5.558841, 5.583442, 5.658493, 5.932161, 7.269558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146",\
|
|
"0.044084, 0.067600, 0.155329, 0.525658, 2.366146");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187",\
|
|
"5.728846, 5.748442, 5.798040, 5.930094, 6.503187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001233, 0.011505, 0.050733, 0.210733, 1.000000");
|
|
values ( "0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725",\
|
|
"0.043213, 0.056199, 0.096087, 0.241758, 1.008725");
|
|
}
|
|
|
|
} /* 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.002020 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[15];
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.555319, 1.331568, 2.928566, 4.402528, 7.798225",\
|
|
"0.589405, 1.365654, 2.962657, 4.436619, 7.832317",\
|
|
"0.690275, 1.466526, 3.063534, 4.537498, 7.933197",\
|
|
"0.983741, 1.760039, 3.357505, 4.831496, 8.227258",\
|
|
"1.904582, 2.681271, 4.282482, 5.756696, 9.152979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.097241, 1.159658, 3.352086, 5.371611, 10.021031",\
|
|
"0.097242, 1.159659, 3.352087, 5.371616, 10.021052",\
|
|
"0.097243, 1.159660, 3.352089, 5.371625, 10.021078",\
|
|
"0.097295, 1.159697, 3.352229, 5.372278, 10.022915",\
|
|
"0.097726, 1.160002, 3.353369, 5.377588, 10.037947");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "1.284343, 1.741621, 2.672495, 3.524943, 5.489982",\
|
|
"1.312793, 1.770070, 2.700944, 3.553391, 5.518428",\
|
|
"1.401434, 1.858709, 2.789582, 3.642025, 5.607051",\
|
|
"1.735250, 2.192520, 3.123393, 3.975828, 5.940839",\
|
|
"3.524142, 3.981833, 4.912726, 5.765761, 7.732123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.066045, 0.671477, 1.931041, 3.084091, 5.732387",\
|
|
"0.066045, 0.671479, 1.931044, 3.084093, 5.732387",\
|
|
"0.066045, 0.671486, 1.931059, 3.084102, 5.732387",\
|
|
"0.066045, 0.671498, 1.931081, 3.084118, 5.732387",\
|
|
"0.066151, 0.671498, 1.931081, 3.084118, 5.732387");
|
|
}
|
|
|
|
} /* 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.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.555319, 1.331568, 2.928566, 4.402528, 7.798225",\
|
|
"0.589405, 1.365654, 2.962657, 4.436619, 7.832317",\
|
|
"0.690275, 1.466526, 3.063534, 4.537498, 7.933197",\
|
|
"0.983741, 1.760039, 3.357505, 4.831496, 8.227258",\
|
|
"1.904582, 2.681271, 4.282482, 5.756696, 9.152979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.097241, 1.159658, 3.352086, 5.371611, 10.021031",\
|
|
"0.097242, 1.159659, 3.352087, 5.371616, 10.021052",\
|
|
"0.097243, 1.159660, 3.352089, 5.371625, 10.021078",\
|
|
"0.097295, 1.159697, 3.352229, 5.372278, 10.022915",\
|
|
"0.097726, 1.160002, 3.353369, 5.377588, 10.037947");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "1.284343, 1.741621, 2.672495, 3.524943, 5.489982",\
|
|
"1.312793, 1.770070, 2.700944, 3.553391, 5.518428",\
|
|
"1.401434, 1.858709, 2.789582, 3.642025, 5.607051",\
|
|
"1.735250, 2.192520, 3.123393, 3.975828, 5.940839",\
|
|
"3.524142, 3.981833, 4.912726, 5.765761, 7.732123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.066045, 0.670456, 1.929103, 3.082822, 5.731996",\
|
|
"0.066045, 0.670456, 1.929103, 3.082822, 5.731996",\
|
|
"0.066045, 0.670456, 1.929103, 3.082822, 5.731996",\
|
|
"0.066045, 0.670456, 1.929103, 3.082822, 5.731996",\
|
|
"0.066151, 0.670456, 1.929103, 3.082822, 5.731996");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "6.885792, 7.662039, 9.259018, 10.732979, 14.128674",\
|
|
"6.885792, 7.662039, 9.259018, 10.732979, 14.128674",\
|
|
"6.885792, 7.662039, 9.259018, 10.732979, 14.128674",\
|
|
"6.885792, 7.662039, 9.259018, 10.732979, 14.128674",\
|
|
"6.885792, 7.662039, 9.259018, 10.732979, 14.128674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.097239, 1.159657, 3.352080, 5.371586, 10.020959",\
|
|
"0.097239, 1.159657, 3.352080, 5.371586, 10.020959",\
|
|
"0.097239, 1.159657, 3.352080, 5.371586, 10.020959",\
|
|
"0.097239, 1.159657, 3.352080, 5.371586, 10.020959",\
|
|
"0.097239, 1.159657, 3.352080, 5.371586, 10.020959");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "7.427360, 7.884628, 8.815501, 9.667935, 11.632945",\
|
|
"7.427360, 7.884628, 8.815501, 9.667935, 11.632945",\
|
|
"7.427360, 7.884628, 8.815501, 9.667935, 11.632945",\
|
|
"7.427360, 7.884628, 8.815501, 9.667935, 11.632945",\
|
|
"7.427360, 7.884628, 8.815501, 9.667935, 11.632945");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.066042, 0.671499, 1.931083, 3.084118, 5.732397",\
|
|
"0.066042, 0.671499, 1.931083, 3.084118, 5.732397",\
|
|
"0.066042, 0.671499, 1.931083, 3.084118, 5.732397",\
|
|
"0.066042, 0.671499, 1.931083, 3.084118, 5.732397",\
|
|
"0.066042, 0.671499, 1.931083, 3.084118, 5.732397");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "5.890983, 6.667326, 8.264139, 9.737824, 13.132894",\
|
|
"5.890983, 6.667326, 8.264139, 9.737824, 13.132894",\
|
|
"5.890983, 6.667326, 8.264139, 9.737824, 13.132894",\
|
|
"5.890983, 6.667326, 8.264139, 9.737824, 13.132894",\
|
|
"5.890983, 6.667326, 8.264139, 9.737824, 13.132894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.097214, 1.160382, 3.352287, 5.371626, 10.020689",\
|
|
"0.097214, 1.160382, 3.352287, 5.371626, 10.020689",\
|
|
"0.097214, 1.160382, 3.352287, 5.371626, 10.020689",\
|
|
"0.097214, 1.160382, 3.352287, 5.371626, 10.020689",\
|
|
"0.097214, 1.160382, 3.352287, 5.371626, 10.020689");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "6.680586, 7.137851, 8.068724, 8.921152, 10.886147",\
|
|
"6.680586, 7.137851, 8.068724, 8.921152, 10.886147",\
|
|
"6.680586, 7.137851, 8.068724, 8.921152, 10.886147",\
|
|
"6.680586, 7.137851, 8.068724, 8.921152, 10.886147",\
|
|
"6.680586, 7.137851, 8.068724, 8.921152, 10.886147");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002520, 0.044875, 0.132411, 0.212020, 0.396738");
|
|
values ( "0.066041, 0.671510, 1.931104, 3.084133, 5.732400",\
|
|
"0.066041, 0.671510, 1.931104, 3.084133, 5.732400",\
|
|
"0.066041, 0.671510, 1.931104, 3.084133, 5.732400",\
|
|
"0.066041, 0.671510, 1.931104, 3.084133, 5.732400",\
|
|
"0.066041, 0.671510, 1.931104, 3.084133, 5.732400");
|
|
}
|
|
|
|
} /* 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.000998 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "2.776635, 3.554222, 5.157750, 6.615095, 10.046691",\
|
|
"2.822992, 3.600579, 5.204107, 6.661452, 10.093047",\
|
|
"2.933237, 3.710824, 5.314352, 6.771698, 10.203293",\
|
|
"3.260181, 4.037767, 5.641295, 7.098641, 10.530236",\
|
|
"4.396108, 5.173694, 6.777222, 8.234568, 11.666163");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "3.503484, 3.964050, 4.894834, 5.739153, 7.728077",\
|
|
"3.551292, 4.011858, 4.942643, 5.786962, 7.775886",\
|
|
"3.666007, 4.126573, 5.057357, 5.901676, 7.890600",\
|
|
"4.032372, 4.492938, 5.423722, 6.268041, 8.256965",\
|
|
"5.419155, 5.879721, 6.810505, 7.654824, 9.643748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293");
|
|
}
|
|
|
|
} /* 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.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "2.776635, 3.554222, 5.157750, 6.615095, 10.046691",\
|
|
"2.822992, 3.600579, 5.204107, 6.661452, 10.093047",\
|
|
"2.933237, 3.710824, 5.314352, 6.771698, 10.203293",\
|
|
"3.260181, 4.037767, 5.641295, 7.098641, 10.530236",\
|
|
"4.396108, 5.173694, 6.777222, 8.234568, 11.666163");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953",\
|
|
"0.072805, 1.134650, 3.328643, 5.330060, 10.045953");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "3.503484, 3.964050, 4.894834, 5.739153, 7.728077",\
|
|
"3.551292, 4.011858, 4.942643, 5.786962, 7.775886",\
|
|
"3.666007, 4.126573, 5.057357, 5.901676, 7.890600",\
|
|
"4.032372, 4.492938, 5.423722, 6.268041, 8.256965",\
|
|
"5.419155, 5.879721, 6.810505, 7.654824, 9.643748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293",\
|
|
"0.052312, 0.653836, 1.910905, 3.048157, 5.729293");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "7.127544, 7.905128, 9.508627, 10.965972, 14.397563",\
|
|
"7.127544, 7.905128, 9.508627, 10.965972, 14.397563",\
|
|
"7.127544, 7.905128, 9.508627, 10.965972, 14.397563",\
|
|
"7.127544, 7.905128, 9.508627, 10.965972, 14.397563",\
|
|
"7.127544, 7.905128, 9.508627, 10.965972, 14.397563");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.072800, 1.134647, 3.328635, 5.330020, 10.045838",\
|
|
"0.072800, 1.134647, 3.328635, 5.330020, 10.045838",\
|
|
"0.072800, 1.134647, 3.328635, 5.330020, 10.045838",\
|
|
"0.072800, 1.134647, 3.328635, 5.330020, 10.045838",\
|
|
"0.072800, 1.134647, 3.328635, 5.330020, 10.045838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "7.679935, 8.140494, 9.071278, 9.915589, 11.904492",\
|
|
"7.679935, 8.140494, 9.071278, 9.915589, 11.904492",\
|
|
"7.679935, 8.140494, 9.071278, 9.915589, 11.904492",\
|
|
"7.679935, 8.140494, 9.071278, 9.915589, 11.904492",\
|
|
"7.679935, 8.140494, 9.071278, 9.915589, 11.904492");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.052311, 0.653850, 1.910934, 3.048179, 5.729299",\
|
|
"0.052311, 0.653850, 1.910934, 3.048179, 5.729299",\
|
|
"0.052311, 0.653850, 1.910934, 3.048179, 5.729299",\
|
|
"0.052311, 0.653850, 1.910934, 3.048179, 5.729299",\
|
|
"0.052311, 0.653850, 1.910934, 3.048179, 5.729299");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "6.040734, 6.818305, 8.421670, 9.879005, 13.310578",\
|
|
"6.040734, 6.818305, 8.421670, 9.879005, 13.310578",\
|
|
"6.040734, 6.818305, 8.421670, 9.879005, 13.310578",\
|
|
"6.040734, 6.818305, 8.421670, 9.879005, 13.310578",\
|
|
"6.040734, 6.818305, 8.421670, 9.879005, 13.310578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.072778, 1.134637, 3.328596, 5.329827, 10.045306",\
|
|
"0.072778, 1.134637, 3.328596, 5.329827, 10.045306",\
|
|
"0.072778, 1.134637, 3.328596, 5.329827, 10.045306",\
|
|
"0.072778, 1.134637, 3.328596, 5.329827, 10.045306",\
|
|
"0.072778, 1.134637, 3.328596, 5.329827, 10.045306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "6.850852, 7.311405, 8.242189, 9.086492, 11.075374",\
|
|
"6.850852, 7.311405, 8.242189, 9.086492, 11.075374",\
|
|
"6.850852, 7.311405, 8.242189, 9.086492, 11.075374",\
|
|
"6.850852, 7.311405, 8.242189, 9.086492, 11.075374",\
|
|
"6.850852, 7.311405, 8.242189, 9.086492, 11.075374");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001498, 0.043852, 0.131389, 0.210998, 0.396738");
|
|
values ( "0.052309, 0.653866, 1.910964, 3.048203, 5.729305",\
|
|
"0.052309, 0.653866, 1.910964, 3.048203, 5.729305",\
|
|
"0.052309, 0.653866, 1.910964, 3.048203, 5.729305",\
|
|
"0.052309, 0.653866, 1.910964, 3.048203, 5.729305",\
|
|
"0.052309, 0.653866, 1.910964, 3.048203, 5.729305");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[14]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[14] */
|
|
|
|
pin("mgmt_gpio_out[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000982 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[13];
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "1.914528, 1.939022, 2.014132, 2.287871, 3.625378",\
|
|
"1.966377, 1.990871, 2.065981, 2.339721, 3.677227",\
|
|
"2.078160, 2.102654, 2.177764, 2.451504, 3.789010",\
|
|
"2.400836, 2.425330, 2.500440, 2.774179, 4.111686",\
|
|
"3.514499, 3.538994, 3.614104, 3.887844, 5.225350");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.045207, 0.068603, 0.156128, 0.526058, 2.367992",\
|
|
"0.045207, 0.068603, 0.156128, 0.526058, 2.367992",\
|
|
"0.045207, 0.068603, 0.156128, 0.526058, 2.367992",\
|
|
"0.045207, 0.068603, 0.156128, 0.526058, 2.367992",\
|
|
"0.045209, 0.068604, 0.156129, 0.526058, 2.367992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "2.104778, 2.124097, 2.173592, 2.305750, 2.879472",\
|
|
"2.153464, 2.172783, 2.222278, 2.354436, 2.928159",\
|
|
"2.265571, 2.284889, 2.334384, 2.466543, 3.040265",\
|
|
"2.619444, 2.638763, 2.688258, 2.820416, 3.394138",\
|
|
"3.945391, 3.964709, 4.014205, 4.146362, 4.720087");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.043669, 0.056393, 0.096368, 0.241927, 1.008669",\
|
|
"0.043669, 0.056393, 0.096368, 0.241927, 1.008669",\
|
|
"0.043669, 0.056393, 0.096368, 0.241927, 1.008669",\
|
|
"0.043669, 0.056393, 0.096368, 0.241927, 1.008669",\
|
|
"0.043670, 0.056393, 0.096368, 0.241927, 1.008669");
|
|
}
|
|
|
|
} /* 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.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "1.914528, 1.939022, 2.014132, 2.287871, 3.625378",\
|
|
"1.966377, 1.990871, 2.065981, 2.339721, 3.677227",\
|
|
"2.078160, 2.102654, 2.177764, 2.451504, 3.789010",\
|
|
"2.400836, 2.425330, 2.500440, 2.774179, 4.111686",\
|
|
"3.514499, 3.538994, 3.614104, 3.887844, 5.225350");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.045207, 0.068603, 0.156128, 0.526057, 2.367992",\
|
|
"0.045207, 0.068603, 0.156128, 0.526057, 2.367992",\
|
|
"0.045207, 0.068603, 0.156128, 0.526057, 2.367992",\
|
|
"0.045207, 0.068603, 0.156128, 0.526057, 2.367992",\
|
|
"0.045209, 0.068604, 0.156129, 0.526057, 2.367992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "2.104778, 2.124097, 2.173592, 2.305750, 2.879472",\
|
|
"2.153464, 2.172783, 2.222278, 2.354436, 2.928159",\
|
|
"2.265571, 2.284889, 2.334384, 2.466543, 3.040265",\
|
|
"2.619444, 2.638763, 2.688258, 2.820416, 3.394138",\
|
|
"3.944654, 3.963973, 4.013468, 4.145627, 4.719350");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.043669, 0.056393, 0.096368, 0.241927, 1.008666",\
|
|
"0.043669, 0.056393, 0.096368, 0.241927, 1.008666",\
|
|
"0.043669, 0.056393, 0.096368, 0.241927, 1.008666",\
|
|
"0.043669, 0.056393, 0.096368, 0.241927, 1.008666",\
|
|
"0.043670, 0.056393, 0.096368, 0.241927, 1.008666");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "7.178652, 7.203142, 7.278246, 7.551984, 8.889485",\
|
|
"7.178652, 7.203142, 7.278246, 7.551984, 8.889485",\
|
|
"7.178652, 7.203142, 7.278246, 7.551984, 8.889485",\
|
|
"7.178652, 7.203142, 7.278246, 7.551984, 8.889485",\
|
|
"7.178652, 7.203142, 7.278246, 7.551984, 8.889485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.045187, 0.068585, 0.156118, 0.526060, 2.367994",\
|
|
"0.045187, 0.068585, 0.156118, 0.526060, 2.367994",\
|
|
"0.045187, 0.068585, 0.156118, 0.526060, 2.367994",\
|
|
"0.045187, 0.068585, 0.156118, 0.526060, 2.367994",\
|
|
"0.045187, 0.068585, 0.156118, 0.526060, 2.367994");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "7.455032, 7.474349, 7.523844, 7.656004, 8.229745",\
|
|
"7.455032, 7.474349, 7.523844, 7.656004, 8.229745",\
|
|
"7.455032, 7.474349, 7.523844, 7.656004, 8.229745",\
|
|
"7.455032, 7.474349, 7.523844, 7.656004, 8.229745",\
|
|
"7.455032, 7.474349, 7.523844, 7.656004, 8.229745");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.043673, 0.056391, 0.096371, 0.241927, 1.008627",\
|
|
"0.043673, 0.056391, 0.096371, 0.241927, 1.008627",\
|
|
"0.043673, 0.056391, 0.096371, 0.241927, 1.008627",\
|
|
"0.043673, 0.056391, 0.096371, 0.241927, 1.008627",\
|
|
"0.043673, 0.056391, 0.096371, 0.241927, 1.008627");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "6.271002, 6.295473, 6.370555, 6.644287, 7.981767",\
|
|
"6.271002, 6.295473, 6.370555, 6.644287, 7.981767",\
|
|
"6.271002, 6.295473, 6.370555, 6.644287, 7.981767",\
|
|
"6.271002, 6.295473, 6.370555, 6.644287, 7.981767",\
|
|
"6.271002, 6.295473, 6.370555, 6.644287, 7.981767");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.045110, 0.068515, 0.156077, 0.526071, 2.367998",\
|
|
"0.045110, 0.068515, 0.156077, 0.526071, 2.367998",\
|
|
"0.045110, 0.068515, 0.156077, 0.526071, 2.367998",\
|
|
"0.045110, 0.068515, 0.156077, 0.526071, 2.367998",\
|
|
"0.045110, 0.068515, 0.156077, 0.526071, 2.367998");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "6.806786, 6.826109, 6.875605, 7.007758, 7.581432",\
|
|
"6.806786, 6.826109, 6.875605, 7.007758, 7.581432",\
|
|
"6.806786, 6.826109, 6.875605, 7.007758, 7.581432",\
|
|
"6.806786, 6.826109, 6.875605, 7.007758, 7.581432",\
|
|
"6.806786, 6.826109, 6.875605, 7.007758, 7.581432");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001482, 0.011754, 0.050982, 0.210982, 1.000000");
|
|
values ( "0.043659, 0.056399, 0.096360, 0.241926, 1.008774",\
|
|
"0.043659, 0.056399, 0.096360, 0.241926, 1.008774",\
|
|
"0.043659, 0.056399, 0.096360, 0.241926, 1.008774",\
|
|
"0.043659, 0.056399, 0.096360, 0.241926, 1.008774",\
|
|
"0.043659, 0.056399, 0.096360, 0.241926, 1.008774");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[13]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[13] */
|
|
|
|
pin("mgmt_gpio_out[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055",\
|
|
"5.543128, 5.567784, 5.642941, 5.916628, 7.254055");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073",\
|
|
"0.044854, 0.068298, 0.155786, 0.525706, 2.367073");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991",\
|
|
"5.701464, 5.720957, 5.770517, 5.902607, 6.475991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011579, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945",\
|
|
"0.043391, 0.056228, 0.096211, 0.241831, 1.007945");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[12] */
|
|
|
|
pin("mgmt_gpio_out[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000971 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469",\
|
|
"5.643043, 5.667973, 5.743587, 6.017465, 7.355469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862",\
|
|
"0.046951, 0.070194, 0.157040, 0.525785, 2.367862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360",\
|
|
"5.780172, 5.799465, 5.848964, 5.981173, 6.555360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001471, 0.011744, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655",\
|
|
"0.043769, 0.056345, 0.096443, 0.241930, 1.007655");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[11] */
|
|
|
|
pin("mgmt_gpio_out[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[10];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.468967, 1.493498, 1.568568, 1.842278, 3.179558",\
|
|
"1.521878, 1.546409, 1.621479, 1.895189, 3.232469",\
|
|
"1.630883, 1.655414, 1.730484, 2.004194, 3.341474",\
|
|
"1.915664, 1.940195, 2.015265, 2.288975, 3.626255",\
|
|
"2.823555, 2.848085, 2.923155, 3.196865, 4.534145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044174, 0.067679, 0.155528, 0.526012, 2.363038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "2.018409, 2.037884, 2.087432, 2.219503, 2.792679",\
|
|
"2.068063, 2.087539, 2.137086, 2.269158, 2.842334",\
|
|
"2.182173, 2.201648, 2.251196, 2.383267, 2.956443",\
|
|
"2.554706, 2.574182, 2.623729, 2.755800, 3.328976",\
|
|
"3.915543, 3.935019, 3.984566, 4.116638, 4.689811");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.043405, 0.056286, 0.096213, 0.241859, 1.008345",\
|
|
"0.043405, 0.056286, 0.096213, 0.241859, 1.008345",\
|
|
"0.043405, 0.056286, 0.096213, 0.241859, 1.008345",\
|
|
"0.043405, 0.056286, 0.096213, 0.241859, 1.008346",\
|
|
"0.043404, 0.056286, 0.096212, 0.241859, 1.008351");
|
|
}
|
|
|
|
} /* 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.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "1.468967, 1.493498, 1.568568, 1.842278, 3.179558",\
|
|
"1.521878, 1.546409, 1.621479, 1.895189, 3.232469",\
|
|
"1.630883, 1.655414, 1.730484, 2.004194, 3.341474",\
|
|
"1.915664, 1.940195, 2.015265, 2.288975, 3.626255",\
|
|
"2.823555, 2.848085, 2.923155, 3.196865, 4.534145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044173, 0.067678, 0.155528, 0.526013, 2.363027",\
|
|
"0.044174, 0.067679, 0.155528, 0.526012, 2.363038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "2.017132, 2.036608, 2.086155, 2.218227, 2.791403",\
|
|
"2.066786, 2.086262, 2.135809, 2.267881, 2.841057",\
|
|
"2.180896, 2.200372, 2.249919, 2.381991, 2.955167",\
|
|
"2.554706, 2.574182, 2.623729, 2.755800, 3.328976",\
|
|
"3.914407, 3.933883, 3.983430, 4.115501, 4.688674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.043405, 0.056286, 0.096213, 0.241859, 1.008345",\
|
|
"0.043405, 0.056286, 0.096213, 0.241859, 1.008345",\
|
|
"0.043405, 0.056286, 0.096213, 0.241859, 1.008345",\
|
|
"0.043405, 0.056286, 0.096213, 0.241859, 1.008346",\
|
|
"0.043405, 0.056286, 0.096212, 0.241859, 1.008351");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145",\
|
|
"5.798551, 5.823083, 5.898155, 6.171868, 7.509145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905",\
|
|
"0.044162, 0.067668, 0.155525, 0.526020, 2.362905");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480",\
|
|
"6.687220, 6.706697, 6.756244, 6.888315, 7.461480");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011613, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369",\
|
|
"0.043403, 0.056287, 0.096211, 0.241859, 1.008369");
|
|
}
|
|
|
|
} /* 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.002281 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733",\
|
|
"6.012261, 6.788356, 8.385573, 9.859655, 13.250733");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233",\
|
|
"0.103772, 1.166170, 3.358584, 5.378694, 10.022233");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471",\
|
|
"6.745782, 7.202566, 8.133481, 8.986041, 10.948471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002781, 0.045135, 0.132672, 0.212281, 0.396738");
|
|
values ( "0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973",\
|
|
"0.069630, 0.675188, 1.934661, 3.088131, 5.732973");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[9]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[9] */
|
|
|
|
pin("mgmt_gpio_out[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000818 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[8];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.447056, 1.471605, 1.546680, 1.820390, 3.157707",\
|
|
"1.499317, 1.523866, 1.598941, 1.872651, 3.209969",\
|
|
"1.609501, 1.634050, 1.709125, 1.982835, 3.320153",\
|
|
"1.895443, 1.919992, 1.995067, 2.268777, 3.606095",\
|
|
"2.844344, 2.868892, 2.943967, 3.217677, 4.554995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.044118, 0.067628, 0.155476, 0.525962, 2.363020",\
|
|
"0.044118, 0.067628, 0.155476, 0.525962, 2.363020",\
|
|
"0.044118, 0.067628, 0.155476, 0.525962, 2.363020",\
|
|
"0.044118, 0.067628, 0.155476, 0.525962, 2.363021",\
|
|
"0.044119, 0.067629, 0.155477, 0.525961, 2.363032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.994066, 2.013564, 2.063121, 2.195193, 2.768387",\
|
|
"2.044724, 2.064221, 2.113778, 2.245850, 2.819044",\
|
|
"2.158184, 2.177681, 2.227238, 2.359310, 2.932504",\
|
|
"2.509484, 2.528981, 2.578539, 2.710610, 3.283804",\
|
|
"3.781102, 3.800600, 3.850157, 3.982229, 4.555420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043372, 0.056263, 0.096192, 0.241839, 1.008345",\
|
|
"0.043372, 0.056263, 0.096192, 0.241839, 1.008345",\
|
|
"0.043372, 0.056263, 0.096192, 0.241839, 1.008345",\
|
|
"0.043372, 0.056263, 0.096192, 0.241839, 1.008346",\
|
|
"0.043372, 0.056264, 0.096192, 0.241839, 1.008351");
|
|
}
|
|
|
|
} /* 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.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.447056, 1.471605, 1.546680, 1.820390, 3.157707",\
|
|
"1.499317, 1.523866, 1.598941, 1.872651, 3.209969",\
|
|
"1.609501, 1.634050, 1.709125, 1.982835, 3.320153",\
|
|
"1.895443, 1.919992, 1.995067, 2.268777, 3.606095",\
|
|
"2.844344, 2.868892, 2.943967, 3.217677, 4.554995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.044118, 0.067628, 0.155476, 0.525962, 2.363020",\
|
|
"0.044118, 0.067628, 0.155476, 0.525962, 2.363020",\
|
|
"0.044118, 0.067628, 0.155476, 0.525962, 2.363020",\
|
|
"0.044118, 0.067628, 0.155476, 0.525962, 2.363021",\
|
|
"0.044119, 0.067629, 0.155477, 0.525961, 2.363032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.994066, 2.013564, 2.063121, 2.195193, 2.768387",\
|
|
"2.044724, 2.064221, 2.113778, 2.245850, 2.819044",\
|
|
"2.158184, 2.177681, 2.227238, 2.359310, 2.932504",\
|
|
"2.509484, 2.528981, 2.578539, 2.710610, 3.283804",\
|
|
"3.781102, 3.800600, 3.850157, 3.982229, 4.555420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043372, 0.056263, 0.096192, 0.241839, 1.008345",\
|
|
"0.043372, 0.056263, 0.096192, 0.241839, 1.008345",\
|
|
"0.043372, 0.056263, 0.096192, 0.241839, 1.008345",\
|
|
"0.043372, 0.056263, 0.096192, 0.241839, 1.008346",\
|
|
"0.043372, 0.056264, 0.096192, 0.241839, 1.008351");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071",\
|
|
"6.267419, 6.291968, 6.367043, 6.640754, 7.978071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007",\
|
|
"0.044117, 0.067627, 0.155476, 0.525963, 2.363007");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957",\
|
|
"7.039646, 7.059144, 7.108701, 7.240772, 7.813957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365",\
|
|
"0.043370, 0.056265, 0.096191, 0.241838, 1.008365");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[8] */
|
|
|
|
pin("mgmt_gpio_out[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001388 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978",\
|
|
"5.605120, 5.629195, 5.704122, 5.977890, 7.314978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755",\
|
|
"0.045812, 0.069123, 0.156834, 0.527000, 2.368755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914",\
|
|
"5.919700, 5.938628, 5.987956, 6.120169, 6.693914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001888, 0.012160, 0.051388, 0.211388, 1.000000");
|
|
values ( "0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617",\
|
|
"0.044271, 0.056809, 0.096718, 0.242233, 1.009617");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[7] */
|
|
|
|
pin("mgmt_gpio_out[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000818 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[6];
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.449798, 1.475513, 1.551903, 1.825933, 3.164625",\
|
|
"1.499425, 1.525140, 1.601530, 1.875560, 3.214252",\
|
|
"1.604335, 1.630049, 1.706440, 1.980470, 3.319161",\
|
|
"1.849516, 1.875230, 1.951621, 2.225650, 3.564342",\
|
|
"2.640962, 2.666677, 2.743069, 3.017099, 4.355791");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049232, 0.072290, 0.158112, 0.525125, 2.365595");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.600184, 1.619654, 1.669324, 1.801550, 2.375486",\
|
|
"1.648552, 1.668022, 1.717691, 1.849917, 2.423853",\
|
|
"1.760325, 1.779795, 1.829464, 1.961690, 2.535626",\
|
|
"2.045804, 2.065274, 2.114943, 2.247169, 2.821105",\
|
|
"2.887715, 2.907184, 2.956849, 3.089072, 3.663008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043896, 0.056582, 0.096529, 0.241942, 1.006691",\
|
|
"0.043896, 0.056582, 0.096529, 0.241942, 1.006691",\
|
|
"0.043896, 0.056582, 0.096529, 0.241942, 1.006691",\
|
|
"0.043895, 0.056581, 0.096529, 0.241942, 1.006692",\
|
|
"0.043883, 0.056568, 0.096522, 0.241939, 1.006693");
|
|
}
|
|
|
|
} /* 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.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.449798, 1.475513, 1.551903, 1.825933, 3.164625",\
|
|
"1.499425, 1.525140, 1.601530, 1.875560, 3.214252",\
|
|
"1.604335, 1.630049, 1.706440, 1.980470, 3.319161",\
|
|
"1.849516, 1.875230, 1.951621, 2.225650, 3.564342",\
|
|
"2.640962, 2.666677, 2.743069, 3.017099, 4.355791");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049229, 0.072288, 0.158111, 0.525126, 2.365595",\
|
|
"0.049232, 0.072290, 0.158112, 0.525125, 2.365595");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.600184, 1.619654, 1.669324, 1.801550, 2.375486",\
|
|
"1.648552, 1.668022, 1.717691, 1.849917, 2.423853",\
|
|
"1.760325, 1.779795, 1.829464, 1.961690, 2.535626",\
|
|
"2.045804, 2.065274, 2.114943, 2.247169, 2.821105",\
|
|
"2.887715, 2.907184, 2.956849, 3.089072, 3.663008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043896, 0.056582, 0.096529, 0.241942, 1.006691",\
|
|
"0.043896, 0.056582, 0.096529, 0.241942, 1.006691",\
|
|
"0.043896, 0.056582, 0.096529, 0.241942, 1.006691",\
|
|
"0.043895, 0.056581, 0.096529, 0.241942, 1.006692",\
|
|
"0.043883, 0.056568, 0.096522, 0.241939, 1.006693");
|
|
}
|
|
|
|
} /* 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.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.613735, 1.639440, 1.715820, 1.989847, 3.328528",\
|
|
"1.664576, 1.690281, 1.766660, 2.040687, 3.379368",\
|
|
"1.769022, 1.794727, 1.871106, 2.145133, 3.483814",\
|
|
"2.013100, 2.038805, 2.115184, 2.389210, 3.727892",\
|
|
"2.801873, 2.827577, 2.903955, 3.177982, 4.516662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525132, 2.365598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.773128, 1.792605, 1.842297, 1.974538, 2.548479",\
|
|
"1.821378, 1.840855, 1.890547, 2.022788, 2.596728",\
|
|
"1.933594, 1.953070, 2.002762, 2.135003, 2.708944",\
|
|
"2.219701, 2.239178, 2.288870, 2.421111, 2.995052",\
|
|
"3.074728, 3.094204, 3.143896, 3.276136, 3.850077");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680");
|
|
}
|
|
|
|
} /* 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.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.613255, 1.638954, 1.715327, 1.989352, 3.328027",\
|
|
"1.664097, 1.689796, 1.766169, 2.040194, 3.378869",\
|
|
"1.768541, 1.794241, 1.870614, 2.144638, 3.483314",\
|
|
"2.012633, 2.038332, 2.114705, 2.388730, 3.727405",\
|
|
"2.801507, 2.827207, 2.903581, 3.177605, 4.516281");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049169, 0.072233, 0.158079, 0.525134, 2.365600");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.770634, 1.790104, 1.839774, 1.972001, 2.545938",\
|
|
"1.818889, 1.838360, 1.888030, 2.020257, 2.594193",\
|
|
"1.931099, 1.950569, 2.000240, 2.132466, 2.706403",\
|
|
"2.217223, 2.236693, 2.286364, 2.418590, 2.992527",\
|
|
"3.072381, 3.091851, 3.141523, 3.273750, 3.847687");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043902, 0.056588, 0.096533, 0.241944, 1.006690");
|
|
}
|
|
|
|
} /* 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.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.883409, 1.902885, 1.952577, 2.084818, 2.658759",\
|
|
"1.934364, 1.953840, 2.003532, 2.135773, 2.709714",\
|
|
"2.038699, 2.058175, 2.107868, 2.240109, 2.814049",\
|
|
"2.282959, 2.302436, 2.352128, 2.484369, 3.058310",\
|
|
"3.073020, 3.092496, 3.142188, 3.274428, 3.848369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680",\
|
|
"0.043967, 0.056659, 0.096571, 0.241959, 1.006680");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.642556, 1.668261, 1.744641, 2.018667, 3.357349",\
|
|
"1.690795, 1.716500, 1.792879, 2.066906, 3.405587",\
|
|
"1.803030, 1.828735, 1.905115, 2.179141, 3.517823",\
|
|
"2.089648, 2.115353, 2.191732, 2.465759, 3.804440",\
|
|
"2.947823, 2.973527, 3.049905, 3.323932, 4.662612");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525131, 2.365598",\
|
|
"0.049190, 0.072252, 0.158090, 0.525132, 2.365598");
|
|
}
|
|
|
|
} /* 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.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.880914, 1.900385, 1.950055, 2.082281, 2.656218",\
|
|
"1.931875, 1.951345, 2.001016, 2.133242, 2.707179",\
|
|
"2.036205, 2.055675, 2.105345, 2.237572, 2.811508",\
|
|
"2.280481, 2.299951, 2.349622, 2.481848, 3.055785",\
|
|
"3.070673, 3.090143, 3.139815, 3.272042, 3.845979");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043899, 0.056585, 0.096531, 0.241943, 1.006690",\
|
|
"0.043902, 0.056588, 0.096533, 0.241944, 1.006690");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "1.642076, 1.667775, 1.744148, 2.018173, 3.356848",\
|
|
"1.690315, 1.716015, 1.792388, 2.066412, 3.405088",\
|
|
"1.802549, 1.828249, 1.904622, 2.178646, 3.517322",\
|
|
"2.089181, 2.114880, 2.191253, 2.465278, 3.803953",\
|
|
"2.947457, 2.973157, 3.049531, 3.323555, 4.662231");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049167, 0.072231, 0.158078, 0.525134, 2.365600",\
|
|
"0.049169, 0.072233, 0.158079, 0.525134, 2.365600");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225",\
|
|
"6.560390, 6.586107, 6.662500, 6.936531, 8.275225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594",\
|
|
"0.049238, 0.072296, 0.158115, 0.525124, 2.365594");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000",\
|
|
"6.843654, 6.863131, 6.912820, 7.045060, 7.619000");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001318, 0.011590, 0.050818, 0.210818, 1.000000");
|
|
values ( "0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681",\
|
|
"0.043960, 0.056651, 0.096567, 0.241958, 1.006681");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[6]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[6] */
|
|
|
|
pin("mgmt_gpio_out[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422",\
|
|
"5.389837, 5.414353, 5.489386, 5.763073, 7.100422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477",\
|
|
"0.044354, 0.067840, 0.155572, 0.525882, 2.366477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862",\
|
|
"5.559598, 5.579090, 5.628644, 5.760719, 6.333862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001340, 0.011612, 0.050840, 0.210840, 1.000000");
|
|
values ( "0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017",\
|
|
"0.043371, 0.056306, 0.096180, 0.241834, 1.009017");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[5] */
|
|
|
|
pin("mgmt_gpio_out[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363",\
|
|
"5.421407, 5.446071, 5.521237, 5.794927, 7.132363");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070",\
|
|
"0.044884, 0.068326, 0.155802, 0.525701, 2.367070");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157",\
|
|
"5.579619, 5.599112, 5.648672, 5.780763, 6.354157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001306, 0.011578, 0.050806, 0.210806, 1.000000");
|
|
values ( "0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924",\
|
|
"0.043392, 0.056227, 0.096212, 0.241831, 1.007924");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[4] */
|
|
|
|
pin("mgmt_gpio_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560",\
|
|
"5.512557, 5.537455, 5.613027, 5.886858, 7.224560");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262",\
|
|
"0.046839, 0.070094, 0.156992, 0.525847, 2.367262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125",\
|
|
"5.651294, 5.670584, 5.720068, 5.852231, 6.426125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001472, 0.011744, 0.050972, 0.210972, 1.000000");
|
|
values ( "0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106",\
|
|
"0.043746, 0.056331, 0.096439, 0.241969, 1.007106");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[3] */
|
|
|
|
pin("mgmt_gpio_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000872 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759",\
|
|
"5.396334, 5.420846, 5.495885, 5.769544, 7.106759");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098",\
|
|
"0.044655, 0.068111, 0.155746, 0.525910, 2.367098");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832",\
|
|
"5.557578, 5.577017, 5.626549, 5.758626, 6.331832");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001372, 0.011645, 0.050872, 0.210872, 1.000000");
|
|
values ( "0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220",\
|
|
"0.043464, 0.056312, 0.096251, 0.241889, 1.008220");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[2] */
|
|
|
|
pin("mgmt_gpio_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000966 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "2.553254, 2.577933, 2.653248, 2.927044, 4.264771",\
|
|
"2.603209, 2.627889, 2.703204, 2.977000, 4.314726",\
|
|
"2.715609, 2.740289, 2.815604, 3.089400, 4.427126",\
|
|
"3.057849, 3.082528, 3.157843, 3.431639, 4.769365",\
|
|
"4.327433, 4.352112, 4.427427, 4.701223, 6.038949");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "3.363080, 3.382423, 3.431927, 3.564073, 4.137694",\
|
|
"3.412163, 3.431507, 3.481010, 3.613157, 4.186777",\
|
|
"3.525459, 3.544802, 3.594306, 3.726452, 4.300073",\
|
|
"3.877069, 3.896412, 3.945916, 4.078062, 4.651683",\
|
|
"5.143342, 5.162685, 5.212189, 5.344335, 5.917956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
|
|
} /* 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.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "2.553254, 2.577933, 2.653248, 2.927044, 4.264771",\
|
|
"2.603209, 2.627889, 2.703204, 2.977000, 4.314726",\
|
|
"2.715609, 2.740289, 2.815604, 3.089400, 4.427126",\
|
|
"3.057849, 3.082528, 3.157843, 3.431639, 4.769365",\
|
|
"4.327433, 4.352112, 4.427427, 4.701223, 6.038949");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "3.363080, 3.382423, 3.431927, 3.564073, 4.137694",\
|
|
"3.412163, 3.431507, 3.481010, 3.613157, 4.186777",\
|
|
"3.525459, 3.544802, 3.594306, 3.726452, 4.300073",\
|
|
"3.877069, 3.896412, 3.945916, 4.078062, 4.651683",\
|
|
"5.143342, 5.162685, 5.212189, 5.344335, 5.917956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
|
|
} /* 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.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "4.429246, 4.453926, 4.529241, 4.803036, 6.140762",\
|
|
"4.481509, 4.506188, 4.581503, 4.855299, 6.193025",\
|
|
"4.591692, 4.616372, 4.691687, 4.965482, 6.303208",\
|
|
"4.877595, 4.902274, 4.977589, 5.251385, 6.589111",\
|
|
"5.829083, 5.853762, 5.929077, 6.202873, 7.540599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "6.771965, 6.791307, 6.840811, 6.972957, 7.546578",\
|
|
"6.822625, 6.841968, 6.891472, 7.023618, 7.597239",\
|
|
"6.936085, 6.955428, 7.004931, 7.137077, 7.710698",\
|
|
"7.287283, 7.306626, 7.356130, 7.488276, 8.061897",\
|
|
"8.555449, 8.574793, 8.624296, 8.756443, 9.330064");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
|
|
} /* 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.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "4.427659, 4.452338, 4.527653, 4.801449, 6.139175",\
|
|
"4.479921, 4.504601, 4.579916, 4.853711, 6.191437",\
|
|
"4.590105, 4.614784, 4.690099, 4.963895, 6.301621",\
|
|
"4.876008, 4.900687, 4.976002, 5.249797, 6.587523",\
|
|
"5.827496, 5.852175, 5.927490, 6.201285, 7.539011");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "6.771629, 6.790972, 6.840476, 6.972621, 7.546243",\
|
|
"6.822289, 6.841632, 6.891136, 7.023282, 7.596903",\
|
|
"6.935749, 6.955092, 7.004596, 7.136742, 7.710362",\
|
|
"7.286948, 7.306291, 7.355794, 7.487940, 8.061562",\
|
|
"8.555114, 8.574457, 8.623960, 8.756107, 9.329728");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
|
|
} /* 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.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "5.889231, 5.908574, 5.958078, 6.090224, 6.663845",\
|
|
"5.941494, 5.960836, 6.010340, 6.142486, 6.716107",\
|
|
"6.051677, 6.071020, 6.120524, 6.252670, 6.826291",\
|
|
"6.337580, 6.356923, 6.406426, 6.538572, 7.112193",\
|
|
"7.289068, 7.308411, 7.357915, 7.490061, 8.063682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "5.104783, 5.129462, 5.204777, 5.478573, 6.816299",\
|
|
"5.155444, 5.180123, 5.255438, 5.529233, 6.866960",\
|
|
"5.268903, 5.293582, 5.368897, 5.642693, 6.980419",\
|
|
"5.620102, 5.644781, 5.720096, 5.993892, 7.331618",\
|
|
"6.888269, 6.912949, 6.988264, 7.262059, 8.599786");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
|
|
} /* 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.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "5.888896, 5.908238, 5.957742, 6.089888, 6.663509",\
|
|
"5.941158, 5.960501, 6.010005, 6.142150, 6.715772",\
|
|
"6.051342, 6.070684, 6.120188, 6.252334, 6.825955",\
|
|
"6.337244, 6.356587, 6.406091, 6.538237, 7.111857",\
|
|
"7.288733, 7.308075, 7.357579, 7.489725, 8.063346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "5.103196, 5.127875, 5.203190, 5.476985, 6.814712",\
|
|
"5.153856, 5.178535, 5.253850, 5.527646, 6.865372",\
|
|
"5.267316, 5.291995, 5.367310, 5.641106, 6.978832",\
|
|
"5.618515, 5.643194, 5.718509, 5.992304, 7.330030",\
|
|
"6.886682, 6.911361, 6.986676, 7.260472, 8.598198");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
|
|
} /* 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.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.509611, 1.534289, 1.609604, 1.883399, 3.221124",\
|
|
"1.561006, 1.585684, 1.660998, 1.934794, 3.272519",\
|
|
"1.673126, 1.697804, 1.773118, 2.046914, 3.384639",\
|
|
"1.947509, 1.972187, 2.047502, 2.321297, 3.659022",\
|
|
"2.884521, 2.909200, 2.984515, 3.258311, 4.596036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045879, 0.069217, 0.156469, 0.525923, 2.367941",\
|
|
"0.045879, 0.069217, 0.156469, 0.525923, 2.367941",\
|
|
"0.045879, 0.069217, 0.156469, 0.525923, 2.367941",\
|
|
"0.045879, 0.069217, 0.156469, 0.525923, 2.367939",\
|
|
"0.045882, 0.069219, 0.156470, 0.525922, 2.367939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.823471, 1.842817, 1.892321, 2.024463, 2.598043",\
|
|
"1.868860, 1.888207, 1.937711, 2.069853, 2.643433",\
|
|
"1.982172, 2.001518, 2.051022, 2.183164, 2.756744",\
|
|
"2.348903, 2.368250, 2.417753, 2.549896, 3.123476",\
|
|
"3.753994, 3.773341, 3.822845, 3.954986, 4.528561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043614, 0.056397, 0.096329, 0.241910, 1.009013",\
|
|
"0.043614, 0.056397, 0.096329, 0.241910, 1.009013",\
|
|
"0.043614, 0.056397, 0.096329, 0.241910, 1.009013",\
|
|
"0.043614, 0.056397, 0.096329, 0.241910, 1.009014",\
|
|
"0.043613, 0.056398, 0.096328, 0.241910, 1.009025");
|
|
}
|
|
|
|
} /* 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.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.509611, 1.534289, 1.609604, 1.883399, 3.221124",\
|
|
"1.561006, 1.585684, 1.660998, 1.934794, 3.272519",\
|
|
"1.673126, 1.697804, 1.773118, 2.046914, 3.384639",\
|
|
"1.947509, 1.972187, 2.047502, 2.321297, 3.659022",\
|
|
"2.884521, 2.909200, 2.984515, 3.258311, 4.596036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045879, 0.069217, 0.156469, 0.525923, 2.367941",\
|
|
"0.045879, 0.069217, 0.156469, 0.525923, 2.367941",\
|
|
"0.045879, 0.069217, 0.156469, 0.525923, 2.367941",\
|
|
"0.045879, 0.069217, 0.156469, 0.525923, 2.367939",\
|
|
"0.045882, 0.069219, 0.156470, 0.525922, 2.367939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.823471, 1.842817, 1.892321, 2.024463, 2.598043",\
|
|
"1.868860, 1.888207, 1.937711, 2.069853, 2.643433",\
|
|
"1.982172, 2.001518, 2.051022, 2.183164, 2.756744",\
|
|
"2.348903, 2.368250, 2.417753, 2.549896, 3.123476",\
|
|
"3.753994, 3.773341, 3.822845, 3.954986, 4.528561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043614, 0.056397, 0.096329, 0.241910, 1.009013",\
|
|
"0.043614, 0.056397, 0.096329, 0.241910, 1.009013",\
|
|
"0.043614, 0.056397, 0.096329, 0.241910, 1.009013",\
|
|
"0.043614, 0.056397, 0.096329, 0.241910, 1.009014",\
|
|
"0.043613, 0.056398, 0.096328, 0.241910, 1.009025");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "10.930182, 10.954863, 11.030178, 11.303973, 12.641700",\
|
|
"10.930182, 10.954863, 11.030178, 11.303973, 12.641700",\
|
|
"10.930182, 10.954863, 11.030178, 11.303973, 12.641700",\
|
|
"10.930182, 10.954863, 11.030178, 11.303973, 12.641700",\
|
|
"10.930182, 10.954863, 11.030178, 11.303973, 12.641700");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "12.595110, 12.614453, 12.663957, 12.796103, 13.369724",\
|
|
"12.595110, 12.614453, 12.663957, 12.796103, 13.369724",\
|
|
"12.595110, 12.614453, 12.663957, 12.796103, 13.369724",\
|
|
"12.595110, 12.614453, 12.663957, 12.796103, 13.369724",\
|
|
"12.595110, 12.614453, 12.663957, 12.796103, 13.369724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "6.996978, 7.021657, 7.096972, 7.370768, 8.708493",\
|
|
"6.996978, 7.021657, 7.096972, 7.370768, 8.708493",\
|
|
"6.996978, 7.021657, 7.096972, 7.370768, 8.708493",\
|
|
"6.996978, 7.021657, 7.096972, 7.370768, 8.708493",\
|
|
"6.996978, 7.021657, 7.096972, 7.370768, 8.708493");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940",\
|
|
"0.045883, 0.069220, 0.156471, 0.525922, 2.367940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "8.737033, 8.756376, 8.805880, 8.938026, 9.511647",\
|
|
"8.737033, 8.756376, 8.805880, 8.938026, 9.511647",\
|
|
"8.737033, 8.756376, 8.805880, 8.938026, 9.511647",\
|
|
"8.737033, 8.756376, 8.805880, 8.938026, 9.511647",\
|
|
"8.737033, 8.756376, 8.805880, 8.938026, 9.511647");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001466, 0.011739, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922",\
|
|
"0.043623, 0.056392, 0.096336, 0.241911, 1.008922");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[1]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[1] */
|
|
|
|
pin("mgmt_gpio_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000839 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.505415, 1.530216, 1.605566, 1.879308, 3.216871",\
|
|
"1.554184, 1.578985, 1.654335, 1.928078, 3.265640",\
|
|
"1.666503, 1.691304, 1.766654, 2.040397, 3.377959",\
|
|
"1.975678, 2.000479, 2.075829, 2.349571, 3.687134",\
|
|
"3.056621, 3.081422, 3.156772, 3.430515, 4.768077");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045638, 0.069010, 0.156233, 0.525683, 2.367020");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.785783, 1.805241, 1.854787, 1.986880, 2.560270",\
|
|
"1.836528, 1.855986, 1.905532, 2.037625, 2.611015",\
|
|
"1.947966, 1.967425, 2.016970, 2.149063, 2.722453",\
|
|
"2.263412, 2.282871, 2.332416, 2.464509, 3.037899",\
|
|
"3.249667, 3.269126, 3.318671, 3.450765, 4.024152");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096245, 0.241861, 1.007876");
|
|
}
|
|
|
|
} /* 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.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.505007, 1.529803, 1.605147, 1.878888, 3.216445",\
|
|
"1.553776, 1.578572, 1.653917, 1.927658, 3.265214",\
|
|
"1.666095, 1.690891, 1.766236, 2.039977, 3.377534",\
|
|
"1.975273, 2.000070, 2.075414, 2.349155, 3.686712",\
|
|
"3.056278, 3.081075, 3.156420, 3.430161, 4.767719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045621, 0.068995, 0.156224, 0.525685, 2.367020");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.784263, 1.803724, 1.853269, 1.985360, 2.558722",\
|
|
"1.835008, 1.854469, 1.904014, 2.036105, 2.609467",\
|
|
"1.946446, 1.965907, 2.015453, 2.147543, 2.720905",\
|
|
"2.261900, 2.281362, 2.330907, 2.462997, 3.036359",\
|
|
"3.248224, 3.267686, 3.317231, 3.449322, 4.022683");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043440, 0.056261, 0.096241, 0.241861, 1.007933",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007933",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007933",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007934",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007936");
|
|
}
|
|
|
|
} /* 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.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.860801, 1.880260, 1.929805, 2.061898, 2.635288",\
|
|
"1.909571, 1.929029, 1.978574, 2.110668, 2.684057",\
|
|
"2.021889, 2.041348, 2.090893, 2.222987, 2.796376",\
|
|
"2.330805, 2.350264, 2.399809, 2.531902, 3.105292",\
|
|
"3.407066, 3.426525, 3.476070, 3.608163, 4.181551");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096246, 0.241861, 1.007872",\
|
|
"0.043446, 0.056257, 0.096245, 0.241861, 1.007876");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.576122, 1.600923, 1.676273, 1.950015, 3.287578",\
|
|
"1.626867, 1.651668, 1.727018, 2.000761, 3.338323",\
|
|
"1.738305, 1.763106, 1.838456, 2.112199, 3.449761",\
|
|
"2.054045, 2.078846, 2.154196, 2.427939, 3.765501",\
|
|
"3.043413, 3.068214, 3.143564, 3.417306, 4.754869");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045639, 0.069011, 0.156233, 0.525683, 2.367020",\
|
|
"0.045638, 0.069010, 0.156233, 0.525683, 2.367020");
|
|
}
|
|
|
|
} /* 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.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.859281, 1.878742, 1.928287, 2.060378, 2.633740",\
|
|
"1.908051, 1.927511, 1.977057, 2.109148, 2.682509",\
|
|
"2.020370, 2.039831, 2.089376, 2.221467, 2.794828",\
|
|
"2.329294, 2.348755, 2.398300, 2.530391, 3.103753",\
|
|
"3.405623, 3.425084, 3.474630, 3.606720, 4.180081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043440, 0.056261, 0.096241, 0.241861, 1.007933",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007933",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007933",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007934",\
|
|
"0.043440, 0.056261, 0.096241, 0.241861, 1.007936");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.575714, 1.600510, 1.675854, 1.949595, 3.287152",\
|
|
"1.626459, 1.651255, 1.726599, 2.000340, 3.337897",\
|
|
"1.737897, 1.762693, 1.838038, 2.111779, 3.449336",\
|
|
"2.053641, 2.078437, 2.153782, 2.427523, 3.765080",\
|
|
"3.043070, 3.067867, 3.143212, 3.416953, 4.754510");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045619, 0.068993, 0.156223, 0.525686, 2.367022",\
|
|
"0.045621, 0.068995, 0.156224, 0.525685, 2.367020");
|
|
}
|
|
|
|
} /* 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.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.340097, 1.364923, 1.440302, 1.714052, 3.051641",\
|
|
"1.389895, 1.414721, 1.490099, 1.763850, 3.101439",\
|
|
"1.495203, 1.520029, 1.595407, 1.869158, 3.206748",\
|
|
"1.739637, 1.764463, 1.839842, 2.113593, 3.451182",\
|
|
"2.529852, 2.554678, 2.630057, 2.903808, 4.241397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045739, 0.069103, 0.156286, 0.525669, 2.367014",\
|
|
"0.045739, 0.069103, 0.156286, 0.525669, 2.367014",\
|
|
"0.045739, 0.069103, 0.156286, 0.525669, 2.367014",\
|
|
"0.045739, 0.069103, 0.156286, 0.525669, 2.367013",\
|
|
"0.045740, 0.069104, 0.156287, 0.525669, 2.367012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.528019, 1.547481, 1.597027, 1.729116, 2.302466",\
|
|
"1.576403, 1.595865, 1.645411, 1.777500, 2.350850",\
|
|
"1.688379, 1.707841, 1.757387, 1.889476, 2.462826",\
|
|
"1.974202, 1.993664, 2.043210, 2.175299, 2.748648",\
|
|
"2.825143, 2.844606, 2.894151, 3.026240, 3.599583");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043438, 0.056262, 0.096239, 0.241861, 1.007961",\
|
|
"0.043438, 0.056262, 0.096239, 0.241861, 1.007961",\
|
|
"0.043438, 0.056262, 0.096239, 0.241861, 1.007961",\
|
|
"0.043438, 0.056262, 0.096239, 0.241860, 1.007963",\
|
|
"0.043437, 0.056263, 0.096238, 0.241860, 1.007976");
|
|
}
|
|
|
|
} /* 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.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.340097, 1.364923, 1.440302, 1.714052, 3.051641",\
|
|
"1.389895, 1.414721, 1.490099, 1.763850, 3.101439",\
|
|
"1.495203, 1.520029, 1.595407, 1.869158, 3.206748",\
|
|
"1.739637, 1.764463, 1.839842, 2.113593, 3.451182",\
|
|
"2.529852, 2.554678, 2.630057, 2.903808, 4.241397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045739, 0.069103, 0.156286, 0.525669, 2.367014",\
|
|
"0.045739, 0.069103, 0.156286, 0.525669, 2.367014",\
|
|
"0.045739, 0.069103, 0.156286, 0.525669, 2.367014",\
|
|
"0.045739, 0.069103, 0.156286, 0.525669, 2.367013",\
|
|
"0.045740, 0.069104, 0.156287, 0.525669, 2.367012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "1.528019, 1.547481, 1.597027, 1.729116, 2.302466",\
|
|
"1.576403, 1.595865, 1.645411, 1.777500, 2.350850",\
|
|
"1.688379, 1.707841, 1.757387, 1.889476, 2.462826",\
|
|
"1.974202, 1.993664, 2.043210, 2.175299, 2.748648",\
|
|
"2.825143, 2.844606, 2.894151, 3.026240, 3.599583");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043438, 0.056262, 0.096239, 0.241861, 1.007961",\
|
|
"0.043438, 0.056262, 0.096239, 0.241861, 1.007961",\
|
|
"0.043438, 0.056262, 0.096239, 0.241861, 1.007961",\
|
|
"0.043438, 0.056262, 0.096239, 0.241860, 1.007963",\
|
|
"0.043437, 0.056263, 0.096238, 0.241860, 1.007976");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484",\
|
|
"6.198942, 6.223767, 6.299145, 6.572896, 7.910484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014",\
|
|
"0.045737, 0.069101, 0.156285, 0.525669, 2.367014");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857",\
|
|
"6.599354, 6.618811, 6.668356, 6.800451, 7.373857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001339, 0.011611, 0.050839, 0.210839, 1.000000");
|
|
values ( "0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837",\
|
|
"0.043449, 0.056255, 0.096248, 0.241861, 1.007837");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[0] */
|
|
} /* end of bus mgmt_gpio_out */
|
|
bus ( pll90_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll90_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002891 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "6.507556, 6.525594, 6.575233, 6.710670, 7.290740",\
|
|
"6.507556, 6.525594, 6.575233, 6.710670, 7.290740",\
|
|
"6.507556, 6.525594, 6.575233, 6.710670, 7.290740",\
|
|
"6.507556, 6.525594, 6.575233, 6.710670, 7.290740",\
|
|
"6.507556, 6.525594, 6.575233, 6.710670, 7.290740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.048571, 0.060567, 0.099123, 0.251419, 1.027239",\
|
|
"0.048571, 0.060567, 0.099123, 0.251419, 1.027239",\
|
|
"0.048571, 0.060567, 0.099123, 0.251419, 1.027239",\
|
|
"0.048571, 0.060567, 0.099123, 0.251419, 1.027239",\
|
|
"0.048571, 0.060567, 0.099123, 0.251419, 1.027239");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501",\
|
|
"6.346025, 6.370829, 6.447820, 6.725598, 8.068501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138",\
|
|
"0.056884, 0.079253, 0.163971, 0.537917, 2.386138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "6.507491, 6.525528, 6.575167, 6.710603, 7.290672",\
|
|
"6.507491, 6.525528, 6.575167, 6.710603, 7.290672",\
|
|
"6.507491, 6.525528, 6.575167, 6.710603, 7.290672",\
|
|
"6.507491, 6.525528, 6.575167, 6.710603, 7.290672",\
|
|
"6.507491, 6.525528, 6.575167, 6.710603, 7.290672");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003391, 0.013663, 0.052891, 0.212891, 1.000000");
|
|
values ( "0.048569, 0.060565, 0.099122, 0.251418, 1.027238",\
|
|
"0.048569, 0.060565, 0.099122, 0.251418, 1.027238",\
|
|
"0.048569, 0.060565, 0.099122, 0.251418, 1.027238",\
|
|
"0.048569, 0.060565, 0.099122, 0.251418, 1.027238",\
|
|
"0.048569, 0.060565, 0.099122, 0.251418, 1.027238");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[2] */
|
|
|
|
pin("pll90_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003302 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548",\
|
|
"6.866557, 6.891459, 6.968852, 7.246979, 8.590548");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166",\
|
|
"0.059522, 0.081703, 0.165788, 0.539073, 2.388166");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302",\
|
|
"6.031468, 6.049287, 6.098908, 6.234649, 6.815302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003802, 0.014074, 0.053302, 0.213302, 1.000000");
|
|
values ( "0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350",\
|
|
"0.049535, 0.061441, 0.099717, 0.252377, 1.029350");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[1] */
|
|
|
|
pin("pll90_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005432 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728",\
|
|
"6.102931, 6.125633, 6.201102, 6.479285, 7.819728");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615",\
|
|
"0.058723, 0.081341, 0.167664, 0.545915, 2.393615");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596",\
|
|
"6.339428, 6.355770, 6.403928, 6.539770, 7.120596");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005932, 0.016205, 0.055432, 0.215432, 1.000000");
|
|
values ( "0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669",\
|
|
"0.050213, 0.061568, 0.100458, 0.254999, 1.034669");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[0] */
|
|
} /* end of bus pll90_sel */
|
|
bus ( pll_div ) {
|
|
|
|
bus_type : BUS5_type3 ;
|
|
direction : output ;
|
|
|
|
pin("pll_div[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003394 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242",\
|
|
"5.955380, 5.978786, 6.054222, 6.332663, 7.678242");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474",\
|
|
"0.052009, 0.074884, 0.161748, 0.542567, 2.400474");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868",\
|
|
"6.235548, 6.253157, 6.302088, 6.438210, 7.022868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003894, 0.014166, 0.053394, 0.213394, 1.000000");
|
|
values ( "0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227",\
|
|
"0.046928, 0.058678, 0.098073, 0.253998, 1.040227");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[4]_redg_min*/
|
|
|
|
} /* end of pin pll_div[4] */
|
|
|
|
pin("pll_div[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003551 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425",\
|
|
"6.064988, 6.088585, 6.164272, 6.441915, 7.783425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731",\
|
|
"0.054023, 0.076771, 0.163161, 0.540555, 2.388731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312",\
|
|
"6.312293, 6.329797, 6.378664, 6.513964, 7.094312");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004051, 0.014324, 0.053551, 0.213551, 1.000000");
|
|
values ( "0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748",\
|
|
"0.047707, 0.059469, 0.098721, 0.252115, 1.029748");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[3]_redg_min*/
|
|
|
|
} /* end of pin pll_div[3] */
|
|
|
|
pin("pll_div[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003624 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075",\
|
|
"6.756433, 6.780784, 6.857588, 7.135564, 8.478075");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349",\
|
|
"0.058374, 0.080718, 0.165541, 0.540109, 2.388349");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670",\
|
|
"5.952035, 5.969584, 6.018785, 6.154334, 6.734670");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004124, 0.014396, 0.053624, 0.213624, 1.000000");
|
|
values ( "0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520",\
|
|
"0.049030, 0.060821, 0.099490, 0.252482, 1.029520");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[2]_redg_min*/
|
|
|
|
} /* end of pin pll_div[2] */
|
|
|
|
pin("pll_div[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005371 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290",\
|
|
"5.923003, 5.945354, 6.020237, 6.298424, 7.639290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622",\
|
|
"0.056153, 0.079006, 0.166195, 0.546692, 2.397622");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001",\
|
|
"6.208081, 6.224416, 6.272419, 6.408293, 6.990001");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005871, 0.016144, 0.055371, 0.215371, 1.000000");
|
|
values ( "0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534",\
|
|
"0.049326, 0.060717, 0.099899, 0.255300, 1.037534");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[1]_redg_min*/
|
|
|
|
} /* end of pin pll_div[1] */
|
|
|
|
pin("pll_div[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002378 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419",\
|
|
"5.947224, 5.971104, 6.046530, 6.323366, 7.663419");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833",\
|
|
"0.049920, 0.072871, 0.159805, 0.536498, 2.382833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074",\
|
|
"6.225029, 6.243211, 6.292316, 6.426804, 7.005074");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002878, 0.013150, 0.052378, 0.212378, 1.000000");
|
|
values ( "0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524",\
|
|
"0.045719, 0.057711, 0.097457, 0.249324, 1.022524");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[0]_redg_min*/
|
|
|
|
} /* end of pin pll_div[0] */
|
|
} /* end of bus pll_div */
|
|
bus ( pll_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316",\
|
|
"5.811835, 5.834114, 5.909139, 6.187836, 7.530316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610",\
|
|
"0.057476, 0.080249, 0.167206, 0.548504, 2.402610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164",\
|
|
"5.973904, 5.990035, 6.037960, 6.174297, 6.746164");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641",\
|
|
"0.049746, 0.061064, 0.100123, 0.256715, 1.035641");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[2] */
|
|
|
|
pin("pll_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010",\
|
|
"6.701989, 6.726121, 6.802699, 7.080841, 8.424010");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023",\
|
|
"0.057702, 0.080119, 0.165257, 0.541026, 2.391023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498",\
|
|
"5.914946, 5.932410, 5.981483, 6.117189, 6.698498");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004226, 0.014498, 0.053726, 0.213726, 1.000000");
|
|
values ( "0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197",\
|
|
"0.048742, 0.060486, 0.099304, 0.253035, 1.032197");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[1] */
|
|
|
|
pin("pll_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004861 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468",\
|
|
"5.752642, 5.775198, 5.850142, 6.128567, 7.471468");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654",\
|
|
"0.054640, 0.077534, 0.164774, 0.546165, 2.400654");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285",\
|
|
"5.932158, 5.948843, 5.997126, 6.133238, 6.716285");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005361, 0.015633, 0.054861, 0.214861, 1.000000");
|
|
values ( "0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289",\
|
|
"0.048660, 0.060216, 0.099332, 0.255435, 1.041289");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[0] */
|
|
} /* end of bus pll_sel */
|
|
bus ( pll_trim ) {
|
|
|
|
bus_type : BUS26_type4 ;
|
|
direction : output ;
|
|
|
|
pin("pll_trim[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003308 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270",\
|
|
"6.598908, 6.622736, 6.698660, 6.976670, 8.320270");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422",\
|
|
"0.053924, 0.076624, 0.162773, 0.540708, 2.392422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098",\
|
|
"5.697485, 5.715139, 5.764009, 5.899477, 6.481098");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003808, 0.014080, 0.053308, 0.213308, 1.000000");
|
|
values ( "0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579",\
|
|
"0.046752, 0.058662, 0.098040, 0.252536, 1.034579");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[25]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[25] */
|
|
|
|
pin("pll_trim[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004609 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213",\
|
|
"6.466350, 6.489462, 6.565074, 6.843240, 8.185213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053",\
|
|
"0.056686, 0.079351, 0.165661, 0.544131, 2.394053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165",\
|
|
"5.730759, 5.747569, 5.795879, 5.931556, 6.513165");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005109, 0.015382, 0.054609, 0.214609, 1.000000");
|
|
values ( "0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275",\
|
|
"0.048412, 0.059938, 0.099259, 0.254145, 1.035275");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[24]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[24] */
|
|
|
|
pin("pll_trim[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004802 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489",\
|
|
"6.352479, 6.375158, 6.450216, 6.728261, 8.069489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893",\
|
|
"0.055175, 0.078022, 0.165071, 0.544944, 2.395893");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283",\
|
|
"5.504085, 5.520807, 5.569045, 5.704661, 6.285283");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005302, 0.015574, 0.054802, 0.214802, 1.000000");
|
|
values ( "0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758",\
|
|
"0.048528, 0.060230, 0.099275, 0.254371, 1.037758");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[23]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[23] */
|
|
|
|
pin("pll_trim[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003626 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888",\
|
|
"6.360245, 6.383547, 6.458899, 6.736869, 8.079888");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159",\
|
|
"0.052722, 0.075590, 0.162472, 0.541995, 2.395159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214",\
|
|
"5.508084, 5.525559, 5.574312, 5.709846, 6.291214");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004126, 0.014398, 0.053626, 0.213626, 1.000000");
|
|
values ( "0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923",\
|
|
"0.047056, 0.059035, 0.098229, 0.253092, 1.036923");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[22]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[22] */
|
|
|
|
pin("pll_trim[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003639 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145",\
|
|
"6.432684, 6.455805, 6.530857, 6.808334, 8.149145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501",\
|
|
"0.051934, 0.074896, 0.162150, 0.541162, 2.390501");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191",\
|
|
"5.600791, 5.618248, 5.666921, 5.802001, 6.381191");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004139, 0.014412, 0.053639, 0.213639, 1.000000");
|
|
values ( "0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696",\
|
|
"0.047038, 0.059092, 0.098285, 0.252101, 1.032696");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[21]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[21] */
|
|
|
|
pin("pll_trim[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002016 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891",\
|
|
"6.413908, 6.438064, 6.513680, 6.790464, 8.130891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905",\
|
|
"0.049553, 0.072477, 0.159220, 0.535402, 2.381905");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377",\
|
|
"5.703595, 5.722029, 5.771286, 5.905638, 6.483377");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002516, 0.012788, 0.052016, 0.212016, 1.000000");
|
|
values ( "0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665",\
|
|
"0.045158, 0.057395, 0.097066, 0.248783, 1.022665");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[20]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[20] */
|
|
|
|
pin("pll_trim[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001219 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377",\
|
|
"6.349611, 6.374119, 6.449510, 6.725605, 8.064377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384",\
|
|
"0.046557, 0.069788, 0.156945, 0.532318, 2.375384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994",\
|
|
"5.657290, 5.676433, 5.725945, 5.859652, 6.434994");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001719, 0.011991, 0.051219, 0.211219, 1.000000");
|
|
values ( "0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846",\
|
|
"0.043944, 0.056651, 0.096400, 0.246643, 1.016846");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[19]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[19] */
|
|
|
|
pin("pll_trim[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001838 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906",\
|
|
"6.440389, 6.464723, 6.540463, 6.817050, 8.156906");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070",\
|
|
"0.049612, 0.072508, 0.159096, 0.534396, 2.378070");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141",\
|
|
"5.722216, 5.740746, 5.790039, 5.924169, 6.501141");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002338, 0.012610, 0.051838, 0.211838, 1.000000");
|
|
values ( "0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792",\
|
|
"0.044978, 0.057207, 0.096972, 0.248083, 1.019792");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[18]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[18] */
|
|
|
|
pin("pll_trim[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000768 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258",\
|
|
"6.394314, 6.419529, 6.495365, 6.771334, 8.110258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498",\
|
|
"0.046789, 0.070046, 0.156673, 0.530543, 2.371498");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903",\
|
|
"5.677116, 5.696657, 5.746324, 5.879836, 6.454903");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001268, 0.011540, 0.050768, 0.210768, 1.000000");
|
|
values ( "0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317",\
|
|
"0.043363, 0.056146, 0.096102, 0.245686, 1.013317");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[17]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[17] */
|
|
|
|
pin("pll_trim[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001677 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126",\
|
|
"6.420860, 6.445255, 6.520931, 6.797430, 8.137126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650",\
|
|
"0.048891, 0.071863, 0.158568, 0.533921, 2.378650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082",\
|
|
"5.708265, 5.726949, 5.776304, 5.910361, 6.487082");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002177, 0.012450, 0.051677, 0.211677, 1.000000");
|
|
values ( "0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342",\
|
|
"0.044715, 0.057058, 0.096821, 0.247785, 1.019342");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[16]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[16] */
|
|
|
|
pin("pll_trim[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003096 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912",\
|
|
"6.727367, 6.750964, 6.826378, 7.103562, 8.443912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295",\
|
|
"0.051858, 0.074743, 0.161572, 0.538864, 2.386295");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742",\
|
|
"6.043758, 6.061518, 6.110363, 6.245122, 6.823742");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003596, 0.013868, 0.053096, 0.213096, 1.000000");
|
|
values ( "0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081",\
|
|
"0.046487, 0.058482, 0.097970, 0.250733, 1.027081");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[15]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[15] */
|
|
|
|
pin("pll_trim[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001267 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463",\
|
|
"6.800978, 6.826873, 6.903998, 7.180669, 8.521463");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584",\
|
|
"0.052809, 0.075472, 0.160279, 0.531785, 2.374584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987",\
|
|
"5.814628, 5.833729, 5.883448, 6.017472, 6.593987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001767, 0.012039, 0.051267, 0.211267, 1.000000");
|
|
values ( "0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846",\
|
|
"0.044899, 0.057355, 0.096968, 0.247069, 1.015846");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[14]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[14] */
|
|
|
|
pin("pll_trim[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001925 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445",\
|
|
"6.697132, 6.722344, 6.799276, 7.076278, 8.417445");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435",\
|
|
"0.054112, 0.076606, 0.161557, 0.534151, 2.378435");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522",\
|
|
"5.903046, 5.921615, 5.971357, 6.105914, 6.683522");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002425, 0.012698, 0.051925, 0.211925, 1.000000");
|
|
values ( "0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557",\
|
|
"0.046683, 0.058892, 0.097978, 0.248699, 1.019557");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[13]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[13] */
|
|
|
|
pin("pll_trim[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004499 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277",\
|
|
"5.642087, 5.664909, 5.740010, 6.017953, 7.359277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872",\
|
|
"0.054470, 0.077333, 0.164377, 0.544019, 2.394872");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941",\
|
|
"5.783863, 5.800747, 5.849097, 5.984697, 6.565941");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004999, 0.015271, 0.054499, 0.214499, 1.000000");
|
|
values ( "0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976",\
|
|
"0.048254, 0.059846, 0.099142, 0.253880, 1.034976");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[12]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[12] */
|
|
|
|
pin("pll_trim[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002943 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500",\
|
|
"6.583939, 6.607895, 6.683720, 6.960922, 8.301500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739",\
|
|
"0.052956, 0.075714, 0.162001, 0.538047, 2.383739");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072",\
|
|
"5.689384, 5.707237, 5.756131, 5.890791, 6.469072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003443, 0.013715, 0.052943, 0.212943, 1.000000");
|
|
values ( "0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905",\
|
|
"0.046301, 0.058330, 0.097852, 0.250332, 1.025905");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[11]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[11] */
|
|
|
|
pin("pll_trim[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544",\
|
|
"6.490263, 6.513997, 6.589441, 6.866619, 8.207544");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408",\
|
|
"0.050948, 0.073858, 0.160718, 0.538123, 2.386408");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682",\
|
|
"5.633446, 5.651439, 5.700438, 5.835163, 6.413682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003264, 0.013536, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126",\
|
|
"0.045984, 0.058191, 0.097598, 0.250423, 1.028126");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[10]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[10] */
|
|
|
|
pin("pll_trim[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003150 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836",\
|
|
"6.535339, 6.559439, 6.635596, 6.913147, 8.254836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372",\
|
|
"0.054649, 0.077274, 0.163080, 0.538930, 2.386372");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899",\
|
|
"5.774360, 5.792106, 5.841090, 5.976152, 6.555899");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003650, 0.013922, 0.053150, 0.213150, 1.000000");
|
|
values ( "0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514",\
|
|
"0.047126, 0.058975, 0.098343, 0.251241, 1.027514");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[9]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[9] */
|
|
|
|
pin("pll_trim[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043",\
|
|
"6.556830, 6.581589, 6.658017, 6.935006, 8.276043");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002",\
|
|
"0.052648, 0.075295, 0.160917, 0.535020, 2.380002");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459",\
|
|
"5.795033, 5.813460, 5.862908, 5.997425, 6.575459");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002566, 0.012838, 0.052066, 0.212066, 1.000000");
|
|
values ( "0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112",\
|
|
"0.046052, 0.058162, 0.097612, 0.248932, 1.021112");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[8]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[8] */
|
|
|
|
pin("pll_trim[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002805 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276",\
|
|
"6.792122, 6.816842, 6.893630, 7.171000, 8.512276");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314",\
|
|
"0.056103, 0.078545, 0.163528, 0.537000, 2.382314");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956",\
|
|
"5.810716, 5.828675, 5.877798, 6.012527, 6.590956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003305, 0.013577, 0.052805, 0.212805, 1.000000");
|
|
values ( "0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597",\
|
|
"0.046855, 0.058796, 0.098182, 0.250131, 1.023597");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[7]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[7] */
|
|
|
|
pin("pll_trim[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003453 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680",\
|
|
"6.728862, 6.752868, 6.829115, 7.107186, 8.450680");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783",\
|
|
"0.055595, 0.078164, 0.163827, 0.540745, 2.391783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651",\
|
|
"5.793236, 5.810780, 5.859571, 5.995026, 6.576651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003953, 0.014226, 0.053453, 0.213453, 1.000000");
|
|
values ( "0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269",\
|
|
"0.046996, 0.058774, 0.098237, 0.252576, 1.033269");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[6]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[6] */
|
|
|
|
pin("pll_trim[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003634 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631",\
|
|
"6.762866, 6.786875, 6.863205, 7.141144, 8.483631");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665",\
|
|
"0.056587, 0.079100, 0.164589, 0.540639, 2.389665");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130",\
|
|
"5.813972, 5.831395, 5.880107, 6.015412, 6.596130");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004134, 0.014406, 0.053634, 0.213634, 1.000000");
|
|
values ( "0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953",\
|
|
"0.047349, 0.059075, 0.098516, 0.252329, 1.030953");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[5]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[5] */
|
|
|
|
pin("pll_trim[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002961 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666",\
|
|
"6.925363, 6.950686, 7.028405, 7.306182, 8.648666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306",\
|
|
"0.059918, 0.082022, 0.165697, 0.537125, 2.383306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132",\
|
|
"6.068830, 6.086883, 6.136744, 6.272147, 6.851132");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003461, 0.013734, 0.052961, 0.212961, 1.000000");
|
|
values ( "0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479",\
|
|
"0.049631, 0.061670, 0.099790, 0.251172, 1.024479");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[4]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[4] */
|
|
|
|
pin("pll_trim[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003116 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959",\
|
|
"6.843601, 6.868568, 6.945920, 7.223863, 8.566959");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424",\
|
|
"0.058888, 0.081104, 0.165274, 0.538308, 2.386424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095",\
|
|
"6.010919, 6.028839, 6.078479, 6.214026, 6.794095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003616, 0.013888, 0.053116, 0.213116, 1.000000");
|
|
values ( "0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601",\
|
|
"0.049176, 0.061131, 0.099506, 0.251798, 1.027601");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[3]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[3] */
|
|
|
|
pin("pll_trim[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004176 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098",\
|
|
"7.001243, 7.026021, 7.103816, 7.382190, 8.725098");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488",\
|
|
"0.063778, 0.085694, 0.169009, 0.540867, 2.388488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009",\
|
|
"6.122893, 6.140243, 6.189795, 6.325823, 6.906009");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.004676, 0.014948, 0.054176, 0.214176, 1.000000");
|
|
values ( "0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696",\
|
|
"0.051753, 0.063454, 0.101133, 0.253596, 1.029696");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[2]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[2] */
|
|
|
|
pin("pll_trim[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002669 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310",\
|
|
"6.642604, 6.666744, 6.742689, 7.019954, 8.361310");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354",\
|
|
"0.052513, 0.075262, 0.161449, 0.537518, 2.384354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042",\
|
|
"5.744447, 5.762476, 5.811502, 5.946219, 6.525042");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003169, 0.013441, 0.052669, 0.212669, 1.000000");
|
|
values ( "0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423",\
|
|
"0.045973, 0.058042, 0.097600, 0.250211, 1.026423");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[1]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[1] */
|
|
|
|
pin("pll_trim[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004766 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328",\
|
|
"6.728591, 6.751861, 6.827814, 7.106128, 8.448328");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192",\
|
|
"0.058437, 0.080958, 0.166757, 0.544330, 2.394192");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340",\
|
|
"5.795166, 5.811880, 5.860125, 5.995827, 6.577340");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.005266, 0.015538, 0.054766, 0.214766, 1.000000");
|
|
values ( "0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701",\
|
|
"0.048593, 0.060105, 0.099385, 0.254341, 1.035701");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[0]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[0] */
|
|
} /* end of bus pll_trim */
|
|
bus ( pwr_ctrl_out ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : output ;
|
|
|
|
pin("pwr_ctrl_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001756 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269",\
|
|
"5.777149, 5.801536, 5.877287, 6.153943, 7.494269");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913",\
|
|
"0.049332, 0.072253, 0.158851, 0.534386, 2.378913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908",\
|
|
"6.039810, 6.058424, 6.107868, 6.242179, 6.819908");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002256, 0.012528, 0.051756, 0.211756, 1.000000");
|
|
values ( "0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867",\
|
|
"0.045269, 0.057436, 0.097127, 0.248270, 1.019867");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[3]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[3] */
|
|
|
|
pin("pwr_ctrl_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001471 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995",\
|
|
"5.661507, 5.685733, 5.761018, 6.037400, 7.376995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708",\
|
|
"0.046822, 0.069998, 0.157275, 0.533923, 2.378708");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346",\
|
|
"5.957922, 5.976795, 6.026240, 6.160308, 6.737346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001971, 0.012244, 0.051471, 0.211471, 1.000000");
|
|
values ( "0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916",\
|
|
"0.044446, 0.056827, 0.096661, 0.247582, 1.018916");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[2]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[2] */
|
|
|
|
pin("pwr_ctrl_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001425 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383",\
|
|
"5.711708, 5.736146, 5.811643, 6.087965, 7.427383");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487",\
|
|
"0.047488, 0.070611, 0.157601, 0.533183, 2.377487");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614",\
|
|
"5.993482, 6.012382, 6.061826, 6.195808, 6.772614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001925, 0.012197, 0.051425, 0.211425, 1.000000");
|
|
values ( "0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289",\
|
|
"0.044426, 0.056757, 0.096673, 0.247301, 1.017289");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[1]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[1] */
|
|
|
|
pin("pwr_ctrl_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001109 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931");
|
|
}
|
|
|
|
} /* 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.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816",\
|
|
"5.879291, 5.904538, 5.980724, 6.257038, 7.596816");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969",\
|
|
"0.049006, 0.072028, 0.158132, 0.531693, 2.373969");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281",\
|
|
"6.118931, 6.138196, 6.188020, 6.321993, 6.898281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.010000, 0.145045, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001609, 0.011881, 0.051109, 0.211109, 1.000000");
|
|
values ( "0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931",\
|
|
"0.044810, 0.057361, 0.096927, 0.246770, 1.014931");
|
|
}
|
|
|
|
} /* 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.003041 ;
|
|
|
|
/* 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.648657, 1.602300, 1.492055, 1.165111, 0.029184",\
|
|
"1.697973, 1.651616, 1.541371, 1.214427, 0.078501",\
|
|
"1.802832, 1.756475, 1.646230, 1.319286, 0.183359",\
|
|
"2.048714, 2.002357, 1.892112, 1.565168, 0.429242",\
|
|
"2.828429, 2.782073, 2.671827, 2.344884, 1.208957");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.790395, 5.744038, 5.633792, 5.306849, 4.170922",\
|
|
"5.838101, 5.791744, 5.681499, 5.354555, 4.218629",\
|
|
"5.949807, 5.903450, 5.793205, 5.466261, 4.330335",\
|
|
"6.230082, 6.183724, 6.073479, 5.746535, 4.610609",\
|
|
"7.044659, 6.998302, 6.888057, 6.561113, 5.425186");
|
|
}
|
|
|
|
} /* 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.123714, -0.077357, 0.032888, 0.359832, 1.495759",\
|
|
"-0.173030, -0.126673, -0.016428, 0.310515, 1.446442",\
|
|
"-0.277889, -0.231532, -0.121287, 0.205657, 1.341584",\
|
|
"-0.523771, -0.477414, -0.367169, -0.040225, 1.095702",\
|
|
"-1.303486, -1.257129, -1.146884, -0.819941, 0.315986");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.112037, -4.065680, -3.955435, -3.628491, -2.492564",\
|
|
"-4.159743, -4.113386, -4.003141, -3.676198, -2.540271",\
|
|
"-4.271449, -4.225092, -4.114847, -3.787903, -2.651977",\
|
|
"-4.551723, -4.505366, -4.395122, -4.068178, -2.932251",\
|
|
"-5.366301, -5.319944, -5.209699, -4.882755, -3.746829");
|
|
}
|
|
|
|
} /* 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.002911 ;
|
|
|
|
/* 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.638885, 1.592528, 1.482283, 1.155339, 0.019413",\
|
|
"1.688180, 1.641823, 1.531578, 1.204634, 0.068707",\
|
|
"1.793037, 1.746680, 1.636435, 1.309491, 0.173564",\
|
|
"2.038932, 1.992575, 1.882330, 1.555387, 0.419460",\
|
|
"2.816862, 2.770505, 2.660260, 2.333317, 1.197390");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.711472, 5.665115, 5.554870, 5.227926, 4.091999",\
|
|
"5.759135, 5.712779, 5.602533, 5.275590, 4.139663",\
|
|
"5.870837, 5.824481, 5.714235, 5.387292, 4.251365",\
|
|
"6.150877, 6.104520, 5.994275, 5.667332, 4.531404",\
|
|
"6.963697, 6.917341, 6.807096, 6.480152, 5.344225");
|
|
}
|
|
|
|
} /* 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.113942, -0.067585, 0.042660, 0.369604, 1.505530",\
|
|
"-0.163237, -0.116880, -0.006635, 0.320309, 1.456236",\
|
|
"-0.268094, -0.221737, -0.111492, 0.215452, 1.351379",\
|
|
"-0.513989, -0.467632, -0.357387, -0.030443, 1.105483",\
|
|
"-1.291920, -1.245563, -1.135317, -0.808374, 0.327553");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.033114, -3.986757, -3.876512, -3.549568, -2.413641",\
|
|
"-4.080778, -4.034421, -3.924176, -3.597232, -2.461305",\
|
|
"-4.192480, -4.146123, -4.035878, -3.708934, -2.573007",\
|
|
"-4.472519, -4.426163, -4.315917, -3.988974, -2.853047",\
|
|
"-5.285340, -5.238983, -5.128738, -4.801794, -3.665867");
|
|
}
|
|
|
|
} /* 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.002681 ;
|
|
|
|
/* 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.469104, 5.422747, 5.312502, 4.985559, 3.849632",\
|
|
"5.518443, 5.472086, 5.361841, 5.034898, 3.898971",\
|
|
"5.623302, 5.576946, 5.466701, 5.139757, 4.003830",\
|
|
"5.868214, 5.821856, 5.711611, 5.384667, 4.248741",\
|
|
"6.641426, 6.595069, 6.484824, 6.157881, 5.021954");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.851477, 1.805120, 1.694875, 1.367931, 0.232005",\
|
|
"1.899246, 1.852889, 1.742644, 1.415700, 0.279773",\
|
|
"2.010957, 1.964600, 1.854355, 1.527411, 0.391485",\
|
|
"2.294545, 2.248188, 2.137943, 1.810999, 0.675072",\
|
|
"3.121927, 3.075570, 2.965324, 2.638381, 1.502454");
|
|
}
|
|
|
|
} /* 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 ( "-3.790747, -3.744390, -3.634145, -3.307201, -2.171274",\
|
|
"-3.840086, -3.793729, -3.683484, -3.356540, -2.220613",\
|
|
"-3.944945, -3.898588, -3.788343, -3.461400, -2.325473",\
|
|
"-4.189856, -4.143499, -4.033254, -3.706310, -2.570384",\
|
|
"-4.963069, -4.916713, -4.806468, -4.479524, -3.343597");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.326534, -0.280177, -0.169932, 0.157012, 1.292938",\
|
|
"-0.374303, -0.327946, -0.217701, 0.109243, 1.245170",\
|
|
"-0.486014, -0.439657, -0.329412, -0.002469, 1.133458",\
|
|
"-0.769602, -0.723245, -0.613000, -0.286057, 0.849870",\
|
|
"-1.596984, -1.550627, -1.440382, -1.113438, 0.022489");
|
|
}
|
|
|
|
} /* 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.003097 ;
|
|
|
|
/* 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.646443, 1.600086, 1.489841, 1.162898, 0.026971",\
|
|
"1.695828, 1.649471, 1.539226, 1.212283, 0.076356",\
|
|
"1.800691, 1.754334, 1.644089, 1.317145, 0.181218",\
|
|
"2.046490, 2.000133, 1.889888, 1.562944, 0.427017",\
|
|
"2.829444, 2.783087, 2.672842, 2.345898, 1.209971");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.483335, 5.436978, 5.326733, 4.999789, 3.863862",\
|
|
"5.531196, 5.484838, 5.374593, 5.047649, 3.911723",\
|
|
"5.642916, 5.596559, 5.486313, 5.159369, 4.023443",\
|
|
"5.923882, 5.877525, 5.767280, 5.440336, 4.304410",\
|
|
"6.744579, 6.698223, 6.587977, 6.261034, 5.125107");
|
|
}
|
|
|
|
} /* 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.121500, -0.075143, 0.035102, 0.362046, 1.497972",\
|
|
"-0.170885, -0.124528, -0.014283, 0.312660, 1.448587",\
|
|
"-0.275748, -0.229391, -0.119146, 0.207798, 1.343725",\
|
|
"-0.521546, -0.475189, -0.364944, -0.038001, 1.097926",\
|
|
"-1.304501, -1.258144, -1.147899, -0.820955, 0.314972");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.804977, -3.758621, -3.648376, -3.321432, -2.185505",\
|
|
"-3.852838, -3.806481, -3.696236, -3.369292, -2.233366",\
|
|
"-3.964558, -3.918201, -3.807956, -3.481012, -2.345086",\
|
|
"-4.245525, -4.199168, -4.088923, -3.761979, -2.626052",\
|
|
"-5.066223, -5.019866, -4.909621, -4.582677, -3.446751");
|
|
}
|
|
|
|
} /* 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.002895 ;
|
|
|
|
/* 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.633419, 1.587062, 1.476817, 1.149873, 0.013947",\
|
|
"1.682744, 1.636387, 1.526142, 1.199198, 0.063272",\
|
|
"1.787603, 1.741246, 1.631001, 1.304057, 0.168130",\
|
|
"2.033484, 1.987127, 1.876882, 1.549939, 0.414012",\
|
|
"2.813615, 2.767258, 2.657012, 2.330069, 1.194142");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.550740, 5.504383, 5.394138, 5.067194, 3.931267",\
|
|
"5.598463, 5.552106, 5.441861, 5.114918, 3.978991",\
|
|
"5.710171, 5.663814, 5.553568, 5.226624, 4.090698",\
|
|
"5.990508, 5.944151, 5.833906, 5.506963, 4.371036",\
|
|
"6.805651, 6.759294, 6.649049, 6.322105, 5.186178");
|
|
}
|
|
|
|
} /* 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.108476, -0.062119, 0.048126, 0.375070, 1.510996",\
|
|
"-0.157801, -0.111444, -0.001199, 0.325745, 1.461672",\
|
|
"-0.262660, -0.216303, -0.106058, 0.220886, 1.356813",\
|
|
"-0.508541, -0.462184, -0.351939, -0.024995, 1.110931",\
|
|
"-1.288672, -1.242315, -1.132070, -0.805126, 0.330801");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.872383, -3.826026, -3.715781, -3.388837, -2.252910",\
|
|
"-3.920106, -3.873749, -3.763504, -3.436560, -2.300633",\
|
|
"-4.031813, -3.985456, -3.875211, -3.548267, -2.412341",\
|
|
"-4.312151, -4.265794, -4.155549, -3.828605, -2.692678",\
|
|
"-5.127294, -5.080937, -4.970692, -4.643748, -3.507822");
|
|
}
|
|
|
|
} /* 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.004006 ;
|
|
|
|
/* 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.269135, 5.222778, 5.112533, 4.785589, 3.649662",\
|
|
"5.318664, 5.272307, 5.162062, 4.835118, 3.699191",\
|
|
"5.423535, 5.377179, 5.266933, 4.939990, 3.804063",\
|
|
"5.668449, 5.622093, 5.511847, 5.184904, 4.048977",\
|
|
"6.453245, 6.406888, 6.296643, 5.969700, 4.833773");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.853445, 1.807088, 1.696843, 1.369899, 0.233973",\
|
|
"1.901647, 1.855290, 1.745045, 1.418101, 0.282174",\
|
|
"2.013401, 1.967044, 1.856798, 1.529855, 0.393928",\
|
|
"2.298908, 2.252552, 2.142306, 1.815363, 0.679436",\
|
|
"3.142027, 3.095670, 2.985425, 2.658481, 1.522555");
|
|
}
|
|
|
|
} /* 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.590777, -3.544420, -3.434175, -3.107232, -1.971305",\
|
|
"-3.640306, -3.593950, -3.483705, -3.156761, -2.020834",\
|
|
"-3.745178, -3.698821, -3.588576, -3.261632, -2.125706",\
|
|
"-3.990092, -3.943735, -3.833490, -3.506546, -2.370620",\
|
|
"-4.774888, -4.728531, -4.618286, -4.291342, -3.155416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.328502, -0.282145, -0.171900, 0.155044, 1.290971",\
|
|
"-0.376704, -0.330347, -0.220102, 0.106842, 1.242769",\
|
|
"-0.488457, -0.442100, -0.331855, -0.004911, 1.131015",\
|
|
"-0.773965, -0.727608, -0.617363, -0.290420, 0.845507",\
|
|
"-1.617084, -1.570727, -1.460482, -1.133538, 0.002388");
|
|
}
|
|
|
|
} /* 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.004606 ;
|
|
|
|
/* 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.062537, 4.016180, 3.905935, 3.578991, 2.443064",\
|
|
"4.112195, 4.065838, 3.955593, 3.628649, 2.492723",\
|
|
"4.217238, 4.170881, 4.060636, 3.733692, 2.597766",\
|
|
"4.461901, 4.415544, 4.305298, 3.978355, 2.842428",\
|
|
"5.250070, 5.203712, 5.093467, 4.766523, 3.630597");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.617767, 1.571410, 1.461165, 1.134222, -0.001705",\
|
|
"1.666116, 1.619759, 1.509514, 1.182570, 0.046644",\
|
|
"1.777966, 1.731609, 1.621363, 1.294420, 0.158493",\
|
|
"2.064668, 2.018311, 1.908066, 1.581122, 0.445195",\
|
|
"2.915930, 2.869573, 2.759327, 2.432384, 1.296457");
|
|
}
|
|
|
|
} /* 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.384179, -2.337822, -2.227577, -1.900633, -0.764707",\
|
|
"-2.433837, -2.387480, -2.277236, -1.950292, -0.814365",\
|
|
"-2.538881, -2.492524, -2.382279, -2.055335, -0.919408",\
|
|
"-2.783543, -2.737186, -2.626941, -2.299997, -1.164071",\
|
|
"-3.571712, -3.525355, -3.415110, -3.088166, -1.952240");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.092824, -0.046467, 0.063778, 0.390722, 1.526648",\
|
|
"-0.141173, -0.094816, 0.015429, 0.342373, 1.478300",\
|
|
"-0.253023, -0.206666, -0.096420, 0.230523, 1.366450",\
|
|
"-0.539724, -0.493367, -0.383122, -0.056179, 1.079748",\
|
|
"-1.390987, -1.344630, -1.234385, -0.907441, 0.228486");
|
|
}
|
|
|
|
} /* 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.003739 ;
|
|
|
|
/* 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.436399, 1.390042, 1.279797, 0.952853, -0.183074",\
|
|
"1.486003, 1.439646, 1.329401, 1.002457, -0.133470",\
|
|
"1.590896, 1.544539, 1.434294, 1.107350, -0.028576",\
|
|
"1.836411, 1.790054, 1.679809, 1.352865, 0.216938",\
|
|
"2.631114, 2.584757, 2.474512, 2.147568, 1.011641");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.110191, 4.063835, 3.953589, 3.626646, 2.490719",\
|
|
"4.158543, 4.112186, 4.001941, 3.674997, 2.539070",\
|
|
"4.270310, 4.223954, 4.113708, 3.786765, 2.650838",\
|
|
"4.553958, 4.507601, 4.397356, 4.070413, 2.934486",\
|
|
"5.390779, 5.344422, 5.234177, 4.907233, 3.771306");
|
|
}
|
|
|
|
} /* 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.088544, 0.134901, 0.245147, 0.572090, 1.708017",\
|
|
"0.038940, 0.085297, 0.195542, 0.522486, 1.658413",\
|
|
"-0.065953, -0.019596, 0.090649, 0.417593, 1.553519",\
|
|
"-0.311468, -0.265111, -0.154866, 0.172078, 1.308005",\
|
|
"-1.106171, -1.059814, -0.949569, -0.622625, 0.513302");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.431834, -2.385477, -2.275232, -1.948288, -0.812361",\
|
|
"-2.480186, -2.433829, -2.323584, -1.996640, -0.860713",\
|
|
"-2.591953, -2.545596, -2.435351, -2.108407, -0.972481",\
|
|
"-2.875601, -2.829244, -2.718999, -2.392055, -1.256128",\
|
|
"-3.712421, -3.666065, -3.555820, -3.228876, -2.092949");
|
|
}
|
|
|
|
} /* 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.002096 ;
|
|
|
|
/* 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.854517, 18.808159, 18.697914, 18.370972, 17.235044",\
|
|
"18.905916, 18.859558, 18.749313, 18.422371, 17.286444",\
|
|
"19.018053, 18.971695, 18.861450, 18.534508, 17.398581",\
|
|
"19.292463, 19.246105, 19.135860, 18.808918, 17.672991",\
|
|
"20.229692, 20.183334, 20.073090, 19.746147, 18.610220");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.996050, 17.949692, 17.839447, 17.512505, 16.376577",\
|
|
"18.041452, 17.995094, 17.884850, 17.557907, 16.421980",\
|
|
"18.154764, 18.108406, 17.998161, 17.671219, 16.535292",\
|
|
"18.521563, 18.475204, 18.364960, 18.038017, 16.902090",\
|
|
"19.930704, 19.884346, 19.774101, 19.447159, 18.311232");
|
|
}
|
|
|
|
} /* 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.612012, -0.565655, -0.455410, -0.128466, 1.007461",\
|
|
"-0.663411, -0.617054, -0.506809, -0.179865, 0.956061",\
|
|
"-0.775547, -0.729190, -0.618945, -0.292001, 0.843925",\
|
|
"-1.049807, -1.003450, -0.893205, -0.566261, 0.569666",\
|
|
"-1.984578, -1.938221, -1.827975, -1.501032, -0.365105");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.739303, -2.692945, -2.582700, -2.255757, -1.119830",\
|
|
"-2.784706, -2.738349, -2.628104, -2.301161, -1.165234",\
|
|
"-2.898017, -2.851660, -2.741415, -2.414471, -1.278545",\
|
|
"-3.264700, -3.218343, -3.108098, -2.781154, -1.645228",\
|
|
"-4.667465, -4.621108, -4.510863, -4.183920, -3.047993");
|
|
}
|
|
|
|
} /* 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.002398 ;
|
|
|
|
/* 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.849081, 18.802723, 18.692478, 18.365536, 17.229609",\
|
|
"18.900480, 18.854122, 18.743877, 18.416935, 17.281008",\
|
|
"19.012613, 18.966255, 18.856010, 18.529068, 17.393141",\
|
|
"19.287039, 19.240681, 19.130436, 18.803493, 17.667566",\
|
|
"20.224611, 20.178253, 20.068008, 19.741066, 18.605139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.058489, 18.012131, 17.901886, 17.574944, 16.439016",\
|
|
"18.103884, 18.057526, 17.947281, 17.620338, 16.484411",\
|
|
"18.217196, 18.170837, 18.060593, 17.733650, 16.597723",\
|
|
"18.584013, 18.537655, 18.427410, 18.100468, 16.964540",\
|
|
"19.993822, 19.947464, 19.837219, 19.510277, 18.374350");
|
|
}
|
|
|
|
} /* 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.601122, -0.554765, -0.444519, -0.117576, 1.018351",\
|
|
"-0.652520, -0.606163, -0.495918, -0.168974, 0.966953",\
|
|
"-0.764651, -0.718294, -0.608049, -0.281106, 0.854821",\
|
|
"-1.038910, -0.992553, -0.882307, -0.555364, 0.580563",\
|
|
"-1.973721, -1.927364, -1.817119, -1.490175, -0.354248");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.559760, -2.513402, -2.403157, -2.076214, -0.940287",\
|
|
"-2.605156, -2.558799, -2.448554, -2.121611, -0.985684",\
|
|
"-2.718468, -2.672111, -2.561866, -2.234922, -1.098995",\
|
|
"-3.085106, -3.038749, -2.928504, -2.601560, -1.465634",\
|
|
"-4.484500, -4.438143, -4.327898, -4.000955, -2.865028");
|
|
}
|
|
|
|
} /* 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.003405 ;
|
|
|
|
/* 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.826612, 18.780254, 18.670010, 18.343067, 17.207140",\
|
|
"18.878569, 18.832211, 18.721966, 18.395023, 17.259096",\
|
|
"18.982504, 18.936146, 18.825901, 18.498959, 17.363031",\
|
|
"19.226065, 19.179707, 19.069462, 18.742519, 17.606592",\
|
|
"20.014696, 19.968338, 19.858093, 19.531151, 18.395224");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.448072, 18.401714, 18.291470, 17.964527, 16.828600",\
|
|
"18.496210, 18.449852, 18.339607, 18.012665, 16.876738",\
|
|
"18.608706, 18.562347, 18.452103, 18.125160, 16.989233",\
|
|
"18.895655, 18.849297, 18.739052, 18.412109, 17.276182",\
|
|
"19.764582, 19.718224, 19.607979, 19.281036, 18.145109");
|
|
}
|
|
|
|
} /* 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.804444, -0.758087, -0.647842, -0.320898, 0.815029",\
|
|
"-0.856176, -0.809819, -0.699574, -0.372630, 0.763296",\
|
|
"-0.960348, -0.913991, -0.803746, -0.476802, 0.659125",\
|
|
"-1.203781, -1.157424, -1.047179, -0.720236, 0.415691",\
|
|
"-1.990948, -1.944591, -1.834346, -1.507402, -0.371475");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.598153, -2.551795, -2.441550, -2.114607, -0.978680",\
|
|
"-2.646314, -2.599957, -2.489712, -2.162768, -1.026842",\
|
|
"-2.758791, -2.712434, -2.602189, -2.275246, -1.139319",\
|
|
"-3.045378, -2.999021, -2.888775, -2.561832, -1.425905",\
|
|
"-3.911852, -3.865495, -3.755250, -3.428307, -2.292380");
|
|
}
|
|
|
|
} /* 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.002702 ;
|
|
|
|
/* 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.307482, 18.261124, 18.150879, 17.823936, 16.688009",\
|
|
"18.357161, 18.310802, 18.200558, 17.873615, 16.737688",\
|
|
"18.469198, 18.422840, 18.312595, 17.985653, 16.849726",\
|
|
"18.813330, 18.766972, 18.656727, 18.329784, 17.193857",\
|
|
"20.091295, 20.044937, 19.934692, 19.607750, 18.471823");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.669756, 18.623398, 18.513153, 18.186211, 17.050283",\
|
|
"18.719000, 18.672642, 18.562397, 18.235455, 17.099527",\
|
|
"18.831484, 18.785126, 18.674881, 18.347939, 17.212011",\
|
|
"19.183321, 19.136963, 19.026718, 18.699776, 17.563848",\
|
|
"20.446775, 20.400417, 20.290173, 19.963230, 18.827303");
|
|
}
|
|
|
|
} /* 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.890261, -0.843904, -0.733659, -0.406715, 0.729211",\
|
|
"-0.939942, -0.893585, -0.783340, -0.456396, 0.679531",\
|
|
"-1.051980, -1.005623, -0.895378, -0.568434, 0.567493",\
|
|
"-1.395781, -1.349424, -1.239179, -0.912235, 0.223692",\
|
|
"-2.662103, -2.615746, -2.505501, -2.178557, -1.042630");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.937614, -0.891257, -0.781012, -0.454068, 0.681859",\
|
|
"-0.986859, -0.940502, -0.830257, -0.503314, 0.632613",\
|
|
"-1.099342, -1.052985, -0.942739, -0.615796, 0.520131",\
|
|
"-1.451117, -1.404760, -1.294515, -0.967572, 0.168355",\
|
|
"-2.715049, -2.668692, -2.558447, -2.231503, -1.095577");
|
|
}
|
|
|
|
} /* 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.003935 ;
|
|
|
|
/* 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.163313, 19.116955, 19.006710, 18.679768, 17.543840",\
|
|
"19.212999, 19.166641, 19.056396, 18.729454, 17.593527",\
|
|
"19.318090, 19.271732, 19.161488, 18.834545, 17.698618",\
|
|
"19.562654, 19.516296, 19.406052, 19.079109, 17.943182",\
|
|
"20.350588, 20.304230, 20.193985, 19.867043, 18.731115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.953901, 18.907543, 18.797298, 18.470356, 17.334429",\
|
|
"19.002256, 18.955898, 18.845654, 18.518711, 17.382784",\
|
|
"19.114126, 19.067768, 18.957523, 18.630581, 17.494654",\
|
|
"19.400999, 19.354641, 19.244396, 18.917454, 17.781527",\
|
|
"20.253977, 20.207619, 20.097374, 19.770432, 18.634504");
|
|
}
|
|
|
|
} /* 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.024391, 0.070748, 0.180993, 0.507937, 1.643863",\
|
|
"-0.025294, 0.021063, 0.131309, 0.458252, 1.594179",\
|
|
"-0.130387, -0.084030, 0.026216, 0.353159, 1.489086",\
|
|
"-0.375529, -0.329172, -0.218927, 0.108017, 1.243944",\
|
|
"-1.169697, -1.123340, -1.013095, -0.686151, 0.449775");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.989696, -1.943339, -1.833094, -1.506150, -0.370223",\
|
|
"-2.038050, -1.991693, -1.881448, -1.554504, -0.418577",\
|
|
"-2.149918, -2.103561, -1.993316, -1.666372, -0.530445",\
|
|
"-2.436793, -2.390436, -2.280191, -1.953247, -0.817321",\
|
|
"-3.289770, -3.243412, -3.133167, -2.806224, -1.670297");
|
|
}
|
|
|
|
} /* 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.006007 ;
|
|
|
|
/* 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.220739, 19.174381, 19.064137, 18.737194, 17.601267",\
|
|
"19.270468, 19.224110, 19.113865, 18.786922, 17.650995",\
|
|
"19.375711, 19.329353, 19.219109, 18.892166, 17.756239",\
|
|
"19.619997, 19.573639, 19.463394, 19.136452, 18.000525",\
|
|
"20.407492, 20.361134, 20.250889, 19.923946, 18.788019");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.009455, 18.963097, 18.852852, 18.525909, 17.389982",\
|
|
"19.057795, 19.011436, 18.901192, 18.574249, 17.438322",\
|
|
"19.169737, 19.123379, 19.013134, 18.686192, 17.550264",\
|
|
"19.456633, 19.410275, 19.300030, 18.973087, 17.837160",\
|
|
"20.312685, 20.266327, 20.156082, 19.829140, 18.693213");
|
|
}
|
|
|
|
} /* 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.017753, 0.028604, 0.138849, 0.465792, 1.601719",\
|
|
"-0.067480, -0.021123, 0.089122, 0.416066, 1.551993",\
|
|
"-0.172726, -0.126369, -0.016124, 0.310820, 1.446746",\
|
|
"-0.417511, -0.371154, -0.260909, 0.066035, 1.201962",\
|
|
"-1.210510, -1.164153, -1.053908, -0.726964, 0.408962");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.045250, -1.998893, -1.888648, -1.561704, -0.425777",\
|
|
"-2.093586, -2.047229, -1.936984, -1.610040, -0.474114",\
|
|
"-2.205530, -2.159173, -2.048927, -1.721984, -0.586057",\
|
|
"-2.492427, -2.446070, -2.335824, -2.008881, -0.872954",\
|
|
"-3.348480, -3.302123, -3.191877, -2.864934, -1.729007");
|
|
}
|
|
|
|
} /* 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.004938 ;
|
|
|
|
/* 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.083696, 19.037338, 18.927094, 18.600151, 17.464224",\
|
|
"19.133333, 19.086975, 18.976730, 18.649788, 17.513861",\
|
|
"19.238340, 19.191982, 19.081738, 18.754795, 17.618868",\
|
|
"19.483099, 19.436741, 19.326496, 18.999554, 17.863626",\
|
|
"20.271666, 20.225307, 20.115063, 19.788120, 18.652193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.815435, 18.769077, 18.658833, 18.331890, 17.195963",\
|
|
"18.863779, 18.817421, 18.707176, 18.380234, 17.244307",\
|
|
"18.975603, 18.929245, 18.819000, 18.492058, 17.356131",\
|
|
"19.262316, 19.215958, 19.105713, 18.778770, 17.642843",\
|
|
"20.112661, 20.066303, 19.956059, 19.629116, 18.493189");
|
|
}
|
|
|
|
} /* 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.069872, 0.116230, 0.226475, 0.553418, 1.689345",\
|
|
"0.020234, 0.066591, 0.176836, 0.503780, 1.639707",\
|
|
"-0.084773, -0.038416, 0.071829, 0.398773, 1.534700",\
|
|
"-0.330052, -0.283695, -0.173450, 0.153494, 1.289421",\
|
|
"-1.124203, -1.077846, -0.967601, -0.640657, 0.495269");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.851229, -1.804872, -1.694627, -1.367683, -0.231756",\
|
|
"-1.899571, -1.853214, -1.742969, -1.416025, -0.280099",\
|
|
"-2.011395, -1.965038, -1.854793, -1.527849, -0.391923",\
|
|
"-2.298109, -2.251752, -2.141507, -1.814563, -0.678636",\
|
|
"-3.148453, -3.102096, -2.991851, -2.664907, -1.528980");
|
|
}
|
|
|
|
} /* 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.005965 ;
|
|
|
|
/* 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.151804, 19.105446, 18.995201, 18.668259, 17.532331",\
|
|
"19.201479, 19.155121, 19.044876, 18.717934, 17.582006",\
|
|
"19.306601, 19.260242, 19.149998, 18.823055, 17.687128",\
|
|
"19.551123, 19.504765, 19.394520, 19.067577, 17.931650",\
|
|
"20.339121, 20.292763, 20.182518, 19.855576, 18.719648");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.917406, 18.871048, 18.760803, 18.433861, 17.297934",\
|
|
"18.965742, 18.919384, 18.809139, 18.482197, 17.346270",\
|
|
"19.077623, 19.031265, 18.921021, 18.594078, 17.458151",\
|
|
"19.364485, 19.318127, 19.207882, 18.880939, 17.745012",\
|
|
"20.218000, 20.171642, 20.061398, 19.734455, 18.598528");
|
|
}
|
|
|
|
} /* 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.039055, 0.085412, 0.195657, 0.522601, 1.658528",\
|
|
"-0.010621, 0.035736, 0.145981, 0.472925, 1.608852",\
|
|
"-0.115745, -0.069388, 0.040857, 0.367801, 1.503728",\
|
|
"-0.360810, -0.314453, -0.204208, 0.122736, 1.258662",\
|
|
"-1.154706, -1.108349, -0.998104, -0.671160, 0.464767");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.953200, -1.906843, -1.796598, -1.469654, -0.333727",\
|
|
"-2.001534, -1.955177, -1.844932, -1.517988, -0.382061",\
|
|
"-2.113418, -2.067061, -1.956816, -1.629872, -0.493945",\
|
|
"-2.400278, -2.353920, -2.243675, -1.916732, -0.780805",\
|
|
"-3.253793, -3.207436, -3.097191, -2.770247, -1.634320");
|
|
}
|
|
|
|
} /* 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.006526 ;
|
|
|
|
/* 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.185518, 19.139160, 19.028915, 18.701973, 17.566046",\
|
|
"19.235220, 19.188862, 19.078617, 18.751675, 17.615747",\
|
|
"19.340399, 19.294041, 19.183796, 18.856853, 17.720926",\
|
|
"19.584822, 19.538464, 19.428219, 19.101276, 17.965349",\
|
|
"20.372660, 20.326302, 20.216057, 19.889114, 18.753187");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.022757, 18.976398, 18.866154, 18.539211, 17.403284",\
|
|
"19.071096, 19.024738, 18.914494, 18.587551, 17.451624",\
|
|
"19.183008, 19.136650, 19.026405, 18.699463, 17.563536",\
|
|
"19.469912, 19.423553, 19.313309, 18.986366, 17.850439",\
|
|
"20.324759, 20.278400, 20.168156, 19.841213, 18.705286");
|
|
}
|
|
|
|
} /* 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.013858, 0.060215, 0.170460, 0.497404, 1.633331",\
|
|
"-0.035845, 0.010512, 0.120757, 0.447701, 1.583628",\
|
|
"-0.141024, -0.094666, 0.015579, 0.342522, 1.478449",\
|
|
"-0.385990, -0.339633, -0.229387, 0.097556, 1.233483",\
|
|
"-1.179765, -1.133408, -1.023163, -0.696219, 0.439708");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.058697, -2.012340, -1.902095, -1.575151, -0.439224",\
|
|
"-2.107037, -2.060680, -1.950435, -1.623491, -0.487564",\
|
|
"-2.218949, -2.172592, -2.062346, -1.735403, -0.599476",\
|
|
"-2.505852, -2.459495, -2.349250, -2.022306, -0.886379",\
|
|
"-3.360696, -3.314339, -3.204094, -2.877150, -1.741224");
|
|
}
|
|
|
|
} /* 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.010190 ;
|
|
|
|
/* 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.298288, 19.251930, 19.141685, 18.814743, 17.678816",\
|
|
"19.349154, 19.302795, 19.192551, 18.865608, 17.729681",\
|
|
"19.453615, 19.407257, 19.297012, 18.970070, 17.834143",\
|
|
"19.697420, 19.651062, 19.540817, 19.213875, 18.077948",\
|
|
"20.483240, 20.436882, 20.326637, 19.999695, 18.863768");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.114035, 19.067677, 18.957432, 18.630489, 17.494562",\
|
|
"19.162153, 19.115795, 19.005550, 18.678608, 17.542681",\
|
|
"19.274466, 19.228107, 19.117863, 18.790920, 17.654993",\
|
|
"19.561354, 19.514996, 19.404751, 19.077808, 17.941881",\
|
|
"20.423616, 20.377258, 20.267014, 19.940071, 18.804144");
|
|
}
|
|
|
|
} /* 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.089195, -0.042838, 0.067407, 0.394351, 1.530278",\
|
|
"-0.140370, -0.094012, 0.016233, 0.343176, 1.479103",\
|
|
"-0.244519, -0.198162, -0.087917, 0.239027, 1.374954",\
|
|
"-0.488701, -0.442344, -0.332099, -0.005155, 1.130772",\
|
|
"-1.277815, -1.231458, -1.121213, -0.794269, 0.341657");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.149973, -2.103616, -1.993371, -1.666427, -0.530500",\
|
|
"-2.198091, -2.151734, -2.041489, -1.714545, -0.578618",\
|
|
"-2.310406, -2.264049, -2.153803, -1.826860, -0.690933",\
|
|
"-2.597294, -2.550937, -2.440692, -2.113748, -0.977822",\
|
|
"-3.459555, -3.413198, -3.302953, -2.976009, -1.840082");
|
|
}
|
|
|
|
} /* 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.006252 ;
|
|
|
|
/* 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.155954, 19.109596, 18.999352, 18.672409, 17.536482",\
|
|
"19.205690, 19.159332, 19.049088, 18.722145, 17.586218",\
|
|
"19.310972, 19.264614, 19.154369, 18.827427, 17.691500",\
|
|
"19.555265, 19.508907, 19.398663, 19.071720, 17.935793",\
|
|
"20.343454, 20.297096, 20.186852, 19.859909, 18.723982");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.916601, 18.870243, 18.759998, 18.433056, 17.297129",\
|
|
"18.964937, 18.918579, 18.808334, 18.481392, 17.345465",\
|
|
"19.076899, 19.030540, 18.920296, 18.593353, 17.457426",\
|
|
"19.363672, 19.317314, 19.207069, 18.880127, 17.744200",\
|
|
"20.219763, 20.173405, 20.063160, 19.736217, 18.600290");
|
|
}
|
|
|
|
} /* 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.271656, -0.225299, -0.115054, 0.211890, 1.347817",\
|
|
"-0.321393, -0.275036, -0.164791, 0.162153, 1.298080",\
|
|
"-0.426674, -0.380317, -0.270072, 0.056872, 1.192798",\
|
|
"-0.671391, -0.625034, -0.514789, -0.187845, 0.948082",\
|
|
"-1.464266, -1.417909, -1.307664, -0.980720, 0.155207");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.952542, -1.906185, -1.795940, -1.468996, -0.333069",\
|
|
"-2.000875, -1.954518, -1.844273, -1.517329, -0.381403",\
|
|
"-2.112839, -2.066482, -1.956237, -1.629293, -0.493366",\
|
|
"-2.399611, -2.353253, -2.243008, -1.916065, -0.780138",\
|
|
"-3.255703, -3.209346, -3.099101, -2.772157, -1.636231");
|
|
}
|
|
|
|
} /* 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.005216 ;
|
|
|
|
/* 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.170782, 19.124424, 19.014179, 18.687237, 17.551310",\
|
|
"19.220499, 19.174141, 19.063896, 18.736954, 17.601027",\
|
|
"19.325697, 19.279339, 19.169094, 18.842152, 17.706224",\
|
|
"19.570097, 19.523739, 19.413494, 19.086552, 17.950624",\
|
|
"20.358034, 20.311676, 20.201431, 19.874489, 18.738562");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.984259, 18.937901, 18.827656, 18.500713, 17.364786",\
|
|
"19.032606, 18.986248, 18.876003, 18.549061, 17.413134",\
|
|
"19.144529, 19.098171, 18.987926, 18.660984, 17.525057",\
|
|
"19.431402, 19.385044, 19.274799, 18.947857, 17.811930",\
|
|
"20.286474, 20.240116, 20.129871, 19.802929, 18.667002");
|
|
}
|
|
|
|
} /* 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.244801, -0.198444, -0.088199, 0.238745, 1.374672",\
|
|
"-0.294517, -0.248160, -0.137915, 0.189029, 1.324955",\
|
|
"-0.399715, -0.353358, -0.243113, 0.083831, 1.219758",\
|
|
"-0.644628, -0.598271, -0.488026, -0.161082, 0.974844",\
|
|
"-1.438165, -1.391808, -1.281563, -0.954619, 0.181308");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.020199, -1.973842, -1.863597, -1.536653, -0.400727",\
|
|
"-2.068545, -2.022188, -1.911943, -1.584999, -0.449073",\
|
|
"-2.180467, -2.134110, -2.023865, -1.696921, -0.560994",\
|
|
"-2.467342, -2.420985, -2.310740, -1.983796, -0.847870",\
|
|
"-3.322412, -3.276055, -3.165810, -2.838866, -1.702939");
|
|
}
|
|
|
|
} /* 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.005552 ;
|
|
|
|
/* 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.250422, 19.204063, 19.093819, 18.766876, 17.630949",\
|
|
"19.300108, 19.253750, 19.143505, 18.816563, 17.680635",\
|
|
"19.405245, 19.358887, 19.248642, 18.921700, 17.785772",\
|
|
"19.649733, 19.603374, 19.493130, 19.166187, 18.030260",\
|
|
"20.437605, 20.391247, 20.281002, 19.954060, 18.818132");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.099401, 19.053043, 18.942799, 18.615856, 17.479929",\
|
|
"19.147741, 19.101383, 18.991138, 18.664196, 17.528269",\
|
|
"19.259634, 19.213276, 19.103031, 18.776089, 17.640162",\
|
|
"19.546507, 19.500149, 19.389904, 19.062962, 17.927034",\
|
|
"20.400393, 20.354034, 20.243790, 19.916847, 18.780920");
|
|
}
|
|
|
|
} /* 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.236862, -0.190505, -0.080260, 0.246684, 1.382611",\
|
|
"-0.286549, -0.240192, -0.129947, 0.196997, 1.332924",\
|
|
"-0.391688, -0.345330, -0.235085, 0.091858, 1.227785",\
|
|
"-0.636738, -0.590381, -0.480136, -0.153193, 0.982734",\
|
|
"-1.430735, -1.384377, -1.274132, -0.947189, 0.188738");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.135603, -2.089246, -1.979001, -1.652057, -0.516131",\
|
|
"-2.183943, -2.137586, -2.027340, -1.700397, -0.564470",\
|
|
"-2.295834, -2.249477, -2.139232, -1.812288, -0.676361",\
|
|
"-2.582708, -2.536351, -2.426106, -2.099162, -0.963236",\
|
|
"-3.436592, -3.390234, -3.279989, -2.953046, -1.817119");
|
|
}
|
|
|
|
} /* 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.005398 ;
|
|
|
|
/* 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.280092, 19.233734, 19.123489, 18.796547, 17.660620",\
|
|
"19.329802, 19.283443, 19.173199, 18.846256, 17.710329",\
|
|
"19.434988, 19.388630, 19.278385, 18.951443, 17.815516",\
|
|
"19.679369, 19.633011, 19.522766, 19.195824, 18.059896",\
|
|
"20.466909, 20.420551, 20.310307, 19.983364, 18.847437");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.137281, 19.090923, 18.980679, 18.653736, 17.517809",\
|
|
"19.185625, 19.139267, 19.029022, 18.702080, 17.566153",\
|
|
"19.297537, 19.251179, 19.140934, 18.813992, 17.678064",\
|
|
"19.584425, 19.538067, 19.427822, 19.100880, 17.964952",\
|
|
"20.439241, 20.392883, 20.282639, 19.955696, 18.819769");
|
|
}
|
|
|
|
} /* 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.248479, -0.202122, -0.091877, 0.235067, 1.370994",\
|
|
"-0.298187, -0.251830, -0.141585, 0.185359, 1.321285",\
|
|
"-0.403374, -0.357017, -0.246772, 0.080172, 1.216099",\
|
|
"-0.648288, -0.601931, -0.491686, -0.164742, 0.971185",\
|
|
"-1.441634, -1.395277, -1.285032, -0.958088, 0.177839");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.173482, -2.127125, -2.016880, -1.689936, -0.554009",\
|
|
"-2.221825, -2.175467, -2.065222, -1.738279, -0.602352",\
|
|
"-2.333737, -2.287380, -2.177135, -1.850191, -0.714265",\
|
|
"-2.620626, -2.574269, -2.464024, -2.137080, -1.001154",\
|
|
"-3.475441, -3.429084, -3.318839, -2.991895, -1.855968");
|
|
}
|
|
|
|
} /* 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.005743 ;
|
|
|
|
/* 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.240404, 19.194046, 19.083801, 18.756859, 17.620932",\
|
|
"19.290159, 19.243801, 19.133556, 18.806614, 17.670687",\
|
|
"19.395475, 19.349117, 19.238873, 18.911930, 17.776003",\
|
|
"19.639711, 19.593353, 19.483109, 19.156166, 18.020239",\
|
|
"20.427858, 20.381500, 20.271255, 19.944313, 18.808386");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.003485, 18.957127, 18.846882, 18.519939, 17.384012",\
|
|
"19.051821, 19.005463, 18.895218, 18.568275, 17.432348",\
|
|
"19.163805, 19.117447, 19.007202, 18.680260, 17.544333",\
|
|
"19.450590, 19.404232, 19.293987, 18.967045, 17.831118",\
|
|
"20.307470, 20.261112, 20.150867, 19.823925, 18.687998");
|
|
}
|
|
|
|
} /* 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.071318, -0.024961, 0.085284, 0.412228, 1.548154",\
|
|
"-0.121073, -0.074715, 0.035530, 0.362473, 1.498400",\
|
|
"-0.226389, -0.180032, -0.069787, 0.257157, 1.393084",\
|
|
"-0.471032, -0.424675, -0.314430, 0.012514, 1.148441",\
|
|
"-1.263721, -1.217364, -1.107119, -0.780175, 0.355752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.039691, -1.993334, -1.883089, -1.556145, -0.420218",\
|
|
"-2.088028, -2.041671, -1.931426, -1.604482, -0.468556",\
|
|
"-2.200010, -2.153653, -2.043408, -1.716464, -0.580538",\
|
|
"-2.486795, -2.440438, -2.330193, -2.003249, -0.867322",\
|
|
"-3.343677, -3.297319, -3.187074, -2.860131, -1.724204");
|
|
}
|
|
|
|
} /* 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.005181 ;
|
|
|
|
/* 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.250357, 19.203999, 19.093754, 18.766811, 17.630884",\
|
|
"19.300081, 19.253723, 19.143478, 18.816536, 17.680609",\
|
|
"19.405298, 19.358940, 19.248695, 18.921753, 17.785826",\
|
|
"19.649668, 19.603310, 19.493065, 19.166122, 18.030195",\
|
|
"20.437551, 20.391193, 20.280949, 19.954006, 18.818079");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.069860, 19.023502, 18.913258, 18.586315, 17.450388",\
|
|
"19.118208, 19.071850, 18.961605, 18.634663, 17.498735",\
|
|
"19.230139, 19.183781, 19.073536, 18.746593, 17.610666",\
|
|
"19.517008, 19.470650, 19.360405, 19.033463, 17.897535",\
|
|
"20.372400, 20.326042, 20.215797, 19.888855, 18.752928");
|
|
}
|
|
|
|
} /* 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.035515, 0.010842, 0.121087, 0.448031, 1.583958",\
|
|
"-0.085240, -0.038883, 0.071362, 0.398306, 1.534233",\
|
|
"-0.190454, -0.144097, -0.033852, 0.293091, 1.429018",\
|
|
"-0.435294, -0.388937, -0.278692, 0.048252, 1.184178",\
|
|
"-1.228323, -1.181966, -1.071721, -0.744777, 0.391150");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.011364, -1.965007, -1.854762, -1.527818, -0.391891",\
|
|
"-2.059712, -2.013355, -1.903110, -1.576166, -0.440240",\
|
|
"-2.171643, -2.125286, -2.015040, -1.688097, -0.552170",\
|
|
"-2.457246, -2.410889, -2.300644, -1.973701, -0.837774",\
|
|
"-3.305215, -3.258858, -3.148613, -2.821670, -1.685743");
|
|
}
|
|
|
|
} /* 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.005801 ;
|
|
|
|
/* 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.702620, 18.656261, 18.546017, 18.219074, 17.083147",\
|
|
"18.754099, 18.707741, 18.597496, 18.270554, 17.134626",\
|
|
"18.864531, 18.818172, 18.707928, 18.380985, 17.245058",\
|
|
"19.150763, 19.104404, 18.994160, 18.667217, 17.531290",\
|
|
"20.101778, 20.055420, 19.945175, 19.618233, 18.482306");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.423258, 18.376900, 18.266655, 17.939713, 16.803785",\
|
|
"18.473501, 18.427143, 18.316898, 17.989956, 16.854029",\
|
|
"18.586786, 18.540428, 18.430183, 18.103241, 16.967314",\
|
|
"18.938768, 18.892410, 18.782166, 18.455223, 17.319296",\
|
|
"20.202757, 20.156399, 20.046154, 19.719212, 18.583284");
|
|
}
|
|
|
|
} /* 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.769630, -0.723273, -0.613027, -0.286084, 0.849843",\
|
|
"-0.821107, -0.774750, -0.664505, -0.337561, 0.798365",\
|
|
"-0.931540, -0.885183, -0.774938, -0.447994, 0.687932",\
|
|
"-1.217654, -1.171297, -1.061052, -0.734109, 0.401818",\
|
|
"-2.167530, -2.121173, -2.010928, -1.683984, -0.548058");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.166481, -0.120124, -0.009879, 0.317064, 1.452991",\
|
|
"-0.216726, -0.170369, -0.060124, 0.266820, 1.402746",\
|
|
"-0.330010, -0.283653, -0.173408, 0.153536, 1.289462",\
|
|
"-0.681989, -0.635632, -0.525387, -0.198443, 0.937484",\
|
|
"-1.946415, -1.900058, -1.789813, -1.462869, -0.326943");
|
|
}
|
|
|
|
} /* 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.004978 ;
|
|
|
|
/* 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.797888, 19.751530, 19.641285, 19.314342, 18.178415",\
|
|
"19.848200, 19.801842, 19.691597, 19.364655, 18.228727",\
|
|
"19.961386, 19.915028, 19.804783, 19.477840, 18.341913",\
|
|
"20.283892, 20.237534, 20.127289, 19.800346, 18.664419",\
|
|
"21.401381, 21.355022, 21.244778, 20.917835, 19.781908");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.457159, 19.410801, 19.300556, 18.973614, 17.837687",\
|
|
"19.505239, 19.458881, 19.348637, 19.021694, 17.885767",\
|
|
"19.617750, 19.571392, 19.461147, 19.134205, 17.998278",\
|
|
"19.972757, 19.926399, 19.816154, 19.489212, 18.353285",\
|
|
"21.282286, 21.235928, 21.125683, 20.798740, 19.662813");
|
|
}
|
|
|
|
} /* 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.158500, -1.112143, -1.001898, -0.674955, 0.460972",\
|
|
"-1.208812, -1.162455, -1.052210, -0.725267, 0.410660",\
|
|
"-1.321997, -1.275640, -1.165394, -0.838451, 0.297476",\
|
|
"-1.644361, -1.598004, -1.487759, -1.160815, -0.024889",\
|
|
"-2.765003, -2.718646, -2.608401, -2.281457, -1.145531");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.687985, -1.641628, -1.531383, -1.204440, -0.068513",\
|
|
"-1.736066, -1.689709, -1.579463, -1.252520, -0.116593",\
|
|
"-1.848575, -1.802218, -1.691973, -1.365030, -0.229103",\
|
|
"-2.203582, -2.157225, -2.046980, -1.720037, -0.584110",\
|
|
"-3.513112, -3.466755, -3.356510, -3.029566, -1.893640");
|
|
}
|
|
|
|
} /* 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.006398 ;
|
|
|
|
/* 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.790224, 19.743866, 19.633621, 19.306679, 18.170752",\
|
|
"19.841703, 19.795345, 19.685101, 19.358158, 18.222231",\
|
|
"19.952131, 19.905773, 19.795528, 19.468586, 18.332659",\
|
|
"20.238298, 20.191940, 20.081696, 19.754753, 18.618826",\
|
|
"21.188677, 21.142319, 21.032074, 20.705132, 19.569204");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.475191, 19.428833, 19.318588, 18.991646, 17.855719",\
|
|
"19.525427, 19.479069, 19.368824, 19.041882, 17.905954",\
|
|
"19.638708, 19.592350, 19.482105, 19.155163, 18.019236",\
|
|
"19.990770, 19.944412, 19.834167, 19.507225, 18.371298",\
|
|
"21.255827, 21.209469, 21.099224, 20.772282, 19.636354");
|
|
}
|
|
|
|
} /* 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.121693, -1.075336, -0.965091, -0.638147, 0.497779",\
|
|
"-1.173171, -1.126814, -1.016569, -0.689626, 0.446301",\
|
|
"-1.283601, -1.237244, -1.126998, -0.800055, 0.335872",\
|
|
"-1.569608, -1.523251, -1.413006, -1.086063, 0.049864",\
|
|
"-2.522660, -2.476303, -2.366057, -2.039114, -0.903187");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.397035, -1.350678, -1.240433, -0.913490, 0.222437",\
|
|
"-1.447268, -1.400910, -1.290665, -0.963722, 0.172205",\
|
|
"-1.560550, -1.514193, -1.403948, -1.077004, 0.058923",\
|
|
"-1.912179, -1.865822, -1.755577, -1.428634, -0.292707",\
|
|
"-3.169971, -3.123613, -3.013368, -2.686425, -1.550498");
|
|
}
|
|
|
|
} /* 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.006598 ;
|
|
|
|
/* 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.787802, 19.741444, 19.631199, 19.304256, 18.168329",\
|
|
"19.839212, 19.792854, 19.682610, 19.355667, 18.219740",\
|
|
"19.949659, 19.903301, 19.793056, 19.466114, 18.330187",\
|
|
"20.235651, 20.189293, 20.079048, 19.752106, 18.616179",\
|
|
"21.184278, 21.137920, 21.027676, 20.700733, 19.564806");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.517305, 19.470947, 19.360703, 19.033760, 17.897833",\
|
|
"19.567503, 19.521145, 19.410900, 19.083958, 17.948030",\
|
|
"19.680773, 19.634415, 19.524170, 19.197227, 18.061300",\
|
|
"20.032904, 19.986546, 19.876301, 19.549358, 18.413431",\
|
|
"21.297777, 21.251419, 21.141174, 20.814232, 19.678305");
|
|
}
|
|
|
|
} /* 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.089051, -1.042694, -0.932449, -0.605505, 0.530421",\
|
|
"-1.140460, -1.094103, -0.983858, -0.656915, 0.479012",\
|
|
"-1.250908, -1.204551, -1.094306, -0.767363, 0.368564",\
|
|
"-1.536845, -1.490488, -1.380243, -1.053300, 0.082627",\
|
|
"-2.489489, -2.443132, -2.332887, -2.005943, -0.870017");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.136296, -1.089939, -0.979694, -0.652750, 0.483177",\
|
|
"-1.186494, -1.140136, -1.029891, -0.702948, 0.432979",\
|
|
"-1.299763, -1.253406, -1.143161, -0.816217, 0.319709",\
|
|
"-1.651712, -1.605355, -1.495110, -1.168166, -0.032240",\
|
|
"-2.913672, -2.867315, -2.757070, -2.430126, -1.294200");
|
|
}
|
|
|
|
} /* 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.008303 ;
|
|
|
|
/* 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 ( "19.918812, 19.872454, 19.762209, 19.435265, 18.299339",\
|
|
"19.967857, 19.921499, 19.811255, 19.484310, 18.348385",\
|
|
"20.078449, 20.032091, 19.921846, 19.594902, 18.458977",\
|
|
"20.403873, 20.357515, 20.247271, 19.920326, 18.784401",\
|
|
"21.549694, 21.503336, 21.393091, 21.066147, 19.930222");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.282433, 19.236074, 19.125830, 18.798885, 17.662960",\
|
|
"19.333504, 19.287146, 19.176901, 18.849957, 17.714031",\
|
|
"19.448200, 19.401842, 19.291597, 18.964653, 17.828728",\
|
|
"19.813629, 19.767271, 19.657026, 19.330082, 18.194157",\
|
|
"21.231979, 21.185621, 21.075377, 20.748432, 19.612507");
|
|
}
|
|
|
|
} /* 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.687541, -0.641184, -0.530939, -0.203996, 0.931931",\
|
|
"-0.736586, -0.690229, -0.579984, -0.253040, 0.882886",\
|
|
"-0.847180, -0.800823, -0.690578, -0.363635, 0.772292",\
|
|
"-1.172717, -1.126360, -1.016114, -0.689171, 0.446756",\
|
|
"-2.320714, -2.274357, -2.164112, -1.837168, -0.701241");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.014237, -0.967880, -0.857634, -0.530691, 0.605236",\
|
|
"-1.065307, -1.018950, -0.908705, -0.581761, 0.554166",\
|
|
"-1.180003, -1.133646, -1.023401, -0.696457, 0.439470",\
|
|
"-1.545344, -1.498986, -1.388741, -1.061798, 0.074129",\
|
|
"-2.959435, -2.913078, -2.802833, -2.475890, -1.339963");
|
|
}
|
|
|
|
} /* 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.003390 ;
|
|
|
|
/* 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.719128, 20.672770, 20.562525, 20.235580, 19.099655",\
|
|
"20.767990, 20.721632, 20.611387, 20.284443, 19.148518",\
|
|
"20.880238, 20.833879, 20.723635, 20.396690, 19.260765",\
|
|
"21.189320, 21.142962, 21.032717, 20.705772, 19.569847",\
|
|
"22.266945, 22.220587, 22.110342, 21.783398, 20.647472");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.892040, 19.845682, 19.735437, 19.408493, 18.272568",\
|
|
"19.943008, 19.896650, 19.786406, 19.459461, 18.323536",\
|
|
"20.054543, 20.008184, 19.897940, 19.570995, 18.435070",\
|
|
"20.369453, 20.323095, 20.212851, 19.885906, 18.749981",\
|
|
"21.359314, 21.312956, 21.202711, 20.875767, 19.739841");
|
|
}
|
|
|
|
} /* 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.795575, -0.749218, -0.638973, -0.312029, 0.823898",\
|
|
"-0.844436, -0.798079, -0.687833, -0.360890, 0.775037",\
|
|
"-0.956683, -0.910326, -0.800080, -0.473137, 0.662790",\
|
|
"-1.265766, -1.219409, -1.109164, -0.782220, 0.353707",\
|
|
"-2.343388, -2.297031, -2.186786, -1.859842, -0.723915");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-1.248303, -1.201946, -1.091701, -0.764757, 0.371170",\
|
|
"-1.299271, -1.252914, -1.142669, -0.815726, 0.320201",\
|
|
"-1.410806, -1.364449, -1.254203, -0.927260, 0.208667",\
|
|
"-1.725714, -1.679357, -1.569111, -1.242168, -0.106241",\
|
|
"-2.715577, -2.669220, -2.558975, -2.232031, -1.096104");
|
|
}
|
|
|
|
} /* 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.005365 ;
|
|
|
|
/* 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 ( "19.905674, 19.859316, 19.749071, 19.422127, 18.286201",\
|
|
"19.957310, 19.910952, 19.800707, 19.473763, 18.337837",\
|
|
"20.067692, 20.021334, 19.911089, 19.584145, 18.448219",\
|
|
"20.353859, 20.307501, 20.197256, 19.870312, 18.734386",\
|
|
"21.304409, 21.258051, 21.147806, 20.820862, 19.684937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.141689, 19.095331, 18.985086, 18.658142, 17.522217",\
|
|
"19.192005, 19.145647, 19.035402, 18.708458, 17.572533",\
|
|
"19.305325, 19.258966, 19.148722, 18.821777, 17.685852",\
|
|
"19.657257, 19.610899, 19.500654, 19.173710, 18.037785",\
|
|
"20.923965, 20.877607, 20.767363, 20.440418, 19.304493");
|
|
}
|
|
|
|
} /* 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.462266, -0.415909, -0.305664, 0.021280, 1.157207",\
|
|
"-0.513901, -0.467544, -0.357298, -0.030355, 1.105572",\
|
|
"-0.624284, -0.577927, -0.467682, -0.140738, 0.995189",\
|
|
"-0.910344, -0.863987, -0.753742, -0.426798, 0.709129",\
|
|
"-1.859845, -1.813488, -1.703243, -1.376299, -0.240373");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.452070, -0.405713, -0.295468, 0.031476, 1.167403",\
|
|
"-0.502388, -0.456031, -0.345786, -0.018842, 1.117085",\
|
|
"-0.615708, -0.569350, -0.459105, -0.132162, 1.003765",\
|
|
"-0.967633, -0.921276, -0.811031, -0.484088, 0.651839",\
|
|
"-2.235225, -2.188868, -2.078623, -1.751679, -0.615752");
|
|
}
|
|
|
|
} /* 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.009512 ;
|
|
|
|
/* 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 ( "19.904331, 19.857973, 19.747728, 19.420784, 18.284859",\
|
|
"19.955101, 19.908743, 19.798498, 19.471554, 18.335629",\
|
|
"20.064190, 20.017832, 19.907587, 19.580643, 18.444717",\
|
|
"20.342094, 20.295736, 20.185492, 19.858547, 18.722622",\
|
|
"21.249538, 21.203180, 21.092936, 20.765991, 19.630066");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.178143, 19.131784, 19.021540, 18.694595, 17.558670",\
|
|
"19.227806, 19.181448, 19.071203, 18.744259, 17.608334",\
|
|
"19.341831, 19.295473, 19.185228, 18.858284, 17.722359",\
|
|
"19.703861, 19.657503, 19.547258, 19.220314, 18.084389",\
|
|
"21.055054, 21.008696, 20.898451, 20.571507, 19.435581");
|
|
}
|
|
|
|
} /* 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.468988, -0.422631, -0.312386, 0.014558, 1.150484",\
|
|
"-0.519755, -0.473398, -0.363153, -0.036210, 1.099717",\
|
|
"-0.628846, -0.582489, -0.472243, -0.145300, 0.990627",\
|
|
"-0.906750, -0.860393, -0.750148, -0.423204, 0.712722",\
|
|
"-1.813789, -1.767431, -1.657186, -1.330243, -0.194316");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.892422, -0.846065, -0.735820, -0.408876, 0.727050",\
|
|
"-0.942087, -0.895730, -0.785485, -0.458541, 0.677385",\
|
|
"-1.056111, -1.009754, -0.899509, -0.572566, 0.563361",\
|
|
"-1.417981, -1.371624, -1.261379, -0.934435, 0.201492",\
|
|
"-2.765510, -2.719153, -2.608908, -2.281965, -1.146038");
|
|
}
|
|
|
|
} /* 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.002703 ;
|
|
|
|
/* 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.469539, -0.515896, -0.626141, -0.953084, -2.089011",\
|
|
"-0.419846, -0.466203, -0.576449, -0.903392, -2.039319",\
|
|
"-0.314773, -0.361130, -0.471376, -0.798319, -1.934246",\
|
|
"-0.070003, -0.116360, -0.226605, -0.553548, -1.689475",\
|
|
"0.719826, 0.673469, 0.563223, 0.236280, -0.899647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.087908, 1.041551, 0.931306, 0.604362, -0.531564",\
|
|
"1.136277, 1.089920, 0.979675, 0.652732, -0.483195",\
|
|
"1.248134, 1.201777, 1.091531, 0.764588, -0.371339",\
|
|
"1.534600, 1.488243, 1.377998, 1.051055, -0.084872",\
|
|
"2.384780, 2.338423, 2.228178, 1.901234, 0.765308");
|
|
}
|
|
|
|
} /* 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.553932, 0.600289, 0.710534, 1.037478, 2.173405",\
|
|
"0.504240, 0.550597, 0.660842, 0.987786, 2.123712",\
|
|
"0.399167, 0.445524, 0.555769, 0.882712, 2.018639",\
|
|
"0.154396, 0.200753, 0.310998, 0.637942, 1.773868",\
|
|
"-0.635432, -0.589075, -0.478830, -0.151886, 0.984040");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.760152, -0.713795, -0.603550, -0.276606, 0.859320",\
|
|
"-0.808521, -0.762164, -0.651919, -0.324976, 0.810951",\
|
|
"-0.920378, -0.874021, -0.763775, -0.436832, 0.699095",\
|
|
"-1.206844, -1.160487, -1.050242, -0.723299, 0.412628",\
|
|
"-2.057024, -2.010667, -1.900422, -1.573478, -0.437552");
|
|
}
|
|
|
|
} /* 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.002552 ;
|
|
|
|
/* 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.441047, -0.487404, -0.597649, -0.924593, -2.060519",\
|
|
"-0.391356, -0.437713, -0.547958, -0.874902, -2.010828",\
|
|
"-0.286290, -0.332647, -0.442892, -0.769835, -1.905762",\
|
|
"-0.041507, -0.087864, -0.198109, -0.525053, -1.660980",\
|
|
"0.748331, 0.701974, 0.591729, 0.264786, -0.871141");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.114364, 1.068007, 0.957762, 0.630819, -0.505108",\
|
|
"1.162735, 1.116378, 1.006133, 0.679189, -0.456737",\
|
|
"1.274588, 1.228231, 1.117985, 0.791042, -0.344885",\
|
|
"1.561051, 1.514694, 1.404449, 1.077506, -0.058421",\
|
|
"2.411078, 2.364721, 2.254476, 1.927532, 0.791605");
|
|
}
|
|
|
|
} /* 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.525551, 0.571908, 0.682153, 1.009096, 2.145023",\
|
|
"0.475860, 0.522217, 0.632462, 0.959405, 2.095332",\
|
|
"0.370793, 0.417150, 0.527395, 0.854339, 1.990266",\
|
|
"0.126011, 0.172368, 0.282613, 0.609556, 1.745483",\
|
|
"-0.663828, -0.617471, -0.507226, -0.180282, 0.955644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.786426, -0.740069, -0.629824, -0.302881, 0.833046",\
|
|
"-0.834797, -0.788440, -0.678195, -0.351251, 0.784675",\
|
|
"-0.946650, -0.900293, -0.790047, -0.463104, 0.672823",\
|
|
"-1.233113, -1.186756, -1.076511, -0.749568, 0.386359",\
|
|
"-2.083140, -2.036783, -1.926538, -1.599594, -0.463667");
|
|
}
|
|
|
|
} /* 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.002939 ;
|
|
|
|
/* 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.665333, -0.711690, -0.821935, -1.148878, -2.284805",\
|
|
"-0.615597, -0.661955, -0.772200, -1.099143, -2.235070",\
|
|
"-0.510422, -0.556779, -0.667024, -0.993968, -2.129894",\
|
|
"-0.265827, -0.312184, -0.422429, -0.749373, -1.885300",\
|
|
"0.523838, 0.477481, 0.367236, 0.040292, -1.095634");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.728727, 0.682370, 0.572125, 0.245182, -0.890745",\
|
|
"0.777100, 0.730743, 0.620498, 0.293555, -0.842372",\
|
|
"0.889008, 0.842651, 0.732406, 0.405463, -0.730464",\
|
|
"1.175379, 1.129022, 1.018777, 0.691833, -0.444093",\
|
|
"2.026985, 1.980628, 1.870382, 1.543439, 0.407512");
|
|
}
|
|
|
|
} /* 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.750002, 0.796359, 0.906604, 1.233548, 2.369474",\
|
|
"0.700267, 0.746624, 0.856869, 1.183812, 2.319739",\
|
|
"0.595091, 0.641448, 0.751693, 1.078637, 2.214563",\
|
|
"0.350496, 0.396853, 0.507099, 0.834042, 1.969969",\
|
|
"-0.439169, -0.392812, -0.282567, 0.044377, 1.180304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.400514, -0.354156, -0.243911, 0.083032, 1.218959",\
|
|
"-0.448886, -0.402529, -0.292284, 0.034659, 1.170586",\
|
|
"-0.560794, -0.514437, -0.404192, -0.077249, 1.058678",\
|
|
"-0.847165, -0.800808, -0.690563, -0.363619, 0.772307",\
|
|
"-1.698771, -1.652414, -1.542168, -1.215225, -0.079298");
|
|
}
|
|
|
|
} /* 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.003033 ;
|
|
|
|
/* 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.640541, -0.686898, -0.797144, -1.124087, -2.260014",\
|
|
"-0.590747, -0.637104, -0.747349, -1.074293, -2.210219",\
|
|
"-0.485430, -0.531787, -0.642032, -0.968975, -2.104902",\
|
|
"-0.241089, -0.287446, -0.397691, -0.724634, -1.860561",\
|
|
"0.548254, 0.501897, 0.391652, 0.064708, -1.071218");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.735749, 0.689392, 0.579147, 0.252203, -0.883723",\
|
|
"0.784125, 0.737768, 0.627523, 0.300580, -0.835347",\
|
|
"0.896106, 0.849748, 0.739503, 0.412560, -0.723367",\
|
|
"1.182531, 1.136174, 1.025929, 0.698985, -0.436941",\
|
|
"2.037204, 1.990847, 1.880602, 1.553659, 0.417732");
|
|
}
|
|
|
|
} /* 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.725028, 0.771385, 0.881630, 1.208573, 2.344500",\
|
|
"0.675234, 0.721591, 0.831836, 1.158779, 2.294706",\
|
|
"0.569916, 0.616273, 0.726518, 1.053461, 2.189388",\
|
|
"0.325575, 0.371932, 0.482177, 0.809121, 1.945047",\
|
|
"-0.463768, -0.417410, -0.307165, 0.019778, 1.155705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.407839, -0.361482, -0.251237, 0.075707, 1.211633",\
|
|
"-0.456215, -0.409858, -0.299613, 0.027330, 1.163257",\
|
|
"-0.568196, -0.521839, -0.411593, -0.084650, 1.051277",\
|
|
"-0.854621, -0.808264, -0.698019, -0.371075, 0.764851",\
|
|
"-1.709294, -1.662937, -1.552692, -1.225749, -0.089822");
|
|
}
|
|
|
|
} /* 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.002650 ;
|
|
|
|
/* 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.514747, -0.561104, -0.671349, -0.998292, -2.134219",\
|
|
"-0.464954, -0.511311, -0.621557, -0.948500, -2.084427",\
|
|
"-0.359652, -0.406009, -0.516254, -0.843198, -1.979125",\
|
|
"-0.115284, -0.161641, -0.271886, -0.598830, -1.734756",\
|
|
"0.674093, 0.627736, 0.517491, 0.190547, -0.945379");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.878955, 0.832598, 0.722353, 0.395409, -0.740518",\
|
|
"0.927336, 0.880979, 0.770734, 0.443790, -0.692137",\
|
|
"1.039308, 0.992951, 0.882706, 0.555762, -0.580165",\
|
|
"1.325727, 1.279370, 1.169125, 0.842182, -0.293745",\
|
|
"2.180068, 2.133710, 2.023465, 1.696522, 0.560595");
|
|
}
|
|
|
|
} /* 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.600309, 0.646666, 0.756911, 1.083855, 2.219782",\
|
|
"0.550517, 0.596874, 0.707119, 1.034063, 2.169989",\
|
|
"0.445215, 0.491572, 0.601817, 0.928761, 2.064687",\
|
|
"0.200846, 0.247203, 0.357448, 0.684392, 1.820319",\
|
|
"-0.588531, -0.542174, -0.431928, -0.104985, 1.030942");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.546994, -0.500637, -0.390392, -0.063448, 1.072479",\
|
|
"-0.595375, -0.549018, -0.438772, -0.111829, 1.024098",\
|
|
"-0.707347, -0.660990, -0.550745, -0.223801, 0.912126",\
|
|
"-0.993766, -0.947409, -0.837164, -0.510221, 0.625706",\
|
|
"-1.848106, -1.801749, -1.691504, -1.364561, -0.228634");
|
|
}
|
|
|
|
} /* 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.003270 ;
|
|
|
|
/* 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.522642, -0.568999, -0.679244, -1.006187, -2.142114",\
|
|
"-0.472844, -0.519201, -0.629446, -0.956390, -2.092317",\
|
|
"-0.367518, -0.413875, -0.524120, -0.851064, -1.986991",\
|
|
"-0.123192, -0.169549, -0.279794, -0.606738, -1.742664",\
|
|
"0.666133, 0.619776, 0.509531, 0.182587, -0.953339");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.867944, 0.821587, 0.711342, 0.384399, -0.751528",\
|
|
"0.916321, 0.869964, 0.759719, 0.432775, -0.703151",\
|
|
"1.028305, 0.981948, 0.871703, 0.544760, -0.591167",\
|
|
"1.314734, 1.268377, 1.158132, 0.831188, -0.304739",\
|
|
"2.169586, 2.123229, 2.012984, 1.686040, 0.550113");
|
|
}
|
|
|
|
} /* 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.608134, 0.654491, 0.764736, 1.091679, 2.227606",\
|
|
"0.558336, 0.604693, 0.714939, 1.041882, 2.177809",\
|
|
"0.453010, 0.499367, 0.609612, 0.936556, 2.072483",\
|
|
"0.208684, 0.255041, 0.365286, 0.692230, 1.828157",\
|
|
"-0.580641, -0.534284, -0.424039, -0.097095, 1.038831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.536099, -0.489742, -0.379497, -0.052554, 1.083373",\
|
|
"-0.584476, -0.538119, -0.427874, -0.100930, 1.034997",\
|
|
"-0.696461, -0.650104, -0.539858, -0.212915, 0.923012",\
|
|
"-0.982889, -0.936532, -0.826287, -0.499343, 0.636583",\
|
|
"-1.837741, -1.791384, -1.681139, -1.354195, -0.218268");
|
|
}
|
|
|
|
} /* 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.002722 ;
|
|
|
|
/* 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.216951, -0.263308, -0.373553, -0.700496, -1.836423",\
|
|
"-0.165960, -0.212317, -0.322562, -0.649506, -1.785433",\
|
|
"-0.061568, -0.107925, -0.218171, -0.545114, -1.681041",\
|
|
"0.182437, 0.136080, 0.025835, -0.301109, -1.437036",\
|
|
"0.970755, 0.924398, 0.814153, 0.487210, -0.648717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.304466, 1.258109, 1.147864, 0.820920, -0.315007",\
|
|
"1.352712, 1.306355, 1.196110, 0.869166, -0.266761",\
|
|
"1.464988, 1.418631, 1.308385, 0.981442, -0.154485",\
|
|
"1.751529, 1.705172, 1.594927, 1.267984, 0.132057",\
|
|
"2.610764, 2.564407, 2.454162, 2.127218, 0.991292");
|
|
}
|
|
|
|
} /* 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.302488, 0.348845, 0.459090, 0.786034, 1.921960",\
|
|
"0.251498, 0.297855, 0.408100, 0.735044, 1.870970",\
|
|
"0.147106, 0.193463, 0.303708, 0.630652, 1.766578",\
|
|
"-0.096899, -0.050542, 0.059703, 0.386646, 1.522573",\
|
|
"-0.885218, -0.838861, -0.728616, -0.401672, 0.734254");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.972544, -0.926187, -0.815941, -0.488998, 0.646929",\
|
|
"-1.020790, -0.974433, -0.864188, -0.537244, 0.598683",\
|
|
"-1.133066, -1.086709, -0.976463, -0.649520, 0.486407",\
|
|
"-1.419607, -1.373250, -1.263005, -0.936062, 0.199865",\
|
|
"-2.278842, -2.232485, -2.122240, -1.795296, -0.659369");
|
|
}
|
|
|
|
} /* 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.002613 ;
|
|
|
|
/* 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.577413, -0.623770, -0.734015, -1.060959, -2.196886",\
|
|
"-0.527663, -0.574020, -0.684265, -1.011209, -2.147135",\
|
|
"-0.422458, -0.468815, -0.579060, -0.906004, -2.041931",\
|
|
"-0.177915, -0.224272, -0.334517, -0.661460, -1.797387",\
|
|
"0.611692, 0.565335, 0.455089, 0.128146, -1.007781");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.823577, 0.777220, 0.666975, 0.340031, -0.795896",\
|
|
"0.871953, 0.825596, 0.715351, 0.388407, -0.747519",\
|
|
"0.983876, 0.937519, 0.827273, 0.500330, -0.635597",\
|
|
"1.270257, 1.223900, 1.113654, 0.786711, -0.349216",\
|
|
"2.122481, 2.076124, 1.965879, 1.638935, 0.503009");
|
|
}
|
|
|
|
} /* 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.662693, 0.709050, 0.819295, 1.146239, 2.282166",\
|
|
"0.612943, 0.659300, 0.769545, 1.096488, 2.232415",\
|
|
"0.507738, 0.554095, 0.664340, 0.991284, 2.127211",\
|
|
"0.263194, 0.309551, 0.419797, 0.746740, 1.882667",\
|
|
"-0.526412, -0.480055, -0.369810, -0.042866, 1.093061");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.492085, -0.445728, -0.335482, -0.008539, 1.127388",\
|
|
"-0.540461, -0.494104, -0.383859, -0.056915, 1.079012",\
|
|
"-0.652383, -0.606026, -0.495781, -0.168838, 0.967089",\
|
|
"-0.938764, -0.892407, -0.782162, -0.455219, 0.680708",\
|
|
"-1.790989, -1.744632, -1.634387, -1.307443, -0.171516");
|
|
}
|
|
|
|
} /* 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.002889 ;
|
|
|
|
/* 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.757792, -0.804149, -0.914395, -1.241338, -2.377265",\
|
|
"-0.708210, -0.754567, -0.864813, -1.191756, -2.327683",\
|
|
"-0.603337, -0.649694, -0.759939, -1.086883, -2.222810",\
|
|
"-0.358202, -0.404559, -0.514804, -0.841747, -1.977674",\
|
|
"0.430811, 0.384454, 0.274209, -0.052735, -1.188662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.666165, 0.619808, 0.509563, 0.182620, -0.953307",\
|
|
"0.714421, 0.668064, 0.557819, 0.230875, -0.905051",\
|
|
"0.826178, 0.779821, 0.669575, 0.342632, -0.793295",\
|
|
"1.111745, 1.065388, 0.955142, 0.628199, -0.507728",\
|
|
"1.953921, 1.907564, 1.797319, 1.470375, 0.334449");
|
|
}
|
|
|
|
} /* 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.842187, 0.888544, 0.998789, 1.325733, 2.461659",\
|
|
"0.792605, 0.838962, 0.949207, 1.276151, 2.412077",\
|
|
"0.687732, 0.734089, 0.844334, 1.171277, 2.307204",\
|
|
"0.442596, 0.488953, 0.599198, 0.926142, 2.062068",\
|
|
"-0.346416, -0.300059, -0.189814, 0.137130, 1.273056");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.338410, -0.292053, -0.181808, 0.145136, 1.281063",\
|
|
"-0.386665, -0.340308, -0.230063, 0.096880, 1.232807",\
|
|
"-0.498422, -0.452065, -0.341820, -0.014876, 1.121050",\
|
|
"-0.783989, -0.737632, -0.627387, -0.300443, 0.835483",\
|
|
"-1.626165, -1.579808, -1.469563, -1.142620, -0.006693");
|
|
}
|
|
|
|
} /* 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.002506 ;
|
|
|
|
/* 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.744354, -0.790711, -0.900956, -1.227899, -2.363826",\
|
|
"-0.694763, -0.741120, -0.851365, -1.178308, -2.314235",\
|
|
"-0.589889, -0.636246, -0.746491, -1.073435, -2.209362",\
|
|
"-0.344755, -0.391112, -0.501357, -0.828300, -1.964227",\
|
|
"0.444571, 0.398214, 0.287969, -0.038974, -1.174901");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.680437, 0.634080, 0.523835, 0.196892, -0.939035",\
|
|
"0.728708, 0.682351, 0.572106, 0.245162, -0.890764",\
|
|
"0.840466, 0.794109, 0.683864, 0.356920, -0.779006",\
|
|
"1.126098, 1.079741, 0.969496, 0.642552, -0.493374",\
|
|
"1.968669, 1.922312, 1.812067, 1.485123, 0.349196");
|
|
}
|
|
|
|
} /* 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.828858, 0.875215, 0.985461, 1.312404, 2.448331",\
|
|
"0.779267, 0.825624, 0.935870, 1.262813, 2.398740",\
|
|
"0.674394, 0.720751, 0.830996, 1.157939, 2.293866",\
|
|
"0.429260, 0.475617, 0.585862, 0.912805, 2.048732",\
|
|
"-0.360067, -0.313710, -0.203465, 0.123479, 1.259405");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.352499, -0.306142, -0.195897, 0.131046, 1.266973",\
|
|
"-0.400770, -0.354413, -0.244168, 0.082776, 1.218703",\
|
|
"-0.512528, -0.466171, -0.355926, -0.028982, 1.106945",\
|
|
"-0.798160, -0.751803, -0.641558, -0.314614, 0.821312",\
|
|
"-1.640731, -1.594374, -1.484128, -1.157185, -0.021258");
|
|
}
|
|
|
|
} /* 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.002604 ;
|
|
|
|
/* 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.511270, -0.557627, -0.667872, -0.994815, -2.130742",\
|
|
"-0.461644, -0.508001, -0.618247, -0.945190, -2.081117",\
|
|
"-0.356730, -0.403087, -0.513332, -0.840276, -1.976202",\
|
|
"-0.111676, -0.158033, -0.268279, -0.595222, -1.731149",\
|
|
"0.678508, 0.632151, 0.521906, 0.194963, -0.940964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.068128, 1.021771, 0.911525, 0.584582, -0.551345",\
|
|
"1.116491, 1.070134, 0.959889, 0.632946, -0.502981",\
|
|
"1.228267, 1.181910, 1.071665, 0.744721, -0.391206",\
|
|
"1.514657, 1.468300, 1.358054, 1.031111, -0.104816",\
|
|
"2.361440, 2.315083, 2.204838, 1.877894, 0.741968");
|
|
}
|
|
|
|
} /* 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.595938, 0.642295, 0.752540, 1.079483, 2.215410",\
|
|
"0.546312, 0.592669, 0.702915, 1.029858, 2.165785",\
|
|
"0.441398, 0.487755, 0.598000, 0.924944, 2.060870",\
|
|
"0.196344, 0.242701, 0.352947, 0.679890, 1.815817",\
|
|
"-0.593840, -0.547483, -0.437238, -0.110295, 1.025632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.739914, -0.693557, -0.583312, -0.256368, 0.879559",\
|
|
"-0.788278, -0.741920, -0.631675, -0.304732, 0.831195",\
|
|
"-0.900053, -0.853696, -0.743451, -0.416507, 0.719419",\
|
|
"-1.186443, -1.140086, -1.029840, -0.702897, 0.433030",\
|
|
"-2.033226, -1.986869, -1.876624, -1.549680, -0.413754");
|
|
}
|
|
|
|
} /* 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.002629 ;
|
|
|
|
/* 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.514056, -0.560413, -0.670659, -0.997602, -2.133529",\
|
|
"-0.464438, -0.510795, -0.621040, -0.947984, -2.083910",\
|
|
"-0.359540, -0.405897, -0.516142, -0.843086, -1.979012",\
|
|
"-0.114458, -0.160815, -0.271060, -0.598004, -1.733930",\
|
|
"0.675759, 0.629402, 0.519157, 0.192213, -0.943713");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.060134, 1.013777, 0.903532, 0.576588, -0.559339",\
|
|
"1.108496, 1.062139, 0.951894, 0.624951, -0.510976",\
|
|
"1.220263, 1.173906, 1.063661, 0.736718, -0.399209",\
|
|
"1.506634, 1.460277, 1.350032, 1.023088, -0.112839",\
|
|
"2.353064, 2.306707, 2.196462, 1.869519, 0.733592");
|
|
}
|
|
|
|
} /* 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.598542, 0.644899, 0.755144, 1.082087, 2.218014",\
|
|
"0.548923, 0.595280, 0.705526, 1.032469, 2.168396",\
|
|
"0.444026, 0.490383, 0.600628, 0.927571, 2.063498",\
|
|
"0.198943, 0.245300, 0.355546, 0.682489, 1.818416",\
|
|
"-0.591274, -0.544917, -0.434672, -0.107728, 1.028198");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.732224, -0.685866, -0.575621, -0.248678, 0.887249",\
|
|
"-0.780586, -0.734229, -0.623984, -0.297040, 0.838886",\
|
|
"-0.892353, -0.845996, -0.735751, -0.408808, 0.727119",\
|
|
"-1.178724, -1.132367, -1.022121, -0.695178, 0.440749",\
|
|
"-2.025154, -1.978797, -1.868552, -1.541608, -0.405682");
|
|
}
|
|
|
|
} /* 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.003373 ;
|
|
|
|
/* 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.324599, -0.370956, -0.481201, -0.808145, -1.944071",\
|
|
"-0.274931, -0.321288, -0.431533, -0.758477, -1.894403",\
|
|
"-0.169903, -0.216260, -0.326505, -0.653449, -1.789376",\
|
|
"0.074947, 0.028590, -0.081655, -0.408598, -1.544525",\
|
|
"0.864868, 0.818511, 0.708266, 0.381322, -0.754605");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.245886, 1.199529, 1.089284, 0.762341, -0.373586",\
|
|
"1.294249, 1.247892, 1.137647, 0.810703, -0.325223",\
|
|
"1.406082, 1.359725, 1.249480, 0.922536, -0.213390",\
|
|
"1.692532, 1.646175, 1.535930, 1.208986, 0.073060",\
|
|
"2.541732, 2.495375, 2.385130, 2.058187, 0.922260");
|
|
}
|
|
|
|
} /* 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.410160, 0.456517, 0.566762, 0.893706, 2.029633",\
|
|
"0.360492, 0.406849, 0.517094, 0.844038, 1.979965",\
|
|
"0.255465, 0.301822, 0.412067, 0.739010, 1.874937",\
|
|
"0.010614, 0.056971, 0.167216, 0.494160, 1.630086",\
|
|
"-0.779306, -0.732949, -0.622704, -0.295760, 0.840166");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.913925, -0.867568, -0.757323, -0.430379, 0.705547",\
|
|
"-0.962288, -0.915931, -0.805686, -0.478742, 0.657185",\
|
|
"-1.074121, -1.027764, -0.917519, -0.590575, 0.545352",\
|
|
"-1.360571, -1.314214, -1.203969, -0.877025, 0.258902",\
|
|
"-2.209771, -2.163414, -2.053169, -1.726225, -0.590299");
|
|
}
|
|
|
|
} /* 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.004142 ;
|
|
|
|
/* 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.479547, -0.525904, -0.636149, -0.963092, -2.099019",\
|
|
"-0.430173, -0.476530, -0.586775, -0.913718, -2.049645",\
|
|
"-0.325310, -0.371667, -0.481912, -0.808856, -1.944782",\
|
|
"-0.080150, -0.126507, -0.236752, -0.563696, -1.699622",\
|
|
"0.698122, 0.651765, 0.541520, 0.214576, -0.921351");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.136438, 1.090081, 0.979836, 0.652893, -0.483034",\
|
|
"1.184275, 1.137918, 1.027672, 0.700729, -0.435198",\
|
|
"1.295994, 1.249637, 1.139392, 0.812448, -0.323479",\
|
|
"1.580153, 1.533796, 1.423551, 1.096607, -0.039319",\
|
|
"2.409811, 2.363454, 2.253209, 1.926265, 0.790339");
|
|
}
|
|
|
|
} /* 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.565038, 0.611395, 0.721640, 1.048583, 2.184510",\
|
|
"0.515664, 0.562021, 0.672266, 0.999209, 2.135136",\
|
|
"0.410801, 0.457158, 0.567403, 0.894347, 2.030273",\
|
|
"0.165641, 0.211998, 0.322243, 0.649187, 1.785113",\
|
|
"-0.612630, -0.566273, -0.456028, -0.129085, 1.006842");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.804593, -0.758236, -0.647991, -0.321048, 0.814879",\
|
|
"-0.852430, -0.806073, -0.695828, -0.368884, 0.767043",\
|
|
"-0.964149, -0.917792, -0.807547, -0.480603, 0.655324",\
|
|
"-1.248308, -1.201951, -1.091706, -0.764763, 0.371164",\
|
|
"-2.077966, -2.031609, -1.921364, -1.594420, -0.458493");
|
|
}
|
|
|
|
} /* 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.003494 ;
|
|
|
|
/* 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.555117, -0.601474, -0.711719, -1.038663, -2.174590",\
|
|
"-0.505380, -0.551737, -0.661982, -0.988926, -2.124852",\
|
|
"-0.400178, -0.446535, -0.556780, -0.883724, -2.019650",\
|
|
"-0.155631, -0.201988, -0.312233, -0.639176, -1.775103",\
|
|
"0.633978, 0.587621, 0.477376, 0.150433, -0.985494");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.849503, 0.803146, 0.692901, 0.365957, -0.769969",\
|
|
"0.897868, 0.851511, 0.741266, 0.414322, -0.721604",\
|
|
"1.009789, 0.963432, 0.853187, 0.526244, -0.609683",\
|
|
"1.296170, 1.249813, 1.139568, 0.812625, -0.323302",\
|
|
"2.148341, 2.101984, 1.991739, 1.664796, 0.528869");
|
|
}
|
|
|
|
} /* 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.640656, 0.687013, 0.797258, 1.124202, 2.260128",\
|
|
"0.590919, 0.637276, 0.747521, 1.074464, 2.210391",\
|
|
"0.485717, 0.532074, 0.642319, 0.969263, 2.105189",\
|
|
"0.241169, 0.287526, 0.397772, 0.724715, 1.860642",\
|
|
"-0.548440, -0.502083, -0.391838, -0.064894, 1.071033");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.517581, -0.471224, -0.360979, -0.034035, 1.101891",\
|
|
"-0.565946, -0.519589, -0.409344, -0.082400, 1.053526",\
|
|
"-0.677867, -0.631510, -0.521265, -0.194322, 0.941605",\
|
|
"-0.964248, -0.917891, -0.807646, -0.480703, 0.655224",\
|
|
"-1.816419, -1.770062, -1.659817, -1.332874, -0.196947");
|
|
}
|
|
|
|
} /* 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.011074 ;
|
|
|
|
/* 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.476786, -0.523143, -0.633388, -0.960331, -2.096258",\
|
|
"-0.427464, -0.473821, -0.584066, -0.911010, -2.046937",\
|
|
"-0.322597, -0.368954, -0.479199, -0.806143, -1.942070",\
|
|
"-0.077453, -0.123810, -0.234055, -0.560998, -1.696925",\
|
|
"0.705503, 0.659146, 0.548901, 0.221957, -0.913970");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.127332, 1.080975, 0.970729, 0.643786, -0.492141",\
|
|
"1.175221, 1.128864, 1.018619, 0.691675, -0.444252",\
|
|
"1.286957, 1.240600, 1.130355, 0.803411, -0.332516",\
|
|
"1.571865, 1.525508, 1.415263, 1.088319, -0.047607",\
|
|
"2.407413, 2.361056, 2.250811, 1.923867, 0.787941");
|
|
}
|
|
|
|
} /* 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.562064, 0.608421, 0.718666, 1.045610, 2.181537",\
|
|
"0.512743, 0.559100, 0.669345, 0.996289, 2.132215",\
|
|
"0.407876, 0.454233, 0.564478, 0.891422, 2.027348",\
|
|
"0.162731, 0.209088, 0.319333, 0.646277, 1.782204",\
|
|
"-0.620224, -0.573867, -0.463622, -0.136678, 0.999248");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.795839, -0.749482, -0.639237, -0.312294, 0.823633",\
|
|
"-0.843729, -0.797372, -0.687127, -0.360183, 0.775744",\
|
|
"-0.955464, -0.909107, -0.798862, -0.471919, 0.664008",\
|
|
"-1.240373, -1.194016, -1.083771, -0.756827, 0.379100",\
|
|
"-2.075921, -2.029564, -1.919319, -1.592375, -0.456448");
|
|
}
|
|
|
|
} /* 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.005807 ;
|
|
|
|
/* 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.401315, -0.447672, -0.557917, -0.884861, -2.020787",\
|
|
"-0.350339, -0.396696, -0.506941, -0.833885, -1.969811",\
|
|
"-0.246000, -0.292357, -0.402602, -0.729545, -1.865472",\
|
|
"-0.001859, -0.048216, -0.158461, -0.485405, -1.621331",\
|
|
"0.787636, 0.741279, 0.631034, 0.304090, -0.831836");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.037410, 0.991053, 0.880808, 0.553864, -0.582062",\
|
|
"1.085640, 1.039283, 0.929038, 0.602094, -0.533832",\
|
|
"1.197874, 1.151517, 1.041272, 0.714329, -0.421598",\
|
|
"1.483659, 1.437302, 1.327057, 1.000113, -0.135813",\
|
|
"2.337794, 2.291437, 2.181192, 1.854249, 0.718322");
|
|
}
|
|
|
|
} /* 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.485708, 0.532066, 0.642311, 0.969254, 2.105181",\
|
|
"0.434732, 0.481089, 0.591335, 0.918278, 2.054205",\
|
|
"0.330393, 0.376750, 0.486996, 0.813939, 1.949866",\
|
|
"0.086252, 0.132609, 0.242855, 0.569798, 1.705725",\
|
|
"-0.703242, -0.656885, -0.546640, -0.219697, 0.916230");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.709654, -0.663297, -0.553052, -0.226108, 0.909818",\
|
|
"-0.757884, -0.711527, -0.601282, -0.274338, 0.861588",\
|
|
"-0.870118, -0.823761, -0.713516, -0.386573, 0.749354",\
|
|
"-1.155903, -1.109546, -0.999301, -0.672357, 0.463569",\
|
|
"-2.010038, -1.963681, -1.853436, -1.526493, -0.390566");
|
|
}
|
|
|
|
} /* 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.005305 ;
|
|
|
|
/* 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.468681, -0.515038, -0.625283, -0.952226, -2.088153",\
|
|
"-0.418997, -0.465354, -0.575599, -0.902542, -2.038469",\
|
|
"-0.313877, -0.360234, -0.470479, -0.797422, -1.933349",\
|
|
"-0.069051, -0.115408, -0.225654, -0.552597, -1.688524",\
|
|
"0.722173, 0.675816, 0.565571, 0.238628, -0.897299");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.010046, 0.963689, 0.853444, 0.526500, -0.609426",\
|
|
"1.058390, 1.012033, 0.901788, 0.574844, -0.561083",\
|
|
"1.170270, 1.123913, 1.013668, 0.686725, -0.449202",\
|
|
"1.455868, 1.409511, 1.299266, 0.972323, -0.163604",\
|
|
"2.301994, 2.255637, 2.145391, 1.818448, 0.682521");
|
|
}
|
|
|
|
} /* 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.553184, 0.599541, 0.709786, 1.036730, 2.172657",\
|
|
"0.503500, 0.549857, 0.660102, 0.987046, 2.122972",\
|
|
"0.398380, 0.444737, 0.554982, 0.881926, 2.017853",\
|
|
"0.153555, 0.199912, 0.310157, 0.637100, 1.773027",\
|
|
"-0.637670, -0.591313, -0.481068, -0.154124, 0.981802");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.682108, -0.635751, -0.525506, -0.198562, 0.937365",\
|
|
"-0.730452, -0.684095, -0.573849, -0.246906, 0.889021",\
|
|
"-0.842332, -0.795975, -0.685730, -0.358787, 0.777140",\
|
|
"-1.127930, -1.081573, -0.971328, -0.644385, 0.491542",\
|
|
"-1.974056, -1.927698, -1.817453, -1.490510, -0.354583");
|
|
}
|
|
|
|
} /* 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.008302 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.645499, -0.691856, -0.802101, -1.129044, -2.264971",\
|
|
"-0.594780, -0.641137, -0.751382, -1.078326, -2.214252",\
|
|
"-0.489414, -0.535771, -0.646016, -0.972959, -2.108886",\
|
|
"-0.246038, -0.292395, -0.402640, -0.729584, -1.865510",\
|
|
"0.544387, 0.498030, 0.387785, 0.060842, -1.075085");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.624015, 0.577658, 0.467413, 0.140470, -0.995457",\
|
|
"0.672228, 0.625871, 0.515625, 0.188682, -0.947245",\
|
|
"0.784233, 0.737876, 0.627631, 0.300688, -0.835239",\
|
|
"1.070006, 1.023649, 0.913403, 0.586460, -0.549467",\
|
|
"1.921189, 1.874832, 1.764587, 1.437644, 0.301717");
|
|
}
|
|
|
|
} /* 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.730168, 0.776525, 0.886770, 1.213713, 2.349640",\
|
|
"0.679449, 0.725806, 0.836051, 1.162995, 2.298921",\
|
|
"0.574083, 0.620440, 0.730685, 1.057628, 2.193555",\
|
|
"0.330707, 0.377064, 0.487309, 0.814253, 1.950179",\
|
|
"-0.459718, -0.413361, -0.303116, 0.023827, 1.159754");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.295801, -0.249444, -0.139199, 0.187745, 1.323671",\
|
|
"-0.344014, -0.297657, -0.187411, 0.139532, 1.275459",\
|
|
"-0.456019, -0.409662, -0.299417, 0.027526, 1.163453",\
|
|
"-0.741791, -0.695434, -0.585189, -0.258246, 0.877681",\
|
|
"-1.592975, -1.546618, -1.436373, -1.109430, 0.026497");
|
|
}
|
|
|
|
} /* 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.006751 ;
|
|
|
|
/* 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.779099, -0.825456, -0.935701, -1.262644, -2.398571",\
|
|
"-0.729533, -0.775890, -0.886135, -1.213079, -2.349005",\
|
|
"-0.624602, -0.670959, -0.781204, -1.108147, -2.244074",\
|
|
"-0.379423, -0.425780, -0.536025, -0.862968, -1.998895",\
|
|
"0.412386, 0.366029, 0.255784, -0.071159, -1.207086");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.541465, 0.495108, 0.384863, 0.057920, -1.078007",\
|
|
"0.589766, 0.543409, 0.433164, 0.106220, -1.029706",\
|
|
"0.701550, 0.655193, 0.544948, 0.218005, -0.917922",\
|
|
"0.986885, 0.940528, 0.830282, 0.503339, -0.632588",\
|
|
"1.828129, 1.781772, 1.671526, 1.344583, 0.208656");
|
|
}
|
|
|
|
} /* 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.863585, 0.909942, 1.020187, 1.347130, 2.483057",\
|
|
"0.814019, 0.860376, 0.970621, 1.297565, 2.433492",\
|
|
"0.709088, 0.755445, 0.865690, 1.192634, 2.328560",\
|
|
"0.463909, 0.510266, 0.620511, 0.947454, 2.083381",\
|
|
"-0.327900, -0.281543, -0.171298, 0.155645, 1.291572");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.213555, -0.167198, -0.056953, 0.269990, 1.405917",\
|
|
"-0.261856, -0.215499, -0.105253, 0.221690, 1.357617",\
|
|
"-0.373640, -0.327283, -0.217038, 0.109905, 1.245832",\
|
|
"-0.658974, -0.612617, -0.502372, -0.175429, 0.960498",\
|
|
"-1.500218, -1.453861, -1.343616, -1.016673, 0.119254");
|
|
}
|
|
|
|
} /* 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.005394 ;
|
|
|
|
/* 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.286719, -0.333076, -0.443321, -0.770265, -1.906191",\
|
|
"-0.236960, -0.283317, -0.393562, -0.720506, -1.856433",\
|
|
"-0.131641, -0.177998, -0.288243, -0.615186, -1.751113",\
|
|
"0.112807, 0.066450, -0.043795, -0.370739, -1.506665",\
|
|
"0.903383, 0.857026, 0.746781, 0.419838, -0.716089");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.178414, 1.132057, 1.021812, 0.694868, -0.441059",\
|
|
"1.226755, 1.180398, 1.070153, 0.743209, -0.392718",\
|
|
"1.338737, 1.292380, 1.182135, 0.855191, -0.280735",\
|
|
"1.624477, 1.578120, 1.467875, 1.140932, 0.005005",\
|
|
"2.475147, 2.428790, 2.318545, 1.991601, 0.855675");
|
|
}
|
|
|
|
} /* 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.372280, 0.418637, 0.528882, 0.855826, 1.991753",\
|
|
"0.322522, 0.368879, 0.479124, 0.806067, 1.941994",\
|
|
"0.217202, 0.263559, 0.373804, 0.700748, 1.836674",\
|
|
"-0.027246, 0.019111, 0.129356, 0.456300, 1.592227",\
|
|
"-0.817822, -0.771465, -0.661220, -0.334276, 0.801651");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.846453, -0.800096, -0.689851, -0.362907, 0.773020",\
|
|
"-0.894793, -0.848436, -0.738191, -0.411247, 0.724679",\
|
|
"-1.006776, -0.960419, -0.850173, -0.523230, 0.612697",\
|
|
"-1.292516, -1.246159, -1.135914, -0.808970, 0.326957",\
|
|
"-2.143186, -2.096829, -1.986584, -1.659640, -0.523714");
|
|
}
|
|
|
|
} /* 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.004259 ;
|
|
|
|
/* 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.385813, -0.432170, -0.542415, -0.869359, -2.005286",\
|
|
"-0.336098, -0.382455, -0.492700, -0.819644, -1.955571",\
|
|
"-0.230917, -0.277274, -0.387519, -0.714463, -1.850389",\
|
|
"0.013795, -0.032562, -0.142807, -0.469750, -1.605677",\
|
|
"0.804852, 0.758495, 0.648250, 0.321307, -0.814620");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.107705, 1.061348, 0.951103, 0.624160, -0.511767",\
|
|
"1.156056, 1.109699, 0.999454, 0.672511, -0.463416",\
|
|
"1.267969, 1.221611, 1.111366, 0.784423, -0.351504",\
|
|
"1.553605, 1.507248, 1.397003, 1.070060, -0.065867",\
|
|
"2.401101, 2.354744, 2.244499, 1.917555, 0.781629");
|
|
}
|
|
|
|
} /* 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.471304, 0.517661, 0.627907, 0.954850, 2.090777",\
|
|
"0.421589, 0.467946, 0.578192, 0.905135, 2.041062",\
|
|
"0.316408, 0.362765, 0.473010, 0.799954, 1.935880",\
|
|
"0.071696, 0.118053, 0.228298, 0.555241, 1.691168",\
|
|
"-0.719361, -0.673004, -0.562759, -0.235816, 0.900111");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.775860, -0.729503, -0.619258, -0.292315, 0.843612",\
|
|
"-0.824211, -0.777854, -0.667609, -0.340666, 0.795261",\
|
|
"-0.936124, -0.889767, -0.779522, -0.452578, 0.683349",\
|
|
"-1.221760, -1.175403, -1.065158, -0.738215, 0.397712",\
|
|
"-2.069256, -2.022899, -1.912654, -1.585710, -0.449784");
|
|
}
|
|
|
|
} /* 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.004650 ;
|
|
|
|
/* 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.470800, -0.517157, -0.627402, -0.954346, -2.090272",\
|
|
"-0.421384, -0.467741, -0.577986, -0.904930, -2.040857",\
|
|
"-0.316519, -0.362876, -0.473121, -0.800065, -1.935991",\
|
|
"-0.071141, -0.117498, -0.227743, -0.554686, -1.690613",\
|
|
"0.711611, 0.665254, 0.555009, 0.228066, -0.907861");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.067140, 1.020782, 0.910537, 0.583594, -0.552333",\
|
|
"1.115074, 1.068717, 0.958472, 0.631528, -0.504398",\
|
|
"1.226803, 1.180446, 1.070201, 0.743257, -0.392669",\
|
|
"1.509922, 1.463565, 1.353320, 1.026376, -0.109550",\
|
|
"2.337157, 2.290800, 2.180555, 1.853611, 0.717685");
|
|
}
|
|
|
|
} /* 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.556337, 0.602695, 0.712940, 1.039883, 2.175810",\
|
|
"0.506922, 0.553279, 0.663524, 0.990468, 2.126394",\
|
|
"0.402057, 0.448414, 0.558659, 0.885602, 2.021529",\
|
|
"0.156678, 0.203035, 0.313280, 0.640224, 1.776151",\
|
|
"-0.626074, -0.579717, -0.469472, -0.142528, 0.993398");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.735217, -0.688860, -0.578615, -0.251672, 0.884255",\
|
|
"-0.783152, -0.736795, -0.626550, -0.299606, 0.836320",\
|
|
"-0.894881, -0.848524, -0.738279, -0.411335, 0.724591",\
|
|
"-1.178000, -1.131643, -1.021398, -0.694454, 0.441472",\
|
|
"-2.005235, -1.958878, -1.848633, -1.521689, -0.385763");
|
|
}
|
|
|
|
} /* 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.005813 ;
|
|
|
|
/* 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.652879, -0.699236, -0.809481, -1.136425, -2.272352",\
|
|
"-0.603222, -0.649579, -0.759824, -1.086768, -2.222694",\
|
|
"-0.498173, -0.544530, -0.654775, -0.981719, -2.117646",\
|
|
"-0.253213, -0.299570, -0.409815, -0.736759, -1.872686",\
|
|
"0.538234, 0.491877, 0.381632, 0.054688, -1.081239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.665572, 0.619215, 0.508969, 0.182026, -0.953901",\
|
|
"0.713916, 0.667559, 0.557314, 0.230371, -0.905556",\
|
|
"0.825761, 0.779404, 0.669159, 0.342215, -0.793712",\
|
|
"1.111203, 1.064846, 0.954601, 0.627657, -0.508269",\
|
|
"1.955100, 1.908743, 1.798498, 1.471554, 0.335627");
|
|
}
|
|
|
|
} /* 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.738159, 0.784516, 0.894761, 1.221705, 2.357631",\
|
|
"0.688501, 0.734859, 0.845104, 1.172047, 2.307974",\
|
|
"0.583453, 0.629810, 0.740055, 1.066999, 2.202925",\
|
|
"0.338493, 0.384850, 0.495095, 0.822039, 1.957966",\
|
|
"-0.452954, -0.406597, -0.296352, 0.030591, 1.166518");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.334079, -0.287722, -0.177477, 0.149467, 1.285393",\
|
|
"-0.382424, -0.336067, -0.225822, 0.101122, 1.237049",\
|
|
"-0.494268, -0.447911, -0.337666, -0.010722, 1.125204",\
|
|
"-0.779711, -0.733354, -0.623109, -0.296165, 0.839762",\
|
|
"-1.623607, -1.577250, -1.467005, -1.140061, -0.004135");
|
|
}
|
|
|
|
} /* 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.004715 ;
|
|
|
|
/* 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.679639, -0.725996, -0.836241, -1.163185, -2.299112",\
|
|
"-0.629885, -0.676242, -0.786488, -1.113431, -2.249358",\
|
|
"-0.524622, -0.570979, -0.681224, -1.008167, -2.144094",\
|
|
"-0.280069, -0.326426, -0.436671, -0.763614, -1.899541",\
|
|
"0.510679, 0.464322, 0.354076, 0.027133, -1.108794");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.598128, 0.551771, 0.441526, 0.114582, -1.021344",\
|
|
"0.646485, 0.600128, 0.489883, 0.162940, -0.972987",\
|
|
"0.758439, 0.712082, 0.601837, 0.274894, -0.861033",\
|
|
"1.044049, 0.997692, 0.887447, 0.560504, -0.575423",\
|
|
"1.892902, 1.846545, 1.736300, 1.409356, 0.273430");
|
|
}
|
|
|
|
} /* 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.764034, 0.810391, 0.920636, 1.247579, 2.383506",\
|
|
"0.714280, 0.760637, 0.870882, 1.197825, 2.333752",\
|
|
"0.609016, 0.655373, 0.765618, 1.092562, 2.228488",\
|
|
"0.364463, 0.410820, 0.521065, 0.848009, 1.983935",\
|
|
"-0.426284, -0.379927, -0.269682, 0.057261, 1.193188");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.270372, -0.224015, -0.113770, 0.213173, 1.349100",\
|
|
"-0.318730, -0.272373, -0.162127, 0.164816, 1.300743",\
|
|
"-0.430683, -0.384326, -0.274081, 0.052862, 1.188789",\
|
|
"-0.716294, -0.669937, -0.559691, -0.232748, 0.903179",\
|
|
"-1.565146, -1.518789, -1.408544, -1.081601, 0.054326");
|
|
}
|
|
|
|
} /* 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.004360 ;
|
|
|
|
/* 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.635943, -0.682300, -0.792545, -1.119489, -2.255415",\
|
|
"-0.585133, -0.631490, -0.741735, -1.068678, -2.204605",\
|
|
"-0.480705, -0.527062, -0.637307, -0.964251, -2.100178",\
|
|
"-0.236422, -0.282779, -0.393024, -0.719968, -1.855895",\
|
|
"0.553956, 0.507599, 0.397354, 0.070410, -1.065516");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.629044, 0.582687, 0.472441, 0.145498, -0.990429",\
|
|
"0.677318, 0.630961, 0.520716, 0.193773, -0.942154",\
|
|
"0.789499, 0.743142, 0.632897, 0.305953, -0.829973",\
|
|
"1.075118, 1.028761, 0.918516, 0.591573, -0.544354",\
|
|
"1.926613, 1.880256, 1.770011, 1.443068, 0.307141");
|
|
}
|
|
|
|
} /* 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.720447, 0.766804, 0.877050, 1.203993, 2.339920",\
|
|
"0.669637, 0.715994, 0.826239, 1.153182, 2.289109",\
|
|
"0.565210, 0.611567, 0.721812, 1.048755, 2.184682",\
|
|
"0.320927, 0.367284, 0.477529, 0.804472, 1.940399",\
|
|
"-0.469452, -0.423095, -0.312850, 0.014094, 1.150021");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.301105, -0.254748, -0.144503, 0.182440, 1.318367",\
|
|
"-0.349380, -0.303023, -0.192778, 0.134166, 1.270092",\
|
|
"-0.461561, -0.415204, -0.304959, 0.021985, 1.157912",\
|
|
"-0.747180, -0.700823, -0.590578, -0.263634, 0.872292",\
|
|
"-1.598675, -1.552318, -1.442073, -1.115130, 0.020797");
|
|
}
|
|
|
|
} /* 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.003883 ;
|
|
|
|
/* 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.463596, -0.509953, -0.620198, -0.947141, -2.083068",\
|
|
"-0.413839, -0.460196, -0.570441, -0.897384, -2.033311",\
|
|
"-0.308594, -0.354951, -0.465196, -0.792140, -1.928066",\
|
|
"-0.064001, -0.110358, -0.220604, -0.547547, -1.683474",\
|
|
"0.726846, 0.680489, 0.570244, 0.243300, -0.892626");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.008310, 0.961953, 0.851708, 0.524764, -0.611162",\
|
|
"1.056678, 1.010321, 0.900075, 0.573132, -0.562795",\
|
|
"1.168622, 1.122265, 1.012020, 0.685076, -0.450850",\
|
|
"1.454304, 1.407947, 1.297702, 0.970759, -0.165168",\
|
|
"2.303244, 2.256886, 2.146641, 1.819698, 0.683771");
|
|
}
|
|
|
|
} /* 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.548264, 0.594621, 0.704866, 1.031809, 2.167736",\
|
|
"0.498507, 0.544864, 0.655109, 0.982052, 2.117979",\
|
|
"0.393262, 0.439619, 0.549864, 0.876808, 2.012734",\
|
|
"0.148669, 0.195027, 0.305272, 0.632215, 1.768142",\
|
|
"-0.642178, -0.595821, -0.485576, -0.158632, 0.977294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.680096, -0.633739, -0.523494, -0.196550, 0.939376",\
|
|
"-0.728464, -0.682107, -0.571862, -0.244918, 0.891009",\
|
|
"-0.840408, -0.794051, -0.683806, -0.356863, 0.779064",\
|
|
"-1.126090, -1.079733, -0.969488, -0.642545, 0.493382",\
|
|
"-1.975029, -1.928672, -1.818427, -1.491484, -0.355557");
|
|
}
|
|
|
|
} /* 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.004206 ;
|
|
|
|
/* 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.447399, -0.493756, -0.604001, -0.930944, -2.066871",\
|
|
"-0.397623, -0.443980, -0.554225, -0.881168, -2.017095",\
|
|
"-0.292325, -0.338682, -0.448927, -0.775870, -1.911797",\
|
|
"-0.047833, -0.094190, -0.204435, -0.531379, -1.667305",\
|
|
"0.742833, 0.696476, 0.586231, 0.259288, -0.876639");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.010793, 0.964436, 0.854191, 0.527247, -0.608680",\
|
|
"1.059160, 1.012803, 0.902558, 0.575614, -0.560313",\
|
|
"1.171131, 1.124774, 1.014529, 0.687585, -0.448341",\
|
|
"1.456852, 1.410495, 1.300250, 0.973307, -0.162620",\
|
|
"2.307002, 2.260644, 2.150399, 1.823456, 0.687529");
|
|
}
|
|
|
|
} /* 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.531884, 0.578241, 0.688486, 1.015430, 2.151356",\
|
|
"0.482108, 0.528465, 0.638710, 0.965653, 2.101580",\
|
|
"0.376810, 0.423167, 0.533412, 0.860355, 1.996282",\
|
|
"0.132318, 0.178675, 0.288920, 0.615864, 1.751790",\
|
|
"-0.658348, -0.611991, -0.501746, -0.174803, 0.961124");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.682883, -0.636526, -0.526280, -0.199337, 0.936590",\
|
|
"-0.731250, -0.684893, -0.574647, -0.247704, 0.888223",\
|
|
"-0.843221, -0.796864, -0.686619, -0.359675, 0.776252",\
|
|
"-1.128942, -1.082585, -0.972340, -0.645396, 0.490530",\
|
|
"-1.979092, -1.932735, -1.822490, -1.495546, -0.359619");
|
|
}
|
|
|
|
} /* 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.004323 ;
|
|
|
|
/* 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.543265, -0.589622, -0.699868, -1.026811, -2.162738",\
|
|
"-0.493484, -0.539841, -0.650086, -0.977030, -2.112957",\
|
|
"-0.388168, -0.434525, -0.544770, -0.871714, -2.007641",\
|
|
"-0.143713, -0.190070, -0.300315, -0.627259, -1.763185",\
|
|
"0.646873, 0.600516, 0.490271, 0.163328, -0.972599");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.745683, 0.699326, 0.589081, 0.262137, -0.873790",\
|
|
"0.794048, 0.747691, 0.637445, 0.310502, -0.825425",\
|
|
"0.906028, 0.859671, 0.749425, 0.422482, -0.713445",\
|
|
"1.191674, 1.145317, 1.035072, 0.708128, -0.427798",\
|
|
"2.041704, 1.995347, 1.885102, 1.558158, 0.422231");
|
|
}
|
|
|
|
} /* 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.628828, 0.675185, 0.785430, 1.112373, 2.248300",\
|
|
"0.579046, 0.625403, 0.735649, 1.062592, 2.198519",\
|
|
"0.473731, 0.520088, 0.630333, 0.957276, 2.093203",\
|
|
"0.229275, 0.275632, 0.385877, 0.712821, 1.848747",\
|
|
"-0.561311, -0.514954, -0.404709, -0.077765, 1.058161");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.413722, -0.367365, -0.257119, 0.069824, 1.205751",\
|
|
"-0.462086, -0.415729, -0.305484, 0.021460, 1.157386",\
|
|
"-0.574066, -0.527709, -0.417464, -0.090520, 1.045406",\
|
|
"-0.859713, -0.813356, -0.703111, -0.376167, 0.759760",\
|
|
"-1.709742, -1.663385, -1.553140, -1.226197, -0.090270");
|
|
}
|
|
|
|
} /* 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.003666 ;
|
|
|
|
/* 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.617654, -0.664011, -0.774256, -1.101199, -2.237126",\
|
|
"-0.567959, -0.614316, -0.724561, -1.051504, -2.187431",\
|
|
"-0.462861, -0.509218, -0.619463, -0.946407, -2.082333",\
|
|
"-0.217994, -0.264351, -0.374596, -0.701540, -1.837466",\
|
|
"0.573291, 0.526934, 0.416689, 0.089746, -1.046181");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.697508, 0.651151, 0.540906, 0.213963, -0.921964",\
|
|
"0.745871, 0.699514, 0.589269, 0.262325, -0.873601",\
|
|
"0.857740, 0.811383, 0.701138, 0.374195, -0.761732",\
|
|
"1.143222, 1.096865, 0.986620, 0.659677, -0.476250",\
|
|
"1.988254, 1.941897, 1.831652, 1.504708, 0.368782");
|
|
}
|
|
|
|
} /* 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.703146, 0.749503, 0.859748, 1.186691, 2.322618",\
|
|
"0.653450, 0.699808, 0.810053, 1.136996, 2.272923",\
|
|
"0.548353, 0.594710, 0.704955, 1.031898, 2.167825",\
|
|
"0.303486, 0.349843, 0.460088, 0.787031, 1.922958",\
|
|
"-0.487799, -0.441442, -0.331197, -0.004254, 1.131673");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.365663, -0.319306, -0.209061, 0.117882, 1.253809",\
|
|
"-0.414026, -0.367669, -0.257424, 0.069520, 1.205446",\
|
|
"-0.525895, -0.479538, -0.369293, -0.042350, 1.093577",\
|
|
"-0.811377, -0.765020, -0.654775, -0.327832, 0.808095",\
|
|
"-1.656409, -1.610052, -1.499807, -1.172863, -0.036937");
|
|
}
|
|
|
|
} /* 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.003681 ;
|
|
|
|
/* 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.698281, -0.744638, -0.854884, -1.181827, -2.317754",\
|
|
"-0.648763, -0.695120, -0.805365, -1.132308, -2.268235",\
|
|
"-0.543892, -0.590249, -0.700495, -1.027438, -2.163365",\
|
|
"-0.298562, -0.344919, -0.455164, -0.782108, -1.918035",\
|
|
"0.489062, 0.442705, 0.332460, 0.005517, -1.130410");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.653705, 0.607348, 0.497103, 0.170160, -0.965767",\
|
|
"0.701841, 0.655483, 0.545238, 0.218295, -0.917632",\
|
|
"0.813587, 0.767230, 0.656985, 0.330041, -0.805886",\
|
|
"1.097363, 1.051006, 0.940761, 0.613817, -0.522110",\
|
|
"1.930474, 1.884117, 1.773872, 1.446928, 0.311002");
|
|
}
|
|
|
|
} /* 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.783820, 0.830177, 0.940422, 1.267365, 2.403292",\
|
|
"0.734301, 0.780658, 0.890903, 1.217847, 2.353774",\
|
|
"0.629431, 0.675788, 0.786033, 1.112977, 2.248903",\
|
|
"0.384101, 0.430458, 0.540703, 0.867646, 2.003573",\
|
|
"-0.403524, -0.357167, -0.246922, 0.080022, 1.215948");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.321783, -0.275426, -0.165181, 0.161762, 1.297689",\
|
|
"-0.369918, -0.323561, -0.213316, 0.113627, 1.249554",\
|
|
"-0.481665, -0.435308, -0.325063, 0.001881, 1.137808",\
|
|
"-0.765441, -0.719084, -0.608839, -0.281895, 0.854032",\
|
|
"-1.598552, -1.552195, -1.441950, -1.115006, 0.020921");
|
|
}
|
|
|
|
} /* 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.003288 ;
|
|
|
|
/* 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.466688, -0.513045, -0.623290, -0.950234, -2.086161",\
|
|
"-0.417051, -0.463408, -0.573653, -0.900597, -2.036524",\
|
|
"-0.312096, -0.358453, -0.468698, -0.795642, -1.931568",\
|
|
"-0.066957, -0.113314, -0.223559, -0.550503, -1.686430",\
|
|
"0.724821, 0.678464, 0.568219, 0.241275, -0.894652");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.049925, 1.003568, 0.893323, 0.566379, -0.569548",\
|
|
"1.098284, 1.051927, 0.941682, 0.614738, -0.521188",\
|
|
"1.210081, 1.163724, 1.053479, 0.726536, -0.409391",\
|
|
"1.495560, 1.449203, 1.338958, 1.012014, -0.123913",\
|
|
"2.337932, 2.291575, 2.181330, 1.854386, 0.718460");
|
|
}
|
|
|
|
} /* 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.551967, 0.598324, 0.708569, 1.035513, 2.171440",\
|
|
"0.502330, 0.548687, 0.658932, 0.985876, 2.121803",\
|
|
"0.397374, 0.443731, 0.553977, 0.880920, 2.016847",\
|
|
"0.152236, 0.198593, 0.308838, 0.635782, 1.771708",\
|
|
"-0.639542, -0.593185, -0.482940, -0.155996, 0.979931");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.718433, -0.672076, -0.561830, -0.234887, 0.901040",\
|
|
"-0.766792, -0.720435, -0.610190, -0.283246, 0.852681",\
|
|
"-0.878589, -0.832232, -0.721987, -0.395043, 0.740883",\
|
|
"-1.164068, -1.117711, -1.007466, -0.680522, 0.455405",\
|
|
"-2.006440, -1.960083, -1.849838, -1.522894, -0.386967");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[0] */
|
|
} /* end of bus wb_dat_i */
|
|
bus ( wb_dat_o ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : output ;
|
|
|
|
pin("wb_dat_o[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001018 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "6.865483, 6.889973, 6.965123, 7.239150, 8.576845",\
|
|
"6.911839, 6.936329, 7.011479, 7.285506, 8.623202",\
|
|
"7.022085, 7.046575, 7.121725, 7.395752, 8.733447",\
|
|
"7.349028, 7.373518, 7.448668, 7.722695, 9.060390",\
|
|
"8.484956, 8.509446, 8.584596, 8.858623, 10.196319");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "7.113527, 7.133004, 7.182436, 7.314484, 7.886462",\
|
|
"7.159884, 7.179361, 7.228793, 7.360841, 7.932819",\
|
|
"7.270130, 7.289606, 7.339038, 7.471087, 8.043064",\
|
|
"7.597073, 7.616549, 7.665982, 7.798030, 8.370008",\
|
|
"8.733001, 8.752478, 8.801909, 8.933957, 9.505936");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053");
|
|
}
|
|
|
|
} /* 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.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "6.865483, 6.889973, 6.965123, 7.239150, 8.576845",\
|
|
"6.911839, 6.936329, 7.011479, 7.285506, 8.623202",\
|
|
"7.022085, 7.046575, 7.121725, 7.395752, 8.733447",\
|
|
"7.349028, 7.373518, 7.448668, 7.722695, 9.060390",\
|
|
"8.484956, 8.509446, 8.584596, 8.858623, 10.196319");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558",\
|
|
"0.044194, 0.067746, 0.155785, 0.523650, 2.356558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "7.113527, 7.133004, 7.182436, 7.314484, 7.886462",\
|
|
"7.159884, 7.179361, 7.228793, 7.360841, 7.932819",\
|
|
"7.270130, 7.289606, 7.339038, 7.471087, 8.043064",\
|
|
"7.597073, 7.616549, 7.665982, 7.798030, 8.370008",\
|
|
"8.733001, 8.752478, 8.801909, 8.933957, 9.505936");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001518, 0.011791, 0.051018, 0.211018, 1.000000");
|
|
values ( "0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053",\
|
|
"0.043377, 0.056650, 0.096251, 0.242088, 1.010053");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[31] */
|
|
|
|
pin("wb_dat_o[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001093 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "6.478944, 6.503377, 6.578517, 6.852576, 8.190322",\
|
|
"6.525301, 6.549734, 6.624874, 6.898933, 8.236679",\
|
|
"6.635546, 6.659979, 6.735119, 7.009178, 8.346925",\
|
|
"6.962490, 6.986923, 7.062063, 7.336122, 8.673868",\
|
|
"8.098417, 8.122849, 8.197990, 8.472049, 9.809795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "6.769620, 6.789016, 6.838419, 6.970488, 7.542543",\
|
|
"6.815978, 6.835373, 6.884776, 7.016845, 7.588901",\
|
|
"6.926223, 6.945618, 6.995021, 7.127090, 7.699146",\
|
|
"7.253166, 7.272562, 7.321965, 7.454033, 8.026089",\
|
|
"8.389092, 8.408488, 8.457891, 8.589960, 9.162015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337");
|
|
}
|
|
|
|
} /* 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.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "6.478944, 6.503377, 6.578517, 6.852576, 8.190322",\
|
|
"6.525301, 6.549734, 6.624874, 6.898933, 8.236679",\
|
|
"6.635546, 6.659979, 6.735119, 7.009178, 8.346925",\
|
|
"6.962490, 6.986923, 7.062063, 7.336122, 8.673868",\
|
|
"8.098417, 8.122849, 8.197990, 8.472049, 9.809795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757",\
|
|
"0.044370, 0.067914, 0.155949, 0.523633, 2.356757");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "6.769620, 6.789016, 6.838419, 6.970488, 7.542543",\
|
|
"6.815978, 6.835373, 6.884776, 7.016845, 7.588901",\
|
|
"6.926223, 6.945618, 6.995021, 7.127090, 7.699146",\
|
|
"7.253166, 7.272562, 7.321965, 7.454033, 8.026089",\
|
|
"8.389092, 8.408488, 8.457891, 8.589960, 9.162015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001593, 0.011865, 0.051093, 0.211093, 1.000000");
|
|
values ( "0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337",\
|
|
"0.043473, 0.056725, 0.096314, 0.242136, 1.010337");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[30] */
|
|
|
|
pin("wb_dat_o[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002236 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "6.710314, 6.733947, 6.808916, 7.083245, 8.420855",\
|
|
"6.756671, 6.780304, 6.855273, 7.129602, 8.467212",\
|
|
"6.866916, 6.890550, 6.965518, 7.239848, 8.577456",\
|
|
"7.193860, 7.217493, 7.292461, 7.566791, 8.904400",\
|
|
"8.329786, 8.353420, 8.428389, 8.702717, 10.040327");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "7.038804, 7.057128, 7.106087, 7.238425, 7.811368",\
|
|
"7.085161, 7.103486, 7.152444, 7.284782, 7.857725",\
|
|
"7.195405, 7.213730, 7.262689, 7.395027, 7.967969",\
|
|
"7.522349, 7.540674, 7.589633, 7.721971, 8.294913",\
|
|
"8.658276, 8.676600, 8.725560, 8.857897, 9.430840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487");
|
|
}
|
|
|
|
} /* 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.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "6.710314, 6.733947, 6.808916, 7.083245, 8.420855",\
|
|
"6.756671, 6.780304, 6.855273, 7.129602, 8.467212",\
|
|
"6.866916, 6.890550, 6.965518, 7.239848, 8.577456",\
|
|
"7.193860, 7.217493, 7.292461, 7.566791, 8.904400",\
|
|
"8.329786, 8.353420, 8.428389, 8.702717, 10.040327");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855",\
|
|
"0.047026, 0.070463, 0.158504, 0.525941, 2.360855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "7.038804, 7.057128, 7.106087, 7.238425, 7.811368",\
|
|
"7.085161, 7.103486, 7.152444, 7.284782, 7.857725",\
|
|
"7.195405, 7.213730, 7.262689, 7.395027, 7.967969",\
|
|
"7.522349, 7.540674, 7.589633, 7.721971, 8.294913",\
|
|
"8.658276, 8.676600, 8.725560, 8.857897, 9.430840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002736, 0.013008, 0.052236, 0.212236, 1.000000");
|
|
values ( "0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487",\
|
|
"0.044962, 0.057866, 0.097285, 0.242883, 1.014487");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[29] */
|
|
|
|
pin("wb_dat_o[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001057 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "6.974287, 6.998744, 7.073889, 7.347926, 8.685638",\
|
|
"7.020643, 7.045100, 7.120245, 7.394282, 8.731995",\
|
|
"7.130888, 7.155346, 7.230491, 7.504528, 8.842241",\
|
|
"7.457832, 7.482289, 7.557435, 7.831471, 9.169184",\
|
|
"8.593759, 8.618216, 8.693360, 8.967398, 10.305111");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "7.242872, 7.262306, 7.311725, 7.443787, 8.015834",\
|
|
"7.289228, 7.308662, 7.358081, 7.490143, 8.062190",\
|
|
"7.399474, 7.418908, 7.468327, 7.600389, 8.172436",\
|
|
"7.726418, 7.745852, 7.795270, 7.927332, 8.499379",\
|
|
"8.862345, 8.881778, 8.931197, 9.063259, 9.635306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303");
|
|
}
|
|
|
|
} /* 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.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "6.974287, 6.998744, 7.073889, 7.347926, 8.685638",\
|
|
"7.020643, 7.045100, 7.120245, 7.394282, 8.731995",\
|
|
"7.130888, 7.155346, 7.230491, 7.504528, 8.842241",\
|
|
"7.457832, 7.482289, 7.557435, 7.831471, 9.169184",\
|
|
"8.593759, 8.618216, 8.693360, 8.967398, 10.305111");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834",\
|
|
"0.044284, 0.067831, 0.155872, 0.523792, 2.356834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "7.242872, 7.262306, 7.311725, 7.443787, 8.015834",\
|
|
"7.289228, 7.308662, 7.358081, 7.490143, 8.062190",\
|
|
"7.399474, 7.418908, 7.468327, 7.600389, 8.172436",\
|
|
"7.726418, 7.745852, 7.795270, 7.927332, 8.499379",\
|
|
"8.862345, 8.881778, 8.931197, 9.063259, 9.635306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001557, 0.011829, 0.051057, 0.211057, 1.000000");
|
|
values ( "0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303",\
|
|
"0.043427, 0.056689, 0.096281, 0.242106, 1.010303");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[28] */
|
|
|
|
pin("wb_dat_o[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002208 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "6.619775, 6.643418, 6.718390, 6.992705, 8.330307",\
|
|
"6.666132, 6.689775, 6.764748, 7.039062, 8.376664",\
|
|
"6.776377, 6.800020, 6.874993, 7.149308, 8.486909",\
|
|
"7.103320, 7.126963, 7.201936, 7.476251, 8.813852",\
|
|
"8.239247, 8.262890, 8.337863, 8.612177, 9.949779");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "6.894954, 6.913297, 6.962269, 7.094605, 7.667566",\
|
|
"6.941311, 6.959654, 7.008626, 7.140963, 7.713923",\
|
|
"7.051556, 7.069899, 7.118871, 7.251207, 7.824168",\
|
|
"7.378499, 7.396842, 7.445814, 7.578151, 8.151112",\
|
|
"8.514426, 8.532769, 8.581742, 8.714078, 9.287039");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511");
|
|
}
|
|
|
|
} /* 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.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "6.619775, 6.643418, 6.718390, 6.992705, 8.330307",\
|
|
"6.666132, 6.689775, 6.764748, 7.039062, 8.376664",\
|
|
"6.776377, 6.800020, 6.874993, 7.149308, 8.486909",\
|
|
"7.103320, 7.126963, 7.201936, 7.476251, 8.813852",\
|
|
"8.239247, 8.262890, 8.337863, 8.612177, 9.949779");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980",\
|
|
"0.046959, 0.070397, 0.158444, 0.526081, 2.360980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "6.894954, 6.913297, 6.962269, 7.094605, 7.667566",\
|
|
"6.941311, 6.959654, 7.008626, 7.140963, 7.713923",\
|
|
"7.051556, 7.069899, 7.118871, 7.251207, 7.824168",\
|
|
"7.378499, 7.396842, 7.445814, 7.578151, 8.151112",\
|
|
"8.514426, 8.532769, 8.581742, 8.714078, 9.287039");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002708, 0.012980, 0.052208, 0.212208, 1.000000");
|
|
values ( "0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511",\
|
|
"0.044925, 0.057837, 0.097258, 0.242856, 1.014511");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[27] */
|
|
|
|
pin("wb_dat_o[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001082 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "7.053906, 7.078344, 7.153485, 7.427530, 8.765242",\
|
|
"7.100264, 7.124701, 7.199842, 7.473887, 8.811599",\
|
|
"7.210508, 7.234946, 7.310087, 7.584132, 8.921844",\
|
|
"7.537452, 7.561890, 7.637031, 7.911075, 9.248787",\
|
|
"8.673379, 8.697817, 8.772959, 9.047002, 10.384714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "7.305400, 7.324807, 7.374216, 7.506283, 8.078341",\
|
|
"7.351757, 7.371164, 7.420573, 7.552640, 8.124699",\
|
|
"7.462002, 7.481409, 7.530818, 7.662885, 8.234943",\
|
|
"7.788945, 7.808352, 7.857761, 7.989828, 8.561887",\
|
|
"8.924872, 8.944280, 8.993689, 9.125755, 9.697814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364");
|
|
}
|
|
|
|
} /* 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.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "7.053906, 7.078344, 7.153485, 7.427530, 8.765242",\
|
|
"7.100264, 7.124701, 7.199842, 7.473887, 8.811599",\
|
|
"7.210508, 7.234946, 7.310087, 7.584132, 8.921844",\
|
|
"7.537452, 7.561890, 7.637031, 7.911075, 9.248787",\
|
|
"8.673379, 8.697817, 8.772959, 9.047002, 10.384714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879",\
|
|
"0.044342, 0.067887, 0.155926, 0.523803, 2.356879");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "7.305400, 7.324807, 7.374216, 7.506283, 8.078341",\
|
|
"7.351757, 7.371164, 7.420573, 7.552640, 8.124699",\
|
|
"7.462002, 7.481409, 7.530818, 7.662885, 8.234943",\
|
|
"7.788945, 7.808352, 7.857761, 7.989828, 8.561887",\
|
|
"8.924872, 8.944280, 8.993689, 9.125755, 9.697814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001582, 0.011854, 0.051082, 0.211082, 1.000000");
|
|
values ( "0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364",\
|
|
"0.043458, 0.056713, 0.096303, 0.242124, 1.010364");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[26] */
|
|
|
|
pin("wb_dat_o[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "6.757123, 6.781609, 6.856757, 7.130785, 8.468461",\
|
|
"6.803480, 6.827966, 6.903114, 7.177143, 8.514818",\
|
|
"6.913725, 6.938211, 7.013360, 7.287388, 8.625064",\
|
|
"7.240668, 7.265154, 7.340302, 7.614331, 8.952006",\
|
|
"8.376596, 8.401082, 8.476231, 8.750259, 10.087934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "7.030066, 7.049534, 7.098962, 7.231006, 7.802949",\
|
|
"7.076423, 7.095891, 7.145319, 7.277363, 7.849306",\
|
|
"7.186667, 7.206136, 7.255564, 7.387608, 7.959551",\
|
|
"7.513611, 7.533079, 7.582507, 7.714551, 8.286494",\
|
|
"8.649537, 8.669005, 8.718433, 8.850477, 9.422421");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973");
|
|
}
|
|
|
|
} /* 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.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "6.757123, 6.781609, 6.856757, 7.130785, 8.468461",\
|
|
"6.803480, 6.827966, 6.903114, 7.177143, 8.514818",\
|
|
"6.913725, 6.938211, 7.013360, 7.287388, 8.625064",\
|
|
"7.240668, 7.265154, 7.340302, 7.614331, 8.952006",\
|
|
"8.376596, 8.401082, 8.476231, 8.750259, 10.087934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436",\
|
|
"0.044211, 0.067763, 0.155802, 0.523587, 2.356436");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "7.030066, 7.049534, 7.098962, 7.231006, 7.802949",\
|
|
"7.076423, 7.095891, 7.145319, 7.277363, 7.849306",\
|
|
"7.186667, 7.206136, 7.255564, 7.387608, 7.959551",\
|
|
"7.513611, 7.533079, 7.582507, 7.714551, 8.286494",\
|
|
"8.649537, 8.669005, 8.718433, 8.850477, 9.422421");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001526, 0.011798, 0.051026, 0.211026, 1.000000");
|
|
values ( "0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973",\
|
|
"0.043386, 0.056658, 0.096259, 0.242100, 1.009973");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[25] */
|
|
|
|
pin("wb_dat_o[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001076 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "6.956540, 6.980983, 7.056125, 7.330168, 8.667871",\
|
|
"7.002896, 7.027340, 7.102482, 7.376524, 8.714229",\
|
|
"7.113142, 7.137585, 7.212727, 7.486770, 8.824473",\
|
|
"7.440085, 7.464529, 7.539670, 7.813713, 9.151417",\
|
|
"8.576012, 8.600455, 8.675596, 8.949639, 10.287344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "7.184935, 7.204349, 7.253759, 7.385822, 7.957857",\
|
|
"7.231292, 7.250706, 7.300116, 7.432179, 8.004214",\
|
|
"7.341537, 7.360951, 7.410361, 7.542424, 8.114459",\
|
|
"7.668480, 7.687894, 7.737304, 7.869367, 8.441402",\
|
|
"8.804407, 8.823821, 8.873231, 9.005294, 9.577330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286");
|
|
}
|
|
|
|
} /* 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.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "6.956540, 6.980983, 7.056125, 7.330168, 8.667871",\
|
|
"7.002896, 7.027340, 7.102482, 7.376524, 8.714229",\
|
|
"7.113142, 7.137585, 7.212727, 7.486770, 8.824473",\
|
|
"7.440085, 7.464529, 7.539670, 7.813713, 9.151417",\
|
|
"8.576012, 8.600455, 8.675596, 8.949639, 10.287344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784",\
|
|
"0.044328, 0.067874, 0.155913, 0.523753, 2.356784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "7.184935, 7.204349, 7.253759, 7.385822, 7.957857",\
|
|
"7.231292, 7.250706, 7.300116, 7.432179, 8.004214",\
|
|
"7.341537, 7.360951, 7.410361, 7.542424, 8.114459",\
|
|
"7.668480, 7.687894, 7.737304, 7.869367, 8.441402",\
|
|
"8.804407, 8.823821, 8.873231, 9.005294, 9.577330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001576, 0.011848, 0.051076, 0.211076, 1.000000");
|
|
values ( "0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286",\
|
|
"0.043451, 0.056707, 0.096299, 0.242124, 1.010286");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[24] */
|
|
|
|
pin("wb_dat_o[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001039 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "6.485479, 6.509955, 6.585101, 6.859133, 8.196800",\
|
|
"6.531836, 6.556312, 6.631458, 6.905490, 8.243157",\
|
|
"6.642081, 6.666557, 6.741703, 7.015735, 8.353402",\
|
|
"6.969024, 6.993500, 7.068646, 7.342678, 8.680346",\
|
|
"8.104952, 8.129427, 8.204574, 8.478605, 9.816273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "6.780728, 6.800182, 6.849604, 6.981647, 7.553581",\
|
|
"6.827085, 6.846539, 6.895960, 7.028004, 7.599937",\
|
|
"6.937330, 6.956784, 7.006206, 7.138249, 7.710183",\
|
|
"7.264274, 7.283727, 7.333149, 7.465193, 8.037126",\
|
|
"8.400201, 8.419655, 8.469076, 8.601120, 9.173054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969");
|
|
}
|
|
|
|
} /* 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.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "6.485479, 6.509955, 6.585101, 6.859133, 8.196800",\
|
|
"6.531836, 6.556312, 6.631458, 6.905490, 8.243157",\
|
|
"6.642081, 6.666557, 6.741703, 7.015735, 8.353402",\
|
|
"6.969024, 6.993500, 7.068646, 7.342678, 8.680346",\
|
|
"8.104952, 8.129427, 8.204574, 8.478605, 9.816273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404",\
|
|
"0.044243, 0.067794, 0.155832, 0.523564, 2.356404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "6.780728, 6.800182, 6.849604, 6.981647, 7.553581",\
|
|
"6.827085, 6.846539, 6.895960, 7.028004, 7.599937",\
|
|
"6.937330, 6.956784, 7.006206, 7.138249, 7.710183",\
|
|
"7.264274, 7.283727, 7.333149, 7.465193, 8.037126",\
|
|
"8.400201, 8.419655, 8.469076, 8.601120, 9.173054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001539, 0.011811, 0.051039, 0.211039, 1.000000");
|
|
values ( "0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969",\
|
|
"0.043403, 0.056671, 0.096271, 0.242113, 1.009969");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[23] */
|
|
|
|
pin("wb_dat_o[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002307 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "6.339645, 6.363245, 6.438204, 6.712552, 8.050168",\
|
|
"6.386002, 6.409603, 6.484561, 6.758909, 8.096525",\
|
|
"6.496247, 6.519847, 6.594806, 6.869154, 8.206770",\
|
|
"6.823190, 6.846791, 6.921749, 7.196097, 8.533713",\
|
|
"7.959117, 7.982718, 8.057676, 8.332025, 9.669641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "6.646938, 6.665218, 6.714150, 6.846508, 7.419525",\
|
|
"6.693295, 6.711575, 6.760507, 6.892865, 7.465881",\
|
|
"6.803540, 6.821820, 6.870752, 7.003110, 7.576127",\
|
|
"7.130484, 7.148764, 7.197696, 7.330053, 7.903070",\
|
|
"8.266411, 8.284691, 8.333623, 8.465981, 9.038998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795");
|
|
}
|
|
|
|
} /* 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.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "6.339645, 6.363245, 6.438204, 6.712552, 8.050168",\
|
|
"6.386002, 6.409603, 6.484561, 6.758909, 8.096525",\
|
|
"6.496247, 6.519847, 6.594806, 6.869154, 8.206770",\
|
|
"6.823190, 6.846791, 6.921749, 7.196097, 8.533713",\
|
|
"7.959117, 7.982718, 8.057676, 8.332025, 9.669641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166",\
|
|
"0.047189, 0.070621, 0.158663, 0.526097, 2.361166");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "6.646938, 6.665218, 6.714150, 6.846508, 7.419525",\
|
|
"6.693295, 6.711575, 6.760507, 6.892865, 7.465881",\
|
|
"6.803540, 6.821820, 6.870752, 7.003110, 7.576127",\
|
|
"7.130484, 7.148764, 7.197696, 7.330053, 7.903070",\
|
|
"8.266411, 8.284691, 8.333623, 8.465981, 9.038998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002807, 0.013080, 0.052307, 0.212307, 1.000000");
|
|
values ( "0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795",\
|
|
"0.045056, 0.057937, 0.097344, 0.242926, 1.014795");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[22] */
|
|
|
|
pin("wb_dat_o[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001004 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "6.337982, 6.362488, 6.437641, 6.711674, 8.049405",\
|
|
"6.384339, 6.408845, 6.483998, 6.758031, 8.095762",\
|
|
"6.494584, 6.519090, 6.594243, 6.868276, 8.206007",\
|
|
"6.821527, 6.846033, 6.921186, 7.195220, 8.532950",\
|
|
"7.957455, 7.981960, 8.057114, 8.331147, 9.668878");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "6.651862, 6.671355, 6.720792, 6.852836, 7.424797",\
|
|
"6.698219, 6.717712, 6.767149, 6.899193, 7.471154",\
|
|
"6.808464, 6.827957, 6.877394, 7.009438, 7.581399",\
|
|
"7.135407, 7.154900, 7.204338, 7.336381, 7.908342",\
|
|
"8.271334, 8.290827, 8.340264, 8.472308, 9.044269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975");
|
|
}
|
|
|
|
} /* 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.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "6.337982, 6.362488, 6.437641, 6.711674, 8.049405",\
|
|
"6.384339, 6.408845, 6.483998, 6.758031, 8.095762",\
|
|
"6.494584, 6.519090, 6.594243, 6.868276, 8.206007",\
|
|
"6.821527, 6.846033, 6.921186, 7.195220, 8.532950",\
|
|
"7.957455, 7.981960, 8.057114, 8.331147, 9.668878");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396",\
|
|
"0.044161, 0.067716, 0.155751, 0.523471, 2.356396");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "6.651862, 6.671355, 6.720792, 6.852836, 7.424797",\
|
|
"6.698219, 6.717712, 6.767149, 6.899193, 7.471154",\
|
|
"6.808464, 6.827957, 6.877394, 7.009438, 7.581399",\
|
|
"7.135407, 7.154900, 7.204338, 7.336381, 7.908342",\
|
|
"8.271334, 8.290827, 8.340264, 8.472308, 9.044269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001504, 0.011776, 0.051004, 0.211004, 1.000000");
|
|
values ( "0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975",\
|
|
"0.043358, 0.056636, 0.096239, 0.242080, 1.009975");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[21] */
|
|
|
|
pin("wb_dat_o[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002196 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "6.752068, 6.775720, 6.850701, 7.125045, 8.462834",\
|
|
"6.798425, 6.822077, 6.897058, 7.171402, 8.509192",\
|
|
"6.908669, 6.932322, 7.007303, 7.281647, 8.619436",\
|
|
"7.235613, 7.259265, 7.334247, 7.608590, 8.946380",\
|
|
"8.371542, 8.395194, 8.470176, 8.744518, 10.082308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "7.031011, 7.049363, 7.098345, 7.230702, 7.803812",\
|
|
"7.077368, 7.095720, 7.144702, 7.277060, 7.850169",\
|
|
"7.187613, 7.205965, 7.254947, 7.387304, 7.960413",\
|
|
"7.514556, 7.532908, 7.581891, 7.714248, 8.287356",\
|
|
"8.650484, 8.668837, 8.717818, 8.850176, 9.423285");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796");
|
|
}
|
|
|
|
} /* 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.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "6.752068, 6.775720, 6.850701, 7.125045, 8.462834",\
|
|
"6.798425, 6.822077, 6.897058, 7.171402, 8.509192",\
|
|
"6.908669, 6.932322, 7.007303, 7.281647, 8.619436",\
|
|
"7.235613, 7.259265, 7.334247, 7.608590, 8.946380",\
|
|
"8.371542, 8.395194, 8.470176, 8.744518, 10.082308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206",\
|
|
"0.046932, 0.070370, 0.158408, 0.525907, 2.361206");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "7.031011, 7.049363, 7.098345, 7.230702, 7.803812",\
|
|
"7.077368, 7.095720, 7.144702, 7.277060, 7.850169",\
|
|
"7.187613, 7.205965, 7.254947, 7.387304, 7.960413",\
|
|
"7.514556, 7.532908, 7.581891, 7.714248, 8.287356",\
|
|
"8.650484, 8.668837, 8.717818, 8.850176, 9.423285");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002696, 0.012968, 0.052196, 0.212196, 1.000000");
|
|
values ( "0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796",\
|
|
"0.044908, 0.057824, 0.097243, 0.242824, 1.014796");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[20] */
|
|
|
|
pin("wb_dat_o[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "6.421686, 6.445483, 6.520522, 6.794850, 8.133034",\
|
|
"6.468043, 6.491840, 6.566879, 6.841207, 8.179391",\
|
|
"6.578288, 6.602085, 6.677124, 6.951452, 8.289636",\
|
|
"6.905231, 6.929028, 7.004067, 7.278395, 8.616579",\
|
|
"8.041159, 8.064956, 8.139995, 8.414322, 9.752506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "6.715234, 6.733780, 6.782891, 6.915228, 7.488450",\
|
|
"6.761591, 6.780138, 6.829248, 6.961586, 7.534807",\
|
|
"6.871836, 6.890382, 6.939493, 7.071830, 7.645051",\
|
|
"7.198779, 7.217326, 7.266436, 7.398774, 7.971995",\
|
|
"8.334707, 8.353253, 8.402365, 8.534701, 9.107924");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491");
|
|
}
|
|
|
|
} /* 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.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "6.421686, 6.445483, 6.520522, 6.794850, 8.133034",\
|
|
"6.468043, 6.491840, 6.566879, 6.841207, 8.179391",\
|
|
"6.578288, 6.602085, 6.677124, 6.951452, 8.289636",\
|
|
"6.905231, 6.929028, 7.004067, 7.278395, 8.616579",\
|
|
"8.041159, 8.064956, 8.139995, 8.414322, 9.752506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870",\
|
|
"0.046246, 0.069701, 0.157724, 0.525185, 2.360870");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "6.715234, 6.733780, 6.782891, 6.915228, 7.488450",\
|
|
"6.761591, 6.780138, 6.829248, 6.961586, 7.534807",\
|
|
"6.871836, 6.890382, 6.939493, 7.071830, 7.645051",\
|
|
"7.198779, 7.217326, 7.266436, 7.398774, 7.971995",\
|
|
"8.334707, 8.353253, 8.402365, 8.534701, 9.107924");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002397, 0.012669, 0.051897, 0.211897, 1.000000");
|
|
values ( "0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491",\
|
|
"0.044512, 0.057522, 0.096975, 0.242573, 1.014491");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[19] */
|
|
|
|
pin("wb_dat_o[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002132 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "6.876069, 6.899761, 6.974789, 7.251077, 8.588104",\
|
|
"6.922426, 6.946118, 7.021146, 7.297434, 8.634461",\
|
|
"7.032670, 7.056363, 7.131391, 7.407679, 8.744706",\
|
|
"7.359614, 7.383307, 7.458334, 7.734622, 9.071650",\
|
|
"8.495542, 8.519233, 8.594261, 8.870548, 10.207577");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "7.135279, 7.153682, 7.202726, 7.336296, 7.909326",\
|
|
"7.181636, 7.200039, 7.249083, 7.382653, 7.955683",\
|
|
"7.291881, 7.310284, 7.359328, 7.492898, 8.065928",\
|
|
"7.618824, 7.637228, 7.686271, 7.819841, 8.392871",\
|
|
"8.754751, 8.773153, 8.822198, 8.955768, 9.528797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932");
|
|
}
|
|
|
|
} /* 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.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "6.876069, 6.899761, 6.974789, 7.251077, 8.588104",\
|
|
"6.922426, 6.946118, 7.021146, 7.297434, 8.634461",\
|
|
"7.032670, 7.056363, 7.131391, 7.407679, 8.744706",\
|
|
"7.359614, 7.383307, 7.458334, 7.734622, 9.071650",\
|
|
"8.495542, 8.519233, 8.594261, 8.870548, 10.207577");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319",\
|
|
"0.046786, 0.070219, 0.158225, 0.531628, 2.363319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "7.135279, 7.153682, 7.202726, 7.336296, 7.909326",\
|
|
"7.181636, 7.200039, 7.249083, 7.382653, 7.955683",\
|
|
"7.291881, 7.310284, 7.359328, 7.492898, 8.065928",\
|
|
"7.618824, 7.637228, 7.686271, 7.819841, 8.392871",\
|
|
"8.754751, 8.773153, 8.822198, 8.955768, 9.528797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002632, 0.012905, 0.052132, 0.212132, 1.000000");
|
|
values ( "0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932",\
|
|
"0.044823, 0.057751, 0.097148, 0.247245, 1.016932");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[18] */
|
|
|
|
pin("wb_dat_o[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001812 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "6.474516, 6.498357, 6.573414, 6.847740, 8.186062",\
|
|
"6.520874, 6.544714, 6.619771, 6.894097, 8.232419",\
|
|
"6.631118, 6.654959, 6.730016, 7.004342, 8.342664",\
|
|
"6.958062, 6.981903, 7.056960, 7.331285, 8.669607",\
|
|
"8.093988, 8.117830, 8.192886, 8.467212, 9.805534");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "6.764794, 6.783401, 6.832550, 6.964887, 7.538177",\
|
|
"6.811152, 6.829758, 6.878907, 7.011244, 7.584534",\
|
|
"6.921396, 6.940002, 6.989151, 7.121489, 7.694779",\
|
|
"7.248340, 7.266946, 7.316095, 7.448432, 8.021723",\
|
|
"8.384266, 8.402873, 8.452021, 8.584358, 9.157649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495");
|
|
}
|
|
|
|
} /* 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.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "6.474516, 6.498357, 6.573414, 6.847740, 8.186062",\
|
|
"6.520874, 6.544714, 6.619771, 6.894097, 8.232419",\
|
|
"6.631118, 6.654959, 6.730016, 7.004342, 8.342664",\
|
|
"6.958062, 6.981903, 7.056960, 7.331285, 8.669607",\
|
|
"8.093988, 8.117830, 8.192886, 8.467212, 9.805534");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886",\
|
|
"0.046051, 0.069510, 0.157529, 0.525016, 2.360886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "6.764794, 6.783401, 6.832550, 6.964887, 7.538177",\
|
|
"6.811152, 6.829758, 6.878907, 7.011244, 7.584534",\
|
|
"6.921396, 6.940002, 6.989151, 7.121489, 7.694779",\
|
|
"7.248340, 7.266946, 7.316095, 7.448432, 8.021723",\
|
|
"8.384266, 8.402873, 8.452021, 8.584358, 9.157649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002312, 0.012584, 0.051812, 0.211812, 1.000000");
|
|
values ( "0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495",\
|
|
"0.044399, 0.057436, 0.096897, 0.242496, 1.014495");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[17] */
|
|
|
|
pin("wb_dat_o[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "6.846814, 6.870431, 6.945426, 7.221716, 8.558474",\
|
|
"6.893171, 6.916788, 6.991784, 7.268073, 8.604830",\
|
|
"7.003417, 7.027033, 7.102029, 7.378318, 8.715075",\
|
|
"7.330359, 7.353976, 7.428972, 7.705261, 9.042019",\
|
|
"8.466288, 8.489904, 8.564899, 8.841188, 10.177946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "7.089508, 7.107809, 7.156783, 7.290353, 7.863251",\
|
|
"7.135865, 7.154166, 7.203140, 7.336710, 7.909608",\
|
|
"7.246110, 7.264411, 7.313385, 7.446956, 8.019853",\
|
|
"7.573053, 7.591354, 7.640328, 7.773899, 8.346796",\
|
|
"8.708982, 8.727283, 8.776257, 8.909827, 9.482724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940");
|
|
}
|
|
|
|
} /* 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.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "6.846814, 6.870431, 6.945426, 7.221716, 8.558474",\
|
|
"6.893171, 6.916788, 6.991784, 7.268073, 8.604830",\
|
|
"7.003417, 7.027033, 7.102029, 7.378318, 8.715075",\
|
|
"7.330359, 7.353976, 7.428972, 7.705261, 9.042019",\
|
|
"8.466288, 8.489904, 8.564899, 8.841188, 10.177946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318",\
|
|
"0.047146, 0.070572, 0.158586, 0.531992, 2.363318");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "7.089508, 7.107809, 7.156783, 7.290353, 7.863251",\
|
|
"7.135865, 7.154166, 7.203140, 7.336710, 7.909608",\
|
|
"7.246110, 7.264411, 7.313385, 7.446956, 8.019853",\
|
|
"7.573053, 7.591354, 7.640328, 7.773899, 8.346796",\
|
|
"8.708982, 8.727283, 8.776257, 8.909827, 9.482724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002790, 0.013062, 0.052290, 0.212290, 1.000000");
|
|
values ( "0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940",\
|
|
"0.045032, 0.057910, 0.097291, 0.247394, 1.016940");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[16] */
|
|
|
|
pin("wb_dat_o[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001054 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "6.429440, 6.453917, 6.529106, 6.803330, 8.142259",\
|
|
"6.475798, 6.500274, 6.575463, 6.849687, 8.188616",\
|
|
"6.586042, 6.610518, 6.685708, 6.959932, 8.298861",\
|
|
"6.912986, 6.937462, 7.012651, 7.286875, 8.625804",\
|
|
"8.048913, 8.073388, 8.148578, 8.422802, 9.761731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "6.727624, 6.747073, 6.796535, 6.928769, 7.501984",\
|
|
"6.773981, 6.793430, 6.842892, 6.975126, 7.548341",\
|
|
"6.884226, 6.903676, 6.953137, 7.085371, 7.658587",\
|
|
"7.211170, 7.230619, 7.280080, 7.412315, 7.985530",\
|
|
"8.347096, 8.366545, 8.416007, 8.548242, 9.121457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914");
|
|
}
|
|
|
|
} /* 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.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "6.429440, 6.453917, 6.529106, 6.803330, 8.142259",\
|
|
"6.475798, 6.500274, 6.575463, 6.849687, 8.188616",\
|
|
"6.586042, 6.610518, 6.685708, 6.959932, 8.298861",\
|
|
"6.912986, 6.937462, 7.012651, 7.286875, 8.625804",\
|
|
"8.048913, 8.073388, 8.148578, 8.422802, 9.761731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310",\
|
|
"0.044276, 0.067816, 0.155814, 0.523374, 2.359310");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "6.727624, 6.747073, 6.796535, 6.928769, 7.501984",\
|
|
"6.773981, 6.793430, 6.842892, 6.975126, 7.548341",\
|
|
"6.884226, 6.903676, 6.953137, 7.085371, 7.658587",\
|
|
"7.211170, 7.230619, 7.280080, 7.412315, 7.985530",\
|
|
"8.347096, 8.366545, 8.416007, 8.548242, 9.121457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001554, 0.011826, 0.051054, 0.211054, 1.000000");
|
|
values ( "0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914",\
|
|
"0.043421, 0.056675, 0.096234, 0.241916, 1.012914");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[15] */
|
|
|
|
pin("wb_dat_o[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001811 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "6.413250, 6.437094, 6.512155, 6.786503, 8.124968",\
|
|
"6.459607, 6.483451, 6.558512, 6.832860, 8.171325",\
|
|
"6.569852, 6.593696, 6.668757, 6.943105, 8.281569",\
|
|
"6.896795, 6.920639, 6.995700, 7.270048, 8.608513",\
|
|
"8.032722, 8.056566, 8.131628, 8.405975, 9.744440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "6.703400, 6.722008, 6.771161, 6.903519, 7.476945",\
|
|
"6.749757, 6.768365, 6.817518, 6.949876, 7.523302",\
|
|
"6.860002, 6.878610, 6.927763, 7.060121, 7.633547",\
|
|
"7.186945, 7.205553, 7.254706, 7.387064, 7.960490",\
|
|
"8.322871, 8.341480, 8.390635, 8.522991, 9.096417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795");
|
|
}
|
|
|
|
} /* 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.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "6.413250, 6.437094, 6.512155, 6.786503, 8.124968",\
|
|
"6.459607, 6.483451, 6.558512, 6.832860, 8.171325",\
|
|
"6.569852, 6.593696, 6.668757, 6.943105, 8.281569",\
|
|
"6.896795, 6.920639, 6.995700, 7.270048, 8.608513",\
|
|
"8.032722, 8.056566, 8.131628, 8.405975, 9.744440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169",\
|
|
"0.046049, 0.069508, 0.157522, 0.524961, 2.361169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "6.703400, 6.722008, 6.771161, 6.903519, 7.476945",\
|
|
"6.749757, 6.768365, 6.817518, 6.949876, 7.523302",\
|
|
"6.860002, 6.878610, 6.927763, 7.060121, 7.633547",\
|
|
"7.186945, 7.205553, 7.254706, 7.387064, 7.960490",\
|
|
"8.322871, 8.341480, 8.390635, 8.522991, 9.096417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002311, 0.012583, 0.051811, 0.211811, 1.000000");
|
|
values ( "0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795",\
|
|
"0.044398, 0.057434, 0.096892, 0.242474, 1.014795");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[14] */
|
|
|
|
pin("wb_dat_o[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001644 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "6.580707, 6.604683, 6.679746, 6.953956, 8.291776",\
|
|
"6.627064, 6.651041, 6.726103, 7.000313, 8.338133",\
|
|
"6.737309, 6.761285, 6.836348, 7.110558, 8.448378",\
|
|
"7.064252, 7.088229, 7.163291, 7.437501, 8.775321",\
|
|
"8.200181, 8.224157, 8.299219, 8.573429, 9.911249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "6.844613, 6.863400, 6.912594, 7.044813, 7.617436",\
|
|
"6.890970, 6.909757, 6.958951, 7.091170, 7.663793",\
|
|
"7.001215, 7.020002, 7.069196, 7.201415, 7.774038",\
|
|
"7.328158, 7.346945, 7.396140, 7.528358, 8.100982",\
|
|
"8.464087, 8.482873, 8.532066, 8.664286, 9.236910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656");
|
|
}
|
|
|
|
} /* 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.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "6.580707, 6.604683, 6.679746, 6.953956, 8.291776",\
|
|
"6.627064, 6.651041, 6.726103, 7.000313, 8.338133",\
|
|
"6.737309, 6.761285, 6.836348, 7.110558, 8.448378",\
|
|
"7.064252, 7.088229, 7.163291, 7.437501, 8.775321",\
|
|
"8.200181, 8.224157, 8.299219, 8.573429, 9.911249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047",\
|
|
"0.045659, 0.069142, 0.157175, 0.524723, 2.359047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "6.844613, 6.863400, 6.912594, 7.044813, 7.617436",\
|
|
"6.890970, 6.909757, 6.958951, 7.091170, 7.663793",\
|
|
"7.001215, 7.020002, 7.069196, 7.201415, 7.774038",\
|
|
"7.328158, 7.346945, 7.396140, 7.528358, 8.100982",\
|
|
"8.464087, 8.482873, 8.532066, 8.664286, 9.236910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002144, 0.012416, 0.051644, 0.211644, 1.000000");
|
|
values ( "0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656",\
|
|
"0.044183, 0.057274, 0.096777, 0.242473, 1.012656");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[13] */
|
|
|
|
pin("wb_dat_o[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001673 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "6.517740, 6.541693, 6.616755, 6.890984, 8.228886",\
|
|
"6.564097, 6.588050, 6.663112, 6.937341, 8.275243",\
|
|
"6.674342, 6.698295, 6.773356, 7.047586, 8.385488",\
|
|
"7.001286, 7.025238, 7.100300, 7.374529, 8.712431",\
|
|
"8.137214, 8.161165, 8.236227, 8.510456, 9.848358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "6.807765, 6.826519, 6.875706, 7.007945, 7.580678",\
|
|
"6.854122, 6.872877, 6.922063, 7.054302, 7.627035",\
|
|
"6.964367, 6.983122, 7.032308, 7.164547, 7.737280",\
|
|
"7.291310, 7.310065, 7.359251, 7.491490, 8.064223",\
|
|
"8.427238, 8.445992, 8.495179, 8.627418, 9.200151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961");
|
|
}
|
|
|
|
} /* 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.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "6.517740, 6.541693, 6.616755, 6.890984, 8.228886",\
|
|
"6.564097, 6.588050, 6.663112, 6.937341, 8.275243",\
|
|
"6.674342, 6.698295, 6.773356, 7.047586, 8.385488",\
|
|
"7.001286, 7.025238, 7.100300, 7.374529, 8.712431",\
|
|
"8.137214, 8.161165, 8.236227, 8.510456, 9.848358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353",\
|
|
"0.045728, 0.069206, 0.157237, 0.524771, 2.359353");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "6.807765, 6.826519, 6.875706, 7.007945, 7.580678",\
|
|
"6.854122, 6.872877, 6.922063, 7.054302, 7.627035",\
|
|
"6.964367, 6.983122, 7.032308, 7.164547, 7.737280",\
|
|
"7.291310, 7.310065, 7.359251, 7.491490, 8.064223",\
|
|
"8.427238, 8.445992, 8.495179, 8.627418, 9.200151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961",\
|
|
"0.044221, 0.057302, 0.096798, 0.242478, 1.012961");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[12] */
|
|
|
|
pin("wb_dat_o[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002385 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "6.873464, 6.897033, 6.972016, 7.248347, 8.585142",\
|
|
"6.919821, 6.943390, 7.018373, 7.294704, 8.631499",\
|
|
"7.030066, 7.053635, 7.128618, 7.404949, 8.741744",\
|
|
"7.357009, 7.380578, 7.455562, 7.731893, 9.068687",\
|
|
"8.492935, 8.516505, 8.591489, 8.867820, 10.204614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "7.100468, 7.118709, 7.167651, 7.301275, 7.874337",\
|
|
"7.146825, 7.165066, 7.214008, 7.347632, 7.920694",\
|
|
"7.257070, 7.275311, 7.324253, 7.457877, 8.030939",\
|
|
"7.584013, 7.602254, 7.651196, 7.784821, 8.357882",\
|
|
"8.719940, 8.738181, 8.787124, 8.920749, 9.493810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595");
|
|
}
|
|
|
|
} /* 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.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "6.873464, 6.897033, 6.972016, 7.248347, 8.585142",\
|
|
"6.919821, 6.943390, 7.018373, 7.294704, 8.631499",\
|
|
"7.030066, 7.053635, 7.128618, 7.404949, 8.741744",\
|
|
"7.357009, 7.380578, 7.455562, 7.731893, 9.068687",\
|
|
"8.492935, 8.516505, 8.591489, 8.867820, 10.204614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038",\
|
|
"0.047363, 0.070781, 0.158799, 0.532525, 2.364038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "7.100468, 7.118709, 7.167651, 7.301275, 7.874337",\
|
|
"7.146825, 7.165066, 7.214008, 7.347632, 7.920694",\
|
|
"7.257070, 7.275311, 7.324253, 7.457877, 8.030939",\
|
|
"7.584013, 7.602254, 7.651196, 7.784821, 8.357882",\
|
|
"8.719940, 8.738181, 8.787124, 8.920749, 9.493810");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002885, 0.013157, 0.052385, 0.212385, 1.000000");
|
|
values ( "0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595",\
|
|
"0.045160, 0.058004, 0.097365, 0.247607, 1.017595");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[11] */
|
|
|
|
pin("wb_dat_o[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002247 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "6.909332, 6.932940, 7.007857, 7.281973, 8.618216",\
|
|
"6.955689, 6.979297, 7.054214, 7.328331, 8.664573",\
|
|
"7.065935, 7.089542, 7.164460, 7.438576, 8.774818",\
|
|
"7.392878, 7.416486, 7.491404, 7.765520, 9.101762",\
|
|
"8.528806, 8.552413, 8.627331, 8.901446, 10.237689");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "7.087987, 7.106293, 7.155204, 7.287354, 7.859029",\
|
|
"7.134344, 7.152650, 7.201561, 7.333712, 7.905386",\
|
|
"7.244589, 7.262895, 7.311806, 7.443956, 8.015631",\
|
|
"7.571532, 7.589839, 7.638750, 7.770900, 8.342574",\
|
|
"8.707459, 8.725766, 8.774677, 8.906826, 9.478501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732");
|
|
}
|
|
|
|
} /* 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.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "6.909332, 6.932940, 7.007857, 7.281973, 8.618216",\
|
|
"6.955689, 6.979297, 7.054214, 7.328331, 8.664573",\
|
|
"7.065935, 7.089542, 7.164460, 7.438576, 8.774818",\
|
|
"7.392878, 7.416486, 7.491404, 7.765520, 9.101762",\
|
|
"8.528806, 8.552413, 8.627331, 8.901446, 10.237689");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312",\
|
|
"0.047049, 0.070493, 0.158588, 0.526594, 2.358312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "7.087987, 7.106293, 7.155204, 7.287354, 7.859029",\
|
|
"7.134344, 7.152650, 7.201561, 7.333712, 7.905386",\
|
|
"7.244589, 7.262895, 7.311806, 7.443956, 8.015631",\
|
|
"7.571532, 7.589839, 7.638750, 7.770900, 8.342574",\
|
|
"8.707459, 8.725766, 8.774677, 8.906826, 9.478501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002747, 0.013019, 0.052247, 0.212247, 1.000000");
|
|
values ( "0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732",\
|
|
"0.044981, 0.057888, 0.097340, 0.243090, 1.011732");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[10] */
|
|
|
|
pin("wb_dat_o[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002699 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "6.940027, 6.963429, 7.038295, 7.312586, 8.649224",\
|
|
"6.986384, 7.009787, 7.084652, 7.358943, 8.695581",\
|
|
"7.096629, 7.120031, 7.194897, 7.469188, 8.805826",\
|
|
"7.423573, 7.446975, 7.521841, 7.796132, 9.132770",\
|
|
"8.559501, 8.582902, 8.657768, 8.932059, 10.268698");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "7.117946, 7.135968, 7.184719, 7.317041, 7.889510",\
|
|
"7.164303, 7.182325, 7.231076, 7.363399, 7.935867",\
|
|
"7.274548, 7.292570, 7.341321, 7.473643, 8.046112",\
|
|
"7.601491, 7.619514, 7.668264, 7.800587, 8.373055",\
|
|
"8.737417, 8.755440, 8.804191, 8.936512, 9.508982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355");
|
|
}
|
|
|
|
} /* 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.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "6.940027, 6.963429, 7.038295, 7.312586, 8.649224",\
|
|
"6.986384, 7.009787, 7.084652, 7.358943, 8.695581",\
|
|
"7.096629, 7.120031, 7.194897, 7.469188, 8.805826",\
|
|
"7.423573, 7.446975, 7.521841, 7.796132, 9.132770",\
|
|
"8.559501, 8.582902, 8.657768, 8.932059, 10.268698");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891",\
|
|
"0.048085, 0.071498, 0.159580, 0.527386, 2.360891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "7.117946, 7.135968, 7.184719, 7.317041, 7.889510",\
|
|
"7.164303, 7.182325, 7.231076, 7.363399, 7.935867",\
|
|
"7.274548, 7.292570, 7.341321, 7.473643, 8.046112",\
|
|
"7.601491, 7.619514, 7.668264, 7.800587, 8.373055",\
|
|
"8.737417, 8.755440, 8.804191, 8.936512, 9.508982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003199, 0.013471, 0.052699, 0.212699, 1.000000");
|
|
values ( "0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355",\
|
|
"0.045578, 0.058335, 0.097707, 0.243315, 1.014355");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[9] */
|
|
|
|
pin("wb_dat_o[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001984 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "7.044182, 7.067935, 7.142964, 7.419072, 8.755558",\
|
|
"7.090539, 7.114291, 7.189321, 7.465428, 8.801914",\
|
|
"7.200784, 7.224536, 7.299566, 7.575674, 8.912160",\
|
|
"7.527727, 7.551480, 7.626509, 7.902617, 9.239103",\
|
|
"8.663652, 8.687406, 8.762434, 9.038543, 10.375029");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "7.175305, 7.193797, 7.242879, 7.376280, 7.948668",\
|
|
"7.221662, 7.240154, 7.289237, 7.422637, 7.995026",\
|
|
"7.331907, 7.350399, 7.399481, 7.532882, 8.105270",\
|
|
"7.658850, 7.677342, 7.726425, 7.859825, 8.432214",\
|
|
"8.794777, 8.813270, 8.862352, 8.995752, 9.568141");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125");
|
|
}
|
|
|
|
} /* 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.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "7.044182, 7.067935, 7.142964, 7.419072, 8.755558",\
|
|
"7.090539, 7.114291, 7.189321, 7.465428, 8.801914",\
|
|
"7.200784, 7.224536, 7.299566, 7.575674, 8.912160",\
|
|
"7.527727, 7.551480, 7.626509, 7.902617, 9.239103",\
|
|
"8.663652, 8.687406, 8.762434, 9.038543, 10.375029");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607",\
|
|
"0.046444, 0.069891, 0.157918, 0.531065, 2.361607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "7.175305, 7.193797, 7.242879, 7.376280, 7.948668",\
|
|
"7.221662, 7.240154, 7.289237, 7.422637, 7.995026",\
|
|
"7.331907, 7.350399, 7.399481, 7.532882, 8.105270",\
|
|
"7.658850, 7.677342, 7.726425, 7.859825, 8.432214",\
|
|
"8.794777, 8.813270, 8.862352, 8.995752, 9.568141");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002484, 0.012756, 0.051984, 0.211984, 1.000000");
|
|
values ( "0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125",\
|
|
"0.044628, 0.057608, 0.097043, 0.246721, 1.015125");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[8] */
|
|
|
|
pin("wb_dat_o[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002422 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "6.925821, 6.949352, 7.024259, 7.298480, 8.635116",\
|
|
"6.972178, 6.995709, 7.070616, 7.344837, 8.681473",\
|
|
"7.082423, 7.105954, 7.180861, 7.455082, 8.791718",\
|
|
"7.409366, 7.432898, 7.507804, 7.782025, 9.118661",\
|
|
"8.545293, 8.568824, 8.643731, 8.917952, 10.254588");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "7.103453, 7.121651, 7.170507, 7.302758, 7.874965",\
|
|
"7.149810, 7.168008, 7.216865, 7.349115, 7.921322",\
|
|
"7.260055, 7.278253, 7.327109, 7.459360, 8.031567",\
|
|
"7.586998, 7.605196, 7.654053, 7.786303, 8.358510",\
|
|
"8.722927, 8.741125, 8.789982, 8.922232, 9.494439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234");
|
|
}
|
|
|
|
} /* 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.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "6.925821, 6.949352, 7.024259, 7.298480, 8.635116",\
|
|
"6.972178, 6.995709, 7.070616, 7.344837, 8.681473",\
|
|
"7.082423, 7.105954, 7.180861, 7.455082, 8.791718",\
|
|
"7.409366, 7.432898, 7.507804, 7.782025, 9.118661",\
|
|
"8.545293, 8.568824, 8.643731, 8.917952, 10.254588");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765",\
|
|
"0.047451, 0.070881, 0.158962, 0.526792, 2.359765");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "7.103453, 7.121651, 7.170507, 7.302758, 7.874965",\
|
|
"7.149810, 7.168008, 7.216865, 7.349115, 7.921322",\
|
|
"7.260055, 7.278253, 7.327109, 7.459360, 8.031567",\
|
|
"7.586998, 7.605196, 7.654053, 7.786303, 8.358510",\
|
|
"8.722927, 8.741125, 8.789982, 8.922232, 9.494439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002922, 0.013194, 0.052422, 0.212422, 1.000000");
|
|
values ( "0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234",\
|
|
"0.045212, 0.058059, 0.097475, 0.243142, 1.013234");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[7] */
|
|
|
|
pin("wb_dat_o[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001795 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "6.889570, 6.913415, 6.988450, 7.262666, 8.600312",\
|
|
"6.935926, 6.959772, 7.034806, 7.309023, 8.646668",\
|
|
"7.046172, 7.070017, 7.145051, 7.419268, 8.756914",\
|
|
"7.373115, 7.396960, 7.471995, 7.746212, 9.083858",\
|
|
"8.509043, 8.532888, 8.607923, 8.882140, 10.219786");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "7.083166, 7.101784, 7.150916, 7.283154, 7.855783",\
|
|
"7.129523, 7.148141, 7.197273, 7.329511, 7.902140",\
|
|
"7.239768, 7.258386, 7.307518, 7.439755, 8.012384",\
|
|
"7.566711, 7.585330, 7.634461, 7.766699, 8.339328",\
|
|
"8.702638, 8.721256, 8.770388, 8.902626, 9.475255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978");
|
|
}
|
|
|
|
} /* 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.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "6.889570, 6.913415, 6.988450, 7.262666, 8.600312",\
|
|
"6.935926, 6.959772, 7.034806, 7.309023, 8.646668",\
|
|
"7.046172, 7.070017, 7.145051, 7.419268, 8.756914",\
|
|
"7.373115, 7.396960, 7.471995, 7.746212, 9.083858",\
|
|
"8.509043, 8.532888, 8.607923, 8.882140, 10.219786");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458",\
|
|
"0.046012, 0.069478, 0.157521, 0.525225, 2.359458");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "7.083166, 7.101784, 7.150916, 7.283154, 7.855783",\
|
|
"7.129523, 7.148141, 7.197273, 7.329511, 7.902140",\
|
|
"7.239768, 7.258386, 7.307518, 7.439755, 8.012384",\
|
|
"7.566711, 7.585330, 7.634461, 7.766699, 8.339328",\
|
|
"8.702638, 8.721256, 8.770388, 8.902626, 9.475255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002295, 0.012568, 0.051795, 0.211795, 1.000000");
|
|
values ( "0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978",\
|
|
"0.044380, 0.057426, 0.096909, 0.242588, 1.012978");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[6] */
|
|
|
|
pin("wb_dat_o[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002569 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "6.801636, 6.825105, 6.900006, 7.174333, 8.511402",\
|
|
"6.847993, 6.871462, 6.946363, 7.220690, 8.557759",\
|
|
"6.958238, 6.981707, 7.056608, 7.330935, 8.668004",\
|
|
"7.285182, 7.308650, 7.383551, 7.657878, 8.994947",\
|
|
"8.421109, 8.444579, 8.519479, 8.793805, 10.130875");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "7.019431, 7.037539, 7.086353, 7.218702, 7.791454",\
|
|
"7.065788, 7.083896, 7.132710, 7.265059, 7.837811",\
|
|
"7.176033, 7.194141, 7.242956, 7.375305, 7.948057",\
|
|
"7.502976, 7.521084, 7.569899, 7.702248, 8.274999",\
|
|
"8.638903, 8.657011, 8.705825, 8.838174, 9.410926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707");
|
|
}
|
|
|
|
} /* 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.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "6.801636, 6.825105, 6.900006, 7.174333, 8.511402",\
|
|
"6.847993, 6.871462, 6.946363, 7.220690, 8.557759",\
|
|
"6.958238, 6.981707, 7.056608, 7.330935, 8.668004",\
|
|
"7.285182, 7.308650, 7.383551, 7.657878, 8.994947",\
|
|
"8.421109, 8.444579, 8.519479, 8.793805, 10.130875");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180",\
|
|
"0.047788, 0.071206, 0.159271, 0.526908, 2.361180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "7.019431, 7.037539, 7.086353, 7.218702, 7.791454",\
|
|
"7.065788, 7.083896, 7.132710, 7.265059, 7.837811",\
|
|
"7.176033, 7.194141, 7.242956, 7.375305, 7.948057",\
|
|
"7.502976, 7.521084, 7.569899, 7.702248, 8.274999",\
|
|
"8.638903, 8.657011, 8.705825, 8.838174, 9.410926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.003069, 0.013341, 0.052569, 0.212569, 1.000000");
|
|
values ( "0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707",\
|
|
"0.045404, 0.058202, 0.097584, 0.243171, 1.014707");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[5] */
|
|
|
|
pin("wb_dat_o[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000918 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "6.982656, 7.007234, 7.082407, 7.356448, 8.694387",\
|
|
"7.029013, 7.053591, 7.128764, 7.402805, 8.740745",\
|
|
"7.139257, 7.163836, 7.239009, 7.513050, 8.850989",\
|
|
"7.466201, 7.490779, 7.565952, 7.839993, 9.177933",\
|
|
"8.602129, 8.626706, 8.701880, 8.975921, 10.313861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "7.212022, 7.231611, 7.281089, 7.413144, 7.985249",\
|
|
"7.258379, 7.277968, 7.327446, 7.459501, 8.031607",\
|
|
"7.368625, 7.388214, 7.437692, 7.569746, 8.141852",\
|
|
"7.695567, 7.715157, 7.764635, 7.896689, 8.468795",\
|
|
"8.831493, 8.851083, 8.900561, 9.032616, 9.604721");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137");
|
|
}
|
|
|
|
} /* 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.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "6.982656, 7.007234, 7.082407, 7.356448, 8.694387",\
|
|
"7.029013, 7.053591, 7.128764, 7.402805, 8.740745",\
|
|
"7.139257, 7.163836, 7.239009, 7.513050, 8.850989",\
|
|
"7.466201, 7.490779, 7.565952, 7.839993, 9.177933",\
|
|
"8.602129, 8.626706, 8.701880, 8.975921, 10.313861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584",\
|
|
"0.043960, 0.067523, 0.155552, 0.523300, 2.356584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "7.212022, 7.231611, 7.281089, 7.413144, 7.985249",\
|
|
"7.258379, 7.277968, 7.327446, 7.459501, 8.031607",\
|
|
"7.368625, 7.388214, 7.437692, 7.569746, 8.141852",\
|
|
"7.695567, 7.715157, 7.764635, 7.896689, 8.468795",\
|
|
"8.831493, 8.851083, 8.900561, 9.032616, 9.604721");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.001418, 0.011691, 0.050918, 0.210918, 1.000000");
|
|
values ( "0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137",\
|
|
"0.043248, 0.056548, 0.096158, 0.241991, 1.010137");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[4] */
|
|
|
|
pin("wb_dat_o[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002052 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "7.056159, 7.079871, 7.154852, 7.429069, 8.766275",\
|
|
"7.102515, 7.126227, 7.201208, 7.475425, 8.812632",\
|
|
"7.212760, 7.236473, 7.311454, 7.585671, 8.922876",\
|
|
"7.539705, 7.563417, 7.638398, 7.912615, 9.249821",\
|
|
"8.675637, 8.699349, 8.774330, 9.048546, 10.385753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "7.300844, 7.319282, 7.368300, 7.500537, 8.072955",\
|
|
"7.347200, 7.365639, 7.414657, 7.546894, 8.119311",\
|
|
"7.457446, 7.475884, 7.524902, 7.657139, 8.229557",\
|
|
"7.784390, 7.802828, 7.851846, 7.984084, 8.556501",\
|
|
"8.920322, 8.938762, 8.987779, 9.120016, 9.692433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978");
|
|
}
|
|
|
|
} /* 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.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "7.056159, 7.079871, 7.154852, 7.429069, 8.766275",\
|
|
"7.102515, 7.126227, 7.201208, 7.475425, 8.812632",\
|
|
"7.212760, 7.236473, 7.311454, 7.585671, 8.922876",\
|
|
"7.539705, 7.563417, 7.638398, 7.912615, 9.249821",\
|
|
"8.675637, 8.699349, 8.774330, 9.048546, 10.385753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458",\
|
|
"0.046603, 0.070054, 0.158112, 0.525815, 2.359458");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "7.300844, 7.319282, 7.368300, 7.500537, 8.072955",\
|
|
"7.347200, 7.365639, 7.414657, 7.546894, 8.119311",\
|
|
"7.457446, 7.475884, 7.524902, 7.657139, 8.229557",\
|
|
"7.784390, 7.802828, 7.851846, 7.984084, 8.556501",\
|
|
"8.920322, 8.938762, 8.987779, 9.120016, 9.692433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978",\
|
|
"0.044719, 0.057686, 0.097143, 0.242823, 1.012978");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[3] */
|
|
|
|
pin("wb_dat_o[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001977 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "7.034900, 7.058651, 7.133653, 7.407896, 8.745384",\
|
|
"7.081256, 7.105008, 7.180009, 7.454252, 8.791740",\
|
|
"7.191502, 7.215253, 7.290255, 7.564497, 8.901986",\
|
|
"7.518445, 7.542197, 7.617198, 7.891441, 9.228930",\
|
|
"8.654379, 8.678130, 8.753132, 9.027374, 10.364862");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "7.284431, 7.302920, 7.351976, 7.484234, 8.056849",\
|
|
"7.330788, 7.349277, 7.398333, 7.530591, 8.103207",\
|
|
"7.441033, 7.459522, 7.508578, 7.640836, 8.213451",\
|
|
"7.767977, 7.786466, 7.835522, 7.967780, 8.540396",\
|
|
"8.903910, 8.922399, 8.971454, 9.103712, 9.676328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274");
|
|
}
|
|
|
|
} /* 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.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "7.034900, 7.058651, 7.133653, 7.407896, 8.745384",\
|
|
"7.081256, 7.105008, 7.180009, 7.454252, 8.791740",\
|
|
"7.191502, 7.215253, 7.290255, 7.564497, 8.901986",\
|
|
"7.518445, 7.542197, 7.617198, 7.891441, 9.228930",\
|
|
"8.654379, 8.678130, 8.753132, 9.027374, 10.364862");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714",\
|
|
"0.046431, 0.069885, 0.157932, 0.525545, 2.359714");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "7.284431, 7.302920, 7.351976, 7.484234, 8.056849",\
|
|
"7.330788, 7.349277, 7.398333, 7.530591, 8.103207",\
|
|
"7.441033, 7.459522, 7.508578, 7.640836, 8.213451",\
|
|
"7.767977, 7.786466, 7.835522, 7.967780, 8.540396",\
|
|
"8.903910, 8.922399, 8.971454, 9.103712, 9.676328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002477, 0.012749, 0.051977, 0.211977, 1.000000");
|
|
values ( "0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274",\
|
|
"0.044619, 0.057608, 0.097069, 0.242733, 1.013274");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[2] */
|
|
|
|
pin("wb_dat_o[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002457 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "6.917840, 6.941370, 7.016307, 7.292464, 8.628314",\
|
|
"6.964197, 6.987727, 7.062664, 7.338820, 8.674670",\
|
|
"7.074442, 7.097972, 7.172909, 7.449066, 8.784916",\
|
|
"7.401386, 7.424916, 7.499853, 7.776010, 9.111859",\
|
|
"8.537316, 8.560846, 8.635783, 8.911941, 10.247790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "7.181974, 7.200159, 7.249034, 7.382468, 7.954594",\
|
|
"7.228331, 7.246515, 7.295391, 7.428824, 8.000950",\
|
|
"7.338576, 7.356761, 7.405636, 7.539070, 8.111196",\
|
|
"7.665520, 7.683704, 7.732580, 7.866014, 8.438139",\
|
|
"8.801453, 8.819637, 8.868513, 9.001946, 9.574072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406");
|
|
}
|
|
|
|
} /* 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.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "6.917840, 6.941370, 7.016307, 7.292464, 8.628314",\
|
|
"6.964197, 6.987727, 7.062664, 7.338820, 8.674670",\
|
|
"7.074442, 7.097972, 7.172909, 7.449066, 8.784916",\
|
|
"7.401386, 7.424916, 7.499853, 7.776010, 9.111859",\
|
|
"8.537316, 8.560846, 8.635783, 8.911941, 10.247790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784",\
|
|
"0.047531, 0.070953, 0.158996, 0.532029, 2.361784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "7.181974, 7.200159, 7.249034, 7.382468, 7.954594",\
|
|
"7.228331, 7.246515, 7.295391, 7.428824, 8.000950",\
|
|
"7.338576, 7.356761, 7.405636, 7.539070, 8.111196",\
|
|
"7.665520, 7.683704, 7.732580, 7.866014, 8.438139",\
|
|
"8.801453, 8.819637, 8.868513, 9.001946, 9.574072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406",\
|
|
"0.045254, 0.058085, 0.097470, 0.247231, 1.015406");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[1] */
|
|
|
|
pin("wb_dat_o[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002074 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "6.911632, 6.935335, 7.010313, 7.284535, 8.621725",\
|
|
"6.957989, 6.981692, 7.056670, 7.330893, 8.668082",\
|
|
"7.068234, 7.091937, 7.166914, 7.441137, 8.778327",\
|
|
"7.395178, 7.418881, 7.493859, 7.768082, 9.105271",\
|
|
"8.531111, 8.554814, 8.629791, 8.904013, 10.241203");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "7.185149, 7.203573, 7.252581, 7.384819, 7.957218",\
|
|
"7.231506, 7.249930, 7.298938, 7.431176, 8.003575",\
|
|
"7.341751, 7.360175, 7.409183, 7.541420, 8.113820",\
|
|
"7.668695, 7.687119, 7.736127, 7.868365, 8.440764",\
|
|
"8.804627, 8.823051, 8.872059, 9.004296, 9.576696");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974");
|
|
}
|
|
|
|
} /* 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.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "6.911632, 6.935335, 7.010313, 7.284535, 8.621725",\
|
|
"6.957989, 6.981692, 7.056670, 7.330893, 8.668082",\
|
|
"7.068234, 7.091937, 7.166914, 7.441137, 8.778327",\
|
|
"7.395178, 7.418881, 7.493859, 7.768082, 9.105271",\
|
|
"8.531111, 8.554814, 8.629791, 8.904013, 10.241203");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409",\
|
|
"0.046654, 0.070105, 0.158161, 0.525785, 2.359409");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "7.185149, 7.203573, 7.252581, 7.384819, 7.957218",\
|
|
"7.231506, 7.249930, 7.298938, 7.431176, 8.003575",\
|
|
"7.341751, 7.360175, 7.409183, 7.541420, 8.113820",\
|
|
"7.668695, 7.687119, 7.736127, 7.868365, 8.440764",\
|
|
"8.804627, 8.823051, 8.872059, 9.004296, 9.576696");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.002574, 0.012847, 0.052074, 0.212074, 1.000000");
|
|
values ( "0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974",\
|
|
"0.044748, 0.057708, 0.097163, 0.242843, 1.012974");
|
|
}
|
|
|
|
} /* 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.003043 ;
|
|
|
|
/* 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.742866, 2.696508, 2.586263, 2.259320, 1.123393",\
|
|
"2.793867, 2.747509, 2.637264, 2.310321, 1.174394",\
|
|
"2.898468, 2.852111, 2.741866, 2.414923, 1.278996",\
|
|
"3.141883, 3.095526, 2.985281, 2.658337, 1.522410",\
|
|
"3.929636, 3.883278, 3.773033, 3.446090, 2.310163");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.488645, 2.442288, 2.332043, 2.005099, 0.869173",\
|
|
"2.536848, 2.490491, 2.380246, 2.053302, 0.917376",\
|
|
"2.649219, 2.602862, 2.492617, 2.165674, 1.029747",\
|
|
"2.935865, 2.889508, 2.779263, 2.452319, 1.316392",\
|
|
"3.798929, 3.752572, 3.642327, 3.315383, 2.179457");
|
|
}
|
|
|
|
} /* 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.644935, -1.598578, -1.488333, -1.161390, -0.025463",\
|
|
"-1.696186, -1.649829, -1.539584, -1.212641, -0.076714",\
|
|
"-1.800529, -1.754172, -1.643927, -1.316983, -0.181057",\
|
|
"-2.044169, -1.997812, -1.887567, -1.560624, -0.424697",\
|
|
"-2.831589, -2.785233, -2.674987, -2.348044, -1.212117");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.110326, 0.156683, 0.266928, 0.593872, 1.729799",\
|
|
"0.062116, 0.108473, 0.218718, 0.545662, 1.681589",\
|
|
"-0.050247, -0.003890, 0.106355, 0.433298, 1.569225",\
|
|
"-0.336726, -0.290369, -0.180123, 0.146820, 1.282747",\
|
|
"-1.202910, -1.156553, -1.046308, -0.719365, 0.416562");
|
|
}
|
|
|
|
} /* 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.003583 ;
|
|
|
|
/* 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.654776, 2.608418, 2.498173, 2.171230, 1.035303",\
|
|
"2.705829, 2.659472, 2.549227, 2.222283, 1.086357",\
|
|
"2.810328, 2.763971, 2.653726, 2.326783, 1.190856",\
|
|
"3.053892, 3.007535, 2.897290, 2.570346, 1.434420",\
|
|
"3.841611, 3.795254, 3.685009, 3.358066, 2.222139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.363367, 2.317010, 2.206765, 1.879821, 0.743895",\
|
|
"2.411602, 2.365245, 2.255000, 1.928057, 0.792130",\
|
|
"2.523920, 2.477563, 2.367318, 2.040375, 0.904448",\
|
|
"2.809853, 2.763496, 2.653251, 2.326307, 1.190381",\
|
|
"3.667597, 3.621240, 3.510994, 3.184051, 2.048124");
|
|
}
|
|
|
|
} /* 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.596828, -1.550471, -1.440226, -1.113283, 0.022644",\
|
|
"-1.648063, -1.601706, -1.491461, -1.164518, -0.028591",\
|
|
"-1.752376, -1.706019, -1.595774, -1.268831, -0.132904",\
|
|
"-1.996117, -1.949760, -1.839514, -1.512571, -0.376644",\
|
|
"-2.784172, -2.737815, -2.627570, -2.300627, -1.164700");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.121102, 0.167459, 0.277704, 0.604648, 1.740574",\
|
|
"0.072896, 0.119253, 0.229498, 0.556442, 1.692369",\
|
|
"-0.039456, 0.006901, 0.117146, 0.444090, 1.580016",\
|
|
"-0.326151, -0.279794, -0.169548, 0.157395, 1.293322",\
|
|
"-1.191308, -1.144951, -1.034706, -0.707762, 0.428164");
|
|
}
|
|
|
|
} /* 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.002746 ;
|
|
|
|
/* 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.271539, 2.225182, 2.114937, 1.787993, 0.652067",\
|
|
"2.322647, 2.276289, 2.166044, 1.839101, 0.703174",\
|
|
"2.427039, 2.380682, 2.270437, 1.943493, 0.807567",\
|
|
"2.670799, 2.624442, 2.514197, 2.187253, 1.051326",\
|
|
"3.459595, 3.413238, 3.302993, 2.976049, 1.840123");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "1.922011, 1.875654, 1.765409, 1.438466, 0.302539",\
|
|
"1.970243, 1.923886, 1.813641, 1.486697, 0.350770",\
|
|
"2.082561, 2.036204, 1.925959, 1.599016, 0.463089",\
|
|
"2.368990, 2.322633, 2.212388, 1.885445, 0.749518",\
|
|
"3.229161, 3.182804, 3.072558, 2.745615, 1.609688");
|
|
}
|
|
|
|
} /* 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.269465, -1.223108, -1.112863, -0.785919, 0.350007",\
|
|
"-1.320572, -1.274215, -1.163970, -0.837027, 0.298900",\
|
|
"-1.424965, -1.378608, -1.268363, -0.941419, 0.194507",\
|
|
"-1.668725, -1.622368, -1.512122, -1.185179, -0.049252",\
|
|
"-2.457521, -2.411165, -2.300919, -1.973976, -0.838049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.187193, 0.233550, 0.343795, 0.670738, 1.806665",\
|
|
"0.138958, 0.185315, 0.295561, 0.622504, 1.758431",\
|
|
"0.026643, 0.073000, 0.183246, 0.510189, 1.646116",\
|
|
"-0.259707, -0.213350, -0.103105, 0.223839, 1.359766",\
|
|
"-1.119389, -1.073032, -0.962787, -0.635844, 0.500083");
|
|
}
|
|
|
|
} /* 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.002706 ;
|
|
|
|
/* 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.130090, 2.083733, 1.973488, 1.646544, 0.510617",\
|
|
"2.179803, 2.133446, 2.023201, 1.696257, 0.560331",\
|
|
"2.284925, 2.238567, 2.128322, 1.801379, 0.665452",\
|
|
"2.529584, 2.483227, 2.372982, 2.046039, 0.910112",\
|
|
"3.319041, 3.272684, 3.162439, 2.835495, 1.699568");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.045651, 1.999294, 1.889049, 1.562106, 0.426179",\
|
|
"2.094023, 2.047666, 1.937421, 1.610477, 0.474551",\
|
|
"2.205905, 2.159548, 2.049303, 1.722359, 0.586432",\
|
|
"2.491992, 2.445635, 2.335390, 2.008447, 0.872520",\
|
|
"3.340980, 3.294623, 3.184378, 2.857435, 1.721508");
|
|
}
|
|
|
|
} /* 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.127815, -1.081458, -0.971213, -0.644270, 0.491657",\
|
|
"-1.177529, -1.131171, -1.020926, -0.693983, 0.441944",\
|
|
"-1.282650, -1.236293, -1.126048, -0.799104, 0.336822",\
|
|
"-1.527310, -1.480953, -1.370708, -1.043764, 0.092162",\
|
|
"-2.316766, -2.270409, -2.160164, -1.833221, -0.697294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
index_2 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "-0.056284, -0.009927, 0.100318, 0.427261, 1.563188",\
|
|
"-0.104656, -0.058299, 0.051946, 0.378890, 1.514816",\
|
|
"-0.216538, -0.170181, -0.059936, 0.267007, 1.402934",\
|
|
"-0.502625, -0.456268, -0.346023, -0.019079, 1.116847",\
|
|
"-1.351613, -1.305256, -1.195011, -0.868068, 0.267859");
|
|
}
|
|
|
|
} /* 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.194441");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "1.953757");
|
|
}
|
|
|
|
} /* 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.046620, 3.092977, 3.203222, 3.530166, 4.666092");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.145045, 0.145045, 0.145045, 0.145045, 0.145045");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.212350, 3.258707, 3.368952, 3.695896, 4.831822");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.136015, 0.136015, 0.136015, 0.136015, 0.136015");
|
|
}
|
|
|
|
} /* 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.046620, 3.092977, 3.203222, 3.530166, 4.666092");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.145045, 0.145045, 0.145045, 0.145045, 0.145045");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "3.212350, 3.258707, 3.368952, 3.695896, 4.831822");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.100000, 0.316228, 1.000000, 5.000000");
|
|
values ( "0.136015, 0.136015, 0.136015, 0.136015, 0.136015");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|