mirror of https://github.com/efabless/caravel.git
30779 lines
1.3 MiB
30779 lines
1.3 MiB
|
|
library("housekeeping.tt") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Tue Oct 18 15:31:25 2022" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.8000 ;
|
|
nom_temperature : 25.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__tt_1.80v_25C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.8000 ;
|
|
temperature : 25.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__tt_1.80v_25C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 77444.414062 ;
|
|
dont_use : true ;
|
|
dont_touch : true ;
|
|
interface_timing : true;
|
|
timing_model_type : "extracted";
|
|
is_macro_cell : true;
|
|
|
|
/* Generated clock definitions start here*/
|
|
generated_clock ( wbbd_sck ) {
|
|
clock_pin : wbbd_sck ;
|
|
master_pin : wb_clk_i ;
|
|
divided_by : 2 ;
|
|
}
|
|
/* End of generated clocks */
|
|
|
|
pin("debug_in") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001488 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_in;
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.453416, 0.464731, 0.499485, 0.625809, 1.238239",\
|
|
"0.497643, 0.508959, 0.543713, 0.670037, 1.282467",\
|
|
"0.539517, 0.550832, 0.585586, 0.711910, 1.324340",\
|
|
"0.596824, 0.608140, 0.642894, 0.769218, 1.381647",\
|
|
"0.665728, 0.677044, 0.711798, 0.838123, 1.450551");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.021465, 0.032288, 0.072389, 0.250483, 1.128717",\
|
|
"0.021465, 0.032288, 0.072389, 0.250483, 1.128717",\
|
|
"0.021465, 0.032288, 0.072389, 0.250483, 1.128717",\
|
|
"0.021466, 0.032289, 0.072389, 0.250483, 1.128717",\
|
|
"0.021468, 0.032291, 0.072390, 0.250483, 1.128718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.467995, 0.476933, 0.500167, 0.563214, 0.823192",\
|
|
"0.521742, 0.530680, 0.553914, 0.616961, 0.876939",\
|
|
"0.584729, 0.593667, 0.616901, 0.679948, 0.939926",\
|
|
"0.687162, 0.696100, 0.719334, 0.782381, 1.042360",\
|
|
"0.845209, 0.854147, 0.877381, 0.940427, 1.200406");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.019883, 0.025646, 0.043474, 0.116043, 0.475713",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475713",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475713",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475712",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475712");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.453416, 0.464731, 0.499485, 0.625809, 1.238239",\
|
|
"0.497643, 0.508959, 0.543713, 0.670037, 1.282467",\
|
|
"0.539517, 0.550832, 0.585586, 0.711910, 1.324340",\
|
|
"0.596824, 0.608140, 0.642894, 0.769218, 1.381647",\
|
|
"0.665728, 0.677044, 0.711798, 0.838123, 1.450551");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.021465, 0.032288, 0.072389, 0.250483, 1.128717",\
|
|
"0.021465, 0.032288, 0.072389, 0.250483, 1.128717",\
|
|
"0.021465, 0.032288, 0.072389, 0.250483, 1.128717",\
|
|
"0.021466, 0.032289, 0.072389, 0.250483, 1.128717",\
|
|
"0.021468, 0.032291, 0.072390, 0.250483, 1.128718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.467995, 0.476933, 0.500167, 0.563214, 0.823192",\
|
|
"0.521742, 0.530680, 0.553914, 0.616961, 0.876939",\
|
|
"0.584729, 0.593667, 0.616901, 0.679948, 0.939926",\
|
|
"0.687162, 0.696100, 0.719334, 0.782381, 1.042360",\
|
|
"0.845209, 0.854147, 0.877381, 0.940427, 1.200406");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.019883, 0.025646, 0.043474, 0.116043, 0.475713",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475713",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475713",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475712",\
|
|
"0.019883, 0.025646, 0.043474, 0.116043, 0.475712");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.526460, 0.537780, 0.572539, 0.698865, 1.311285",\
|
|
"0.568458, 0.579778, 0.614537, 0.740863, 1.353283",\
|
|
"0.602816, 0.614136, 0.648895, 0.775222, 1.387641",\
|
|
"0.644144, 0.655465, 0.690224, 0.816550, 1.428969",\
|
|
"0.679295, 0.690615, 0.725375, 0.851701, 1.464120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.021487, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021487, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021487, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021488, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021490, 0.032310, 0.072402, 0.250482, 1.128721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.485783, 0.494725, 0.517964, 0.581012, 0.840981",\
|
|
"0.540521, 0.549462, 0.572701, 0.635750, 0.895719",\
|
|
"0.612330, 0.621271, 0.644510, 0.707559, 0.967528",\
|
|
"0.743500, 0.752441, 0.775680, 0.838729, 1.098698",\
|
|
"0.959382, 0.968323, 0.991561, 1.054610, 1.314580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475692");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.526460, 0.537780, 0.572539, 0.698865, 1.311285",\
|
|
"0.568458, 0.579778, 0.614537, 0.740863, 1.353283",\
|
|
"0.602816, 0.614136, 0.648895, 0.775222, 1.387641",\
|
|
"0.644144, 0.655465, 0.690224, 0.816550, 1.428969",\
|
|
"0.679295, 0.690615, 0.725375, 0.851701, 1.464120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.021487, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021487, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021487, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021488, 0.032308, 0.072401, 0.250482, 1.128721",\
|
|
"0.021490, 0.032310, 0.072402, 0.250482, 1.128721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.483633, 0.492574, 0.515814, 0.578862, 0.838831",\
|
|
"0.538371, 0.547312, 0.570551, 0.633600, 0.893569",\
|
|
"0.610180, 0.619121, 0.642360, 0.705409, 0.965378",\
|
|
"0.741758, 0.750699, 0.773939, 0.836987, 1.096956",\
|
|
"0.957974, 0.966915, 0.990153, 1.053201, 1.313172");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001988, 0.012260, 0.051488, 0.211488, 1.000000");
|
|
values ( "0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475688",\
|
|
"0.019880, 0.025647, 0.043472, 0.116042, 0.475691");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una_min*/
|
|
|
|
} /* end of pin debug_in */
|
|
|
|
pin("debug_mode") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002626 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_mode;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002662 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_oeb;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002606 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_out;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001811 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk;
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.610410, 0.709927, 0.869981, 0.929263, 1.687934",\
|
|
"0.658507, 0.758025, 0.918079, 0.977361, 1.736032",\
|
|
"0.701912, 0.801431, 0.961484, 1.020766, 1.779438",\
|
|
"0.760700, 0.860219, 1.020272, 1.079554, 1.838226",\
|
|
"0.830946, 0.930465, 1.090518, 1.149801, 1.908475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.026712, 0.145143, 0.372951, 0.457353, 1.548937",\
|
|
"0.026713, 0.145143, 0.372951, 0.457353, 1.548937",\
|
|
"0.026713, 0.145143, 0.372951, 0.457353, 1.548937",\
|
|
"0.026714, 0.145143, 0.372951, 0.457353, 1.548937",\
|
|
"0.026716, 0.145143, 0.372951, 0.457353, 1.548938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.713748, 0.788584, 0.889655, 0.926998, 1.387578",\
|
|
"0.767534, 0.842370, 0.943442, 0.980785, 1.441365",\
|
|
"0.841312, 0.916148, 1.017219, 1.054562, 1.515142",\
|
|
"0.968030, 1.042866, 1.143938, 1.181281, 1.641862",\
|
|
"1.168889, 1.243725, 1.344797, 1.382140, 1.842721");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.023109, 0.094520, 0.224536, 0.272997, 0.915936",\
|
|
"0.023109, 0.094520, 0.224536, 0.272997, 0.915936",\
|
|
"0.023109, 0.094520, 0.224536, 0.272997, 0.915936",\
|
|
"0.023109, 0.094520, 0.224537, 0.272999, 0.915936",\
|
|
"0.023109, 0.094520, 0.224537, 0.272999, 0.915936");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.610410, 0.709927, 0.869981, 0.929263, 1.687934",\
|
|
"0.658507, 0.758025, 0.918079, 0.977361, 1.736032",\
|
|
"0.701912, 0.801431, 0.961484, 1.020766, 1.779438",\
|
|
"0.760700, 0.860219, 1.020272, 1.079554, 1.838226",\
|
|
"0.830946, 0.930465, 1.090518, 1.149801, 1.908475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.026712, 0.145143, 0.372951, 0.457352, 1.548937",\
|
|
"0.026713, 0.145143, 0.372951, 0.457352, 1.548937",\
|
|
"0.026713, 0.145143, 0.372951, 0.457352, 1.548937",\
|
|
"0.026714, 0.145143, 0.372951, 0.457352, 1.548937",\
|
|
"0.026716, 0.145143, 0.372951, 0.457352, 1.548938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.713748, 0.788584, 0.889655, 0.926998, 1.387578",\
|
|
"0.767534, 0.842370, 0.943442, 0.980785, 1.441365",\
|
|
"0.841312, 0.916148, 1.017219, 1.054562, 1.515142",\
|
|
"0.968030, 1.042866, 1.143938, 1.181281, 1.641862",\
|
|
"1.168889, 1.243725, 1.344797, 1.382140, 1.842721");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002311, 0.076296, 0.211811, 0.262036, 0.909128");
|
|
values ( "0.023109, 0.094520, 0.224536, 0.272997, 0.915927",\
|
|
"0.023109, 0.094520, 0.224536, 0.272997, 0.915927",\
|
|
"0.023109, 0.094520, 0.224536, 0.272997, 0.915927",\
|
|
"0.023109, 0.094520, 0.224537, 0.272998, 0.915927",\
|
|
"0.023109, 0.094520, 0.224537, 0.272998, 0.915928");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una_min*/
|
|
|
|
} /* end of pin pad_flash_clk */
|
|
|
|
pin("pad_flash_clk_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001426 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_clk_oeb;
|
|
} /* end of pin pad_flash_clk_oeb */
|
|
|
|
pin("pad_flash_csb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000789 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.693843, 0.705581, 0.740557, 0.866976, 1.479793",\
|
|
"0.735961, 0.747700, 0.782676, 0.909094, 1.521912",\
|
|
"0.770108, 0.781846, 0.816822, 0.943241, 1.556058",\
|
|
"0.810940, 0.822678, 0.857655, 0.984073, 1.596890",\
|
|
"0.845044, 0.856783, 0.891759, 1.018178, 1.630994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021318, 0.032116, 0.071982, 0.249749, 1.129147");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.712672, 0.721950, 0.745299, 0.808385, 1.068709",\
|
|
"0.767452, 0.776730, 0.800079, 0.863165, 1.123489",\
|
|
"0.839249, 0.848527, 0.871876, 0.934962, 1.195286",\
|
|
"0.970171, 0.979448, 1.002797, 1.065883, 1.326207",\
|
|
"1.184339, 1.193617, 1.216965, 1.280052, 1.540376");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.693843, 0.705581, 0.740557, 0.866976, 1.479793",\
|
|
"0.735961, 0.747700, 0.782676, 0.909094, 1.521912",\
|
|
"0.770108, 0.781846, 0.816822, 0.943241, 1.556058",\
|
|
"0.810940, 0.822678, 0.857655, 0.984073, 1.596890",\
|
|
"0.845044, 0.856783, 0.891759, 1.018178, 1.630994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021316, 0.032114, 0.071981, 0.249749, 1.129147",\
|
|
"0.021318, 0.032116, 0.071982, 0.249749, 1.129147");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.709020, 0.718298, 0.741647, 0.804733, 1.065057",\
|
|
"0.763801, 0.773078, 0.796427, 0.859513, 1.119837",\
|
|
"0.835598, 0.844875, 0.868224, 0.931310, 1.191634",\
|
|
"0.966786, 0.976063, 0.999412, 1.062498, 1.322822",\
|
|
"1.181363, 1.190641, 1.213990, 1.277076, 1.537400");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262",\
|
|
"0.019613, 0.025478, 0.043338, 0.115843, 0.476262");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.648622, 0.660357, 0.695331, 0.821747, 1.434571",\
|
|
"0.694272, 0.706007, 0.740981, 0.867397, 1.480221",\
|
|
"0.741746, 0.753482, 0.788455, 0.914872, 1.527695",\
|
|
"0.800117, 0.811853, 0.846826, 0.973243, 1.586067",\
|
|
"0.870315, 0.882051, 0.917024, 1.043441, 1.656264");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.021302, 0.032102, 0.071974, 0.249750, 1.129145",\
|
|
"0.021302, 0.032102, 0.071974, 0.249750, 1.129145",\
|
|
"0.021303, 0.032103, 0.071974, 0.249750, 1.129145",\
|
|
"0.021303, 0.032103, 0.071974, 0.249750, 1.129145",\
|
|
"0.021304, 0.032104, 0.071975, 0.249750, 1.129145");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.695820, 0.705097, 0.728444, 0.791527, 1.051858",\
|
|
"0.749644, 0.758922, 0.782269, 0.845352, 1.105682",\
|
|
"0.820854, 0.830131, 0.853478, 0.916561, 1.176892",\
|
|
"0.951832, 0.961109, 0.984457, 1.047539, 1.307870",\
|
|
"1.152795, 1.162073, 1.185420, 1.248502, 1.508833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.019597, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019597, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019597, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019596, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019596, 0.025464, 0.043326, 0.115841, 0.476261");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.648622, 0.660357, 0.695331, 0.821747, 1.434571",\
|
|
"0.694272, 0.706007, 0.740981, 0.867397, 1.480221",\
|
|
"0.741746, 0.753482, 0.788455, 0.914872, 1.527695",\
|
|
"0.800117, 0.811853, 0.846826, 0.973243, 1.586067",\
|
|
"0.870315, 0.882051, 0.917024, 1.043441, 1.656264");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.021302, 0.032102, 0.071974, 0.249750, 1.129145",\
|
|
"0.021302, 0.032102, 0.071974, 0.249750, 1.129145",\
|
|
"0.021303, 0.032103, 0.071974, 0.249750, 1.129145",\
|
|
"0.021303, 0.032103, 0.071974, 0.249750, 1.129145",\
|
|
"0.021304, 0.032104, 0.071975, 0.249750, 1.129145");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.695820, 0.705097, 0.728444, 0.791527, 1.051858",\
|
|
"0.749644, 0.758922, 0.782269, 0.845352, 1.105682",\
|
|
"0.820854, 0.830131, 0.853478, 0.916561, 1.176892",\
|
|
"0.951832, 0.961109, 0.984457, 1.047539, 1.307870",\
|
|
"1.152795, 1.162073, 1.185420, 1.248502, 1.508833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.019597, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019597, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019597, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019596, 0.025464, 0.043326, 0.115841, 0.476261",\
|
|
"0.019596, 0.025464, 0.043326, 0.115841, 0.476261");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una_min*/
|
|
|
|
} /* end of pin pad_flash_csb */
|
|
|
|
pin("pad_flash_csb_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002033 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_csb_oeb;
|
|
} /* end of pin pad_flash_csb_oeb */
|
|
|
|
pin("pad_flash_io0_di") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002605 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_di;
|
|
} /* end of pin pad_flash_io0_di */
|
|
|
|
pin("pad_flash_io0_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001765 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_do;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.677538, 0.688837, 0.723783, 0.850986, 1.458193",\
|
|
"0.741961, 0.753260, 0.788207, 0.915409, 1.509961",\
|
|
"0.789277, 0.800577, 0.835523, 0.962726, 1.509961",\
|
|
"0.822984, 0.834284, 0.869232, 0.996435, 1.509961",\
|
|
"0.822984, 0.834284, 0.869232, 0.996435, 1.509961");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.022097, 0.032823, 0.072714, 0.252690, 1.131384",\
|
|
"0.022097, 0.032823, 0.072714, 0.252690, 1.131384",\
|
|
"0.022099, 0.032824, 0.072715, 0.252690, 1.131384",\
|
|
"0.022103, 0.032828, 0.072717, 0.252690, 1.131385",\
|
|
"0.022117, 0.032840, 0.072725, 0.252689, 1.131387");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.742665, 0.751470, 0.774750, 0.838664, 1.100674",\
|
|
"0.844684, 0.853489, 0.876769, 0.940682, 1.202693",\
|
|
"1.004453, 1.013258, 1.036538, 1.100451, 1.362462",\
|
|
"1.300329, 1.309134, 1.332414, 1.396327, 1.658337",\
|
|
"1.883824, 1.892628, 1.915909, 1.979822, 2.241832");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.020233, 0.025839, 0.043555, 0.118170, 0.470838",\
|
|
"0.020233, 0.025839, 0.043555, 0.118170, 0.470838",\
|
|
"0.020233, 0.025839, 0.043555, 0.118170, 0.470838",\
|
|
"0.020233, 0.025839, 0.043555, 0.118170, 0.470838",\
|
|
"0.020233, 0.025839, 0.043556, 0.118170, 0.470838");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.670758, 0.682055, 0.716998, 0.844199, 1.451412",\
|
|
"0.724039, 0.735339, 0.770287, 0.897491, 1.504694",\
|
|
"0.724039, 0.735339, 0.770287, 0.897491, 1.504694",\
|
|
"0.724039, 0.735339, 0.770287, 0.897491, 1.504694",\
|
|
"0.724039, 0.735339, 0.770287, 0.897491, 1.504694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.022085, 0.032813, 0.072707, 0.252691, 1.131382",\
|
|
"0.022085, 0.032813, 0.072707, 0.252691, 1.131382",\
|
|
"0.022086, 0.032813, 0.072708, 0.252691, 1.131382",\
|
|
"0.022090, 0.032817, 0.072710, 0.252691, 1.131383",\
|
|
"0.022106, 0.032830, 0.072719, 0.252690, 1.131385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.717226, 0.726030, 0.749311, 0.813224, 1.075234",\
|
|
"0.819244, 0.828049, 0.851329, 0.915242, 1.177253",\
|
|
"0.981104, 0.989909, 1.013189, 1.077102, 1.339113",\
|
|
"1.281053, 1.289857, 1.313138, 1.377051, 1.639061",\
|
|
"1.869409, 1.878213, 1.901494, 1.965407, 2.227417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.020232, 0.025839, 0.043555, 0.118170, 0.468110",\
|
|
"0.020232, 0.025839, 0.043555, 0.118170, 0.468110",\
|
|
"0.020232, 0.025839, 0.043555, 0.118170, 0.468110",\
|
|
"0.020233, 0.025839, 0.043555, 0.118170, 0.468110",\
|
|
"0.020233, 0.025839, 0.043555, 0.118170, 0.468110");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.673320, 0.684620, 0.719568, 0.846771, 1.453975",\
|
|
"0.718925, 0.730226, 0.765173, 0.892376, 1.499581",\
|
|
"0.762828, 0.774128, 0.809076, 0.936279, 1.543483",\
|
|
"0.821123, 0.832424, 0.867371, 0.994575, 1.601779",\
|
|
"0.890533, 0.901834, 0.936782, 1.063986, 1.671189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.022105, 0.032829, 0.072718, 0.252690, 1.131385",\
|
|
"0.022105, 0.032829, 0.072718, 0.252690, 1.131385",\
|
|
"0.022105, 0.032829, 0.072718, 0.252690, 1.131385",\
|
|
"0.022105, 0.032830, 0.072718, 0.252690, 1.131385",\
|
|
"0.022108, 0.032832, 0.072720, 0.252690, 1.131386");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.709497, 0.718301, 0.741580, 0.805490, 1.067507",\
|
|
"0.763322, 0.772126, 0.795405, 0.859315, 1.121332",\
|
|
"0.833712, 0.842516, 0.865795, 0.929705, 1.191722",\
|
|
"0.960627, 0.969431, 0.992710, 1.056619, 1.318636",\
|
|
"1.168074, 1.176878, 1.200157, 1.264066, 1.526083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.020217, 0.025825, 0.043543, 0.118168, 0.470836",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.470836",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.470836",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.470836",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.470836");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.673320, 0.684620, 0.719568, 0.846771, 1.453975",\
|
|
"0.718925, 0.730226, 0.765173, 0.892376, 1.499581",\
|
|
"0.762828, 0.774128, 0.809076, 0.936279, 1.543483",\
|
|
"0.821123, 0.832424, 0.867371, 0.994575, 1.601779",\
|
|
"0.890533, 0.901834, 0.936782, 1.063986, 1.671189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.022105, 0.032829, 0.072718, 0.252690, 1.131385",\
|
|
"0.022105, 0.032829, 0.072718, 0.252690, 1.131385",\
|
|
"0.022105, 0.032829, 0.072718, 0.252690, 1.131385",\
|
|
"0.022105, 0.032830, 0.072718, 0.252690, 1.131385",\
|
|
"0.022108, 0.032832, 0.072720, 0.252690, 1.131386");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.709497, 0.718301, 0.741580, 0.805490, 1.067507",\
|
|
"0.763322, 0.772126, 0.795405, 0.859315, 1.121332",\
|
|
"0.833712, 0.842516, 0.865795, 0.929705, 1.191722",\
|
|
"0.960627, 0.969431, 0.992710, 1.056619, 1.318636",\
|
|
"1.168074, 1.176878, 1.200157, 1.264066, 1.526083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002265, 0.012537, 0.051765, 0.211765, 1.000000");
|
|
values ( "0.020217, 0.025825, 0.043543, 0.118168, 0.468109",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.468109",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.468109",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.468109",\
|
|
"0.020217, 0.025825, 0.043543, 0.118168, 0.468109");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_do */
|
|
|
|
pin("pad_flash_io0_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.598826, 0.608137, 0.631510, 0.694589, 0.954704",\
|
|
"0.644232, 0.653543, 0.676916, 0.739995, 1.000109",\
|
|
"0.698067, 0.707378, 0.730751, 0.793831, 1.053945",\
|
|
"0.778063, 0.787374, 0.810747, 0.873827, 1.133940",\
|
|
"0.883455, 0.892766, 0.916140, 0.979222, 1.239331");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.019856, 0.025699, 0.043527, 0.115700, 0.475636",\
|
|
"0.019856, 0.025699, 0.043527, 0.115700, 0.475636",\
|
|
"0.019856, 0.025699, 0.043527, 0.115700, 0.475636",\
|
|
"0.019860, 0.025702, 0.043530, 0.115701, 0.475636",\
|
|
"0.019869, 0.025710, 0.043536, 0.115702, 0.475636");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.566069, 0.578010, 0.613178, 0.739640, 1.351791",\
|
|
"0.620790, 0.632730, 0.667899, 0.794360, 1.406511",\
|
|
"0.692423, 0.704364, 0.739532, 0.865993, 1.478144",\
|
|
"0.825565, 0.837509, 0.872681, 0.999144, 1.611288",\
|
|
"1.044132, 1.056085, 1.091265, 1.217733, 1.829858");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.022122, 0.032812, 0.072407, 0.249480, 1.128566",\
|
|
"0.022122, 0.032812, 0.072407, 0.249480, 1.128566",\
|
|
"0.022122, 0.032812, 0.072407, 0.249480, 1.128566",\
|
|
"0.022137, 0.032825, 0.072415, 0.249479, 1.128569",\
|
|
"0.022177, 0.032860, 0.072437, 0.249476, 1.128575");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.598826, 0.608137, 0.631510, 0.694589, 0.954704",\
|
|
"0.644232, 0.653543, 0.676916, 0.739995, 1.000109",\
|
|
"0.698067, 0.707378, 0.730751, 0.793831, 1.053945",\
|
|
"0.778063, 0.787374, 0.810747, 0.873827, 1.133940",\
|
|
"0.883455, 0.892766, 0.916140, 0.979222, 1.239331");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.019856, 0.025699, 0.043527, 0.115700, 0.475636",\
|
|
"0.019856, 0.025699, 0.043527, 0.115700, 0.475636",\
|
|
"0.019856, 0.025699, 0.043527, 0.115700, 0.475636",\
|
|
"0.019860, 0.025702, 0.043530, 0.115701, 0.475636",\
|
|
"0.019869, 0.025710, 0.043536, 0.115702, 0.475636");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.566069, 0.578010, 0.613178, 0.739640, 1.351791",\
|
|
"0.620790, 0.632730, 0.667899, 0.794360, 1.406511",\
|
|
"0.692423, 0.704364, 0.739532, 0.865993, 1.478144",\
|
|
"0.825565, 0.837509, 0.872681, 0.999144, 1.611288",\
|
|
"1.044132, 1.056085, 1.091265, 1.217733, 1.829858");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001230, 0.011502, 0.050730, 0.210730, 1.000000");
|
|
values ( "0.022122, 0.032812, 0.072407, 0.249480, 1.128566",\
|
|
"0.022122, 0.032812, 0.072407, 0.249480, 1.128566",\
|
|
"0.022122, 0.032812, 0.072407, 0.249480, 1.128566",\
|
|
"0.022137, 0.032825, 0.072415, 0.249479, 1.128569",\
|
|
"0.022177, 0.032860, 0.072437, 0.249476, 1.128575");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io0_ieb */
|
|
|
|
pin("pad_flash_io0_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io0_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.637327, 0.648365, 0.683112, 0.810344, 1.417232",\
|
|
"0.682733, 0.693771, 0.728518, 0.855750, 1.462637",\
|
|
"0.736568, 0.747607, 0.782353, 0.909585, 1.516473",\
|
|
"0.816372, 0.827410, 0.862157, 0.989389, 1.596276",\
|
|
"0.921878, 0.932915, 0.967660, 1.094894, 1.701801");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021494, 0.032317, 0.072571, 0.253694, 1.132838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.633977, 0.642683, 0.665977, 0.727565, 0.992222",\
|
|
"0.688697, 0.697403, 0.720698, 0.782285, 1.046943",\
|
|
"0.760330, 0.769036, 0.792331, 0.853918, 1.118576",\
|
|
"0.893310, 0.902016, 0.925311, 0.986898, 1.251556",\
|
|
"1.111965, 1.120670, 1.143963, 1.205550, 1.470211");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.020338, 0.025962, 0.043598, 0.117854, 0.471813",\
|
|
"0.020338, 0.025962, 0.043598, 0.117854, 0.471813",\
|
|
"0.020338, 0.025962, 0.043598, 0.117854, 0.471813",\
|
|
"0.020338, 0.025962, 0.043598, 0.117854, 0.471813",\
|
|
"0.020339, 0.025962, 0.043599, 0.117854, 0.471819");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.637327, 0.648365, 0.683112, 0.810344, 1.417232",\
|
|
"0.682733, 0.693771, 0.728518, 0.855750, 1.462637",\
|
|
"0.736568, 0.747607, 0.782353, 0.909585, 1.516473",\
|
|
"0.816372, 0.827410, 0.862157, 0.989389, 1.596276",\
|
|
"0.921878, 0.932915, 0.967660, 1.094894, 1.701801");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021493, 0.032316, 0.072570, 0.253691, 1.132829",\
|
|
"0.021494, 0.032317, 0.072571, 0.253694, 1.132838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.633977, 0.642683, 0.665977, 0.727565, 0.992222",\
|
|
"0.688697, 0.697403, 0.720698, 0.782285, 1.046943",\
|
|
"0.760330, 0.769036, 0.792331, 0.853918, 1.118576",\
|
|
"0.893310, 0.902016, 0.925311, 0.986898, 1.251556",\
|
|
"1.111965, 1.120670, 1.143963, 1.205550, 1.470211");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002761, 0.013033, 0.052261, 0.212261, 1.000000");
|
|
values ( "0.020338, 0.025962, 0.043598, 0.117854, 0.468692",\
|
|
"0.020338, 0.025962, 0.043598, 0.117854, 0.468692",\
|
|
"0.020338, 0.025962, 0.043598, 0.117854, 0.468692",\
|
|
"0.020338, 0.025962, 0.043598, 0.117854, 0.468692",\
|
|
"0.020339, 0.025962, 0.043599, 0.117854, 0.468699");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_oeb */
|
|
|
|
pin("pad_flash_io1_di") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003091 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_di;
|
|
} /* end of pin pad_flash_io1_di */
|
|
|
|
pin("pad_flash_io1_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001159 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_do;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.550248, 0.561798, 0.596731, 0.723357, 1.337019",\
|
|
"0.595636, 0.607186, 0.642118, 0.768744, 1.382407",\
|
|
"0.649493, 0.661044, 0.695976, 0.822602, 1.436265",\
|
|
"0.728905, 0.740456, 0.775388, 0.902014, 1.515677",\
|
|
"0.832612, 0.844163, 0.879095, 1.005721, 1.619384");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.021530, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021530, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021530, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021531, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021531, 0.032316, 0.072228, 0.250691, 1.131626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.522899, 0.532017, 0.555363, 0.618664, 0.879234",\
|
|
"0.577061, 0.586178, 0.609524, 0.672826, 0.933395",\
|
|
"0.649494, 0.658611, 0.681958, 0.745259, 1.005828",\
|
|
"0.782518, 0.791635, 0.814980, 0.878281, 1.138852",\
|
|
"0.991956, 1.001072, 1.024416, 1.087716, 1.348290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.019654, 0.025483, 0.043296, 0.116510, 0.478231",\
|
|
"0.019654, 0.025483, 0.043296, 0.116510, 0.478231",\
|
|
"0.019654, 0.025483, 0.043296, 0.116510, 0.478231",\
|
|
"0.019654, 0.025483, 0.043296, 0.116511, 0.478234",\
|
|
"0.019655, 0.025483, 0.043297, 0.116511, 0.478242");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.550248, 0.561798, 0.596731, 0.723357, 1.337019",\
|
|
"0.595636, 0.607186, 0.642118, 0.768744, 1.382407",\
|
|
"0.649493, 0.661044, 0.695976, 0.822602, 1.436265",\
|
|
"0.728905, 0.740456, 0.775388, 0.902014, 1.515677",\
|
|
"0.832612, 0.844163, 0.879095, 1.005721, 1.619384");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.021530, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021530, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021530, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021531, 0.032315, 0.072228, 0.250691, 1.131626",\
|
|
"0.021531, 0.032316, 0.072228, 0.250691, 1.131626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.521552, 0.530670, 0.554016, 0.617317, 0.877886",\
|
|
"0.575713, 0.584831, 0.608178, 0.671479, 0.932048",\
|
|
"0.648147, 0.657264, 0.680611, 0.743912, 1.004481",\
|
|
"0.781241, 0.790359, 0.813705, 0.877006, 1.137576",\
|
|
"0.991956, 1.001072, 1.024416, 1.087716, 1.348290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001659, 0.011932, 0.051159, 0.211159, 1.000000");
|
|
values ( "0.019653, 0.025483, 0.043296, 0.116511, 0.478230",\
|
|
"0.019653, 0.025483, 0.043296, 0.116511, 0.478230",\
|
|
"0.019653, 0.025483, 0.043296, 0.116511, 0.478230",\
|
|
"0.019654, 0.025483, 0.043296, 0.116511, 0.478233",\
|
|
"0.019655, 0.025483, 0.043297, 0.116511, 0.478242");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_do */
|
|
|
|
pin("pad_flash_io1_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001440 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_ieb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.498607, 0.507565, 0.530858, 0.594461, 0.855502",\
|
|
"0.542724, 0.551683, 0.574976, 0.638578, 0.899620",\
|
|
"0.586385, 0.595343, 0.618637, 0.682239, 0.943281",\
|
|
"0.644766, 0.653725, 0.677019, 0.740622, 1.001662",\
|
|
"0.709299, 0.718258, 0.741552, 0.805158, 1.066193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.019947, 0.025650, 0.043427, 0.117341, 0.481319",\
|
|
"0.019947, 0.025650, 0.043427, 0.117341, 0.481319",\
|
|
"0.019947, 0.025650, 0.043427, 0.117341, 0.481319",\
|
|
"0.019951, 0.025653, 0.043430, 0.117342, 0.481319",\
|
|
"0.019962, 0.025663, 0.043438, 0.117343, 0.481319");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.553689, 0.565497, 0.600880, 0.728045, 1.341910",\
|
|
"0.609130, 0.620939, 0.656321, 0.783486, 1.397352",\
|
|
"0.682967, 0.694776, 0.730159, 0.857324, 1.471188",\
|
|
"0.821768, 0.833579, 0.868965, 0.996131, 1.609990",\
|
|
"1.046160, 1.057976, 1.093367, 1.220536, 1.834383");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.023750, 0.034253, 0.073526, 0.251541, 1.135151",\
|
|
"0.023750, 0.034253, 0.073526, 0.251541, 1.135151",\
|
|
"0.023752, 0.034255, 0.073528, 0.251541, 1.135151",\
|
|
"0.023763, 0.034265, 0.073534, 0.251540, 1.135153",\
|
|
"0.023789, 0.034287, 0.073548, 0.251539, 1.135156");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.498607, 0.507565, 0.530858, 0.594461, 0.855502",\
|
|
"0.542724, 0.551683, 0.574976, 0.638578, 0.899620",\
|
|
"0.586385, 0.595343, 0.618637, 0.682239, 0.943281",\
|
|
"0.644766, 0.653725, 0.677019, 0.740622, 1.001662",\
|
|
"0.709299, 0.718258, 0.741552, 0.805158, 1.066193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.019947, 0.025649, 0.043427, 0.117341, 0.481319",\
|
|
"0.019947, 0.025649, 0.043427, 0.117341, 0.481319",\
|
|
"0.019947, 0.025649, 0.043427, 0.117341, 0.481319",\
|
|
"0.019951, 0.025653, 0.043430, 0.117342, 0.481319",\
|
|
"0.019962, 0.025663, 0.043438, 0.117343, 0.481319");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.553689, 0.565497, 0.600880, 0.728045, 1.341910",\
|
|
"0.609130, 0.620939, 0.656321, 0.783486, 1.397352",\
|
|
"0.682967, 0.694776, 0.730159, 0.857324, 1.471188",\
|
|
"0.821768, 0.833579, 0.868965, 0.996131, 1.609990",\
|
|
"1.046160, 1.057976, 1.093367, 1.220536, 1.834383");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001940, 0.012212, 0.051440, 0.211440, 1.000000");
|
|
values ( "0.023750, 0.034253, 0.073526, 0.251541, 1.135151",\
|
|
"0.023750, 0.034253, 0.073526, 0.251541, 1.135151",\
|
|
"0.023752, 0.034255, 0.073528, 0.251541, 1.135151",\
|
|
"0.023763, 0.034265, 0.073534, 0.251540, 1.135153",\
|
|
"0.023789, 0.034287, 0.073548, 0.251539, 1.135156");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io1_ieb */
|
|
|
|
pin("pad_flash_io1_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002991 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pad_flash_io1_oeb;
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.544617, 0.555521, 0.590306, 0.715701, 1.325236",\
|
|
"0.588735, 0.599639, 0.634423, 0.759818, 1.369353",\
|
|
"0.632400, 0.643304, 0.678088, 0.803483, 1.413018",\
|
|
"0.690578, 0.701482, 0.736267, 0.861662, 1.471197",\
|
|
"0.754449, 0.765353, 0.800138, 0.925533, 1.535068");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.627936, 0.636421, 0.659631, 0.721060, 0.987297",\
|
|
"0.683377, 0.691862, 0.715072, 0.776501, 1.042739",\
|
|
"0.757185, 0.765670, 0.788880, 0.850309, 1.116546",\
|
|
"0.895869, 0.904354, 0.927564, 0.988993, 1.255230",\
|
|
"1.119983, 1.128468, 1.151678, 1.213107, 1.479344");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.020779, 0.026265, 0.043812, 0.118968, 0.475894",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.475894",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.475894",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.475894",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.475894");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.544617, 0.555521, 0.590306, 0.715701, 1.325236",\
|
|
"0.588735, 0.599639, 0.634423, 0.759818, 1.369353",\
|
|
"0.632400, 0.643304, 0.678088, 0.803483, 1.413018",\
|
|
"0.690578, 0.701482, 0.736267, 0.861662, 1.471197",\
|
|
"0.754449, 0.765353, 0.800138, 0.925533, 1.535068");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005",\
|
|
"0.022263, 0.033033, 0.073239, 0.254042, 1.138005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.627936, 0.636421, 0.659631, 0.721060, 0.987297",\
|
|
"0.683377, 0.691862, 0.715072, 0.776501, 1.042739",\
|
|
"0.757185, 0.765670, 0.788880, 0.850309, 1.116546",\
|
|
"0.895869, 0.904354, 0.927564, 0.988993, 1.255230",\
|
|
"1.119983, 1.128468, 1.151678, 1.213107, 1.479344");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.020779, 0.026265, 0.043812, 0.118968, 0.471588",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.471588",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.471588",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.471588",\
|
|
"0.020779, 0.026265, 0.043812, 0.118968, 0.471588");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_oeb */
|
|
|
|
pin("pll_bypass") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003086 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_bypass;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.021061, 0.026489, 0.044064, 0.118416, 0.474179",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.474179",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.474179",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.474179",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.474179");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_bypass_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602",\
|
|
"2.516921, 2.528190, 2.563452, 2.691411, 3.297602");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176",\
|
|
"0.025166, 0.035616, 0.074959, 0.255210, 1.136176");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077",\
|
|
"2.333714, 2.342130, 2.365229, 2.426608, 2.692077");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003586, 0.013858, 0.053086, 0.213086, 1.000000");
|
|
values ( "0.021061, 0.026489, 0.044064, 0.118416, 0.470499",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.470499",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.470499",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.470499",\
|
|
"0.021061, 0.026489, 0.044064, 0.118416, 0.470499");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_bypass_redg_min*/
|
|
|
|
} /* end of pin pll_bypass */
|
|
|
|
pin("pll_dco_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003038 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_dco_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.021291, 0.026711, 0.044270, 0.118505, 0.472957",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.472957",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.472957",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.472957",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.472957");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_dco_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216",\
|
|
"2.620512, 2.632211, 2.667910, 2.795751, 3.401216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608",\
|
|
"0.027155, 0.037426, 0.076110, 0.254985, 1.133608");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983",\
|
|
"2.394166, 2.402601, 2.425698, 2.487355, 2.751983");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003538, 0.013810, 0.053038, 0.213038, 1.000000");
|
|
values ( "0.021291, 0.026711, 0.044270, 0.118505, 0.469651",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.469651",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.469651",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.469651",\
|
|
"0.021291, 0.026711, 0.044270, 0.118505, 0.469651");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_dco_ena_redg_min*/
|
|
|
|
} /* end of pin pll_dco_ena */
|
|
|
|
pin("pll_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003194 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_ena;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.021235, 0.026634, 0.044159, 0.118965, 0.475699",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.475699",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.475699",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.475699",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.475699");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136",\
|
|
"2.415998, 2.427095, 2.462181, 2.590252, 3.197136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041",\
|
|
"0.024352, 0.034904, 0.074518, 0.255929, 1.138041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020",\
|
|
"2.496080, 2.504480, 2.527606, 2.589052, 2.855020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003694, 0.013966, 0.053194, 0.213194, 1.000000");
|
|
values ( "0.021235, 0.026634, 0.044159, 0.118965, 0.471554",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.471554",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.471554",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.471554",\
|
|
"0.021235, 0.026634, 0.044159, 0.118965, 0.471554");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004209 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : porb;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004519 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : qspi_enabled;
|
|
} /* end of pin qspi_enabled */
|
|
|
|
pin("reset") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002528 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : reset;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.020923, 0.026371, 0.047099, 0.117260, 0.479115",\
|
|
"0.020923, 0.026371, 0.047099, 0.117260, 0.479115",\
|
|
"0.020923, 0.026371, 0.047099, 0.117260, 0.479115",\
|
|
"0.020923, 0.026371, 0.047099, 0.117260, 0.479115",\
|
|
"0.020923, 0.026371, 0.047099, 0.117260, 0.479115");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_reset_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817",\
|
|
"2.519473, 2.530977, 2.566934, 2.692412, 3.302817");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686",\
|
|
"0.024872, 0.035275, 0.077829, 0.254289, 1.142686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894",\
|
|
"2.677877, 2.686508, 2.710216, 2.772670, 3.038894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003028, 0.013300, 0.052528, 0.212528, 1.000000");
|
|
values ( "0.020923, 0.026371, 0.047099, 0.116272, 0.473847",\
|
|
"0.020923, 0.026371, 0.047099, 0.116272, 0.473847",\
|
|
"0.020923, 0.026371, 0.047099, 0.116272, 0.473847",\
|
|
"0.020923, 0.026371, 0.047099, 0.116272, 0.473847",\
|
|
"0.020923, 0.026371, 0.047099, 0.116272, 0.473847");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_reset_redg_min*/
|
|
|
|
} /* end of pin reset */
|
|
|
|
pin("ser_rx") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001673 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_rx;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.648363, 0.659641, 0.694424, 0.820778, 1.432958",\
|
|
"0.693817, 0.705096, 0.739878, 0.866232, 1.478412",\
|
|
"0.747606, 0.758884, 0.793667, 0.920021, 1.532200",\
|
|
"0.826794, 0.838073, 0.872855, 0.999210, 1.611389",\
|
|
"0.934946, 0.946226, 0.981009, 1.107363, 1.719541");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.021887, 0.032667, 0.072705, 0.250670, 1.128749",\
|
|
"0.021887, 0.032667, 0.072705, 0.250670, 1.128749",\
|
|
"0.021887, 0.032667, 0.072705, 0.250670, 1.128749",\
|
|
"0.021888, 0.032667, 0.072705, 0.250670, 1.128750",\
|
|
"0.021890, 0.032669, 0.072707, 0.250670, 1.128750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.624484, 0.633320, 0.656504, 0.719550, 0.979476",\
|
|
"0.679325, 0.688161, 0.711346, 0.774392, 1.034317",\
|
|
"0.751053, 0.759889, 0.783074, 0.846119, 1.106045",\
|
|
"0.882814, 0.891650, 0.914834, 0.977880, 1.237806",\
|
|
"1.100508, 1.109344, 1.132527, 1.195573, 1.455500");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.020020, 0.025729, 0.043553, 0.116125, 0.475759",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475759",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475759",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475760",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475763");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.648363, 0.659641, 0.694424, 0.820778, 1.432958",\
|
|
"0.693817, 0.705096, 0.739878, 0.866232, 1.478412",\
|
|
"0.747606, 0.758884, 0.793667, 0.920021, 1.532200",\
|
|
"0.826794, 0.838073, 0.872855, 0.999210, 1.611389",\
|
|
"0.934946, 0.946226, 0.981009, 1.107363, 1.719541");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.021887, 0.032667, 0.072705, 0.250670, 1.128749",\
|
|
"0.021887, 0.032667, 0.072705, 0.250670, 1.128749",\
|
|
"0.021887, 0.032667, 0.072705, 0.250670, 1.128749",\
|
|
"0.021888, 0.032667, 0.072705, 0.250670, 1.128750",\
|
|
"0.021890, 0.032669, 0.072707, 0.250670, 1.128750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.624484, 0.633320, 0.656504, 0.719550, 0.979476",\
|
|
"0.679325, 0.688161, 0.711346, 0.774392, 1.034317",\
|
|
"0.751053, 0.759889, 0.783074, 0.846119, 1.106045",\
|
|
"0.882814, 0.891650, 0.914834, 0.977880, 1.237806",\
|
|
"1.100508, 1.109344, 1.132527, 1.195573, 1.455500");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.020020, 0.025729, 0.043553, 0.116125, 0.475759",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475759",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475759",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475760",\
|
|
"0.020020, 0.025729, 0.043553, 0.116125, 0.475763");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.396223, 0.407493, 0.442266, 0.568614, 1.180816",\
|
|
"0.433246, 0.444516, 0.479288, 0.605637, 1.217838",\
|
|
"0.456518, 0.467788, 0.502560, 0.628909, 1.241110",\
|
|
"0.481545, 0.492815, 0.527587, 0.653936, 1.266137",\
|
|
"0.497928, 0.509198, 0.543971, 0.670319, 1.282521");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.398269, 0.407104, 0.430286, 0.493331, 0.753261",\
|
|
"0.451269, 0.460103, 0.483286, 0.546331, 0.806260",\
|
|
"0.507286, 0.516121, 0.539304, 0.602349, 0.862278",\
|
|
"0.594652, 0.603487, 0.626669, 0.689714, 0.949643",\
|
|
"0.735449, 0.744284, 0.767466, 0.830511, 1.090440");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.020021, 0.025729, 0.043554, 0.116125, 0.475769",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475769",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475769",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475768",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475768");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.396223, 0.407493, 0.442266, 0.568614, 1.180816",\
|
|
"0.433246, 0.444516, 0.479288, 0.605637, 1.217838",\
|
|
"0.456518, 0.467788, 0.502560, 0.628909, 1.241110",\
|
|
"0.481545, 0.492815, 0.527587, 0.653936, 1.266137",\
|
|
"0.497928, 0.509198, 0.543971, 0.670319, 1.282521");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742",\
|
|
"0.021842, 0.032627, 0.072680, 0.250673, 1.128742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.398269, 0.407104, 0.430286, 0.493331, 0.753261",\
|
|
"0.451269, 0.460103, 0.483286, 0.546331, 0.806260",\
|
|
"0.507286, 0.516121, 0.539304, 0.602349, 0.862278",\
|
|
"0.594652, 0.603487, 0.626669, 0.689714, 0.949643",\
|
|
"0.735449, 0.744284, 0.767466, 0.830511, 1.090440");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002173, 0.012445, 0.051673, 0.211673, 1.000000");
|
|
values ( "0.020021, 0.025729, 0.043554, 0.116125, 0.475769",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475769",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475769",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475768",\
|
|
"0.020021, 0.025729, 0.043554, 0.116125, 0.475768");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002846 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : ser_tx;
|
|
} /* end of pin ser_tx */
|
|
|
|
pin("serial_clock") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001270 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_clock;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "3.017563, 3.029064, 3.063984, 3.190628, 3.804280",\
|
|
"3.059637, 3.071138, 3.106059, 3.232702, 3.846355",\
|
|
"3.109410, 3.120912, 3.155832, 3.282475, 3.896128",\
|
|
"3.179760, 3.191262, 3.226182, 3.352826, 3.966478",\
|
|
"3.266462, 3.277963, 3.312884, 3.439527, 4.053180");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "3.133110, 3.142148, 3.165436, 3.228773, 3.489354",\
|
|
"3.175184, 3.184222, 3.207510, 3.270848, 3.531429",\
|
|
"3.224957, 3.233995, 3.257284, 3.320621, 3.581202",\
|
|
"3.295307, 3.304346, 3.327634, 3.390971, 3.651552",\
|
|
"3.382009, 3.391047, 3.414335, 3.477673, 3.738254");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.868907, 2.880398, 2.915307, 3.041944, 3.655621",\
|
|
"2.911050, 2.922542, 2.957450, 3.084087, 3.697765",\
|
|
"2.960754, 2.972246, 3.007154, 3.133791, 3.747469",\
|
|
"3.031105, 3.042596, 3.077504, 3.204141, 3.817819",\
|
|
"3.117806, 3.129297, 3.164206, 3.290843, 3.904521");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.991029, 3.000066, 3.023352, 3.086683, 3.347275",\
|
|
"3.033172, 3.042209, 3.065495, 3.128826, 3.389419",\
|
|
"3.082876, 3.091913, 3.115199, 3.178530, 3.439123",\
|
|
"3.153226, 3.162263, 3.185549, 3.248880, 3.509473",\
|
|
"3.239928, 3.248965, 3.272251, 3.335582, 3.596175");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.441654, 1.453151, 1.488067, 1.614707, 2.228370",\
|
|
"1.483698, 1.495195, 1.530110, 1.656751, 2.270414",\
|
|
"1.533550, 1.545047, 1.579962, 1.706603, 2.320266",\
|
|
"1.603603, 1.615100, 1.650015, 1.776656, 2.390319",\
|
|
"1.683648, 1.695145, 1.730060, 1.856701, 2.470364");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.616627, 1.625665, 1.648953, 1.712291, 1.972872",\
|
|
"1.658671, 1.667709, 1.690997, 1.754334, 2.014916",\
|
|
"1.708523, 1.717561, 1.740849, 1.804186, 2.064768",\
|
|
"1.778576, 1.787614, 1.810902, 1.874239, 2.134821",\
|
|
"1.858620, 1.867658, 1.890947, 1.954284, 2.214865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.441654, 1.453151, 1.488067, 1.614707, 2.228370",\
|
|
"1.483698, 1.495195, 1.530110, 1.656751, 2.270414",\
|
|
"1.533550, 1.545047, 1.579962, 1.706603, 2.320266",\
|
|
"1.603603, 1.615100, 1.650015, 1.776656, 2.390319",\
|
|
"1.683648, 1.695145, 1.730060, 1.856701, 2.470364");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791",\
|
|
"0.021620, 0.032399, 0.072325, 0.250848, 1.131791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "1.616627, 1.625665, 1.648953, 1.712291, 1.972872",\
|
|
"1.658671, 1.667709, 1.690997, 1.754334, 2.014916",\
|
|
"1.708523, 1.717561, 1.740849, 1.804186, 2.064768",\
|
|
"1.778576, 1.787614, 1.810902, 1.874239, 2.134821",\
|
|
"1.858620, 1.867658, 1.890947, 1.954284, 2.214865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623",\
|
|
"0.019926, 0.025669, 0.043476, 0.116625, 0.478623");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.759734, 2.771236, 2.806156, 2.932800, 3.546452",\
|
|
"2.759734, 2.771236, 2.806156, 2.932800, 3.546452",\
|
|
"2.759734, 2.771236, 2.806156, 2.932800, 3.546452",\
|
|
"2.759734, 2.771236, 2.806156, 2.932800, 3.546452",\
|
|
"2.759734, 2.771236, 2.806156, 2.932800, 3.546452");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794",\
|
|
"0.021642, 0.032419, 0.072338, 0.250847, 1.131794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.875281, 2.884320, 2.907608, 2.970945, 3.231526",\
|
|
"2.875281, 2.884320, 2.907608, 2.970945, 3.231526",\
|
|
"2.875281, 2.884320, 2.907608, 2.970945, 3.231526",\
|
|
"2.875281, 2.884320, 2.907608, 2.970945, 3.231526",\
|
|
"2.875281, 2.884320, 2.907608, 2.970945, 3.231526");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623",\
|
|
"0.019927, 0.025671, 0.043477, 0.116625, 0.478623");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.611079, 2.622570, 2.657479, 2.784116, 3.397793",\
|
|
"2.611079, 2.622570, 2.657479, 2.784116, 3.397793",\
|
|
"2.611079, 2.622570, 2.657479, 2.784116, 3.397793",\
|
|
"2.611079, 2.622570, 2.657479, 2.784116, 3.397793",\
|
|
"2.611079, 2.622570, 2.657479, 2.784116, 3.397793");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786",\
|
|
"0.021590, 0.032374, 0.072309, 0.250850, 1.131786");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "2.733201, 2.742238, 2.765524, 2.828855, 3.089447",\
|
|
"2.733201, 2.742238, 2.765524, 2.828855, 3.089447",\
|
|
"2.733201, 2.742238, 2.765524, 2.828855, 3.089447",\
|
|
"2.733201, 2.742238, 2.765524, 2.828855, 3.089447",\
|
|
"2.733201, 2.742238, 2.765524, 2.828855, 3.089447");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001770, 0.012043, 0.051270, 0.211270, 1.000000");
|
|
values ( "0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623",\
|
|
"0.019898, 0.025645, 0.043456, 0.116621, 0.478623");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_clock_redg_min*/
|
|
|
|
} /* end of pin serial_clock */
|
|
|
|
pin("serial_data_1") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000707 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_1;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.720975, 1.732826, 1.767856, 1.894022, 2.505273",\
|
|
"1.763019, 1.774870, 1.809900, 1.936066, 2.547317",\
|
|
"1.812871, 1.824722, 1.859752, 1.985918, 2.597169",\
|
|
"1.882924, 1.894775, 1.929805, 2.055971, 2.667222",\
|
|
"1.962968, 1.974819, 2.009850, 2.136015, 2.747266");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.839198, 1.848506, 1.871820, 1.934601, 2.193946",\
|
|
"1.881242, 1.890550, 1.913864, 1.976645, 2.235990",\
|
|
"1.931094, 1.940401, 1.963716, 2.026497, 2.285841",\
|
|
"2.001147, 2.010454, 2.033769, 2.096550, 2.355895",\
|
|
"2.081192, 2.090499, 2.113814, 2.176594, 2.435939");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.720975, 1.732826, 1.767856, 1.894022, 2.505273",\
|
|
"1.763019, 1.774870, 1.809900, 1.936066, 2.547317",\
|
|
"1.812871, 1.824722, 1.859752, 1.985918, 2.597169",\
|
|
"1.882924, 1.894775, 1.929805, 2.055971, 2.667222",\
|
|
"1.962968, 1.974819, 2.009850, 2.136015, 2.747266");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805",\
|
|
"0.021669, 0.032427, 0.072192, 0.248920, 1.125805");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "1.839198, 1.848506, 1.871820, 1.934601, 2.193946",\
|
|
"1.881242, 1.890550, 1.913864, 1.976645, 2.235990",\
|
|
"1.931094, 1.940401, 1.963716, 2.026497, 2.285841",\
|
|
"2.001147, 2.010454, 2.033769, 2.096550, 2.355895",\
|
|
"2.081192, 2.090499, 2.113814, 2.176594, 2.435939");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007",\
|
|
"0.019603, 0.025493, 0.043391, 0.115083, 0.473007");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "2.810259, 2.822107, 2.857133, 2.983297, 3.594556",\
|
|
"2.810259, 2.822107, 2.857133, 2.983297, 3.594556",\
|
|
"2.810259, 2.822107, 2.857133, 2.983297, 3.594556",\
|
|
"2.810259, 2.822107, 2.857133, 2.983297, 3.594556",\
|
|
"2.810259, 2.822107, 2.857133, 2.983297, 3.594556");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.021651, 0.032412, 0.072183, 0.248921, 1.125803",\
|
|
"0.021651, 0.032412, 0.072183, 0.248921, 1.125803",\
|
|
"0.021651, 0.032412, 0.072183, 0.248921, 1.125803",\
|
|
"0.021651, 0.032412, 0.072183, 0.248921, 1.125803",\
|
|
"0.021651, 0.032412, 0.072183, 0.248921, 1.125803");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "2.896131, 2.905438, 2.928754, 2.991537, 3.250877",\
|
|
"2.896131, 2.905438, 2.928754, 2.991537, 3.250877",\
|
|
"2.896131, 2.905438, 2.928754, 2.991537, 3.250877",\
|
|
"2.896131, 2.905438, 2.928754, 2.991537, 3.250877",\
|
|
"2.896131, 2.905438, 2.928754, 2.991537, 3.250877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.019615, 0.025504, 0.043400, 0.115085, 0.473007",\
|
|
"0.019615, 0.025504, 0.043400, 0.115085, 0.473007",\
|
|
"0.019615, 0.025504, 0.043400, 0.115085, 0.473007",\
|
|
"0.019615, 0.025504, 0.043400, 0.115085, 0.473007",\
|
|
"0.019615, 0.025504, 0.043400, 0.115085, 0.473007");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "2.451873, 2.463717, 2.498740, 2.624902, 3.236168",\
|
|
"2.451873, 2.463717, 2.498740, 2.624902, 3.236168",\
|
|
"2.451873, 2.463717, 2.498740, 2.624902, 3.236168",\
|
|
"2.451873, 2.463717, 2.498740, 2.624902, 3.236168",\
|
|
"2.451873, 2.463717, 2.498740, 2.624902, 3.236168");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.021636, 0.032399, 0.072175, 0.248922, 1.125800",\
|
|
"0.021636, 0.032399, 0.072175, 0.248922, 1.125800",\
|
|
"0.021636, 0.032399, 0.072175, 0.248922, 1.125800",\
|
|
"0.021636, 0.032399, 0.072175, 0.248922, 1.125800",\
|
|
"0.021636, 0.032399, 0.072175, 0.248922, 1.125800");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "2.610015, 2.619322, 2.642637, 2.705416, 2.964763",\
|
|
"2.610015, 2.619322, 2.642637, 2.705416, 2.964763",\
|
|
"2.610015, 2.619322, 2.642637, 2.705416, 2.964763",\
|
|
"2.610015, 2.619322, 2.642637, 2.705416, 2.964763",\
|
|
"2.610015, 2.619322, 2.642637, 2.705416, 2.964763");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001207, 0.011479, 0.050707, 0.210707, 1.000000");
|
|
values ( "0.019599, 0.025490, 0.043388, 0.115083, 0.473007",\
|
|
"0.019599, 0.025490, 0.043388, 0.115083, 0.473007",\
|
|
"0.019599, 0.025490, 0.043388, 0.115083, 0.473007",\
|
|
"0.019599, 0.025490, 0.043388, 0.115083, 0.473007",\
|
|
"0.019599, 0.025490, 0.043388, 0.115083, 0.473007");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_1_redg_min*/
|
|
|
|
} /* end of pin serial_data_1 */
|
|
|
|
pin("serial_data_2") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_data_2;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.458899, 1.470662, 1.505667, 1.631919, 2.243541",\
|
|
"1.500943, 1.512706, 1.547711, 1.673962, 2.285585",\
|
|
"1.550795, 1.562557, 1.597563, 1.723814, 2.335437",\
|
|
"1.620848, 1.632611, 1.667616, 1.793867, 2.405490",\
|
|
"1.700893, 1.712655, 1.747660, 1.873912, 2.485535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.615267, 1.624494, 1.647791, 1.710669, 1.970567",\
|
|
"1.657311, 1.666538, 1.689835, 1.752713, 2.012611",\
|
|
"1.707162, 1.716390, 1.739687, 1.802565, 2.062463",\
|
|
"1.777216, 1.786443, 1.809740, 1.872618, 2.132516",\
|
|
"1.857260, 1.866488, 1.889784, 1.952663, 2.212560");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.458899, 1.470662, 1.505667, 1.631919, 2.243541",\
|
|
"1.500943, 1.512706, 1.547711, 1.673962, 2.285585",\
|
|
"1.550795, 1.562557, 1.597563, 1.723814, 2.335437",\
|
|
"1.620848, 1.632611, 1.667616, 1.793867, 2.405490",\
|
|
"1.700893, 1.712655, 1.747660, 1.873912, 2.485535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862",\
|
|
"0.021737, 0.032493, 0.072286, 0.249326, 1.126862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "1.615267, 1.624494, 1.647791, 1.710669, 1.970567",\
|
|
"1.657311, 1.666538, 1.689835, 1.752713, 2.012611",\
|
|
"1.707162, 1.716390, 1.739687, 1.802565, 2.062463",\
|
|
"1.777216, 1.786443, 1.809740, 1.872618, 2.132516",\
|
|
"1.857260, 1.866488, 1.889784, 1.952663, 2.212560");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019698, 0.025548, 0.043427, 0.115381, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "2.805547, 2.817308, 2.852312, 2.978563, 3.590189",\
|
|
"2.805547, 2.817308, 2.852312, 2.978563, 3.590189",\
|
|
"2.805547, 2.817308, 2.852312, 2.978563, 3.590189",\
|
|
"2.805547, 2.817308, 2.852312, 2.978563, 3.590189",\
|
|
"2.805547, 2.817308, 2.852312, 2.978563, 3.590189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.021731, 0.032488, 0.072283, 0.249326, 1.126861",\
|
|
"0.021731, 0.032488, 0.072283, 0.249326, 1.126861",\
|
|
"0.021731, 0.032488, 0.072283, 0.249326, 1.126861",\
|
|
"0.021731, 0.032488, 0.072283, 0.249326, 1.126861",\
|
|
"0.021731, 0.032488, 0.072283, 0.249326, 1.126861");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "2.892837, 2.902066, 2.925364, 2.988245, 3.248136",\
|
|
"2.892837, 2.902066, 2.925364, 2.988245, 3.248136",\
|
|
"2.892837, 2.902066, 2.925364, 2.988245, 3.248136",\
|
|
"2.892837, 2.902066, 2.925364, 2.988245, 3.248136",\
|
|
"2.892837, 2.902066, 2.925364, 2.988245, 3.248136");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.019713, 0.025562, 0.043438, 0.115383, 0.474206",\
|
|
"0.019713, 0.025562, 0.043438, 0.115383, 0.474206",\
|
|
"0.019713, 0.025562, 0.043438, 0.115383, 0.474206",\
|
|
"0.019713, 0.025562, 0.043438, 0.115383, 0.474206",\
|
|
"0.019713, 0.025562, 0.043438, 0.115383, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "2.447728, 2.459486, 2.494487, 2.620735, 3.232369",\
|
|
"2.447728, 2.459486, 2.494487, 2.620735, 3.232369",\
|
|
"2.447728, 2.459486, 2.494487, 2.620735, 3.232369",\
|
|
"2.447728, 2.459486, 2.494487, 2.620735, 3.232369",\
|
|
"2.447728, 2.459486, 2.494487, 2.620735, 3.232369");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.021715, 0.032474, 0.072275, 0.249327, 1.126859",\
|
|
"0.021715, 0.032474, 0.072275, 0.249327, 1.126859",\
|
|
"0.021715, 0.032474, 0.072275, 0.249327, 1.126859",\
|
|
"0.021715, 0.032474, 0.072275, 0.249327, 1.126859",\
|
|
"0.021715, 0.032474, 0.072275, 0.249327, 1.126859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "2.607303, 2.616531, 2.639828, 2.702706, 2.962604",\
|
|
"2.607303, 2.616531, 2.639828, 2.702706, 2.962604",\
|
|
"2.607303, 2.616531, 2.639828, 2.702706, 2.962604",\
|
|
"2.607303, 2.616531, 2.639828, 2.702706, 2.962604",\
|
|
"2.607303, 2.616531, 2.639828, 2.702706, 2.962604");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001368, 0.011640, 0.050868, 0.210868, 1.000000");
|
|
values ( "0.019697, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019697, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019697, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019697, 0.025548, 0.043427, 0.115381, 0.474206",\
|
|
"0.019697, 0.025548, 0.043427, 0.115381, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_data_2_redg_min*/
|
|
|
|
} /* end of pin serial_data_2 */
|
|
|
|
pin("serial_load") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000852 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_load;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.446334, 1.457983, 1.492856, 1.619033, 2.230951",\
|
|
"1.488378, 1.500026, 1.534899, 1.661077, 2.272995",\
|
|
"1.538230, 1.549878, 1.584751, 1.710929, 2.322847",\
|
|
"1.608283, 1.619931, 1.654804, 1.780982, 2.392900",\
|
|
"1.688327, 1.699976, 1.734849, 1.861026, 2.472944");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.660020, 1.669255, 1.692553, 1.755425, 2.015341",\
|
|
"1.702064, 1.711299, 1.734597, 1.797469, 2.057384",\
|
|
"1.751916, 1.761151, 1.784449, 1.847321, 2.107236",\
|
|
"1.821969, 1.831204, 1.854502, 1.917374, 2.177289",\
|
|
"1.902014, 1.911249, 1.934546, 1.997418, 2.257334");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.446334, 1.457983, 1.492856, 1.619033, 2.230951",\
|
|
"1.488378, 1.500026, 1.534899, 1.661077, 2.272995",\
|
|
"1.538230, 1.549878, 1.584751, 1.710929, 2.322847",\
|
|
"1.608283, 1.619931, 1.654804, 1.780982, 2.392900",\
|
|
"1.688327, 1.699976, 1.734849, 1.861026, 2.472944");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770",\
|
|
"0.021127, 0.031962, 0.071945, 0.249347, 1.126770");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "1.660020, 1.669255, 1.692553, 1.755425, 2.015341",\
|
|
"1.702064, 1.711299, 1.734597, 1.797469, 2.057384",\
|
|
"1.751916, 1.761151, 1.784449, 1.847321, 2.107236",\
|
|
"1.821969, 1.831204, 1.854502, 1.917374, 2.177289",\
|
|
"1.902014, 1.911249, 1.934546, 1.997418, 2.257334");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205",\
|
|
"0.019658, 0.025516, 0.043400, 0.115370, 0.474205");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "2.745256, 2.756910, 2.791789, 2.917971, 3.529875",\
|
|
"2.745256, 2.756910, 2.791789, 2.917971, 3.529875",\
|
|
"2.745256, 2.756910, 2.791789, 2.917971, 3.529875",\
|
|
"2.745256, 2.756910, 2.791789, 2.917971, 3.529875",\
|
|
"2.745256, 2.756910, 2.791789, 2.917971, 3.529875");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.021155, 0.031987, 0.071960, 0.249345, 1.126774",\
|
|
"0.021155, 0.031987, 0.071960, 0.249345, 1.126774",\
|
|
"0.021155, 0.031987, 0.071960, 0.249345, 1.126774",\
|
|
"0.021155, 0.031987, 0.071960, 0.249345, 1.126774",\
|
|
"0.021155, 0.031987, 0.071960, 0.249345, 1.126774");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "2.876007, 2.885242, 2.908540, 2.971413, 3.231327",\
|
|
"2.876007, 2.885242, 2.908540, 2.971413, 3.231327",\
|
|
"2.876007, 2.885242, 2.908540, 2.971413, 3.231327",\
|
|
"2.876007, 2.885242, 2.908540, 2.971413, 3.231327",\
|
|
"2.876007, 2.885242, 2.908540, 2.971413, 3.231327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.019660, 0.025519, 0.043402, 0.115371, 0.474205",\
|
|
"0.019660, 0.025519, 0.043402, 0.115371, 0.474205",\
|
|
"0.019660, 0.025519, 0.043402, 0.115371, 0.474205",\
|
|
"0.019660, 0.025519, 0.043402, 0.115371, 0.474205",\
|
|
"0.019660, 0.025519, 0.043402, 0.115371, 0.474205");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "2.528054, 2.539699, 2.574568, 2.700743, 3.312670",\
|
|
"2.528054, 2.539699, 2.574568, 2.700743, 3.312670",\
|
|
"2.528054, 2.539699, 2.574568, 2.700743, 3.312670",\
|
|
"2.528054, 2.539699, 2.574568, 2.700743, 3.312670",\
|
|
"2.528054, 2.539699, 2.574568, 2.700743, 3.312670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.021108, 0.031946, 0.071935, 0.249348, 1.126767",\
|
|
"0.021108, 0.031946, 0.071935, 0.249348, 1.126767",\
|
|
"0.021108, 0.031946, 0.071935, 0.249348, 1.126767",\
|
|
"0.021108, 0.031946, 0.071935, 0.249348, 1.126767",\
|
|
"0.021108, 0.031946, 0.071935, 0.249348, 1.126767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "2.705577, 2.714813, 2.738110, 2.800981, 3.060898",\
|
|
"2.705577, 2.714813, 2.738110, 2.800981, 3.060898",\
|
|
"2.705577, 2.714813, 2.738110, 2.800981, 3.060898",\
|
|
"2.705577, 2.714813, 2.738110, 2.800981, 3.060898",\
|
|
"2.705577, 2.714813, 2.738110, 2.800981, 3.060898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001352, 0.011624, 0.050852, 0.210852, 1.000000");
|
|
values ( "0.019653, 0.025512, 0.043397, 0.115370, 0.474205",\
|
|
"0.019653, 0.025512, 0.043397, 0.115370, 0.474205",\
|
|
"0.019653, 0.025512, 0.043397, 0.115370, 0.474205",\
|
|
"0.019653, 0.025512, 0.043397, 0.115370, 0.474205",\
|
|
"0.019653, 0.025512, 0.043397, 0.115370, 0.474205");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_load_redg_min*/
|
|
|
|
} /* end of pin serial_load */
|
|
|
|
pin("serial_resetn") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000695 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : serial_resetn;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.385195, 1.396971, 1.431915, 1.558032, 2.169477",\
|
|
"1.427239, 1.439015, 1.473958, 1.600076, 2.211521",\
|
|
"1.477091, 1.488867, 1.523810, 1.649928, 2.261373",\
|
|
"1.547144, 1.558920, 1.593863, 1.719981, 2.331426",\
|
|
"1.627188, 1.638964, 1.673908, 1.800025, 2.411470");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.605102, 1.614416, 1.637734, 1.700516, 1.959862",\
|
|
"1.647146, 1.656460, 1.679778, 1.742560, 2.001905",\
|
|
"1.696998, 1.706312, 1.729630, 1.792412, 2.051757",\
|
|
"1.767051, 1.776365, 1.799683, 1.862465, 2.121810",\
|
|
"1.847096, 1.856409, 1.879727, 1.942510, 2.201855");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.385195, 1.396971, 1.431915, 1.558032, 2.169477",\
|
|
"1.427239, 1.439015, 1.473958, 1.600076, 2.211521",\
|
|
"1.477091, 1.488867, 1.523810, 1.649928, 2.261373",\
|
|
"1.547144, 1.558920, 1.593863, 1.719981, 2.331426",\
|
|
"1.627188, 1.638964, 1.673908, 1.800025, 2.411470");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745",\
|
|
"0.021266, 0.032077, 0.071967, 0.248932, 1.125745");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "1.605102, 1.614416, 1.637734, 1.700516, 1.959862",\
|
|
"1.647146, 1.656460, 1.679778, 1.742560, 2.001905",\
|
|
"1.696998, 1.706312, 1.729630, 1.792412, 2.051757",\
|
|
"1.767051, 1.776365, 1.799683, 1.862465, 2.121810",\
|
|
"1.847096, 1.856409, 1.879727, 1.942510, 2.201855");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008",\
|
|
"0.019605, 0.025497, 0.043393, 0.115080, 0.473008");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "2.758009, 2.769792, 2.804742, 2.930863, 3.542294",\
|
|
"2.758009, 2.769792, 2.804742, 2.930863, 3.542294",\
|
|
"2.758009, 2.769792, 2.804742, 2.930863, 3.542294",\
|
|
"2.758009, 2.769792, 2.804742, 2.930863, 3.542294",\
|
|
"2.758009, 2.769792, 2.804742, 2.930863, 3.542294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.021298, 0.032105, 0.071984, 0.248930, 1.125750",\
|
|
"0.021298, 0.032105, 0.071984, 0.248930, 1.125750",\
|
|
"0.021298, 0.032105, 0.071984, 0.248930, 1.125750",\
|
|
"0.021298, 0.032105, 0.071984, 0.248930, 1.125750",\
|
|
"0.021298, 0.032105, 0.071984, 0.248930, 1.125750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "2.886245, 2.895559, 2.918877, 2.981660, 3.241004",\
|
|
"2.886245, 2.895559, 2.918877, 2.981660, 3.241004",\
|
|
"2.886245, 2.895559, 2.918877, 2.981660, 3.241004",\
|
|
"2.886245, 2.895559, 2.918877, 2.981660, 3.241004",\
|
|
"2.886245, 2.895559, 2.918877, 2.981660, 3.241004");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.019610, 0.025501, 0.043397, 0.115080, 0.473008",\
|
|
"0.019610, 0.025501, 0.043397, 0.115080, 0.473008",\
|
|
"0.019610, 0.025501, 0.043397, 0.115080, 0.473008",\
|
|
"0.019610, 0.025501, 0.043397, 0.115080, 0.473008",\
|
|
"0.019610, 0.025501, 0.043397, 0.115080, 0.473008");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "2.591605, 2.603378, 2.638318, 2.764434, 3.375886",\
|
|
"2.591605, 2.603378, 2.638318, 2.764434, 3.375886",\
|
|
"2.591605, 2.603378, 2.638318, 2.764434, 3.375886",\
|
|
"2.591605, 2.603378, 2.638318, 2.764434, 3.375886",\
|
|
"2.591605, 2.603378, 2.638318, 2.764434, 3.375886");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.021251, 0.032064, 0.071958, 0.248933, 1.125743",\
|
|
"0.021251, 0.032064, 0.071958, 0.248933, 1.125743",\
|
|
"0.021251, 0.032064, 0.071958, 0.248933, 1.125743",\
|
|
"0.021251, 0.032064, 0.071958, 0.248933, 1.125743",\
|
|
"0.021251, 0.032064, 0.071958, 0.248933, 1.125743");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "2.772322, 2.781636, 2.804954, 2.867736, 3.127082",\
|
|
"2.772322, 2.781636, 2.804954, 2.867736, 3.127082",\
|
|
"2.772322, 2.781636, 2.804954, 2.867736, 3.127082",\
|
|
"2.772322, 2.781636, 2.804954, 2.867736, 3.127082",\
|
|
"2.772322, 2.781636, 2.804954, 2.867736, 3.127082");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001195, 0.011467, 0.050695, 0.210695, 1.000000");
|
|
values ( "0.019602, 0.025494, 0.043391, 0.115079, 0.473008",\
|
|
"0.019602, 0.025494, 0.043391, 0.115079, 0.473008",\
|
|
"0.019602, 0.025494, 0.043391, 0.115079, 0.473008",\
|
|
"0.019602, 0.025494, 0.043391, 0.115079, 0.473008",\
|
|
"0.019602, 0.025494, 0.043391, 0.115079, 0.473008");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_resetn_redg_min*/
|
|
|
|
} /* end of pin serial_resetn */
|
|
|
|
pin("spi_csb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002289 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_csb;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002882 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_enabled;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sck;
|
|
} /* end of pin spi_sck */
|
|
|
|
pin("spi_sdi") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdi;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.648892, 0.660280, 0.695200, 0.821634, 1.433499",\
|
|
"0.693373, 0.704760, 0.739681, 0.866114, 1.477979",\
|
|
"0.744221, 0.755608, 0.790529, 0.916962, 1.528827",\
|
|
"0.816764, 0.828151, 0.863072, 0.989505, 1.601370",\
|
|
"0.907374, 0.918762, 0.953683, 1.080117, 1.691980");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.022529, 0.033228, 0.073067, 0.250646, 1.128848",\
|
|
"0.022529, 0.033228, 0.073067, 0.250646, 1.128848",\
|
|
"0.022529, 0.033228, 0.073067, 0.250646, 1.128848",\
|
|
"0.022530, 0.033228, 0.073068, 0.250646, 1.128848",\
|
|
"0.022532, 0.033230, 0.073069, 0.250645, 1.128848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.616756, 0.625555, 0.648693, 0.711724, 0.971722",\
|
|
"0.672229, 0.681028, 0.704166, 0.767197, 1.027195",\
|
|
"0.745055, 0.753854, 0.776993, 0.840023, 1.100021",\
|
|
"0.883681, 0.892480, 0.915618, 0.978648, 1.238647",\
|
|
"1.108691, 1.117490, 1.140628, 1.203658, 1.463657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.020061, 0.025729, 0.043575, 0.116140, 0.475962",\
|
|
"0.020061, 0.025729, 0.043575, 0.116140, 0.475962",\
|
|
"0.020061, 0.025729, 0.043575, 0.116140, 0.475962",\
|
|
"0.020062, 0.025729, 0.043575, 0.116140, 0.475963",\
|
|
"0.020062, 0.025730, 0.043575, 0.116140, 0.475965");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.646372, 0.657759, 0.692679, 0.819113, 1.430978",\
|
|
"0.690853, 0.702240, 0.737160, 0.863593, 1.475459",\
|
|
"0.741701, 0.753088, 0.788008, 0.914441, 1.526307",\
|
|
"0.814285, 0.825672, 0.860592, 0.987025, 1.598891",\
|
|
"0.905855, 0.917242, 0.952163, 1.078596, 1.690461");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.022527, 0.033226, 0.073066, 0.250646, 1.128847",\
|
|
"0.022527, 0.033226, 0.073066, 0.250646, 1.128847",\
|
|
"0.022527, 0.033226, 0.073066, 0.250646, 1.128847",\
|
|
"0.022528, 0.033227, 0.073066, 0.250646, 1.128848",\
|
|
"0.022530, 0.033229, 0.073068, 0.250645, 1.128848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.608945, 0.617745, 0.640884, 0.703914, 0.963911",\
|
|
"0.664418, 0.673218, 0.696357, 0.759387, 1.019384",\
|
|
"0.737244, 0.746044, 0.769183, 0.832213, 1.092211",\
|
|
"0.876316, 0.885115, 0.908254, 0.971284, 1.231282",\
|
|
"1.102152, 1.110951, 1.134088, 1.197118, 1.457118");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.020061, 0.025729, 0.043575, 0.116140, 0.475959",\
|
|
"0.020061, 0.025729, 0.043575, 0.116140, 0.475959",\
|
|
"0.020061, 0.025729, 0.043575, 0.116140, 0.475959",\
|
|
"0.020061, 0.025729, 0.043575, 0.116140, 0.475961",\
|
|
"0.020062, 0.025729, 0.043575, 0.116140, 0.475964");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.520709, 0.532091, 0.567006, 0.693436, 1.305313",\
|
|
"0.566015, 0.577397, 0.612312, 0.738742, 1.350619",\
|
|
"0.619823, 0.631206, 0.666121, 0.792551, 1.404428",\
|
|
"0.699747, 0.711129, 0.746044, 0.872474, 1.484352",\
|
|
"0.803411, 0.814794, 0.849709, 0.976139, 1.588016");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.022503, 0.033205, 0.073053, 0.250647, 1.128844",\
|
|
"0.022503, 0.033205, 0.073053, 0.250647, 1.128844",\
|
|
"0.022503, 0.033205, 0.073053, 0.250647, 1.128844",\
|
|
"0.022504, 0.033206, 0.073053, 0.250647, 1.128844",\
|
|
"0.022506, 0.033207, 0.073054, 0.250647, 1.128844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.521624, 0.530423, 0.553561, 0.616592, 0.876590",\
|
|
"0.575849, 0.584648, 0.607786, 0.670818, 0.930815",\
|
|
"0.648000, 0.656799, 0.679937, 0.742968, 1.002966",\
|
|
"0.781258, 0.790057, 0.813195, 0.876226, 1.136223",\
|
|
"0.991039, 0.999838, 1.022976, 1.086008, 1.346005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020068, 0.025734, 0.043579, 0.116141, 0.475965");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.520709, 0.532091, 0.567006, 0.693436, 1.305313",\
|
|
"0.566015, 0.577397, 0.612312, 0.738742, 1.350619",\
|
|
"0.619823, 0.631206, 0.666121, 0.792551, 1.404428",\
|
|
"0.699747, 0.711129, 0.746044, 0.872474, 1.484352",\
|
|
"0.803411, 0.814794, 0.849709, 0.976139, 1.588016");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.022503, 0.033205, 0.073053, 0.250647, 1.128844",\
|
|
"0.022503, 0.033205, 0.073053, 0.250647, 1.128844",\
|
|
"0.022503, 0.033205, 0.073053, 0.250647, 1.128844",\
|
|
"0.022504, 0.033206, 0.073053, 0.250647, 1.128844",\
|
|
"0.022506, 0.033207, 0.073054, 0.250647, 1.128844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.521624, 0.530423, 0.553561, 0.616592, 0.876590",\
|
|
"0.575849, 0.584648, 0.607786, 0.670818, 0.930815",\
|
|
"0.648000, 0.656799, 0.679937, 0.742968, 1.002966",\
|
|
"0.781258, 0.790057, 0.813195, 0.876226, 1.136223",\
|
|
"0.991039, 0.999838, 1.022976, 1.086008, 1.346005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002190, 0.012462, 0.051690, 0.211690, 1.000000");
|
|
values ( "0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020067, 0.025734, 0.043579, 0.116141, 0.475965",\
|
|
"0.020068, 0.025734, 0.043579, 0.116141, 0.475965");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una_min*/
|
|
|
|
} /* end of pin spi_sdi */
|
|
|
|
pin("spi_sdo") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002279 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdo;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdoenb;
|
|
} /* end of pin spi_sdoenb */
|
|
|
|
pin("spimemio_flash_clk") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002417 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_clk;
|
|
} /* end of pin spimemio_flash_clk */
|
|
|
|
pin("spimemio_flash_csb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002460 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_csb;
|
|
} /* end of pin spimemio_flash_csb */
|
|
|
|
pin("spimemio_flash_io0_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001733 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.516307, 0.528212, 0.563708, 0.690296, 1.300905",\
|
|
"0.553044, 0.564948, 0.600444, 0.727032, 1.337641",\
|
|
"0.576640, 0.588545, 0.624041, 0.750629, 1.361238",\
|
|
"0.602257, 0.614162, 0.649658, 0.776247, 1.386855",\
|
|
"0.617530, 0.629435, 0.664932, 0.791520, 1.402128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.025167, 0.035580, 0.074578, 0.250609, 1.127790",\
|
|
"0.025167, 0.035580, 0.074578, 0.250609, 1.127790",\
|
|
"0.025167, 0.035581, 0.074579, 0.250609, 1.127790",\
|
|
"0.025168, 0.035581, 0.074579, 0.250609, 1.127790",\
|
|
"0.025169, 0.035583, 0.074580, 0.250610, 1.127789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.468117, 0.476907, 0.500053, 0.563093, 0.822814",\
|
|
"0.520699, 0.529489, 0.552635, 0.615675, 0.875395",\
|
|
"0.575642, 0.584433, 0.607578, 0.670619, 0.930339",\
|
|
"0.661115, 0.669905, 0.693051, 0.756091, 1.015811",\
|
|
"0.796633, 0.805423, 0.828569, 0.891609, 1.151329");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.020429, 0.026058, 0.043857, 0.116048, 0.475338",\
|
|
"0.020429, 0.026058, 0.043857, 0.116048, 0.475338",\
|
|
"0.020430, 0.026058, 0.043858, 0.116048, 0.475338",\
|
|
"0.020430, 0.026059, 0.043858, 0.116048, 0.475338",\
|
|
"0.020430, 0.026059, 0.043858, 0.116048, 0.475338");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.516307, 0.528212, 0.563708, 0.690296, 1.300905",\
|
|
"0.553044, 0.564948, 0.600444, 0.727032, 1.337641",\
|
|
"0.576640, 0.588545, 0.624041, 0.750629, 1.361238",\
|
|
"0.602257, 0.614162, 0.649658, 0.776247, 1.386855",\
|
|
"0.617530, 0.629435, 0.664932, 0.791520, 1.402128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.025167, 0.035580, 0.074578, 0.250609, 1.127790",\
|
|
"0.025167, 0.035580, 0.074578, 0.250609, 1.127790",\
|
|
"0.025167, 0.035581, 0.074579, 0.250609, 1.127790",\
|
|
"0.025168, 0.035581, 0.074579, 0.250609, 1.127790",\
|
|
"0.025169, 0.035583, 0.074580, 0.250610, 1.127789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.466127, 0.474915, 0.498058, 0.561090, 0.820826",\
|
|
"0.518709, 0.527497, 0.550640, 0.613672, 0.873408",\
|
|
"0.573652, 0.582441, 0.605583, 0.668616, 0.928351",\
|
|
"0.659125, 0.667913, 0.691056, 0.754089, 1.013824",\
|
|
"0.794643, 0.803432, 0.826574, 0.889607, 1.149342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002233, 0.012506, 0.051733, 0.211733, 1.000000");
|
|
values ( "0.020396, 0.026027, 0.043832, 0.116043, 0.475337",\
|
|
"0.020396, 0.026027, 0.043832, 0.116043, 0.475337",\
|
|
"0.020396, 0.026028, 0.043832, 0.116043, 0.475337",\
|
|
"0.020396, 0.026028, 0.043832, 0.116043, 0.475337",\
|
|
"0.020396, 0.026028, 0.043832, 0.116043, 0.475337");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io0_di */
|
|
|
|
pin("spimemio_flash_io0_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002460 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_do;
|
|
} /* end of pin spimemio_flash_io0_do */
|
|
|
|
pin("spimemio_flash_io0_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002687 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io0_oeb;
|
|
} /* end of pin spimemio_flash_io0_oeb */
|
|
|
|
pin("spimemio_flash_io1_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001672 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_di;
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.629922, 0.641781, 0.677215, 0.803827, 1.414684",\
|
|
"0.672987, 0.684846, 0.720281, 0.846892, 1.457750",\
|
|
"0.705649, 0.717508, 0.752943, 0.879554, 1.490412",\
|
|
"0.746173, 0.758032, 0.793466, 0.920078, 1.530935",\
|
|
"0.783963, 0.795822, 0.831257, 0.957868, 1.568726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.024782, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024782, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024782, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024783, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024783, 0.035226, 0.074325, 0.250568, 1.128334");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.581395, 0.590216, 0.613377, 0.676438, 0.936258",\
|
|
"0.632969, 0.641791, 0.664951, 0.728013, 0.987832",\
|
|
"0.703588, 0.712409, 0.735569, 0.798631, 1.058450",\
|
|
"0.830104, 0.838926, 0.862086, 0.925148, 1.184968",\
|
|
"1.029868, 1.038689, 1.061849, 1.124911, 1.384731");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.020346, 0.025991, 0.043796, 0.116097, 0.475656",\
|
|
"0.020346, 0.025991, 0.043796, 0.116097, 0.475656",\
|
|
"0.020346, 0.025991, 0.043796, 0.116097, 0.475656",\
|
|
"0.020345, 0.025991, 0.043795, 0.116097, 0.475656",\
|
|
"0.020345, 0.025991, 0.043795, 0.116097, 0.475656");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.629922, 0.641781, 0.677215, 0.803827, 1.414684",\
|
|
"0.672987, 0.684846, 0.720281, 0.846892, 1.457750",\
|
|
"0.705649, 0.717508, 0.752943, 0.879554, 1.490412",\
|
|
"0.746173, 0.758032, 0.793466, 0.920078, 1.530935",\
|
|
"0.783963, 0.795822, 0.831257, 0.957868, 1.568726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.024782, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024782, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024782, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024783, 0.035226, 0.074325, 0.250568, 1.128334",\
|
|
"0.024783, 0.035226, 0.074325, 0.250568, 1.128334");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.579638, 0.588458, 0.611616, 0.674671, 0.934503",\
|
|
"0.631212, 0.640032, 0.663190, 0.726245, 0.986077",\
|
|
"0.701831, 0.710650, 0.733808, 0.796863, 1.056696",\
|
|
"0.828347, 0.837167, 0.860325, 0.923380, 1.183212",\
|
|
"1.028110, 1.036929, 1.060087, 1.123142, 1.382975");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002172, 0.012444, 0.051672, 0.211672, 1.000000");
|
|
values ( "0.020316, 0.025964, 0.043773, 0.116093, 0.475655",\
|
|
"0.020316, 0.025964, 0.043773, 0.116093, 0.475655",\
|
|
"0.020316, 0.025964, 0.043773, 0.116093, 0.475655",\
|
|
"0.020315, 0.025964, 0.043773, 0.116093, 0.475655",\
|
|
"0.020315, 0.025964, 0.043773, 0.116092, 0.475655");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io1_di */
|
|
|
|
pin("spimemio_flash_io1_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002642 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_do;
|
|
} /* end of pin spimemio_flash_io1_do */
|
|
|
|
pin("spimemio_flash_io1_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003606 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io1_oeb;
|
|
} /* end of pin spimemio_flash_io1_oeb */
|
|
|
|
pin("spimemio_flash_io2_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001493 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.589673, 0.601034, 0.635836, 0.762129, 1.374128",\
|
|
"0.635119, 0.646480, 0.681282, 0.807575, 1.419574",\
|
|
"0.688947, 0.700309, 0.735110, 0.861403, 1.473402",\
|
|
"0.767908, 0.779270, 0.814071, 0.940364, 1.552364",\
|
|
"0.870587, 0.881949, 0.916751, 1.043043, 1.655042");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.021736, 0.032527, 0.072552, 0.250320, 1.128041",\
|
|
"0.021736, 0.032527, 0.072552, 0.250320, 1.128041",\
|
|
"0.021736, 0.032527, 0.072552, 0.250320, 1.128041",\
|
|
"0.021737, 0.032528, 0.072552, 0.250320, 1.128041",\
|
|
"0.021738, 0.032528, 0.072552, 0.250320, 1.128041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.558417, 0.567354, 0.590581, 0.653563, 0.913413",\
|
|
"0.611395, 0.620332, 0.643559, 0.706542, 0.966390",\
|
|
"0.685127, 0.694063, 0.717290, 0.780273, 1.040122",\
|
|
"0.815691, 0.824627, 0.847854, 0.910836, 1.170686",\
|
|
"1.025841, 1.034777, 1.058002, 1.120984, 1.380837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.019883, 0.025652, 0.043485, 0.115889, 0.475053",\
|
|
"0.019883, 0.025652, 0.043485, 0.115889, 0.475053",\
|
|
"0.019883, 0.025652, 0.043485, 0.115889, 0.475053",\
|
|
"0.019883, 0.025652, 0.043485, 0.115889, 0.475055",\
|
|
"0.019884, 0.025652, 0.043486, 0.115890, 0.475061");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.589673, 0.601034, 0.635836, 0.762129, 1.374128",\
|
|
"0.635119, 0.646480, 0.681282, 0.807575, 1.419574",\
|
|
"0.688947, 0.700309, 0.735110, 0.861403, 1.473402",\
|
|
"0.767908, 0.779270, 0.814071, 0.940364, 1.552364",\
|
|
"0.870587, 0.881949, 0.916751, 1.043043, 1.655042");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.021736, 0.032527, 0.072552, 0.250320, 1.128041",\
|
|
"0.021736, 0.032527, 0.072552, 0.250320, 1.128041",\
|
|
"0.021736, 0.032527, 0.072552, 0.250320, 1.128041",\
|
|
"0.021737, 0.032528, 0.072552, 0.250320, 1.128041",\
|
|
"0.021738, 0.032528, 0.072552, 0.250320, 1.128041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.558417, 0.567354, 0.590581, 0.653563, 0.913413",\
|
|
"0.610203, 0.619140, 0.642368, 0.705350, 0.965198",\
|
|
"0.685127, 0.694063, 0.717290, 0.780273, 1.040122",\
|
|
"0.815691, 0.824627, 0.847854, 0.910836, 1.170686",\
|
|
"1.025841, 1.034777, 1.058002, 1.120984, 1.380837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001993, 0.012265, 0.051493, 0.211493, 1.000000");
|
|
values ( "0.019883, 0.025652, 0.043485, 0.115889, 0.475049",\
|
|
"0.019883, 0.025652, 0.043485, 0.115889, 0.475049",\
|
|
"0.019883, 0.025652, 0.043485, 0.115889, 0.475053",\
|
|
"0.019883, 0.025652, 0.043485, 0.115889, 0.475055",\
|
|
"0.019884, 0.025652, 0.043486, 0.115890, 0.475061");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io2_di */
|
|
|
|
pin("spimemio_flash_io2_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002815 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_do;
|
|
} /* end of pin spimemio_flash_io2_do */
|
|
|
|
pin("spimemio_flash_io2_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002194 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io2_oeb;
|
|
} /* end of pin spimemio_flash_io2_oeb */
|
|
|
|
pin("spimemio_flash_io3_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000800 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_di;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.574034, 0.585673, 0.620504, 0.746559, 1.358088",\
|
|
"0.617964, 0.629603, 0.664434, 0.790489, 1.402018",\
|
|
"0.664581, 0.676221, 0.711051, 0.837106, 1.448636",\
|
|
"0.722660, 0.734300, 0.769131, 0.895186, 1.506715",\
|
|
"0.785468, 0.797108, 0.831939, 0.957994, 1.569523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.020941, 0.031802, 0.071839, 0.249053, 1.125572",\
|
|
"0.020941, 0.031802, 0.071839, 0.249053, 1.125572",\
|
|
"0.020941, 0.031802, 0.071839, 0.249053, 1.125572",\
|
|
"0.020941, 0.031803, 0.071839, 0.249053, 1.125572",\
|
|
"0.020942, 0.031803, 0.071839, 0.249053, 1.125572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.504302, 0.513587, 0.536928, 0.599674, 0.858945",\
|
|
"0.557168, 0.566453, 0.589794, 0.652541, 0.911812",\
|
|
"0.630112, 0.639397, 0.662738, 0.725485, 0.984756",\
|
|
"0.772661, 0.781945, 0.805286, 0.868032, 1.127304",\
|
|
"0.996581, 1.005864, 1.029203, 1.091949, 1.351224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.019396, 0.025344, 0.043238, 0.115059, 0.472600",\
|
|
"0.019396, 0.025344, 0.043238, 0.115059, 0.472600",\
|
|
"0.019396, 0.025344, 0.043238, 0.115059, 0.472600",\
|
|
"0.019396, 0.025344, 0.043238, 0.115059, 0.472604",\
|
|
"0.019397, 0.025343, 0.043239, 0.115059, 0.472612");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.574034, 0.585673, 0.620504, 0.746559, 1.358088",\
|
|
"0.617964, 0.629603, 0.664434, 0.790489, 1.402018",\
|
|
"0.664581, 0.676221, 0.711051, 0.837106, 1.448636",\
|
|
"0.722660, 0.734300, 0.769131, 0.895186, 1.506715",\
|
|
"0.785468, 0.797108, 0.831939, 0.957994, 1.569523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.020941, 0.031802, 0.071839, 0.249053, 1.125572",\
|
|
"0.020941, 0.031802, 0.071839, 0.249053, 1.125572",\
|
|
"0.020941, 0.031802, 0.071839, 0.249053, 1.125572",\
|
|
"0.020941, 0.031803, 0.071839, 0.249053, 1.125572",\
|
|
"0.020942, 0.031803, 0.071839, 0.249053, 1.125572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.504302, 0.513587, 0.536928, 0.599674, 0.858945",\
|
|
"0.557168, 0.566453, 0.589794, 0.652541, 0.911812",\
|
|
"0.630112, 0.639397, 0.662738, 0.725485, 0.984756",\
|
|
"0.772661, 0.781945, 0.805286, 0.868032, 1.127304",\
|
|
"0.996581, 1.005864, 1.029203, 1.091949, 1.351224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011573, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.019396, 0.025344, 0.043238, 0.115059, 0.472600",\
|
|
"0.019396, 0.025344, 0.043238, 0.115059, 0.472600",\
|
|
"0.019396, 0.025344, 0.043238, 0.115059, 0.472600",\
|
|
"0.019396, 0.025344, 0.043238, 0.115059, 0.472604",\
|
|
"0.019397, 0.025343, 0.043239, 0.115059, 0.472612");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io3_di */
|
|
|
|
pin("spimemio_flash_io3_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002715 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_do;
|
|
} /* end of pin spimemio_flash_io3_do */
|
|
|
|
pin("spimemio_flash_io3_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003265 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spimemio_flash_io3_oeb;
|
|
} /* end of pin spimemio_flash_io3_oeb */
|
|
|
|
pin("trap") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002877 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : trap;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.599906, 0.557862, 0.508010, 0.437957, 0.357805",\
|
|
"0.644043, 0.601999, 0.552147, 0.482093, 0.401941",\
|
|
"0.687660, 0.645616, 0.595764, 0.525711, 0.445558",\
|
|
"0.745618, 0.703574, 0.653722, 0.583668, 0.503516",\
|
|
"0.809032, 0.766988, 0.717136, 0.647082, 0.566930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.255755, 1.213711, 1.163859, 1.093806, 1.013654",\
|
|
"1.309141, 1.267097, 1.217245, 1.147192, 1.067040",\
|
|
"1.382172, 1.340128, 1.290276, 1.220223, 1.140070",\
|
|
"1.522680, 1.480636, 1.430784, 1.360731, 1.280578",\
|
|
"1.748721, 1.706677, 1.656825, 1.586771, 1.506619");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.492804, -0.450760, -0.400908, -0.330855, -0.250811",\
|
|
"-0.536941, -0.494897, -0.445045, -0.374992, -0.294948",\
|
|
"-0.580558, -0.538514, -0.488662, -0.418609, -0.338565",\
|
|
"-0.638516, -0.596472, -0.546620, -0.476567, -0.396523",\
|
|
"-0.701930, -0.659886, -0.610034, -0.539981, -0.459937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.103148, -1.061104, -1.011252, -0.941199, -0.861154",\
|
|
"-1.156534, -1.114490, -1.064638, -0.994585, -0.914540",\
|
|
"-1.229564, -1.187520, -1.137668, -1.067615, -0.987570",\
|
|
"-1.370326, -1.328282, -1.278431, -1.208377, -1.128333",\
|
|
"-1.597081, -1.555037, -1.505185, -1.435132, -1.355088");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002554 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : uart_enabled;
|
|
} /* end of pin uart_enabled */
|
|
|
|
pin("user_clock") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.132243 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : user_clock;
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005291 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.147372, 1.105329, 1.055477, 0.985423, 0.905271",\
|
|
"1.192829, 1.150786, 1.100934, 1.030880, 0.950728",\
|
|
"1.246617, 1.204573, 1.154721, 1.084668, 1.004515",\
|
|
"1.325663, 1.283619, 1.233767, 1.163714, 1.083562",\
|
|
"1.429245, 1.387201, 1.337349, 1.267295, 1.187143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.997013, 1.954969, 1.905117, 1.835063, 1.754911",\
|
|
"2.051235, 2.009191, 1.959339, 1.889286, 1.809133",\
|
|
"2.123657, 2.081613, 2.031761, 1.961708, 1.881555",\
|
|
"2.256571, 2.214527, 2.164675, 2.094622, 2.014470",\
|
|
"2.469326, 2.427282, 2.377430, 2.307376, 2.227224");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.053150, -1.011106, -0.961254, -0.891201, -0.811157",\
|
|
"-1.098607, -1.056563, -1.006711, -0.936658, -0.856614",\
|
|
"-1.152394, -1.110350, -1.060498, -0.990445, -0.910401",\
|
|
"-1.231440, -1.189396, -1.139544, -1.069491, -0.989447",\
|
|
"-1.335022, -1.292978, -1.243126, -1.173073, -1.093028");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.859413, -1.817369, -1.767518, -1.697464, -1.617420",\
|
|
"-1.913636, -1.871592, -1.821740, -1.751687, -1.671643",\
|
|
"-1.986058, -1.944014, -1.894162, -1.824109, -1.744064",\
|
|
"-2.119078, -2.077034, -2.027182, -1.957129, -1.877085",\
|
|
"-2.332066, -2.290022, -2.240170, -2.170117, -2.090072");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vcc_pwrgood */
|
|
|
|
pin("usr1_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002449 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.502458, 0.460414, 0.410562, 0.340508, 0.260356",\
|
|
"0.545788, 0.503744, 0.453892, 0.383839, 0.303687",\
|
|
"0.578424, 0.536380, 0.486528, 0.416475, 0.336322",\
|
|
"0.618619, 0.576575, 0.526723, 0.456670, 0.376518",\
|
|
"0.654789, 0.612745, 0.562893, 0.492840, 0.412687");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.287503, 1.245459, 1.195607, 1.125554, 1.045402",\
|
|
"1.339170, 1.297126, 1.247274, 1.177221, 1.097069",\
|
|
"1.410056, 1.368013, 1.318161, 1.248107, 1.167955",\
|
|
"1.536399, 1.494355, 1.444503, 1.374450, 1.294298",\
|
|
"1.737509, 1.695465, 1.645613, 1.575560, 1.495408");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.407196, -0.365152, -0.315300, -0.245247, -0.165202",\
|
|
"-0.450526, -0.408482, -0.358630, -0.288577, -0.208533",\
|
|
"-0.483162, -0.441118, -0.391266, -0.321213, -0.241168",\
|
|
"-0.523357, -0.481313, -0.431461, -0.361408, -0.281364",\
|
|
"-0.559527, -0.517483, -0.467631, -0.397578, -0.317533");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.150927, -1.108883, -1.059031, -0.988978, -0.908933",\
|
|
"-1.202594, -1.160550, -1.110698, -1.040645, -0.960601",\
|
|
"-1.273480, -1.231436, -1.181584, -1.111531, -1.031487",\
|
|
"-1.399823, -1.357779, -1.307927, -1.237874, -1.157830",\
|
|
"-1.600933, -1.558889, -1.509037, -1.438984, -1.358940");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vdd_pwrgood */
|
|
|
|
pin("usr2_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002323 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.407224, 0.365180, 0.315328, 0.245274, 0.165122",\
|
|
"0.450572, 0.408528, 0.358676, 0.288623, 0.208471",\
|
|
"0.483222, 0.441178, 0.391326, 0.321272, 0.241120",\
|
|
"0.523411, 0.481367, 0.431515, 0.361462, 0.281309",\
|
|
"0.559499, 0.517455, 0.467603, 0.397549, 0.317397");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.287459, 1.245415, 1.195563, 1.125509, 1.045357",\
|
|
"1.339131, 1.297087, 1.247235, 1.177181, 1.097029",\
|
|
"1.410029, 1.367985, 1.318133, 1.248080, 1.167928",\
|
|
"1.536259, 1.494215, 1.444363, 1.374310, 1.294158",\
|
|
"1.737692, 1.695648, 1.645796, 1.575742, 1.495590");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.306559, -0.264515, -0.214663, -0.144610, -0.064566",\
|
|
"-0.349908, -0.307864, -0.258012, -0.187959, -0.107915",\
|
|
"-0.382557, -0.340513, -0.290661, -0.220608, -0.140564",\
|
|
"-0.422746, -0.380703, -0.330851, -0.260798, -0.180753",\
|
|
"-0.458834, -0.416790, -0.366938, -0.296885, -0.216841");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.143597, -1.101553, -1.051701, -0.981648, -0.901603",\
|
|
"-1.195269, -1.153225, -1.103373, -1.033320, -0.953275",\
|
|
"-1.266167, -1.224123, -1.174272, -1.104218, -1.024174",\
|
|
"-1.392397, -1.350353, -1.300501, -1.230448, -1.150404",\
|
|
"-1.593829, -1.551785, -1.501934, -1.431880, -1.351836");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vcc_pwrgood */
|
|
|
|
pin("usr2_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr2_vdd_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.611458, 0.569414, 0.519562, 0.449508, 0.369356",\
|
|
"0.655870, 0.613826, 0.563974, 0.493921, 0.413769",\
|
|
"0.697787, 0.655743, 0.605891, 0.535838, 0.455685",\
|
|
"0.754829, 0.712785, 0.662933, 0.592880, 0.512727",\
|
|
"0.823925, 0.781881, 0.732029, 0.661975, 0.581823");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.085220, 1.043176, 0.993324, 0.923270, 0.843118",\
|
|
"1.139019, 1.096975, 1.047123, 0.977070, 0.896917",\
|
|
"1.202388, 1.160344, 1.110492, 1.040439, 0.960287",\
|
|
"1.304189, 1.262146, 1.212294, 1.142240, 1.062088",\
|
|
"1.462353, 1.420309, 1.370457, 1.300404, 1.220252");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.504326, -0.462282, -0.412430, -0.342377, -0.262333",\
|
|
"-0.548738, -0.506694, -0.456843, -0.386789, -0.306745",\
|
|
"-0.590655, -0.548611, -0.498759, -0.428706, -0.348662",\
|
|
"-0.647697, -0.605653, -0.555801, -0.485748, -0.405704",\
|
|
"-0.716793, -0.674749, -0.624897, -0.554844, -0.474800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.935839, -0.893795, -0.843943, -0.773890, -0.693846",\
|
|
"-0.989638, -0.947595, -0.897743, -0.827690, -0.747645",\
|
|
"-1.053008, -1.010964, -0.961112, -0.891059, -0.811014",\
|
|
"-1.154809, -1.112765, -1.062913, -0.992860, -0.912816",\
|
|
"-1.312972, -1.270928, -1.221076, -1.151023, -1.070979");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vdd_pwrgood */
|
|
|
|
pin("wb_ack_o") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001917 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_ack_o;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "2.948513, 2.961617, 2.998352, 3.125148, 3.735193",\
|
|
"2.990557, 3.003661, 3.040395, 3.167192, 3.777236",\
|
|
"3.040409, 3.053513, 3.090248, 3.217044, 3.827089",\
|
|
"3.110462, 3.123566, 3.160301, 3.287098, 3.897142",\
|
|
"3.190614, 3.203719, 3.240453, 3.367250, 3.977294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "2.937228, 2.946200, 2.969809, 3.033512, 3.293037",\
|
|
"2.979272, 2.988244, 3.011853, 3.075557, 3.335081",\
|
|
"3.029125, 3.038096, 3.061705, 3.125409, 3.384933",\
|
|
"3.099178, 3.108149, 3.131758, 3.195462, 3.454987",\
|
|
"3.179330, 3.188302, 3.211910, 3.275615, 3.535139");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "2.948513, 2.961617, 2.998352, 3.125148, 3.735193",\
|
|
"2.990557, 3.003661, 3.040395, 3.167192, 3.777236",\
|
|
"3.040409, 3.053513, 3.090248, 3.217044, 3.827089",\
|
|
"3.110462, 3.123566, 3.160301, 3.287098, 3.897142",\
|
|
"3.190614, 3.203719, 3.240453, 3.367250, 3.977294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842",\
|
|
"0.030668, 0.040625, 0.077803, 0.251931, 1.125842");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "2.937228, 2.946200, 2.969809, 3.033512, 3.293037",\
|
|
"2.979272, 2.988244, 3.011853, 3.075557, 3.335081",\
|
|
"3.029125, 3.038096, 3.061705, 3.125409, 3.384933",\
|
|
"3.099178, 3.108149, 3.131758, 3.195462, 3.454987",\
|
|
"3.179330, 3.188302, 3.211910, 3.275615, 3.535139");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002417, 0.012690, 0.051917, 0.211917, 1.000000");
|
|
values ( "0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373",\
|
|
"0.022252, 0.027840, 0.045429, 0.117055, 0.476373");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg_min*/
|
|
|
|
} /* end of pin wb_ack_o */
|
|
|
|
pin("wb_clk_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.060752 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_clk_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.344468");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.500157");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwh*/
|
|
|
|
} /* end of pin wb_clk_i */
|
|
|
|
pin("wb_cyc_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005201 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_cyc_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.680651, 0.638607, 0.588755, 0.518701, 0.438549",\
|
|
"0.718900, 0.676856, 0.627004, 0.556950, 0.476798",\
|
|
"0.741234, 0.699190, 0.649338, 0.579285, 0.499133",\
|
|
"0.766416, 0.724372, 0.674520, 0.604467, 0.524315",\
|
|
"0.779427, 0.737383, 0.687531, 0.617477, 0.537325");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.452812, 0.410769, 0.360916, 0.290863, 0.210711",\
|
|
"0.506037, 0.463993, 0.414141, 0.344088, 0.263936",\
|
|
"0.561536, 0.519492, 0.469640, 0.399587, 0.319434",\
|
|
"0.649331, 0.607287, 0.557435, 0.487382, 0.407230",\
|
|
"0.793058, 0.751014, 0.701162, 0.631108, 0.550956");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.370860, -0.328816, -0.278964, -0.208911, -0.128759",\
|
|
"-0.409109, -0.367065, -0.317213, -0.247160, -0.167008",\
|
|
"-0.431444, -0.389400, -0.339548, -0.269494, -0.189342",\
|
|
"-0.456626, -0.414582, -0.364730, -0.294677, -0.214524",\
|
|
"-0.469636, -0.427592, -0.377740, -0.307687, -0.227535");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.231440, -0.189396, -0.139544, -0.069491, 0.010662",\
|
|
"-0.284665, -0.242621, -0.192769, -0.122715, -0.042563",\
|
|
"-0.340163, -0.298119, -0.248267, -0.178214, -0.098062",\
|
|
"-0.427959, -0.385915, -0.336063, -0.266010, -0.185857",\
|
|
"-0.571685, -0.529641, -0.479789, -0.409736, -0.329584");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_hldr*/
|
|
|
|
} /* end of pin wb_cyc_i */
|
|
|
|
pin("wb_rstn_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005314 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_rstn_i;
|
|
} /* end of pin wb_rstn_i */
|
|
|
|
pin("wb_stb_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002987 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_stb_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.729616, 0.687572, 0.637720, 0.567667, 0.487514",\
|
|
"0.775054, 0.733010, 0.683158, 0.613104, 0.532952",\
|
|
"0.828937, 0.786893, 0.737041, 0.666988, 0.586836",\
|
|
"0.908042, 0.865998, 0.816146, 0.746092, 0.665940",\
|
|
"1.011570, 0.969526, 0.919674, 0.849621, 0.769468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.576508, 0.534464, 0.484612, 0.414559, 0.334407",\
|
|
"0.630716, 0.588672, 0.538820, 0.468767, 0.388614",\
|
|
"0.705372, 0.663328, 0.613476, 0.543423, 0.463271",\
|
|
"0.836750, 0.794706, 0.744854, 0.674801, 0.594648",\
|
|
"1.048716, 1.006672, 0.956820, 0.886767, 0.806614");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.419826, -0.377782, -0.327930, -0.257876, -0.177724",\
|
|
"-0.465263, -0.423219, -0.373367, -0.303314, -0.223162",\
|
|
"-0.519147, -0.477103, -0.427251, -0.357198, -0.277045",\
|
|
"-0.598251, -0.556207, -0.506355, -0.436302, -0.356150",\
|
|
"-0.701780, -0.659736, -0.609884, -0.539830, -0.459678");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.353271, -0.311227, -0.261375, -0.191322, -0.111169",\
|
|
"-0.407479, -0.365435, -0.315583, -0.245529, -0.165377",\
|
|
"-0.484002, -0.441958, -0.392106, -0.322052, -0.241900",\
|
|
"-0.615379, -0.573335, -0.523483, -0.453430, -0.373278",\
|
|
"-0.827345, -0.785301, -0.735449, -0.665396, -0.585244");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_hldr*/
|
|
|
|
} /* end of pin wb_stb_i */
|
|
|
|
pin("wb_we_i") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004264 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_we_i;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.648344, 0.606300, 0.556448, 0.486395, 0.406242",\
|
|
"0.692556, 0.650512, 0.600660, 0.530607, 0.450454",\
|
|
"0.734429, 0.692385, 0.642533, 0.572479, 0.492327",\
|
|
"0.791446, 0.749402, 0.699550, 0.629496, 0.549344",\
|
|
"0.860748, 0.818704, 0.768852, 0.698798, 0.618646");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.629833, 0.587789, 0.537937, 0.467883, 0.387731",\
|
|
"0.683561, 0.641517, 0.591665, 0.521611, 0.441459",\
|
|
"0.746545, 0.704501, 0.654649, 0.584596, 0.504443",\
|
|
"0.848458, 0.806414, 0.756562, 0.686508, 0.606356",\
|
|
"1.005599, 0.963555, 0.913703, 0.843650, 0.763497");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.094182, -0.052138, -0.002286, 0.067767, 0.147920",\
|
|
"-0.138394, -0.096350, -0.046498, 0.023555, 0.103708",\
|
|
"-0.180266, -0.138223, -0.088371, -0.018317, 0.061835",\
|
|
"-0.237430, -0.195386, -0.145534, -0.075480, 0.004672",\
|
|
"-0.307167, -0.265123, -0.215271, -0.145217, -0.065065");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.182178, 0.224222, 0.274074, 0.344127, 0.424280",\
|
|
"0.128450, 0.170494, 0.220346, 0.290399, 0.370551",\
|
|
"0.065466, 0.107510, 0.157362, 0.227415, 0.307567",\
|
|
"-0.036783, 0.005261, 0.055113, 0.125166, 0.205318",\
|
|
"-0.195337, -0.153293, -0.103441, -0.033387, 0.046765");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_hldr*/
|
|
|
|
} /* end of pin wb_we_i */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
} /* end of pin VGND */
|
|
bus ( irq ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("irq[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001048 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[2];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.729061, 0.740998, 0.776281, 0.902781, 1.514066",\
|
|
"0.774634, 0.786571, 0.821855, 0.948354, 1.559639",\
|
|
"0.818542, 0.830479, 0.865763, 0.992262, 1.603548",\
|
|
"0.876870, 0.888807, 0.924091, 1.050590, 1.661876",\
|
|
"0.946029, 0.957967, 0.993251, 1.119750, 1.731035");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.023190, 0.033763, 0.073151, 0.249642, 1.128028",\
|
|
"0.023190, 0.033763, 0.073151, 0.249642, 1.128028",\
|
|
"0.023190, 0.033763, 0.073151, 0.249642, 1.128028",\
|
|
"0.023190, 0.033764, 0.073151, 0.249642, 1.128028",\
|
|
"0.023191, 0.033765, 0.073152, 0.249642, 1.128028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.629638, 0.638777, 0.662054, 0.725033, 0.985007",\
|
|
"0.683461, 0.692600, 0.715877, 0.778855, 1.038830",\
|
|
"0.756347, 0.765486, 0.788763, 0.851742, 1.111716",\
|
|
"0.884611, 0.893751, 0.917028, 0.980006, 1.239980",\
|
|
"1.086613, 1.095752, 1.119029, 1.182008, 1.441982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.019857, 0.025657, 0.043510, 0.115670, 0.475059",\
|
|
"0.019857, 0.025657, 0.043510, 0.115670, 0.475059",\
|
|
"0.019857, 0.025657, 0.043510, 0.115670, 0.475059",\
|
|
"0.019857, 0.025658, 0.043510, 0.115670, 0.475059",\
|
|
"0.019858, 0.025658, 0.043511, 0.115670, 0.475059");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.729061, 0.740998, 0.776281, 0.902781, 1.514066",\
|
|
"0.774634, 0.786571, 0.821855, 0.948354, 1.559639",\
|
|
"0.818542, 0.830479, 0.865763, 0.992262, 1.603548",\
|
|
"0.876870, 0.888807, 0.924091, 1.050590, 1.661876",\
|
|
"0.946029, 0.957967, 0.993251, 1.119750, 1.731035");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.023190, 0.033763, 0.073151, 0.249642, 1.128028",\
|
|
"0.023190, 0.033763, 0.073151, 0.249642, 1.128028",\
|
|
"0.023190, 0.033763, 0.073151, 0.249642, 1.128028",\
|
|
"0.023190, 0.033764, 0.073151, 0.249642, 1.128028",\
|
|
"0.023191, 0.033765, 0.073152, 0.249642, 1.128028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.629638, 0.638777, 0.662054, 0.725033, 0.985007",\
|
|
"0.683461, 0.692600, 0.715877, 0.778855, 1.038830",\
|
|
"0.756347, 0.765486, 0.788763, 0.851742, 1.111716",\
|
|
"0.884611, 0.893751, 0.917028, 0.980006, 1.239980",\
|
|
"1.086613, 1.095752, 1.119029, 1.182008, 1.441982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.019857, 0.025657, 0.043510, 0.115670, 0.475059",\
|
|
"0.019857, 0.025657, 0.043510, 0.115670, 0.475059",\
|
|
"0.019857, 0.025657, 0.043510, 0.115670, 0.475059",\
|
|
"0.019857, 0.025658, 0.043510, 0.115670, 0.475059",\
|
|
"0.019858, 0.025658, 0.043511, 0.115670, 0.475059");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "2.484379, 2.493517, 2.516790, 2.579759, 2.839752",\
|
|
"2.484379, 2.493517, 2.516790, 2.579759, 2.839752",\
|
|
"2.484379, 2.493517, 2.516790, 2.579759, 2.839752",\
|
|
"2.484379, 2.493517, 2.516790, 2.579759, 2.839752",\
|
|
"2.484379, 2.493517, 2.516790, 2.579759, 2.839752");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.019814, 0.025620, 0.043479, 0.115664, 0.475058",\
|
|
"0.019814, 0.025620, 0.043479, 0.115664, 0.475058",\
|
|
"0.019814, 0.025620, 0.043479, 0.115664, 0.475058",\
|
|
"0.019814, 0.025620, 0.043479, 0.115664, 0.475058",\
|
|
"0.019814, 0.025620, 0.043479, 0.115664, 0.475058");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996",\
|
|
"2.525992, 2.537925, 2.573204, 2.699701, 3.310996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024",\
|
|
"0.023169, 0.033745, 0.073140, 0.249643, 1.128024");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "2.483539, 2.492676, 2.515949, 2.578914, 2.838913",\
|
|
"2.483539, 2.492676, 2.515949, 2.578914, 2.838913",\
|
|
"2.483539, 2.492676, 2.515949, 2.578914, 2.838913",\
|
|
"2.483539, 2.492676, 2.515949, 2.578914, 2.838913",\
|
|
"2.483539, 2.492676, 2.515949, 2.578914, 2.838913");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001548, 0.011820, 0.051048, 0.211048, 1.000000");
|
|
values ( "0.019799, 0.025607, 0.043468, 0.115663, 0.475058",\
|
|
"0.019799, 0.025607, 0.043468, 0.115663, 0.475058",\
|
|
"0.019799, 0.025607, 0.043468, 0.115663, 0.475058",\
|
|
"0.019799, 0.025607, 0.043468, 0.115663, 0.475058",\
|
|
"0.019799, 0.025607, 0.043468, 0.115663, 0.475058");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[2]_redg_min*/
|
|
|
|
} /* end of pin irq[2] */
|
|
|
|
pin("irq[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001590 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.644591, 0.656033, 0.690978, 0.817417, 1.429332",\
|
|
"0.689972, 0.701414, 0.736359, 0.862798, 1.474713",\
|
|
"0.743826, 0.755268, 0.790213, 0.916652, 1.528567",\
|
|
"0.823740, 0.835183, 0.870128, 0.996567, 1.608481",\
|
|
"0.932950, 0.944393, 0.979339, 1.105778, 1.717691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.022480, 0.033179, 0.072994, 0.250534, 1.128859",\
|
|
"0.022480, 0.033179, 0.072994, 0.250534, 1.128859",\
|
|
"0.022480, 0.033179, 0.072994, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022483, 0.033181, 0.072996, 0.250534, 1.128859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.661977, 0.670832, 0.693998, 0.757046, 1.017046",\
|
|
"0.716118, 0.724973, 0.748139, 0.811187, 1.071188",\
|
|
"0.788502, 0.797357, 0.820523, 0.883571, 1.143571",\
|
|
"0.921580, 0.930435, 0.953601, 1.016649, 1.276649",\
|
|
"1.139197, 1.148053, 1.171219, 1.234267, 1.494267");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.644591, 0.656033, 0.690978, 0.817417, 1.429332",\
|
|
"0.689972, 0.701414, 0.736359, 0.862798, 1.474713",\
|
|
"0.743826, 0.755268, 0.790213, 0.916652, 1.528567",\
|
|
"0.823740, 0.835183, 0.870128, 0.996567, 1.608481",\
|
|
"0.932950, 0.944393, 0.979339, 1.105778, 1.717691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.022480, 0.033179, 0.072994, 0.250534, 1.128859",\
|
|
"0.022480, 0.033179, 0.072994, 0.250534, 1.128859",\
|
|
"0.022480, 0.033179, 0.072994, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022483, 0.033181, 0.072996, 0.250534, 1.128859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.661977, 0.670832, 0.693998, 0.757046, 1.017046",\
|
|
"0.716118, 0.724973, 0.748139, 0.811187, 1.071188",\
|
|
"0.788502, 0.797357, 0.820523, 0.883571, 1.143571",\
|
|
"0.921580, 0.930435, 0.953601, 1.016649, 1.276649",\
|
|
"1.139197, 1.148053, 1.171219, 1.234267, 1.494267");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968",\
|
|
"0.020080, 0.025763, 0.043600, 0.116109, 0.475968");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185",\
|
|
"2.599444, 2.610886, 2.645831, 2.772270, 3.384185");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859",\
|
|
"0.022481, 0.033179, 0.072995, 0.250534, 1.128859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427",\
|
|
"2.656356, 2.665211, 2.688375, 2.751420, 3.011427");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002090, 0.012362, 0.051590, 0.211590, 1.000000");
|
|
values ( "0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967",\
|
|
"0.020063, 0.025748, 0.043588, 0.116107, 0.475967");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[1]_redg_min*/
|
|
|
|
} /* end of pin irq[1] */
|
|
|
|
pin("irq[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000974 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : irq[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336",\
|
|
"2.565352, 2.576990, 2.611908, 2.738199, 3.350336");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769",\
|
|
"0.021449, 0.032246, 0.072161, 0.249669, 1.127769");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290",\
|
|
"2.602828, 2.612002, 2.635284, 2.698234, 2.958290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011746, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058",\
|
|
"0.019678, 0.025512, 0.043388, 0.115622, 0.475058");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_irq[0]_redg_min*/
|
|
|
|
} /* end of pin irq[0] */
|
|
} /* end of bus irq */
|
|
bus ( mask_rev_in ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("mask_rev_in[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003276 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.626919, 0.584875, 0.535023, 0.464970, 0.384818",\
|
|
"0.664527, 0.622483, 0.572631, 0.502578, 0.422426",\
|
|
"0.687049, 0.645005, 0.595153, 0.525099, 0.444947",\
|
|
"0.712623, 0.670579, 0.620727, 0.550673, 0.470521",\
|
|
"0.725925, 0.683881, 0.634029, 0.563975, 0.483823");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.309365, 1.267321, 1.217469, 1.147415, 1.067263",\
|
|
"1.362566, 1.320522, 1.270670, 1.200616, 1.120464",\
|
|
"1.418025, 1.375982, 1.326130, 1.256076, 1.175924",\
|
|
"1.505605, 1.463561, 1.413709, 1.343655, 1.263503",\
|
|
"1.647915, 1.605871, 1.556019, 1.485966, 1.405813");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.592497, -0.550453, -0.500601, -0.430548, -0.350396",\
|
|
"-0.630105, -0.588061, -0.538209, -0.468156, -0.388004",\
|
|
"-0.652627, -0.610583, -0.560731, -0.490677, -0.410525",\
|
|
"-0.678201, -0.636157, -0.586305, -0.516251, -0.436099",\
|
|
"-0.691503, -0.649459, -0.599607, -0.529553, -0.449401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.239326, -1.197282, -1.147430, -1.077377, -0.997225",\
|
|
"-1.292527, -1.250483, -1.200631, -1.130578, -1.050426",\
|
|
"-1.347987, -1.305943, -1.256091, -1.186038, -1.105886",\
|
|
"-1.435566, -1.393522, -1.343670, -1.273617, -1.193465",\
|
|
"-1.577876, -1.535833, -1.485981, -1.415927, -1.335775");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[31] */
|
|
|
|
pin("mask_rev_in[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003108 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.637091, 0.595047, 0.545195, 0.475142, 0.394990",\
|
|
"0.674554, 0.632510, 0.582658, 0.512605, 0.432453",\
|
|
"0.697192, 0.655148, 0.605296, 0.535243, 0.455090",\
|
|
"0.722560, 0.680516, 0.630664, 0.560611, 0.480459",\
|
|
"0.736446, 0.694402, 0.644550, 0.574496, 0.494344");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.527670, 1.485626, 1.435774, 1.365721, 1.285568",\
|
|
"1.580838, 1.538794, 1.488942, 1.418889, 1.338737",\
|
|
"1.635989, 1.593945, 1.544093, 1.474040, 1.393887",\
|
|
"1.723961, 1.681917, 1.632066, 1.562012, 1.481860",\
|
|
"1.866133, 1.824089, 1.774237, 1.704184, 1.624032");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.608026, -0.565982, -0.516130, -0.446077, -0.365925",\
|
|
"-0.645489, -0.603446, -0.553594, -0.483540, -0.403388",\
|
|
"-0.668127, -0.626083, -0.576231, -0.506178, -0.426025",\
|
|
"-0.693495, -0.651451, -0.601599, -0.531546, -0.451394",\
|
|
"-0.707381, -0.665337, -0.615485, -0.545431, -0.465279");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.463336, -1.421293, -1.371441, -1.301387, -1.221235",\
|
|
"-1.516505, -1.474461, -1.424609, -1.354556, -1.274403",\
|
|
"-1.571656, -1.529612, -1.479760, -1.409706, -1.329554",\
|
|
"-1.659628, -1.617584, -1.567732, -1.497679, -1.417527",\
|
|
"-1.801800, -1.759756, -1.709904, -1.639850, -1.559698");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[30] */
|
|
|
|
pin("mask_rev_in[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003033 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.726144, 0.684100, 0.634248, 0.564195, 0.484042",\
|
|
"0.763745, 0.721701, 0.671849, 0.601795, 0.521643",\
|
|
"0.786272, 0.744228, 0.694376, 0.624323, 0.544171",\
|
|
"0.811735, 0.769691, 0.719839, 0.649786, 0.569634",\
|
|
"0.824965, 0.782921, 0.733069, 0.663015, 0.582863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.106076, 1.064032, 1.014180, 0.944127, 0.863974",\
|
|
"1.159275, 1.117231, 1.067379, 0.997326, 0.917173",\
|
|
"1.214705, 1.172661, 1.122809, 1.052755, 0.972603",\
|
|
"1.302433, 1.260389, 1.210537, 1.140484, 1.060331",\
|
|
"1.445233, 1.403189, 1.353337, 1.283284, 1.203132");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.701855, -0.659811, -0.609959, -0.539906, -0.459754",\
|
|
"-0.739456, -0.697412, -0.647560, -0.577507, -0.497355",\
|
|
"-0.761984, -0.719940, -0.670088, -0.600034, -0.519882",\
|
|
"-0.787447, -0.745403, -0.695551, -0.625497, -0.545345",\
|
|
"-0.800676, -0.758632, -0.708780, -0.638727, -0.558574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.047320, -1.005276, -0.955424, -0.885371, -0.805218",\
|
|
"-1.100519, -1.058475, -1.008623, -0.938569, -0.858417",\
|
|
"-1.155948, -1.113904, -1.064053, -0.993999, -0.913847",\
|
|
"-1.243677, -1.201633, -1.151781, -1.081728, -1.001575",\
|
|
"-1.386477, -1.344433, -1.294581, -1.224528, -1.144375");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[29] */
|
|
|
|
pin("mask_rev_in[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002679 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.748313, 0.706269, 0.656417, 0.586363, 0.506211",\
|
|
"0.793840, 0.751796, 0.701944, 0.631891, 0.551738",\
|
|
"0.841853, 0.799809, 0.749957, 0.679904, 0.599752",\
|
|
"0.899619, 0.857575, 0.807723, 0.737670, 0.657518",\
|
|
"0.968538, 0.926494, 0.876642, 0.806588, 0.726436");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.480354, 1.438310, 1.388458, 1.318404, 1.238252",\
|
|
"1.534194, 1.492150, 1.442298, 1.372245, 1.292093",\
|
|
"1.604327, 1.562283, 1.512431, 1.442378, 1.362226",\
|
|
"1.734945, 1.692901, 1.643049, 1.572996, 1.492843",\
|
|
"1.934809, 1.892765, 1.842913, 1.772860, 1.692708");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.709439, -0.667395, -0.617543, -0.547489, -0.467337",\
|
|
"-0.754966, -0.712922, -0.663070, -0.593017, -0.512864",\
|
|
"-0.802979, -0.760935, -0.711083, -0.641030, -0.560878",\
|
|
"-0.860745, -0.818701, -0.768849, -0.698796, -0.618644",\
|
|
"-0.929664, -0.887620, -0.837768, -0.767714, -0.687562");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.404600, -1.362556, -1.312704, -1.242650, -1.162498",\
|
|
"-1.458440, -1.416396, -1.366544, -1.296491, -1.216339",\
|
|
"-1.528573, -1.486529, -1.436677, -1.366624, -1.286471",\
|
|
"-1.659190, -1.617146, -1.567294, -1.497241, -1.417089",\
|
|
"-1.859055, -1.817011, -1.767159, -1.697105, -1.616953");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[28] */
|
|
|
|
pin("mask_rev_in[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002798 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.802618, 0.760574, 0.710722, 0.640669, 0.560517",\
|
|
"0.845952, 0.803908, 0.754056, 0.684003, 0.603851",\
|
|
"0.878592, 0.836548, 0.786696, 0.716643, 0.636491",\
|
|
"0.918788, 0.876744, 0.826892, 0.756839, 0.676686",\
|
|
"0.954932, 0.912888, 0.863036, 0.792983, 0.712831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.654483, 1.612439, 1.562587, 1.492534, 1.412382",\
|
|
"1.706150, 1.664106, 1.614254, 1.544201, 1.464049",\
|
|
"1.777040, 1.734997, 1.685145, 1.615091, 1.534939",\
|
|
"1.903555, 1.861511, 1.811659, 1.741606, 1.661454",\
|
|
"2.104705, 2.062661, 2.012809, 1.942756, 1.862604");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.708395, -0.666351, -0.616499, -0.546446, -0.466402",\
|
|
"-0.751729, -0.709686, -0.659834, -0.589781, -0.509736",\
|
|
"-0.784369, -0.742326, -0.692474, -0.622421, -0.542376",\
|
|
"-0.824565, -0.782521, -0.732669, -0.662616, -0.582572",\
|
|
"-0.860709, -0.818665, -0.768813, -0.698760, -0.618716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.520323, -1.478279, -1.428427, -1.358374, -1.278330",\
|
|
"-1.571990, -1.529946, -1.480094, -1.410041, -1.329997",\
|
|
"-1.642881, -1.600837, -1.550985, -1.480932, -1.400887",\
|
|
"-1.769395, -1.727351, -1.677500, -1.607446, -1.527402",\
|
|
"-1.970545, -1.928501, -1.878649, -1.808596, -1.728552");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[27] */
|
|
|
|
pin("mask_rev_in[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003036 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.697095, 0.655051, 0.605199, 0.535145, 0.454993",\
|
|
"0.741502, 0.699458, 0.649606, 0.579553, 0.499401",\
|
|
"0.783417, 0.741373, 0.691521, 0.621467, 0.541315",\
|
|
"0.840217, 0.798173, 0.748321, 0.678268, 0.598116",\
|
|
"0.909593, 0.867549, 0.817697, 0.747644, 0.667492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.411514, 1.369470, 1.319618, 1.249565, 1.169413",\
|
|
"1.465323, 1.423280, 1.373427, 1.303374, 1.223222",\
|
|
"1.528704, 1.486660, 1.436808, 1.366755, 1.286602",\
|
|
"1.630103, 1.588059, 1.538207, 1.468153, 1.388001",\
|
|
"1.787657, 1.745613, 1.695761, 1.625708, 1.545556");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.596247, -0.554203, -0.504351, -0.434298, -0.354254",\
|
|
"-0.640654, -0.598610, -0.548759, -0.478705, -0.398661",\
|
|
"-0.682569, -0.640525, -0.590673, -0.520620, -0.440575",\
|
|
"-0.739369, -0.697325, -0.647473, -0.577420, -0.497376",\
|
|
"-0.808745, -0.766702, -0.716850, -0.646797, -0.566752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.267653, -1.225609, -1.175757, -1.105704, -1.025660",\
|
|
"-1.321462, -1.279418, -1.229566, -1.159513, -1.079469",\
|
|
"-1.384843, -1.342799, -1.292947, -1.222894, -1.142850",\
|
|
"-1.486241, -1.444197, -1.394346, -1.324292, -1.244248",\
|
|
"-1.643796, -1.601752, -1.551900, -1.481847, -1.401803");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[26] */
|
|
|
|
pin("mask_rev_in[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003093 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.464978, 0.422934, 0.373082, 0.303029, 0.222877",\
|
|
"0.509347, 0.467303, 0.417451, 0.347398, 0.267246",\
|
|
"0.551189, 0.509145, 0.459293, 0.389240, 0.309087",\
|
|
"0.607565, 0.565521, 0.515669, 0.445616, 0.365463",\
|
|
"0.675973, 0.633929, 0.584077, 0.514023, 0.433871");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.967040, 0.924996, 0.875144, 0.805090, 0.724938",\
|
|
"1.023042, 0.980998, 0.931146, 0.861093, 0.780941",\
|
|
"1.087297, 1.045253, 0.995401, 0.925348, 0.845195",\
|
|
"1.188059, 1.146015, 1.096163, 1.026110, 0.945958",\
|
|
"1.345316, 1.303272, 1.253420, 1.183366, 1.103214");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.369703, -0.327659, -0.277808, -0.207754, -0.127710",\
|
|
"-0.414072, -0.372028, -0.322176, -0.252123, -0.172079",\
|
|
"-0.455914, -0.413870, -0.364018, -0.293965, -0.213920",\
|
|
"-0.512290, -0.470246, -0.420394, -0.350341, -0.270296",\
|
|
"-0.580698, -0.538654, -0.488802, -0.418749, -0.338704");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.830463, -0.788419, -0.738567, -0.668514, -0.588470",\
|
|
"-0.886466, -0.844422, -0.794570, -0.724517, -0.644472",\
|
|
"-0.950720, -0.908677, -0.858825, -0.788772, -0.708727",\
|
|
"-1.051483, -1.009439, -0.959587, -0.889534, -0.809489",\
|
|
"-1.208739, -1.166695, -1.116844, -1.046790, -0.966746");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[25] */
|
|
|
|
pin("mask_rev_in[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002966 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.535154, 0.493110, 0.443258, 0.373205, 0.293053",\
|
|
"0.579529, 0.537485, 0.487633, 0.417579, 0.337427",\
|
|
"0.621434, 0.579390, 0.529538, 0.459485, 0.379333",\
|
|
"0.678503, 0.636459, 0.586607, 0.516553, 0.436401",\
|
|
"0.747443, 0.705400, 0.655547, 0.585494, 0.505342");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.313440, 1.271396, 1.221544, 1.151491, 1.071339",\
|
|
"1.367230, 1.325186, 1.275334, 1.205280, 1.125128",\
|
|
"1.430524, 1.388480, 1.338628, 1.268575, 1.188423",\
|
|
"1.532507, 1.490463, 1.440611, 1.370558, 1.290406",\
|
|
"1.690774, 1.648730, 1.598878, 1.528825, 1.448672");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.428053, -0.386009, -0.336157, -0.266104, -0.186059",\
|
|
"-0.472427, -0.430383, -0.380531, -0.310478, -0.230434",\
|
|
"-0.514333, -0.472289, -0.422437, -0.352384, -0.272339",\
|
|
"-0.571401, -0.529357, -0.479505, -0.409452, -0.329408",\
|
|
"-0.640342, -0.598298, -0.548446, -0.478393, -0.398349");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.164050, -1.122007, -1.072155, -1.002102, -0.922057",\
|
|
"-1.217840, -1.175796, -1.125944, -1.055891, -0.975847",\
|
|
"-1.281134, -1.239090, -1.189238, -1.119185, -1.039141",\
|
|
"-1.383117, -1.341073, -1.291221, -1.221168, -1.141124",\
|
|
"-1.541384, -1.499340, -1.449488, -1.379435, -1.299391");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[24] */
|
|
|
|
pin("mask_rev_in[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003048 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.513402, 0.471358, 0.421506, 0.351453, 0.271301",\
|
|
"0.550372, 0.508328, 0.458476, 0.388423, 0.308270",\
|
|
"0.573712, 0.531668, 0.481816, 0.411763, 0.331610",\
|
|
"0.598863, 0.556819, 0.506967, 0.436914, 0.356762",\
|
|
"0.615137, 0.573093, 0.523241, 0.453188, 0.373035");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.469687, 1.427644, 1.377792, 1.307738, 1.227586",\
|
|
"1.522631, 1.480587, 1.430735, 1.360682, 1.280530",\
|
|
"1.578100, 1.536056, 1.486204, 1.416151, 1.335999",\
|
|
"1.664612, 1.622568, 1.572716, 1.502662, 1.422510",\
|
|
"1.803526, 1.761482, 1.711630, 1.641576, 1.561424");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.478979, -0.436936, -0.387084, -0.317030, -0.236878",\
|
|
"-0.515949, -0.473905, -0.424053, -0.354000, -0.273848",\
|
|
"-0.539289, -0.497245, -0.447393, -0.377340, -0.297188",\
|
|
"-0.564440, -0.522397, -0.472545, -0.402491, -0.322339",\
|
|
"-0.580714, -0.538670, -0.488818, -0.418765, -0.338613");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.399649, -1.357605, -1.307753, -1.237700, -1.157547",\
|
|
"-1.452593, -1.410549, -1.360697, -1.290644, -1.210491",\
|
|
"-1.508062, -1.466018, -1.416166, -1.346112, -1.265960",\
|
|
"-1.594573, -1.552529, -1.502677, -1.432624, -1.352472",\
|
|
"-1.733487, -1.691443, -1.641591, -1.571538, -1.491386");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[23] */
|
|
|
|
pin("mask_rev_in[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003166 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.506460, 0.464416, 0.414564, 0.344511, 0.264358",\
|
|
"0.543773, 0.501729, 0.451877, 0.381824, 0.301671",\
|
|
"0.566581, 0.524537, 0.474685, 0.404631, 0.324479",\
|
|
"0.591842, 0.549798, 0.499946, 0.429893, 0.349740",\
|
|
"0.606524, 0.564480, 0.514628, 0.444575, 0.364423");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.364175, 1.322131, 1.272279, 1.202226, 1.122074",\
|
|
"1.417310, 1.375266, 1.325414, 1.255361, 1.175209",\
|
|
"1.473164, 1.431120, 1.381269, 1.311215, 1.231063",\
|
|
"1.560350, 1.518306, 1.468454, 1.398401, 1.318248",\
|
|
"1.701892, 1.659848, 1.609997, 1.539943, 1.459791");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.477395, -0.435351, -0.385499, -0.315446, -0.235294",\
|
|
"-0.514708, -0.472664, -0.422812, -0.352759, -0.272606",\
|
|
"-0.537516, -0.495472, -0.445620, -0.375567, -0.295414",\
|
|
"-0.562777, -0.520733, -0.470881, -0.400828, -0.320675",\
|
|
"-0.577459, -0.535415, -0.485563, -0.415510, -0.335358");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.299842, -1.257798, -1.207946, -1.137893, -1.057740",\
|
|
"-1.352977, -1.310933, -1.261081, -1.191028, -1.110875",\
|
|
"-1.408831, -1.366787, -1.316935, -1.246882, -1.166730",\
|
|
"-1.496017, -1.453973, -1.404121, -1.334067, -1.253915",\
|
|
"-1.637559, -1.595515, -1.545663, -1.475610, -1.395458");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[22] */
|
|
|
|
pin("mask_rev_in[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003006 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.466933, 0.424889, 0.375037, 0.304984, 0.224832",\
|
|
"0.503734, 0.461690, 0.411838, 0.341785, 0.261633",\
|
|
"0.527396, 0.485352, 0.435500, 0.365447, 0.285295",\
|
|
"0.553172, 0.511128, 0.461276, 0.391222, 0.311070",\
|
|
"0.569590, 0.527546, 0.477694, 0.407641, 0.327489");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.008299, 0.966255, 0.916403, 0.846350, 0.766197",\
|
|
"1.060995, 1.018951, 0.969099, 0.899046, 0.818893",\
|
|
"1.116057, 1.074013, 1.024161, 0.954108, 0.873956",\
|
|
"1.201721, 1.159677, 1.109825, 1.039772, 0.959620",\
|
|
"1.337619, 1.295575, 1.245723, 1.175670, 1.095518");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.442644, -0.400600, -0.350748, -0.280695, -0.200543",\
|
|
"-0.479446, -0.437402, -0.387550, -0.317496, -0.237344",\
|
|
"-0.503107, -0.461063, -0.411211, -0.341158, -0.261006",\
|
|
"-0.528883, -0.486839, -0.436987, -0.366934, -0.286781",\
|
|
"-0.545301, -0.503258, -0.453406, -0.383352, -0.303200");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.949543, -0.907499, -0.857647, -0.787593, -0.707441",\
|
|
"-1.002239, -0.960195, -0.910343, -0.840289, -0.760137",\
|
|
"-1.057301, -1.015257, -0.965405, -0.895352, -0.815200",\
|
|
"-1.142965, -1.100921, -1.051069, -0.981016, -0.900863",\
|
|
"-1.278863, -1.236819, -1.186967, -1.116914, -1.036762");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[21] */
|
|
|
|
pin("mask_rev_in[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.022538, 0.980494, 0.930642, 0.860589, 0.780437",\
|
|
"1.065880, 1.023836, 0.973984, 0.903931, 0.823778",\
|
|
"1.098527, 1.056483, 1.006631, 0.936578, 0.856426",\
|
|
"1.138731, 1.096687, 1.046835, 0.976781, 0.896629",\
|
|
"1.174846, 1.132802, 1.082950, 1.012896, 0.932744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.996513, 1.954470, 1.904618, 1.834564, 1.754412",\
|
|
"2.048182, 2.006138, 1.956286, 1.886233, 1.806081",\
|
|
"2.119080, 2.077036, 2.027184, 1.957130, 1.876978",\
|
|
"2.245195, 2.203151, 2.153299, 2.083246, 2.003093",\
|
|
"2.446170, 2.404126, 2.354274, 2.284221, 2.204068");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.983664, -0.941620, -0.891768, -0.821715, -0.741562",\
|
|
"-1.027006, -0.984962, -0.935110, -0.865057, -0.784904",\
|
|
"-1.059653, -1.017609, -0.967757, -0.897704, -0.817551",\
|
|
"-1.099856, -1.057813, -1.007961, -0.937907, -0.857755",\
|
|
"-1.135972, -1.093928, -1.044076, -0.974022, -0.893870");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.920759, -1.878715, -1.828863, -1.758810, -1.678657",\
|
|
"-1.972427, -1.930384, -1.880532, -1.810478, -1.730326",\
|
|
"-2.043325, -2.001281, -1.951429, -1.881376, -1.801224",\
|
|
"-2.169440, -2.127397, -2.077544, -2.007491, -1.927339",\
|
|
"-2.370415, -2.328372, -2.278519, -2.208466, -2.128314");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[20] */
|
|
|
|
pin("mask_rev_in[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003279 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.828310, 0.786266, 0.736414, 0.666361, 0.586208",\
|
|
"0.865965, 0.823921, 0.774069, 0.704015, 0.623863",\
|
|
"0.888449, 0.846405, 0.796553, 0.726500, 0.646348",\
|
|
"0.913960, 0.871916, 0.822064, 0.752011, 0.671858",\
|
|
"0.926935, 0.884891, 0.835039, 0.764985, 0.684833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.558328, 1.516284, 1.466432, 1.396379, 1.316227",\
|
|
"1.611538, 1.569494, 1.519642, 1.449589, 1.369437",\
|
|
"1.667076, 1.625032, 1.575180, 1.505126, 1.424974",\
|
|
"1.754673, 1.712630, 1.662778, 1.592724, 1.512572",\
|
|
"1.897468, 1.855424, 1.805572, 1.735518, 1.655366");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.734110, -0.692067, -0.642215, -0.572162, -0.492117",\
|
|
"-0.771765, -0.729721, -0.679869, -0.609816, -0.529772",\
|
|
"-0.794250, -0.752206, -0.702354, -0.632301, -0.552256",\
|
|
"-0.819760, -0.777716, -0.727865, -0.657811, -0.577767",\
|
|
"-0.832735, -0.790691, -0.740839, -0.670786, -0.590742");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.424168, -1.382124, -1.332272, -1.262219, -1.182175",\
|
|
"-1.477379, -1.435335, -1.385483, -1.315430, -1.235385",\
|
|
"-1.532916, -1.490872, -1.441020, -1.370967, -1.290923",\
|
|
"-1.620514, -1.578470, -1.528618, -1.458565, -1.378521",\
|
|
"-1.763308, -1.721264, -1.671412, -1.601359, -1.521315");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[19] */
|
|
|
|
pin("mask_rev_in[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002734 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.508879, 0.466835, 0.416983, 0.346930, 0.266777",\
|
|
"0.554430, 0.512386, 0.462534, 0.392481, 0.312328",\
|
|
"0.602129, 0.560085, 0.510233, 0.440180, 0.360028",\
|
|
"0.660012, 0.617968, 0.568116, 0.498063, 0.417911",\
|
|
"0.728804, 0.686760, 0.636908, 0.566854, 0.486702");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.072475, 1.030432, 0.980579, 0.910526, 0.830374",\
|
|
"1.126311, 1.084267, 1.034415, 0.964361, 0.884209",\
|
|
"1.197344, 1.155300, 1.105448, 1.035394, 0.955242",\
|
|
"1.328176, 1.286132, 1.236280, 1.166227, 1.086074",\
|
|
"1.528659, 1.486615, 1.436763, 1.366710, 1.286558");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.408031, -0.365987, -0.316135, -0.246082, -0.166038",\
|
|
"-0.453582, -0.411538, -0.361686, -0.291633, -0.211589",\
|
|
"-0.501281, -0.459237, -0.409386, -0.339332, -0.259288",\
|
|
"-0.559165, -0.517121, -0.467269, -0.397216, -0.317171",\
|
|
"-0.627956, -0.585912, -0.536060, -0.466007, -0.385963");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.928614, -0.886570, -0.836718, -0.766665, -0.686621",\
|
|
"-0.982449, -0.940406, -0.890554, -0.820501, -0.740456",\
|
|
"-1.053483, -1.011439, -0.961587, -0.891534, -0.811489",\
|
|
"-1.184315, -1.142271, -1.092419, -1.022366, -0.942321",\
|
|
"-1.384798, -1.342754, -1.292902, -1.222849, -1.142805");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[18] */
|
|
|
|
pin("mask_rev_in[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003264 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.429617, 0.387573, 0.337721, 0.267668, 0.187516",\
|
|
"0.473977, 0.431933, 0.382081, 0.312028, 0.231876",\
|
|
"0.515807, 0.473763, 0.423911, 0.353858, 0.273705",\
|
|
"0.572131, 0.530087, 0.480235, 0.410182, 0.330029",\
|
|
"0.640502, 0.598458, 0.548606, 0.478553, 0.398401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.911066, 0.869022, 0.819170, 0.749117, 0.668965",\
|
|
"0.967035, 0.924991, 0.875139, 0.805086, 0.724933",\
|
|
"1.031227, 0.989183, 0.939331, 0.869278, 0.789126",\
|
|
"1.132042, 1.089998, 1.040146, 0.970092, 0.889940",\
|
|
"1.289214, 1.247170, 1.197318, 1.127265, 1.047113");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.334342, -0.292298, -0.242447, -0.172393, -0.092349",\
|
|
"-0.378702, -0.336658, -0.286806, -0.216753, -0.136709",\
|
|
"-0.420532, -0.378488, -0.328636, -0.258583, -0.178539",\
|
|
"-0.476856, -0.434812, -0.384960, -0.314907, -0.234862",\
|
|
"-0.545227, -0.503183, -0.453331, -0.383278, -0.303234");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.774490, -0.732446, -0.682594, -0.612541, -0.532496",\
|
|
"-0.830458, -0.788414, -0.738562, -0.668509, -0.588465",\
|
|
"-0.894651, -0.852607, -0.802755, -0.732702, -0.652658",\
|
|
"-0.995465, -0.953421, -0.903569, -0.833516, -0.753472",\
|
|
"-1.152638, -1.110594, -1.060742, -0.990689, -0.910645");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[17] */
|
|
|
|
pin("mask_rev_in[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002431 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.552451, 0.510407, 0.460555, 0.390501, 0.310349",\
|
|
"0.595781, 0.553738, 0.503886, 0.433832, 0.353680",\
|
|
"0.628417, 0.586373, 0.536521, 0.466467, 0.386315",\
|
|
"0.668612, 0.626568, 0.576716, 0.506663, 0.426511",\
|
|
"0.704783, 0.662739, 0.612887, 0.542833, 0.462681");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.241344, 1.199300, 1.149448, 1.079395, 0.999243",\
|
|
"1.293012, 1.250968, 1.201116, 1.131062, 1.050910",\
|
|
"1.363898, 1.321854, 1.272002, 1.201949, 1.121796",\
|
|
"1.490245, 1.448201, 1.398349, 1.328296, 1.248144",\
|
|
"1.691360, 1.649316, 1.599464, 1.529410, 1.449258");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.445349, -0.403305, -0.353453, -0.283400, -0.203356",\
|
|
"-0.488680, -0.446636, -0.396784, -0.326731, -0.246686",\
|
|
"-0.521315, -0.479271, -0.429419, -0.359366, -0.279322",\
|
|
"-0.561510, -0.519467, -0.469615, -0.399562, -0.319517",\
|
|
"-0.597681, -0.555637, -0.505785, -0.435732, -0.355688");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.091955, -1.049911, -1.000059, -0.930006, -0.849961",\
|
|
"-1.143622, -1.101578, -1.051726, -0.981673, -0.901629",\
|
|
"-1.214508, -1.172464, -1.122612, -1.052559, -0.972515",\
|
|
"-1.340855, -1.298811, -1.248959, -1.178906, -1.098861",\
|
|
"-1.541970, -1.499926, -1.450074, -1.380021, -1.299976");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[16] */
|
|
|
|
pin("mask_rev_in[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005417 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.442288, 0.400244, 0.350392, 0.280338, 0.200186",\
|
|
"0.479877, 0.437833, 0.387981, 0.317928, 0.237775",\
|
|
"0.502402, 0.460358, 0.410506, 0.340453, 0.260301",\
|
|
"0.527882, 0.485838, 0.435986, 0.365933, 0.285781",\
|
|
"0.541115, 0.499071, 0.449219, 0.379166, 0.299013");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.087886, 1.045842, 0.995990, 0.925936, 0.845784",\
|
|
"1.141060, 1.099016, 1.049164, 0.979111, 0.898958",\
|
|
"1.196494, 1.154450, 1.104598, 1.034544, 0.954392",\
|
|
"1.284191, 1.242147, 1.192295, 1.122242, 1.042090",\
|
|
"1.426805, 1.384762, 1.334910, 1.264856, 1.184704");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.407780, -0.365736, -0.315884, -0.245831, -0.165679",\
|
|
"-0.445370, -0.403326, -0.353474, -0.283420, -0.203268",\
|
|
"-0.467895, -0.425851, -0.375999, -0.305946, -0.225793",\
|
|
"-0.493375, -0.451331, -0.401479, -0.331426, -0.251273",\
|
|
"-0.506608, -0.464564, -0.414712, -0.344658, -0.264506");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.017843, -0.975799, -0.925947, -0.855894, -0.775742",\
|
|
"-1.071018, -1.028974, -0.979122, -0.909068, -0.828916",\
|
|
"-1.126451, -1.084407, -1.034555, -0.964502, -0.884350",\
|
|
"-1.214149, -1.172105, -1.122253, -1.052200, -0.972047",\
|
|
"-1.356763, -1.314719, -1.264867, -1.194813, -1.114661");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[15] */
|
|
|
|
pin("mask_rev_in[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004041 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.519599, 0.477556, 0.427704, 0.357650, 0.277498",\
|
|
"0.565164, 0.523120, 0.473268, 0.403215, 0.323063",\
|
|
"0.612757, 0.570713, 0.520861, 0.450808, 0.370655",\
|
|
"0.670762, 0.628718, 0.578866, 0.508813, 0.428660",\
|
|
"0.739694, 0.697650, 0.647798, 0.577745, 0.497592");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.171289, 1.129245, 1.079393, 1.009339, 0.929187",\
|
|
"1.225099, 1.183055, 1.133203, 1.063150, 0.982997",\
|
|
"1.296740, 1.254696, 1.204844, 1.134791, 1.054638",\
|
|
"1.426997, 1.384953, 1.335102, 1.265048, 1.184896",\
|
|
"1.627367, 1.585323, 1.535471, 1.465418, 1.385265");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.490532, -0.448488, -0.398636, -0.328582, -0.248430",\
|
|
"-0.536096, -0.494052, -0.444200, -0.374147, -0.293995",\
|
|
"-0.583689, -0.541645, -0.491793, -0.421740, -0.341587",\
|
|
"-0.641694, -0.599650, -0.549798, -0.479745, -0.399592",\
|
|
"-0.710626, -0.668582, -0.618730, -0.548677, -0.468524");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.106957, -1.064913, -1.015061, -0.945008, -0.864855",\
|
|
"-1.160767, -1.118723, -1.068871, -0.998818, -0.918666",\
|
|
"-1.232408, -1.190364, -1.140512, -1.070459, -0.990306",\
|
|
"-1.362666, -1.320622, -1.270770, -1.200716, -1.120564",\
|
|
"-1.563035, -1.520991, -1.471139, -1.401086, -1.320933");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[14] */
|
|
|
|
pin("mask_rev_in[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003533 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.669812, 0.627769, 0.577917, 0.507863, 0.427711",\
|
|
"0.707065, 0.665021, 0.615169, 0.545115, 0.464963",\
|
|
"0.729970, 0.687926, 0.638074, 0.568020, 0.487868",\
|
|
"0.755228, 0.713184, 0.663332, 0.593279, 0.513127",\
|
|
"0.770387, 0.728343, 0.678491, 0.608438, 0.528286");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.075571, 1.033527, 0.983675, 0.913622, 0.833470",\
|
|
"1.128691, 1.086648, 1.036795, 0.966742, 0.886590",\
|
|
"1.184553, 1.142509, 1.092657, 1.022604, 0.942452",\
|
|
"1.271712, 1.229668, 1.179816, 1.109763, 1.029611",\
|
|
"1.413063, 1.371019, 1.321167, 1.251113, 1.170961");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.645524, -0.603480, -0.553628, -0.483575, -0.403422",\
|
|
"-0.682776, -0.640732, -0.590880, -0.520827, -0.440674",\
|
|
"-0.705681, -0.663637, -0.613785, -0.543732, -0.463579",\
|
|
"-0.730940, -0.688896, -0.639044, -0.568990, -0.488838",\
|
|
"-0.746099, -0.704055, -0.654203, -0.584149, -0.503997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.016815, -0.974771, -0.924919, -0.854866, -0.774714",\
|
|
"-1.069935, -1.027891, -0.978039, -0.907986, -0.827834",\
|
|
"-1.125797, -1.083753, -1.033901, -0.963848, -0.883696",\
|
|
"-1.212956, -1.170912, -1.121060, -1.051007, -0.970854",\
|
|
"-1.354306, -1.312262, -1.262410, -1.192357, -1.112205");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[13] */
|
|
|
|
pin("mask_rev_in[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002531 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.621425, 0.579381, 0.529529, 0.459476, 0.379324",\
|
|
"0.666903, 0.624859, 0.575007, 0.504954, 0.424801",\
|
|
"0.711263, 0.669219, 0.619367, 0.549314, 0.469162",\
|
|
"0.769204, 0.727160, 0.677308, 0.607255, 0.527103",\
|
|
"0.838018, 0.795974, 0.746122, 0.676068, 0.595916");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.214029, 1.171985, 1.122133, 1.052080, 0.971928",\
|
|
"1.267890, 1.225846, 1.175994, 1.105941, 1.025788",\
|
|
"1.338531, 1.296487, 1.246635, 1.176582, 1.096429",\
|
|
"1.465286, 1.423242, 1.373390, 1.303337, 1.223185",\
|
|
"1.665316, 1.623272, 1.573420, 1.503366, 1.423214");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.582551, -0.540507, -0.490655, -0.420602, -0.340450",\
|
|
"-0.628029, -0.585985, -0.536133, -0.466079, -0.385927",\
|
|
"-0.672389, -0.630345, -0.580493, -0.510440, -0.430287",\
|
|
"-0.730330, -0.688286, -0.638434, -0.568381, -0.488228",\
|
|
"-0.799143, -0.757100, -0.707247, -0.637194, -0.557042");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.138275, -1.096231, -1.046379, -0.976326, -0.896173",\
|
|
"-1.192135, -1.150092, -1.100240, -1.030186, -0.950034",\
|
|
"-1.262776, -1.220733, -1.170881, -1.100827, -1.020675",\
|
|
"-1.389532, -1.347488, -1.297636, -1.227583, -1.147430",\
|
|
"-1.589561, -1.547517, -1.497665, -1.427612, -1.347459");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[12] */
|
|
|
|
pin("mask_rev_in[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002246 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.716120, 0.674076, 0.624224, 0.554171, 0.474018",\
|
|
"0.759414, 0.717370, 0.667518, 0.597464, 0.517312",\
|
|
"0.792018, 0.749974, 0.700122, 0.630069, 0.549917",\
|
|
"0.832457, 0.790413, 0.740561, 0.670508, 0.590356",\
|
|
"0.869101, 0.827057, 0.777205, 0.707151, 0.626999");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.405707, 1.363663, 1.313811, 1.243758, 1.163606",\
|
|
"1.457366, 1.415322, 1.365470, 1.295416, 1.215264",\
|
|
"1.528224, 1.486180, 1.436328, 1.366275, 1.286123",\
|
|
"1.654458, 1.612414, 1.562562, 1.492509, 1.412356",\
|
|
"1.854702, 1.812658, 1.762806, 1.692752, 1.612600");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.621914, -0.579870, -0.530018, -0.459965, -0.379921",\
|
|
"-0.665208, -0.623164, -0.573312, -0.503259, -0.423215",\
|
|
"-0.697812, -0.655769, -0.605917, -0.535864, -0.455819",\
|
|
"-0.738252, -0.696208, -0.646356, -0.576303, -0.496258",\
|
|
"-0.774895, -0.732851, -0.682999, -0.612946, -0.532902");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.271547, -1.229503, -1.179651, -1.109598, -1.029554",\
|
|
"-1.323206, -1.281162, -1.231310, -1.161257, -1.081212",\
|
|
"-1.394064, -1.352021, -1.302169, -1.232116, -1.152071",\
|
|
"-1.520298, -1.478254, -1.428402, -1.358349, -1.278305",\
|
|
"-1.720542, -1.678498, -1.628646, -1.558593, -1.478548");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[11] */
|
|
|
|
pin("mask_rev_in[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002848 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.563671, 0.521627, 0.471775, 0.401722, 0.321569",\
|
|
"0.608061, 0.566017, 0.516165, 0.446111, 0.365959",\
|
|
"0.649970, 0.607926, 0.558074, 0.488021, 0.407868",\
|
|
"0.706500, 0.664456, 0.614604, 0.544550, 0.464398",\
|
|
"0.775327, 0.733283, 0.683431, 0.613378, 0.533226");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.193972, 1.151928, 1.102076, 1.032022, 0.951870",\
|
|
"1.247788, 1.205744, 1.155892, 1.085838, 1.005686",\
|
|
"1.311165, 1.269121, 1.219269, 1.149215, 1.069063",\
|
|
"1.412709, 1.370665, 1.320813, 1.250759, 1.170607",\
|
|
"1.570576, 1.528532, 1.478680, 1.408627, 1.328475");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.462823, -0.420779, -0.370927, -0.300874, -0.220830",\
|
|
"-0.507213, -0.465169, -0.415317, -0.345264, -0.265220",\
|
|
"-0.549122, -0.507078, -0.457226, -0.387173, -0.307129",\
|
|
"-0.605652, -0.563608, -0.513756, -0.443703, -0.363659",\
|
|
"-0.674479, -0.632435, -0.582583, -0.512530, -0.432486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.050110, -1.008066, -0.958214, -0.888161, -0.808117",\
|
|
"-1.103926, -1.061882, -1.012031, -0.941977, -0.861933",\
|
|
"-1.167304, -1.125260, -1.075408, -1.005355, -0.925310",\
|
|
"-1.268847, -1.226804, -1.176952, -1.106899, -1.026854",\
|
|
"-1.426715, -1.384671, -1.334819, -1.264766, -1.184722");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[10] */
|
|
|
|
pin("mask_rev_in[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004426 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.707055, 0.665011, 0.615159, 0.545106, 0.464953",\
|
|
"0.752659, 0.710615, 0.660763, 0.590710, 0.510558",\
|
|
"0.796773, 0.754729, 0.704877, 0.634824, 0.554671",\
|
|
"0.855117, 0.813073, 0.763221, 0.693167, 0.613015",\
|
|
"0.925258, 0.883214, 0.833362, 0.763308, 0.683156");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.174772, 1.132728, 1.082876, 1.012822, 0.932670",\
|
|
"1.228580, 1.186536, 1.136684, 1.066631, 0.986478",\
|
|
"1.302674, 1.260630, 1.210778, 1.140724, 1.060572",\
|
|
"1.429035, 1.386991, 1.337139, 1.267086, 1.186933",\
|
|
"1.628382, 1.586338, 1.536486, 1.466433, 1.386280");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.611793, -0.569749, -0.519897, -0.449844, -0.369799",\
|
|
"-0.657397, -0.615353, -0.565501, -0.495448, -0.415404",\
|
|
"-0.701511, -0.659467, -0.609615, -0.539562, -0.459517",\
|
|
"-0.759854, -0.717811, -0.667959, -0.597906, -0.517861",\
|
|
"-0.829995, -0.787951, -0.738099, -0.668046, -0.588002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.038195, -0.996151, -0.946299, -0.876246, -0.796202",\
|
|
"-1.092004, -1.049960, -1.000108, -0.930055, -0.850010",\
|
|
"-1.166097, -1.124053, -1.074201, -1.004148, -0.924104",\
|
|
"-1.292458, -1.250414, -1.200563, -1.130509, -1.050465",\
|
|
"-1.491805, -1.449762, -1.399910, -1.329857, -1.249812");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[9] */
|
|
|
|
pin("mask_rev_in[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005110 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.549632, 0.507588, 0.457736, 0.387682, 0.307530",\
|
|
"0.587239, 0.545195, 0.495343, 0.425290, 0.345137",\
|
|
"0.609748, 0.567704, 0.517852, 0.447799, 0.367647",\
|
|
"0.635200, 0.593156, 0.543304, 0.473251, 0.393099",\
|
|
"0.648294, 0.606250, 0.556398, 0.486345, 0.406193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.086366, 1.044322, 0.994470, 0.924417, 0.844265",\
|
|
"1.139542, 1.097498, 1.047646, 0.977592, 0.897440",\
|
|
"1.195018, 1.152974, 1.103122, 1.033069, 0.952916",\
|
|
"1.282769, 1.240725, 1.190873, 1.120819, 1.040667",\
|
|
"1.425798, 1.383754, 1.333902, 1.263849, 1.183697");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.442530, -0.400486, -0.350634, -0.280581, -0.200537",\
|
|
"-0.480137, -0.438093, -0.388241, -0.318188, -0.238144",\
|
|
"-0.502647, -0.460603, -0.410751, -0.340698, -0.260653",\
|
|
"-0.528098, -0.486055, -0.436203, -0.366150, -0.286105",\
|
|
"-0.541193, -0.499149, -0.449297, -0.379244, -0.299199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.936977, -0.894933, -0.845081, -0.775028, -0.694983",\
|
|
"-0.990152, -0.948108, -0.898256, -0.828203, -0.748159",\
|
|
"-1.045628, -1.003584, -0.953732, -0.883679, -0.803635",\
|
|
"-1.133379, -1.091335, -1.041483, -0.971430, -0.891386",\
|
|
"-1.276409, -1.234365, -1.184513, -1.114460, -1.034415");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[8] */
|
|
|
|
pin("mask_rev_in[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003557 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.968554, 0.926510, 0.876658, 0.806604, 0.726452",\
|
|
"1.012977, 0.970934, 0.921082, 0.851028, 0.770876",\
|
|
"1.054899, 1.012855, 0.963003, 0.892950, 0.812798",\
|
|
"1.111814, 1.069770, 1.019918, 0.949864, 0.869712",\
|
|
"1.180955, 1.138911, 1.089059, 1.019006, 0.938854");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.107643, 2.065599, 2.015747, 1.945694, 1.865542",\
|
|
"2.161451, 2.119407, 2.069555, 1.999502, 1.919350",\
|
|
"2.224883, 2.182839, 2.132987, 2.062933, 1.982781",\
|
|
"2.326609, 2.284565, 2.234713, 2.164660, 2.084507",\
|
|
"2.484831, 2.442787, 2.392935, 2.322882, 2.242730");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.934132, -0.892088, -0.842236, -0.772182, -0.692030",\
|
|
"-0.978556, -0.936512, -0.886660, -0.816606, -0.736454",\
|
|
"-1.020477, -0.978433, -0.928581, -0.858528, -0.778376",\
|
|
"-1.077392, -1.035348, -0.985496, -0.915442, -0.835290",\
|
|
"-1.146533, -1.104489, -1.054637, -0.984584, -0.904432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-2.037604, -1.995561, -1.945709, -1.875655, -1.795503",\
|
|
"-2.091413, -2.049369, -1.999517, -1.929463, -1.849311",\
|
|
"-2.154844, -2.112800, -2.062948, -1.992895, -1.912742",\
|
|
"-2.256570, -2.214527, -2.164675, -2.094621, -2.014469",\
|
|
"-2.414793, -2.372749, -2.322897, -2.252843, -2.172691");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[7] */
|
|
|
|
pin("mask_rev_in[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002559 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.642940, 0.600896, 0.551044, 0.480991, 0.400839",\
|
|
"0.686234, 0.644190, 0.594338, 0.524285, 0.444133",\
|
|
"0.718841, 0.676797, 0.626945, 0.556891, 0.476739",\
|
|
"0.759153, 0.717109, 0.667257, 0.597204, 0.517051",\
|
|
"0.795626, 0.753582, 0.703730, 0.633677, 0.553524");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.431635, 1.389591, 1.339739, 1.269686, 1.189533",\
|
|
"1.483292, 1.441248, 1.391396, 1.321343, 1.241191",\
|
|
"1.554152, 1.512108, 1.462256, 1.392203, 1.312051",\
|
|
"1.681015, 1.638971, 1.589119, 1.519066, 1.438914",\
|
|
"1.882433, 1.840389, 1.790537, 1.720484, 1.640331");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.613873, -0.571829, -0.521977, -0.451923, -0.371771",\
|
|
"-0.657166, -0.615123, -0.565271, -0.495217, -0.415065",\
|
|
"-0.689773, -0.647729, -0.597877, -0.527824, -0.447671",\
|
|
"-0.730085, -0.688041, -0.638189, -0.568136, -0.487984",\
|
|
"-0.766558, -0.724514, -0.674662, -0.604609, -0.524457");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.367303, -1.325259, -1.275407, -1.205353, -1.125201",\
|
|
"-1.418960, -1.376916, -1.327064, -1.257011, -1.176859",\
|
|
"-1.489820, -1.447776, -1.397924, -1.327871, -1.247718",\
|
|
"-1.616683, -1.574639, -1.524787, -1.454734, -1.374582",\
|
|
"-1.818101, -1.776057, -1.726205, -1.656151, -1.575999");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[6] */
|
|
|
|
pin("mask_rev_in[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004464 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.564873, 0.522829, 0.472977, 0.402924, 0.322772",\
|
|
"0.602328, 0.560284, 0.510432, 0.440379, 0.360226",\
|
|
"0.624965, 0.582921, 0.533069, 0.463016, 0.382864",\
|
|
"0.650404, 0.608360, 0.558508, 0.488455, 0.408302",\
|
|
"0.664406, 0.622362, 0.572510, 0.502457, 0.422305");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.217028, 1.174984, 1.125132, 1.055079, 0.974927",\
|
|
"1.270183, 1.228139, 1.178287, 1.108234, 1.028081",\
|
|
"1.325332, 1.283288, 1.233436, 1.163382, 1.083230",\
|
|
"1.413318, 1.371274, 1.321422, 1.251369, 1.171217",\
|
|
"1.555506, 1.513462, 1.463610, 1.393556, 1.313404");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.540573, -0.498529, -0.448677, -0.378624, -0.298471",\
|
|
"-0.578028, -0.535984, -0.486132, -0.416078, -0.335926",\
|
|
"-0.600665, -0.558621, -0.508769, -0.438716, -0.358563",\
|
|
"-0.626104, -0.584060, -0.534208, -0.464155, -0.384002",\
|
|
"-0.640106, -0.598062, -0.548210, -0.478157, -0.398004");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.158273, -1.116229, -1.066377, -0.996324, -0.916171",\
|
|
"-1.211428, -1.169384, -1.119532, -1.049478, -0.969326",\
|
|
"-1.266576, -1.224532, -1.174680, -1.104627, -1.024475",\
|
|
"-1.354563, -1.312519, -1.262667, -1.192614, -1.112462",\
|
|
"-1.496750, -1.454706, -1.404854, -1.334801, -1.254648");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[5] */
|
|
|
|
pin("mask_rev_in[4]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003106 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.516803, 0.474759, 0.424907, 0.354854, 0.274701",\
|
|
"0.565293, 0.523249, 0.473397, 0.403344, 0.323192",\
|
|
"0.609196, 0.567152, 0.517300, 0.447247, 0.367095",\
|
|
"0.667371, 0.625327, 0.575475, 0.505421, 0.425269",\
|
|
"0.736461, 0.694417, 0.644565, 0.574512, 0.494360");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.297808, 1.255764, 1.205912, 1.135859, 1.055707",\
|
|
"1.351580, 1.309536, 1.259684, 1.189631, 1.109478",\
|
|
"1.426272, 1.384228, 1.334376, 1.264323, 1.184170",\
|
|
"1.552989, 1.510945, 1.461093, 1.391039, 1.310887",\
|
|
"1.753208, 1.711164, 1.661312, 1.591258, 1.511106");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.477929, -0.435885, -0.386033, -0.315979, -0.235827",\
|
|
"-0.526419, -0.484375, -0.434523, -0.364470, -0.284317",\
|
|
"-0.570322, -0.528278, -0.478426, -0.408373, -0.328220",\
|
|
"-0.628496, -0.586452, -0.536600, -0.466547, -0.386395",\
|
|
"-0.697587, -0.655543, -0.605691, -0.535638, -0.455485");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.222052, -1.180008, -1.130156, -1.060102, -0.979950",\
|
|
"-1.275824, -1.233780, -1.183928, -1.113875, -1.033722",\
|
|
"-1.350516, -1.308472, -1.258620, -1.188566, -1.108414",\
|
|
"-1.477232, -1.435188, -1.385336, -1.315283, -1.235131",\
|
|
"-1.677451, -1.635407, -1.585555, -1.515502, -1.435349");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[4] */
|
|
|
|
pin("mask_rev_in[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008802 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.735575, 0.693531, 0.643679, 0.573626, 0.493473",\
|
|
"0.773753, 0.731709, 0.681857, 0.611804, 0.531652",\
|
|
"0.796104, 0.754060, 0.704208, 0.634154, 0.554002",\
|
|
"0.821300, 0.779256, 0.729404, 0.659351, 0.579199",\
|
|
"0.834282, 0.792238, 0.742386, 0.672333, 0.592180");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.391208, 1.349164, 1.299312, 1.229258, 1.149106",\
|
|
"1.444389, 1.402345, 1.352493, 1.282440, 1.202287",\
|
|
"1.499902, 1.457858, 1.408006, 1.337953, 1.257801",\
|
|
"1.587266, 1.545222, 1.495370, 1.425317, 1.345164",\
|
|
"1.730098, 1.688054, 1.638202, 1.568148, 1.487996");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.641369, -0.599325, -0.549473, -0.479420, -0.399376",\
|
|
"-0.679547, -0.637504, -0.587652, -0.517599, -0.437554",\
|
|
"-0.701898, -0.659854, -0.610002, -0.539949, -0.459905",\
|
|
"-0.727095, -0.685051, -0.635199, -0.565146, -0.485101",\
|
|
"-0.740076, -0.698032, -0.648180, -0.578127, -0.498083");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.257048, -1.215004, -1.165152, -1.095099, -1.015054",\
|
|
"-1.310229, -1.268185, -1.218333, -1.148280, -1.068236",\
|
|
"-1.365742, -1.323699, -1.273847, -1.203794, -1.123749",\
|
|
"-1.453106, -1.411062, -1.361210, -1.291157, -1.211113",\
|
|
"-1.595938, -1.553894, -1.504042, -1.433989, -1.353944");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[3] */
|
|
|
|
pin("mask_rev_in[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008307 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.729430, 0.687386, 0.637534, 0.567481, 0.487328",\
|
|
"0.767127, 0.725083, 0.675231, 0.605178, 0.525026",\
|
|
"0.789570, 0.747526, 0.697674, 0.627621, 0.547469",\
|
|
"0.815088, 0.773044, 0.723192, 0.653139, 0.572986",\
|
|
"0.827863, 0.785819, 0.735967, 0.665914, 0.585762");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.499275, 1.457231, 1.407379, 1.337326, 1.257174",\
|
|
"1.552438, 1.510394, 1.460541, 1.390488, 1.310336",\
|
|
"1.608097, 1.566053, 1.516201, 1.446148, 1.365996",\
|
|
"1.695589, 1.653545, 1.603693, 1.533639, 1.453487",\
|
|
"1.838611, 1.796567, 1.746715, 1.676662, 1.596510");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.628582, -0.586538, -0.536686, -0.466633, -0.386589",\
|
|
"-0.666279, -0.624235, -0.574383, -0.504330, -0.424286",\
|
|
"-0.688722, -0.646679, -0.596827, -0.526774, -0.446729",\
|
|
"-0.714240, -0.672196, -0.622344, -0.552291, -0.472247",\
|
|
"-0.727015, -0.684971, -0.635119, -0.565066, -0.485022");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.355414, -1.313370, -1.263518, -1.193465, -1.113421",\
|
|
"-1.408576, -1.366532, -1.316680, -1.246627, -1.166583",\
|
|
"-1.464236, -1.422192, -1.372340, -1.302287, -1.222243",\
|
|
"-1.551727, -1.509683, -1.459831, -1.389778, -1.309734",\
|
|
"-1.694750, -1.652706, -1.602854, -1.532801, -1.452757");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[2] */
|
|
|
|
pin("mask_rev_in[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003786 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.579206, 0.537162, 0.487310, 0.417256, 0.337104",\
|
|
"0.617278, 0.575234, 0.525382, 0.455329, 0.375176",\
|
|
"0.639651, 0.597607, 0.547755, 0.477702, 0.397549",\
|
|
"0.664943, 0.622899, 0.573047, 0.502994, 0.422842",\
|
|
"0.677884, 0.635840, 0.585988, 0.515934, 0.435782");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.125753, 1.083709, 1.033857, 0.963803, 0.883651",\
|
|
"1.178988, 1.136944, 1.087092, 1.017039, 0.936886",\
|
|
"1.234546, 1.192502, 1.142650, 1.072597, 0.992445",\
|
|
"1.321756, 1.279713, 1.229861, 1.159807, 1.079655",\
|
|
"1.464244, 1.422200, 1.372348, 1.302294, 1.222142");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.483931, -0.441887, -0.392035, -0.321982, -0.241938",\
|
|
"-0.522003, -0.479959, -0.430107, -0.360054, -0.280010",\
|
|
"-0.544376, -0.502332, -0.452480, -0.382427, -0.302383",\
|
|
"-0.569668, -0.527624, -0.477773, -0.407719, -0.327675",\
|
|
"-0.582609, -0.540565, -0.490713, -0.420660, -0.340615");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.989176, -0.947132, -0.897280, -0.827227, -0.747183",\
|
|
"-1.042411, -1.000368, -0.950516, -0.880463, -0.800418",\
|
|
"-1.097970, -1.055926, -1.006074, -0.936021, -0.855976",\
|
|
"-1.185180, -1.143136, -1.093284, -1.023231, -0.943187",\
|
|
"-1.327667, -1.285623, -1.235771, -1.165718, -1.085674");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[1] */
|
|
|
|
pin("mask_rev_in[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002758 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.613640, 0.571596, 0.521744, 0.451691, 0.371539",\
|
|
"0.656977, 0.614933, 0.565081, 0.495028, 0.414876",\
|
|
"0.689619, 0.647575, 0.597723, 0.527670, 0.447518",\
|
|
"0.729862, 0.687818, 0.637966, 0.567913, 0.487760",\
|
|
"0.766053, 0.724009, 0.674157, 0.604103, 0.523951");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.131660, 1.089616, 1.039764, 0.969711, 0.889558",\
|
|
"1.183328, 1.141284, 1.091432, 1.021379, 0.941227",\
|
|
"1.254221, 1.212177, 1.162325, 1.092272, 1.012120",\
|
|
"1.380187, 1.338143, 1.288291, 1.218238, 1.138085",\
|
|
"1.580770, 1.538726, 1.488874, 1.418821, 1.338669");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.506508, -0.464465, -0.414613, -0.344560, -0.264515",\
|
|
"-0.549845, -0.507802, -0.457950, -0.387897, -0.307852",\
|
|
"-0.582487, -0.540444, -0.490592, -0.420539, -0.340494",\
|
|
"-0.622730, -0.580686, -0.530834, -0.460781, -0.380737",\
|
|
"-0.658921, -0.616877, -0.567025, -0.496972, -0.416928");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.982279, -0.940235, -0.890384, -0.820331, -0.740286",\
|
|
"-1.033948, -0.991904, -0.942052, -0.871999, -0.791954",\
|
|
"-1.104841, -1.062797, -1.012945, -0.942892, -0.862847",\
|
|
"-1.230806, -1.188762, -1.138910, -1.068857, -0.988812",\
|
|
"-1.431389, -1.389345, -1.339493, -1.269440, -1.189396");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_hldr*/
|
|
|
|
} /* end of pin mask_rev_in[0] */
|
|
} /* end of bus mask_rev_in */
|
|
bus ( mgmt_gpio_in ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : input ;
|
|
|
|
pin("mgmt_gpio_in[37]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005854 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[37];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.946494, 0.904450, 0.854598, 0.784545, 0.704393",\
|
|
"0.990424, 0.948380, 0.898528, 0.828475, 0.748323",\
|
|
"1.037050, 0.995007, 0.945155, 0.875101, 0.794949",\
|
|
"1.095374, 1.053330, 1.003478, 0.933425, 0.853273",\
|
|
"1.158589, 1.116545, 1.066693, 0.996640, 0.916488");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.685791, 1.643748, 1.593896, 1.523842, 1.443690",\
|
|
"1.738661, 1.696617, 1.646765, 1.576712, 1.496560",\
|
|
"1.811606, 1.769562, 1.719710, 1.649657, 1.569505",\
|
|
"1.954782, 1.912738, 1.862886, 1.792832, 1.712680",\
|
|
"2.179801, 2.137757, 2.087905, 2.017851, 1.937699");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.922206, -0.880162, -0.830310, -0.760256, -0.680104",\
|
|
"-0.966136, -0.924092, -0.874240, -0.804186, -0.724034",\
|
|
"-1.012762, -0.970718, -0.920866, -0.850813, -0.770660",\
|
|
"-1.071085, -1.029042, -0.979190, -0.909136, -0.828984",\
|
|
"-1.134300, -1.092257, -1.042405, -0.972351, -0.892199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.627035, -1.584991, -1.535140, -1.465086, -1.384934",\
|
|
"-1.679905, -1.637861, -1.588009, -1.517956, -1.437804",\
|
|
"-1.752850, -1.710806, -1.660954, -1.590901, -1.510749",\
|
|
"-1.896025, -1.853981, -1.804130, -1.734076, -1.653924",\
|
|
"-2.121044, -2.079000, -2.029149, -1.959095, -1.878943");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[37] */
|
|
|
|
pin("mgmt_gpio_in[36]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004564 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[36];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.986428, 0.944384, 0.894532, 0.824479, 0.744327",\
|
|
"1.031894, 0.989850, 0.939998, 0.869945, 0.789793",\
|
|
"1.085744, 1.043700, 0.993848, 0.923795, 0.843642",\
|
|
"1.164876, 1.122833, 1.072981, 1.002927, 0.922775",\
|
|
"1.268562, 1.226518, 1.176666, 1.106612, 1.026460");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.537939, 1.495896, 1.446043, 1.375990, 1.295838",\
|
|
"1.590503, 1.548459, 1.498607, 1.428554, 1.348402",\
|
|
"1.664677, 1.622633, 1.572781, 1.502728, 1.422576",\
|
|
"1.795502, 1.753458, 1.703606, 1.633553, 1.553401",\
|
|
"2.006495, 1.964451, 1.914599, 1.844546, 1.764394");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.947554, -0.905510, -0.855658, -0.785605, -0.705453",\
|
|
"-0.993020, -0.950976, -0.901124, -0.831071, -0.750919",\
|
|
"-1.046870, -1.004826, -0.954974, -0.884920, -0.804768",\
|
|
"-1.126002, -1.083958, -1.034106, -0.964053, -0.883901",\
|
|
"-1.229688, -1.187644, -1.137792, -1.067738, -0.987586");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.462185, -1.420141, -1.370289, -1.300236, -1.220084",\
|
|
"-1.513463, -1.471419, -1.421567, -1.351514, -1.271362",\
|
|
"-1.588923, -1.546879, -1.497027, -1.426973, -1.346821",\
|
|
"-1.719747, -1.677703, -1.627851, -1.557798, -1.477646",\
|
|
"-1.930741, -1.888697, -1.838845, -1.768791, -1.688639");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[36] */
|
|
|
|
pin("mgmt_gpio_in[35]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005016 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[35];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.452792, 0.410748, 0.360896, 0.290842, 0.210690",\
|
|
"0.497055, 0.455011, 0.405159, 0.335106, 0.254953",\
|
|
"0.538964, 0.496920, 0.447068, 0.377015, 0.296862",\
|
|
"0.595597, 0.553553, 0.503701, 0.433648, 0.353495",\
|
|
"0.664423, 0.622379, 0.572527, 0.502474, 0.422322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.130507, 1.088463, 1.038611, 0.968558, 0.888405",\
|
|
"1.187502, 1.145458, 1.095606, 1.025553, 0.945401",\
|
|
"1.250870, 1.208826, 1.158974, 1.088920, 1.008768",\
|
|
"1.352292, 1.310248, 1.260396, 1.190343, 1.110191",\
|
|
"1.510147, 1.468103, 1.418251, 1.348198, 1.268045");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.360651, -0.318608, -0.268756, -0.198703, -0.118658",\
|
|
"-0.404915, -0.362871, -0.313019, -0.242966, -0.162921",\
|
|
"-0.446824, -0.404780, -0.354928, -0.284875, -0.204830",\
|
|
"-0.503457, -0.461413, -0.411561, -0.341508, -0.261463",\
|
|
"-0.572283, -0.530239, -0.480387, -0.410334, -0.330290");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.996350, -0.954306, -0.904454, -0.834401, -0.754357",\
|
|
"-1.053345, -1.011302, -0.961450, -0.891397, -0.811352",\
|
|
"-1.116713, -1.074669, -1.024817, -0.954764, -0.874720",\
|
|
"-1.218135, -1.176091, -1.126240, -1.056186, -0.976142",\
|
|
"-1.375990, -1.333946, -1.284094, -1.214041, -1.133997");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[35] */
|
|
|
|
pin("mgmt_gpio_in[34]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005196 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[34];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.396409, 0.354365, 0.304513, 0.234460, 0.154308",\
|
|
"0.440890, 0.398846, 0.348994, 0.278941, 0.198789",\
|
|
"0.491741, 0.449698, 0.399846, 0.329792, 0.249640",\
|
|
"0.564577, 0.522533, 0.472681, 0.402628, 0.322476",\
|
|
"0.656065, 0.614021, 0.564169, 0.494116, 0.413964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.278586, 1.236542, 1.186690, 1.116636, 1.036484",\
|
|
"1.334057, 1.292013, 1.242161, 1.172108, 1.091955",\
|
|
"1.406905, 1.364861, 1.315009, 1.244956, 1.164804",\
|
|
"1.544833, 1.502789, 1.452937, 1.382884, 1.302732",\
|
|
"1.767957, 1.725913, 1.676061, 1.606008, 1.525855");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.293021, -0.250977, -0.201125, -0.131072, -0.051028",\
|
|
"-0.337502, -0.295458, -0.245606, -0.175553, -0.095509",\
|
|
"-0.388353, -0.346309, -0.296457, -0.226404, -0.146360",\
|
|
"-0.461233, -0.419189, -0.369337, -0.299284, -0.219240",\
|
|
"-0.553625, -0.511581, -0.461729, -0.391676, -0.311632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.129883, -1.087839, -1.037987, -0.967934, -0.887890",\
|
|
"-1.185354, -1.143311, -1.093459, -1.023406, -0.943361",\
|
|
"-1.258203, -1.216159, -1.166307, -1.096254, -1.016209",\
|
|
"-1.396413, -1.354369, -1.304517, -1.234464, -1.154419",\
|
|
"-1.620059, -1.578015, -1.528163, -1.458110, -1.378066");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[34] */
|
|
|
|
pin("mgmt_gpio_in[33]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003460 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[33];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.617328, 0.575284, 0.525432, 0.455378, 0.375226",\
|
|
"0.662895, 0.620851, 0.570999, 0.500945, 0.420793",\
|
|
"0.706838, 0.664794, 0.614942, 0.544888, 0.464736",\
|
|
"0.765191, 0.723147, 0.673295, 0.603242, 0.523090",\
|
|
"0.834550, 0.792506, 0.742654, 0.672601, 0.592448");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.144483, 1.102439, 1.052587, 0.982533, 0.902381",\
|
|
"1.198319, 1.156275, 1.106423, 1.036370, 0.956218",\
|
|
"1.269030, 1.226986, 1.177134, 1.107080, 1.026928",\
|
|
"1.395762, 1.353718, 1.303866, 1.233813, 1.153661",\
|
|
"1.595364, 1.553320, 1.503468, 1.433414, 1.353262");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.522066, -0.480022, -0.430170, -0.360117, -0.280072",\
|
|
"-0.567632, -0.525589, -0.475737, -0.405684, -0.325639",\
|
|
"-0.611575, -0.569531, -0.519680, -0.449626, -0.369582",\
|
|
"-0.669929, -0.627885, -0.578033, -0.507980, -0.427936",\
|
|
"-0.739288, -0.697244, -0.647392, -0.577339, -0.497295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.007906, -0.965862, -0.916010, -0.845957, -0.765913",\
|
|
"-1.061743, -1.019699, -0.969847, -0.899794, -0.819749",\
|
|
"-1.132453, -1.090409, -1.040558, -0.970504, -0.890460",\
|
|
"-1.259185, -1.217142, -1.167290, -1.097237, -1.017192",\
|
|
"-1.458787, -1.416743, -1.366891, -1.296838, -1.216794");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[33] */
|
|
|
|
pin("mgmt_gpio_in[32]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004712 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[32];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.097780, 1.055736, 1.005884, 0.935831, 0.855678",\
|
|
"1.134996, 1.092952, 1.043100, 0.973047, 0.892895",\
|
|
"1.157923, 1.115879, 1.066027, 0.995974, 0.915822",\
|
|
"1.183074, 1.141030, 1.091178, 1.021124, 0.940972",\
|
|
"1.198155, 1.156111, 1.106259, 1.036206, 0.956054");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.535957, 1.493913, 1.444061, 1.374007, 1.293855",\
|
|
"1.589056, 1.547012, 1.497160, 1.427107, 1.346955",\
|
|
"1.644936, 1.602892, 1.553040, 1.482986, 1.402834",\
|
|
"1.732101, 1.690057, 1.640205, 1.570152, 1.489999",\
|
|
"1.873367, 1.831323, 1.781471, 1.711418, 1.631265");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.990648, -0.948604, -0.898752, -0.828699, -0.748655",\
|
|
"-1.027865, -0.985821, -0.935969, -0.865916, -0.785871",\
|
|
"-1.050791, -1.008747, -0.958896, -0.888842, -0.808798",\
|
|
"-1.075942, -1.033898, -0.984046, -0.913993, -0.833949",\
|
|
"-1.091023, -1.048980, -0.999128, -0.929075, -0.849030");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.386576, -1.344532, -1.294680, -1.224627, -1.144582",\
|
|
"-1.439675, -1.397631, -1.347779, -1.277726, -1.197682",\
|
|
"-1.495555, -1.453511, -1.403659, -1.333606, -1.253561",\
|
|
"-1.582720, -1.540676, -1.490824, -1.420771, -1.340727",\
|
|
"-1.723986, -1.681942, -1.632090, -1.562037, -1.481992");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[32] */
|
|
|
|
pin("mgmt_gpio_in[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.007863 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.467392, 0.425348, 0.375496, 0.305442, 0.225290",\
|
|
"0.512906, 0.470862, 0.421010, 0.350957, 0.270805",\
|
|
"0.556961, 0.514917, 0.465065, 0.395012, 0.314859",\
|
|
"0.615086, 0.573042, 0.523190, 0.453137, 0.372985",\
|
|
"0.688617, 0.646573, 0.596721, 0.526667, 0.446515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.129284, 1.087240, 1.037388, 0.967334, 0.887182",\
|
|
"1.183054, 1.141010, 1.091158, 1.021104, 0.940952",\
|
|
"1.254109, 1.212065, 1.162213, 1.092160, 1.012007",\
|
|
"1.380066, 1.338022, 1.288170, 1.218117, 1.137964",\
|
|
"1.585453, 1.543409, 1.493557, 1.423504, 1.343352");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.432884, -0.390840, -0.340988, -0.270935, -0.190783",\
|
|
"-0.478399, -0.436355, -0.386503, -0.316450, -0.236297",\
|
|
"-0.522453, -0.480410, -0.430557, -0.360504, -0.280352",\
|
|
"-0.580579, -0.538535, -0.488683, -0.418630, -0.338477",\
|
|
"-0.654109, -0.612065, -0.562213, -0.492160, -0.412008");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.059241, -1.017197, -0.967345, -0.897292, -0.817139",\
|
|
"-1.113011, -1.070967, -1.021115, -0.951062, -0.870909",\
|
|
"-1.184066, -1.142022, -1.092170, -1.022117, -0.941965",\
|
|
"-1.310023, -1.267979, -1.218127, -1.148074, -1.067922",\
|
|
"-1.515411, -1.473367, -1.423515, -1.353461, -1.273309");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[31] */
|
|
|
|
pin("mgmt_gpio_in[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005104 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.674562, 0.632518, 0.582666, 0.512613, 0.432461",\
|
|
"0.720003, 0.677959, 0.628107, 0.558053, 0.477901",\
|
|
"0.773942, 0.731898, 0.682046, 0.611993, 0.531841",\
|
|
"0.853729, 0.811685, 0.761833, 0.691780, 0.611627",\
|
|
"0.959016, 0.916972, 0.867120, 0.797067, 0.716914");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.517808, 1.475764, 1.425912, 1.355859, 1.275707",\
|
|
"1.571882, 1.529838, 1.479986, 1.409933, 1.329780",\
|
|
"1.644687, 1.602643, 1.552792, 1.482738, 1.402586",\
|
|
"1.776168, 1.734124, 1.684272, 1.614219, 1.534067",\
|
|
"1.985829, 1.943785, 1.893933, 1.823880, 1.743727");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.645497, -0.603453, -0.553601, -0.483548, -0.403396",\
|
|
"-0.690938, -0.648894, -0.599042, -0.528988, -0.448836",\
|
|
"-0.744877, -0.702833, -0.652981, -0.582928, -0.502776",\
|
|
"-0.824664, -0.782620, -0.732768, -0.662715, -0.582563",\
|
|
"-0.929951, -0.887907, -0.838055, -0.768002, -0.687850");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.453475, -1.411431, -1.361579, -1.291526, -1.211373",\
|
|
"-1.506617, -1.464573, -1.414721, -1.344667, -1.264515",\
|
|
"-1.580354, -1.538310, -1.488458, -1.418405, -1.338253",\
|
|
"-1.711835, -1.669791, -1.619939, -1.549886, -1.469733",\
|
|
"-1.921495, -1.879452, -1.829599, -1.759546, -1.679394");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[30] */
|
|
|
|
pin("mgmt_gpio_in[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.016970 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.690938, 0.648894, 0.599042, 0.528988, 0.448836",\
|
|
"0.728044, 0.686000, 0.636148, 0.566095, 0.485943",\
|
|
"0.750958, 0.708914, 0.659062, 0.589008, 0.508856",\
|
|
"0.776207, 0.734163, 0.684311, 0.614258, 0.534105",\
|
|
"0.791407, 0.749363, 0.699511, 0.629457, 0.549305");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.403774, 1.361730, 1.311878, 1.241825, 1.161673",\
|
|
"1.456685, 1.414641, 1.364789, 1.294736, 1.214583",\
|
|
"1.512554, 1.470510, 1.420658, 1.350605, 1.270452",\
|
|
"1.599707, 1.557663, 1.507811, 1.437758, 1.357605",\
|
|
"1.741025, 1.698981, 1.649129, 1.579075, 1.498923");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.666649, -0.624605, -0.574753, -0.504700, -0.424547",\
|
|
"-0.703755, -0.661712, -0.611860, -0.541806, -0.461654",\
|
|
"-0.726669, -0.684625, -0.634773, -0.564720, -0.484567",\
|
|
"-0.751918, -0.709874, -0.660022, -0.589969, -0.509817",\
|
|
"-0.767118, -0.725074, -0.675222, -0.605169, -0.525016");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.345018, -1.302974, -1.253122, -1.183069, -1.102917",\
|
|
"-1.397929, -1.355885, -1.306033, -1.235980, -1.155827",\
|
|
"-1.453798, -1.411754, -1.361902, -1.291848, -1.211696",\
|
|
"-1.540951, -1.498907, -1.449055, -1.379002, -1.298849",\
|
|
"-1.682269, -1.640225, -1.590373, -1.520319, -1.440167");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[29] */
|
|
|
|
pin("mgmt_gpio_in[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.007042 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.640510, 0.598467, 0.548615, 0.478561, 0.398409",\
|
|
"0.684893, 0.642849, 0.592997, 0.522943, 0.442791",\
|
|
"0.726808, 0.684765, 0.634912, 0.564859, 0.484707",\
|
|
"0.783643, 0.741599, 0.691747, 0.621694, 0.541541",\
|
|
"0.852918, 0.810874, 0.761022, 0.690969, 0.610817");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.308342, 1.266298, 1.216446, 1.146393, 1.066241",\
|
|
"1.362104, 1.320060, 1.270208, 1.200155, 1.120003",\
|
|
"1.425511, 1.383467, 1.333615, 1.263562, 1.183410",\
|
|
"1.526891, 1.484847, 1.434995, 1.364942, 1.284790",\
|
|
"1.684464, 1.642420, 1.592568, 1.522515, 1.442363");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.601636, -0.559592, -0.509740, -0.439687, -0.359535",\
|
|
"-0.646018, -0.603974, -0.554122, -0.484069, -0.403917",\
|
|
"-0.687934, -0.645890, -0.596038, -0.525985, -0.445833",\
|
|
"-0.744769, -0.702725, -0.652873, -0.582819, -0.502667",\
|
|
"-0.814044, -0.772000, -0.722148, -0.652095, -0.571943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.232588, -1.190544, -1.140692, -1.070639, -0.990487",\
|
|
"-1.286350, -1.244306, -1.194454, -1.124401, -1.044248",\
|
|
"-1.349757, -1.307713, -1.257861, -1.187808, -1.107656",\
|
|
"-1.451137, -1.409093, -1.359241, -1.289188, -1.209035",\
|
|
"-1.608709, -1.566666, -1.516814, -1.446760, -1.366608");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[28] */
|
|
|
|
pin("mgmt_gpio_in[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004791 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.328706, 0.286662, 0.236810, 0.166756, 0.086604",\
|
|
"0.374320, 0.332276, 0.282424, 0.212371, 0.132218",\
|
|
"0.418001, 0.375957, 0.326105, 0.256052, 0.175900",\
|
|
"0.476777, 0.434733, 0.384881, 0.314827, 0.234675",\
|
|
"0.546960, 0.504916, 0.455064, 0.385010, 0.304858");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.043447, 1.001403, 0.951551, 0.881497, 0.801345",\
|
|
"1.097258, 1.055214, 1.005362, 0.935309, 0.855156",\
|
|
"1.168016, 1.125973, 1.076120, 1.006067, 0.925915",\
|
|
"1.294707, 1.252663, 1.202811, 1.132758, 1.052605",\
|
|
"1.494007, 1.451963, 1.402111, 1.332058, 1.251906");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.236565, -0.194521, -0.144670, -0.074616, 0.005428",\
|
|
"-0.282180, -0.240136, -0.190284, -0.120231, -0.040186",\
|
|
"-0.325861, -0.283817, -0.233965, -0.163912, -0.083868",\
|
|
"-0.384636, -0.342592, -0.292741, -0.222687, -0.142643",\
|
|
"-0.454819, -0.412775, -0.362924, -0.292870, -0.212826");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.909290, -0.867246, -0.817394, -0.747341, -0.667296",\
|
|
"-0.963101, -0.921057, -0.871205, -0.801152, -0.721108",\
|
|
"-1.033860, -0.991816, -0.941964, -0.871911, -0.791866",\
|
|
"-1.160550, -1.118506, -1.068654, -0.998601, -0.918557",\
|
|
"-1.359850, -1.317806, -1.267955, -1.197901, -1.117857");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[27] */
|
|
|
|
pin("mgmt_gpio_in[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.011438 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.904780, 0.862736, 0.812884, 0.742830, 0.662678",\
|
|
"0.943634, 0.901590, 0.851738, 0.781685, 0.701532",\
|
|
"0.965558, 0.923514, 0.873662, 0.803609, 0.723457",\
|
|
"0.990643, 0.948600, 0.898748, 0.828694, 0.748542",\
|
|
"1.003866, 0.961822, 0.911970, 0.841917, 0.761765");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.676936, 1.634892, 1.585040, 1.514987, 1.434835",\
|
|
"1.729622, 1.687578, 1.637726, 1.567673, 1.487521",\
|
|
"1.785518, 1.743474, 1.693622, 1.623569, 1.543417",\
|
|
"1.872811, 1.830767, 1.780915, 1.710862, 1.630710",\
|
|
"2.015355, 1.973311, 1.923459, 1.853405, 1.773253");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.803932, -0.761888, -0.712036, -0.641983, -0.561939",\
|
|
"-0.842786, -0.800742, -0.750890, -0.680837, -0.600793",\
|
|
"-0.864710, -0.822666, -0.772815, -0.702761, -0.622717",\
|
|
"-0.889796, -0.847752, -0.797900, -0.727847, -0.647802",\
|
|
"-0.903018, -0.860974, -0.811122, -0.741069, -0.661025");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.533075, -1.491031, -1.441179, -1.371126, -1.291082",\
|
|
"-1.585761, -1.543717, -1.493865, -1.423812, -1.343768",\
|
|
"-1.641657, -1.599613, -1.549761, -1.479708, -1.399663",\
|
|
"-1.728950, -1.686906, -1.637054, -1.567001, -1.486957",\
|
|
"-1.871493, -1.829449, -1.779598, -1.709544, -1.629500");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[26] */
|
|
|
|
pin("mgmt_gpio_in[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005508 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.495059, 0.453015, 0.403163, 0.333110, 0.252958",\
|
|
"0.539443, 0.497399, 0.447547, 0.377494, 0.297342",\
|
|
"0.581357, 0.539313, 0.489461, 0.419408, 0.339255",\
|
|
"0.638107, 0.596063, 0.546211, 0.476158, 0.396006",\
|
|
"0.707345, 0.665301, 0.615449, 0.545396, 0.465243");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.312393, 1.270349, 1.220497, 1.150443, 1.070291",\
|
|
"1.366169, 1.324125, 1.274273, 1.204219, 1.124067",\
|
|
"1.429559, 1.387515, 1.337663, 1.267609, 1.187457",\
|
|
"1.530929, 1.488885, 1.439033, 1.368980, 1.288827",\
|
|
"1.688451, 1.646407, 1.596555, 1.526502, 1.446350");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.399797, -0.357753, -0.307902, -0.237848, -0.157804",\
|
|
"-0.444181, -0.402137, -0.352285, -0.282232, -0.202188",\
|
|
"-0.486095, -0.444051, -0.394199, -0.324146, -0.244101",\
|
|
"-0.542845, -0.500801, -0.450950, -0.380896, -0.300852",\
|
|
"-0.612083, -0.570039, -0.520187, -0.450134, -0.370090");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.175816, -1.133772, -1.083920, -1.013867, -0.933823",\
|
|
"-1.229592, -1.187548, -1.137696, -1.067643, -0.987599",\
|
|
"-1.292982, -1.250938, -1.201086, -1.131033, -1.050989",\
|
|
"-1.394353, -1.352309, -1.302457, -1.232404, -1.152359",\
|
|
"-1.551875, -1.509831, -1.459979, -1.389926, -1.309881");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[25] */
|
|
|
|
pin("mgmt_gpio_in[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004709 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.571295, 0.529251, 0.479399, 0.409346, 0.329193",\
|
|
"0.616656, 0.574612, 0.524760, 0.454707, 0.374555",\
|
|
"0.670515, 0.628471, 0.578619, 0.508566, 0.428414",\
|
|
"0.750633, 0.708589, 0.658737, 0.588683, 0.508531",\
|
|
"0.860350, 0.818306, 0.768454, 0.698401, 0.618249");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.098448, 1.056404, 1.006552, 0.936499, 0.856347",\
|
|
"1.152566, 1.110522, 1.060670, 0.990617, 0.910465",\
|
|
"1.224955, 1.182911, 1.133059, 1.063006, 0.982853",\
|
|
"1.357123, 1.315079, 1.265227, 1.195174, 1.115022",\
|
|
"1.571728, 1.529684, 1.479832, 1.409778, 1.329626");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.464193, -0.422149, -0.372298, -0.302244, -0.222200",\
|
|
"-0.509555, -0.467511, -0.417659, -0.347606, -0.267561",\
|
|
"-0.563413, -0.521369, -0.471518, -0.401464, -0.321420",\
|
|
"-0.643531, -0.601487, -0.551635, -0.481582, -0.401538",\
|
|
"-0.753248, -0.711205, -0.661353, -0.591300, -0.511255");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.949058, -0.907014, -0.857163, -0.787109, -0.707065",\
|
|
"-1.003176, -0.961132, -0.911281, -0.841227, -0.761183",\
|
|
"-1.075565, -1.033521, -0.983669, -0.913616, -0.833572",\
|
|
"-1.207734, -1.165690, -1.115838, -1.045785, -0.965740",\
|
|
"-1.422337, -1.380293, -1.330442, -1.260388, -1.180344");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[24] */
|
|
|
|
pin("mgmt_gpio_in[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010559 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.669628, 0.627584, 0.577732, 0.507679, 0.427526",\
|
|
"0.713983, 0.671939, 0.622087, 0.552034, 0.471882",\
|
|
"0.755903, 0.713859, 0.664007, 0.593954, 0.513801",\
|
|
"0.812874, 0.770830, 0.720978, 0.650924, 0.570772",\
|
|
"0.882210, 0.840166, 0.790314, 0.720261, 0.640108");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.836047, 1.794003, 1.744151, 1.674098, 1.593945",\
|
|
"1.889749, 1.847705, 1.797853, 1.727800, 1.647647",\
|
|
"1.953175, 1.911131, 1.861279, 1.791226, 1.711074",\
|
|
"2.054639, 2.012595, 1.962743, 1.892690, 1.812538",\
|
|
"2.212325, 2.170281, 2.120429, 2.050375, 1.970223");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.635206, -0.593162, -0.543310, -0.473257, -0.393105",\
|
|
"-0.679561, -0.637518, -0.587666, -0.517612, -0.437460",\
|
|
"-0.721481, -0.679437, -0.629585, -0.559532, -0.479379",\
|
|
"-0.778452, -0.736408, -0.686556, -0.616503, -0.536350",\
|
|
"-0.847788, -0.805744, -0.755892, -0.685839, -0.605686");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.766008, -1.723964, -1.674112, -1.604059, -1.523907",\
|
|
"-1.819710, -1.777666, -1.727814, -1.657761, -1.577609",\
|
|
"-1.883136, -1.841092, -1.791240, -1.721187, -1.641035",\
|
|
"-1.984601, -1.942557, -1.892705, -1.822651, -1.742499",\
|
|
"-2.142286, -2.100242, -2.050390, -1.980337, -1.900184");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[23] */
|
|
|
|
pin("mgmt_gpio_in[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005287 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.082083, 1.040039, 0.990187, 0.920134, 0.839981",\
|
|
"1.127567, 1.085523, 1.035671, 0.965618, 0.885466",\
|
|
"1.171786, 1.129742, 1.079890, 1.009836, 0.929684",\
|
|
"1.229849, 1.187805, 1.137953, 1.067899, 0.987747",\
|
|
"1.298771, 1.256727, 1.206875, 1.136822, 1.056669");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.009324, 1.967280, 1.917428, 1.847375, 1.767223",\
|
|
"2.063150, 2.021106, 1.971254, 1.901201, 1.821048",\
|
|
"2.133819, 2.091775, 2.041923, 1.971869, 1.891717",\
|
|
"2.260541, 2.218497, 2.168645, 2.098592, 2.018440",\
|
|
"2.460410, 2.418366, 2.368514, 2.298460, 2.218308");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.053018, -1.010974, -0.961122, -0.891069, -0.810916",\
|
|
"-1.098502, -1.056458, -1.006606, -0.936553, -0.856401",\
|
|
"-1.142721, -1.100677, -1.050825, -0.980771, -0.900619",\
|
|
"-1.200784, -1.158740, -1.108888, -1.038834, -0.958682",\
|
|
"-1.269706, -1.227662, -1.177810, -1.107757, -1.027604");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.944991, -1.902947, -1.853095, -1.783042, -1.702889",\
|
|
"-1.998817, -1.956773, -1.906921, -1.836867, -1.756715",\
|
|
"-2.069485, -2.027442, -1.977589, -1.907536, -1.827384",\
|
|
"-2.196208, -2.154164, -2.104312, -2.034258, -1.954106",\
|
|
"-2.396076, -2.354033, -2.304181, -2.234127, -2.153975");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[22] */
|
|
|
|
pin("mgmt_gpio_in[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004088 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.772954, 0.730910, 0.681058, 0.611005, 0.530852",\
|
|
"0.817371, 0.775327, 0.725475, 0.655422, 0.575270",\
|
|
"0.859290, 0.817246, 0.767394, 0.697341, 0.617189",\
|
|
"0.916188, 0.874145, 0.824293, 0.754239, 0.674087",\
|
|
"0.985361, 0.943317, 0.893465, 0.823412, 0.743259");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.351882, 1.309838, 1.259986, 1.189933, 1.109780",\
|
|
"1.405683, 1.363639, 1.313787, 1.243734, 1.163581",\
|
|
"1.469099, 1.427055, 1.377203, 1.307150, 1.226998",\
|
|
"1.570691, 1.528647, 1.478795, 1.408741, 1.328589",\
|
|
"1.728650, 1.686606, 1.636754, 1.566700, 1.486548");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.748654, -0.706610, -0.656758, -0.586705, -0.506552",\
|
|
"-0.793071, -0.751027, -0.701175, -0.631122, -0.550970",\
|
|
"-0.834990, -0.792946, -0.743094, -0.673041, -0.592889",\
|
|
"-0.891888, -0.849845, -0.799993, -0.729939, -0.649787",\
|
|
"-0.961061, -0.919017, -0.869165, -0.799112, -0.718959");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.293127, -1.251083, -1.201231, -1.131177, -1.051025",\
|
|
"-1.346927, -1.304883, -1.255031, -1.184978, -1.104826",\
|
|
"-1.410344, -1.368300, -1.318448, -1.248394, -1.168242",\
|
|
"-1.511935, -1.469891, -1.420039, -1.349986, -1.269834",\
|
|
"-1.669894, -1.627850, -1.577998, -1.507945, -1.427793");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[21] */
|
|
|
|
pin("mgmt_gpio_in[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004304 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.626939, 0.584895, 0.535043, 0.464990, 0.384837",\
|
|
"0.671288, 0.629244, 0.579392, 0.509338, 0.429186",\
|
|
"0.713118, 0.671074, 0.621222, 0.551169, 0.471016",\
|
|
"0.769409, 0.727365, 0.677513, 0.607459, 0.527307",\
|
|
"0.837705, 0.795661, 0.745809, 0.675756, 0.595603");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.375469, 1.333425, 1.283573, 1.213520, 1.133367",\
|
|
"1.429283, 1.387239, 1.337387, 1.267334, 1.187181",\
|
|
"1.496098, 1.454054, 1.404202, 1.334149, 1.253997",\
|
|
"1.597019, 1.554975, 1.505123, 1.435070, 1.354918",\
|
|
"1.754544, 1.712500, 1.662648, 1.592595, 1.512443");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.588065, -0.546021, -0.496169, -0.426116, -0.345963",\
|
|
"-0.632414, -0.590370, -0.540518, -0.470464, -0.390312",\
|
|
"-0.674244, -0.632200, -0.582348, -0.512295, -0.432142",\
|
|
"-0.730535, -0.688491, -0.638639, -0.568585, -0.488433",\
|
|
"-0.798831, -0.756787, -0.706935, -0.636881, -0.556729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.299714, -1.257671, -1.207819, -1.137765, -1.057613",\
|
|
"-1.353528, -1.311484, -1.261632, -1.191579, -1.111427",\
|
|
"-1.420344, -1.378300, -1.328448, -1.258394, -1.178242",\
|
|
"-1.521265, -1.479221, -1.429369, -1.359316, -1.279163",\
|
|
"-1.678789, -1.636746, -1.586894, -1.516840, -1.436688");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[20] */
|
|
|
|
pin("mgmt_gpio_in[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002827 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.550802, 0.508758, 0.458906, 0.388853, 0.308700",\
|
|
"0.596451, 0.554407, 0.504555, 0.434502, 0.354349",\
|
|
"0.640378, 0.598334, 0.548482, 0.478428, 0.398276",\
|
|
"0.698861, 0.656817, 0.606965, 0.536912, 0.456760",\
|
|
"0.768939, 0.726895, 0.677043, 0.606989, 0.526837");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.432751, 1.390707, 1.340855, 1.270802, 1.190650",\
|
|
"1.488533, 1.446489, 1.396637, 1.326584, 1.246432",\
|
|
"1.560083, 1.518039, 1.468187, 1.398134, 1.317981",\
|
|
"1.686650, 1.644606, 1.594754, 1.524701, 1.444548",\
|
|
"1.886370, 1.844326, 1.794474, 1.724421, 1.644269");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.458675, -0.416631, -0.366780, -0.296726, -0.216682",\
|
|
"-0.504324, -0.462280, -0.412428, -0.342375, -0.262331",\
|
|
"-0.548251, -0.506207, -0.456355, -0.386302, -0.306258",\
|
|
"-0.606735, -0.564691, -0.514839, -0.444786, -0.364741",\
|
|
"-0.676812, -0.634768, -0.584916, -0.514863, -0.434819");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.298594, -1.256550, -1.206698, -1.136645, -1.056601",\
|
|
"-1.354376, -1.312332, -1.262480, -1.192427, -1.112383",\
|
|
"-1.425926, -1.383882, -1.334030, -1.263977, -1.183932",\
|
|
"-1.552493, -1.510449, -1.460597, -1.390544, -1.310500",\
|
|
"-1.752213, -1.710169, -1.660317, -1.590264, -1.510220");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[19] */
|
|
|
|
pin("mgmt_gpio_in[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002687 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.475288, 0.433245, 0.383393, 0.313339, 0.233187",\
|
|
"0.519693, 0.477649, 0.427797, 0.357744, 0.277592",\
|
|
"0.561606, 0.519562, 0.469710, 0.399657, 0.319505",\
|
|
"0.618228, 0.576185, 0.526333, 0.456279, 0.376127",\
|
|
"0.687009, 0.644965, 0.595113, 0.525060, 0.444908");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.468859, 1.426815, 1.376963, 1.306909, 1.226757",\
|
|
"1.522671, 1.480627, 1.430775, 1.360722, 1.280569",\
|
|
"1.586053, 1.544009, 1.494157, 1.424103, 1.343951",\
|
|
"1.687788, 1.645744, 1.595891, 1.525838, 1.445686",\
|
|
"1.846124, 1.804080, 1.754228, 1.684175, 1.604023");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.374624, -0.332580, -0.282728, -0.212675, -0.132631",\
|
|
"-0.419029, -0.376985, -0.327133, -0.257080, -0.177036",\
|
|
"-0.460942, -0.418898, -0.369046, -0.298993, -0.218948",\
|
|
"-0.517564, -0.475520, -0.425668, -0.355615, -0.275571",\
|
|
"-0.586345, -0.544301, -0.494449, -0.424396, -0.344352");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.324997, -1.282953, -1.233101, -1.163048, -1.083004",\
|
|
"-1.378809, -1.336765, -1.286913, -1.216860, -1.136816",\
|
|
"-1.442191, -1.400147, -1.350295, -1.280242, -1.200198",\
|
|
"-1.543926, -1.501882, -1.452030, -1.381977, -1.301932",\
|
|
"-1.702262, -1.660218, -1.610366, -1.540313, -1.460269");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[18] */
|
|
|
|
pin("mgmt_gpio_in[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002742 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.577073, 0.535029, 0.485177, 0.415124, 0.334971",\
|
|
"0.621502, 0.579458, 0.529606, 0.459553, 0.379400",\
|
|
"0.663421, 0.621377, 0.571525, 0.501472, 0.421319",\
|
|
"0.720275, 0.678231, 0.628379, 0.558325, 0.478173",\
|
|
"0.789263, 0.747219, 0.697367, 0.627313, 0.547161");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.396705, 1.354661, 1.304809, 1.234755, 1.154603",\
|
|
"1.450522, 1.408478, 1.358626, 1.288572, 1.208420",\
|
|
"1.513938, 1.471894, 1.422042, 1.351989, 1.271836",\
|
|
"1.615639, 1.573595, 1.523743, 1.453689, 1.373537",\
|
|
"1.773821, 1.731777, 1.681925, 1.611872, 1.531720");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.481811, -0.439767, -0.389915, -0.319862, -0.239818",\
|
|
"-0.526240, -0.484196, -0.434344, -0.364291, -0.284246",\
|
|
"-0.568159, -0.526115, -0.476263, -0.406210, -0.326165",\
|
|
"-0.625013, -0.582969, -0.533117, -0.463064, -0.383019",\
|
|
"-0.694001, -0.651957, -0.602105, -0.532052, -0.452007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.260128, -1.218084, -1.168232, -1.098179, -1.018135",\
|
|
"-1.313945, -1.271901, -1.222049, -1.151996, -1.071952",\
|
|
"-1.377361, -1.335317, -1.285466, -1.215412, -1.135368",\
|
|
"-1.479062, -1.437018, -1.387166, -1.317113, -1.237069",\
|
|
"-1.637245, -1.595201, -1.545349, -1.475296, -1.395252");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[17] */
|
|
|
|
pin("mgmt_gpio_in[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002578 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.049012, 1.006968, 0.957116, 0.887063, 0.806911",\
|
|
"1.085947, 1.043903, 0.994051, 0.923998, 0.843846",\
|
|
"1.109411, 1.067367, 1.017515, 0.947461, 0.867309",\
|
|
"1.134796, 1.092752, 1.042900, 0.972846, 0.892694",\
|
|
"1.151453, 1.109409, 1.059557, 0.989504, 0.909351");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.513035, 1.470991, 1.421139, 1.351086, 1.270934",\
|
|
"1.565942, 1.523898, 1.474046, 1.403993, 1.323840",\
|
|
"1.621470, 1.579427, 1.529575, 1.459521, 1.379369",\
|
|
"1.707846, 1.665802, 1.615950, 1.545896, 1.465744",\
|
|
"1.846267, 1.804223, 1.754371, 1.684318, 1.604166");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.941880, -0.899836, -0.849985, -0.779931, -0.699887",\
|
|
"-0.978816, -0.936772, -0.886920, -0.816867, -0.736822",\
|
|
"-1.002279, -0.960235, -0.910383, -0.840330, -0.760286",\
|
|
"-1.027664, -0.985620, -0.935768, -0.865715, -0.785671",\
|
|
"-1.044321, -1.002277, -0.952425, -0.882372, -0.802328");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.363654, -1.321610, -1.271758, -1.201705, -1.121661",\
|
|
"-1.416561, -1.374517, -1.324665, -1.254612, -1.174568",\
|
|
"-1.472090, -1.430046, -1.380194, -1.310141, -1.230096",\
|
|
"-1.558465, -1.516421, -1.466569, -1.396516, -1.316471",\
|
|
"-1.696886, -1.654842, -1.604990, -1.534937, -1.454893");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[16] */
|
|
|
|
pin("mgmt_gpio_in[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002844 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.946861, 0.904817, 0.854965, 0.784912, 0.704759",\
|
|
"0.984350, 0.942306, 0.892454, 0.822401, 0.742249",\
|
|
"1.006969, 0.964925, 0.915073, 0.845019, 0.764867",\
|
|
"1.032437, 0.990393, 0.940541, 0.870488, 0.790335",\
|
|
"1.046341, 1.004297, 0.954445, 0.884392, 0.804239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.893465, 1.851421, 1.801569, 1.731516, 1.651363",\
|
|
"1.946645, 1.904601, 1.854749, 1.784695, 1.704543",\
|
|
"2.001860, 1.959816, 1.909964, 1.839911, 1.759759",\
|
|
"2.089727, 2.047683, 1.997831, 1.927778, 1.847626",\
|
|
"2.231942, 2.189898, 2.140046, 2.069993, 1.989840");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.912438, -0.870394, -0.820542, -0.750489, -0.670337",\
|
|
"-0.949928, -0.907884, -0.858032, -0.787978, -0.707826",\
|
|
"-0.972546, -0.930502, -0.880650, -0.810597, -0.730445",\
|
|
"-0.998014, -0.955970, -0.906118, -0.836065, -0.755913",\
|
|
"-1.011918, -0.969874, -0.920022, -0.849969, -0.769817");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.823427, -1.781383, -1.731531, -1.661477, -1.581325",\
|
|
"-1.876606, -1.834562, -1.784710, -1.714657, -1.634505",\
|
|
"-1.931822, -1.889778, -1.839926, -1.769872, -1.689720",\
|
|
"-2.019689, -1.977645, -1.927793, -1.857739, -1.777587",\
|
|
"-2.161903, -2.119859, -2.070007, -1.999954, -1.919802");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[15] */
|
|
|
|
pin("mgmt_gpio_in[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004137 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.422119, 0.380075, 0.330223, 0.260169, 0.180017",\
|
|
"0.459841, 0.417798, 0.367945, 0.297892, 0.217740",\
|
|
"0.482285, 0.440242, 0.390390, 0.320336, 0.240184",\
|
|
"0.507882, 0.465838, 0.415986, 0.345933, 0.265781",\
|
|
"0.520698, 0.478654, 0.428802, 0.358748, 0.278596");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.114933, 1.072890, 1.023037, 0.952984, 0.872832",\
|
|
"1.168153, 1.126109, 1.076257, 1.006203, 0.926051",\
|
|
"1.223814, 1.181770, 1.131918, 1.061864, 0.981712",\
|
|
"1.311069, 1.269025, 1.219173, 1.149120, 1.068968",\
|
|
"1.453664, 1.411620, 1.361768, 1.291715, 1.211562");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.393051, -0.351007, -0.301155, -0.231102, -0.150949",\
|
|
"-0.430774, -0.388730, -0.338878, -0.268824, -0.188672",\
|
|
"-0.453218, -0.411174, -0.361322, -0.291268, -0.211116",\
|
|
"-0.478814, -0.436770, -0.386918, -0.316865, -0.236713",\
|
|
"-0.491630, -0.449586, -0.399734, -0.329680, -0.249528");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.050602, -1.008558, -0.958706, -0.888652, -0.808500",\
|
|
"-1.103821, -1.061777, -1.011925, -0.941872, -0.861719",\
|
|
"-1.159482, -1.117438, -1.067586, -0.997533, -0.917380",\
|
|
"-1.246737, -1.204693, -1.154841, -1.084788, -1.004636",\
|
|
"-1.389332, -1.347288, -1.297436, -1.227383, -1.147230");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[14] */
|
|
|
|
pin("mgmt_gpio_in[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003615 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.404496, 0.362452, 0.312600, 0.242547, 0.162395",\
|
|
"0.442057, 0.400013, 0.350161, 0.280108, 0.199956",\
|
|
"0.464617, 0.422573, 0.372721, 0.302668, 0.222516",\
|
|
"0.490067, 0.448023, 0.398171, 0.328118, 0.247966",\
|
|
"0.503513, 0.461469, 0.411617, 0.341564, 0.261411");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.187745, 1.145702, 1.095850, 1.025796, 0.945644",\
|
|
"1.240937, 1.198893, 1.149041, 1.078988, 0.998836",\
|
|
"1.296282, 1.254238, 1.204386, 1.134333, 1.054180",\
|
|
"1.384061, 1.342017, 1.292165, 1.222112, 1.141960",\
|
|
"1.526539, 1.484495, 1.434643, 1.364589, 1.284437");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.380207, -0.338164, -0.288312, -0.218258, -0.138106",\
|
|
"-0.417769, -0.375725, -0.325873, -0.255819, -0.175667",\
|
|
"-0.440329, -0.398285, -0.348433, -0.278379, -0.198227",\
|
|
"-0.465779, -0.423735, -0.373883, -0.303829, -0.223677",\
|
|
"-0.479224, -0.437180, -0.387328, -0.317275, -0.237123");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.128989, -1.086946, -1.037093, -0.967040, -0.886888",\
|
|
"-1.182181, -1.140137, -1.090285, -1.020232, -0.940080",\
|
|
"-1.237526, -1.195482, -1.145630, -1.075577, -0.995424",\
|
|
"-1.325305, -1.283261, -1.233409, -1.163356, -1.083203",\
|
|
"-1.467782, -1.425738, -1.375886, -1.305833, -1.225681");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[13] */
|
|
|
|
pin("mgmt_gpio_in[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003881 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.724597, 0.682553, 0.632701, 0.562648, 0.482496",\
|
|
"0.770170, 0.728126, 0.678274, 0.608221, 0.528069",\
|
|
"0.814079, 0.772035, 0.722183, 0.652129, 0.571977",\
|
|
"0.872383, 0.830339, 0.780487, 0.710434, 0.630282",\
|
|
"0.941447, 0.899403, 0.849551, 0.779498, 0.699346");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.481526, 1.439482, 1.389630, 1.319577, 1.239424",\
|
|
"1.535349, 1.493305, 1.443453, 1.373399, 1.293247",\
|
|
"1.608235, 1.566191, 1.516339, 1.446286, 1.366133",\
|
|
"1.735428, 1.693385, 1.643533, 1.573479, 1.493327",\
|
|
"1.935398, 1.893354, 1.843502, 1.773449, 1.693297");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.685723, -0.643679, -0.593827, -0.523774, -0.443622",\
|
|
"-0.731296, -0.689252, -0.639400, -0.569347, -0.489195",\
|
|
"-0.775205, -0.733161, -0.683309, -0.613255, -0.533103",\
|
|
"-0.833509, -0.791465, -0.741613, -0.671560, -0.591408",\
|
|
"-0.902573, -0.860529, -0.810677, -0.740624, -0.660472");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.405772, -1.363728, -1.313876, -1.243822, -1.163670",\
|
|
"-1.459594, -1.417550, -1.367698, -1.297645, -1.217493",\
|
|
"-1.532481, -1.490437, -1.440585, -1.370531, -1.290379",\
|
|
"-1.659674, -1.617630, -1.567778, -1.497725, -1.417572",\
|
|
"-1.859644, -1.817600, -1.767748, -1.697694, -1.617542");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[12] */
|
|
|
|
pin("mgmt_gpio_in[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004100 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.779674, 0.737630, 0.687778, 0.617725, 0.537573",\
|
|
"0.825157, 0.783113, 0.733261, 0.663208, 0.583056",\
|
|
"0.878928, 0.836884, 0.787032, 0.716979, 0.636826",\
|
|
"0.958114, 0.916070, 0.866218, 0.796165, 0.716013",\
|
|
"1.062182, 1.020138, 0.970286, 0.900233, 0.820081");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.460830, 1.418786, 1.368934, 1.298880, 1.218728",\
|
|
"1.515069, 1.473025, 1.423173, 1.353120, 1.272968",\
|
|
"1.587460, 1.545416, 1.495564, 1.425511, 1.345358",\
|
|
"1.719583, 1.677539, 1.627687, 1.557634, 1.477482",\
|
|
"1.928065, 1.886021, 1.836169, 1.766115, 1.685963");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.687576, -0.645532, -0.595680, -0.525627, -0.445583",\
|
|
"-0.733059, -0.691015, -0.641163, -0.571110, -0.491066",\
|
|
"-0.786830, -0.744786, -0.694934, -0.624881, -0.544837",\
|
|
"-0.866017, -0.823973, -0.774121, -0.704068, -0.624023",\
|
|
"-0.970084, -0.928040, -0.878188, -0.808135, -0.728091");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.325466, -1.283422, -1.233570, -1.163517, -1.083472",\
|
|
"-1.379705, -1.337661, -1.287809, -1.217756, -1.137712",\
|
|
"-1.452096, -1.410052, -1.360200, -1.290147, -1.210102",\
|
|
"-1.584252, -1.542208, -1.492357, -1.422303, -1.342259",\
|
|
"-1.793907, -1.751863, -1.702011, -1.631958, -1.551913");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[11] */
|
|
|
|
pin("mgmt_gpio_in[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002808 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.669521, 0.627477, 0.577625, 0.507572, 0.427420",\
|
|
"0.713928, 0.671884, 0.622032, 0.551979, 0.471826",\
|
|
"0.755841, 0.713797, 0.663945, 0.593892, 0.513740",\
|
|
"0.812542, 0.770498, 0.720646, 0.650593, 0.570440",\
|
|
"0.881613, 0.839569, 0.789717, 0.719664, 0.639512");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.582797, 1.540753, 1.490901, 1.420848, 1.340695",\
|
|
"1.636609, 1.594565, 1.544713, 1.474660, 1.394508",\
|
|
"1.699995, 1.657951, 1.608099, 1.538046, 1.457894",\
|
|
"1.801486, 1.759442, 1.709590, 1.639536, 1.559384",\
|
|
"1.959276, 1.917232, 1.867380, 1.797327, 1.717175");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.568857, -0.526813, -0.476961, -0.406908, -0.326864",\
|
|
"-0.613263, -0.571219, -0.521367, -0.451314, -0.371270",\
|
|
"-0.655177, -0.613133, -0.563281, -0.493228, -0.413183",\
|
|
"-0.711878, -0.669834, -0.619982, -0.549929, -0.469884",\
|
|
"-0.780949, -0.738905, -0.689053, -0.619000, -0.538956");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.438935, -1.396891, -1.347039, -1.276986, -1.196942",\
|
|
"-1.492748, -1.450704, -1.400852, -1.330799, -1.250754",\
|
|
"-1.556133, -1.514089, -1.464237, -1.394184, -1.314140",\
|
|
"-1.657624, -1.615580, -1.565728, -1.495675, -1.415631",\
|
|
"-1.815414, -1.773370, -1.723518, -1.653465, -1.573421");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[10] */
|
|
|
|
pin("mgmt_gpio_in[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002641 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.653082, 0.611038, 0.561186, 0.491133, 0.410980",\
|
|
"0.696429, 0.654385, 0.604533, 0.534480, 0.454328",\
|
|
"0.729077, 0.687033, 0.637181, 0.567127, 0.486975",\
|
|
"0.769319, 0.727275, 0.677423, 0.607370, 0.527217",\
|
|
"0.805480, 0.763436, 0.713584, 0.643530, 0.563378");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.033587, 0.991543, 0.941691, 0.871638, 0.791485",\
|
|
"1.085259, 1.043215, 0.993363, 0.923310, 0.843157",\
|
|
"1.156157, 1.114113, 1.064261, 0.994208, 0.914055",\
|
|
"1.282081, 1.240037, 1.190185, 1.120131, 1.039979",\
|
|
"1.482708, 1.440664, 1.390812, 1.320759, 1.240607");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.557807, -0.515763, -0.465911, -0.395858, -0.315814",\
|
|
"-0.601154, -0.559110, -0.509258, -0.439205, -0.359161",\
|
|
"-0.633802, -0.591758, -0.541906, -0.471853, -0.391808",\
|
|
"-0.674044, -0.632000, -0.582148, -0.512095, -0.432051",\
|
|
"-0.710205, -0.668161, -0.618309, -0.548256, -0.468211");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.897010, -0.854967, -0.805115, -0.735062, -0.655017",\
|
|
"-0.948682, -0.906639, -0.856787, -0.786734, -0.706689",\
|
|
"-1.019580, -0.977537, -0.927685, -0.857632, -0.777587",\
|
|
"-1.145504, -1.103460, -1.053609, -0.983555, -0.903511",\
|
|
"-1.346132, -1.304088, -1.254236, -1.184183, -1.104138");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[9] */
|
|
|
|
pin("mgmt_gpio_in[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002877 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.640402, 0.598358, 0.548506, 0.478453, 0.398300",\
|
|
"0.684814, 0.642770, 0.592918, 0.522864, 0.442712",\
|
|
"0.726729, 0.684685, 0.634833, 0.564779, 0.484627",\
|
|
"0.783478, 0.741434, 0.691582, 0.621529, 0.541377",\
|
|
"0.852566, 0.810522, 0.760670, 0.690617, 0.610464");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.382797, 1.340753, 1.290901, 1.220848, 1.140695",\
|
|
"1.436604, 1.394560, 1.344708, 1.274654, 1.194502",\
|
|
"1.500010, 1.457966, 1.408114, 1.338060, 1.257908",\
|
|
"1.601499, 1.559455, 1.509603, 1.439550, 1.359398",\
|
|
"1.759338, 1.717294, 1.667442, 1.597388, 1.517236");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.533270, -0.491226, -0.441374, -0.371321, -0.291277",\
|
|
"-0.577682, -0.535638, -0.485786, -0.415733, -0.335689",\
|
|
"-0.619597, -0.577553, -0.527701, -0.457648, -0.377603",\
|
|
"-0.676347, -0.634303, -0.584451, -0.514398, -0.434353",\
|
|
"-0.745434, -0.703390, -0.653538, -0.583485, -0.503441");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.233416, -1.191372, -1.141520, -1.071467, -0.991423",\
|
|
"-1.287223, -1.245179, -1.195327, -1.125274, -1.045229",\
|
|
"-1.350629, -1.308585, -1.258733, -1.188680, -1.108635",\
|
|
"-1.452118, -1.410074, -1.360222, -1.290169, -1.210125",\
|
|
"-1.609957, -1.567913, -1.518061, -1.448008, -1.367964");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[8] */
|
|
|
|
pin("mgmt_gpio_in[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003773 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.495965, 0.453921, 0.404069, 0.334016, 0.253864",\
|
|
"0.541346, 0.499302, 0.449450, 0.379397, 0.299245",\
|
|
"0.595200, 0.553156, 0.503304, 0.433251, 0.353098",\
|
|
"0.675287, 0.633244, 0.583392, 0.513338, 0.433186",\
|
|
"0.785045, 0.743001, 0.693149, 0.623096, 0.542943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.086948, 1.044904, 0.995052, 0.924998, 0.844846",\
|
|
"1.141089, 1.099045, 1.049193, 0.979140, 0.898987",\
|
|
"1.213473, 1.171430, 1.121578, 1.051524, 0.971372",\
|
|
"1.345595, 1.303551, 1.253699, 1.183646, 1.103493",\
|
|
"1.560276, 1.518232, 1.468380, 1.398327, 1.318175");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.461542, -0.419498, -0.369646, -0.299593, -0.219441",\
|
|
"-0.506924, -0.464880, -0.415028, -0.344974, -0.264822",\
|
|
"-0.560777, -0.518733, -0.468881, -0.398828, -0.318676",\
|
|
"-0.640865, -0.598821, -0.548969, -0.478916, -0.398763",\
|
|
"-0.750622, -0.708578, -0.658726, -0.588673, -0.508521");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.016909, -0.974865, -0.925013, -0.854960, -0.774808",\
|
|
"-1.071050, -1.029006, -0.979154, -0.909101, -0.828949",\
|
|
"-1.143435, -1.101391, -1.051539, -0.981486, -0.901333",\
|
|
"-1.275556, -1.233513, -1.183661, -1.113607, -1.033455",\
|
|
"-1.490238, -1.448194, -1.398342, -1.328288, -1.248136");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[7] */
|
|
|
|
pin("mgmt_gpio_in[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002654 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.840438, 0.798395, 0.748542, 0.678489, 0.598337",\
|
|
"0.877854, 0.835810, 0.785958, 0.715905, 0.635752",\
|
|
"0.900518, 0.858474, 0.808622, 0.738569, 0.658417",\
|
|
"0.925969, 0.883925, 0.834073, 0.764020, 0.683868",\
|
|
"0.940282, 0.898238, 0.848386, 0.778333, 0.698180");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.707940, 1.665896, 1.616044, 1.545991, 1.465838",\
|
|
"1.761104, 1.719060, 1.669208, 1.599155, 1.519003",\
|
|
"1.816939, 1.774895, 1.725043, 1.654990, 1.574837",\
|
|
"1.904175, 1.862131, 1.812279, 1.742226, 1.662074",\
|
|
"2.046126, 2.004082, 1.954230, 1.884177, 1.804024");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.811374, -0.769330, -0.719478, -0.649424, -0.569272",\
|
|
"-0.848789, -0.806745, -0.756893, -0.686840, -0.606688",\
|
|
"-0.871453, -0.829409, -0.779557, -0.709504, -0.629352",\
|
|
"-0.896904, -0.854860, -0.805008, -0.734955, -0.654803",\
|
|
"-0.911217, -0.869173, -0.819321, -0.749268, -0.669116");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-1.643607, -1.601563, -1.551711, -1.481657, -1.401505",\
|
|
"-1.696771, -1.654727, -1.604875, -1.534822, -1.454669",\
|
|
"-1.752606, -1.710562, -1.660710, -1.590656, -1.510504",\
|
|
"-1.839842, -1.797798, -1.747946, -1.677892, -1.597740",\
|
|
"-1.981793, -1.939749, -1.889897, -1.819843, -1.739691");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[6] */
|
|
|
|
pin("mgmt_gpio_in[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003771 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.511041, 0.468997, 0.419145, 0.349092, 0.268940",\
|
|
"0.556496, 0.514452, 0.464600, 0.394547, 0.314394",\
|
|
"0.610285, 0.568241, 0.518389, 0.448336, 0.368184",\
|
|
"0.689625, 0.647581, 0.597729, 0.527676, 0.447523",\
|
|
"0.798354, 0.756310, 0.706458, 0.636405, 0.556253");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.977985, 0.935941, 0.886089, 0.816036, 0.735884",\
|
|
"1.032828, 0.990784, 0.940932, 0.870879, 0.790726",\
|
|
"1.104556, 1.062512, 1.012660, 0.942607, 0.862454",\
|
|
"1.235934, 1.193890, 1.144038, 1.073984, 0.993832",\
|
|
"1.451633, 1.409589, 1.359737, 1.289684, 1.209531");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.486753, -0.444709, -0.394857, -0.324803, -0.244651",\
|
|
"-0.532207, -0.490163, -0.440311, -0.370258, -0.290106",\
|
|
"-0.585996, -0.543953, -0.494101, -0.424047, -0.343895",\
|
|
"-0.665336, -0.623292, -0.573440, -0.503387, -0.423235",\
|
|
"-0.774066, -0.732022, -0.682170, -0.612116, -0.531964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.919229, -0.877185, -0.827333, -0.757280, -0.677127",\
|
|
"-0.974072, -0.932028, -0.882176, -0.812122, -0.731970",\
|
|
"-1.045800, -1.003756, -0.953904, -0.883850, -0.803698",\
|
|
"-1.177177, -1.135134, -1.085281, -1.015228, -0.935076",\
|
|
"-1.392877, -1.350833, -1.300981, -1.230927, -1.150775");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[5] */
|
|
|
|
pin("mgmt_gpio_in[4]") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.071547 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[4];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.397058");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.533315");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwh*/
|
|
|
|
} /* end of pin mgmt_gpio_in[4] */
|
|
|
|
pin("mgmt_gpio_in[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005563 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.031139, 0.989095, 0.939243, 0.869190, 0.789037",\
|
|
"1.073257, 1.031214, 0.981362, 0.911308, 0.831156",\
|
|
"1.107404, 1.065360, 1.015508, 0.945455, 0.865303",\
|
|
"1.148221, 1.106177, 1.056325, 0.986272, 0.906119",\
|
|
"1.182217, 1.140173, 1.090321, 1.020267, 0.940115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.854388, 1.812344, 1.762492, 1.692439, 1.612286",\
|
|
"1.909168, 1.867124, 1.817272, 1.747218, 1.667066",\
|
|
"1.980957, 1.938913, 1.889061, 1.819007, 1.738855",\
|
|
"2.110905, 2.068861, 2.019009, 1.948956, 1.868803",\
|
|
"2.323150, 2.281106, 2.231254, 2.161201, 2.081048");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.325383, -0.283339, -0.233487, -0.163433, -0.083281",\
|
|
"-0.367501, -0.325457, -0.275605, -0.205552, -0.125400",\
|
|
"-0.401647, -0.359603, -0.309751, -0.239698, -0.159546",\
|
|
"-0.442208, -0.400164, -0.350312, -0.280259, -0.200106",\
|
|
"-0.476069, -0.434025, -0.384173, -0.314120, -0.233968");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.725992, -0.683948, -0.634096, -0.564043, -0.483891",\
|
|
"-0.780773, -0.738729, -0.688877, -0.618824, -0.538671",\
|
|
"-0.852575, -0.810531, -0.760679, -0.690626, -0.610473",\
|
|
"-0.983356, -0.941312, -0.891460, -0.821407, -0.741255",\
|
|
"-1.197023, -1.154979, -1.105127, -1.035073, -0.954921");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "1.466141, 1.466141, 1.466141, 1.466141, 1.466141",\
|
|
"1.508260, 1.508260, 1.508260, 1.508260, 1.508260",\
|
|
"1.542405, 1.542405, 1.542405, 1.542405, 1.542405",\
|
|
"1.583018, 1.583018, 1.583018, 1.583018, 1.583018",\
|
|
"1.616879, 1.616879, 1.616879, 1.616879, 1.616879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "1.571054, 1.571054, 1.571054, 1.571054, 1.571054",\
|
|
"1.625835, 1.625835, 1.625835, 1.625835, 1.625835",\
|
|
"1.697637, 1.697637, 1.697637, 1.697637, 1.697637",\
|
|
"1.828228, 1.828228, 1.828228, 1.828228, 1.828228",\
|
|
"2.041601, 2.041601, 2.041601, 2.041601, 2.041601");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "-0.104486, -0.104486, -0.104486, -0.104486, -0.104486",\
|
|
"-0.146605, -0.146605, -0.146605, -0.146605, -0.146605",\
|
|
"-0.180751, -0.180751, -0.180751, -0.180751, -0.180751",\
|
|
"-0.220850, -0.220850, -0.220850, -0.220850, -0.220850",\
|
|
"-0.254711, -0.254711, -0.254711, -0.254711, -0.254711");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "-0.409918, -0.409918, -0.409918, -0.409918, -0.409918",\
|
|
"-0.464698, -0.464698, -0.464698, -0.464698, -0.464698",\
|
|
"-0.536501, -0.536501, -0.536501, -0.536501, -0.536501",\
|
|
"-0.667283, -0.667283, -0.667283, -0.667283, -0.667283",\
|
|
"-0.880949, -0.880949, -0.880949, -0.880949, -0.880949");
|
|
}
|
|
|
|
} /* 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.010457 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "5.407948, 5.365905, 5.316052, 5.245999, 5.165847",\
|
|
"5.472371, 5.430327, 5.380475, 5.310422, 5.230269",\
|
|
"5.519495, 5.477451, 5.427599, 5.357546, 5.277393",\
|
|
"5.552592, 5.510549, 5.460696, 5.390643, 5.310491",\
|
|
"5.456986, 5.414943, 5.365090, 5.295037, 5.214885");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "5.749794, 5.707750, 5.657898, 5.587844, 5.507692",\
|
|
"5.851813, 5.809769, 5.759917, 5.689863, 5.609711",\
|
|
"6.011631, 5.969587, 5.919735, 5.849682, 5.769530",\
|
|
"6.307539, 6.265495, 6.215643, 6.145590, 6.065438",\
|
|
"6.891109, 6.849065, 6.799213, 6.729159, 6.649007");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.367244, -0.325200, -0.275348, -0.205295, -0.125251",\
|
|
"-0.431672, -0.389628, -0.339776, -0.269723, -0.189679",\
|
|
"-0.479177, -0.437133, -0.387281, -0.317228, -0.237184",\
|
|
"-0.513354, -0.471310, -0.421458, -0.351405, -0.271361",\
|
|
"-0.419858, -0.377814, -0.327963, -0.257909, -0.177865");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.891851, -0.849807, -0.799955, -0.729902, -0.649858",\
|
|
"-0.993873, -0.951829, -0.901977, -0.831924, -0.751880",\
|
|
"-1.154387, -1.112344, -1.062492, -0.992438, -0.912394",\
|
|
"-1.451167, -1.409123, -1.359271, -1.289218, -1.209174",\
|
|
"-2.033708, -1.991664, -1.941812, -1.871759, -1.791714");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "4.586402, 4.586402, 4.586402, 4.586402, 4.586402",\
|
|
"4.650826, 4.650826, 4.650826, 4.650826, 4.650826",\
|
|
"4.697949, 4.697949, 4.697949, 4.697949, 4.697949",\
|
|
"4.731047, 4.731047, 4.731047, 4.731047, 4.731047",\
|
|
"4.635441, 4.635441, 4.635441, 4.635441, 4.635441");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "5.499853, 5.499853, 5.499853, 5.499853, 5.499853",\
|
|
"5.601872, 5.601872, 5.601872, 5.601872, 5.601872",\
|
|
"5.761690, 5.761690, 5.761690, 5.761690, 5.761690",\
|
|
"6.057599, 6.057599, 6.057599, 6.057599, 6.057599",\
|
|
"6.641169, 6.641169, 6.641169, 6.641169, 6.641169");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "-0.886858, -0.886858, -0.886858, -0.886858, -0.886858",\
|
|
"-0.951285, -0.951285, -0.951285, -0.951285, -0.951285",\
|
|
"-0.998632, -0.998632, -0.998632, -0.998632, -0.998632",\
|
|
"-1.032164, -1.032164, -1.032164, -1.032164, -1.032164",\
|
|
"-0.936661, -0.936661, -0.936661, -0.936661, -0.936661");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
values ( "-1.097317, -1.097317, -1.097317, -1.097317, -1.097317",\
|
|
"-1.199339, -1.199339, -1.199339, -1.199339, -1.199339",\
|
|
"-1.361353, -1.361353, -1.361353, -1.361353, -1.361353",\
|
|
"-1.661667, -1.661667, -1.661667, -1.661667, -1.661667",\
|
|
"-2.250707, -2.250707, -2.250707, -2.250707, -2.250707");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_in[2]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[2] */
|
|
|
|
pin("mgmt_gpio_in[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004475 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.491155, 0.449111, 0.399259, 0.329206, 0.249054",\
|
|
"0.535558, 0.493514, 0.443662, 0.373609, 0.293457",\
|
|
"0.577474, 0.535430, 0.485578, 0.415525, 0.335373",\
|
|
"0.634309, 0.592265, 0.542413, 0.472360, 0.392208",\
|
|
"0.703587, 0.661543, 0.611691, 0.541638, 0.461486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.067882, 1.025838, 0.975986, 0.905933, 0.825781",\
|
|
"1.121676, 1.079632, 1.029780, 0.959727, 0.879574",\
|
|
"1.185085, 1.143041, 1.093189, 1.023135, 0.942983",\
|
|
"1.286472, 1.244428, 1.194576, 1.124523, 1.044371",\
|
|
"1.444051, 1.402007, 1.352155, 1.282102, 1.201950");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.395880, -0.353836, -0.303984, -0.233931, -0.153887",\
|
|
"-0.440283, -0.398239, -0.348387, -0.278334, -0.198290",\
|
|
"-0.482199, -0.440155, -0.390303, -0.320250, -0.240206",\
|
|
"-0.539034, -0.496990, -0.447139, -0.377085, -0.297041",\
|
|
"-0.608312, -0.566268, -0.516417, -0.446363, -0.366319");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.931306, -0.889262, -0.839410, -0.769357, -0.689312",\
|
|
"-0.985100, -0.943056, -0.893204, -0.823151, -0.743106",\
|
|
"-1.048508, -1.006464, -0.956612, -0.886559, -0.806515",\
|
|
"-1.149896, -1.107852, -1.058000, -0.987947, -0.907902",\
|
|
"-1.307475, -1.265431, -1.215579, -1.145526, -1.065481");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[1] */
|
|
|
|
pin("mgmt_gpio_in[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005382 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.465547, 0.423503, 0.373651, 0.303598, 0.223446",\
|
|
"0.507545, 0.465501, 0.415649, 0.345596, 0.265444",\
|
|
"0.541903, 0.499860, 0.450008, 0.379954, 0.299802",\
|
|
"0.583384, 0.541340, 0.491488, 0.421434, 0.341282",\
|
|
"0.618958, 0.576914, 0.527062, 0.457009, 0.376857");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.142691, 1.100647, 1.050795, 0.980742, 0.900590",\
|
|
"1.197429, 1.155385, 1.105533, 1.035480, 0.955328",\
|
|
"1.269240, 1.227196, 1.177344, 1.107291, 1.027138",\
|
|
"1.399458, 1.357414, 1.307562, 1.237508, 1.157356",\
|
|
"1.612798, 1.570754, 1.520902, 1.450848, 1.370696");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.358415, -0.316371, -0.266520, -0.196466, -0.116422",\
|
|
"-0.400413, -0.358369, -0.308517, -0.238464, -0.158420",\
|
|
"-0.434772, -0.392728, -0.342876, -0.272823, -0.192778",\
|
|
"-0.476252, -0.434208, -0.384356, -0.314303, -0.234258",\
|
|
"-0.511827, -0.469783, -0.419931, -0.349878, -0.269833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.991631, -0.949587, -0.899735, -0.829682, -0.749637",\
|
|
"-1.046368, -1.004325, -0.954473, -0.884420, -0.804375",\
|
|
"-1.118180, -1.076136, -1.026284, -0.956231, -0.876186",\
|
|
"-1.248597, -1.206553, -1.156701, -1.086648, -1.006604",\
|
|
"-1.462303, -1.420259, -1.370407, -1.300354, -1.220309");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[0] */
|
|
} /* end of bus mgmt_gpio_in */
|
|
bus ( mgmt_gpio_oeb ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_oeb[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002564 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.743930, 0.755360, 0.790738, 0.918938, 1.525891",\
|
|
"0.788415, 0.799845, 0.835223, 0.963423, 1.570377",\
|
|
"0.839257, 0.850686, 0.886065, 1.014264, 1.621218",\
|
|
"0.912016, 0.923446, 0.958825, 1.087024, 1.693978",\
|
|
"1.003755, 1.015185, 1.050564, 1.178764, 1.785717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024679, 0.035128, 0.074396, 0.255179, 1.138294");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.818313, 0.826912, 0.850183, 0.911660, 1.177851",\
|
|
"0.873793, 0.882393, 0.905664, 0.967141, 1.233332",\
|
|
"0.946608, 0.955207, 0.978479, 1.039955, 1.306147",\
|
|
"1.084649, 1.093248, 1.116519, 1.177996, 1.444187",\
|
|
"1.308137, 1.316736, 1.340008, 1.401484, 1.667675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.741532, 0.752962, 0.788340, 0.916539, 1.523494",\
|
|
"0.786017, 0.797447, 0.832825, 0.961025, 1.567979",\
|
|
"0.836859, 0.848289, 0.883667, 1.011866, 1.618820",\
|
|
"0.909657, 0.921087, 0.956465, 1.084664, 1.691619",\
|
|
"1.001493, 1.012922, 1.048300, 1.176500, 1.783454");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035126, 0.074394, 0.255179, 1.138294");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.812074, 0.820672, 0.843942, 0.905415, 1.171613",\
|
|
"0.867554, 0.876153, 0.899422, 0.960896, 1.227094",\
|
|
"0.940369, 0.948967, 0.972237, 1.033711, 1.299908",\
|
|
"1.078717, 1.087315, 1.110585, 1.172059, 1.438257",\
|
|
"1.302763, 1.311361, 1.334631, 1.396104, 1.662302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.910385, 0.918984, 0.942256, 1.003732, 1.269924",\
|
|
"0.954871, 0.963470, 0.986741, 1.048218, 1.314409",\
|
|
"1.005712, 1.014311, 1.037583, 1.099059, 1.365251",\
|
|
"1.078053, 1.086652, 1.109923, 1.171400, 1.437591",\
|
|
"1.168656, 1.177256, 1.200527, 1.262004, 1.528195");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783",\
|
|
"0.020997, 0.026455, 0.043991, 0.118716, 0.475783");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.772492, 0.783921, 0.819300, 0.947499, 1.554453",\
|
|
"0.827972, 0.839402, 0.874780, 1.002980, 1.609934",\
|
|
"0.900787, 0.912217, 0.947595, 1.075795, 1.682749",\
|
|
"1.038884, 1.050314, 1.085692, 1.213892, 1.820846",\
|
|
"1.262498, 1.273928, 1.309307, 1.437507, 2.044460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024678, 0.035127, 0.074395, 0.255179, 1.138294",\
|
|
"0.024679, 0.035128, 0.074396, 0.255179, 1.138294");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.907817, 0.916415, 0.939685, 1.001159, 1.267356",\
|
|
"0.952302, 0.960901, 0.984171, 1.045644, 1.311842",\
|
|
"1.003144, 1.011742, 1.035012, 1.096485, 1.362683",\
|
|
"1.075507, 1.084105, 1.107375, 1.168849, 1.435046",\
|
|
"1.166168, 1.174766, 1.198036, 1.259510, 1.525707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610",\
|
|
"0.020979, 0.026439, 0.043978, 0.118714, 0.471610");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.767204, 0.778634, 0.814012, 0.942212, 1.549166",\
|
|
"0.822685, 0.834115, 0.869493, 0.997692, 1.604647",\
|
|
"0.895500, 0.906929, 0.942307, 1.070507, 1.677461",\
|
|
"1.033910, 1.045340, 1.080718, 1.208917, 1.815872",\
|
|
"1.258093, 1.269522, 1.304900, 1.433100, 2.040054");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035125, 0.074394, 0.255179, 1.138294",\
|
|
"0.024676, 0.035126, 0.074394, 0.255179, 1.138294");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.657749, 0.669181, 0.704562, 0.832763, 1.439712",\
|
|
"0.702174, 0.713606, 0.748987, 0.877189, 1.484137",\
|
|
"0.744093, 0.755526, 0.790907, 0.919108, 1.526056",\
|
|
"0.801064, 0.812496, 0.847877, 0.976078, 1.583027",\
|
|
"0.870466, 0.881898, 0.917279, 1.045481, 1.652429");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024690, 0.035137, 0.074402, 0.255178, 1.138296",\
|
|
"0.024690, 0.035137, 0.074402, 0.255178, 1.138296",\
|
|
"0.024690, 0.035137, 0.074402, 0.255178, 1.138296",\
|
|
"0.024690, 0.035138, 0.074402, 0.255178, 1.138296",\
|
|
"0.024691, 0.035138, 0.074402, 0.255178, 1.138296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.740467, 0.749067, 0.772338, 0.833815, 1.100006",\
|
|
"0.794287, 0.802886, 0.826158, 0.887635, 1.153825",\
|
|
"0.857703, 0.866303, 0.889574, 0.951051, 1.217242",\
|
|
"0.959646, 0.968245, 0.991516, 1.052994, 1.319184",\
|
|
"1.118300, 1.126899, 1.150171, 1.211648, 1.477838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020999, 0.026457, 0.043993, 0.118716, 0.475783",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.475783",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.475783",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.475783",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.475783");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.657749, 0.669181, 0.704562, 0.832763, 1.439712",\
|
|
"0.702174, 0.713606, 0.748987, 0.877189, 1.484137",\
|
|
"0.744093, 0.755526, 0.790907, 0.919108, 1.526056",\
|
|
"0.801064, 0.812496, 0.847877, 0.976078, 1.583027",\
|
|
"0.870466, 0.881898, 0.917279, 1.045481, 1.652429");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024690, 0.035137, 0.074402, 0.255178, 1.138296",\
|
|
"0.024690, 0.035137, 0.074402, 0.255178, 1.138296",\
|
|
"0.024690, 0.035137, 0.074402, 0.255178, 1.138296",\
|
|
"0.024690, 0.035138, 0.074402, 0.255178, 1.138296",\
|
|
"0.024691, 0.035138, 0.074402, 0.255178, 1.138296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.740467, 0.749067, 0.772338, 0.833815, 1.100006",\
|
|
"0.794287, 0.802886, 0.826158, 0.887635, 1.153825",\
|
|
"0.857703, 0.866303, 0.889574, 0.951051, 1.217242",\
|
|
"0.959646, 0.968245, 0.991516, 1.052994, 1.319184",\
|
|
"1.118300, 1.126899, 1.150171, 1.211648, 1.477838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020999, 0.026457, 0.043993, 0.118716, 0.471612",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.471612",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.471612",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.471612",\
|
|
"0.020999, 0.026457, 0.043993, 0.118716, 0.471612");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020984, 0.026443, 0.043981, 0.118714, 0.475782",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.475782",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.475782",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.475782",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.475782");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934",\
|
|
"2.774971, 2.786403, 2.821784, 2.949985, 3.556934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296",\
|
|
"0.024689, 0.035137, 0.074401, 0.255178, 1.138296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323",\
|
|
"2.831784, 2.840383, 2.863653, 2.925127, 3.191323");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003064, 0.013337, 0.052564, 0.212564, 1.000000");
|
|
values ( "0.020984, 0.026443, 0.043981, 0.118714, 0.471611",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.471611",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.471611",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.471611",\
|
|
"0.020984, 0.026443, 0.043981, 0.118714, 0.471611");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[37]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[37] */
|
|
|
|
pin("mgmt_gpio_oeb[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002505 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.789779, 0.801486, 0.837097, 0.964926, 1.570951",\
|
|
"0.834265, 0.845972, 0.881582, 1.009411, 1.615437",\
|
|
"0.885106, 0.896813, 0.932424, 1.060253, 1.666278",\
|
|
"0.957642, 0.969350, 1.004960, 1.132789, 1.738814",\
|
|
"1.049383, 1.061091, 1.096701, 1.224530, 1.830555");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036269, 0.075152, 0.254303, 1.134084");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.850801, 0.859409, 0.882634, 0.947013, 1.209121",\
|
|
"0.906282, 0.914890, 0.938115, 1.002494, 1.264601",\
|
|
"0.979097, 0.987704, 1.010930, 1.075308, 1.337416",\
|
|
"1.117134, 1.125742, 1.148968, 1.213346, 1.475454",\
|
|
"1.340616, 1.349224, 1.372450, 1.436828, 1.698936");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.787394, 0.799101, 0.834711, 0.962540, 1.568565",\
|
|
"0.831879, 0.843586, 0.879196, 1.007025, 1.613051",\
|
|
"0.882720, 0.894427, 0.930038, 1.057867, 1.663892",\
|
|
"0.955519, 0.967226, 1.002837, 1.130666, 1.736691",\
|
|
"1.047357, 1.059064, 1.094675, 1.222504, 1.828529");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.844509, 0.853116, 0.876340, 0.940714, 1.202830",\
|
|
"0.899990, 0.908597, 0.931820, 0.996195, 1.258310",\
|
|
"0.972805, 0.981411, 1.004635, 1.069009, 1.331125",\
|
|
"1.111151, 1.119758, 1.142982, 1.207356, 1.469472",\
|
|
"1.335194, 1.343801, 1.367025, 1.431399, 1.693515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.942977, 0.951584, 0.974810, 1.039188, 1.301296",\
|
|
"0.987462, 0.996070, 1.019295, 1.083673, 1.345781",\
|
|
"1.038303, 1.046911, 1.070137, 1.134515, 1.396623",\
|
|
"1.110505, 1.119113, 1.142338, 1.206717, 1.468825",\
|
|
"1.201120, 1.209728, 1.232953, 1.297332, 1.559439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044176, 0.119366, 0.473031");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.818183, 0.829891, 0.865501, 0.993330, 1.599355",\
|
|
"0.873664, 0.885371, 0.920982, 1.048811, 1.654836",\
|
|
"0.946479, 0.958186, 0.993797, 1.121626, 1.727651",\
|
|
"1.084573, 1.096280, 1.131891, 1.259720, 1.865745",\
|
|
"1.308181, 1.319889, 1.355500, 1.483329, 2.089354");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036268, 0.075151, 0.254303, 1.134085",\
|
|
"0.025925, 0.036269, 0.075152, 0.254303, 1.134084");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.940348, 0.948955, 0.972179, 1.036553, 1.298669",\
|
|
"0.984834, 0.993440, 1.016664, 1.081038, 1.343154",\
|
|
"1.035675, 1.044282, 1.067506, 1.131880, 1.393996",\
|
|
"1.108042, 1.116649, 1.139873, 1.204247, 1.466363",\
|
|
"1.198714, 1.207320, 1.230544, 1.294918, 1.557034");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704",\
|
|
"0.021134, 0.026600, 0.044162, 0.119363, 0.469704");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.812907, 0.824614, 0.860224, 0.988053, 1.594079",\
|
|
"0.868388, 0.880095, 0.915705, 1.043534, 1.649559",\
|
|
"0.941202, 0.952909, 0.988520, 1.116349, 1.722374",\
|
|
"1.079613, 1.091320, 1.126930, 1.254759, 1.860784",\
|
|
"1.303795, 1.315503, 1.351113, 1.478942, 2.084967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085",\
|
|
"0.025924, 0.036267, 0.075151, 0.254303, 1.134085");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.784664, 0.796377, 0.831993, 0.959823, 1.565844",\
|
|
"0.827990, 0.839703, 0.875319, 1.003149, 1.609170",\
|
|
"0.860621, 0.872333, 0.907950, 1.035779, 1.641800",\
|
|
"0.900891, 0.912604, 0.948220, 1.076050, 1.682071",\
|
|
"0.937181, 0.948894, 0.984510, 1.112340, 1.718360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025949, 0.036290, 0.075165, 0.254307, 1.134071",\
|
|
"0.025949, 0.036290, 0.075165, 0.254307, 1.134071",\
|
|
"0.025949, 0.036290, 0.075165, 0.254307, 1.134071",\
|
|
"0.025949, 0.036291, 0.075165, 0.254307, 1.134071",\
|
|
"0.025950, 0.036291, 0.075166, 0.254307, 1.134071");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.815320, 0.823928, 0.847153, 0.911532, 1.173639",\
|
|
"0.866987, 0.875595, 0.898820, 0.963199, 1.225306",\
|
|
"0.937869, 0.946477, 0.969702, 1.034081, 1.296189",\
|
|
"1.064578, 1.073186, 1.096412, 1.160790, 1.422898",\
|
|
"1.266262, 1.274870, 1.298095, 1.362474, 1.624582");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021153, 0.026618, 0.044177, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.473031",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.473031");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.784664, 0.796377, 0.831993, 0.959823, 1.565844",\
|
|
"0.827990, 0.839703, 0.875319, 1.003149, 1.609170",\
|
|
"0.860621, 0.872333, 0.907950, 1.035779, 1.641800",\
|
|
"0.900891, 0.912604, 0.948220, 1.076050, 1.682071",\
|
|
"0.937181, 0.948894, 0.984510, 1.112340, 1.718360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025949, 0.036290, 0.075165, 0.254307, 1.134071",\
|
|
"0.025949, 0.036290, 0.075165, 0.254307, 1.134071",\
|
|
"0.025949, 0.036290, 0.075165, 0.254307, 1.134071",\
|
|
"0.025949, 0.036291, 0.075165, 0.254307, 1.134071",\
|
|
"0.025950, 0.036291, 0.075166, 0.254307, 1.134071");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.815320, 0.823928, 0.847153, 0.911532, 1.173639",\
|
|
"0.866987, 0.875595, 0.898820, 0.963199, 1.225306",\
|
|
"0.937869, 0.946477, 0.969702, 1.034081, 1.296189",\
|
|
"1.064578, 1.073186, 1.096412, 1.160790, 1.422898",\
|
|
"1.266262, 1.274870, 1.298095, 1.362474, 1.624582");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021153, 0.026618, 0.044177, 0.119366, 0.469706",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.469706",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.469706",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.469706",\
|
|
"0.021153, 0.026618, 0.044177, 0.119366, 0.469706");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021138, 0.026604, 0.044165, 0.119364, 0.473030",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.473030",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.473030",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.473030",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.473030");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819",\
|
|
"2.904645, 2.916353, 2.951965, 3.079795, 3.685819");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082",\
|
|
"0.025930, 0.036273, 0.075154, 0.254304, 1.134082");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605",\
|
|
"2.992285, 3.000892, 3.024116, 3.088491, 3.350605");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003005, 0.013277, 0.052505, 0.212505, 1.000000");
|
|
values ( "0.021138, 0.026604, 0.044165, 0.119364, 0.469705",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.469705",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.469705",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.469705",\
|
|
"0.021138, 0.026604, 0.044165, 0.119364, 0.469705");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[36]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[36] */
|
|
|
|
pin("mgmt_gpio_oeb[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.710641, 0.722442, 0.758182, 0.886025, 1.491786",\
|
|
"0.755947, 0.767748, 0.803488, 0.931331, 1.537092",\
|
|
"0.809756, 0.821556, 0.857296, 0.985140, 1.590901",\
|
|
"0.890126, 0.901926, 0.937666, 1.065509, 1.671270",\
|
|
"0.994698, 1.006499, 1.042238, 1.170082, 1.775842");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.864680, 0.873252, 0.896472, 0.960941, 1.222810",\
|
|
"0.918906, 0.927477, 0.950697, 1.015166, 1.277036",\
|
|
"0.991057, 0.999628, 1.022848, 1.087317, 1.349187",\
|
|
"1.123894, 1.132465, 1.155686, 1.220155, 1.482024",\
|
|
"1.332775, 1.341346, 1.364566, 1.429036, 1.690904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044551, 0.119507, 0.473061",\
|
|
"0.021652, 0.027065, 0.044551, 0.119507, 0.473061");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.708556, 0.720244, 0.755868, 0.883701, 1.489549",\
|
|
"0.753862, 0.765550, 0.801174, 0.929007, 1.534855",\
|
|
"0.807671, 0.819359, 0.854983, 0.982816, 1.588664",\
|
|
"0.888007, 0.899694, 0.935317, 1.063149, 1.668999",\
|
|
"0.992569, 1.004256, 1.039878, 1.167711, 1.773560");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026272, 0.036597, 0.075437, 0.254538, 1.133997",\
|
|
"0.026272, 0.036597, 0.075437, 0.254538, 1.133997",\
|
|
"0.026272, 0.036597, 0.075437, 0.254538, 1.133997",\
|
|
"0.026267, 0.036592, 0.075434, 0.254537, 1.134000",\
|
|
"0.026265, 0.036590, 0.075433, 0.254537, 1.134001");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.850097, 0.858656, 0.881855, 0.946268, 1.208241",\
|
|
"0.904323, 0.912881, 0.936081, 1.000494, 1.262466",\
|
|
"0.976474, 0.985032, 1.008232, 1.072645, 1.334617",\
|
|
"1.109298, 1.117856, 1.141055, 1.205469, 1.467441",\
|
|
"1.318162, 1.326720, 1.349920, 1.414333, 1.676305");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021406, 0.026839, 0.044364, 0.119474, 0.469720",\
|
|
"0.021406, 0.026839, 0.044364, 0.119474, 0.469720",\
|
|
"0.021406, 0.026839, 0.044364, 0.119474, 0.469720",\
|
|
"0.021406, 0.026839, 0.044364, 0.119474, 0.469721",\
|
|
"0.021407, 0.026839, 0.044365, 0.119475, 0.469721");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.918357, 0.926928, 0.950149, 1.014618, 1.276487",\
|
|
"0.963663, 0.972234, 0.995455, 1.059923, 1.321793",\
|
|
"1.017472, 1.026043, 1.049263, 1.113732, 1.375602",\
|
|
"1.097309, 1.105880, 1.129100, 1.193569, 1.455438",\
|
|
"1.200780, 1.209352, 1.232572, 1.297041, 1.558910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044551, 0.119507, 0.473061",\
|
|
"0.021652, 0.027065, 0.044551, 0.119507, 0.473061");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.775086, 0.786887, 0.822627, 0.950470, 1.556231",\
|
|
"0.829312, 0.841112, 0.876853, 1.004696, 1.610457",\
|
|
"0.901463, 0.913263, 0.949003, 1.076847, 1.682607",\
|
|
"1.034614, 1.046414, 1.082154, 1.209997, 1.815758",\
|
|
"1.244170, 1.255970, 1.291710, 1.419554, 2.025314");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711",\
|
|
"0.026774, 0.037056, 0.075726, 0.254622, 1.133711");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.903774, 0.912333, 0.935532, 0.999945, 1.261918",\
|
|
"0.949080, 0.957639, 0.980838, 1.045251, 1.307224",\
|
|
"1.002889, 1.011448, 1.034647, 1.099060, 1.361032",\
|
|
"1.082712, 1.091271, 1.114470, 1.178883, 1.440856",\
|
|
"1.186167, 1.194726, 1.217925, 1.282339, 1.544311");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021406, 0.026839, 0.044364, 0.119474, 0.469720",\
|
|
"0.021406, 0.026839, 0.044364, 0.119474, 0.469720",\
|
|
"0.021406, 0.026839, 0.044364, 0.119474, 0.469720",\
|
|
"0.021406, 0.026839, 0.044364, 0.119474, 0.469721",\
|
|
"0.021407, 0.026839, 0.044365, 0.119475, 0.469721");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.773001, 0.784689, 0.820313, 0.948146, 1.553994",\
|
|
"0.827227, 0.838915, 0.874539, 1.002372, 1.608220",\
|
|
"0.899377, 0.911066, 0.946690, 1.074522, 1.680370",\
|
|
"1.032495, 1.044182, 1.079805, 1.207638, 1.813487",\
|
|
"1.242041, 1.253728, 1.289350, 1.417182, 2.023032");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026272, 0.036597, 0.075437, 0.254538, 1.133997",\
|
|
"0.026272, 0.036597, 0.075437, 0.254538, 1.133997",\
|
|
"0.026272, 0.036597, 0.075437, 0.254538, 1.133997",\
|
|
"0.026267, 0.036592, 0.075434, 0.254537, 1.134000",\
|
|
"0.026265, 0.036590, 0.075433, 0.254537, 1.134001");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.735688, 0.747499, 0.783249, 0.911093, 1.516846",\
|
|
"0.778891, 0.790702, 0.826452, 0.954296, 1.560049",\
|
|
"0.811517, 0.823328, 0.859078, 0.986922, 1.592675",\
|
|
"0.852083, 0.863893, 0.899643, 1.027487, 1.633240",\
|
|
"0.889391, 0.901202, 0.936952, 1.064796, 1.670549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026817, 0.037096, 0.075751, 0.254630, 1.133686",\
|
|
"0.026817, 0.037096, 0.075751, 0.254630, 1.133686",\
|
|
"0.026817, 0.037096, 0.075751, 0.254630, 1.133686",\
|
|
"0.026817, 0.037096, 0.075751, 0.254630, 1.133686",\
|
|
"0.026817, 0.037096, 0.075751, 0.254630, 1.133686");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.848135, 0.856706, 0.879926, 0.944394, 1.206265",\
|
|
"0.899758, 0.908329, 0.931549, 0.996017, 1.257888",\
|
|
"0.970509, 0.979081, 1.002301, 1.066769, 1.328640",\
|
|
"1.096861, 1.105432, 1.128652, 1.193120, 1.454991",\
|
|
"1.297179, 1.305750, 1.328970, 1.393438, 1.655309");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021647, 0.027060, 0.044547, 0.119506, 0.473061",\
|
|
"0.021647, 0.027060, 0.044547, 0.119506, 0.473061",\
|
|
"0.021647, 0.027060, 0.044547, 0.119506, 0.473061",\
|
|
"0.021647, 0.027061, 0.044547, 0.119506, 0.473061",\
|
|
"0.021647, 0.027061, 0.044547, 0.119506, 0.473061");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.733607, 0.745306, 0.780941, 0.908775, 1.514615",\
|
|
"0.776810, 0.788509, 0.824144, 0.951978, 1.557818",\
|
|
"0.809436, 0.821135, 0.856770, 0.984604, 1.590444",\
|
|
"0.850002, 0.861701, 0.897336, 1.025169, 1.631009",\
|
|
"0.887310, 0.899009, 0.934644, 1.062478, 1.668318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026320, 0.036641, 0.075465, 0.254546, 1.133970",\
|
|
"0.026320, 0.036641, 0.075465, 0.254546, 1.133970",\
|
|
"0.026320, 0.036641, 0.075465, 0.254546, 1.133970",\
|
|
"0.026320, 0.036641, 0.075465, 0.254546, 1.133970",\
|
|
"0.026320, 0.036641, 0.075465, 0.254546, 1.133970");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.834168, 0.842727, 0.865927, 0.930341, 1.192311",\
|
|
"0.885791, 0.894350, 0.917550, 0.981965, 1.243935",\
|
|
"0.956543, 0.965102, 0.988301, 1.052716, 1.314686",\
|
|
"1.082900, 1.091459, 1.114658, 1.179073, 1.441043",\
|
|
"1.283216, 1.291775, 1.314975, 1.379389, 1.641359");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021412, 0.026844, 0.044369, 0.119475, 0.469721",\
|
|
"0.021412, 0.026844, 0.044369, 0.119475, 0.469721",\
|
|
"0.021412, 0.026844, 0.044369, 0.119475, 0.469721",\
|
|
"0.021412, 0.026844, 0.044369, 0.119475, 0.469721",\
|
|
"0.021412, 0.026844, 0.044369, 0.119475, 0.469721");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "3.052483, 3.064290, 3.100036, 3.227879, 3.833636",\
|
|
"3.052483, 3.064290, 3.100036, 3.227879, 3.833636",\
|
|
"3.052483, 3.064290, 3.100036, 3.227879, 3.833636",\
|
|
"3.052483, 3.064290, 3.100036, 3.227879, 3.833636",\
|
|
"3.052483, 3.064290, 3.100036, 3.227879, 3.833636");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026799, 0.037079, 0.075741, 0.254627, 1.133696",\
|
|
"0.026799, 0.037079, 0.075741, 0.254627, 1.133696",\
|
|
"0.026799, 0.037079, 0.075741, 0.254627, 1.133696",\
|
|
"0.026799, 0.037079, 0.075741, 0.254627, 1.133696",\
|
|
"0.026799, 0.037079, 0.075741, 0.254627, 1.133696");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "3.169864, 3.178435, 3.201655, 3.266124, 3.527994",\
|
|
"3.169864, 3.178435, 3.201655, 3.266124, 3.527994",\
|
|
"3.169864, 3.178435, 3.201655, 3.266124, 3.527994",\
|
|
"3.169864, 3.178435, 3.201655, 3.266124, 3.527994",\
|
|
"3.169864, 3.178435, 3.201655, 3.266124, 3.527994");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061",\
|
|
"0.021651, 0.027064, 0.044550, 0.119506, 0.473061");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "3.050396, 3.062090, 3.097721, 3.225554, 3.831397",\
|
|
"3.050396, 3.062090, 3.097721, 3.225554, 3.831397",\
|
|
"3.050396, 3.062090, 3.097721, 3.225554, 3.831397",\
|
|
"3.050396, 3.062090, 3.097721, 3.225554, 3.831397",\
|
|
"3.050396, 3.062090, 3.097721, 3.225554, 3.831397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.026300, 0.036623, 0.075453, 0.254543, 1.133981",\
|
|
"0.026300, 0.036623, 0.075453, 0.254543, 1.133981",\
|
|
"0.026300, 0.036623, 0.075453, 0.254543, 1.133981",\
|
|
"0.026300, 0.036623, 0.075453, 0.254543, 1.133981",\
|
|
"0.026300, 0.036623, 0.075453, 0.254543, 1.133981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "3.155945, 3.164504, 3.187704, 3.252120, 3.514088",\
|
|
"3.155945, 3.164504, 3.187704, 3.252120, 3.514088",\
|
|
"3.155945, 3.164504, 3.187704, 3.252120, 3.514088",\
|
|
"3.155945, 3.164504, 3.187704, 3.252120, 3.514088",\
|
|
"3.155945, 3.164504, 3.187704, 3.252120, 3.514088");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003190, 0.013462, 0.052690, 0.212690, 1.000000");
|
|
values ( "0.021417, 0.026849, 0.044373, 0.119476, 0.469721",\
|
|
"0.021417, 0.026849, 0.044373, 0.119476, 0.469721",\
|
|
"0.021417, 0.026849, 0.044373, 0.119476, 0.469721",\
|
|
"0.021417, 0.026849, 0.044373, 0.119476, 0.469721",\
|
|
"0.021417, 0.026849, 0.044373, 0.119476, 0.469721");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[35]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[35] */
|
|
|
|
pin("mgmt_gpio_oeb[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.008161 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "2.546038, 2.555938, 2.590735, 2.718547, 3.336093",\
|
|
"2.546038, 2.555938, 2.590735, 2.718547, 3.336093",\
|
|
"2.546038, 2.555938, 2.590735, 2.718547, 3.336093",\
|
|
"2.546038, 2.555938, 2.590735, 2.718547, 3.336093",\
|
|
"2.546038, 2.555938, 2.590735, 2.718547, 3.336093");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.028064, 0.038448, 0.084288, 0.268850, 1.180625",\
|
|
"0.028064, 0.038448, 0.084288, 0.268850, 1.180625",\
|
|
"0.028064, 0.038448, 0.084288, 0.268850, 1.180625",\
|
|
"0.028064, 0.038448, 0.084288, 0.268850, 1.180625",\
|
|
"0.028064, 0.038448, 0.084288, 0.268850, 1.180625");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "2.517977, 2.525063, 2.548515, 2.612253, 2.885190",\
|
|
"2.517977, 2.525063, 2.548515, 2.612253, 2.885190",\
|
|
"2.517977, 2.525063, 2.548515, 2.612253, 2.885190",\
|
|
"2.517977, 2.525063, 2.548515, 2.612253, 2.885190",\
|
|
"2.517977, 2.525063, 2.548515, 2.612253, 2.885190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.023680, 0.028400, 0.053400, 0.126929, 0.510141",\
|
|
"0.023680, 0.028400, 0.053400, 0.126929, 0.510141",\
|
|
"0.023680, 0.028400, 0.053400, 0.126929, 0.510141",\
|
|
"0.023680, 0.028400, 0.053400, 0.126929, 0.510141",\
|
|
"0.023680, 0.028400, 0.053400, 0.126929, 0.510141");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "2.546038, 2.555938, 2.590737, 2.718547, 3.336091",\
|
|
"2.546038, 2.555938, 2.590737, 2.718547, 3.336091",\
|
|
"2.546038, 2.555938, 2.590737, 2.718547, 3.336091",\
|
|
"2.546038, 2.555938, 2.590737, 2.718547, 3.336091",\
|
|
"2.546038, 2.555938, 2.590737, 2.718547, 3.336091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.028064, 0.038448, 0.084289, 0.268850, 1.180621",\
|
|
"0.028064, 0.038448, 0.084289, 0.268850, 1.180621",\
|
|
"0.028064, 0.038448, 0.084289, 0.268850, 1.180621",\
|
|
"0.028064, 0.038448, 0.084289, 0.268850, 1.180621",\
|
|
"0.028064, 0.038448, 0.084289, 0.268850, 1.180621");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "2.517977, 2.525063, 2.548517, 2.612253, 2.885187",\
|
|
"2.517977, 2.525063, 2.548517, 2.612253, 2.885187",\
|
|
"2.517977, 2.525063, 2.548517, 2.612253, 2.885187",\
|
|
"2.517977, 2.525063, 2.548517, 2.612253, 2.885187",\
|
|
"2.517977, 2.525063, 2.548517, 2.612253, 2.885187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008661, 0.018934, 0.058161, 0.218161, 1.000000");
|
|
values ( "0.023680, 0.028400, 0.053217, 0.123381, 0.491151",\
|
|
"0.023680, 0.028400, 0.053217, 0.123381, 0.491151",\
|
|
"0.023680, 0.028400, 0.053217, 0.123381, 0.491151",\
|
|
"0.023680, 0.028400, 0.053217, 0.123381, 0.491151",\
|
|
"0.023680, 0.028400, 0.053217, 0.123381, 0.491151");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[34] */
|
|
|
|
pin("mgmt_gpio_oeb[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002272 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[33];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.020332, 0.025970, 0.043596, 0.117871, 0.471765",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.471765",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.471765",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.471765",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.471765");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144",\
|
|
"2.537306, 2.548347, 2.583099, 2.710329, 3.317144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854",\
|
|
"0.021503, 0.032323, 0.072579, 0.253709, 1.132854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205",\
|
|
"2.479951, 2.488665, 2.511977, 2.573567, 2.838205");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002772, 0.013045, 0.052272, 0.212272, 1.000000");
|
|
values ( "0.020332, 0.025970, 0.043596, 0.117871, 0.468635",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.468635",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.468635",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.468635",\
|
|
"0.020332, 0.025970, 0.043596, 0.117871, 0.468635");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[33]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[33] */
|
|
|
|
pin("mgmt_gpio_oeb[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002277 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[32];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.020405, 0.025960, 0.043650, 0.117211, 0.471582",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.471582",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.471582",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.471582",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.471582");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956",\
|
|
"2.646614, 2.657600, 2.692281, 2.819480, 3.426956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306",\
|
|
"0.021606, 0.032437, 0.072664, 0.253617, 1.132306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748",\
|
|
"2.638830, 2.647470, 2.670661, 2.731911, 2.996748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002777, 0.013049, 0.052277, 0.212277, 1.000000");
|
|
values ( "0.020405, 0.025960, 0.043650, 0.117211, 0.468642",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.468642",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.468642",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.468642",\
|
|
"0.020405, 0.025960, 0.043650, 0.117211, 0.468642");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[32]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[32] */
|
|
|
|
pin("mgmt_gpio_oeb[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002145 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.020294, 0.025903, 0.043561, 0.117354, 0.472007",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.472007",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.472007",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.472007",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.472007");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903",\
|
|
"2.585118, 2.596139, 2.630852, 2.758156, 3.365903");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216",\
|
|
"0.021463, 0.032295, 0.072504, 0.253702, 1.133216");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987",\
|
|
"2.532624, 2.541343, 2.564631, 2.625927, 2.890987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002645, 0.012917, 0.052145, 0.212145, 1.000000");
|
|
values ( "0.020294, 0.025903, 0.043561, 0.117354, 0.468876",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.468876",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.468876",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.468876",\
|
|
"0.020294, 0.025903, 0.043561, 0.117354, 0.468876");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[31] */
|
|
|
|
pin("mgmt_gpio_oeb[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003417 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.021035, 0.026451, 0.043975, 0.117119, 0.476782",\
|
|
"0.021035, 0.026451, 0.043975, 0.117119, 0.476782",\
|
|
"0.021035, 0.026451, 0.043975, 0.117119, 0.476782",\
|
|
"0.021035, 0.026451, 0.043975, 0.117119, 0.476782",\
|
|
"0.021035, 0.026451, 0.043975, 0.117119, 0.476782");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912",\
|
|
"2.617783, 2.628547, 2.663253, 2.788741, 3.398912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340",\
|
|
"0.022749, 0.033508, 0.073696, 0.254857, 1.139340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064",\
|
|
"2.594745, 2.603092, 2.626211, 2.688817, 2.954064");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003917, 0.014189, 0.053417, 0.213417, 1.000000");
|
|
values ( "0.021035, 0.026451, 0.043975, 0.116251, 0.472225",\
|
|
"0.021035, 0.026451, 0.043975, 0.116251, 0.472225",\
|
|
"0.021035, 0.026451, 0.043975, 0.116251, 0.472225",\
|
|
"0.021035, 0.026451, 0.043975, 0.116251, 0.472225",\
|
|
"0.021035, 0.026451, 0.043975, 0.116251, 0.472225");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[30] */
|
|
|
|
pin("mgmt_gpio_oeb[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.008041 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.023728, 0.028564, 0.049783, 0.120932, 0.484192",\
|
|
"0.023728, 0.028564, 0.049783, 0.120932, 0.484192",\
|
|
"0.023728, 0.028564, 0.049783, 0.120932, 0.484192",\
|
|
"0.023728, 0.028564, 0.049783, 0.120932, 0.484192",\
|
|
"0.023728, 0.028564, 0.049783, 0.120932, 0.484192");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723",\
|
|
"2.667459, 2.677245, 2.712294, 2.837755, 3.447723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928",\
|
|
"0.028119, 0.038608, 0.082975, 0.262004, 1.149928");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525",\
|
|
"2.651536, 2.658504, 2.681256, 2.743893, 3.009525");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008541, 0.018813, 0.058041, 0.218041, 1.000000");
|
|
values ( "0.023728, 0.028564, 0.049783, 0.119479, 0.477669",\
|
|
"0.023728, 0.028564, 0.049783, 0.119479, 0.477669",\
|
|
"0.023728, 0.028564, 0.049783, 0.119479, 0.477669",\
|
|
"0.023728, 0.028564, 0.049783, 0.119479, 0.477669",\
|
|
"0.023728, 0.028564, 0.049783, 0.119479, 0.477669");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[29] */
|
|
|
|
pin("mgmt_gpio_oeb[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005287 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.022113, 0.027323, 0.044798, 0.119927, 0.474427",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.474427",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.474427",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.474427",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.474427");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639",\
|
|
"2.615323, 2.625655, 2.660128, 2.787883, 3.393639");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275",\
|
|
"0.024946, 0.035624, 0.075866, 0.257952, 1.136275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184",\
|
|
"2.577601, 2.585353, 2.608006, 2.669703, 2.934184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005787, 0.016059, 0.055287, 0.215287, 1.000000");
|
|
values ( "0.022113, 0.027323, 0.044798, 0.119927, 0.470595",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.470595",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.470595",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.470595",\
|
|
"0.022113, 0.027323, 0.044798, 0.119927, 0.470595");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[28] */
|
|
|
|
pin("mgmt_gpio_oeb[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002715 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.020823, 0.026301, 0.043919, 0.117907, 0.473099",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.473099",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.473099",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.473099",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.473099");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453",\
|
|
"2.692934, 2.703921, 2.738714, 2.866216, 3.473453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385",\
|
|
"0.022605, 0.033343, 0.073386, 0.254588, 1.134385");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409",\
|
|
"2.703208, 2.711729, 2.734874, 2.796203, 3.061409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003215, 0.013487, 0.052715, 0.212715, 1.000000");
|
|
values ( "0.020823, 0.026301, 0.043919, 0.117907, 0.469744",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.469744",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.469744",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.469744",\
|
|
"0.020823, 0.026301, 0.043919, 0.117907, 0.469744");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[27] */
|
|
|
|
pin("mgmt_gpio_oeb[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.021309, 0.026658, 0.044188, 0.119397, 0.476131",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.476131",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.476131",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.476131",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.476131");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331",\
|
|
"2.581856, 2.592530, 2.627199, 2.752665, 3.362331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424",\
|
|
"0.023446, 0.034170, 0.074319, 0.255175, 1.138424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862",\
|
|
"2.559308, 2.567493, 2.590469, 2.651851, 2.917862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.021309, 0.026658, 0.044188, 0.119397, 0.471845",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.471845",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.471845",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.471845",\
|
|
"0.021309, 0.026658, 0.044188, 0.119397, 0.471845");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[26] */
|
|
|
|
pin("mgmt_gpio_oeb[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003004 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.020782, 0.026241, 0.047151, 0.117774, 0.480542",\
|
|
"0.020782, 0.026241, 0.047151, 0.117774, 0.480542",\
|
|
"0.020782, 0.026241, 0.047151, 0.117774, 0.480542",\
|
|
"0.020782, 0.026241, 0.047151, 0.117774, 0.480542",\
|
|
"0.020782, 0.026241, 0.047151, 0.117774, 0.480542");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346",\
|
|
"2.590154, 2.601031, 2.636344, 2.761537, 3.373346");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362",\
|
|
"0.022309, 0.033066, 0.076808, 0.255462, 1.144362");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782",\
|
|
"2.545454, 2.553966, 2.577668, 2.640130, 2.906782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003504, 0.013776, 0.053004, 0.213004, 1.000000");
|
|
values ( "0.020782, 0.026241, 0.047151, 0.116668, 0.474659",\
|
|
"0.020782, 0.026241, 0.047151, 0.116668, 0.474659",\
|
|
"0.020782, 0.026241, 0.047151, 0.116668, 0.474659",\
|
|
"0.020782, 0.026241, 0.047151, 0.116668, 0.474659",\
|
|
"0.020782, 0.026241, 0.047151, 0.116668, 0.474659");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[25] */
|
|
|
|
pin("mgmt_gpio_oeb[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002292 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.020565, 0.026097, 0.043762, 0.117331, 0.471914",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.471914",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.471914",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.471914",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.471914");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622",\
|
|
"2.643126, 2.654237, 2.689083, 2.816419, 3.423622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807",\
|
|
"0.022336, 0.033075, 0.073068, 0.253684, 1.132807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926",\
|
|
"2.636895, 2.645536, 2.668736, 2.730022, 2.994926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002792, 0.013064, 0.052292, 0.212292, 1.000000");
|
|
values ( "0.020565, 0.026097, 0.043762, 0.117331, 0.468895",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.468895",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.468895",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.468895",\
|
|
"0.020565, 0.026097, 0.043762, 0.117331, 0.468895");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[24] */
|
|
|
|
pin("mgmt_gpio_oeb[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003334 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.021001, 0.026380, 0.047362, 0.118057, 0.481373",\
|
|
"0.021001, 0.026380, 0.047362, 0.118057, 0.481373",\
|
|
"0.021001, 0.026380, 0.047362, 0.118057, 0.481373",\
|
|
"0.021001, 0.026380, 0.047362, 0.118057, 0.481373",\
|
|
"0.021001, 0.026380, 0.047362, 0.118057, 0.481373");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919",\
|
|
"2.633775, 2.644607, 2.679955, 2.805193, 3.416919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165",\
|
|
"0.022859, 0.033577, 0.077331, 0.255981, 1.145165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295",\
|
|
"2.619026, 2.627408, 2.651021, 2.713486, 2.980295");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003834, 0.014106, 0.053334, 0.213334, 1.000000");
|
|
values ( "0.021001, 0.026380, 0.047362, 0.116905, 0.475275",\
|
|
"0.021001, 0.026380, 0.047362, 0.116905, 0.475275",\
|
|
"0.021001, 0.026380, 0.047362, 0.116905, 0.475275",\
|
|
"0.021001, 0.026380, 0.047362, 0.116905, 0.475275",\
|
|
"0.021001, 0.026380, 0.047362, 0.116905, 0.475275");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[23] */
|
|
|
|
pin("mgmt_gpio_oeb[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002191 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.020431, 0.025978, 0.043651, 0.117439, 0.472429",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.472429",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.472429",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.472429",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.472429");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228",\
|
|
"2.650414, 2.661478, 2.696255, 2.823620, 3.431228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447",\
|
|
"0.021806, 0.032598, 0.072712, 0.253780, 1.133447");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447",\
|
|
"2.653075, 2.661746, 2.684976, 2.746271, 3.011447");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002691, 0.012963, 0.052191, 0.212191, 1.000000");
|
|
values ( "0.020431, 0.025978, 0.043651, 0.117439, 0.469260",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.469260",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.469260",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.469260",\
|
|
"0.020431, 0.025978, 0.043651, 0.117439, 0.469260");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[22] */
|
|
|
|
pin("mgmt_gpio_oeb[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001859 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399",\
|
|
"2.557565, 2.568645, 2.603334, 2.730249, 3.337399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978",\
|
|
"0.021086, 0.031946, 0.072219, 0.252533, 1.129978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036",\
|
|
"2.532118, 2.540898, 2.564167, 2.627938, 2.889036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002359, 0.012631, 0.051859, 0.211859, 1.000000");
|
|
values ( "0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673",\
|
|
"0.020143, 0.025784, 0.043509, 0.117893, 0.482673");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[21] */
|
|
|
|
pin("mgmt_gpio_oeb[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001349 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602",\
|
|
"2.664612, 2.675884, 2.710578, 2.837167, 3.451602");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475",\
|
|
"0.020700, 0.031601, 0.071841, 0.251181, 1.132475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885",\
|
|
"2.664492, 2.673488, 2.696762, 2.760148, 3.020885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001849, 0.012122, 0.051349, 0.211349, 1.000000");
|
|
values ( "0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365",\
|
|
"0.019852, 0.025588, 0.043400, 0.116827, 0.479365");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[20] */
|
|
|
|
pin("mgmt_gpio_oeb[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000932 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "2.701865, 2.711068, 2.734377, 2.797269, 3.056318",\
|
|
"2.701865, 2.711068, 2.734377, 2.797269, 3.056318",\
|
|
"2.701865, 2.711068, 2.734377, 2.797269, 3.056318",\
|
|
"2.701865, 2.711068, 2.734377, 2.797269, 3.056318",\
|
|
"2.701865, 2.711068, 2.734377, 2.797269, 3.056318");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.020267, 0.026039, 0.043849, 0.115246, 0.473015",\
|
|
"0.020267, 0.026039, 0.043849, 0.115246, 0.473015",\
|
|
"0.020267, 0.026039, 0.043849, 0.115246, 0.473015",\
|
|
"0.020267, 0.026039, 0.043849, 0.115246, 0.473015",\
|
|
"0.020267, 0.026039, 0.043849, 0.115246, 0.473015");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704",\
|
|
"2.629724, 2.641426, 2.676375, 2.802514, 3.413704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765",\
|
|
"0.021670, 0.032443, 0.072297, 0.249180, 1.125765");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "2.701589, 2.710792, 2.734100, 2.796991, 3.056041",\
|
|
"2.701589, 2.710792, 2.734100, 2.796991, 3.056041",\
|
|
"2.701589, 2.710792, 2.734100, 2.796991, 3.056041",\
|
|
"2.701589, 2.710792, 2.734100, 2.796991, 3.056041",\
|
|
"2.701589, 2.710792, 2.734100, 2.796991, 3.056041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001432, 0.011704, 0.050932, 0.210932, 1.000000");
|
|
values ( "0.020262, 0.026035, 0.043845, 0.115246, 0.473015",\
|
|
"0.020262, 0.026035, 0.043845, 0.115246, 0.473015",\
|
|
"0.020262, 0.026035, 0.043845, 0.115246, 0.473015",\
|
|
"0.020262, 0.026035, 0.043845, 0.115246, 0.473015",\
|
|
"0.020262, 0.026035, 0.043845, 0.115246, 0.473015");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[19] */
|
|
|
|
pin("mgmt_gpio_oeb[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001315 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249",\
|
|
"2.644129, 2.655364, 2.689939, 2.816014, 3.428249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929",\
|
|
"0.020516, 0.031458, 0.071815, 0.249995, 1.126929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227",\
|
|
"2.641307, 2.650301, 2.673500, 2.736373, 2.996227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001815, 0.012087, 0.051315, 0.211315, 1.000000");
|
|
values ( "0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454",\
|
|
"0.019790, 0.025565, 0.043445, 0.115617, 0.474454");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[18] */
|
|
|
|
pin("mgmt_gpio_oeb[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000738 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "2.625506, 2.636997, 2.671643, 2.797601, 3.409627",\
|
|
"2.625506, 2.636997, 2.671643, 2.797601, 3.409627",\
|
|
"2.625506, 2.636997, 2.671643, 2.797601, 3.409627",\
|
|
"2.625506, 2.636997, 2.671643, 2.797601, 3.409627",\
|
|
"2.625506, 2.636997, 2.671643, 2.797601, 3.409627");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.020020, 0.031000, 0.071304, 0.249061, 1.125543",\
|
|
"0.020020, 0.031000, 0.071304, 0.249061, 1.125543",\
|
|
"0.020020, 0.031000, 0.071304, 0.249061, 1.125543",\
|
|
"0.020020, 0.031000, 0.071304, 0.249061, 1.125543",\
|
|
"0.020020, 0.031000, 0.071304, 0.249061, 1.125543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "2.622497, 2.633981, 2.668619, 2.794571, 3.406615",\
|
|
"2.622497, 2.633981, 2.668619, 2.794571, 3.406615",\
|
|
"2.622497, 2.633981, 2.668619, 2.794571, 3.406615",\
|
|
"2.622497, 2.633981, 2.668619, 2.794571, 3.406615",\
|
|
"2.622497, 2.633981, 2.668619, 2.794571, 3.406615");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.019983, 0.030968, 0.071284, 0.249063, 1.125538",\
|
|
"0.019983, 0.030968, 0.071284, 0.249063, 1.125538",\
|
|
"0.019983, 0.030968, 0.071284, 0.249063, 1.125538",\
|
|
"0.019983, 0.030968, 0.071284, 0.249063, 1.125538",\
|
|
"0.019983, 0.030968, 0.071284, 0.249063, 1.125538");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393",\
|
|
"2.628662, 2.637949, 2.661242, 2.723982, 2.983393");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001238, 0.011510, 0.050738, 0.210738, 1.000000");
|
|
values ( "0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004",\
|
|
"0.019432, 0.025342, 0.043266, 0.115073, 0.473004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[17] */
|
|
|
|
pin("mgmt_gpio_oeb[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001152 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261",\
|
|
"2.739281, 2.751527, 2.787122, 2.913618, 3.524261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747",\
|
|
"0.024705, 0.035162, 0.074079, 0.249813, 1.126747");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137",\
|
|
"2.628079, 2.637171, 2.660437, 2.723414, 2.983137");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001652, 0.011924, 0.051152, 0.211152, 1.000000");
|
|
values ( "0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507",\
|
|
"0.020185, 0.025933, 0.043749, 0.115613, 0.474507");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[16] */
|
|
|
|
pin("mgmt_gpio_oeb[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000855 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572",\
|
|
"2.566372, 2.577838, 2.612498, 2.738374, 3.349572");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187",\
|
|
"0.019950, 0.030923, 0.071310, 0.249066, 1.125187");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129",\
|
|
"2.517521, 2.526789, 2.550142, 2.612906, 2.872129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001355, 0.011627, 0.050855, 0.210855, 1.000000");
|
|
values ( "0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588",\
|
|
"0.019422, 0.025373, 0.043251, 0.115101, 0.472588");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[15]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[15] */
|
|
|
|
pin("mgmt_gpio_oeb[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000925 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805",\
|
|
"2.554510, 2.565949, 2.600608, 2.726517, 3.337805");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543",\
|
|
"0.020028, 0.030994, 0.071379, 0.249216, 1.125543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426",\
|
|
"2.501809, 2.511046, 2.534397, 2.597198, 2.856426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001425, 0.011698, 0.050925, 0.210925, 1.000000");
|
|
values ( "0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861",\
|
|
"0.019467, 0.025405, 0.043272, 0.115207, 0.472861");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[14]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[14] */
|
|
|
|
pin("mgmt_gpio_oeb[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000910 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678",\
|
|
"2.570591, 2.582039, 2.616696, 2.742571, 3.353678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167",\
|
|
"0.020010, 0.030977, 0.071367, 0.249118, 1.125167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595",\
|
|
"2.523046, 2.532286, 2.555628, 2.618393, 2.877595");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001410, 0.011682, 0.050910, 0.210910, 1.000000");
|
|
values ( "0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586",\
|
|
"0.019460, 0.025398, 0.043274, 0.115125, 0.472586");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[13]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[13] */
|
|
|
|
pin("mgmt_gpio_oeb[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000981 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257",\
|
|
"2.485270, 2.496705, 2.531377, 2.657269, 3.268257");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440",\
|
|
"0.020081, 0.031036, 0.071431, 0.249236, 1.125440");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547",\
|
|
"2.434991, 2.444204, 2.467551, 2.530356, 2.789547");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001481, 0.011753, 0.050981, 0.210981, 1.000000");
|
|
values ( "0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821",\
|
|
"0.019501, 0.025432, 0.043292, 0.115230, 0.472821");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[12] */
|
|
|
|
pin("mgmt_gpio_oeb[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000904 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292",\
|
|
"2.635561, 2.646962, 2.681566, 2.807492, 3.419292");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444",\
|
|
"0.020028, 0.031011, 0.071382, 0.249224, 1.125444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388",\
|
|
"2.619837, 2.629050, 2.652332, 2.715075, 2.974388");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001404, 0.011676, 0.050904, 0.210904, 1.000000");
|
|
values ( "0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870",\
|
|
"0.019489, 0.025384, 0.043292, 0.115133, 0.472870");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[11] */
|
|
|
|
pin("mgmt_gpio_oeb[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000930 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462",\
|
|
"2.605794, 2.617203, 2.651829, 2.777769, 3.389462");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707",\
|
|
"0.020048, 0.031022, 0.071396, 0.249288, 1.125707");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035",\
|
|
"2.580425, 2.589636, 2.612937, 2.675720, 2.935035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001430, 0.011702, 0.050930, 0.210929, 1.000000");
|
|
values ( "0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087",\
|
|
"0.019496, 0.025398, 0.043290, 0.115218, 0.473087");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[10] */
|
|
|
|
pin("mgmt_gpio_oeb[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000880 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936",\
|
|
"2.463989, 2.475462, 2.510137, 2.635997, 3.246936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090",\
|
|
"0.019969, 0.030934, 0.071329, 0.249053, 1.125090");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501",\
|
|
"2.410919, 2.420183, 2.443550, 2.506321, 2.765501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001380, 0.011652, 0.050880, 0.210880, 1.000000");
|
|
values ( "0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500",\
|
|
"0.019429, 0.025387, 0.043255, 0.115108, 0.472500");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[9]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[9] */
|
|
|
|
pin("mgmt_gpio_oeb[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001153 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112",\
|
|
"2.498582, 2.509922, 2.544555, 2.670543, 3.282112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325",\
|
|
"0.020289, 0.031236, 0.071616, 0.249644, 1.126325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924",\
|
|
"2.453916, 2.463032, 2.486328, 2.549190, 2.808924");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001653, 0.011925, 0.051153, 0.211153, 1.000000");
|
|
values ( "0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836",\
|
|
"0.019635, 0.025504, 0.043360, 0.115466, 0.473836");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[8] */
|
|
|
|
pin("mgmt_gpio_oeb[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000935 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440",\
|
|
"2.525020, 2.536430, 2.571054, 2.696958, 3.308440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325",\
|
|
"0.020052, 0.031026, 0.071406, 0.249210, 1.125325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263",\
|
|
"2.495744, 2.504954, 2.528256, 2.591009, 2.850263");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001435, 0.011707, 0.050935, 0.210935, 1.000000");
|
|
values ( "0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746",\
|
|
"0.019497, 0.025403, 0.043296, 0.115142, 0.472746");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[7] */
|
|
|
|
pin("mgmt_gpio_oeb[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931",\
|
|
"2.476902, 2.488376, 2.523062, 2.648948, 3.259931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412",\
|
|
"0.019985, 0.030945, 0.071339, 0.249132, 1.125412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321",\
|
|
"2.425672, 2.434929, 2.458298, 2.521103, 2.780321");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804",\
|
|
"0.019441, 0.025394, 0.043256, 0.115192, 0.472804");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[6]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[6] */
|
|
|
|
pin("mgmt_gpio_oeb[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513",\
|
|
"2.622567, 2.634151, 2.668967, 2.795031, 3.406513");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672",\
|
|
"0.021063, 0.031916, 0.071961, 0.249210, 1.125672");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415",\
|
|
"2.556886, 2.566075, 2.589326, 2.652059, 2.911415");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001424, 0.011696, 0.050924, 0.210924, 1.000000");
|
|
values ( "0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996",\
|
|
"0.019518, 0.025388, 0.043310, 0.115147, 0.472996");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[5] */
|
|
|
|
pin("mgmt_gpio_oeb[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001132 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866",\
|
|
"2.669580, 2.681214, 2.716176, 2.842423, 3.453866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852",\
|
|
"0.021969, 0.032712, 0.072536, 0.249619, 1.126852");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786",\
|
|
"2.721827, 2.730935, 2.754221, 2.817221, 3.076786");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001632, 0.011905, 0.051132, 0.211132, 1.000000");
|
|
values ( "0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215",\
|
|
"0.020432, 0.026154, 0.043936, 0.115568, 0.474215");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[4] */
|
|
|
|
pin("mgmt_gpio_oeb[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000860 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "2.756015, 2.767481, 2.802143, 2.928118, 3.539989",\
|
|
"2.756015, 2.767481, 2.802143, 2.928118, 3.539989",\
|
|
"2.756015, 2.767481, 2.802143, 2.928118, 3.539989",\
|
|
"2.756015, 2.767481, 2.802143, 2.928118, 3.539989",\
|
|
"2.756015, 2.767481, 2.802143, 2.928118, 3.539989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.020282, 0.031234, 0.071503, 0.249187, 1.125562",\
|
|
"0.020282, 0.031234, 0.071503, 0.249187, 1.125562",\
|
|
"0.020282, 0.031234, 0.071503, 0.249187, 1.125562",\
|
|
"0.020282, 0.031234, 0.071503, 0.249187, 1.125562",\
|
|
"0.020282, 0.031234, 0.071503, 0.249187, 1.125562");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "2.752875, 2.764334, 2.798987, 2.924957, 3.536846",\
|
|
"2.752875, 2.764334, 2.798987, 2.924957, 3.536846",\
|
|
"2.752875, 2.764334, 2.798987, 2.924957, 3.536846",\
|
|
"2.752875, 2.764334, 2.798987, 2.924957, 3.536846",\
|
|
"2.752875, 2.764334, 2.798987, 2.924957, 3.536846");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.020243, 0.031200, 0.071482, 0.249189, 1.125556",\
|
|
"0.020243, 0.031200, 0.071482, 0.249189, 1.125556",\
|
|
"0.020243, 0.031200, 0.071482, 0.249189, 1.125556",\
|
|
"0.020243, 0.031200, 0.071482, 0.249189, 1.125556",\
|
|
"0.020243, 0.031200, 0.071482, 0.249189, 1.125556");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370",\
|
|
"2.780782, 2.790007, 2.813280, 2.876038, 3.135370");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001360, 0.011632, 0.050860, 0.210860, 1.000000");
|
|
values ( "0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004",\
|
|
"0.019595, 0.025465, 0.043372, 0.115135, 0.473004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[3] */
|
|
|
|
pin("mgmt_gpio_oeb[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001062 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623",\
|
|
"2.715270, 2.726859, 2.761744, 2.887943, 3.499623");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793",\
|
|
"0.021512, 0.032310, 0.072252, 0.249567, 1.126793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959",\
|
|
"2.702877, 2.712005, 2.735263, 2.798149, 3.057959");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001562, 0.011834, 0.051062, 0.211062, 1.000000");
|
|
values ( "0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206",\
|
|
"0.019861, 0.025662, 0.043527, 0.115470, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[2] */
|
|
|
|
pin("mgmt_gpio_oeb[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000759 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.451365, 1.463614, 1.499067, 1.625414, 2.235891",\
|
|
"1.493484, 1.505732, 1.541186, 1.667533, 2.278010",\
|
|
"1.527630, 1.539878, 1.575332, 1.701679, 2.312156",\
|
|
"1.568241, 1.580490, 1.615943, 1.742290, 2.352767",\
|
|
"1.602102, 1.614351, 1.649804, 1.776151, 2.386628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.994208, 2.003495, 2.026826, 2.089680, 2.348864",\
|
|
"2.048988, 2.058275, 2.081607, 2.144461, 2.403645",\
|
|
"2.120790, 2.130077, 2.153409, 2.216263, 2.475447",\
|
|
"2.251381, 2.260668, 2.283999, 2.346854, 2.606038",\
|
|
"2.464754, 2.474041, 2.497372, 2.560227, 2.819411");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.449952, 1.462200, 1.497653, 1.624000, 2.234478",\
|
|
"1.492071, 1.504319, 1.539772, 1.666119, 2.276596",\
|
|
"1.526217, 1.538465, 1.573918, 1.700265, 2.310742",\
|
|
"1.566777, 1.579025, 1.614478, 1.740825, 2.351302",\
|
|
"1.600638, 1.612886, 1.648340, 1.774686, 2.385164");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.990185, 1.999472, 2.022802, 2.085652, 2.344844",\
|
|
"2.044966, 2.054252, 2.077583, 2.140433, 2.399625",\
|
|
"2.116768, 2.126055, 2.149384, 2.212235, 2.471427",\
|
|
"2.247549, 2.256836, 2.280166, 2.343016, 2.602208",\
|
|
"2.461215, 2.470502, 2.493832, 2.556682, 2.815874");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.489578, 1.498865, 1.522197, 1.585051, 1.844235",\
|
|
"1.531697, 1.540984, 1.564315, 1.627170, 1.886354",\
|
|
"1.565843, 1.575130, 1.598461, 1.661316, 1.920500",\
|
|
"1.606454, 1.615741, 1.639073, 1.701927, 1.961111",\
|
|
"1.640316, 1.649602, 1.672934, 1.735788, 1.994972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.834480, 1.846728, 1.882182, 2.008528, 2.619006",\
|
|
"1.889261, 1.901509, 1.936962, 2.063309, 2.673786",\
|
|
"1.961062, 1.973311, 2.008764, 2.135111, 2.745588",\
|
|
"2.091653, 2.103902, 2.139355, 2.265702, 2.876179",\
|
|
"2.305026, 2.317275, 2.352728, 2.479075, 3.089552");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736",\
|
|
"0.023585, 0.034127, 0.073284, 0.248975, 1.125736");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.487148, 1.496435, 1.519765, 1.582615, 1.841807",\
|
|
"1.529267, 1.538553, 1.561884, 1.624734, 1.883926",\
|
|
"1.563413, 1.572700, 1.596030, 1.658880, 1.918072",\
|
|
"1.603973, 1.613260, 1.636590, 1.699440, 1.958632",\
|
|
"1.637834, 1.647121, 1.670451, 1.733301, 1.992493");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "1.831518, 1.843766, 1.879219, 2.005566, 2.616044",\
|
|
"1.886299, 1.898547, 1.934000, 2.060347, 2.670824",\
|
|
"1.958101, 1.970349, 2.005802, 2.132149, 2.742626",\
|
|
"2.088882, 2.101130, 2.136583, 2.262930, 2.873408",\
|
|
"2.302549, 2.314796, 2.350250, 2.476597, 3.087074");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "4.251270, 4.263521, 4.298977, 4.425324, 5.035800",\
|
|
"4.251270, 4.263521, 4.298977, 4.425324, 5.035800",\
|
|
"4.251270, 4.263521, 4.298977, 4.425324, 5.035800",\
|
|
"4.251270, 4.263521, 4.298977, 4.425324, 5.035800",\
|
|
"4.251270, 4.263521, 4.298977, 4.425324, 5.035800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.023596, 0.034137, 0.073290, 0.248977, 1.125730",\
|
|
"0.023596, 0.034137, 0.073290, 0.248977, 1.125730",\
|
|
"0.023596, 0.034137, 0.073290, 0.248977, 1.125730",\
|
|
"0.023596, 0.034137, 0.073290, 0.248977, 1.125730",\
|
|
"0.023596, 0.034137, 0.073290, 0.248977, 1.125730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "4.410954, 4.420240, 4.443573, 4.506427, 4.765611",\
|
|
"4.410954, 4.420240, 4.443573, 4.506427, 4.765611",\
|
|
"4.410954, 4.420240, 4.443573, 4.506427, 4.765611",\
|
|
"4.410954, 4.420240, 4.443573, 4.506427, 4.765611",\
|
|
"4.410954, 4.420240, 4.443573, 4.506427, 4.765611");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013",\
|
|
"0.019984, 0.025815, 0.043658, 0.115150, 0.473013");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "2.860556, 2.872804, 2.908257, 3.034604, 3.645081",\
|
|
"2.860556, 2.872804, 2.908257, 3.034604, 3.645081",\
|
|
"2.860556, 2.872804, 2.908257, 3.034604, 3.645081",\
|
|
"2.860556, 2.872804, 2.908257, 3.034604, 3.645081",\
|
|
"2.860556, 2.872804, 2.908257, 3.034604, 3.645081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737",\
|
|
"0.023584, 0.034126, 0.073283, 0.248975, 1.125737");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "2.962860, 2.972146, 2.995476, 3.058326, 3.317518",\
|
|
"2.962860, 2.972146, 2.995476, 3.058326, 3.317518",\
|
|
"2.962860, 2.972146, 2.995476, 3.058326, 3.317518",\
|
|
"2.962860, 2.972146, 2.995476, 3.058326, 3.317518",\
|
|
"2.962860, 2.972146, 2.995476, 3.058326, 3.317518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001259, 0.011532, 0.050759, 0.210759, 1.000000");
|
|
values ( "0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013",\
|
|
"0.019964, 0.025798, 0.043644, 0.115148, 0.473013");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[1]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[1] */
|
|
|
|
pin("mgmt_gpio_oeb[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000826 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_oeb[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.604529, 0.616598, 0.651917, 0.778281, 1.388960",\
|
|
"0.648757, 0.660825, 0.696145, 0.822508, 1.433188",\
|
|
"0.690630, 0.702699, 0.738018, 0.864382, 1.475062",\
|
|
"0.748163, 0.760231, 0.795550, 0.921914, 1.532594",\
|
|
"0.817563, 0.829631, 0.864950, 0.991313, 1.601994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023114, 0.033687, 0.073033, 0.249040, 1.126368",\
|
|
"0.023114, 0.033687, 0.073033, 0.249040, 1.126368",\
|
|
"0.023114, 0.033687, 0.073033, 0.249040, 1.126368",\
|
|
"0.023113, 0.033686, 0.073033, 0.249040, 1.126368",\
|
|
"0.023111, 0.033685, 0.073032, 0.249041, 1.126368");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.731614, 0.740868, 0.764189, 0.827069, 1.086287",\
|
|
"0.785362, 0.794615, 0.817936, 0.880816, 1.140035",\
|
|
"0.848348, 0.857602, 0.880923, 0.943803, 1.203021",\
|
|
"0.949949, 0.959203, 0.982524, 1.045404, 1.304622",\
|
|
"1.106563, 1.115817, 1.139138, 1.202018, 1.461237");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.604085, 0.616145, 0.651455, 0.777813, 1.388513",\
|
|
"0.648313, 0.660372, 0.695683, 0.822041, 1.432741",\
|
|
"0.690186, 0.702246, 0.737556, 0.863914, 1.474614",\
|
|
"0.747732, 0.759792, 0.795102, 0.921461, 1.532160",\
|
|
"0.817159, 0.829219, 0.864529, 0.990887, 1.601587");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023071, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023071, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023071, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023072, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023072, 0.033651, 0.073011, 0.249043, 1.126362");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.730147, 0.739400, 0.762718, 0.825592, 1.084823",\
|
|
"0.783894, 0.793147, 0.816465, 0.879339, 1.138570",\
|
|
"0.846881, 0.856134, 0.879452, 0.942326, 1.201557",\
|
|
"0.948471, 0.957724, 0.981042, 1.043916, 1.303147",\
|
|
"1.105059, 1.114312, 1.137630, 1.200504, 1.459735");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043632, 0.115247, 0.473318");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.746809, 0.756063, 0.779384, 0.842264, 1.101482",\
|
|
"0.791037, 0.800291, 0.823611, 0.886492, 1.145710",\
|
|
"0.832910, 0.842164, 0.865485, 0.928365, 1.187583",\
|
|
"0.889831, 0.899085, 0.922405, 0.985286, 1.244504",\
|
|
"0.957891, 0.967145, 0.990466, 1.053346, 1.312564");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319",\
|
|
"0.019993, 0.025813, 0.043654, 0.115251, 0.473319");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.633305, 0.645374, 0.680693, 0.807057, 1.417736",\
|
|
"0.687052, 0.699121, 0.734441, 0.860804, 1.471484",\
|
|
"0.750039, 0.762108, 0.797428, 0.923791, 1.534471",\
|
|
"0.852284, 0.864353, 0.899672, 1.026035, 1.636716",\
|
|
"1.010007, 1.022075, 1.057394, 1.183757, 1.794438");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023114, 0.033687, 0.073033, 0.249040, 1.126368",\
|
|
"0.023114, 0.033687, 0.073033, 0.249040, 1.126368",\
|
|
"0.023114, 0.033687, 0.073033, 0.249040, 1.126368",\
|
|
"0.023113, 0.033686, 0.073033, 0.249040, 1.126368",\
|
|
"0.023111, 0.033685, 0.073032, 0.249041, 1.126368");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.745342, 0.754595, 0.777913, 0.840787, 1.100018",\
|
|
"0.789569, 0.798823, 0.822141, 0.885015, 1.144245",\
|
|
"0.831443, 0.840696, 0.864014, 0.926888, 1.186119",\
|
|
"0.888353, 0.897606, 0.920924, 0.983798, 1.243028",\
|
|
"0.956387, 0.965640, 0.988958, 1.051832, 1.311063");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043633, 0.115247, 0.473319",\
|
|
"0.019963, 0.025787, 0.043632, 0.115247, 0.473318");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.632861, 0.644921, 0.680231, 0.806589, 1.417289",\
|
|
"0.686608, 0.698668, 0.733978, 0.860336, 1.471036",\
|
|
"0.749595, 0.761655, 0.796965, 0.923323, 1.534023",\
|
|
"0.851854, 0.863914, 0.899224, 1.025582, 1.636282",\
|
|
"1.009602, 1.021662, 1.056972, 1.183331, 1.794030");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023071, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023071, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023071, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023072, 0.033651, 0.073010, 0.249043, 1.126362",\
|
|
"0.023072, 0.033651, 0.073011, 0.249043, 1.126362");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.586764, 0.598827, 0.634141, 0.760501, 1.371193",\
|
|
"0.624043, 0.636107, 0.671421, 0.797781, 1.408473",\
|
|
"0.646924, 0.658987, 0.694301, 0.820662, 1.431353",\
|
|
"0.672259, 0.684322, 0.719636, 0.845996, 1.456688",\
|
|
"0.687431, 0.699494, 0.734808, 0.861169, 1.471860");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023089, 0.033665, 0.073019, 0.249042, 1.126364",\
|
|
"0.023089, 0.033665, 0.073019, 0.249042, 1.126364",\
|
|
"0.023089, 0.033665, 0.073020, 0.249042, 1.126364",\
|
|
"0.023089, 0.033666, 0.073020, 0.249042, 1.126364",\
|
|
"0.023089, 0.033666, 0.073020, 0.249042, 1.126364");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.646112, 0.655365, 0.678682, 0.741554, 1.000789",\
|
|
"0.699244, 0.708497, 0.731815, 0.794686, 1.053921",\
|
|
"0.755061, 0.764314, 0.787631, 0.850503, 1.109738",\
|
|
"0.842130, 0.851383, 0.874700, 0.937572, 1.196807",\
|
|
"0.983343, 0.992596, 1.015913, 1.078785, 1.338020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019952, 0.025778, 0.043625, 0.115246, 0.473318",\
|
|
"0.019952, 0.025778, 0.043625, 0.115246, 0.473318",\
|
|
"0.019952, 0.025777, 0.043625, 0.115246, 0.473318",\
|
|
"0.019952, 0.025777, 0.043624, 0.115246, 0.473318",\
|
|
"0.019951, 0.025776, 0.043623, 0.115246, 0.473318");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.586764, 0.598827, 0.634141, 0.760501, 1.371193",\
|
|
"0.624043, 0.636107, 0.671421, 0.797781, 1.408473",\
|
|
"0.646924, 0.658987, 0.694301, 0.820662, 1.431353",\
|
|
"0.672259, 0.684322, 0.719636, 0.845996, 1.456688",\
|
|
"0.687431, 0.699494, 0.734808, 0.861169, 1.471860");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023089, 0.033665, 0.073019, 0.249042, 1.126364",\
|
|
"0.023089, 0.033665, 0.073019, 0.249042, 1.126364",\
|
|
"0.023089, 0.033665, 0.073020, 0.249042, 1.126364",\
|
|
"0.023089, 0.033666, 0.073020, 0.249042, 1.126364",\
|
|
"0.023089, 0.033666, 0.073020, 0.249042, 1.126364");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.646112, 0.655365, 0.678682, 0.741554, 1.000789",\
|
|
"0.699244, 0.708497, 0.731815, 0.794686, 1.053921",\
|
|
"0.755061, 0.764314, 0.787631, 0.850503, 1.109738",\
|
|
"0.842130, 0.851383, 0.874700, 0.937572, 1.196807",\
|
|
"0.983343, 0.992596, 1.015913, 1.078785, 1.338020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019952, 0.025778, 0.043625, 0.115246, 0.473318",\
|
|
"0.019952, 0.025778, 0.043625, 0.115246, 0.473318",\
|
|
"0.019952, 0.025777, 0.043625, 0.115246, 0.473318",\
|
|
"0.019952, 0.025777, 0.043624, 0.115246, 0.473318",\
|
|
"0.019951, 0.025776, 0.043623, 0.115246, 0.473318");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052",\
|
|
"2.802623, 2.814685, 2.849997, 2.976357, 3.587052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363",\
|
|
"0.023082, 0.033659, 0.073016, 0.249042, 1.126363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890",\
|
|
"2.865216, 2.874469, 2.897789, 2.960666, 3.219890");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001326, 0.011598, 0.050826, 0.210826, 1.000000");
|
|
values ( "0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319",\
|
|
"0.019981, 0.025802, 0.043645, 0.115250, 0.473319");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_oeb[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[0] */
|
|
} /* end of bus mgmt_gpio_oeb */
|
|
bus ( mgmt_gpio_out ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_out[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003108 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[37];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.721718, 0.732927, 0.768171, 0.896557, 1.503675",\
|
|
"0.766203, 0.777412, 0.812656, 0.941043, 1.548160",\
|
|
"0.817045, 0.828254, 0.863498, 0.991884, 1.599002",\
|
|
"0.889805, 0.901014, 0.936258, 1.064644, 1.671762",\
|
|
"0.981544, 0.992753, 1.027998, 1.156384, 1.763501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024729, 0.035217, 0.074644, 0.256383, 1.140344",\
|
|
"0.024729, 0.035217, 0.074644, 0.256383, 1.140344",\
|
|
"0.024729, 0.035217, 0.074644, 0.256383, 1.140344",\
|
|
"0.024730, 0.035218, 0.074644, 0.256383, 1.140344",\
|
|
"0.024730, 0.035219, 0.074645, 0.256383, 1.140344");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.802515, 0.810954, 0.834147, 0.896841, 1.162278",\
|
|
"0.857995, 0.866435, 0.889627, 0.952322, 1.217759",\
|
|
"0.930810, 0.939250, 0.962442, 1.025136, 1.290574",\
|
|
"1.068852, 1.077291, 1.100484, 1.163178, 1.428615",\
|
|
"1.292342, 1.300781, 1.323974, 1.386668, 1.652105");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117133, 0.477399");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.719307, 0.730516, 0.765760, 0.894145, 1.501264",\
|
|
"0.763793, 0.775002, 0.810245, 0.938631, 1.545750",\
|
|
"0.814634, 0.825843, 0.861087, 0.989472, 1.596591",\
|
|
"0.887432, 0.898641, 0.933884, 1.062270, 1.669389",\
|
|
"0.979266, 0.990475, 1.025718, 1.154104, 1.761223");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024727, 0.035215, 0.074643, 0.256383, 1.140343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.796374, 0.804813, 0.828004, 0.890694, 1.156138",\
|
|
"0.851855, 0.860293, 0.883484, 0.946175, 1.211619",\
|
|
"0.924669, 0.933108, 0.956299, 1.018990, 1.284434",\
|
|
"1.063017, 1.071456, 1.094647, 1.157338, 1.422781",\
|
|
"1.287062, 1.295501, 1.318692, 1.381383, 1.646826");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044100, 0.116238, 0.472702");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.894489, 0.902928, 0.926120, 0.988815, 1.254252",\
|
|
"0.938974, 0.947414, 0.970606, 1.033300, 1.298737",\
|
|
"0.989815, 0.998255, 1.021447, 1.084142, 1.349579",\
|
|
"1.062157, 1.070596, 1.093789, 1.156483, 1.421920",\
|
|
"1.152761, 1.161201, 1.184393, 1.247087, 1.512524");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117132, 0.477399",\
|
|
"0.021223, 0.026619, 0.044113, 0.117133, 0.477399");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.750379, 0.761588, 0.796832, 0.925219, 1.532336",\
|
|
"0.805860, 0.817069, 0.852313, 0.980699, 1.587817",\
|
|
"0.878675, 0.889884, 0.925128, 1.053514, 1.660632",\
|
|
"1.016772, 1.027981, 1.063226, 1.191612, 1.798729",\
|
|
"1.240388, 1.251597, 1.286842, 1.415228, 2.022345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024729, 0.035217, 0.074644, 0.256383, 1.140344",\
|
|
"0.024729, 0.035217, 0.074644, 0.256383, 1.140344",\
|
|
"0.024729, 0.035217, 0.074644, 0.256383, 1.140344",\
|
|
"0.024730, 0.035218, 0.074644, 0.256383, 1.140344",\
|
|
"0.024730, 0.035219, 0.074645, 0.256383, 1.140344");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.892019, 0.900458, 0.923649, 0.986339, 1.251783",\
|
|
"0.936504, 0.944943, 0.968134, 1.030825, 1.296268",\
|
|
"0.987346, 0.995785, 1.018975, 1.081666, 1.347110",\
|
|
"1.059708, 1.068147, 1.091338, 1.154029, 1.419472",\
|
|
"1.150367, 1.158806, 1.181997, 1.244688, 1.510131");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044101, 0.116238, 0.472702",\
|
|
"0.021207, 0.026604, 0.044100, 0.116238, 0.472702");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.745079, 0.756288, 0.791531, 0.919917, 1.527036",\
|
|
"0.800560, 0.811769, 0.847012, 0.975398, 1.582517",\
|
|
"0.873375, 0.884583, 0.919827, 1.048213, 1.655331",\
|
|
"1.011785, 1.022993, 1.058237, 1.186623, 1.793741",\
|
|
"1.235967, 1.247175, 1.282419, 1.410805, 2.017923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024726, 0.035215, 0.074643, 0.256383, 1.140343",\
|
|
"0.024727, 0.035215, 0.074643, 0.256383, 1.140343");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.672126, 0.683339, 0.718588, 0.846977, 1.454085",\
|
|
"0.716528, 0.727740, 0.762989, 0.891378, 1.498486",\
|
|
"0.758440, 0.769652, 0.804901, 0.933290, 1.540398",\
|
|
"0.815144, 0.826356, 0.861605, 0.989994, 1.597102",\
|
|
"0.884414, 0.895627, 0.930876, 1.059265, 1.666372");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024750, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024750, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024750, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024751, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024751, 0.035237, 0.074656, 0.256381, 1.140347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.753585, 0.762025, 0.785217, 0.847912, 1.113348",\
|
|
"0.807396, 0.815836, 0.839028, 0.901723, 1.167159",\
|
|
"0.870789, 0.879228, 0.902421, 0.965116, 1.230552",\
|
|
"0.972575, 0.981015, 1.004208, 1.066903, 1.332339",\
|
|
"1.130996, 1.139435, 1.162628, 1.225323, 1.490759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021225, 0.026621, 0.044115, 0.117133, 0.477399",\
|
|
"0.021225, 0.026621, 0.044115, 0.117133, 0.477399",\
|
|
"0.021225, 0.026621, 0.044115, 0.117133, 0.477399",\
|
|
"0.021225, 0.026621, 0.044115, 0.117133, 0.477399",\
|
|
"0.021225, 0.026621, 0.044115, 0.117133, 0.477399");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.672126, 0.683339, 0.718588, 0.846977, 1.454085",\
|
|
"0.716528, 0.727740, 0.762989, 0.891378, 1.498486",\
|
|
"0.758440, 0.769652, 0.804901, 0.933290, 1.540398",\
|
|
"0.815144, 0.826356, 0.861605, 0.989994, 1.597102",\
|
|
"0.884414, 0.895627, 0.930876, 1.059265, 1.666372");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024750, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024750, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024750, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024751, 0.035236, 0.074656, 0.256382, 1.140347",\
|
|
"0.024751, 0.035237, 0.074656, 0.256381, 1.140347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.753585, 0.762025, 0.785217, 0.847912, 1.113348",\
|
|
"0.807396, 0.815836, 0.839028, 0.901723, 1.167159",\
|
|
"0.870789, 0.879228, 0.902421, 0.965116, 1.230552",\
|
|
"0.972575, 0.981015, 1.004208, 1.066903, 1.332339",\
|
|
"1.130996, 1.139435, 1.162628, 1.225323, 1.490759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021225, 0.026621, 0.044115, 0.116241, 0.472703",\
|
|
"0.021225, 0.026621, 0.044115, 0.116241, 0.472703",\
|
|
"0.021225, 0.026621, 0.044115, 0.116241, 0.472703",\
|
|
"0.021225, 0.026621, 0.044115, 0.116241, 0.472703",\
|
|
"0.021225, 0.026621, 0.044115, 0.116241, 0.472703");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021209, 0.026607, 0.044102, 0.117131, 0.477398",\
|
|
"0.021209, 0.026607, 0.044102, 0.117131, 0.477398",\
|
|
"0.021209, 0.026607, 0.044102, 0.117131, 0.477398",\
|
|
"0.021209, 0.026607, 0.044102, 0.117131, 0.477398",\
|
|
"0.021209, 0.026607, 0.044102, 0.117131, 0.477398");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765",\
|
|
"2.564807, 2.576019, 2.611266, 2.739654, 3.346765");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346",\
|
|
"0.024743, 0.035229, 0.074652, 0.256382, 1.140346");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540",\
|
|
"2.710776, 2.719215, 2.742406, 2.805098, 3.070540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003608, 0.013880, 0.053108, 0.213108, 1.000000");
|
|
values ( "0.021209, 0.026607, 0.044102, 0.116238, 0.472702",\
|
|
"0.021209, 0.026607, 0.044102, 0.116238, 0.472702",\
|
|
"0.021209, 0.026607, 0.044102, 0.116238, 0.472702",\
|
|
"0.021209, 0.026607, 0.044102, 0.116238, 0.472702",\
|
|
"0.021209, 0.026607, 0.044102, 0.116238, 0.472702");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[37]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[37] */
|
|
|
|
pin("mgmt_gpio_out[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002051 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[36];
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.738567, 0.750083, 0.785373, 0.912837, 1.519139",\
|
|
"0.783052, 0.794569, 0.829859, 0.957323, 1.563625",\
|
|
"0.833894, 0.845410, 0.880700, 1.008164, 1.614466",\
|
|
"0.906653, 0.918170, 0.953460, 1.080924, 1.687226",\
|
|
"0.998393, 1.009909, 1.045200, 1.172664, 1.778965");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024042, 0.034545, 0.073916, 0.253008, 1.132082",\
|
|
"0.024042, 0.034545, 0.073916, 0.253008, 1.132082",\
|
|
"0.024042, 0.034545, 0.073916, 0.253008, 1.132082",\
|
|
"0.024042, 0.034545, 0.073917, 0.253008, 1.132082",\
|
|
"0.024043, 0.034546, 0.073917, 0.253008, 1.132082");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.814697, 0.823420, 0.846674, 0.910708, 1.172573",\
|
|
"0.870178, 0.878901, 0.902155, 0.966188, 1.228054",\
|
|
"0.942993, 0.951716, 0.974969, 1.039003, 1.300869",\
|
|
"1.081033, 1.089757, 1.113011, 1.177044, 1.438910",\
|
|
"1.304522, 1.313245, 1.336499, 1.400533, 1.662398");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.736169, 0.747685, 0.782975, 0.910438, 1.516741",\
|
|
"0.780654, 0.792170, 0.827460, 0.954924, 1.561226",\
|
|
"0.831495, 0.843012, 0.878302, 1.005765, 1.612068",\
|
|
"0.904294, 0.915810, 0.951100, 1.078563, 1.684866",\
|
|
"0.996129, 1.007645, 1.042935, 1.170399, 1.776702");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.808463, 0.817185, 0.840437, 0.904467, 1.166340",\
|
|
"0.863943, 0.872665, 0.895918, 0.959947, 1.221820",\
|
|
"0.936758, 0.945480, 0.968732, 1.032762, 1.294635",\
|
|
"1.075106, 1.083828, 1.107081, 1.171110, 1.432983",\
|
|
"1.299152, 1.307874, 1.331127, 1.395156, 1.657029");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.906758, 0.915481, 0.938735, 1.002769, 1.264634",\
|
|
"0.951244, 0.959967, 0.983220, 1.047254, 1.309120",\
|
|
"1.002085, 1.010808, 1.034062, 1.098096, 1.359961",\
|
|
"1.074426, 1.083149, 1.106403, 1.170436, 1.432302",\
|
|
"1.165029, 1.173752, 1.197006, 1.261039, 1.522905");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179",\
|
|
"0.020693, 0.026234, 0.043883, 0.118457, 0.471179");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.767145, 0.778661, 0.813951, 0.941415, 1.547717",\
|
|
"0.822625, 0.834142, 0.869432, 0.996896, 1.603198",\
|
|
"0.895440, 0.906957, 0.942247, 1.069711, 1.676013",\
|
|
"1.033537, 1.045054, 1.080344, 1.207808, 1.814109",\
|
|
"1.257151, 1.268668, 1.303959, 1.431423, 2.037724");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024042, 0.034545, 0.073916, 0.253008, 1.132082",\
|
|
"0.024042, 0.034545, 0.073916, 0.253008, 1.132082",\
|
|
"0.024042, 0.034545, 0.073916, 0.253008, 1.132082",\
|
|
"0.024042, 0.034545, 0.073917, 0.253008, 1.132082",\
|
|
"0.024043, 0.034546, 0.073917, 0.253008, 1.132082");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.904195, 0.912917, 0.936170, 1.000199, 1.262072",\
|
|
"0.948681, 0.957403, 0.980655, 1.044685, 1.306558",\
|
|
"0.999522, 1.008244, 1.031497, 1.095526, 1.357399",\
|
|
"1.071885, 1.080607, 1.103859, 1.167889, 1.429762",\
|
|
"1.162545, 1.171267, 1.194519, 1.258549, 1.520422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364",\
|
|
"0.020675, 0.026218, 0.043870, 0.118455, 0.468364");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.761857, 0.773373, 0.808663, 0.936127, 1.542429",\
|
|
"0.817338, 0.828854, 0.864144, 0.991608, 1.597910",\
|
|
"0.890153, 0.901669, 0.936959, 1.064422, 1.670725",\
|
|
"1.028563, 1.040079, 1.075369, 1.202833, 1.809135",\
|
|
"1.252745, 1.264261, 1.299551, 1.427015, 2.033317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081",\
|
|
"0.024041, 0.034544, 0.073916, 0.253009, 1.132081");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.689652, 0.701172, 0.736466, 0.863932, 1.470226",\
|
|
"0.734054, 0.745573, 0.780867, 0.908333, 1.514627",\
|
|
"0.775966, 0.787485, 0.822779, 0.950245, 1.556539",\
|
|
"0.832674, 0.844193, 0.879487, 1.006953, 1.613247",\
|
|
"0.901946, 0.913465, 0.948760, 1.076226, 1.682519");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024060, 0.034561, 0.073926, 0.253007, 1.132084");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.766779, 0.775502, 0.798756, 0.862790, 1.124655",\
|
|
"0.820589, 0.829312, 0.852566, 0.916600, 1.178465",\
|
|
"0.883974, 0.892698, 0.915951, 0.979986, 1.241850",\
|
|
"0.985745, 0.994468, 1.017722, 1.081756, 1.343621",\
|
|
"1.144151, 1.152874, 1.176129, 1.240163, 1.502027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020695, 0.026236, 0.043885, 0.118457, 0.471179",\
|
|
"0.020695, 0.026236, 0.043885, 0.118457, 0.471179",\
|
|
"0.020695, 0.026236, 0.043885, 0.118457, 0.471179",\
|
|
"0.020695, 0.026236, 0.043885, 0.118457, 0.471179",\
|
|
"0.020695, 0.026236, 0.043885, 0.118458, 0.471179");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.689652, 0.701172, 0.736466, 0.863932, 1.470226",\
|
|
"0.734054, 0.745573, 0.780867, 0.908333, 1.514627",\
|
|
"0.775966, 0.787485, 0.822779, 0.950245, 1.556539",\
|
|
"0.832674, 0.844193, 0.879487, 1.006953, 1.613247",\
|
|
"0.901946, 0.913465, 0.948760, 1.076226, 1.682519");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024059, 0.034560, 0.073926, 0.253007, 1.132084",\
|
|
"0.024060, 0.034561, 0.073926, 0.253007, 1.132084");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.766779, 0.775502, 0.798756, 0.862790, 1.124655",\
|
|
"0.820589, 0.829312, 0.852566, 0.916600, 1.178465",\
|
|
"0.883974, 0.892698, 0.915951, 0.979986, 1.241850",\
|
|
"0.985745, 0.994468, 1.017722, 1.081756, 1.343621",\
|
|
"1.144151, 1.152874, 1.176129, 1.240163, 1.502027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020695, 0.026236, 0.043885, 0.118457, 0.468366",\
|
|
"0.020695, 0.026236, 0.043885, 0.118457, 0.468366",\
|
|
"0.020695, 0.026236, 0.043885, 0.118457, 0.468366",\
|
|
"0.020695, 0.026236, 0.043885, 0.118457, 0.468366",\
|
|
"0.020695, 0.026236, 0.043885, 0.118458, 0.468366");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020678, 0.026221, 0.043872, 0.118455, 0.471177",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.471177",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.471177",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.471177",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.471177");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823",\
|
|
"2.549250, 2.560769, 2.596062, 2.723527, 3.329823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083",\
|
|
"0.024055, 0.034556, 0.073923, 0.253008, 1.132083");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653",\
|
|
"2.698776, 2.707499, 2.730751, 2.794782, 3.056653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002551, 0.012823, 0.052051, 0.212051, 1.000000");
|
|
values ( "0.020678, 0.026221, 0.043872, 0.118455, 0.468364",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.468364",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.468364",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.468364",\
|
|
"0.020678, 0.026221, 0.043872, 0.118455, 0.468364");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[36]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[36] */
|
|
|
|
pin("mgmt_gpio_out[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005899 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[35];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.725530, 0.736503, 0.772884, 0.899126, 1.510792",\
|
|
"0.770836, 0.781809, 0.818190, 0.944432, 1.556098",\
|
|
"0.824645, 0.835618, 0.871999, 0.998240, 1.609907",\
|
|
"0.905003, 0.915976, 0.952357, 1.078598, 1.690265",\
|
|
"1.009575, 1.020549, 1.056930, 1.183171, 1.794837");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.875363, 0.883057, 0.906496, 0.969608, 1.237256",\
|
|
"0.929588, 0.937283, 0.960721, 1.023833, 1.291481",\
|
|
"1.001739, 1.009434, 1.032872, 1.095984, 1.363632",\
|
|
"1.134576, 1.142270, 1.165708, 1.228821, 1.496469",\
|
|
"1.343454, 1.351149, 1.374587, 1.437700, 1.705347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023467, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023467, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023467, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028453, 0.049962, 0.121349, 0.489483");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.723432, 0.734328, 0.770607, 0.896842, 1.508590",\
|
|
"0.768738, 0.779634, 0.815913, 0.942147, 1.553896",\
|
|
"0.822547, 0.833443, 0.869722, 0.995956, 1.607705",\
|
|
"0.902900, 0.913796, 0.950075, 1.076309, 1.688058",\
|
|
"1.007463, 1.018359, 1.054637, 1.180872, 1.792621");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.029860, 0.039981, 0.083277, 0.261214, 1.156047",\
|
|
"0.029860, 0.039981, 0.083277, 0.261214, 1.156047",\
|
|
"0.029860, 0.039981, 0.083277, 0.261214, 1.156047",\
|
|
"0.029859, 0.039980, 0.083276, 0.261214, 1.156047",\
|
|
"0.029857, 0.039978, 0.083275, 0.261214, 1.156048");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.860871, 0.868556, 0.891975, 0.955034, 1.222774",\
|
|
"0.915096, 0.922781, 0.946200, 1.009260, 1.276999",\
|
|
"0.987247, 0.994932, 1.018351, 1.081411, 1.349150",\
|
|
"1.120071, 1.127756, 1.151174, 1.214234, 1.481974",\
|
|
"1.328934, 1.336619, 1.360038, 1.423098, 1.690837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023231, 0.028231, 0.049779, 0.119706, 0.480809",\
|
|
"0.023231, 0.028231, 0.049779, 0.119706, 0.480809",\
|
|
"0.023231, 0.028231, 0.049779, 0.119706, 0.480809",\
|
|
"0.023231, 0.028231, 0.049780, 0.119706, 0.480809",\
|
|
"0.023232, 0.028232, 0.049780, 0.119706, 0.480809");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.929023, 0.936718, 0.960156, 1.023268, 1.290916",\
|
|
"0.974329, 0.982024, 1.005462, 1.068574, 1.336222",\
|
|
"1.028138, 1.035833, 1.059271, 1.122383, 1.390031",\
|
|
"1.107975, 1.115669, 1.139107, 1.202220, 1.469867",\
|
|
"1.211446, 1.219140, 1.242578, 1.305691, 1.573339");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023467, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023467, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023467, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028453, 0.049962, 0.121349, 0.489483");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.789970, 0.800944, 0.837324, 0.963566, 1.575232",\
|
|
"0.844196, 0.855169, 0.891550, 1.017791, 1.629458",\
|
|
"0.916347, 0.927320, 0.963701, 1.089942, 1.701609",\
|
|
"1.049528, 1.060502, 1.096882, 1.223124, 1.834790",\
|
|
"1.259085, 1.270058, 1.306439, 1.432681, 2.044347");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770",\
|
|
"0.030339, 0.040416, 0.083553, 0.261297, 1.155770");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.914531, 0.922216, 0.945635, 1.008695, 1.276434",\
|
|
"0.959837, 0.967522, 0.990941, 1.054001, 1.321740",\
|
|
"1.013646, 1.021331, 1.044750, 1.107809, 1.375549",\
|
|
"1.093470, 1.101154, 1.124573, 1.187633, 1.455372",\
|
|
"1.196925, 1.204610, 1.228029, 1.291089, 1.558828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023231, 0.028231, 0.049779, 0.119706, 0.480809",\
|
|
"0.023231, 0.028231, 0.049779, 0.119706, 0.480809",\
|
|
"0.023231, 0.028231, 0.049779, 0.119706, 0.480809",\
|
|
"0.023231, 0.028231, 0.049780, 0.119706, 0.480809",\
|
|
"0.023232, 0.028232, 0.049780, 0.119706, 0.480809");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.787872, 0.798768, 0.835047, 0.961282, 1.573031",\
|
|
"0.842098, 0.852994, 0.889273, 1.015507, 1.627256",\
|
|
"0.914248, 0.925145, 0.961424, 1.087658, 1.699407",\
|
|
"1.047425, 1.058322, 1.094600, 1.220835, 1.832584",\
|
|
"1.256973, 1.267869, 1.304147, 1.430381, 2.042130");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.029860, 0.039981, 0.083277, 0.261214, 1.156047",\
|
|
"0.029860, 0.039981, 0.083277, 0.261214, 1.156047",\
|
|
"0.029860, 0.039981, 0.083277, 0.261214, 1.156047",\
|
|
"0.029859, 0.039980, 0.083276, 0.261214, 1.156047",\
|
|
"0.029857, 0.039978, 0.083275, 0.261214, 1.156048");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.720145, 0.731124, 0.767512, 0.893754, 1.505414",\
|
|
"0.763256, 0.774235, 0.810623, 0.936865, 1.548525",\
|
|
"0.795907, 0.806886, 0.843274, 0.969516, 1.581177",\
|
|
"0.836579, 0.847558, 0.883946, 1.010188, 1.621848",\
|
|
"0.874527, 0.885506, 0.921894, 1.048136, 1.659796");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.030373, 0.040447, 0.083573, 0.261303, 1.155750",\
|
|
"0.030373, 0.040447, 0.083573, 0.261303, 1.155750",\
|
|
"0.030373, 0.040447, 0.083573, 0.261303, 1.155750",\
|
|
"0.030373, 0.040447, 0.083573, 0.261303, 1.155749",\
|
|
"0.030373, 0.040448, 0.083573, 0.261303, 1.155749");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.841949, 0.849643, 0.873081, 0.936192, 1.203842",\
|
|
"0.893540, 0.901235, 0.924672, 0.987784, 1.255434",\
|
|
"0.964198, 0.971892, 0.995329, 1.058441, 1.326091",\
|
|
"1.090132, 1.097826, 1.121264, 1.184375, 1.452025",\
|
|
"1.289085, 1.296779, 1.320217, 1.383329, 1.650978");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023462, 0.028447, 0.049957, 0.121348, 0.489482",\
|
|
"0.023462, 0.028447, 0.049957, 0.121348, 0.489482",\
|
|
"0.023462, 0.028447, 0.049957, 0.121348, 0.489482",\
|
|
"0.023463, 0.028448, 0.049958, 0.121348, 0.489482",\
|
|
"0.023464, 0.028449, 0.049958, 0.121348, 0.489482");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.718077, 0.728980, 0.765268, 0.891503, 1.503245",\
|
|
"0.761188, 0.772091, 0.808379, 0.934614, 1.546355",\
|
|
"0.793840, 0.804743, 0.841031, 0.967266, 1.579007",\
|
|
"0.834511, 0.845414, 0.881702, 1.007937, 1.619678",\
|
|
"0.872460, 0.883363, 0.919651, 1.045886, 1.657627");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.029902, 0.040019, 0.083301, 0.261222, 1.156022",\
|
|
"0.029902, 0.040019, 0.083301, 0.261222, 1.156022",\
|
|
"0.029902, 0.040019, 0.083301, 0.261222, 1.156022",\
|
|
"0.029902, 0.040019, 0.083301, 0.261222, 1.156022",\
|
|
"0.029902, 0.040019, 0.083301, 0.261222, 1.156022");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.828059, 0.835744, 0.859163, 0.922224, 1.189962",\
|
|
"0.879651, 0.887336, 0.910755, 0.973816, 1.241553",\
|
|
"0.950308, 0.957993, 0.981412, 1.044473, 1.312210",\
|
|
"1.076248, 1.083933, 1.107352, 1.170413, 1.438150",\
|
|
"1.275210, 1.282895, 1.306315, 1.369376, 1.637113");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023236, 0.028236, 0.049783, 0.119707, 0.480809",\
|
|
"0.023236, 0.028236, 0.049783, 0.119707, 0.480809",\
|
|
"0.023236, 0.028236, 0.049783, 0.119707, 0.480809",\
|
|
"0.023236, 0.028236, 0.049784, 0.119707, 0.480809",\
|
|
"0.023237, 0.028237, 0.049784, 0.119707, 0.480809");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.682924, 2.693900, 2.730284, 2.856526, 3.468189",\
|
|
"2.682924, 2.693900, 2.730284, 2.856526, 3.468189",\
|
|
"2.682924, 2.693900, 2.730284, 2.856526, 3.468189",\
|
|
"2.682924, 2.693900, 2.730284, 2.856526, 3.468189",\
|
|
"2.682924, 2.693900, 2.730284, 2.856526, 3.468189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.030358, 0.040433, 0.083564, 0.261300, 1.155759",\
|
|
"0.030358, 0.040433, 0.083564, 0.261300, 1.155759",\
|
|
"0.030358, 0.040433, 0.083564, 0.261300, 1.155759",\
|
|
"0.030358, 0.040433, 0.083564, 0.261300, 1.155759",\
|
|
"0.030358, 0.040433, 0.083564, 0.261300, 1.155759");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.857122, 2.864817, 2.888255, 2.951367, 3.219015",\
|
|
"2.857122, 2.864817, 2.888255, 2.951367, 3.219015",\
|
|
"2.857122, 2.864817, 2.888255, 2.951367, 3.219015",\
|
|
"2.857122, 2.864817, 2.888255, 2.951367, 3.219015",\
|
|
"2.857122, 2.864817, 2.888255, 2.951367, 3.219015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023468, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028452, 0.049961, 0.121349, 0.489482",\
|
|
"0.023468, 0.028452, 0.049961, 0.121349, 0.489482");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.680850, 2.691751, 2.728035, 2.854270, 3.466014",\
|
|
"2.680850, 2.691751, 2.728035, 2.854270, 3.466014",\
|
|
"2.680850, 2.691751, 2.728035, 2.854270, 3.466014",\
|
|
"2.680850, 2.691751, 2.728035, 2.854270, 3.466014",\
|
|
"2.680850, 2.691751, 2.728035, 2.854270, 3.466014");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.029885, 0.040003, 0.083291, 0.261219, 1.156032",\
|
|
"0.029885, 0.040003, 0.083291, 0.261219, 1.156032",\
|
|
"0.029885, 0.040003, 0.083291, 0.261219, 1.156032",\
|
|
"0.029885, 0.040003, 0.083291, 0.261219, 1.156032",\
|
|
"0.029885, 0.040003, 0.083291, 0.261219, 1.156032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "2.843291, 2.850976, 2.874396, 2.937459, 3.205194",\
|
|
"2.843291, 2.850976, 2.874396, 2.937459, 3.205194",\
|
|
"2.843291, 2.850976, 2.874396, 2.937459, 3.205194",\
|
|
"2.843291, 2.850976, 2.874396, 2.937459, 3.205194",\
|
|
"2.843291, 2.850976, 2.874396, 2.937459, 3.205194");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006399, 0.016671, 0.055899, 0.215899, 1.000000");
|
|
values ( "0.023242, 0.028242, 0.049788, 0.119707, 0.480809",\
|
|
"0.023242, 0.028242, 0.049788, 0.119707, 0.480809",\
|
|
"0.023242, 0.028242, 0.049788, 0.119707, 0.480809",\
|
|
"0.023242, 0.028242, 0.049788, 0.119707, 0.480809",\
|
|
"0.023242, 0.028242, 0.049788, 0.119707, 0.480809");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[35]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[35] */
|
|
|
|
pin("mgmt_gpio_out[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002047 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[34];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.020264, 0.025859, 0.043563, 0.117425, 0.471049",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.471049",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.471049",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.471049",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.471049");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481",\
|
|
"2.399986, 2.411304, 2.446347, 2.573667, 3.180481");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913",\
|
|
"0.022931, 0.033574, 0.073300, 0.253089, 1.131913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073",\
|
|
"2.413169, 2.421886, 2.445126, 2.506644, 2.771073");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002547, 0.012819, 0.052047, 0.212047, 1.000000");
|
|
values ( "0.020264, 0.025859, 0.043563, 0.117425, 0.468239",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.468239",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.468239",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.468239",\
|
|
"0.020264, 0.025859, 0.043563, 0.117425, 0.468239");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[34] */
|
|
|
|
pin("mgmt_gpio_out[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002499 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[33];
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.729510, 0.741450, 0.777269, 0.904905, 1.510414",\
|
|
"0.772660, 0.784599, 0.820418, 0.948054, 1.553564",\
|
|
"0.805300, 0.817240, 0.853059, 0.980695, 1.586205",\
|
|
"0.845927, 0.857867, 0.893685, 1.021321, 1.626831",\
|
|
"0.883604, 0.895544, 0.931363, 1.058998, 1.664508");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026974, 0.037237, 0.075789, 0.253992, 1.131627",\
|
|
"0.026974, 0.037237, 0.075789, 0.253992, 1.131627",\
|
|
"0.026974, 0.037237, 0.075789, 0.253992, 1.131627",\
|
|
"0.026974, 0.037237, 0.075789, 0.253992, 1.131627",\
|
|
"0.026975, 0.037237, 0.075789, 0.253992, 1.131626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.848488, 0.857112, 0.880341, 0.944602, 1.206145",\
|
|
"0.900093, 0.908717, 0.931946, 0.996207, 1.257750",\
|
|
"0.970790, 0.979414, 1.002642, 1.066904, 1.328447",\
|
|
"1.096902, 1.105526, 1.128754, 1.193016, 1.454559",\
|
|
"1.296436, 1.305060, 1.328289, 1.392551, 1.654093");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021605, 0.027041, 0.044553, 0.118927, 0.471697",\
|
|
"0.021605, 0.027041, 0.044553, 0.118927, 0.471697",\
|
|
"0.021605, 0.027041, 0.044553, 0.118927, 0.471697",\
|
|
"0.021605, 0.027041, 0.044553, 0.118927, 0.471697",\
|
|
"0.021605, 0.027042, 0.044554, 0.118927, 0.471697");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.727253, 0.739070, 0.774763, 0.902388, 1.507991",\
|
|
"0.770403, 0.782219, 0.817913, 0.945538, 1.551141",\
|
|
"0.803044, 0.814860, 0.850554, 0.978179, 1.583782",\
|
|
"0.843670, 0.855487, 0.891180, 1.018805, 1.624408",\
|
|
"0.881347, 0.893164, 0.928857, 1.056482, 1.662085");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026434, 0.036742, 0.075478, 0.253901, 1.131935",\
|
|
"0.026434, 0.036742, 0.075478, 0.253901, 1.131935",\
|
|
"0.026434, 0.036742, 0.075478, 0.253901, 1.131935",\
|
|
"0.026434, 0.036742, 0.075478, 0.253901, 1.131935",\
|
|
"0.026434, 0.036742, 0.075478, 0.253901, 1.131935");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.833103, 0.841713, 0.864920, 0.929122, 1.190774",\
|
|
"0.884708, 0.893318, 0.916525, 0.980727, 1.242379",\
|
|
"0.955405, 0.964015, 0.987222, 1.051424, 1.313076",\
|
|
"1.081523, 1.090134, 1.113340, 1.177543, 1.439195",\
|
|
"1.281063, 1.289673, 1.312879, 1.377082, 1.638734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021345, 0.026803, 0.044356, 0.118893, 0.468742",\
|
|
"0.021345, 0.026803, 0.044356, 0.118893, 0.468742",\
|
|
"0.021345, 0.026803, 0.044356, 0.118893, 0.468742",\
|
|
"0.021346, 0.026803, 0.044357, 0.118893, 0.468742",\
|
|
"0.021346, 0.026804, 0.044357, 0.118893, 0.468742");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.722033, 0.733964, 0.769773, 0.897408, 1.502925",\
|
|
"0.767339, 0.779270, 0.815079, 0.942714, 1.548231",\
|
|
"0.821148, 0.833079, 0.868888, 0.996523, 1.602040",\
|
|
"0.901506, 0.913437, 0.949246, 1.076881, 1.682398",\
|
|
"1.006079, 1.018009, 1.053819, 1.181454, 1.786970");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026934, 0.037200, 0.075766, 0.253985, 1.131650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.874807, 0.883431, 0.906660, 0.970923, 1.232464",\
|
|
"0.929033, 0.937657, 0.960886, 1.025148, 1.286689",\
|
|
"1.001184, 1.009808, 1.033036, 1.097299, 1.358840",\
|
|
"1.134020, 1.142644, 1.165873, 1.230136, 1.491677",\
|
|
"1.342900, 1.351524, 1.374753, 1.439016, 1.700556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021609, 0.027045, 0.044556, 0.118928, 0.471698",\
|
|
"0.021609, 0.027045, 0.044556, 0.118928, 0.471698",\
|
|
"0.021609, 0.027045, 0.044556, 0.118928, 0.471698",\
|
|
"0.021610, 0.027045, 0.044557, 0.118928, 0.471698",\
|
|
"0.021611, 0.027046, 0.044557, 0.118928, 0.471698");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.719743, 0.731549, 0.767231, 0.894855, 1.500466",\
|
|
"0.765049, 0.776855, 0.812537, 0.940161, 1.545772",\
|
|
"0.818858, 0.830663, 0.866346, 0.993969, 1.599581",\
|
|
"0.899211, 0.911017, 0.946698, 1.074322, 1.679934",\
|
|
"1.003775, 1.015579, 1.051261, 1.178885, 1.784497");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026385, 0.036697, 0.075450, 0.253893, 1.131963",\
|
|
"0.026385, 0.036697, 0.075450, 0.253893, 1.131963",\
|
|
"0.026385, 0.036697, 0.075450, 0.253893, 1.131963",\
|
|
"0.026384, 0.036696, 0.075449, 0.253893, 1.131963",\
|
|
"0.026382, 0.036694, 0.075448, 0.253892, 1.131965");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.858813, 0.867423, 0.890629, 0.954830, 1.216485",\
|
|
"0.913038, 0.921648, 0.944854, 1.009055, 1.270710",\
|
|
"0.985189, 0.993799, 1.017005, 1.081206, 1.342861",\
|
|
"1.118013, 1.126623, 1.149829, 1.214030, 1.475685",\
|
|
"1.326878, 1.335487, 1.358693, 1.422895, 1.684549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021340, 0.026797, 0.044352, 0.118892, 0.468741",\
|
|
"0.021340, 0.026797, 0.044352, 0.118892, 0.468741",\
|
|
"0.021340, 0.026797, 0.044352, 0.118892, 0.468741",\
|
|
"0.021340, 0.026798, 0.044352, 0.118892, 0.468741",\
|
|
"0.021341, 0.026798, 0.044353, 0.118893, 0.468741");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.928469, 0.937093, 0.960322, 1.024584, 1.286125",\
|
|
"0.973774, 0.982399, 1.005627, 1.069890, 1.331431",\
|
|
"1.027583, 1.036207, 1.059436, 1.123699, 1.385240",\
|
|
"1.107420, 1.116044, 1.139273, 1.203536, 1.465076",\
|
|
"1.210891, 1.219515, 1.242744, 1.307007, 1.568547");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021609, 0.027045, 0.044556, 0.118928, 0.471698",\
|
|
"0.021609, 0.027045, 0.044556, 0.118928, 0.471698",\
|
|
"0.021609, 0.027045, 0.044556, 0.118928, 0.471698",\
|
|
"0.021610, 0.027045, 0.044557, 0.118928, 0.471698",\
|
|
"0.021611, 0.027046, 0.044557, 0.118928, 0.471698");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.786463, 0.798394, 0.834203, 0.961838, 1.567355",\
|
|
"0.840689, 0.852619, 0.888428, 1.016064, 1.621580",\
|
|
"0.912840, 0.924770, 0.960579, 1.088214, 1.693731",\
|
|
"1.046021, 1.057951, 1.093761, 1.221396, 1.826913",\
|
|
"1.255577, 1.267508, 1.303317, 1.430952, 2.036469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026933, 0.037199, 0.075766, 0.253985, 1.131650",\
|
|
"0.026934, 0.037200, 0.075766, 0.253985, 1.131650");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.912474, 0.921084, 0.944290, 1.008491, 1.270146",\
|
|
"0.957780, 0.966390, 0.989596, 1.053797, 1.315452",\
|
|
"1.011589, 1.020199, 1.043405, 1.107606, 1.369261",\
|
|
"1.091413, 1.100023, 1.123229, 1.187430, 1.449084",\
|
|
"1.194869, 1.203479, 1.226685, 1.290886, 1.552540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021340, 0.026797, 0.044352, 0.118892, 0.468741",\
|
|
"0.021340, 0.026797, 0.044352, 0.118892, 0.468741",\
|
|
"0.021340, 0.026797, 0.044352, 0.118892, 0.468741",\
|
|
"0.021340, 0.026798, 0.044352, 0.118892, 0.468741",\
|
|
"0.021341, 0.026798, 0.044353, 0.118893, 0.468741");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.784173, 0.795978, 0.831661, 0.959284, 1.564896",\
|
|
"0.838398, 0.850204, 0.885886, 1.013510, 1.619122",\
|
|
"0.910549, 0.922355, 0.958037, 1.085661, 1.691272",\
|
|
"1.043726, 1.055531, 1.091213, 1.218837, 1.824449",\
|
|
"1.253273, 1.265078, 1.300759, 1.428383, 2.033995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026385, 0.036697, 0.075450, 0.253893, 1.131963",\
|
|
"0.026385, 0.036697, 0.075450, 0.253893, 1.131963",\
|
|
"0.026385, 0.036697, 0.075450, 0.253893, 1.131963",\
|
|
"0.026384, 0.036696, 0.075449, 0.253893, 1.131963",\
|
|
"0.026382, 0.036694, 0.075448, 0.253892, 1.131965");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.574320, 2.586256, 2.622071, 2.749707, 3.355219",\
|
|
"2.574320, 2.586256, 2.622071, 2.749707, 3.355219",\
|
|
"2.574320, 2.586256, 2.622071, 2.749707, 3.355219",\
|
|
"2.574320, 2.586256, 2.622071, 2.749707, 3.355219",\
|
|
"2.574320, 2.586256, 2.622071, 2.749707, 3.355219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026958, 0.037221, 0.075780, 0.253989, 1.131636",\
|
|
"0.026958, 0.037221, 0.075780, 0.253989, 1.131636",\
|
|
"0.026958, 0.037221, 0.075780, 0.253989, 1.131636",\
|
|
"0.026958, 0.037221, 0.075780, 0.253989, 1.131636",\
|
|
"0.026958, 0.037221, 0.075780, 0.253989, 1.131636");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.751192, 2.759816, 2.783045, 2.847308, 3.108849",\
|
|
"2.751192, 2.759816, 2.783045, 2.847308, 3.108849",\
|
|
"2.751192, 2.759816, 2.783045, 2.847308, 3.108849",\
|
|
"2.751192, 2.759816, 2.783045, 2.847308, 3.108849",\
|
|
"2.751192, 2.759816, 2.783045, 2.847308, 3.108849");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021610, 0.027045, 0.044557, 0.118928, 0.471698",\
|
|
"0.021610, 0.027045, 0.044557, 0.118928, 0.471698",\
|
|
"0.021610, 0.027045, 0.044557, 0.118928, 0.471698",\
|
|
"0.021610, 0.027045, 0.044557, 0.118928, 0.471698",\
|
|
"0.021610, 0.027045, 0.044557, 0.118928, 0.471698");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.572057, 2.583869, 2.619558, 2.747183, 3.352789",\
|
|
"2.572057, 2.583869, 2.619558, 2.747183, 3.352789",\
|
|
"2.572057, 2.583869, 2.619558, 2.747183, 3.352789",\
|
|
"2.572057, 2.583869, 2.619558, 2.747183, 3.352789",\
|
|
"2.572057, 2.583869, 2.619558, 2.747183, 3.352789");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.026415, 0.036725, 0.075468, 0.253898, 1.131945",\
|
|
"0.026415, 0.036725, 0.075468, 0.253898, 1.131945",\
|
|
"0.026415, 0.036725, 0.075468, 0.253898, 1.131945",\
|
|
"0.026415, 0.036725, 0.075468, 0.253898, 1.131945",\
|
|
"0.026415, 0.036725, 0.075468, 0.253898, 1.131945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "2.735868, 2.744478, 2.767685, 2.831889, 3.093539",\
|
|
"2.735868, 2.744478, 2.767685, 2.831889, 3.093539",\
|
|
"2.735868, 2.744478, 2.767685, 2.831889, 3.093539",\
|
|
"2.735868, 2.744478, 2.767685, 2.831889, 3.093539",\
|
|
"2.735868, 2.744478, 2.767685, 2.831889, 3.093539");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002999, 0.013271, 0.052499, 0.212499, 1.000000");
|
|
values ( "0.021351, 0.026808, 0.044361, 0.118894, 0.468742",\
|
|
"0.021351, 0.026808, 0.044361, 0.118894, 0.468742",\
|
|
"0.021351, 0.026808, 0.044361, 0.118894, 0.468742",\
|
|
"0.021351, 0.026808, 0.044361, 0.118894, 0.468742",\
|
|
"0.021351, 0.026808, 0.044361, 0.118894, 0.468742");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[33]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[33] */
|
|
|
|
pin("mgmt_gpio_out[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.008159 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[32];
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.714836, 0.725083, 0.761407, 0.888067, 1.501050",\
|
|
"0.760142, 0.770389, 0.806713, 0.933372, 1.546355",\
|
|
"0.813951, 0.824198, 0.860521, 0.987181, 1.600164",\
|
|
"0.894309, 0.904556, 0.940879, 1.067539, 1.680522",\
|
|
"0.998881, 1.009128, 1.045452, 1.172112, 1.785094");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.032002, 0.042031, 0.086432, 0.266104, 1.167563",\
|
|
"0.032002, 0.042031, 0.086432, 0.266104, 1.167563",\
|
|
"0.032002, 0.042031, 0.086432, 0.266104, 1.167563",\
|
|
"0.032002, 0.042031, 0.086433, 0.266104, 1.167563",\
|
|
"0.032003, 0.042031, 0.086433, 0.266104, 1.167563");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.860145, 0.867194, 0.890499, 0.953883, 1.223406",\
|
|
"0.914370, 0.921420, 0.944724, 1.008108, 1.277631",\
|
|
"0.986521, 0.993571, 1.016875, 1.080259, 1.349782",\
|
|
"1.119356, 1.126406, 1.149710, 1.213095, 1.482617",\
|
|
"1.328233, 1.335282, 1.358587, 1.421971, 1.691494");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024554, 0.029268, 0.051414, 0.124501, 0.498922",\
|
|
"0.024554, 0.029268, 0.051414, 0.124501, 0.498922",\
|
|
"0.024554, 0.029268, 0.051414, 0.124501, 0.498922",\
|
|
"0.024555, 0.029268, 0.051415, 0.124501, 0.498922",\
|
|
"0.024556, 0.029269, 0.051416, 0.124501, 0.498922");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.713403, 0.723614, 0.759875, 0.886529, 1.499565",\
|
|
"0.758709, 0.768920, 0.805181, 0.931835, 1.544871",\
|
|
"0.812518, 0.822729, 0.858990, 0.985644, 1.598680",\
|
|
"0.892870, 0.903081, 0.939342, 1.065996, 1.679032",\
|
|
"0.997431, 1.007642, 1.043902, 1.170556, 1.783593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.031686, 0.041745, 0.086249, 0.266050, 1.167745",\
|
|
"0.031686, 0.041745, 0.086249, 0.266050, 1.167745",\
|
|
"0.031686, 0.041745, 0.086249, 0.266050, 1.167745",\
|
|
"0.031685, 0.041744, 0.086248, 0.266050, 1.167745",\
|
|
"0.031683, 0.041742, 0.086247, 0.266050, 1.167746");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.850177, 0.857222, 0.880515, 0.943862, 1.213444",\
|
|
"0.904403, 0.911447, 0.934741, 0.998088, 1.267669",\
|
|
"0.976554, 0.983598, 1.006892, 1.070238, 1.339820",\
|
|
"1.109374, 1.116418, 1.139712, 1.203059, 1.472640",\
|
|
"1.318232, 1.325276, 1.348570, 1.411917, 1.681498");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024395, 0.029118, 0.051287, 0.121997, 0.485778",\
|
|
"0.024395, 0.029118, 0.051287, 0.121997, 0.485778",\
|
|
"0.024395, 0.029118, 0.051287, 0.121997, 0.485778",\
|
|
"0.024396, 0.029118, 0.051288, 0.121997, 0.485778",\
|
|
"0.024396, 0.029119, 0.051288, 0.121997, 0.485778");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.913844, 0.920894, 0.944198, 1.007582, 1.277105",\
|
|
"0.959150, 0.966200, 0.989504, 1.052888, 1.322411",\
|
|
"1.012959, 1.020008, 1.043313, 1.106697, 1.376220",\
|
|
"1.092795, 1.099845, 1.123150, 1.186534, 1.456057",\
|
|
"1.196267, 1.203316, 1.226621, 1.290005, 1.559528");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024554, 0.029268, 0.051414, 0.124501, 0.498922",\
|
|
"0.024554, 0.029268, 0.051414, 0.124501, 0.498922",\
|
|
"0.024554, 0.029268, 0.051414, 0.124501, 0.498922",\
|
|
"0.024555, 0.029268, 0.051415, 0.124501, 0.498922",\
|
|
"0.024556, 0.029269, 0.051416, 0.124501, 0.498922");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.779274, 0.789521, 0.825845, 0.952504, 1.565487",\
|
|
"0.833499, 0.843746, 0.880070, 1.006730, 1.619713",\
|
|
"0.905650, 0.915897, 0.952221, 1.078881, 1.691864",\
|
|
"1.038833, 1.049080, 1.085404, 1.212064, 1.825046",\
|
|
"1.248392, 1.258639, 1.294963, 1.421623, 2.034606");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.032002, 0.042031, 0.086432, 0.266104, 1.167563",\
|
|
"0.032002, 0.042031, 0.086432, 0.266104, 1.167563",\
|
|
"0.032002, 0.042031, 0.086432, 0.266104, 1.167563",\
|
|
"0.032002, 0.042031, 0.086433, 0.266104, 1.167563",\
|
|
"0.032003, 0.042031, 0.086433, 0.266104, 1.167563");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.903877, 0.910921, 0.934215, 0.997562, 1.267143",\
|
|
"0.949183, 0.956227, 0.979521, 1.042867, 1.312449",\
|
|
"1.002992, 1.010036, 1.033329, 1.096676, 1.366258",\
|
|
"1.082814, 1.089858, 1.113152, 1.176498, 1.446080",\
|
|
"1.186266, 1.193310, 1.216604, 1.279951, 1.549532");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024395, 0.029118, 0.051287, 0.121997, 0.485778",\
|
|
"0.024395, 0.029118, 0.051287, 0.121997, 0.485778",\
|
|
"0.024395, 0.029118, 0.051287, 0.121997, 0.485778",\
|
|
"0.024396, 0.029118, 0.051288, 0.121997, 0.485778",\
|
|
"0.024396, 0.029119, 0.051288, 0.121997, 0.485778");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.777841, 0.788052, 0.824313, 0.950967, 1.564003",\
|
|
"0.832066, 0.842277, 0.878539, 1.005193, 1.618228",\
|
|
"0.904217, 0.914428, 0.950690, 1.077343, 1.690379",\
|
|
"1.037394, 1.047605, 1.083866, 1.210520, 1.823556",\
|
|
"1.246942, 1.257153, 1.293413, 1.420067, 2.033104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.031686, 0.041745, 0.086249, 0.266050, 1.167745",\
|
|
"0.031686, 0.041745, 0.086249, 0.266050, 1.167745",\
|
|
"0.031686, 0.041745, 0.086249, 0.266050, 1.167745",\
|
|
"0.031685, 0.041744, 0.086248, 0.266050, 1.167745",\
|
|
"0.031683, 0.041742, 0.086247, 0.266050, 1.167746");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.697638, 0.707890, 0.744221, 0.870882, 1.483857",\
|
|
"0.740713, 0.750964, 0.787296, 0.913956, 1.526932",\
|
|
"0.773374, 0.783626, 0.819958, 0.946618, 1.559593",\
|
|
"0.814087, 0.824339, 0.860670, 0.987331, 1.600306",\
|
|
"0.852285, 0.862537, 0.898869, 1.025529, 1.638505");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.032043, 0.042068, 0.086456, 0.266111, 1.167539",\
|
|
"0.032043, 0.042068, 0.086456, 0.266111, 1.167539",\
|
|
"0.032043, 0.042068, 0.086456, 0.266111, 1.167539",\
|
|
"0.032043, 0.042068, 0.086456, 0.266111, 1.167539",\
|
|
"0.032043, 0.042068, 0.086456, 0.266111, 1.167539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.820173, 0.827223, 0.850527, 0.913910, 1.183435",\
|
|
"0.871752, 0.878802, 0.902106, 0.965489, 1.235014",\
|
|
"0.942372, 0.949422, 0.972726, 1.036109, 1.305634",\
|
|
"1.068139, 1.075189, 1.098493, 1.161876, 1.431401",\
|
|
"1.266630, 1.273680, 1.296984, 1.360367, 1.629892");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024549, 0.029263, 0.051411, 0.124501, 0.498922",\
|
|
"0.024549, 0.029263, 0.051411, 0.124501, 0.498922",\
|
|
"0.024549, 0.029263, 0.051411, 0.124501, 0.498922",\
|
|
"0.024550, 0.029264, 0.051411, 0.124501, 0.498922",\
|
|
"0.024551, 0.029265, 0.051412, 0.124501, 0.498922");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.696232, 0.706448, 0.742719, 0.869374, 1.482401",\
|
|
"0.739307, 0.749523, 0.785794, 0.912448, 1.525476",\
|
|
"0.771968, 0.782185, 0.818456, 0.945110, 1.558137",\
|
|
"0.812681, 0.822897, 0.859168, 0.985823, 1.598850",\
|
|
"0.850879, 0.861096, 0.897367, 1.024021, 1.637049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.031732, 0.041787, 0.086276, 0.266058, 1.167717",\
|
|
"0.031732, 0.041787, 0.086276, 0.266058, 1.167717",\
|
|
"0.031732, 0.041787, 0.086276, 0.266058, 1.167717",\
|
|
"0.031733, 0.041787, 0.086276, 0.266058, 1.167717",\
|
|
"0.031733, 0.041787, 0.086276, 0.266058, 1.167717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.810804, 0.817849, 0.841143, 0.904491, 1.174070",\
|
|
"0.862384, 0.869428, 0.892722, 0.956070, 1.225649",\
|
|
"0.933004, 0.940048, 0.963342, 1.026690, 1.296270",\
|
|
"1.058775, 1.065819, 1.089113, 1.152461, 1.422041",\
|
|
"1.257273, 1.264318, 1.287612, 1.350960, 1.620539");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024400, 0.029122, 0.051291, 0.121998, 0.485778",\
|
|
"0.024400, 0.029122, 0.051291, 0.121998, 0.485778",\
|
|
"0.024400, 0.029122, 0.051291, 0.121998, 0.485778",\
|
|
"0.024400, 0.029123, 0.051291, 0.121998, 0.485778",\
|
|
"0.024401, 0.029124, 0.051292, 0.121998, 0.485778");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.669974, 2.680224, 2.716551, 2.843211, 3.456191",\
|
|
"2.669974, 2.680224, 2.716551, 2.843211, 3.456191",\
|
|
"2.669974, 2.680224, 2.716551, 2.843211, 3.456191",\
|
|
"2.669974, 2.680224, 2.716551, 2.843211, 3.456191",\
|
|
"2.669974, 2.680224, 2.716551, 2.843211, 3.456191");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.032023, 0.042050, 0.086445, 0.266108, 1.167550",\
|
|
"0.032023, 0.042050, 0.086445, 0.266108, 1.167550",\
|
|
"0.032023, 0.042050, 0.086445, 0.266108, 1.167550",\
|
|
"0.032023, 0.042050, 0.086445, 0.266108, 1.167550",\
|
|
"0.032023, 0.042050, 0.086445, 0.266108, 1.167550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.840187, 2.847236, 2.870541, 2.933925, 3.203448",\
|
|
"2.840187, 2.847236, 2.870541, 2.933925, 3.203448",\
|
|
"2.840187, 2.847236, 2.870541, 2.933925, 3.203448",\
|
|
"2.840187, 2.847236, 2.870541, 2.933925, 3.203448",\
|
|
"2.840187, 2.847236, 2.870541, 2.933925, 3.203448");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024555, 0.029269, 0.051415, 0.124501, 0.498922",\
|
|
"0.024555, 0.029269, 0.051415, 0.124501, 0.498922",\
|
|
"0.024555, 0.029269, 0.051415, 0.124501, 0.498922",\
|
|
"0.024555, 0.029269, 0.051415, 0.124501, 0.498922",\
|
|
"0.024555, 0.029269, 0.051415, 0.124501, 0.498922");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.668563, 2.678777, 2.715044, 2.841698, 3.454730",\
|
|
"2.668563, 2.678777, 2.715044, 2.841698, 3.454730",\
|
|
"2.668563, 2.678777, 2.715044, 2.841698, 3.454730",\
|
|
"2.668563, 2.678777, 2.715044, 2.841698, 3.454730",\
|
|
"2.668563, 2.678777, 2.715044, 2.841698, 3.454730");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.031712, 0.041768, 0.086264, 0.266055, 1.167729",\
|
|
"0.031712, 0.041768, 0.086264, 0.266055, 1.167729",\
|
|
"0.031712, 0.041768, 0.086264, 0.266055, 1.167729",\
|
|
"0.031712, 0.041768, 0.086264, 0.266055, 1.167729",\
|
|
"0.031712, 0.041768, 0.086264, 0.266055, 1.167729");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "2.830862, 2.837907, 2.861201, 2.924551, 3.194128",\
|
|
"2.830862, 2.837907, 2.861201, 2.924551, 3.194128",\
|
|
"2.830862, 2.837907, 2.861201, 2.924551, 3.194128",\
|
|
"2.830862, 2.837907, 2.861201, 2.924551, 3.194128",\
|
|
"2.830862, 2.837907, 2.861201, 2.924551, 3.194128");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.008659, 0.018931, 0.058159, 0.218159, 1.000000");
|
|
values ( "0.024406, 0.029128, 0.051296, 0.121998, 0.485779",\
|
|
"0.024406, 0.029128, 0.051296, 0.121998, 0.485779",\
|
|
"0.024406, 0.029128, 0.051296, 0.121998, 0.485779",\
|
|
"0.024406, 0.029128, 0.051296, 0.121998, 0.485779",\
|
|
"0.024406, 0.029128, 0.051296, 0.121998, 0.485779");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[32]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[32] */
|
|
|
|
pin("mgmt_gpio_out[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002503 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[31];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.020531, 0.026048, 0.043683, 0.118062, 0.473925",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.473925",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.473925",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.473925",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.473925");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241",\
|
|
"2.433027, 2.444282, 2.479391, 2.607183, 3.214241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754",\
|
|
"0.023588, 0.034178, 0.073807, 0.254566, 1.135754");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734",\
|
|
"2.438926, 2.447514, 2.470722, 2.532060, 2.797734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003003, 0.013275, 0.052503, 0.212503, 1.000000");
|
|
values ( "0.020531, 0.026048, 0.043683, 0.118062, 0.470307",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.470307",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.470307",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.470307",\
|
|
"0.020531, 0.026048, 0.043683, 0.118062, 0.470307");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[31] */
|
|
|
|
pin("mgmt_gpio_out[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.009119 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[30];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "2.450124, 2.459945, 2.496042, 2.622870, 3.237947",\
|
|
"2.450124, 2.459945, 2.496042, 2.622870, 3.237947",\
|
|
"2.450124, 2.459945, 2.496042, 2.622870, 3.237947",\
|
|
"2.450124, 2.459945, 2.496042, 2.622870, 3.237947",\
|
|
"2.450124, 2.459945, 2.496042, 2.622870, 3.237947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.030987, 0.041152, 0.087013, 0.268986, 1.177363",\
|
|
"0.030987, 0.041152, 0.087013, 0.268986, 1.177363",\
|
|
"0.030987, 0.041152, 0.087013, 0.268986, 1.177363",\
|
|
"0.030987, 0.041152, 0.087013, 0.268986, 1.177363",\
|
|
"0.030987, 0.041152, 0.087013, 0.268986, 1.177363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "2.447378, 2.454155, 2.477304, 2.540954, 2.812701",\
|
|
"2.447378, 2.454155, 2.477304, 2.540954, 2.812701",\
|
|
"2.447378, 2.454155, 2.477304, 2.540954, 2.812701",\
|
|
"2.447378, 2.454155, 2.477304, 2.540954, 2.812701",\
|
|
"2.447378, 2.454155, 2.477304, 2.540954, 2.812701");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.024306, 0.028927, 0.053395, 0.126612, 0.507037",\
|
|
"0.024306, 0.028927, 0.053395, 0.126612, 0.507037",\
|
|
"0.024306, 0.028927, 0.053395, 0.126612, 0.507037",\
|
|
"0.024306, 0.028927, 0.053395, 0.126612, 0.507037",\
|
|
"0.024306, 0.028927, 0.053395, 0.126612, 0.507037");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "2.450124, 2.459945, 2.496047, 2.622870, 3.237938",\
|
|
"2.450124, 2.459945, 2.496047, 2.622870, 3.237938",\
|
|
"2.450124, 2.459945, 2.496047, 2.622870, 3.237938",\
|
|
"2.450124, 2.459945, 2.496047, 2.622870, 3.237938",\
|
|
"2.450124, 2.459945, 2.496047, 2.622870, 3.237938");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.030987, 0.041152, 0.087014, 0.268986, 1.177351",\
|
|
"0.030987, 0.041152, 0.087014, 0.268986, 1.177351",\
|
|
"0.030987, 0.041152, 0.087014, 0.268986, 1.177351",\
|
|
"0.030987, 0.041152, 0.087014, 0.268986, 1.177351",\
|
|
"0.030987, 0.041152, 0.087014, 0.268986, 1.177351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "2.447378, 2.454155, 2.477309, 2.540954, 2.812693",\
|
|
"2.447378, 2.454155, 2.477309, 2.540954, 2.812693",\
|
|
"2.447378, 2.454155, 2.477309, 2.540954, 2.812693",\
|
|
"2.447378, 2.454155, 2.477309, 2.540954, 2.812693",\
|
|
"2.447378, 2.454155, 2.477309, 2.540954, 2.812693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.009619, 0.019891, 0.059119, 0.219119, 1.000000");
|
|
values ( "0.024306, 0.028927, 0.053385, 0.123367, 0.489802",\
|
|
"0.024306, 0.028927, 0.053385, 0.123367, 0.489802",\
|
|
"0.024306, 0.028927, 0.053385, 0.123367, 0.489802",\
|
|
"0.024306, 0.028927, 0.053385, 0.123367, 0.489802",\
|
|
"0.024306, 0.028927, 0.053385, 0.123367, 0.489802");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[30] */
|
|
|
|
pin("mgmt_gpio_out[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002929 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[29];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.020763, 0.026238, 0.043821, 0.118649, 0.475064",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.475064",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.475064",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.475064",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.475064");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374",\
|
|
"2.414163, 2.425279, 2.460321, 2.588271, 3.195374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347",\
|
|
"0.023803, 0.034400, 0.074099, 0.255493, 1.137347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292",\
|
|
"2.425318, 2.433796, 2.456963, 2.518334, 2.784292");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.020763, 0.026238, 0.043821, 0.118649, 0.471079",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.471079",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.471079",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.471079",\
|
|
"0.020763, 0.026238, 0.043821, 0.118649, 0.471079");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[29] */
|
|
|
|
pin("mgmt_gpio_out[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002475 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[28];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.020521, 0.026056, 0.043753, 0.117515, 0.470795",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.470795",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.470795",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.470795",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.470795");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770",\
|
|
"2.443901, 2.455147, 2.490182, 2.617484, 3.223770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492",\
|
|
"0.023603, 0.034207, 0.073888, 0.253430, 1.131492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386",\
|
|
"2.453031, 2.461603, 2.484727, 2.546227, 2.810386");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002975, 0.013248, 0.052475, 0.212475, 1.000000");
|
|
values ( "0.020521, 0.026056, 0.043753, 0.117515, 0.468075",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.468075",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.468075",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.468075",\
|
|
"0.020521, 0.026056, 0.043753, 0.117515, 0.468075");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[28] */
|
|
|
|
pin("mgmt_gpio_out[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004389 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[27];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.021581, 0.026897, 0.047506, 0.117634, 0.477061",\
|
|
"0.021581, 0.026897, 0.047506, 0.117634, 0.477061",\
|
|
"0.021581, 0.026897, 0.047506, 0.117634, 0.477061",\
|
|
"0.021581, 0.026897, 0.047506, 0.117634, 0.477061",\
|
|
"0.021581, 0.026897, 0.047506, 0.117634, 0.477061");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456",\
|
|
"2.376056, 2.386750, 2.422036, 2.547214, 3.156456");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117",\
|
|
"0.024878, 0.035470, 0.078693, 0.256013, 1.140117");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361",\
|
|
"2.397759, 2.405823, 2.429121, 2.491403, 2.756361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004889, 0.015161, 0.054389, 0.214389, 1.000000");
|
|
values ( "0.021581, 0.026897, 0.047506, 0.116748, 0.472384",\
|
|
"0.021581, 0.026897, 0.047506, 0.116748, 0.472384",\
|
|
"0.021581, 0.026897, 0.047506, 0.116748, 0.472384",\
|
|
"0.021581, 0.026897, 0.047506, 0.116748, 0.472384",\
|
|
"0.021581, 0.026897, 0.047506, 0.116748, 0.472384");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[27] */
|
|
|
|
pin("mgmt_gpio_out[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003702 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[26];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.021205, 0.026546, 0.047577, 0.118336, 0.481869",\
|
|
"0.021205, 0.026546, 0.047577, 0.118336, 0.481869",\
|
|
"0.021205, 0.026546, 0.047577, 0.118336, 0.481869",\
|
|
"0.021205, 0.026546, 0.047577, 0.118336, 0.481869",\
|
|
"0.021205, 0.026546, 0.047577, 0.118336, 0.481869");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385",\
|
|
"2.451380, 2.462378, 2.498051, 2.623469, 3.234385");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089",\
|
|
"0.024805, 0.035317, 0.078656, 0.256428, 1.146089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914",\
|
|
"2.459761, 2.468039, 2.491606, 2.554093, 2.820914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004202, 0.014475, 0.053702, 0.213702, 1.000000");
|
|
values ( "0.021205, 0.026546, 0.047577, 0.117146, 0.475574",\
|
|
"0.021205, 0.026546, 0.047577, 0.117146, 0.475574",\
|
|
"0.021205, 0.026546, 0.047577, 0.117146, 0.475574",\
|
|
"0.021205, 0.026546, 0.047577, 0.117146, 0.475574",\
|
|
"0.021205, 0.026546, 0.047577, 0.117146, 0.475574");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[26] */
|
|
|
|
pin("mgmt_gpio_out[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002895 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.020915, 0.026369, 0.043967, 0.118219, 0.473815",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.473815",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.473815",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.473815",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.473815");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230",\
|
|
"2.560490, 2.571818, 2.607107, 2.735008, 3.341230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704",\
|
|
"0.025030, 0.035480, 0.074801, 0.254879, 1.135704");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586",\
|
|
"2.538218, 2.546688, 2.569814, 2.631161, 2.896586");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003395, 0.013667, 0.052895, 0.212895, 1.000000");
|
|
values ( "0.020915, 0.026369, 0.043967, 0.118219, 0.470251",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.470251",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.470251",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.470251",\
|
|
"0.020915, 0.026369, 0.043967, 0.118219, 0.470251");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[25] */
|
|
|
|
pin("mgmt_gpio_out[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003535 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.021106, 0.026519, 0.044074, 0.118822, 0.474711",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.474711",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.474711",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.474711",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.474711");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663",\
|
|
"2.415283, 2.426227, 2.461171, 2.589070, 3.195663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908",\
|
|
"0.024338, 0.034930, 0.074694, 0.256065, 1.136908");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774",\
|
|
"2.430491, 2.438786, 2.461823, 2.523185, 2.788774");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004035, 0.014307, 0.053535, 0.213535, 1.000000");
|
|
values ( "0.021106, 0.026519, 0.044074, 0.118822, 0.470824",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.470824",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.470824",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.470824",\
|
|
"0.021106, 0.026519, 0.044074, 0.118822, 0.470824");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[24] */
|
|
|
|
pin("mgmt_gpio_out[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003382 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.021164, 0.026554, 0.044090, 0.119154, 0.476096",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.476096",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.476096",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.476096",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.476096");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282",\
|
|
"2.540151, 2.551339, 2.586598, 2.714843, 3.321282");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713",\
|
|
"0.025382, 0.035824, 0.075172, 0.256216, 1.138713");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822",\
|
|
"2.523860, 2.532196, 2.555278, 2.616705, 2.882822");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003882, 0.014154, 0.053382, 0.213382, 1.000000");
|
|
values ( "0.021164, 0.026554, 0.044090, 0.119154, 0.471819",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.471819",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.471819",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.471819",\
|
|
"0.021164, 0.026554, 0.044090, 0.119154, 0.471819");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[23] */
|
|
|
|
pin("mgmt_gpio_out[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001851 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432",\
|
|
"2.549570, 2.561112, 2.596377, 2.723695, 3.338432");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403",\
|
|
"0.023715, 0.034243, 0.073661, 0.252515, 1.137403");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428",\
|
|
"2.532366, 2.541128, 2.564376, 2.628210, 2.889428");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002351, 0.012623, 0.051851, 0.211851, 1.000000");
|
|
values ( "0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380",\
|
|
"0.020284, 0.025877, 0.043599, 0.118038, 0.483380");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[22] */
|
|
|
|
pin("mgmt_gpio_out[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002151 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.020325, 0.025904, 0.043594, 0.117152, 0.471521",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.471521",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.471521",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.471521",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.471521");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050",\
|
|
"2.468462, 2.479760, 2.514808, 2.642208, 3.249050");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554",\
|
|
"0.023056, 0.033692, 0.073407, 0.253365, 1.132554");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369",\
|
|
"2.476336, 2.485023, 2.508253, 2.569508, 2.834369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002651, 0.012924, 0.052151, 0.212151, 1.000000");
|
|
values ( "0.020325, 0.025904, 0.043594, 0.117152, 0.468580",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.468580",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.468580",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.468580",\
|
|
"0.020325, 0.025904, 0.043594, 0.117152, 0.468580");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[21] */
|
|
|
|
pin("mgmt_gpio_out[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002609 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.020570, 0.026116, 0.043764, 0.117930, 0.471738",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.471738",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.471738",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.471738",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.471738");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923",\
|
|
"2.383736, 2.394862, 2.429792, 2.557206, 3.163923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960",\
|
|
"0.023198, 0.033859, 0.073696, 0.254020, 1.132960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143",\
|
|
"2.391362, 2.399928, 2.423095, 2.484649, 2.749143");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003109, 0.013381, 0.052609, 0.212609, 1.000000");
|
|
values ( "0.020570, 0.026116, 0.043764, 0.117930, 0.468706",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.468706",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.468706",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.468706",\
|
|
"0.020570, 0.026116, 0.043764, 0.117930, 0.468706");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[20] */
|
|
|
|
pin("mgmt_gpio_out[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005259 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.022084, 0.027291, 0.047893, 0.118080, 0.477436",\
|
|
"0.022084, 0.027291, 0.047893, 0.118080, 0.477436",\
|
|
"0.022084, 0.027291, 0.047893, 0.118080, 0.477436",\
|
|
"0.022084, 0.027291, 0.047893, 0.118080, 0.477436",\
|
|
"0.022084, 0.027291, 0.047893, 0.118080, 0.477436");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453",\
|
|
"2.409856, 2.420355, 2.455621, 2.580836, 3.189453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559",\
|
|
"0.025908, 0.036455, 0.079716, 0.257035, 1.140559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950",\
|
|
"2.426976, 2.434770, 2.457923, 2.520194, 2.784950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005759, 0.016031, 0.055259, 0.215259, 1.000000");
|
|
values ( "0.022084, 0.027291, 0.047893, 0.117144, 0.472621",\
|
|
"0.022084, 0.027291, 0.047893, 0.117144, 0.472621",\
|
|
"0.022084, 0.027291, 0.047893, 0.117144, 0.472621",\
|
|
"0.022084, 0.027291, 0.047893, 0.117144, 0.472621",\
|
|
"0.022084, 0.027291, 0.047893, 0.117144, 0.472621");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[19] */
|
|
|
|
pin("mgmt_gpio_out[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000724 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320",\
|
|
"2.384100, 2.395803, 2.430678, 2.556759, 3.168320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700",\
|
|
"0.021006, 0.031854, 0.071838, 0.248982, 1.125700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200",\
|
|
"2.406449, 2.415769, 2.439118, 2.501870, 2.761200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001224, 0.011496, 0.050724, 0.210724, 1.000000");
|
|
values ( "0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734",\
|
|
"0.019347, 0.025306, 0.043208, 0.115050, 0.472734");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[18] */
|
|
|
|
pin("mgmt_gpio_out[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000794 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390",\
|
|
"2.377080, 2.388738, 2.423592, 2.549696, 3.161390");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045",\
|
|
"0.021004, 0.031855, 0.071863, 0.249139, 1.126045");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081",\
|
|
"2.401322, 2.410610, 2.433956, 2.496743, 2.756081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001294, 0.011567, 0.050794, 0.210794, 1.000000");
|
|
values ( "0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013",\
|
|
"0.019393, 0.025339, 0.043229, 0.115157, 0.473013");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[17] */
|
|
|
|
pin("mgmt_gpio_out[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000763 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113",\
|
|
"2.372952, 2.384616, 2.419462, 2.545530, 3.157113");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682",\
|
|
"0.020939, 0.031798, 0.071819, 0.249031, 1.125682");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877",\
|
|
"2.398169, 2.407472, 2.430822, 2.493577, 2.752877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001263, 0.011535, 0.050763, 0.210763, 1.000000");
|
|
values ( "0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696",\
|
|
"0.019370, 0.025326, 0.043221, 0.115065, 0.472696");
|
|
}
|
|
|
|
} /* 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.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000895 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[15];
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.288072, 0.387020, 0.546855, 0.605861, 1.359624",\
|
|
"0.321272, 0.420219, 0.580052, 0.639058, 1.392824",\
|
|
"0.363128, 0.462058, 0.621880, 0.680882, 1.434678",\
|
|
"0.414455, 0.513346, 0.673137, 0.732129, 1.486001",\
|
|
"0.458799, 0.557598, 0.717319, 0.776288, 1.530336");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.023672, 0.139583, 0.368444, 0.452163, 1.534119",\
|
|
"0.023673, 0.139584, 0.368448, 0.452168, 1.534143",\
|
|
"0.023682, 0.139591, 0.368484, 0.452216, 1.534331",\
|
|
"0.023705, 0.139610, 0.368576, 0.452337, 1.534816",\
|
|
"0.023758, 0.139652, 0.368787, 0.452615, 1.535923");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.477398, 0.552599, 0.653025, 0.690026, 1.156723",\
|
|
"0.513285, 0.588485, 0.688911, 0.725913, 1.192609",\
|
|
"0.580364, 0.655565, 0.755991, 0.792992, 1.259689",\
|
|
"0.740025, 0.815211, 0.915645, 0.952650, 1.419286",\
|
|
"1.032130, 1.107216, 1.207713, 1.244736, 1.710944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.022040, 0.090234, 0.221778, 0.269713, 0.905803",\
|
|
"0.022040, 0.090234, 0.221778, 0.269713, 0.905807",\
|
|
"0.022040, 0.090234, 0.221778, 0.269713, 0.905807",\
|
|
"0.022040, 0.090234, 0.221778, 0.269713, 0.906069",\
|
|
"0.022040, 0.090234, 0.221778, 0.269713, 0.907950");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.288072, 0.387020, 0.546855, 0.605861, 1.359624",\
|
|
"0.321272, 0.420219, 0.580052, 0.639058, 1.392824",\
|
|
"0.363128, 0.462058, 0.621880, 0.680882, 1.434678",\
|
|
"0.414455, 0.513346, 0.673137, 0.732129, 1.486001",\
|
|
"0.458799, 0.557598, 0.717319, 0.776288, 1.530336");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.023672, 0.139583, 0.368444, 0.452163, 1.534119",\
|
|
"0.023673, 0.139584, 0.368448, 0.452168, 1.534143",\
|
|
"0.023682, 0.139591, 0.368484, 0.452216, 1.534331",\
|
|
"0.023705, 0.139610, 0.368576, 0.452337, 1.534816",\
|
|
"0.023758, 0.139652, 0.368787, 0.452615, 1.535923");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.477398, 0.552599, 0.653025, 0.690026, 1.156723",\
|
|
"0.513285, 0.588485, 0.688911, 0.725913, 1.192609",\
|
|
"0.580364, 0.655565, 0.755991, 0.792992, 1.259689",\
|
|
"0.740025, 0.815211, 0.915645, 0.952650, 1.419286",\
|
|
"1.032130, 1.107216, 1.207713, 1.244736, 1.710944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.022016, 0.090208, 0.221539, 0.269364, 0.905802",\
|
|
"0.022016, 0.090208, 0.221539, 0.269364, 0.905802",\
|
|
"0.022016, 0.090208, 0.221539, 0.269364, 0.905802",\
|
|
"0.022016, 0.090208, 0.221539, 0.269364, 0.906069",\
|
|
"0.022016, 0.090208, 0.221539, 0.269364, 0.907950");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "2.662763, 2.761714, 2.921550, 2.980557, 3.734316",\
|
|
"2.662763, 2.761714, 2.921550, 2.980557, 3.734316",\
|
|
"2.662763, 2.761714, 2.921550, 2.980557, 3.734316",\
|
|
"2.662763, 2.761714, 2.921550, 2.980557, 3.734316",\
|
|
"2.662763, 2.761714, 2.921550, 2.980557, 3.734316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.023670, 0.139582, 0.368439, 0.452156, 1.534095",\
|
|
"0.023670, 0.139582, 0.368439, 0.452156, 1.534095",\
|
|
"0.023670, 0.139582, 0.368439, 0.452156, 1.534095",\
|
|
"0.023670, 0.139582, 0.368439, 0.452156, 1.534095",\
|
|
"0.023670, 0.139582, 0.368439, 0.452156, 1.534095");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "2.787969, 2.863171, 2.963596, 3.000597, 3.467300",\
|
|
"2.787969, 2.863171, 2.963596, 3.000597, 3.467300",\
|
|
"2.787969, 2.863171, 2.963596, 3.000597, 3.467300",\
|
|
"2.787969, 2.863171, 2.963596, 3.000597, 3.467300",\
|
|
"2.787969, 2.863171, 2.963596, 3.000597, 3.467300");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.022041, 0.090234, 0.221781, 0.269718, 0.905776",\
|
|
"0.022041, 0.090234, 0.221781, 0.269718, 0.905776",\
|
|
"0.022041, 0.090234, 0.221781, 0.269718, 0.905776",\
|
|
"0.022041, 0.090234, 0.221781, 0.269718, 0.905776",\
|
|
"0.022041, 0.090234, 0.221781, 0.269718, 0.905776");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "2.408877, 2.507836, 2.667679, 2.726688, 3.480431",\
|
|
"2.408877, 2.507836, 2.667679, 2.726688, 3.480431",\
|
|
"2.408877, 2.507836, 2.667679, 2.726688, 3.480431",\
|
|
"2.408877, 2.507836, 2.667679, 2.726688, 3.480431",\
|
|
"2.408877, 2.507836, 2.667679, 2.726688, 3.480431");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.023666, 0.139579, 0.368420, 0.452131, 1.533995",\
|
|
"0.023666, 0.139579, 0.368420, 0.452131, 1.533995",\
|
|
"0.023666, 0.139579, 0.368420, 0.452131, 1.533995",\
|
|
"0.023666, 0.139579, 0.368420, 0.452131, 1.533995",\
|
|
"0.023666, 0.139579, 0.368420, 0.452131, 1.533995");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "2.615111, 2.690315, 2.790738, 2.827739, 3.294451",\
|
|
"2.615111, 2.690315, 2.790738, 2.827739, 3.294451",\
|
|
"2.615111, 2.690315, 2.790738, 2.827739, 3.294451",\
|
|
"2.615111, 2.690315, 2.790738, 2.827739, 3.294451",\
|
|
"2.615111, 2.690315, 2.790738, 2.827739, 3.294451");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001395, 0.075381, 0.210895, 0.261120, 0.909128");
|
|
values ( "0.022041, 0.090235, 0.221786, 0.269724, 0.905736",\
|
|
"0.022041, 0.090235, 0.221786, 0.269724, 0.905736",\
|
|
"0.022041, 0.090235, 0.221786, 0.269724, 0.905736",\
|
|
"0.022041, 0.090235, 0.221786, 0.269724, 0.905736",\
|
|
"0.022041, 0.090235, 0.221786, 0.269724, 0.905736");
|
|
}
|
|
|
|
} /* 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.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001268 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "1.062197, 1.160805, 1.320850, 1.379919, 2.134287",\
|
|
"1.104241, 1.202849, 1.362894, 1.421963, 2.176331",\
|
|
"1.154093, 1.252701, 1.412746, 1.471815, 2.226183",\
|
|
"1.224146, 1.322754, 1.482799, 1.541869, 2.296236",\
|
|
"1.304298, 1.402906, 1.562952, 1.622021, 2.376388");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "1.251996, 1.326805, 1.427484, 1.464554, 1.931899",\
|
|
"1.304002, 1.378810, 1.479490, 1.516560, 1.983905",\
|
|
"1.378332, 1.453141, 1.553820, 1.590891, 2.058236",\
|
|
"1.518261, 1.593070, 1.693749, 1.730820, 2.198165",\
|
|
"1.743873, 1.818682, 1.919361, 1.956432, 2.423777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "1.062197, 1.160805, 1.320850, 1.379919, 2.134287",\
|
|
"1.104241, 1.202849, 1.362894, 1.421963, 2.176331",\
|
|
"1.154093, 1.252701, 1.412746, 1.471815, 2.226183",\
|
|
"1.224146, 1.322754, 1.482799, 1.541869, 2.296236",\
|
|
"1.304298, 1.402906, 1.562952, 1.622021, 2.376388");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093",\
|
|
"0.024347, 0.140135, 0.369734, 0.453619, 1.537093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "1.251996, 1.326805, 1.427484, 1.464554, 1.931899",\
|
|
"1.304002, 1.378810, 1.479490, 1.516560, 1.983905",\
|
|
"1.378332, 1.453141, 1.553820, 1.590891, 2.058236",\
|
|
"1.518261, 1.593070, 1.693749, 1.730820, 2.198165",\
|
|
"1.743873, 1.818682, 1.919361, 1.956432, 2.423777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751",\
|
|
"0.022515, 0.090503, 0.222718, 0.270783, 0.908751");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "2.668774, 2.767389, 2.927440, 2.986511, 3.740865",\
|
|
"2.668774, 2.767389, 2.927440, 2.986511, 3.740865",\
|
|
"2.668774, 2.767389, 2.927440, 2.986511, 3.740865",\
|
|
"2.668774, 2.767389, 2.927440, 2.986511, 3.740865",\
|
|
"2.668774, 2.767389, 2.927440, 2.986511, 3.740865");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.024342, 0.140132, 0.369718, 0.453598, 1.537009",\
|
|
"0.024342, 0.140132, 0.369718, 0.453598, 1.537009",\
|
|
"0.024342, 0.140132, 0.369718, 0.453598, 1.537009",\
|
|
"0.024342, 0.140132, 0.369718, 0.453598, 1.537009",\
|
|
"0.024342, 0.140132, 0.369718, 0.453598, 1.537009");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "2.793548, 2.868358, 2.969036, 3.006107, 3.473457",\
|
|
"2.793548, 2.868358, 2.969036, 3.006107, 3.473457",\
|
|
"2.793548, 2.868358, 2.969036, 3.006107, 3.473457",\
|
|
"2.793548, 2.868358, 2.969036, 3.006107, 3.473457",\
|
|
"2.793548, 2.868358, 2.969036, 3.006107, 3.473457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.022516, 0.090504, 0.222721, 0.270786, 0.908729",\
|
|
"0.022516, 0.090504, 0.222721, 0.270786, 0.908729",\
|
|
"0.022516, 0.090504, 0.222721, 0.270786, 0.908729",\
|
|
"0.022516, 0.090504, 0.222721, 0.270786, 0.908729",\
|
|
"0.022516, 0.090504, 0.222721, 0.270786, 0.908729");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "2.437049, 2.535672, 2.695729, 2.754802, 3.509141",\
|
|
"2.437049, 2.535672, 2.695729, 2.754802, 3.509141",\
|
|
"2.437049, 2.535672, 2.695729, 2.754802, 3.509141",\
|
|
"2.437049, 2.535672, 2.695729, 2.754802, 3.509141",\
|
|
"2.437049, 2.535672, 2.695729, 2.754802, 3.509141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.024336, 0.140128, 0.369699, 0.453573, 1.536912",\
|
|
"0.024336, 0.140128, 0.369699, 0.453573, 1.536912",\
|
|
"0.024336, 0.140128, 0.369699, 0.453573, 1.536912",\
|
|
"0.024336, 0.140128, 0.369699, 0.453573, 1.536912",\
|
|
"0.024336, 0.140128, 0.369699, 0.453573, 1.536912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "2.637957, 2.712769, 2.813446, 2.850516, 3.317877",\
|
|
"2.637957, 2.712769, 2.813446, 2.850516, 3.317877",\
|
|
"2.637957, 2.712769, 2.813446, 2.850516, 3.317877",\
|
|
"2.637957, 2.712769, 2.813446, 2.850516, 3.317877",\
|
|
"2.637957, 2.712769, 2.813446, 2.850516, 3.317877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001768, 0.075754, 0.211268, 0.261493, 0.909128");
|
|
values ( "0.022516, 0.090504, 0.222726, 0.270794, 0.908683",\
|
|
"0.022516, 0.090504, 0.222726, 0.270794, 0.908683",\
|
|
"0.022516, 0.090504, 0.222726, 0.270794, 0.908683",\
|
|
"0.022516, 0.090504, 0.222726, 0.270794, 0.908683",\
|
|
"0.022516, 0.090504, 0.222726, 0.270794, 0.908683");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[14]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[14] */
|
|
|
|
pin("mgmt_gpio_out[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000870 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[13];
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.768082, 0.780123, 0.815431, 0.941792, 1.552450",\
|
|
"0.812219, 0.824260, 0.859568, 0.985929, 1.596587",\
|
|
"0.855836, 0.867877, 0.903185, 1.029546, 1.640204",\
|
|
"0.913901, 0.925943, 0.961251, 1.087612, 1.698270",\
|
|
"0.977699, 0.989741, 1.025049, 1.151410, 1.762067");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023136, 0.033710, 0.073066, 0.249090, 1.126364");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.795675, 0.804904, 0.828211, 0.891080, 1.150304",\
|
|
"0.849059, 0.858289, 0.881595, 0.944465, 1.203689",\
|
|
"0.922075, 0.931305, 0.954611, 1.017481, 1.276705",\
|
|
"1.062567, 1.071796, 1.095103, 1.157972, 1.417196",\
|
|
"1.288635, 1.297864, 1.321171, 1.384040, 1.643265");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.019968, 0.025785, 0.043632, 0.115263, 0.473318",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473318",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473318",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473318",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473318");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.768082, 0.780123, 0.815431, 0.941792, 1.552450",\
|
|
"0.812219, 0.824260, 0.859568, 0.985929, 1.596587",\
|
|
"0.855836, 0.867877, 0.903185, 1.029546, 1.640204",\
|
|
"0.913901, 0.925943, 0.961251, 1.087612, 1.698270",\
|
|
"0.977699, 0.989741, 1.025049, 1.151410, 1.762067");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023134, 0.033708, 0.073065, 0.249090, 1.126363",\
|
|
"0.023136, 0.033710, 0.073066, 0.249090, 1.126364");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.792065, 0.801295, 0.824602, 0.887471, 1.146695",\
|
|
"0.845450, 0.854679, 0.877986, 0.940855, 1.200079",\
|
|
"0.918465, 0.927695, 0.951002, 1.013871, 1.273095",\
|
|
"1.059239, 1.068468, 1.091775, 1.154644, 1.413868",\
|
|
"1.286108, 1.295338, 1.318644, 1.381514, 1.640738");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.019968, 0.025785, 0.043632, 0.115263, 0.473317",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473317",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473317",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473317",\
|
|
"0.019968, 0.025785, 0.043632, 0.115263, 0.473318");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "2.688254, 2.700293, 2.735598, 2.861956, 3.472621",\
|
|
"2.688254, 2.700293, 2.735598, 2.861956, 3.472621",\
|
|
"2.688254, 2.700293, 2.735598, 2.861956, 3.472621",\
|
|
"2.688254, 2.700293, 2.735598, 2.861956, 3.472621",\
|
|
"2.688254, 2.700293, 2.735598, 2.861956, 3.472621");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.023119, 0.033695, 0.073057, 0.249091, 1.126361",\
|
|
"0.023119, 0.033695, 0.073057, 0.249091, 1.126361",\
|
|
"0.023119, 0.033695, 0.073057, 0.249091, 1.126361",\
|
|
"0.023119, 0.033695, 0.073057, 0.249091, 1.126361",\
|
|
"0.023119, 0.033695, 0.073057, 0.249091, 1.126361");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "2.797947, 2.807176, 2.830483, 2.893352, 3.152576",\
|
|
"2.797947, 2.807176, 2.830483, 2.893352, 3.152576",\
|
|
"2.797947, 2.807176, 2.830483, 2.893352, 3.152576",\
|
|
"2.797947, 2.807176, 2.830483, 2.893352, 3.152576",\
|
|
"2.797947, 2.807176, 2.830483, 2.893352, 3.152576");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.019966, 0.025784, 0.043631, 0.115263, 0.473317",\
|
|
"0.019966, 0.025784, 0.043631, 0.115263, 0.473317",\
|
|
"0.019966, 0.025784, 0.043631, 0.115263, 0.473317",\
|
|
"0.019966, 0.025784, 0.043631, 0.115263, 0.473317",\
|
|
"0.019966, 0.025784, 0.043631, 0.115263, 0.473317");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "2.546180, 2.558215, 2.593517, 2.719874, 3.330545",\
|
|
"2.546180, 2.558215, 2.593517, 2.719874, 3.330545",\
|
|
"2.546180, 2.558215, 2.593517, 2.719874, 3.330545",\
|
|
"2.546180, 2.558215, 2.593517, 2.719874, 3.330545",\
|
|
"2.546180, 2.558215, 2.593517, 2.719874, 3.330545");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.023106, 0.033683, 0.073050, 0.249092, 1.126359",\
|
|
"0.023106, 0.033683, 0.073050, 0.249092, 1.126359",\
|
|
"0.023106, 0.033683, 0.073050, 0.249092, 1.126359",\
|
|
"0.023106, 0.033683, 0.073050, 0.249092, 1.126359",\
|
|
"0.023106, 0.033683, 0.073050, 0.249092, 1.126359");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "2.665750, 2.674979, 2.698284, 2.761148, 3.020381",\
|
|
"2.665750, 2.674979, 2.698284, 2.761148, 3.020381",\
|
|
"2.665750, 2.674979, 2.698284, 2.761148, 3.020381",\
|
|
"2.665750, 2.674979, 2.698284, 2.761148, 3.020381",\
|
|
"2.665750, 2.674979, 2.698284, 2.761148, 3.020381");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001370, 0.011643, 0.050870, 0.210870, 1.000000");
|
|
values ( "0.019947, 0.025767, 0.043618, 0.115261, 0.473317",\
|
|
"0.019947, 0.025767, 0.043618, 0.115261, 0.473317",\
|
|
"0.019947, 0.025767, 0.043618, 0.115261, 0.473317",\
|
|
"0.019947, 0.025767, 0.043618, 0.115261, 0.473317",\
|
|
"0.019947, 0.025767, 0.043618, 0.115261, 0.473317");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[13]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[13] */
|
|
|
|
pin("mgmt_gpio_out[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001055 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576",\
|
|
"2.352843, 2.364261, 2.398937, 2.524932, 3.136576");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588",\
|
|
"0.020653, 0.031568, 0.071796, 0.249393, 1.125588");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408",\
|
|
"2.397026, 2.406166, 2.429428, 2.492175, 2.751408");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001555, 0.011827, 0.051055, 0.211055, 1.000000");
|
|
values ( "0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817",\
|
|
"0.019589, 0.025456, 0.043350, 0.115201, 0.472817");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[12] */
|
|
|
|
pin("mgmt_gpio_out[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001212 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053",\
|
|
"2.406960, 2.418300, 2.452956, 2.579040, 3.191053");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644",\
|
|
"0.020736, 0.031645, 0.071895, 0.249791, 1.126644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212",\
|
|
"2.435270, 2.444339, 2.467594, 2.530448, 2.790212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001712, 0.011984, 0.051212, 0.211212, 1.000000");
|
|
values ( "0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969",\
|
|
"0.019693, 0.025526, 0.043394, 0.115494, 0.473969");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[11] */
|
|
|
|
pin("mgmt_gpio_out[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001013 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[10];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.561067, 0.572529, 0.607240, 0.733251, 1.344864",\
|
|
"0.625631, 0.637093, 0.671804, 0.797815, 1.397324",\
|
|
"0.673204, 0.684666, 0.719378, 0.845389, 1.397324",\
|
|
"0.707800, 0.719263, 0.753975, 0.879987, 1.397324",\
|
|
"0.707800, 0.719263, 0.753975, 0.879987, 1.397324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.020740, 0.031641, 0.071824, 0.249338, 1.125609",\
|
|
"0.020740, 0.031641, 0.071824, 0.249338, 1.125609",\
|
|
"0.020742, 0.031642, 0.071825, 0.249338, 1.125609",\
|
|
"0.020746, 0.031646, 0.071827, 0.249337, 1.125609",\
|
|
"0.020758, 0.031656, 0.071834, 0.249336, 1.125611");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.684297, 0.693441, 0.716678, 0.779426, 1.038718",\
|
|
"0.786466, 0.795609, 0.818846, 0.881594, 1.140886",\
|
|
"0.949347, 0.958490, 0.981727, 1.044475, 1.303767",\
|
|
"1.249211, 1.258354, 1.281591, 1.344340, 1.603631",\
|
|
"1.835904, 1.845048, 1.868285, 1.931033, 2.190324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.019654, 0.025492, 0.043399, 0.115198, 0.473005",\
|
|
"0.019654, 0.025492, 0.043399, 0.115198, 0.473005",\
|
|
"0.019655, 0.025493, 0.043399, 0.115198, 0.473005",\
|
|
"0.019655, 0.025494, 0.043400, 0.115198, 0.473005",\
|
|
"0.019657, 0.025495, 0.043401, 0.115199, 0.473005");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.557291, 0.568751, 0.603460, 0.729470, 1.341087",\
|
|
"0.610839, 0.622303, 0.657016, 0.783029, 1.394637",\
|
|
"0.610839, 0.622303, 0.657016, 0.783029, 1.394637",\
|
|
"0.610839, 0.622303, 0.657016, 0.783029, 1.394637",\
|
|
"0.610839, 0.622303, 0.657016, 0.783029, 1.394637");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.020733, 0.031634, 0.071820, 0.249338, 1.125607",\
|
|
"0.020733, 0.031634, 0.071820, 0.249338, 1.125607",\
|
|
"0.020733, 0.031635, 0.071821, 0.249338, 1.125607",\
|
|
"0.020738, 0.031639, 0.071823, 0.249338, 1.125608",\
|
|
"0.020751, 0.031650, 0.071830, 0.249337, 1.125610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.665968, 0.675112, 0.698349, 0.761096, 1.020389",\
|
|
"0.768137, 0.777280, 0.800517, 0.863265, 1.122557",\
|
|
"0.932370, 0.941514, 0.964751, 1.027498, 1.286791",\
|
|
"1.235233, 1.244376, 1.267613, 1.330361, 1.589653",\
|
|
"1.825513, 1.834657, 1.857894, 1.920643, 2.179934");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.019653, 0.025491, 0.043398, 0.115198, 0.473005",\
|
|
"0.019653, 0.025491, 0.043398, 0.115198, 0.473005",\
|
|
"0.019653, 0.025492, 0.043398, 0.115198, 0.473005",\
|
|
"0.019654, 0.025493, 0.043399, 0.115198, 0.473005",\
|
|
"0.019657, 0.025494, 0.043401, 0.115199, 0.473005");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476",\
|
|
"2.401684, 2.413132, 2.447827, 2.573829, 3.185476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598",\
|
|
"0.020672, 0.031581, 0.071787, 0.249342, 1.125598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367",\
|
|
"2.609947, 2.619090, 2.642327, 2.705074, 2.964367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001513, 0.011785, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005",\
|
|
"0.019651, 0.025490, 0.043397, 0.115198, 0.473005");
|
|
}
|
|
|
|
} /* 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.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001051 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451",\
|
|
"2.515082, 2.613815, 2.773637, 2.832637, 3.586451");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137",\
|
|
"0.023982, 0.139855, 0.368910, 0.452689, 1.535137");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000",\
|
|
"2.671936, 2.746923, 2.847399, 2.884412, 3.351000");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001551, 0.075537, 0.211051, 0.261276, 0.909128");
|
|
values ( "0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660",\
|
|
"0.022236, 0.090362, 0.221945, 0.269874, 0.906660");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[9]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[9] */
|
|
|
|
pin("mgmt_gpio_out[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001087 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[8];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.593764, 0.605201, 0.639911, 0.765928, 1.377468",\
|
|
"0.635883, 0.647320, 0.682030, 0.808047, 1.419587",\
|
|
"0.670029, 0.681467, 0.716177, 0.842193, 1.453734",\
|
|
"0.710831, 0.722269, 0.756979, 0.882995, 1.494536",\
|
|
"0.744698, 0.756136, 0.790846, 0.916863, 1.528402");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.020854, 0.031744, 0.071920, 0.249416, 1.125612",\
|
|
"0.020854, 0.031744, 0.071920, 0.249416, 1.125612",\
|
|
"0.020854, 0.031744, 0.071920, 0.249416, 1.125612",\
|
|
"0.020854, 0.031744, 0.071920, 0.249416, 1.125612",\
|
|
"0.020856, 0.031746, 0.071921, 0.249416, 1.125613");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.682384, 0.691490, 0.714711, 0.777461, 1.036723",\
|
|
"0.737163, 0.746269, 0.769490, 0.832240, 1.091502",\
|
|
"0.808950, 0.818056, 0.841277, 0.904027, 1.163289",\
|
|
"0.940061, 0.949166, 0.972387, 1.035138, 1.294399",\
|
|
"1.154342, 1.163447, 1.186669, 1.249419, 1.508680");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.019710, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019710, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019710, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019711, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019711, 0.025531, 0.043433, 0.115231, 0.473004");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.593764, 0.605201, 0.639911, 0.765928, 1.377468",\
|
|
"0.635883, 0.647320, 0.682030, 0.808047, 1.419587",\
|
|
"0.670029, 0.681467, 0.716177, 0.842193, 1.453734",\
|
|
"0.710831, 0.722269, 0.756979, 0.882995, 1.494536",\
|
|
"0.744698, 0.756136, 0.790846, 0.916863, 1.528402");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.020854, 0.031744, 0.071920, 0.249415, 1.125612",\
|
|
"0.020854, 0.031744, 0.071920, 0.249415, 1.125612",\
|
|
"0.020854, 0.031744, 0.071920, 0.249415, 1.125612",\
|
|
"0.020854, 0.031744, 0.071920, 0.249415, 1.125612",\
|
|
"0.020856, 0.031746, 0.071921, 0.249415, 1.125613");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.682063, 0.691168, 0.714390, 0.777140, 1.036402",\
|
|
"0.736842, 0.745948, 0.769169, 0.831919, 1.091181",\
|
|
"0.808629, 0.817734, 0.840956, 0.903706, 1.162968",\
|
|
"0.939762, 0.948867, 0.972088, 1.034839, 1.294100",\
|
|
"1.154077, 1.163183, 1.186404, 1.249154, 1.508416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.019710, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019710, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019710, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019711, 0.025530, 0.043432, 0.115230, 0.473004",\
|
|
"0.019711, 0.025531, 0.043433, 0.115231, 0.473004");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573",\
|
|
"2.475872, 2.487299, 2.521996, 2.648006, 3.259573");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604",\
|
|
"0.020799, 0.031696, 0.071890, 0.249419, 1.125604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998",\
|
|
"2.655659, 2.664764, 2.687985, 2.750734, 3.009998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001587, 0.011859, 0.051087, 0.211087, 1.000000");
|
|
values ( "0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004",\
|
|
"0.019706, 0.025526, 0.043429, 0.115230, 0.473004");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[8] */
|
|
|
|
pin("mgmt_gpio_out[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001058 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057",\
|
|
"2.409659, 2.421363, 2.456377, 2.582647, 3.194057");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882",\
|
|
"0.022078, 0.032802, 0.072562, 0.249525, 1.126882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910",\
|
|
"2.444825, 2.453955, 2.477215, 2.540106, 2.799910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001558, 0.011831, 0.051058, 0.211058, 1.000000");
|
|
values ( "0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206",\
|
|
"0.019876, 0.025676, 0.043539, 0.115470, 0.474206");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[7] */
|
|
|
|
pin("mgmt_gpio_out[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000901 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[6];
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.544535, 0.556972, 0.592636, 0.719004, 1.329216",\
|
|
"0.581333, 0.593770, 0.629433, 0.755802, 1.366014",\
|
|
"0.604974, 0.617411, 0.653075, 0.779443, 1.389655",\
|
|
"0.630706, 0.643143, 0.678807, 0.805175, 1.415387",\
|
|
"0.646940, 0.659377, 0.695040, 0.821409, 1.431620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024671, 0.035142, 0.073978, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073978, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073978, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073978, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073978, 0.249289, 1.125197");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.635335, 0.644554, 0.667870, 0.730762, 0.989822",\
|
|
"0.688015, 0.697234, 0.720550, 0.783442, 1.042502",\
|
|
"0.742668, 0.751887, 0.775203, 0.838095, 1.097155",\
|
|
"0.827622, 0.836841, 0.860157, 0.923050, 1.182109",\
|
|
"0.962952, 0.972171, 0.995487, 1.058379, 1.317439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020249, 0.026027, 0.043837, 0.115233, 0.473015",\
|
|
"0.020249, 0.026027, 0.043837, 0.115233, 0.473015",\
|
|
"0.020249, 0.026027, 0.043838, 0.115233, 0.473015",\
|
|
"0.020250, 0.026028, 0.043839, 0.115233, 0.473015",\
|
|
"0.020250, 0.026028, 0.043839, 0.115233, 0.473015");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.544535, 0.556972, 0.592636, 0.719004, 1.329216",\
|
|
"0.581333, 0.593770, 0.629433, 0.755802, 1.366014",\
|
|
"0.604974, 0.617411, 0.653075, 0.779443, 1.389655",\
|
|
"0.630706, 0.643143, 0.678807, 0.805175, 1.415387",\
|
|
"0.646940, 0.659377, 0.695040, 0.821409, 1.431620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024671, 0.035142, 0.073977, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073977, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073977, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073977, 0.249289, 1.125197",\
|
|
"0.024671, 0.035142, 0.073977, 0.249289, 1.125197");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.635335, 0.644554, 0.667870, 0.730762, 0.989822",\
|
|
"0.688015, 0.697234, 0.720550, 0.783442, 1.042502",\
|
|
"0.742668, 0.751887, 0.775203, 0.838095, 1.097155",\
|
|
"0.827622, 0.836841, 0.860157, 0.923050, 1.182109",\
|
|
"0.962952, 0.972171, 0.995487, 1.058379, 1.317439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020249, 0.026027, 0.043837, 0.115233, 0.473015",\
|
|
"0.020249, 0.026027, 0.043837, 0.115233, 0.473015",\
|
|
"0.020249, 0.026027, 0.043838, 0.115233, 0.473015",\
|
|
"0.020250, 0.026028, 0.043838, 0.115233, 0.473015",\
|
|
"0.020250, 0.026028, 0.043838, 0.115233, 0.473015");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.588636, 0.601071, 0.636734, 0.763102, 1.373315",\
|
|
"0.625658, 0.638094, 0.673756, 0.800125, 1.410337",\
|
|
"0.648934, 0.661369, 0.697031, 0.823400, 1.433612",\
|
|
"0.673963, 0.686398, 0.722060, 0.848428, 1.458641",\
|
|
"0.690367, 0.702802, 0.738463, 0.864831, 1.475044");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024666, 0.035138, 0.073975, 0.249289, 1.125200",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125200",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125200",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125201",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.699596, 0.708816, 0.732132, 0.795026, 1.054083",\
|
|
"0.752596, 0.761815, 0.785132, 0.848026, 1.107082",\
|
|
"0.808299, 0.817518, 0.840835, 0.903729, 1.162786",\
|
|
"0.894897, 0.904116, 0.927432, 0.990327, 1.249383",\
|
|
"1.034188, 1.043407, 1.066723, 1.129618, 1.388674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043843, 0.115234, 0.473015");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.588612, 0.601047, 0.636707, 0.763076, 1.373289",\
|
|
"0.625635, 0.638069, 0.673730, 0.800098, 1.410312",\
|
|
"0.648911, 0.661345, 0.697006, 0.823374, 1.433588",\
|
|
"0.673944, 0.686378, 0.722039, 0.848407, 1.458621",\
|
|
"0.690355, 0.702789, 0.738449, 0.864818, 1.475031");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024661, 0.035132, 0.073971, 0.249288, 1.125203",\
|
|
"0.024661, 0.035132, 0.073971, 0.249288, 1.125203",\
|
|
"0.024660, 0.035132, 0.073971, 0.249288, 1.125203",\
|
|
"0.024660, 0.035132, 0.073971, 0.249287, 1.125203",\
|
|
"0.024660, 0.035131, 0.073971, 0.249287, 1.125204");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.696415, 0.705633, 0.728945, 0.791827, 1.050907",\
|
|
"0.749415, 0.758633, 0.781945, 0.844827, 1.103906",\
|
|
"0.805119, 0.814337, 0.837649, 0.900531, 1.159610",\
|
|
"0.891725, 0.900943, 0.924255, 0.987137, 1.246216",\
|
|
"1.031041, 1.040259, 1.063571, 1.126453, 1.385533");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115227, 0.473014");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.722187, 0.731406, 0.754723, 0.817617, 1.076674",\
|
|
"0.759210, 0.768429, 0.791745, 0.854640, 1.113696",\
|
|
"0.782452, 0.791671, 0.814987, 0.877882, 1.136938",\
|
|
"0.807420, 0.816639, 0.839956, 0.902850, 1.161907",\
|
|
"0.823570, 0.832789, 0.856106, 0.919000, 1.178056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043844, 0.115234, 0.473015",\
|
|
"0.020257, 0.026034, 0.043843, 0.115234, 0.473015");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.607473, 0.619909, 0.655571, 0.781939, 1.392152",\
|
|
"0.660473, 0.672908, 0.708570, 0.834939, 1.445151",\
|
|
"0.716445, 0.728880, 0.764542, 0.890911, 1.501123",\
|
|
"0.803643, 0.816078, 0.851740, 0.978108, 1.588321",\
|
|
"0.944112, 0.956547, 0.992208, 1.118577, 1.728790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024666, 0.035138, 0.073975, 0.249289, 1.125200",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125200",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125200",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125201",\
|
|
"0.024666, 0.035138, 0.073975, 0.249289, 1.125202");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.719006, 0.728224, 0.751536, 0.814418, 1.073498",\
|
|
"0.756029, 0.765247, 0.788558, 0.851441, 1.110520",\
|
|
"0.779272, 0.788489, 0.811801, 0.874683, 1.133763",\
|
|
"0.804249, 0.813466, 0.836778, 0.899660, 1.158740",\
|
|
"0.820423, 0.829641, 0.852953, 0.915835, 1.174915");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115226, 0.473014",\
|
|
"0.020201, 0.025985, 0.043803, 0.115227, 0.473014");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.607450, 0.619884, 0.655545, 0.781913, 1.392127",\
|
|
"0.660449, 0.672884, 0.708544, 0.834913, 1.445126",\
|
|
"0.716422, 0.728856, 0.764517, 0.890885, 1.501099",\
|
|
"0.803624, 0.816058, 0.851719, 0.978087, 1.588301",\
|
|
"0.944100, 0.956534, 0.992195, 1.118563, 1.728777");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024661, 0.035132, 0.073971, 0.249288, 1.125203",\
|
|
"0.024661, 0.035132, 0.073971, 0.249288, 1.125203",\
|
|
"0.024660, 0.035132, 0.073971, 0.249288, 1.125203",\
|
|
"0.024660, 0.035132, 0.073971, 0.249287, 1.125203",\
|
|
"0.024660, 0.035131, 0.073971, 0.249287, 1.125204");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "2.822596, 2.831815, 2.855131, 2.918024, 3.177082",\
|
|
"2.822596, 2.831815, 2.855131, 2.918024, 3.177082",\
|
|
"2.822596, 2.831815, 2.855131, 2.918024, 3.177082",\
|
|
"2.822596, 2.831815, 2.855131, 2.918024, 3.177082",\
|
|
"2.822596, 2.831815, 2.855131, 2.918024, 3.177082");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020254, 0.026031, 0.043841, 0.115233, 0.473015",\
|
|
"0.020254, 0.026031, 0.043841, 0.115233, 0.473015",\
|
|
"0.020254, 0.026031, 0.043841, 0.115233, 0.473015",\
|
|
"0.020254, 0.026031, 0.043841, 0.115233, 0.473015",\
|
|
"0.020254, 0.026031, 0.043841, 0.115233, 0.473015");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250",\
|
|
"2.705567, 2.718006, 2.753670, 2.880039, 3.490250");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193",\
|
|
"0.024678, 0.035149, 0.073982, 0.249291, 1.125193");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "2.821263, 2.830482, 2.853796, 2.916684, 3.175752",\
|
|
"2.821263, 2.830482, 2.853796, 2.916684, 3.175752",\
|
|
"2.821263, 2.830482, 2.853796, 2.916684, 3.175752",\
|
|
"2.821263, 2.830482, 2.853796, 2.916684, 3.175752",\
|
|
"2.821263, 2.830482, 2.853796, 2.916684, 3.175752");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001401, 0.011673, 0.050901, 0.210901, 1.000000");
|
|
values ( "0.020230, 0.026010, 0.043824, 0.115230, 0.473014",\
|
|
"0.020230, 0.026010, 0.043824, 0.115230, 0.473014",\
|
|
"0.020230, 0.026010, 0.043824, 0.115230, 0.473014",\
|
|
"0.020230, 0.026010, 0.043824, 0.115230, 0.473014",\
|
|
"0.020230, 0.026010, 0.043824, 0.115230, 0.473014");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[6]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[6] */
|
|
|
|
pin("mgmt_gpio_out[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000974 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823",\
|
|
"2.329744, 2.341339, 2.376190, 2.502306, 3.113823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054",\
|
|
"0.021273, 0.032100, 0.072093, 0.249331, 1.126054");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658",\
|
|
"2.351097, 2.360290, 2.383593, 2.446380, 2.705658");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001474, 0.011747, 0.050974, 0.210974, 1.000000");
|
|
values ( "0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037",\
|
|
"0.019522, 0.025421, 0.043305, 0.115236, 0.473037");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[5] */
|
|
|
|
pin("mgmt_gpio_out[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000877 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184",\
|
|
"2.422136, 2.433851, 2.468795, 2.594926, 3.206184");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758",\
|
|
"0.021559, 0.032343, 0.072211, 0.249124, 1.125758");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435",\
|
|
"2.453871, 2.463088, 2.486362, 2.549133, 2.808435");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001377, 0.011650, 0.050877, 0.210877, 1.000000");
|
|
values ( "0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005",\
|
|
"0.019666, 0.025524, 0.043421, 0.115150, 0.473005");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[4] */
|
|
|
|
pin("mgmt_gpio_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001113 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703",\
|
|
"2.362445, 2.373934, 2.408725, 2.534876, 3.146703");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731",\
|
|
"0.021177, 0.032022, 0.072092, 0.249648, 1.126731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790",\
|
|
"2.404745, 2.413839, 2.437068, 2.499905, 2.759790");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001613, 0.011885, 0.051113, 0.211113, 1.000000");
|
|
values ( "0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202",\
|
|
"0.019670, 0.025486, 0.043383, 0.115463, 0.474202");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[3] */
|
|
|
|
pin("mgmt_gpio_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000894 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209",\
|
|
"2.350200, 2.361862, 2.396755, 2.522859, 3.134209");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723",\
|
|
"0.021356, 0.032168, 0.072108, 0.249157, 1.125723");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775",\
|
|
"2.368212, 2.377438, 2.400740, 2.463489, 2.722775");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001394, 0.011667, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788",\
|
|
"0.019473, 0.025383, 0.043282, 0.115126, 0.472788");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[2] */
|
|
|
|
pin("mgmt_gpio_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000999 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[1];
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.015302, 1.027277, 1.062572, 1.188992, 1.799867",\
|
|
"1.060784, 1.072759, 1.108054, 1.234475, 1.845349",\
|
|
"1.114555, 1.126530, 1.161824, 1.288245, 1.899119",\
|
|
"1.193630, 1.205605, 1.240900, 1.367321, 1.978195",\
|
|
"1.296873, 1.308848, 1.344143, 1.470564, 2.081438");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.251222, 1.260390, 1.283684, 1.346629, 1.606347",\
|
|
"1.305461, 1.314629, 1.337923, 1.400868, 1.660586",\
|
|
"1.377852, 1.387020, 1.410314, 1.473258, 1.732977",\
|
|
"1.510524, 1.519691, 1.542986, 1.605930, 1.865649",\
|
|
"1.721602, 1.730770, 1.754064, 1.817009, 2.076727");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474212",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474212",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474212",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474212",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474212");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.015302, 1.027277, 1.062572, 1.188992, 1.799867",\
|
|
"1.060784, 1.072759, 1.108054, 1.234475, 1.845349",\
|
|
"1.114555, 1.126530, 1.161824, 1.288245, 1.899119",\
|
|
"1.193630, 1.205605, 1.240900, 1.367321, 1.978195",\
|
|
"1.296873, 1.308848, 1.344143, 1.470564, 2.081438");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.249124, 1.258292, 1.281587, 1.344531, 1.604250",\
|
|
"1.303364, 1.312532, 1.335826, 1.398770, 1.658489",\
|
|
"1.375754, 1.384922, 1.408216, 1.471161, 1.730880",\
|
|
"1.508482, 1.517650, 1.540944, 1.603888, 1.863607",\
|
|
"1.721596, 1.730764, 1.754058, 1.817002, 2.076721");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.746006, 1.757981, 1.793276, 1.919696, 2.530571",\
|
|
"1.788125, 1.800100, 1.835395, 1.961815, 2.572690",\
|
|
"1.822271, 1.834246, 1.869541, 1.995961, 2.606836",\
|
|
"1.862882, 1.874857, 1.910152, 2.036573, 2.647447",\
|
|
"1.896744, 1.908718, 1.944013, 2.070434, 2.681308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.589693, 2.598861, 2.622155, 2.685100, 2.944819",\
|
|
"2.644474, 2.653642, 2.676936, 2.739880, 2.999599",\
|
|
"2.716276, 2.725444, 2.748738, 2.811682, 3.071401",\
|
|
"2.846867, 2.856035, 2.879329, 2.942273, 3.201992",\
|
|
"3.060240, 3.069408, 3.092702, 3.155646, 3.415365");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "1.741613, 1.753588, 1.788883, 1.915304, 2.526178",\
|
|
"1.783732, 1.795707, 1.831002, 1.957422, 2.568297",\
|
|
"1.817878, 1.829853, 1.865148, 1.991568, 2.602443",\
|
|
"1.858438, 1.870413, 1.905708, 2.032128, 2.643003",\
|
|
"1.892299, 1.904274, 1.939569, 2.065989, 2.676864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.586474, 2.595642, 2.618936, 2.681881, 2.941600",\
|
|
"2.641255, 2.650423, 2.673717, 2.736661, 2.996380",\
|
|
"2.713057, 2.722225, 2.745519, 2.808463, 3.068182",\
|
|
"2.843839, 2.853007, 2.876301, 2.939245, 3.198964",\
|
|
"3.057505, 3.066673, 3.089967, 3.152911, 3.412630");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.140008, 2.149176, 2.172470, 2.235414, 2.495133",\
|
|
"2.182126, 2.191294, 2.214588, 2.277533, 2.537252",\
|
|
"2.216272, 2.225440, 2.248734, 2.311679, 2.571398",\
|
|
"2.256884, 2.266052, 2.289346, 2.352290, 2.612009",\
|
|
"2.290745, 2.299913, 2.323207, 2.386151, 2.645870");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.130389, 2.142364, 2.177658, 2.304079, 2.914953",\
|
|
"2.185169, 2.197144, 2.232439, 2.358859, 2.969734",\
|
|
"2.256971, 2.268946, 2.304240, 2.430661, 3.041536",\
|
|
"2.387562, 2.399537, 2.434831, 2.561252, 3.172127",\
|
|
"2.600935, 2.612910, 2.648205, 2.774625, 3.385500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.136760, 2.145927, 2.169221, 2.232166, 2.491885",\
|
|
"2.178878, 2.188046, 2.211340, 2.274284, 2.534003",\
|
|
"2.213024, 2.222192, 2.245486, 2.308430, 2.568150",\
|
|
"2.253584, 2.262752, 2.286046, 2.348990, 2.608710",\
|
|
"2.287445, 2.296613, 2.319907, 2.382852, 2.642571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.126592, 2.138567, 2.173862, 2.300282, 2.911157",\
|
|
"2.181373, 2.193347, 2.228642, 2.355063, 2.965937",\
|
|
"2.253175, 2.265150, 2.300444, 2.426865, 3.037740",\
|
|
"2.383956, 2.395931, 2.431226, 2.557646, 3.168521",\
|
|
"2.597622, 2.609597, 2.644892, 2.771312, 3.382187");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.613333, 0.625309, 0.660605, 0.787026, 1.397898",\
|
|
"0.656399, 0.668375, 0.703671, 0.830092, 1.440964",\
|
|
"0.689061, 0.701037, 0.736333, 0.862754, 1.473626",\
|
|
"0.729744, 0.741720, 0.777016, 0.903438, 1.514309",\
|
|
"0.767890, 0.779866, 0.815162, 0.941583, 1.552455");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023236, 0.033803, 0.073170, 0.249384, 1.127075",\
|
|
"0.023236, 0.033803, 0.073170, 0.249384, 1.127075",\
|
|
"0.023236, 0.033803, 0.073170, 0.249384, 1.127075",\
|
|
"0.023236, 0.033804, 0.073170, 0.249384, 1.127076",\
|
|
"0.023237, 0.033804, 0.073170, 0.249384, 1.127076");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.703744, 0.712911, 0.736203, 0.799141, 1.058872",\
|
|
"0.755318, 0.764485, 0.787777, 0.850715, 1.110446",\
|
|
"0.825936, 0.835104, 0.858395, 0.921333, 1.181064",\
|
|
"0.951414, 0.960581, 0.983872, 1.046810, 1.306541",\
|
|
"1.149403, 1.158570, 1.181861, 1.244799, 1.504531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020066, 0.025851, 0.043681, 0.115476, 0.474212",\
|
|
"0.020066, 0.025851, 0.043681, 0.115476, 0.474212",\
|
|
"0.020066, 0.025851, 0.043681, 0.115476, 0.474212",\
|
|
"0.020066, 0.025851, 0.043681, 0.115476, 0.474212",\
|
|
"0.020066, 0.025851, 0.043681, 0.115476, 0.474212");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.613333, 0.625309, 0.660605, 0.787026, 1.397898",\
|
|
"0.656399, 0.668375, 0.703671, 0.830092, 1.440964",\
|
|
"0.689061, 0.701037, 0.736333, 0.862754, 1.473626",\
|
|
"0.729744, 0.741720, 0.777016, 0.903438, 1.514309",\
|
|
"0.767890, 0.779866, 0.815162, 0.941583, 1.552455");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023236, 0.033803, 0.073170, 0.249384, 1.127075",\
|
|
"0.023236, 0.033803, 0.073170, 0.249384, 1.127075",\
|
|
"0.023236, 0.033803, 0.073170, 0.249384, 1.127075",\
|
|
"0.023236, 0.033804, 0.073170, 0.249384, 1.127076",\
|
|
"0.023237, 0.033804, 0.073170, 0.249384, 1.127076");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.703744, 0.712911, 0.736203, 0.799141, 1.058872",\
|
|
"0.755318, 0.764485, 0.787777, 0.850715, 1.110446",\
|
|
"0.825936, 0.835104, 0.858395, 0.921333, 1.181064",\
|
|
"0.951414, 0.960581, 0.983872, 1.046810, 1.306541",\
|
|
"1.149403, 1.158570, 1.181861, 1.244799, 1.504531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020064, 0.025849, 0.043680, 0.115476, 0.474212",\
|
|
"0.020064, 0.025849, 0.043680, 0.115476, 0.474212",\
|
|
"0.020064, 0.025849, 0.043680, 0.115476, 0.474212",\
|
|
"0.020064, 0.025849, 0.043680, 0.115476, 0.474212",\
|
|
"0.020064, 0.025849, 0.043680, 0.115476, 0.474212");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "4.547237, 4.559212, 4.594507, 4.720928, 5.331802",\
|
|
"4.547237, 4.559212, 4.594507, 4.720928, 5.331802",\
|
|
"4.547237, 4.559212, 4.594507, 4.720928, 5.331802",\
|
|
"4.547237, 4.559212, 4.594507, 4.720928, 5.331802",\
|
|
"4.547237, 4.559212, 4.594507, 4.720928, 5.331802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127074");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "5.006440, 5.015608, 5.038902, 5.101846, 5.361565",\
|
|
"5.006440, 5.015608, 5.038902, 5.101846, 5.361565",\
|
|
"5.006440, 5.015608, 5.038902, 5.101846, 5.361565",\
|
|
"5.006440, 5.015608, 5.038902, 5.101846, 5.361565",\
|
|
"5.006440, 5.015608, 5.038902, 5.101846, 5.361565");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "2.917448, 2.929423, 2.964718, 3.091138, 3.702013",\
|
|
"2.917448, 2.929423, 2.964718, 3.091138, 3.702013",\
|
|
"2.917448, 2.929423, 2.964718, 3.091138, 3.702013",\
|
|
"2.917448, 2.929423, 2.964718, 3.091138, 3.702013",\
|
|
"2.917448, 2.929423, 2.964718, 3.091138, 3.702013");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075",\
|
|
"0.023231, 0.033799, 0.073167, 0.249384, 1.127075");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "3.374992, 3.384160, 3.407454, 3.470398, 3.730117",\
|
|
"3.374992, 3.384160, 3.407454, 3.470398, 3.730117",\
|
|
"3.374992, 3.384160, 3.407454, 3.470398, 3.730117",\
|
|
"3.374992, 3.384160, 3.407454, 3.470398, 3.730117",\
|
|
"3.374992, 3.384160, 3.407454, 3.470398, 3.730117");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001499, 0.011771, 0.050999, 0.210999, 1.000000");
|
|
values ( "0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213",\
|
|
"0.020095, 0.025876, 0.043702, 0.115480, 0.474213");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[1]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[1] */
|
|
|
|
pin("mgmt_gpio_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000856 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_out[0];
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.597355, 0.609375, 0.644648, 0.770960, 1.381544",\
|
|
"0.641583, 0.653602, 0.688876, 0.815188, 1.425771",\
|
|
"0.683456, 0.695476, 0.730749, 0.857061, 1.467645",\
|
|
"0.740988, 0.753008, 0.788281, 0.914593, 1.525177",\
|
|
"0.810388, 0.822407, 0.857680, 0.983991, 1.594576");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022985, 0.033579, 0.072983, 0.249008, 1.125984",\
|
|
"0.022985, 0.033579, 0.072983, 0.249008, 1.125984",\
|
|
"0.022985, 0.033579, 0.072983, 0.249008, 1.125984",\
|
|
"0.022984, 0.033578, 0.072982, 0.249008, 1.125984",\
|
|
"0.022982, 0.033577, 0.072981, 0.249008, 1.125984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.726188, 0.735424, 0.758730, 0.821572, 1.080745",\
|
|
"0.779935, 0.789171, 0.812477, 0.875319, 1.134492",\
|
|
"0.842922, 0.852158, 0.875464, 0.938306, 1.197479",\
|
|
"0.944523, 0.953759, 0.977065, 1.039907, 1.299080",\
|
|
"1.101137, 1.110373, 1.133679, 1.196521, 1.455694");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.596935, 0.608947, 0.644211, 0.770518, 1.381121",\
|
|
"0.641162, 0.653174, 0.688439, 0.814746, 1.425348",\
|
|
"0.683036, 0.695047, 0.730312, 0.856619, 1.467221",\
|
|
"0.740581, 0.752593, 0.787858, 0.914165, 1.524767",\
|
|
"0.810006, 0.822018, 0.857283, 0.983590, 1.594192");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022947, 0.033546, 0.072962, 0.249011, 1.125978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.724533, 0.733768, 0.757072, 0.819907, 1.079093",\
|
|
"0.778280, 0.787515, 0.810819, 0.873654, 1.132840",\
|
|
"0.841267, 0.850502, 0.873806, 0.936641, 1.195827",\
|
|
"0.942856, 0.952092, 0.975395, 1.038230, 1.297416",\
|
|
"1.099444, 1.108679, 1.131983, 1.194818, 1.454004");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019953, 0.025776, 0.043629, 0.115180, 0.473011");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.741420, 0.750656, 0.773962, 0.836803, 1.095977",\
|
|
"0.785647, 0.794884, 0.818190, 0.881031, 1.140204",\
|
|
"0.827521, 0.836757, 0.860063, 0.922904, 1.182078",\
|
|
"0.884441, 0.893677, 0.916983, 0.979825, 1.238998",\
|
|
"0.952502, 0.961738, 0.985044, 1.047885, 1.307059");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011",\
|
|
"0.019984, 0.025802, 0.043651, 0.115183, 0.473011");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.625916, 0.637936, 0.673209, 0.799521, 1.410105",\
|
|
"0.679663, 0.691683, 0.726956, 0.853268, 1.463852",\
|
|
"0.742650, 0.754670, 0.789943, 0.916255, 1.526839",\
|
|
"0.844894, 0.856914, 0.892187, 1.018499, 1.629083",\
|
|
"1.002616, 1.014635, 1.049908, 1.176219, 1.786804");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022985, 0.033579, 0.072983, 0.249008, 1.125984",\
|
|
"0.022985, 0.033579, 0.072983, 0.249008, 1.125984",\
|
|
"0.022985, 0.033579, 0.072983, 0.249008, 1.125984",\
|
|
"0.022984, 0.033578, 0.072982, 0.249008, 1.125984",\
|
|
"0.022982, 0.033577, 0.072981, 0.249008, 1.125984");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.739765, 0.749000, 0.772304, 0.835139, 1.094325",\
|
|
"0.783992, 0.793228, 0.816531, 0.879366, 1.138552",\
|
|
"0.825866, 0.835101, 0.858404, 0.921240, 1.180425",\
|
|
"0.882775, 0.892010, 0.915314, 0.978149, 1.237335",\
|
|
"0.950808, 0.960044, 0.983347, 1.046182, 1.305368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019953, 0.025776, 0.043629, 0.115180, 0.473011");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.625496, 0.637507, 0.672772, 0.799079, 1.409681",\
|
|
"0.679243, 0.691254, 0.726519, 0.852826, 1.463428",\
|
|
"0.742230, 0.754241, 0.789506, 0.915813, 1.526415",\
|
|
"0.844488, 0.856499, 0.891765, 1.018071, 1.628674",\
|
|
"1.002234, 1.014246, 1.049511, 1.175818, 1.786420");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022946, 0.033545, 0.072961, 0.249011, 1.125978",\
|
|
"0.022947, 0.033546, 0.072962, 0.249011, 1.125978");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.551731, 0.563746, 0.599015, 0.725323, 1.335919",\
|
|
"0.588879, 0.600894, 0.636162, 0.762471, 1.373066",\
|
|
"0.611972, 0.623987, 0.659255, 0.785564, 1.396159",\
|
|
"0.637142, 0.649157, 0.684426, 0.810734, 1.421329",\
|
|
"0.653060, 0.665075, 0.700343, 0.826652, 1.437247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022962, 0.033559, 0.072970, 0.249010, 1.125981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.629257, 0.638492, 0.661796, 0.724631, 0.983817",\
|
|
"0.682359, 0.691595, 0.714898, 0.777734, 1.036919",\
|
|
"0.738188, 0.747423, 0.770727, 0.833562, 1.092748",\
|
|
"0.825183, 0.834419, 0.857722, 0.920557, 1.179743",\
|
|
"0.965874, 0.975110, 0.998413, 1.061248, 1.320434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019954, 0.025777, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025777, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019953, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019952, 0.025775, 0.043628, 0.115179, 0.473010");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.551731, 0.563746, 0.599015, 0.725323, 1.335919",\
|
|
"0.588879, 0.600894, 0.636162, 0.762471, 1.373066",\
|
|
"0.611972, 0.623987, 0.659255, 0.785564, 1.396159",\
|
|
"0.637142, 0.649157, 0.684426, 0.810734, 1.421329",\
|
|
"0.653060, 0.665075, 0.700343, 0.826652, 1.437247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022961, 0.033558, 0.072970, 0.249010, 1.125980",\
|
|
"0.022962, 0.033559, 0.072970, 0.249010, 1.125981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.629257, 0.638492, 0.661796, 0.724631, 0.983817",\
|
|
"0.682359, 0.691595, 0.714898, 0.777734, 1.036919",\
|
|
"0.738188, 0.747423, 0.770727, 0.833562, 1.092748",\
|
|
"0.825183, 0.834419, 0.857722, 0.920557, 1.179743",\
|
|
"0.965874, 0.975110, 0.998413, 1.061248, 1.320434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019954, 0.025777, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025777, 0.043629, 0.115180, 0.473011",\
|
|
"0.019954, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019953, 0.025776, 0.043629, 0.115180, 0.473011",\
|
|
"0.019952, 0.025775, 0.043628, 0.115179, 0.473010");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048",\
|
|
"2.550861, 2.562875, 2.598143, 2.724451, 3.335048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980",\
|
|
"0.022957, 0.033554, 0.072967, 0.249010, 1.125980");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835",\
|
|
"2.711277, 2.720513, 2.743819, 2.806661, 3.065835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001356, 0.011628, 0.050856, 0.210856, 1.000000");
|
|
values ( "0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011",\
|
|
"0.019983, 0.025801, 0.043650, 0.115183, 0.473011");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[0] */
|
|
} /* end of bus mgmt_gpio_out */
|
|
bus ( pll90_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll90_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002657 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.021542, 0.026971, 0.044490, 0.119165, 0.472183",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.472183",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.472183",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.472183",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.472183");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978",\
|
|
"2.562865, 2.574900, 2.610857, 2.738584, 3.343978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946",\
|
|
"0.027764, 0.037966, 0.076305, 0.254452, 1.131946");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148",\
|
|
"2.607393, 2.615963, 2.639159, 2.703466, 2.965148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003157, 0.013429, 0.052657, 0.212657, 1.000000");
|
|
values ( "0.021542, 0.026971, 0.044490, 0.119165, 0.469111",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.469111",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.469111",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.469111",\
|
|
"0.021542, 0.026971, 0.044490, 0.119165, 0.469111");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[2] */
|
|
|
|
pin("pll90_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003832 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.021683, 0.026995, 0.047567, 0.117514, 0.477672",\
|
|
"0.021683, 0.026995, 0.047567, 0.117514, 0.477672",\
|
|
"0.021683, 0.026995, 0.047567, 0.117514, 0.477672",\
|
|
"0.021683, 0.026995, 0.047567, 0.117514, 0.477672",\
|
|
"0.021683, 0.026995, 0.047567, 0.117514, 0.477672");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848",\
|
|
"2.698498, 2.709708, 2.745576, 2.873677, 3.479848");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645",\
|
|
"0.026593, 0.036934, 0.079351, 0.257262, 1.140645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991",\
|
|
"2.518765, 2.526988, 2.550399, 2.612762, 2.877991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004332, 0.014604, 0.053832, 0.213832, 1.000000");
|
|
values ( "0.021683, 0.026995, 0.047567, 0.116597, 0.472881",\
|
|
"0.021683, 0.026995, 0.047567, 0.116597, 0.472881",\
|
|
"0.021683, 0.026995, 0.047567, 0.116597, 0.472881",\
|
|
"0.021683, 0.026995, 0.047567, 0.116597, 0.472881",\
|
|
"0.021683, 0.026995, 0.047567, 0.116597, 0.472881");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[1] */
|
|
|
|
pin("pll90_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.006323 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll90_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "2.447203, 2.457650, 2.493594, 2.619697, 3.232919",\
|
|
"2.447203, 2.457650, 2.493594, 2.619697, 3.232919",\
|
|
"2.447203, 2.457650, 2.493594, 2.619697, 3.232919",\
|
|
"2.447203, 2.457650, 2.493594, 2.619697, 3.232919",\
|
|
"2.447203, 2.457650, 2.493594, 2.619697, 3.232919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.027874, 0.038208, 0.082703, 0.262463, 1.161107",\
|
|
"0.027874, 0.038208, 0.082703, 0.262463, 1.161107",\
|
|
"0.027874, 0.038208, 0.082703, 0.262463, 1.161107",\
|
|
"0.027874, 0.038208, 0.082703, 0.262463, 1.161107",\
|
|
"0.027874, 0.038208, 0.082703, 0.262463, 1.161107");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "2.523994, 2.531553, 2.554986, 2.618000, 2.886814",\
|
|
"2.523994, 2.531553, 2.554986, 2.618000, 2.886814",\
|
|
"2.523994, 2.531553, 2.554986, 2.618000, 2.886814",\
|
|
"2.523994, 2.531553, 2.554986, 2.618000, 2.886814",\
|
|
"2.523994, 2.531553, 2.554986, 2.618000, 2.886814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.023029, 0.027997, 0.049981, 0.122264, 0.492966",\
|
|
"0.023029, 0.027997, 0.049981, 0.122264, 0.492966",\
|
|
"0.023029, 0.027997, 0.049981, 0.122264, 0.492966",\
|
|
"0.023029, 0.027997, 0.049981, 0.122264, 0.492966",\
|
|
"0.023029, 0.027997, 0.049981, 0.122264, 0.492966");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "2.447203, 2.457650, 2.493598, 2.619697, 3.232917",\
|
|
"2.447203, 2.457650, 2.493598, 2.619697, 3.232917",\
|
|
"2.447203, 2.457650, 2.493598, 2.619697, 3.232917",\
|
|
"2.447203, 2.457650, 2.493598, 2.619697, 3.232917",\
|
|
"2.447203, 2.457650, 2.493598, 2.619697, 3.232917");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.027874, 0.038208, 0.082704, 0.262463, 1.161104",\
|
|
"0.027874, 0.038208, 0.082704, 0.262463, 1.161104",\
|
|
"0.027874, 0.038208, 0.082704, 0.262463, 1.161104",\
|
|
"0.027874, 0.038208, 0.082704, 0.262463, 1.161104",\
|
|
"0.027874, 0.038208, 0.082704, 0.262463, 1.161104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "2.523994, 2.531553, 2.554988, 2.618000, 2.886812",\
|
|
"2.523994, 2.531553, 2.554988, 2.618000, 2.886812",\
|
|
"2.523994, 2.531553, 2.554988, 2.618000, 2.886812",\
|
|
"2.523994, 2.531553, 2.554988, 2.618000, 2.886812",\
|
|
"2.523994, 2.531553, 2.554988, 2.618000, 2.886812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006823, 0.017096, 0.056323, 0.216323, 1.000000");
|
|
values ( "0.023029, 0.027997, 0.049981, 0.120380, 0.482756",\
|
|
"0.023029, 0.027997, 0.049981, 0.120380, 0.482756",\
|
|
"0.023029, 0.027997, 0.049981, 0.120380, 0.482756",\
|
|
"0.023029, 0.027997, 0.049981, 0.120380, 0.482756",\
|
|
"0.023029, 0.027997, 0.049981, 0.120380, 0.482756");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll90_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[0] */
|
|
} /* end of bus pll90_sel */
|
|
bus ( pll_div ) {
|
|
|
|
bus_type : BUS5_type3 ;
|
|
direction : output ;
|
|
|
|
pin("pll_div[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002393 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.020663, 0.026179, 0.043823, 0.117535, 0.472400",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.472400",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.472400",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.472400",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.472400");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855",\
|
|
"2.370190, 2.381470, 2.416558, 2.544111, 3.150855");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632",\
|
|
"0.023519, 0.034116, 0.073759, 0.253886, 1.133632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052",\
|
|
"2.415886, 2.424502, 2.447698, 2.509013, 2.774052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002893, 0.013165, 0.052393, 0.212393, 1.000000");
|
|
values ( "0.020663, 0.026179, 0.043823, 0.117535, 0.469242",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.469242",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.469242",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.469242",\
|
|
"0.020663, 0.026179, 0.043823, 0.117535, 0.469242");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[4]_redg_min*/
|
|
|
|
} /* end of pin pll_div[4] */
|
|
|
|
pin("pll_div[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003502 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.021326, 0.026695, 0.044208, 0.119271, 0.476243",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.476243",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.476243",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.476243",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.476243");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007",\
|
|
"2.405021, 2.415973, 2.450944, 2.579046, 3.186007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699",\
|
|
"0.024244, 0.034836, 0.074591, 0.256500, 1.138699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105",\
|
|
"2.489197, 2.497502, 2.520570, 2.582013, 2.848105");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004002, 0.014274, 0.053502, 0.213502, 1.000000");
|
|
values ( "0.021326, 0.026695, 0.044208, 0.119271, 0.471925",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.471925",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.471925",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.471925",\
|
|
"0.021326, 0.026695, 0.044208, 0.119271, 0.471925");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[3]_redg_min*/
|
|
|
|
} /* end of pin pll_div[3] */
|
|
|
|
pin("pll_div[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.021185, 0.026609, 0.044140, 0.118681, 0.475147",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.475147",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.475147",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.475147",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.475147");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214",\
|
|
"2.666821, 2.678282, 2.713752, 2.841905, 3.448214");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296",\
|
|
"0.025720, 0.036094, 0.075172, 0.255401, 1.137296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829",\
|
|
"2.487902, 2.496386, 2.519563, 2.581009, 2.846829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.021185, 0.026609, 0.044140, 0.118681, 0.471179",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.471179",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.471179",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.471179",\
|
|
"0.021185, 0.026609, 0.044140, 0.118681, 0.471179");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[2]_redg_min*/
|
|
|
|
} /* end of pin pll_div[2] */
|
|
|
|
pin("pll_div[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003672 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.021517, 0.026871, 0.044398, 0.119167, 0.474158",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.474158",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.474158",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.474158",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.474158");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378",\
|
|
"2.401456, 2.412428, 2.447429, 2.575266, 3.181378");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003",\
|
|
"0.024904, 0.035445, 0.075095, 0.255938, 1.136003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705",\
|
|
"2.480900, 2.489143, 2.512127, 2.573784, 2.838705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004172, 0.014444, 0.053672, 0.213672, 1.000000");
|
|
values ( "0.021517, 0.026871, 0.044398, 0.119167, 0.470501",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.470501",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.470501",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.470501",\
|
|
"0.021517, 0.026871, 0.044398, 0.119167, 0.470501");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[1]_redg_min*/
|
|
|
|
} /* end of pin pll_div[1] */
|
|
|
|
pin("pll_div[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005726 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_div[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.022712, 0.027805, 0.048692, 0.118988, 0.480552",\
|
|
"0.022712, 0.027805, 0.048692, 0.118988, 0.480552",\
|
|
"0.022712, 0.027805, 0.048692, 0.118988, 0.480552",\
|
|
"0.022712, 0.027805, 0.048692, 0.118988, 0.480552",\
|
|
"0.022712, 0.027805, 0.048692, 0.118988, 0.480552");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241",\
|
|
"2.415114, 2.425629, 2.461120, 2.586491, 3.195241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382",\
|
|
"0.027244, 0.037662, 0.081014, 0.258292, 1.144382");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265",\
|
|
"2.492542, 2.500202, 2.523335, 2.585803, 2.851265");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006226, 0.016498, 0.055726, 0.215726, 1.000000");
|
|
values ( "0.022712, 0.027805, 0.048692, 0.117891, 0.474779",\
|
|
"0.022712, 0.027805, 0.048692, 0.117891, 0.474779",\
|
|
"0.022712, 0.027805, 0.048692, 0.117891, 0.474779",\
|
|
"0.022712, 0.027805, 0.048692, 0.117891, 0.474779",\
|
|
"0.022712, 0.027805, 0.048692, 0.117891, 0.474779");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_div[0]_redg_min*/
|
|
|
|
} /* end of pin pll_div[0] */
|
|
} /* end of bus pll_div */
|
|
bus ( pll_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001684 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525",\
|
|
"2.414239, 2.425656, 2.460686, 2.587748, 3.202525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818",\
|
|
"0.022507, 0.033183, 0.072939, 0.252099, 1.135818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568",\
|
|
"2.495710, 2.504553, 2.527826, 2.591558, 2.852568");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002184, 0.012457, 0.051684, 0.211684, 1.000000");
|
|
values ( "0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124",\
|
|
"0.020305, 0.025927, 0.043652, 0.117669, 0.482124");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[2] */
|
|
|
|
pin("pll_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003471 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.021575, 0.026893, 0.047903, 0.118468, 0.482713",\
|
|
"0.021575, 0.026893, 0.047903, 0.118468, 0.482713",\
|
|
"0.021575, 0.026893, 0.047903, 0.118468, 0.482713",\
|
|
"0.021575, 0.026893, 0.047903, 0.118468, 0.482713",\
|
|
"0.021575, 0.026893, 0.047903, 0.118468, 0.482713");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662",\
|
|
"2.661458, 2.673163, 2.709642, 2.835267, 3.445662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099",\
|
|
"0.027932, 0.038108, 0.080353, 0.256623, 1.146099");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389",\
|
|
"2.431735, 2.440107, 2.463786, 2.526412, 2.793389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003971, 0.014243, 0.053471, 0.213471, 1.000000");
|
|
values ( "0.021575, 0.026893, 0.047903, 0.117223, 0.476128",\
|
|
"0.021575, 0.026893, 0.047903, 0.117223, 0.476128",\
|
|
"0.021575, 0.026893, 0.047903, 0.117223, 0.476128",\
|
|
"0.021575, 0.026893, 0.047903, 0.117223, 0.476128",\
|
|
"0.021575, 0.026893, 0.047903, 0.117223, 0.476128");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[1] */
|
|
|
|
pin("pll_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.006605 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_sel[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "2.459957, 2.470352, 2.506273, 2.632344, 3.244746",\
|
|
"2.459957, 2.470352, 2.506273, 2.632344, 3.244746",\
|
|
"2.459957, 2.470352, 2.506273, 2.632344, 3.244746",\
|
|
"2.459957, 2.470352, 2.506273, 2.632344, 3.244746",\
|
|
"2.459957, 2.470352, 2.506273, 2.632344, 3.244746");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.028430, 0.038733, 0.083047, 0.262364, 1.159303",\
|
|
"0.028430, 0.038733, 0.083047, 0.262364, 1.159303",\
|
|
"0.028430, 0.038733, 0.083047, 0.262364, 1.159303",\
|
|
"0.028430, 0.038733, 0.083047, 0.262364, 1.159303",\
|
|
"0.028430, 0.038733, 0.083047, 0.262364, 1.159303");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "2.532122, 2.539587, 2.562916, 2.625859, 2.894136",\
|
|
"2.532122, 2.539587, 2.562916, 2.625859, 2.894136",\
|
|
"2.532122, 2.539587, 2.562916, 2.625859, 2.894136",\
|
|
"2.532122, 2.539587, 2.562916, 2.625859, 2.894136",\
|
|
"2.532122, 2.539587, 2.562916, 2.625859, 2.894136");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.023227, 0.028168, 0.050019, 0.121962, 0.491459",\
|
|
"0.023227, 0.028168, 0.050019, 0.121962, 0.491459",\
|
|
"0.023227, 0.028168, 0.050019, 0.121962, 0.491459",\
|
|
"0.023227, 0.028168, 0.050019, 0.121962, 0.491459",\
|
|
"0.023227, 0.028168, 0.050019, 0.121962, 0.491459");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "2.459957, 2.470352, 2.506277, 2.632344, 3.244744",\
|
|
"2.459957, 2.470352, 2.506277, 2.632344, 3.244744",\
|
|
"2.459957, 2.470352, 2.506277, 2.632344, 3.244744",\
|
|
"2.459957, 2.470352, 2.506277, 2.632344, 3.244744",\
|
|
"2.459957, 2.470352, 2.506277, 2.632344, 3.244744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.028430, 0.038733, 0.083048, 0.262364, 1.159300",\
|
|
"0.028430, 0.038733, 0.083048, 0.262364, 1.159300",\
|
|
"0.028430, 0.038733, 0.083048, 0.262364, 1.159300",\
|
|
"0.028430, 0.038733, 0.083048, 0.262364, 1.159300",\
|
|
"0.028430, 0.038733, 0.083048, 0.262364, 1.159300");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "2.532122, 2.539587, 2.562917, 2.625859, 2.894134",\
|
|
"2.532122, 2.539587, 2.562917, 2.625859, 2.894134",\
|
|
"2.532122, 2.539587, 2.562917, 2.625859, 2.894134",\
|
|
"2.532122, 2.539587, 2.562917, 2.625859, 2.894134",\
|
|
"2.532122, 2.539587, 2.562917, 2.625859, 2.894134");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.007105, 0.017377, 0.056605, 0.216605, 1.000000");
|
|
values ( "0.023227, 0.028168, 0.050019, 0.120198, 0.481934",\
|
|
"0.023227, 0.028168, 0.050019, 0.120198, 0.481934",\
|
|
"0.023227, 0.028168, 0.050019, 0.120198, 0.481934",\
|
|
"0.023227, 0.028168, 0.050019, 0.120198, 0.481934",\
|
|
"0.023227, 0.028168, 0.050019, 0.120198, 0.481934");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[0] */
|
|
} /* end of bus pll_sel */
|
|
bus ( pll_trim ) {
|
|
|
|
bus_type : BUS26_type4 ;
|
|
direction : output ;
|
|
|
|
pin("pll_trim[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004015 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[25];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.021559, 0.026871, 0.044355, 0.117420, 0.476986",\
|
|
"0.021559, 0.026871, 0.044355, 0.117420, 0.476986",\
|
|
"0.021559, 0.026871, 0.044355, 0.117420, 0.476986",\
|
|
"0.021559, 0.026871, 0.044355, 0.117420, 0.476986",\
|
|
"0.021559, 0.026871, 0.044355, 0.117420, 0.476986");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684",\
|
|
"2.572922, 2.583985, 2.619247, 2.747668, 3.353684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920",\
|
|
"0.026284, 0.036674, 0.075956, 0.257210, 1.139920");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309",\
|
|
"2.366532, 2.374682, 2.397657, 2.460288, 2.725309");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004515, 0.014787, 0.054015, 0.214015, 1.000000");
|
|
values ( "0.021559, 0.026871, 0.044355, 0.116549, 0.472423",\
|
|
"0.021559, 0.026871, 0.044355, 0.116549, 0.472423",\
|
|
"0.021559, 0.026871, 0.044355, 0.116549, 0.472423",\
|
|
"0.021559, 0.026871, 0.044355, 0.116549, 0.472423",\
|
|
"0.021559, 0.026871, 0.044355, 0.116549, 0.472423");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[25]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[25] */
|
|
|
|
pin("pll_trim[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003862 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[24];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.021387, 0.026728, 0.044248, 0.119374, 0.476095",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.476095",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.476095",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.476095",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.476095");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628",\
|
|
"2.554076, 2.565091, 2.600231, 2.728443, 3.334628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674",\
|
|
"0.025596, 0.036060, 0.075521, 0.256780, 1.138674");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064",\
|
|
"2.357534, 2.365722, 2.388698, 2.450106, 2.716064");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004362, 0.014634, 0.053862, 0.213862, 1.000000");
|
|
values ( "0.021387, 0.026728, 0.044248, 0.119374, 0.471823",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.471823",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.471823",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.471823",\
|
|
"0.021387, 0.026728, 0.044248, 0.119374, 0.471823");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[24]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[24] */
|
|
|
|
pin("pll_trim[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004221 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[23];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.021651, 0.026902, 0.048142, 0.119308, 0.484440",\
|
|
"0.021651, 0.026902, 0.048142, 0.119308, 0.484440",\
|
|
"0.021651, 0.026902, 0.048142, 0.119308, 0.484440",\
|
|
"0.021651, 0.026902, 0.048142, 0.119308, 0.484440",\
|
|
"0.021651, 0.026902, 0.048142, 0.119308, 0.484440");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711",\
|
|
"2.573034, 2.584077, 2.620046, 2.745667, 3.357711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621",\
|
|
"0.026379, 0.036736, 0.080021, 0.257656, 1.150621");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395",\
|
|
"2.368883, 2.377022, 2.400543, 2.463248, 2.730395");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004721, 0.014994, 0.054221, 0.214221, 1.000000");
|
|
values ( "0.021651, 0.026902, 0.048142, 0.117901, 0.477865",\
|
|
"0.021651, 0.026902, 0.048142, 0.117901, 0.477865",\
|
|
"0.021651, 0.026902, 0.048142, 0.117901, 0.477865",\
|
|
"0.021651, 0.026902, 0.048142, 0.117901, 0.477865",\
|
|
"0.021651, 0.026902, 0.048142, 0.117901, 0.477865");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[23]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[23] */
|
|
|
|
pin("pll_trim[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003332 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[22];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.021254, 0.026643, 0.044173, 0.118976, 0.475544",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.475544",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.475544",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.475544",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.475544");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464",\
|
|
"2.595402, 2.606740, 2.642161, 2.770379, 3.376464");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864",\
|
|
"0.026093, 0.036458, 0.075565, 0.255992, 1.137864");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509",\
|
|
"2.382760, 2.391113, 2.414201, 2.475625, 2.741509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003832, 0.014104, 0.053332, 0.213332, 1.000000");
|
|
values ( "0.021254, 0.026643, 0.044173, 0.118976, 0.471450",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.471450",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.471450",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.471450",\
|
|
"0.021254, 0.026643, 0.044173, 0.118976, 0.471450");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[22]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[22] */
|
|
|
|
pin("pll_trim[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[21];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.021290, 0.026689, 0.044234, 0.118526, 0.474192",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.474192",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.474192",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.474192",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.474192");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313",\
|
|
"2.634847, 2.646085, 2.681348, 2.809316, 3.415313");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201",\
|
|
"0.025449, 0.035883, 0.075202, 0.255412, 1.136201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983",\
|
|
"2.463790, 2.472159, 2.495231, 2.556621, 2.821983");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003763, 0.014035, 0.053263, 0.213263, 1.000000");
|
|
values ( "0.021290, 0.026689, 0.044234, 0.118526, 0.470519",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.470519",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.470519",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.470519",\
|
|
"0.021290, 0.026689, 0.044234, 0.118526, 0.470519");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[21]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[21] */
|
|
|
|
pin("pll_trim[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002985 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[20];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.021075, 0.026521, 0.044131, 0.118154, 0.471987",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.471987",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.471987",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.471987",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.471987");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166",\
|
|
"2.555293, 2.566650, 2.601961, 2.729616, 3.335166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231",\
|
|
"0.025496, 0.035911, 0.075154, 0.254323, 1.133231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320",\
|
|
"2.364894, 2.373329, 2.396395, 2.457979, 2.722320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.021075, 0.026521, 0.044131, 0.118154, 0.468956",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.468956",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.468956",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.468956",\
|
|
"0.021075, 0.026521, 0.044131, 0.118154, 0.468956");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[20]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[20] */
|
|
|
|
pin("pll_trim[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001314 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[19];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974",\
|
|
"2.501063, 2.512712, 2.547825, 2.674607, 3.287974");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306",\
|
|
"0.022539, 0.033201, 0.072845, 0.250920, 1.132306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837",\
|
|
"2.328533, 2.337546, 2.360822, 2.424169, 2.684837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001814, 0.012086, 0.051314, 0.211314, 1.000000");
|
|
values ( "0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955",\
|
|
"0.019848, 0.025591, 0.043408, 0.116713, 0.478955");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[19]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[19] */
|
|
|
|
pin("pll_trim[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000952 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[18];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "2.497155, 2.506359, 2.529707, 2.592930, 2.853235",\
|
|
"2.497155, 2.506359, 2.529707, 2.592930, 2.853235",\
|
|
"2.497155, 2.506359, 2.529707, 2.592930, 2.853235",\
|
|
"2.497155, 2.506359, 2.529707, 2.592930, 2.853235",\
|
|
"2.497155, 2.506359, 2.529707, 2.592930, 2.853235");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.019972, 0.025764, 0.043567, 0.116135, 0.477046",\
|
|
"0.019972, 0.025764, 0.043567, 0.116135, 0.477046",\
|
|
"0.019972, 0.025764, 0.043567, 0.116135, 0.477046",\
|
|
"0.019972, 0.025764, 0.043567, 0.116135, 0.477046",\
|
|
"0.019972, 0.025764, 0.043567, 0.116135, 0.477046");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140",\
|
|
"2.672670, 2.684803, 2.720269, 2.847002, 3.459140");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110",\
|
|
"0.023654, 0.034175, 0.073336, 0.250056, 1.130110");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "2.496917, 2.506120, 2.529469, 2.592691, 2.852997",\
|
|
"2.496917, 2.506120, 2.529469, 2.592691, 2.852997",\
|
|
"2.496917, 2.506120, 2.529469, 2.592691, 2.852997",\
|
|
"2.496917, 2.506120, 2.529469, 2.592691, 2.852997",\
|
|
"2.496917, 2.506120, 2.529469, 2.592691, 2.852997");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001452, 0.011724, 0.050952, 0.210952, 1.000000");
|
|
values ( "0.019967, 0.025760, 0.043564, 0.116135, 0.477046",\
|
|
"0.019967, 0.025760, 0.043564, 0.116135, 0.477046",\
|
|
"0.019967, 0.025760, 0.043564, 0.116135, 0.477046",\
|
|
"0.019967, 0.025760, 0.043564, 0.116135, 0.477046",\
|
|
"0.019967, 0.025760, 0.043564, 0.116135, 0.477046");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[18]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[18] */
|
|
|
|
pin("pll_trim[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003016 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[17];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.020876, 0.026314, 0.043886, 0.118897, 0.475857",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.475857",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.475857",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.475857",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.475857");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955",\
|
|
"2.514510, 2.525715, 2.560906, 2.689052, 3.295955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328",\
|
|
"0.024527, 0.035040, 0.074526, 0.255758, 1.138328");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688",\
|
|
"2.321493, 2.329935, 2.353081, 2.414494, 2.680688");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003516, 0.013788, 0.053016, 0.213016, 1.000000");
|
|
values ( "0.020876, 0.026314, 0.043886, 0.118897, 0.471651",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.471651",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.471651",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.471651",\
|
|
"0.020876, 0.026314, 0.043886, 0.118897, 0.471651");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[17]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[17] */
|
|
|
|
pin("pll_trim[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001618 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[16];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773",\
|
|
"2.559047, 2.570846, 2.606299, 2.733594, 3.347773");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297",\
|
|
"0.024243, 0.034702, 0.073866, 0.252035, 1.136297");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713",\
|
|
"2.368689, 2.377571, 2.400867, 2.464641, 2.725713");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002118, 0.012391, 0.051618, 0.211618, 1.000000");
|
|
values ( "0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444",\
|
|
"0.020305, 0.025937, 0.043654, 0.117724, 0.482444");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[16]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[16] */
|
|
|
|
pin("pll_trim[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002933 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[15];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "2.533443, 2.541936, 2.565128, 2.626614, 2.892262",\
|
|
"2.533443, 2.541936, 2.565128, 2.626614, 2.892262",\
|
|
"2.533443, 2.541936, 2.565128, 2.626614, 2.892262",\
|
|
"2.533443, 2.541936, 2.565128, 2.626614, 2.892262",\
|
|
"2.533443, 2.541936, 2.565128, 2.626614, 2.892262");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.021446, 0.026850, 0.044343, 0.118662, 0.474975",\
|
|
"0.021446, 0.026850, 0.044343, 0.118662, 0.474975",\
|
|
"0.021446, 0.026850, 0.044343, 0.118662, 0.474975",\
|
|
"0.021446, 0.026850, 0.044343, 0.118662, 0.474975",\
|
|
"0.021446, 0.026850, 0.044343, 0.118662, 0.474975");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258",\
|
|
"2.725391, 2.737270, 2.773176, 2.901338, 3.507258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945",\
|
|
"0.027652, 0.037863, 0.076294, 0.255669, 1.135945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "2.532882, 2.541375, 2.564566, 2.626050, 2.891702",\
|
|
"2.532882, 2.541375, 2.564566, 2.626050, 2.891702",\
|
|
"2.532882, 2.541375, 2.564566, 2.626050, 2.891702",\
|
|
"2.532882, 2.541375, 2.564566, 2.626050, 2.891702",\
|
|
"2.532882, 2.541375, 2.564566, 2.626050, 2.891702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003433, 0.013705, 0.052933, 0.212933, 1.000000");
|
|
values ( "0.021437, 0.026841, 0.044336, 0.118661, 0.471066",\
|
|
"0.021437, 0.026841, 0.044336, 0.118661, 0.471066",\
|
|
"0.021437, 0.026841, 0.044336, 0.118661, 0.471066",\
|
|
"0.021437, 0.026841, 0.044336, 0.118661, 0.471066",\
|
|
"0.021437, 0.026841, 0.044336, 0.118661, 0.471066");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[15]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[15] */
|
|
|
|
pin("pll_trim[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002903 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[14];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.021102, 0.026541, 0.044108, 0.118253, 0.473863",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.473863",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.473863",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.473863",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.473863");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201",\
|
|
"2.608161, 2.619738, 2.655301, 2.783270, 3.389201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279",\
|
|
"0.026242, 0.036578, 0.075496, 0.255021, 1.135279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504",\
|
|
"2.390134, 2.398611, 2.421752, 2.483145, 2.748504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003403, 0.013675, 0.052903, 0.212903, 1.000000");
|
|
values ( "0.021102, 0.026541, 0.044108, 0.118253, 0.470283",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.470283",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.470283",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.470283",\
|
|
"0.021102, 0.026541, 0.044108, 0.118253, 0.470283");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[14]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[14] */
|
|
|
|
pin("pll_trim[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002204 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[13];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557",\
|
|
"2.601134, 2.612839, 2.648350, 2.775808, 3.381557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143",\
|
|
"0.025299, 0.035690, 0.074713, 0.253107, 1.131143");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468",\
|
|
"2.385579, 2.394246, 2.417445, 2.481380, 2.742468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002704, 0.012976, 0.052204, 0.212204, 1.000000");
|
|
values ( "0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910",\
|
|
"0.020674, 0.026210, 0.043877, 0.118353, 0.483910");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[13]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[13] */
|
|
|
|
pin("pll_trim[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002445 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[12];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.020545, 0.026065, 0.043723, 0.117637, 0.472722",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.472722",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.472722",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.472722",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.472722");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204",\
|
|
"2.314496, 2.325619, 2.360527, 2.488032, 3.095204");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951",\
|
|
"0.022748, 0.033444, 0.073347, 0.254112, 1.133951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333",\
|
|
"2.369047, 2.377641, 2.400823, 2.462132, 2.727333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.020545, 0.026065, 0.043723, 0.117637, 0.469463",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.469463",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.469463",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.469463",\
|
|
"0.020545, 0.026065, 0.043723, 0.117637, 0.469463");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[12]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[12] */
|
|
|
|
pin("pll_trim[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[11];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.022510, 0.027673, 0.048447, 0.118547, 0.479955",\
|
|
"0.022510, 0.027673, 0.048447, 0.118547, 0.479955",\
|
|
"0.022510, 0.027673, 0.048447, 0.118547, 0.479955",\
|
|
"0.022510, 0.027673, 0.048447, 0.118547, 0.479955",\
|
|
"0.022510, 0.027673, 0.048447, 0.118547, 0.479955");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121",\
|
|
"2.627842, 2.639050, 2.675250, 2.800762, 3.409121");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591",\
|
|
"0.029461, 0.039610, 0.081815, 0.257551, 1.142591");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167",\
|
|
"2.423027, 2.430922, 2.454205, 2.516702, 2.782167");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.005475, 0.015747, 0.054975, 0.214975, 1.000000");
|
|
values ( "0.022510, 0.027673, 0.048447, 0.117488, 0.474393",\
|
|
"0.022510, 0.027673, 0.048447, 0.117488, 0.474393",\
|
|
"0.022510, 0.027673, 0.048447, 0.117488, 0.474393",\
|
|
"0.022510, 0.027673, 0.048447, 0.117488, 0.474393",\
|
|
"0.022510, 0.027673, 0.048447, 0.117488, 0.474393");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[11]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[11] */
|
|
|
|
pin("pll_trim[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001887 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[10];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867",\
|
|
"2.692661, 2.704481, 2.740050, 2.867473, 3.481867");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231",\
|
|
"0.025081, 0.035474, 0.074447, 0.252687, 1.137231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979",\
|
|
"2.505917, 2.514688, 2.537963, 2.601897, 2.862979");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553",\
|
|
"0.020663, 0.026221, 0.043882, 0.118140, 0.483553");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[10]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[10] */
|
|
|
|
pin("pll_trim[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001757 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[9];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985",\
|
|
"2.632246, 2.644238, 2.679922, 2.807214, 3.420985");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391",\
|
|
"0.025465, 0.035827, 0.074634, 0.252308, 1.135391");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275",\
|
|
"2.409491, 2.418305, 2.441576, 2.505346, 2.766275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002257, 0.012529, 0.051757, 0.211757, 1.000000");
|
|
values ( "0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185",\
|
|
"0.020498, 0.026090, 0.043789, 0.117737, 0.482185");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[9]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[9] */
|
|
|
|
pin("pll_trim[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003069 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[8];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.021474, 0.026832, 0.047724, 0.118036, 0.481445",\
|
|
"0.021474, 0.026832, 0.047724, 0.118036, 0.481445",\
|
|
"0.021474, 0.026832, 0.047724, 0.118036, 0.481445",\
|
|
"0.021474, 0.026832, 0.047724, 0.118036, 0.481445",\
|
|
"0.021474, 0.026832, 0.047724, 0.118036, 0.481445");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635",\
|
|
"2.639367, 2.651243, 2.687766, 2.813355, 3.423635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352",\
|
|
"0.027770, 0.037943, 0.079957, 0.255893, 1.144352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054",\
|
|
"2.433569, 2.442062, 2.465774, 2.528380, 2.795054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003569, 0.013841, 0.053069, 0.213069, 1.000000");
|
|
values ( "0.021474, 0.026832, 0.047724, 0.116891, 0.475347",\
|
|
"0.021474, 0.026832, 0.047724, 0.116891, 0.475347",\
|
|
"0.021474, 0.026832, 0.047724, 0.116891, 0.475347",\
|
|
"0.021474, 0.026832, 0.047724, 0.116891, 0.475347",\
|
|
"0.021474, 0.026832, 0.047724, 0.116891, 0.475347");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[8]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[8] */
|
|
|
|
pin("pll_trim[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001226 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[7];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381",\
|
|
"2.640645, 2.652987, 2.688760, 2.815728, 3.428381");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639",\
|
|
"0.025214, 0.035616, 0.074322, 0.251041, 1.131639");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770",\
|
|
"2.415375, 2.424448, 2.447777, 2.511220, 2.771770");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001726, 0.011998, 0.051226, 0.211226, 1.000000");
|
|
values ( "0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035",\
|
|
"0.020188, 0.025907, 0.043665, 0.116742, 0.479035");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[7]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[7] */
|
|
|
|
pin("pll_trim[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001919 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[6];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049",\
|
|
"2.686434, 2.698104, 2.733536, 2.860985, 3.467049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415",\
|
|
"0.024518, 0.034957, 0.074132, 0.252701, 1.131415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131",\
|
|
"2.508982, 2.517741, 2.541008, 2.604962, 2.866131");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002419, 0.012691, 0.051919, 0.211919, 1.000000");
|
|
values ( "0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904",\
|
|
"0.020594, 0.026155, 0.043823, 0.118225, 0.483904");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[6]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[6] */
|
|
|
|
pin("pll_trim[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002991 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[5];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.021142, 0.026565, 0.044110, 0.118637, 0.474949",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.474949",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.474949",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.474949",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.474949");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878",\
|
|
"2.617494, 2.629045, 2.664618, 2.792754, 3.398878");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752",\
|
|
"0.026295, 0.036625, 0.075539, 0.255491, 1.136752");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168",\
|
|
"2.399382, 2.407840, 2.430990, 2.492418, 2.758168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003491, 0.013763, 0.052991, 0.212991, 1.000000");
|
|
values ( "0.021142, 0.026565, 0.044110, 0.118637, 0.471039",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.471039",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.471039",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.471039",\
|
|
"0.021142, 0.026565, 0.044110, 0.118637, 0.471039");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[5]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[5] */
|
|
|
|
pin("pll_trim[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[4];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.021457, 0.026751, 0.047932, 0.118979, 0.483613",\
|
|
"0.021457, 0.026751, 0.047932, 0.118979, 0.483613",\
|
|
"0.021457, 0.026751, 0.047932, 0.118979, 0.483613",\
|
|
"0.021457, 0.026751, 0.047932, 0.118979, 0.483613",\
|
|
"0.021457, 0.026751, 0.047932, 0.118979, 0.483613");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547",\
|
|
"2.584824, 2.595973, 2.631958, 2.757561, 3.369547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586",\
|
|
"0.026113, 0.036471, 0.079629, 0.257052, 1.149586");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042",\
|
|
"2.377547, 2.385789, 2.409408, 2.472020, 2.739042");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004368, 0.014640, 0.053868, 0.213868, 1.000000");
|
|
values ( "0.021457, 0.026751, 0.047932, 0.117644, 0.477371",\
|
|
"0.021457, 0.026751, 0.047932, 0.117644, 0.477371",\
|
|
"0.021457, 0.026751, 0.047932, 0.117644, 0.477371",\
|
|
"0.021457, 0.026751, 0.047932, 0.117644, 0.477371",\
|
|
"0.021457, 0.026751, 0.047932, 0.117644, 0.477371");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[4]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[4] */
|
|
|
|
pin("pll_trim[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002578 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.021074, 0.026547, 0.044143, 0.118961, 0.471865",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.471865",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.471865",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.471865",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.471865");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222",\
|
|
"2.605499, 2.617282, 2.652960, 2.780620, 3.386222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246",\
|
|
"0.026468, 0.036777, 0.075529, 0.254052, 1.132246");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514",\
|
|
"2.405796, 2.414367, 2.437535, 2.501702, 2.763514");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003078, 0.013350, 0.052578, 0.212578, 1.000000");
|
|
values ( "0.021074, 0.026547, 0.044143, 0.118961, 0.468867",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.468867",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.468867",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.468867",\
|
|
"0.021074, 0.026547, 0.044143, 0.118961, 0.468867");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[3]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[3] */
|
|
|
|
pin("pll_trim[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003668 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.021556, 0.026900, 0.044396, 0.119133, 0.475503",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.475503",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.475503",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.475503",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.475503");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200",\
|
|
"2.625359, 2.636755, 2.672301, 2.800530, 3.406200");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375",\
|
|
"0.027178, 0.037471, 0.076348, 0.256475, 1.137375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960",\
|
|
"2.405545, 2.413801, 2.436826, 2.498263, 2.763960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.004168, 0.014440, 0.053668, 0.213668, 1.000000");
|
|
values ( "0.021556, 0.026900, 0.044396, 0.119133, 0.471428",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.471428",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.471428",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.471428",\
|
|
"0.021556, 0.026900, 0.044396, 0.119133, 0.471428");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[2]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[2] */
|
|
|
|
pin("pll_trim[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.006451 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.023372, 0.028353, 0.049428, 0.120158, 0.483554",\
|
|
"0.023372, 0.028353, 0.049428, 0.120158, 0.483554",\
|
|
"0.023372, 0.028353, 0.049428, 0.120158, 0.483554",\
|
|
"0.023372, 0.028353, 0.049428, 0.120158, 0.483554",\
|
|
"0.023372, 0.028353, 0.049428, 0.120158, 0.483554");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676",\
|
|
"2.698387, 2.709289, 2.745700, 2.871352, 3.480676");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788",\
|
|
"0.031855, 0.041859, 0.084252, 0.260343, 1.147788");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807",\
|
|
"2.456693, 2.464164, 2.487252, 2.549993, 2.815807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.006951, 0.017223, 0.056451, 0.216451, 1.000000");
|
|
values ( "0.023372, 0.028353, 0.049428, 0.118783, 0.477315",\
|
|
"0.023372, 0.028353, 0.049428, 0.118783, 0.477315",\
|
|
"0.023372, 0.028353, 0.049428, 0.118783, 0.477315",\
|
|
"0.023372, 0.028353, 0.049428, 0.118783, 0.477315",\
|
|
"0.023372, 0.028353, 0.049428, 0.118783, 0.477315");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[1]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[1] */
|
|
|
|
pin("pll_trim[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pll_trim[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.021518, 0.026920, 0.044413, 0.118928, 0.474360",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.474360",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.474360",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.474360",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.474360");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830",\
|
|
"2.713802, 2.725984, 2.762195, 2.890291, 3.495830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322",\
|
|
"0.029034, 0.039130, 0.077103, 0.255675, 1.134322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296",\
|
|
"2.467755, 2.476250, 2.499433, 2.561195, 2.826296");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.003424, 0.013696, 0.052924, 0.212924, 1.000000");
|
|
values ( "0.021518, 0.026920, 0.044413, 0.118928, 0.470641",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.470641",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.470641",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.470641",\
|
|
"0.021518, 0.026920, 0.044413, 0.118928, 0.470641");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_trim[0]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[0] */
|
|
} /* end of bus pll_trim */
|
|
bus ( pwr_ctrl_out ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : output ;
|
|
|
|
pin("pwr_ctrl_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001860 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[3];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.020864, 0.026405, 0.044026, 0.118272, 0.470830",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.470830",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.470830",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.470830",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.470830");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525",\
|
|
"2.461505, 2.473413, 2.509071, 2.636551, 3.242525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012",\
|
|
"0.025377, 0.035741, 0.074596, 0.252824, 1.131012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360",\
|
|
"2.517504, 2.526298, 2.549606, 2.613641, 2.875360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002360, 0.012632, 0.051860, 0.211860, 1.000000");
|
|
values ( "0.020864, 0.026405, 0.044026, 0.118272, 0.468116",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.468116",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.468116",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.468116",\
|
|
"0.020864, 0.026405, 0.044026, 0.118272, 0.468116");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[3]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[3] */
|
|
|
|
pin("pwr_ctrl_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001528 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[2];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178",\
|
|
"2.458098, 2.470131, 2.505772, 2.633076, 3.247178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804",\
|
|
"0.024896, 0.035304, 0.074205, 0.252049, 1.135804");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980",\
|
|
"2.514897, 2.523842, 2.547189, 2.611043, 2.871980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002028, 0.012300, 0.051528, 0.211528, 1.000000");
|
|
values ( "0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394",\
|
|
"0.020628, 0.026242, 0.043905, 0.117719, 0.482394");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[2]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[2] */
|
|
|
|
pin("pwr_ctrl_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001526 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[1];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260",\
|
|
"2.469754, 2.481891, 2.517612, 2.644799, 3.258260");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189",\
|
|
"0.025327, 0.035706, 0.074474, 0.251839, 1.134189");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123",\
|
|
"2.524419, 2.533362, 2.556693, 2.620433, 2.881123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.002026, 0.012299, 0.051526, 0.211526, 1.000000");
|
|
values ( "0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184",\
|
|
"0.020698, 0.026311, 0.043978, 0.117438, 0.481184");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[1]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[1] */
|
|
|
|
pin("pwr_ctrl_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001157 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : pwr_ctrl_out[0];
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727",\
|
|
"2.343650, 2.355239, 2.390220, 2.516919, 3.130727");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200",\
|
|
"0.021705, 0.032465, 0.072314, 0.250789, 1.132200");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909",\
|
|
"2.428441, 2.437542, 2.460865, 2.524249, 2.784909");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.064708, 0.122474, 0.282311, 1.500000");
|
|
index_2 ( "0.001657, 0.011929, 0.051157, 0.211157, 1.000000");
|
|
values ( "0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957",\
|
|
"0.019907, 0.025670, 0.043468, 0.116663, 0.478957");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pwr_ctrl_out[0]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[0] */
|
|
} /* end of bus pwr_ctrl_out */
|
|
bus ( wb_adr_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_adr_i[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002773 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.278333, 0.236289, 0.186437, 0.116384, 0.036232",\
|
|
"0.314885, 0.272842, 0.222989, 0.152936, 0.072784",\
|
|
"0.338854, 0.296810, 0.246958, 0.176904, 0.096752",\
|
|
"0.364855, 0.322811, 0.272959, 0.202906, 0.122753",\
|
|
"0.377928, 0.335884, 0.286032, 0.215978, 0.135826");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.489910, 0.447866, 0.398014, 0.327960, 0.247808",\
|
|
"0.542342, 0.500299, 0.450446, 0.380393, 0.300241",\
|
|
"0.596425, 0.554381, 0.504529, 0.434475, 0.354323",\
|
|
"0.679927, 0.637883, 0.588031, 0.517977, 0.437825",\
|
|
"0.811939, 0.769895, 0.720043, 0.649990, 0.569838");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.056961, -0.014917, 0.034935, 0.104989, 0.185141",\
|
|
"-0.093513, -0.051469, -0.001617, 0.068436, 0.148589",\
|
|
"-0.117481, -0.075437, -0.025585, 0.044468, 0.124621",\
|
|
"-0.143482, -0.101438, -0.051586, 0.018467, 0.098619",\
|
|
"-0.156555, -0.114511, -0.064659, 0.005394, 0.085547");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.180120, -0.138076, -0.088224, -0.018170, 0.061982",\
|
|
"-0.232552, -0.190508, -0.140656, -0.070603, 0.009549",\
|
|
"-0.286634, -0.244590, -0.194738, -0.124685, -0.044532",\
|
|
"-0.370136, -0.328092, -0.278240, -0.208187, -0.128035",\
|
|
"-0.502149, -0.460105, -0.410253, -0.340200, -0.260047");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[31] */
|
|
|
|
pin("wb_adr_i[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003075 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.303722, 0.261678, 0.211826, 0.141773, 0.061620",\
|
|
"0.340226, 0.298182, 0.248330, 0.178276, 0.098124",\
|
|
"0.364250, 0.322206, 0.272354, 0.202301, 0.122149",\
|
|
"0.390241, 0.348198, 0.298345, 0.228292, 0.148140",\
|
|
"0.402729, 0.360685, 0.310833, 0.240780, 0.160627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.504344, 0.462300, 0.412448, 0.342395, 0.262243",\
|
|
"0.556741, 0.514697, 0.464845, 0.394791, 0.314639",\
|
|
"0.610517, 0.568473, 0.518621, 0.448567, 0.368415",\
|
|
"0.693556, 0.651512, 0.601660, 0.531607, 0.451454",\
|
|
"0.824828, 0.782784, 0.732932, 0.662879, 0.582727");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.082349, -0.040305, 0.009547, 0.079600, 0.159752",\
|
|
"-0.118853, -0.076809, -0.026957, 0.043096, 0.123248",\
|
|
"-0.142878, -0.100834, -0.050982, 0.019072, 0.099224",\
|
|
"-0.168869, -0.126825, -0.076973, -0.006920, 0.073233",\
|
|
"-0.181357, -0.139313, -0.089461, -0.019407, 0.060745");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.194554, -0.152510, -0.102658, -0.032605, 0.047548",\
|
|
"-0.246950, -0.204907, -0.155054, -0.085001, -0.004849",\
|
|
"-0.300726, -0.258682, -0.208830, -0.138777, -0.058625",\
|
|
"-0.383766, -0.341722, -0.291870, -0.221816, -0.141664",\
|
|
"-0.515038, -0.472994, -0.423142, -0.353089, -0.272936");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[30] */
|
|
|
|
pin("wb_adr_i[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002845 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.425197, 0.383153, 0.333301, 0.263248, 0.183095",\
|
|
"0.461759, 0.419715, 0.369863, 0.299810, 0.219658",\
|
|
"0.485426, 0.443382, 0.393530, 0.323477, 0.243325",\
|
|
"0.510859, 0.468816, 0.418963, 0.348910, 0.268758",\
|
|
"0.523032, 0.480988, 0.431136, 0.361082, 0.280930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.293327, 0.251283, 0.201431, 0.131377, 0.051225",\
|
|
"0.345771, 0.303727, 0.253875, 0.183822, 0.103670",\
|
|
"0.400038, 0.357994, 0.308142, 0.238089, 0.157937",\
|
|
"0.483903, 0.441859, 0.392007, 0.321953, 0.241801",\
|
|
"0.616486, 0.574442, 0.524590, 0.454537, 0.374384");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.115407, -0.073363, -0.023511, 0.046543, 0.126695",\
|
|
"-0.151969, -0.109925, -0.060073, 0.009980, 0.090133",\
|
|
"-0.175636, -0.133592, -0.083740, -0.013686, 0.066466",\
|
|
"-0.201069, -0.159025, -0.109173, -0.039120, 0.041033",\
|
|
"-0.213241, -0.171197, -0.121345, -0.051292, 0.028860");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.071954, -0.029910, 0.019942, 0.089995, 0.170147",\
|
|
"-0.124399, -0.082355, -0.032503, 0.037551, 0.117703",\
|
|
"-0.178666, -0.136622, -0.086770, -0.016716, 0.063436",\
|
|
"-0.262530, -0.220486, -0.170634, -0.100581, -0.020428",\
|
|
"-0.395113, -0.353069, -0.303217, -0.233164, -0.153012");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[29] */
|
|
|
|
pin("wb_adr_i[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002813 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.312945, 0.270901, 0.221049, 0.150996, 0.070844",\
|
|
"0.349510, 0.307466, 0.257614, 0.187561, 0.107409",\
|
|
"0.373480, 0.331437, 0.281585, 0.211531, 0.131379",\
|
|
"0.399520, 0.357476, 0.307624, 0.237571, 0.157418",\
|
|
"0.412795, 0.370752, 0.320899, 0.250846, 0.170694");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.498305, 0.456261, 0.406409, 0.336355, 0.256203",\
|
|
"0.550748, 0.508704, 0.458852, 0.388799, 0.308647",\
|
|
"0.604941, 0.562897, 0.513045, 0.442992, 0.362840",\
|
|
"0.688678, 0.646634, 0.596782, 0.526729, 0.446576",\
|
|
"0.821063, 0.779019, 0.729167, 0.659114, 0.578962");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.091573, -0.049529, 0.000323, 0.070377, 0.150529",\
|
|
"-0.128138, -0.086094, -0.036242, 0.033812, 0.113964",\
|
|
"-0.152108, -0.110064, -0.060212, 0.009842, 0.089994",\
|
|
"-0.178147, -0.136104, -0.086251, -0.016198, 0.063954",\
|
|
"-0.191423, -0.149379, -0.099527, -0.029474, 0.050679");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.188514, -0.146470, -0.096618, -0.026565, 0.053587",\
|
|
"-0.240958, -0.198914, -0.149062, -0.079009, 0.001144",\
|
|
"-0.295151, -0.253107, -0.203255, -0.133201, -0.053049",\
|
|
"-0.378887, -0.336843, -0.286991, -0.216938, -0.136786",\
|
|
"-0.511273, -0.469229, -0.419377, -0.349323, -0.269171");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[28] */
|
|
|
|
pin("wb_adr_i[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003110 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.285642, 0.243599, 0.193746, 0.123693, 0.043541",\
|
|
"0.322227, 0.280183, 0.230331, 0.160277, 0.080125",\
|
|
"0.346162, 0.304118, 0.254266, 0.184213, 0.104060",\
|
|
"0.372187, 0.330143, 0.280291, 0.210238, 0.130085",\
|
|
"0.385711, 0.343667, 0.293815, 0.223762, 0.143610");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.482520, 0.440476, 0.390624, 0.320571, 0.240419",\
|
|
"0.534976, 0.492932, 0.443080, 0.373027, 0.292875",\
|
|
"0.589220, 0.547176, 0.497324, 0.427270, 0.347118",\
|
|
"0.673103, 0.631059, 0.581207, 0.511153, 0.431001",\
|
|
"0.805758, 0.763714, 0.713862, 0.643809, 0.563657");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.064270, -0.022226, 0.027626, 0.097680, 0.177832",\
|
|
"-0.100854, -0.058810, -0.008958, 0.061095, 0.141248",\
|
|
"-0.124789, -0.082745, -0.032893, 0.037160, 0.117312",\
|
|
"-0.150814, -0.108770, -0.058918, 0.011135, 0.091287",\
|
|
"-0.164339, -0.122295, -0.072443, -0.002389, 0.077763");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.172730, -0.130686, -0.080834, -0.010781, 0.069372",\
|
|
"-0.225186, -0.183142, -0.133290, -0.063237, 0.016916",\
|
|
"-0.279429, -0.237385, -0.187533, -0.117480, -0.037328",\
|
|
"-0.363312, -0.321268, -0.271416, -0.201363, -0.121211",\
|
|
"-0.495968, -0.453924, -0.404072, -0.334019, -0.253866");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[27] */
|
|
|
|
pin("wb_adr_i[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004112 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.429041, 0.386997, 0.337145, 0.267092, 0.186940",\
|
|
"0.465541, 0.423497, 0.373645, 0.303591, 0.223439",\
|
|
"0.489211, 0.447167, 0.397315, 0.327262, 0.247109",\
|
|
"0.514541, 0.472497, 0.422645, 0.352592, 0.272439",\
|
|
"0.525792, 0.483748, 0.433896, 0.363842, 0.283690");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.303819, 0.261775, 0.211923, 0.141870, 0.061718",\
|
|
"0.356204, 0.314160, 0.264308, 0.194255, 0.114103",\
|
|
"0.410067, 0.368023, 0.318171, 0.248117, 0.167965",\
|
|
"0.493158, 0.451114, 0.401262, 0.331208, 0.251056",\
|
|
"0.624511, 0.582467, 0.532615, 0.462561, 0.382409");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.119251, -0.077207, -0.027355, 0.042698, 0.122851",\
|
|
"-0.155751, -0.113707, -0.063855, 0.006199, 0.086351",\
|
|
"-0.179421, -0.137377, -0.087525, -0.017471, 0.062681",\
|
|
"-0.204751, -0.162707, -0.112855, -0.042801, 0.037351",\
|
|
"-0.216001, -0.173957, -0.124105, -0.054052, 0.026100");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.082447, -0.040403, 0.009449, 0.079503, 0.159655",\
|
|
"-0.134832, -0.092788, -0.042936, 0.027118, 0.107270",\
|
|
"-0.188694, -0.146650, -0.096798, -0.026745, 0.053407",\
|
|
"-0.271785, -0.229741, -0.179889, -0.109836, -0.029684",\
|
|
"-0.403138, -0.361094, -0.311242, -0.241189, -0.161036");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[26] */
|
|
|
|
pin("wb_adr_i[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005759 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.191845, 0.149801, 0.099949, 0.029896, -0.050256",\
|
|
"0.228392, 0.186349, 0.136496, 0.066443, -0.013709",\
|
|
"0.252231, 0.210187, 0.160335, 0.090282, 0.010129",\
|
|
"0.278029, 0.235985, 0.186133, 0.116080, 0.035928",\
|
|
"0.291634, 0.249590, 0.199738, 0.129684, 0.049532");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.065572, 0.023529, -0.026324, -0.096377, -0.176529",\
|
|
"0.117996, 0.075952, 0.026100, -0.043954, -0.124106",\
|
|
"0.172157, 0.130113, 0.080261, 0.010207, -0.069945",\
|
|
"0.255888, 0.213844, 0.163992, 0.093938, 0.013786",\
|
|
"0.388285, 0.346241, 0.296389, 0.226336, 0.146183");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.117974, 0.160018, 0.209870, 0.279923, 0.360075",\
|
|
"0.081426, 0.123470, 0.173322, 0.243376, 0.323528",\
|
|
"0.057588, 0.099632, 0.149484, 0.219537, 0.299689",\
|
|
"0.031790, 0.073834, 0.123686, 0.193739, 0.273891",\
|
|
"0.018185, 0.060229, 0.110081, 0.180134, 0.260287");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.155578, 0.197622, 0.247474, 0.317527, 0.397679",\
|
|
"0.103154, 0.145198, 0.195050, 0.265104, 0.345256",\
|
|
"0.048993, 0.091037, 0.140889, 0.210943, 0.291095",\
|
|
"-0.034738, 0.007306, 0.057158, 0.127212, 0.207364",\
|
|
"-0.167135, -0.125091, -0.075239, -0.005185, 0.074967");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[25] */
|
|
|
|
pin("wb_adr_i[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.007973 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.150235, 0.108191, 0.058339, -0.011714, -0.091866",\
|
|
"0.187003, 0.144959, 0.095107, 0.025054, -0.055098",\
|
|
"0.210458, 0.168414, 0.118562, 0.048508, -0.031644",\
|
|
"0.235800, 0.193756, 0.143904, 0.073851, -0.006302",\
|
|
"0.252513, 0.210469, 0.160617, 0.090564, 0.010411");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.375846, 0.333802, 0.283950, 0.213897, 0.133744",\
|
|
"0.428486, 0.386442, 0.336590, 0.266537, 0.186385",\
|
|
"0.482797, 0.440753, 0.390901, 0.320848, 0.240696",\
|
|
"0.567155, 0.525111, 0.475259, 0.405205, 0.325053",\
|
|
"0.702210, 0.660166, 0.610314, 0.540261, 0.460108");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.070915, 0.112959, 0.162811, 0.232864, 0.313016",\
|
|
"0.034147, 0.076191, 0.126043, 0.196096, 0.276248",\
|
|
"0.010693, 0.052736, 0.102589, 0.172642, 0.252794",\
|
|
"-0.014650, 0.027394, 0.077246, 0.147300, 0.227452",\
|
|
"-0.031363, 0.010681, 0.060533, 0.130586, 0.210739");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.066027, -0.023983, 0.025869, 0.095922, 0.176074",\
|
|
"-0.118668, -0.076624, -0.026772, 0.043282, 0.123434",\
|
|
"-0.172979, -0.130935, -0.081083, -0.011029, 0.069123",\
|
|
"-0.257336, -0.215292, -0.165440, -0.095387, -0.015234",\
|
|
"-0.392391, -0.350347, -0.300495, -0.230442, -0.150289");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[24] */
|
|
|
|
pin("wb_adr_i[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.633326, 4.591282, 4.541430, 4.471376, 4.391224",\
|
|
"4.676374, 4.634330, 4.584478, 4.514425, 4.434272",\
|
|
"4.709043, 4.666999, 4.617146, 4.547093, 4.466941",\
|
|
"4.749578, 4.707535, 4.657682, 4.587629, 4.507477",\
|
|
"4.787488, 4.745444, 4.695592, 4.625539, 4.545387");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.267089, 4.225045, 4.175193, 4.105139, 4.024987",\
|
|
"4.318652, 4.276608, 4.226757, 4.156703, 4.076551",\
|
|
"4.389228, 4.347184, 4.297332, 4.227279, 4.147127",\
|
|
"4.514576, 4.472532, 4.422680, 4.352626, 4.272474",\
|
|
"4.712179, 4.670135, 4.620283, 4.550230, 4.470078");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.085145, -0.043101, 0.006751, 0.076804, 0.156957",\
|
|
"-0.128193, -0.086149, -0.036297, 0.033756, 0.113908",\
|
|
"-0.160862, -0.118818, -0.068966, 0.001087, 0.081240",\
|
|
"-0.201461, -0.159417, -0.109565, -0.039511, 0.040641",\
|
|
"-0.240435, -0.198391, -0.148539, -0.078486, 0.001666");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.347268, -0.305224, -0.255372, -0.185319, -0.105166",\
|
|
"-0.398832, -0.356788, -0.306936, -0.236883, -0.156730",\
|
|
"-0.469408, -0.427364, -0.377512, -0.307458, -0.227306",\
|
|
"-0.594974, -0.552930, -0.503078, -0.433025, -0.352872",\
|
|
"-0.792953, -0.750909, -0.701057, -0.631004, -0.550852");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[23] */
|
|
|
|
pin("wb_adr_i[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002550 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.616954, 4.574910, 4.525058, 4.455005, 4.374852",\
|
|
"4.659973, 4.617929, 4.568077, 4.498024, 4.417871",\
|
|
"4.692649, 4.650605, 4.600753, 4.530700, 4.450548",\
|
|
"4.733156, 4.691113, 4.641260, 4.571207, 4.491055",\
|
|
"4.772061, 4.730018, 4.680165, 4.610112, 4.529960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.215880, 4.173836, 4.123984, 4.053931, 3.973779",\
|
|
"4.267430, 4.225387, 4.175535, 4.105481, 4.025329",\
|
|
"4.337969, 4.295925, 4.246073, 4.176020, 4.095868",\
|
|
"4.462346, 4.420302, 4.370450, 4.300397, 4.220245",\
|
|
"4.658154, 4.616111, 4.566259, 4.496205, 4.416053");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.069073, -0.027029, 0.022823, 0.092876, 0.173029",\
|
|
"-0.112092, -0.070048, -0.020196, 0.049857, 0.130009",\
|
|
"-0.144769, -0.102725, -0.052873, 0.017181, 0.097333",\
|
|
"-0.185325, -0.143281, -0.093429, -0.023375, 0.056777",\
|
|
"-0.224386, -0.182342, -0.132490, -0.062436, 0.017716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.317677, -0.275633, -0.225781, -0.155727, -0.075575",\
|
|
"-0.369227, -0.327183, -0.277331, -0.207278, -0.127126",\
|
|
"-0.439766, -0.397722, -0.347870, -0.277817, -0.197664",\
|
|
"-0.565292, -0.523248, -0.473396, -0.403343, -0.323190",\
|
|
"-0.763142, -0.721098, -0.671246, -0.601193, -0.521040");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[22] */
|
|
|
|
pin("wb_adr_i[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003727 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.615197, 4.573153, 4.523301, 4.453248, 4.373096",\
|
|
"4.659358, 4.617314, 4.567462, 4.497409, 4.417256",\
|
|
"4.701621, 4.659577, 4.609725, 4.539672, 4.459519",\
|
|
"4.758853, 4.716809, 4.666957, 4.596904, 4.516752",\
|
|
"4.829843, 4.787799, 4.737947, 4.667894, 4.587741");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.265333, 4.223289, 4.173438, 4.103384, 4.023232",\
|
|
"4.319052, 4.277008, 4.227156, 4.157102, 4.076950",\
|
|
"4.382707, 4.340662, 4.290811, 4.220757, 4.140605",\
|
|
"4.483562, 4.441518, 4.391666, 4.321612, 4.241460",\
|
|
"4.639881, 4.597837, 4.547985, 4.477931, 4.397779");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.157831, -0.115787, -0.065935, 0.004119, 0.084271",\
|
|
"-0.201992, -0.159948, -0.110096, -0.040043, 0.040110",\
|
|
"-0.244216, -0.202172, -0.152320, -0.082267, -0.002114",\
|
|
"-0.301353, -0.259309, -0.209457, -0.139404, -0.059252",\
|
|
"-0.370439, -0.328395, -0.278543, -0.208489, -0.128337");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.221430, -0.179386, -0.129534, -0.059480, 0.020672",\
|
|
"-0.275148, -0.233104, -0.183252, -0.113198, -0.033046",\
|
|
"-0.338972, -0.296928, -0.247076, -0.177023, -0.096870",\
|
|
"-0.440407, -0.398363, -0.348511, -0.278458, -0.198306",\
|
|
"-0.597998, -0.555954, -0.506102, -0.436048, -0.355896");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[21] */
|
|
|
|
pin("wb_adr_i[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002881 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.547873, 4.505830, 4.455977, 4.385924, 4.305772",\
|
|
"4.593191, 4.551147, 4.501295, 4.431242, 4.351089",\
|
|
"4.647085, 4.605041, 4.555189, 4.485136, 4.404983",\
|
|
"4.727723, 4.685679, 4.635827, 4.565774, 4.485621",\
|
|
"4.834902, 4.792858, 4.743006, 4.672953, 4.592800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.321372, 4.279328, 4.229476, 4.159423, 4.079270",\
|
|
"4.375486, 4.333443, 4.283590, 4.213537, 4.133385",\
|
|
"4.447863, 4.405819, 4.355967, 4.285913, 4.205761",\
|
|
"4.581639, 4.539596, 4.489743, 4.419690, 4.339538",\
|
|
"4.794134, 4.752090, 4.702238, 4.632185, 4.552032");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.223007, -0.180963, -0.131111, -0.061058, 0.019095",\
|
|
"-0.268325, -0.226281, -0.176429, -0.106375, -0.026223",\
|
|
"-0.322219, -0.280175, -0.230323, -0.160269, -0.080117",\
|
|
"-0.402182, -0.360138, -0.310286, -0.240233, -0.160081",\
|
|
"-0.506656, -0.464612, -0.414760, -0.344707, -0.264555");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.219644, -0.177600, -0.127748, -0.057695, 0.022458",\
|
|
"-0.273758, -0.231714, -0.181862, -0.111809, -0.031657",\
|
|
"-0.346133, -0.304090, -0.254237, -0.184184, -0.104032",\
|
|
"-0.479721, -0.437677, -0.387825, -0.317771, -0.237619",\
|
|
"-0.692493, -0.650449, -0.600597, -0.530544, -0.450392");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[20] */
|
|
|
|
pin("wb_adr_i[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003483 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.439254, 4.397210, 4.347358, 4.277305, 4.197152",\
|
|
"4.476224, 4.434180, 4.384328, 4.314275, 4.234123",\
|
|
"4.499498, 4.457455, 4.407602, 4.337549, 4.257397",\
|
|
"4.524530, 4.482486, 4.432634, 4.362581, 4.282428",\
|
|
"4.540423, 4.498380, 4.448527, 4.378474, 4.298322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.324441, 4.282397, 4.232545, 4.162492, 4.082339",\
|
|
"4.377394, 4.335350, 4.285498, 4.215445, 4.135292",\
|
|
"4.433328, 4.391284, 4.341432, 4.271379, 4.191226",\
|
|
"4.520529, 4.478485, 4.428633, 4.358580, 4.278428",\
|
|
"4.660841, 4.618796, 4.568944, 4.498891, 4.418739");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.029812, 0.071856, 0.121708, 0.191762, 0.271914",\
|
|
"-0.007158, 0.034886, 0.084738, 0.154791, 0.234944",\
|
|
"-0.030531, 0.011513, 0.061365, 0.131419, 0.211571",\
|
|
"-0.055742, -0.013698, 0.036154, 0.106207, 0.186359",\
|
|
"-0.073318, -0.031274, 0.018578, 0.088631, 0.168784");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.130377, -0.088333, -0.038481, 0.031572, 0.111724",\
|
|
"-0.183331, -0.141287, -0.091435, -0.021381, 0.058771",\
|
|
"-0.238826, -0.196782, -0.146930, -0.076877, 0.003275",\
|
|
"-0.325199, -0.283155, -0.233303, -0.163249, -0.083097",\
|
|
"-0.463924, -0.421880, -0.372028, -0.301975, -0.221823");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[19] */
|
|
|
|
pin("wb_adr_i[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004302 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.440668, 4.398624, 4.348772, 4.278719, 4.198566",\
|
|
"4.477610, 4.435566, 4.385714, 4.315660, 4.235508",\
|
|
"4.500873, 4.458829, 4.408977, 4.338923, 4.258771",\
|
|
"4.525879, 4.483835, 4.433983, 4.363930, 4.283778",\
|
|
"4.541453, 4.499410, 4.449557, 4.379504, 4.299352");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.331845, 4.289802, 4.239949, 4.169896, 4.089744",\
|
|
"4.384741, 4.342697, 4.292845, 4.222792, 4.142639",\
|
|
"4.440595, 4.398551, 4.348699, 4.278646, 4.198493",\
|
|
"4.527643, 4.485599, 4.435747, 4.365694, 4.285541",\
|
|
"4.667439, 4.625395, 4.575542, 4.505489, 4.425337");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.039084, 0.081128, 0.130980, 0.201033, 0.281186",\
|
|
"0.002143, 0.044187, 0.094039, 0.164092, 0.244244",\
|
|
"-0.021206, 0.020838, 0.070690, 0.140744, 0.220896",\
|
|
"-0.046372, -0.004328, 0.045524, 0.115577, 0.195729",\
|
|
"-0.063558, -0.021514, 0.028338, 0.098392, 0.178544");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.113687, -0.071643, -0.021791, 0.048262, 0.128415",\
|
|
"-0.166583, -0.124539, -0.074687, -0.004634, 0.075519",\
|
|
"-0.221971, -0.179927, -0.130075, -0.060022, 0.020131",\
|
|
"-0.308201, -0.266157, -0.216305, -0.146252, -0.066100",\
|
|
"-0.446480, -0.404436, -0.354584, -0.284530, -0.204378");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[18] */
|
|
|
|
pin("wb_adr_i[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005406 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.434832, 4.392788, 4.342936, 4.272882, 4.192730",\
|
|
"4.471846, 4.429802, 4.379950, 4.309897, 4.229744",\
|
|
"4.495133, 4.453089, 4.403237, 4.333184, 4.253031",\
|
|
"4.520193, 4.478149, 4.428297, 4.358244, 4.278091",\
|
|
"4.536853, 4.494809, 4.444957, 4.374904, 4.294751");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.288401, 4.246357, 4.196505, 4.126451, 4.046299",\
|
|
"4.341416, 4.299373, 4.249520, 4.179467, 4.099315",\
|
|
"4.397522, 4.355478, 4.305626, 4.235573, 4.155421",\
|
|
"4.484964, 4.442920, 4.393068, 4.323015, 4.242862",\
|
|
"4.626127, 4.584083, 4.534231, 4.464178, 4.384025");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.012656, 0.054700, 0.104552, 0.174605, 0.254758",\
|
|
"-0.024358, 0.017686, 0.067538, 0.137591, 0.217743",\
|
|
"-0.047597, -0.005553, 0.044299, 0.114353, 0.194505",\
|
|
"-0.072576, -0.030532, 0.019320, 0.089374, 0.169526",\
|
|
"-0.088884, -0.046840, 0.003012, 0.073065, 0.153217");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.171898, -0.129854, -0.080002, -0.009948, 0.070204",\
|
|
"-0.224913, -0.182869, -0.133017, -0.062964, 0.017188",\
|
|
"-0.280614, -0.238570, -0.188718, -0.118665, -0.038513",\
|
|
"-0.367321, -0.325277, -0.275425, -0.205371, -0.125219",\
|
|
"-0.507014, -0.464970, -0.415118, -0.345065, -0.264913");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[17] */
|
|
|
|
pin("wb_adr_i[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004735 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.436828, 4.394784, 4.344932, 4.274879, 4.194726",\
|
|
"4.473804, 4.431760, 4.381907, 4.311854, 4.231702",\
|
|
"4.497108, 4.455064, 4.405211, 4.335158, 4.255006",\
|
|
"4.522194, 4.480150, 4.430298, 4.360245, 4.280092",\
|
|
"4.538444, 4.496400, 4.446548, 4.376495, 4.296342");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.308975, 4.266931, 4.217079, 4.147026, 4.066873",\
|
|
"4.361922, 4.319878, 4.270026, 4.199973, 4.119820",\
|
|
"4.417787, 4.375743, 4.325891, 4.255837, 4.175685",\
|
|
"4.504974, 4.462931, 4.413078, 4.343025, 4.262873",\
|
|
"4.645276, 4.603232, 4.553380, 4.483327, 4.403174");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.027458, 0.069502, 0.119354, 0.189408, 0.269560",\
|
|
"-0.009517, 0.032527, 0.082379, 0.152432, 0.232584",\
|
|
"-0.032766, 0.009278, 0.059130, 0.129184, 0.209336",\
|
|
"-0.057751, -0.015707, 0.034145, 0.104198, 0.184350",\
|
|
"-0.074591, -0.032547, 0.017305, 0.087358, 0.167511");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.111820, -0.069776, -0.019924, 0.050129, 0.130282",\
|
|
"-0.164767, -0.122723, -0.072871, -0.002818, 0.077335",\
|
|
"-0.219697, -0.177653, -0.127801, -0.057748, 0.022404",\
|
|
"-0.305846, -0.263802, -0.213950, -0.143897, -0.063744",\
|
|
"-0.443837, -0.401793, -0.351941, -0.281887, -0.201735");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[16] */
|
|
|
|
pin("wb_adr_i[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005417 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.432273, 4.390229, 4.340377, 4.270324, 4.190172",\
|
|
"4.469300, 4.427256, 4.377404, 4.307351, 4.227198",\
|
|
"4.492498, 4.450455, 4.400602, 4.330549, 4.250397",\
|
|
"4.517449, 4.475405, 4.425553, 4.355500, 4.275347",\
|
|
"4.533525, 4.491482, 4.441629, 4.371576, 4.291424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.337251, 4.295207, 4.245355, 4.175302, 4.095149",\
|
|
"4.390303, 4.348259, 4.298407, 4.228354, 4.148201",\
|
|
"4.446523, 4.404479, 4.354627, 4.284574, 4.204422",\
|
|
"4.534162, 4.492118, 4.442266, 4.372212, 4.292060",\
|
|
"4.675877, 4.633833, 4.583981, 4.513927, 4.433775");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.002895, 0.044939, 0.094791, 0.164844, 0.244997",\
|
|
"-0.034131, 0.007913, 0.057765, 0.127818, 0.207970",\
|
|
"-0.057415, -0.015371, 0.034481, 0.104535, 0.184687",\
|
|
"-0.082511, -0.040467, 0.009385, 0.079438, 0.159591",\
|
|
"-0.099210, -0.057166, -0.007314, 0.062740, 0.142892");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.219289, -0.177246, -0.127393, -0.057340, 0.022812",\
|
|
"-0.272342, -0.230298, -0.180446, -0.110393, -0.030240",\
|
|
"-0.328120, -0.286076, -0.236224, -0.166170, -0.086018",\
|
|
"-0.414952, -0.372908, -0.323056, -0.253003, -0.172851",\
|
|
"-0.555032, -0.512988, -0.463136, -0.393083, -0.312930");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[15] */
|
|
|
|
pin("wb_adr_i[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004788 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.422970, 4.380926, 4.331074, 4.261021, 4.180869",\
|
|
"4.459910, 4.417866, 4.368014, 4.297961, 4.217808",\
|
|
"4.483171, 4.441128, 4.391275, 4.321222, 4.241070",\
|
|
"4.508177, 4.466133, 4.416281, 4.346228, 4.266076",\
|
|
"4.523783, 4.481739, 4.431887, 4.361834, 4.281682");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.336791, 4.294747, 4.244895, 4.174842, 4.094689",\
|
|
"4.389687, 4.347643, 4.297791, 4.227738, 4.147585",\
|
|
"4.445436, 4.403393, 4.353540, 4.283487, 4.203335",\
|
|
"4.532549, 4.490505, 4.440653, 4.370600, 4.290447",\
|
|
"4.672589, 4.630545, 4.580693, 4.510640, 4.430487");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.022223, 0.064267, 0.114119, 0.184172, 0.264324",\
|
|
"-0.014717, 0.027327, 0.077179, 0.147232, 0.227385",\
|
|
"-0.038083, 0.003960, 0.053813, 0.123866, 0.204018",\
|
|
"-0.063285, -0.021241, 0.028611, 0.098665, 0.178817",\
|
|
"-0.080646, -0.038602, 0.011250, 0.081304, 0.161456");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.196921, -0.154878, -0.105025, -0.034972, 0.045180",\
|
|
"-0.249818, -0.207774, -0.157922, -0.087869, -0.007716",\
|
|
"-0.305084, -0.263041, -0.213188, -0.143135, -0.062983",\
|
|
"-0.391335, -0.349291, -0.299439, -0.229385, -0.149233",\
|
|
"-0.529722, -0.487679, -0.437826, -0.367773, -0.287621");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[14] */
|
|
|
|
pin("wb_adr_i[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.009035 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.437335, 4.395290, 4.345438, 4.275385, 4.195233",\
|
|
"4.474417, 4.432373, 4.382521, 4.312468, 4.232316",\
|
|
"4.497515, 4.455471, 4.405619, 4.335566, 4.255414",\
|
|
"4.522629, 4.480585, 4.430733, 4.360680, 4.280527",\
|
|
"4.538484, 4.496440, 4.446588, 4.376535, 4.296382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.306797, 4.264753, 4.214901, 4.144848, 4.064695",\
|
|
"4.359825, 4.317780, 4.267929, 4.197875, 4.117723",\
|
|
"4.415960, 4.373916, 4.324064, 4.254011, 4.173858",\
|
|
"4.503539, 4.461495, 4.411643, 4.341590, 4.261437",\
|
|
"4.645361, 4.603317, 4.553465, 4.483412, 4.403260");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.144786, 0.186830, 0.236682, 0.306735, 0.386887",\
|
|
"0.107703, 0.149747, 0.199599, 0.269652, 0.349805",\
|
|
"0.084663, 0.126707, 0.176559, 0.246612, 0.326765",\
|
|
"0.059689, 0.101732, 0.151585, 0.221638, 0.301790",\
|
|
"0.044337, 0.086381, 0.136233, 0.206286, 0.286438");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.147380, -0.105336, -0.055484, 0.014569, 0.094722",\
|
|
"-0.200408, -0.158364, -0.108512, -0.038458, 0.041694",\
|
|
"-0.256219, -0.214175, -0.164323, -0.094270, -0.014118",\
|
|
"-0.343165, -0.301121, -0.251269, -0.181216, -0.101064",\
|
|
"-0.483702, -0.441658, -0.391806, -0.321753, -0.241600");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[13] */
|
|
|
|
pin("wb_adr_i[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.009707 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.458560, 4.416515, 4.366663, 4.296610, 4.216458",\
|
|
"4.495699, 4.453655, 4.403803, 4.333750, 4.253598",\
|
|
"4.518687, 4.476643, 4.426791, 4.356738, 4.276585",\
|
|
"4.543827, 4.501782, 4.451931, 4.381877, 4.301725",\
|
|
"4.559191, 4.517147, 4.467295, 4.397242, 4.317089");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.339218, 4.297174, 4.247322, 4.177269, 4.097116",\
|
|
"4.392250, 4.350206, 4.300354, 4.230301, 4.150148",\
|
|
"4.448375, 4.406331, 4.356479, 4.286426, 4.206273",\
|
|
"4.536009, 4.493965, 4.444113, 4.374060, 4.293907",\
|
|
"4.678108, 4.636065, 4.586212, 4.516159, 4.436007");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.137448, 0.179492, 0.229344, 0.299397, 0.379549",\
|
|
"0.100307, 0.142351, 0.192203, 0.262257, 0.342409",\
|
|
"0.077357, 0.119401, 0.169253, 0.239307, 0.319459",\
|
|
"0.052338, 0.094382, 0.144234, 0.214288, 0.294440",\
|
|
"0.037357, 0.079401, 0.129253, 0.199306, 0.279458");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.097981, -0.055937, -0.006085, 0.063968, 0.144121",\
|
|
"-0.151014, -0.108970, -0.059118, 0.010936, 0.091088",\
|
|
"-0.206650, -0.164606, -0.114754, -0.044701, 0.035452",\
|
|
"-0.293272, -0.251228, -0.201376, -0.131323, -0.051171",\
|
|
"-0.433316, -0.391272, -0.341420, -0.271366, -0.191214");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[12] */
|
|
|
|
pin("wb_adr_i[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.010179 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.500056, 4.458013, 4.408160, 4.338107, 4.257955",\
|
|
"4.537276, 4.495233, 4.445380, 4.375327, 4.295175",\
|
|
"4.560129, 4.518085, 4.468233, 4.398180, 4.318027",\
|
|
"4.585302, 4.543258, 4.493406, 4.423353, 4.343200",\
|
|
"4.600057, 4.558013, 4.508161, 4.438108, 4.357955");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.394468, 4.352425, 4.302572, 4.232519, 4.152367",\
|
|
"4.447513, 4.405469, 4.355617, 4.285563, 4.205411",\
|
|
"4.503596, 4.461553, 4.411700, 4.341647, 4.261495",\
|
|
"4.591280, 4.549236, 4.499384, 4.429331, 4.349178",\
|
|
"4.733744, 4.691700, 4.641848, 4.571795, 4.491642");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.103767, 0.145811, 0.195663, 0.265716, 0.345868",\
|
|
"0.066546, 0.108590, 0.158442, 0.228496, 0.308648",\
|
|
"0.043683, 0.085727, 0.135579, 0.205633, 0.285785",\
|
|
"0.018447, 0.060491, 0.110343, 0.180396, 0.260549",\
|
|
"0.003528, 0.045572, 0.095424, 0.165477, 0.245629");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.209657, -0.167614, -0.117761, -0.047708, 0.032444",\
|
|
"-0.262702, -0.220658, -0.170806, -0.100753, -0.020600",\
|
|
"-0.318473, -0.276429, -0.226577, -0.156523, -0.076371",\
|
|
"-0.405428, -0.363384, -0.313532, -0.243478, -0.163326",\
|
|
"-0.546412, -0.504368, -0.454516, -0.384463, -0.304310");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[11] */
|
|
|
|
pin("wb_adr_i[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008226 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.477360, 4.435316, 4.385464, 4.315411, 4.235258",\
|
|
"4.514456, 4.472412, 4.422560, 4.352507, 4.272354",\
|
|
"4.537471, 4.495427, 4.445575, 4.375522, 4.295369",\
|
|
"4.562421, 4.520377, 4.470525, 4.400472, 4.320319",\
|
|
"4.577611, 4.535567, 4.485715, 4.415662, 4.335510");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.386723, 4.344679, 4.294827, 4.224773, 4.144621",\
|
|
"4.439758, 4.397715, 4.347862, 4.277809, 4.197657",\
|
|
"4.495948, 4.453904, 4.404052, 4.333999, 4.253846",\
|
|
"4.583643, 4.541599, 4.491747, 4.421694, 4.341542",\
|
|
"4.725725, 4.683681, 4.633829, 4.563776, 4.483624");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.138381, 0.180425, 0.230277, 0.300331, 0.380483",\
|
|
"0.101285, 0.143329, 0.193181, 0.263235, 0.343387",\
|
|
"0.078240, 0.120284, 0.170136, 0.240190, 0.320342",\
|
|
"0.053214, 0.095258, 0.145110, 0.215163, 0.295316",\
|
|
"0.037755, 0.079799, 0.129651, 0.199705, 0.279857");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.180020, -0.137976, -0.088124, -0.018071, 0.062082",\
|
|
"-0.233056, -0.191012, -0.141160, -0.071107, 0.009046",\
|
|
"-0.288837, -0.246793, -0.196941, -0.126888, -0.046735",\
|
|
"-0.375728, -0.333684, -0.283832, -0.213779, -0.133627",\
|
|
"-0.516177, -0.474133, -0.424281, -0.354227, -0.274075");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[10] */
|
|
|
|
pin("wb_adr_i[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008646 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.447175, 4.405130, 4.355278, 4.285225, 4.205073",\
|
|
"4.484194, 4.442150, 4.392298, 4.322245, 4.242092",\
|
|
"4.507419, 4.465375, 4.415523, 4.345470, 4.265317",\
|
|
"4.532526, 4.490482, 4.440630, 4.370577, 4.290424",\
|
|
"4.548965, 4.506921, 4.457068, 4.387015, 4.306863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.327741, 4.285697, 4.235845, 4.165792, 4.085639",\
|
|
"4.380754, 4.338711, 4.288858, 4.218805, 4.138653",\
|
|
"4.436924, 4.394880, 4.345028, 4.274975, 4.194823",\
|
|
"4.524504, 4.482460, 4.432608, 4.362555, 4.282403",\
|
|
"4.666183, 4.624140, 4.574287, 4.504234, 4.424082");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.137133, 0.179177, 0.229029, 0.299082, 0.379234",\
|
|
"0.100114, 0.142158, 0.192010, 0.262063, 0.342215",\
|
|
"0.076843, 0.118887, 0.168739, 0.238792, 0.318944",\
|
|
"0.051650, 0.093694, 0.143546, 0.213600, 0.293752",\
|
|
"0.034874, 0.076918, 0.126770, 0.196823, 0.276975");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.036458, 0.005585, 0.055438, 0.125491, 0.205643",\
|
|
"-0.089472, -0.047428, 0.002424, 0.072477, 0.152630",\
|
|
"-0.145267, -0.103223, -0.053371, 0.016682, 0.096835",\
|
|
"-0.232148, -0.190104, -0.140252, -0.070199, 0.009953",\
|
|
"-0.372408, -0.330364, -0.280512, -0.210459, -0.130306");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[9] */
|
|
|
|
pin("wb_adr_i[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.005942 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.467728, 4.425684, 4.375832, 4.305779, 4.225626",\
|
|
"4.504830, 4.462787, 4.412934, 4.342881, 4.262729",\
|
|
"4.527916, 4.485872, 4.436020, 4.365967, 4.285814",\
|
|
"4.552982, 4.510939, 4.461086, 4.391033, 4.310881",\
|
|
"4.568699, 4.526655, 4.476803, 4.406750, 4.326598");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.359180, 4.317137, 4.267284, 4.197231, 4.117079",\
|
|
"4.412240, 4.370196, 4.320344, 4.250291, 4.170138",\
|
|
"4.468401, 4.426357, 4.376505, 4.306452, 4.226300",\
|
|
"4.556029, 4.513985, 4.464133, 4.394080, 4.313927",\
|
|
"4.697945, 4.655901, 4.606049, 4.535995, 4.455843");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.130488, 0.172531, 0.222383, 0.292437, 0.372589",\
|
|
"0.093385, 0.135429, 0.185281, 0.255335, 0.335487",\
|
|
"0.070293, 0.112337, 0.162189, 0.232243, 0.312395",\
|
|
"0.045212, 0.087256, 0.137108, 0.207161, 0.287314",\
|
|
"0.029441, 0.071485, 0.121337, 0.191390, 0.271542");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.026242, 0.015802, 0.065654, 0.135708, 0.215860",\
|
|
"-0.079302, -0.037258, 0.012594, 0.082647, 0.162800",\
|
|
"-0.135205, -0.093161, -0.043309, 0.026744, 0.106897",\
|
|
"-0.222329, -0.180285, -0.130433, -0.060380, 0.019772",\
|
|
"-0.363222, -0.321178, -0.271326, -0.201273, -0.121121");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[8] */
|
|
|
|
pin("wb_adr_i[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004684 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.232067, 4.190022, 4.140171, 4.070117, 3.989965",\
|
|
"4.276573, 4.234529, 4.184677, 4.114624, 4.034471",\
|
|
"4.320251, 4.278207, 4.228354, 4.158301, 4.078149",\
|
|
"4.378633, 4.336589, 4.286736, 4.216683, 4.136531",\
|
|
"4.443197, 4.401153, 4.351301, 4.281248, 4.201095");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.195498, 4.153454, 4.103602, 4.033549, 3.953396",\
|
|
"4.248869, 4.206825, 4.156973, 4.086920, 4.006768",\
|
|
"4.321699, 4.279655, 4.229803, 4.159750, 4.079597",\
|
|
"4.461597, 4.419554, 4.369701, 4.299648, 4.219496",\
|
|
"4.684967, 4.642923, 4.593071, 4.523018, 4.442865");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.311579, -0.269535, -0.219683, -0.149630, -0.069478",\
|
|
"-0.356085, -0.314041, -0.264189, -0.194136, -0.113984",\
|
|
"-0.399763, -0.357719, -0.307867, -0.237814, -0.157662",\
|
|
"-0.458286, -0.416242, -0.366390, -0.296337, -0.216185",\
|
|
"-0.524315, -0.482271, -0.432419, -0.362365, -0.282213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.500169, -0.458125, -0.408273, -0.338220, -0.258067",\
|
|
"-0.553540, -0.511496, -0.461644, -0.391591, -0.311439",\
|
|
"-0.626369, -0.584325, -0.534473, -0.464420, -0.384268",\
|
|
"-0.765635, -0.723591, -0.673739, -0.603686, -0.523534",\
|
|
"-0.987589, -0.945545, -0.895693, -0.825639, -0.745487");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[7] */
|
|
|
|
pin("wb_adr_i[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004876 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.191349, 4.149304, 4.099452, 4.029399, 3.949247",\
|
|
"4.235787, 4.193744, 4.143891, 4.073838, 3.993686",\
|
|
"4.286482, 4.244438, 4.194586, 4.124533, 4.044380",\
|
|
"4.359563, 4.317519, 4.267667, 4.197614, 4.117461",\
|
|
"4.451076, 4.409032, 4.359179, 4.289126, 4.208974");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.170884, 4.128840, 4.078988, 4.008935, 3.928782",\
|
|
"4.226296, 4.184253, 4.134400, 4.064347, 3.984195",\
|
|
"4.298942, 4.256898, 4.207046, 4.136993, 4.056840",\
|
|
"4.436700, 4.394656, 4.344804, 4.274751, 4.194598",\
|
|
"4.658670, 4.616627, 4.566774, 4.496721, 4.416569");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.289840, -0.247796, -0.197944, -0.127891, -0.047738",\
|
|
"-0.334279, -0.292235, -0.242383, -0.172330, -0.092178",\
|
|
"-0.384973, -0.342929, -0.293077, -0.223024, -0.142872",\
|
|
"-0.457917, -0.415873, -0.366021, -0.295968, -0.215815",\
|
|
"-0.550848, -0.508805, -0.458952, -0.388899, -0.308747");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.346328, -0.304284, -0.254432, -0.184379, -0.104227",\
|
|
"-0.401740, -0.359696, -0.309844, -0.239791, -0.159638",\
|
|
"-0.474385, -0.432341, -0.382489, -0.312436, -0.232284",\
|
|
"-0.612128, -0.570084, -0.520232, -0.450178, -0.370026",\
|
|
"-0.834115, -0.792071, -0.742219, -0.672166, -0.592014");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[6] */
|
|
|
|
pin("wb_adr_i[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.006919 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.608452, 4.566408, 4.516556, 4.446503, 4.366351",\
|
|
"4.652291, 4.610248, 4.560395, 4.490342, 4.410190",\
|
|
"4.687294, 4.645250, 4.595398, 4.525345, 4.445192",\
|
|
"4.728695, 4.686651, 4.636799, 4.566746, 4.486593",\
|
|
"4.764295, 4.722251, 4.672399, 4.602346, 4.522193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.458321, 4.416277, 4.366425, 4.296372, 4.216219",\
|
|
"4.513023, 4.470979, 4.421127, 4.351074, 4.270921",\
|
|
"4.587940, 4.545897, 4.496044, 4.425991, 4.345839",\
|
|
"4.717332, 4.675288, 4.625436, 4.555383, 4.475230",\
|
|
"4.928852, 4.886808, 4.836956, 4.766903, 4.686750");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.296263, -0.254219, -0.204367, -0.134314, -0.054161",\
|
|
"-0.340102, -0.298058, -0.248206, -0.178153, -0.098001",\
|
|
"-0.374877, -0.332834, -0.282981, -0.212928, -0.132776",\
|
|
"-0.416054, -0.374010, -0.324158, -0.254105, -0.173953",\
|
|
"-0.450893, -0.408849, -0.358997, -0.288944, -0.208791");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.153126, -0.111082, -0.061230, 0.008823, 0.088976",\
|
|
"-0.207828, -0.165784, -0.115932, -0.045878, 0.034274",\
|
|
"-0.282745, -0.240701, -0.190849, -0.120796, -0.040643",\
|
|
"-0.412137, -0.370093, -0.320241, -0.250187, -0.170035",\
|
|
"-0.623656, -0.581612, -0.531760, -0.461707, -0.381555");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[5] */
|
|
|
|
pin("wb_adr_i[4]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004854 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.578689, 4.536645, 4.486793, 4.416740, 4.336587",\
|
|
"4.623130, 4.581086, 4.531234, 4.461181, 4.381029",\
|
|
"4.673814, 4.631770, 4.581918, 4.511865, 4.431712",\
|
|
"4.746795, 4.704751, 4.654899, 4.584846, 4.504693",\
|
|
"4.837925, 4.795881, 4.746029, 4.675976, 4.595824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.493212, 4.451168, 4.401316, 4.331263, 4.251111",\
|
|
"4.548625, 4.506580, 4.456728, 4.386675, 4.306523",\
|
|
"4.621257, 4.579213, 4.529361, 4.459308, 4.379155",\
|
|
"4.758728, 4.716683, 4.666831, 4.596778, 4.516626",\
|
|
"4.980069, 4.938025, 4.888173, 4.818120, 4.737967");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.255510, -0.213466, -0.163614, -0.093560, -0.013408",\
|
|
"-0.299951, -0.257907, -0.208055, -0.138002, -0.057849",\
|
|
"-0.350634, -0.308591, -0.258738, -0.188685, -0.108533",\
|
|
"-0.422971, -0.380927, -0.331075, -0.261022, -0.180870",\
|
|
"-0.514423, -0.472379, -0.422527, -0.352473, -0.272321");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.187816, -0.145772, -0.095920, -0.025867, 0.054285",\
|
|
"-0.243229, -0.201185, -0.151333, -0.081279, -0.001127",\
|
|
"-0.315861, -0.273818, -0.223965, -0.153912, -0.073760",\
|
|
"-0.453332, -0.411288, -0.361436, -0.291383, -0.211231",\
|
|
"-0.674673, -0.632629, -0.582777, -0.512724, -0.432572");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[4] */
|
|
|
|
pin("wb_adr_i[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008480 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.516295, 4.474252, 4.424399, 4.354346, 4.274194",\
|
|
"4.560329, 4.518285, 4.468433, 4.398380, 4.318227",\
|
|
"4.609653, 4.567609, 4.517757, 4.447704, 4.367551",\
|
|
"4.680166, 4.638122, 4.588270, 4.518217, 4.438064",\
|
|
"4.764586, 4.722543, 4.672690, 4.602637, 4.522485");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.521777, 4.479733, 4.429881, 4.359828, 4.279675",\
|
|
"4.576858, 4.534814, 4.484962, 4.414908, 4.334756",\
|
|
"4.650634, 4.608590, 4.558738, 4.488685, 4.408532",\
|
|
"4.793690, 4.751646, 4.701794, 4.631741, 4.551589",\
|
|
"5.033407, 4.991363, 4.941511, 4.871458, 4.791305");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.173634, -0.131590, -0.081738, -0.011685, 0.068468",\
|
|
"-0.217668, -0.175624, -0.125772, -0.055718, 0.024434",\
|
|
"-0.266989, -0.224945, -0.175093, -0.105039, -0.024887",\
|
|
"-0.337031, -0.294987, -0.245135, -0.175082, -0.094929",\
|
|
"-0.420399, -0.378355, -0.328503, -0.258450, -0.178297");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.203668, -0.161624, -0.111772, -0.041719, 0.038433",\
|
|
"-0.258748, -0.216704, -0.166852, -0.096799, -0.016647",\
|
|
"-0.332522, -0.290478, -0.240626, -0.170573, -0.090421",\
|
|
"-0.476633, -0.434589, -0.384737, -0.314684, -0.234531",\
|
|
"-0.716548, -0.674504, -0.624652, -0.554599, -0.474446");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[3] */
|
|
|
|
pin("wb_adr_i[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003361 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.785297, 4.743254, 4.693401, 4.623348, 4.543196",\
|
|
"4.829687, 4.787642, 4.737791, 4.667737, 4.587585",\
|
|
"4.871601, 4.829556, 4.779705, 4.709651, 4.629499",\
|
|
"4.928687, 4.886643, 4.836791, 4.766738, 4.686585",\
|
|
"4.997828, 4.955784, 4.905932, 4.835879, 4.755726");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.725385, 4.683341, 4.633489, 4.563436, 4.483283",\
|
|
"4.779172, 4.737128, 4.687276, 4.617223, 4.537070",\
|
|
"4.842461, 4.800417, 4.750565, 4.680512, 4.600359",\
|
|
"4.944861, 4.902818, 4.852965, 4.782912, 4.702760",\
|
|
"5.103885, 5.061841, 5.011989, 4.941936, 4.861783");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.190287, -0.148243, -0.098391, -0.028338, 0.051814",\
|
|
"-0.234676, -0.192632, -0.142780, -0.072727, 0.007425",\
|
|
"-0.276590, -0.234546, -0.184694, -0.114641, -0.034488",\
|
|
"-0.333676, -0.291632, -0.241780, -0.171727, -0.091575",\
|
|
"-0.402817, -0.360773, -0.310921, -0.240868, -0.160715");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.430758, -0.388714, -0.338862, -0.268809, -0.188656",\
|
|
"-0.484545, -0.442501, -0.392649, -0.322596, -0.242444",\
|
|
"-0.547834, -0.505790, -0.455938, -0.385885, -0.305732",\
|
|
"-0.650234, -0.608190, -0.558338, -0.488285, -0.408132",\
|
|
"-0.809256, -0.767212, -0.717360, -0.647307, -0.567154");
|
|
}
|
|
|
|
} /* 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.007943 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.524161, 4.482118, 4.432265, 4.362212, 4.282060",\
|
|
"4.588399, 4.546355, 4.496503, 4.426450, 4.346297",\
|
|
"4.634676, 4.592631, 4.542779, 4.472726, 4.392574",\
|
|
"4.663655, 4.621612, 4.571759, 4.501706, 4.421554",\
|
|
"4.566528, 4.524485, 4.474632, 4.404579, 4.324427");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.540267, 4.498222, 4.448370, 4.378317, 4.298165",\
|
|
"4.640754, 4.598710, 4.548858, 4.478805, 4.398653",\
|
|
"4.790627, 4.748583, 4.698730, 4.628677, 4.548525",\
|
|
"5.073213, 5.031169, 4.981317, 4.911264, 4.831111",\
|
|
"5.616493, 5.574449, 5.524597, 5.454544, 5.374391");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.196001, -0.153957, -0.104105, -0.034052, 0.046100",\
|
|
"-0.260238, -0.218194, -0.168342, -0.098288, -0.018136",\
|
|
"-0.306651, -0.264607, -0.214755, -0.144702, -0.064549",\
|
|
"-0.337091, -0.295047, -0.245195, -0.175141, -0.094989",\
|
|
"-0.243822, -0.201779, -0.151926, -0.081873, -0.001721");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.195669, -0.153625, -0.103773, -0.033720, 0.046432",\
|
|
"-0.296154, -0.254110, -0.204258, -0.134205, -0.054052",\
|
|
"-0.446638, -0.404594, -0.354742, -0.284689, -0.204536",\
|
|
"-0.731034, -0.688990, -0.639138, -0.569085, -0.488932",\
|
|
"-1.279015, -1.236971, -1.187119, -1.117065, -1.036913");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[1] */
|
|
|
|
pin("wb_adr_i[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.008446 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.493397, 4.451353, 4.401501, 4.331448, 4.251295",\
|
|
"4.537425, 4.495381, 4.445529, 4.375476, 4.295323",\
|
|
"4.586739, 4.544695, 4.494843, 4.424790, 4.344637",\
|
|
"4.659454, 4.617410, 4.567558, 4.497505, 4.417352",\
|
|
"4.742695, 4.700651, 4.650799, 4.580746, 4.500594");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "4.544429, 4.502385, 4.452533, 4.382480, 4.302328",\
|
|
"4.599490, 4.557446, 4.507594, 4.437541, 4.357388",\
|
|
"4.673176, 4.631132, 4.581280, 4.511227, 4.431074",\
|
|
"4.819400, 4.777356, 4.727504, 4.657451, 4.577299",\
|
|
"5.053547, 5.011503, 4.961651, 4.891598, 4.811446");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.163061, -0.121017, -0.071165, -0.001112, 0.079041",\
|
|
"-0.207089, -0.165045, -0.115193, -0.045140, 0.035012",\
|
|
"-0.256401, -0.214357, -0.164505, -0.094452, -0.014300",\
|
|
"-0.329129, -0.287085, -0.237233, -0.167179, -0.087027",\
|
|
"-0.413475, -0.371431, -0.321579, -0.251525, -0.171373");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.199711, -0.157667, -0.107815, -0.037761, 0.042391",\
|
|
"-0.254771, -0.212728, -0.162875, -0.092822, -0.012670",\
|
|
"-0.328456, -0.286412, -0.236560, -0.166507, -0.086355",\
|
|
"-0.474260, -0.432217, -0.382364, -0.312311, -0.232159",\
|
|
"-0.707348, -0.665304, -0.615452, -0.545398, -0.465246");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[0] */
|
|
} /* end of bus wb_adr_i */
|
|
bus ( wb_dat_i ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : input ;
|
|
|
|
pin("wb_dat_i[31]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002856 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.250867, -0.292911, -0.342763, -0.412817, -0.492969",\
|
|
"-0.213775, -0.255819, -0.305671, -0.375724, -0.455876",\
|
|
"-0.190604, -0.232648, -0.282500, -0.352554, -0.432706",\
|
|
"-0.165515, -0.207559, -0.257411, -0.327464, -0.407617",\
|
|
"-0.149579, -0.191623, -0.241475, -0.311529, -0.391681");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.176637, 0.134593, 0.084741, 0.014687, -0.065465",\
|
|
"0.229725, 0.187681, 0.137829, 0.067776, -0.012377",\
|
|
"0.285710, 0.243666, 0.193814, 0.123761, 0.043608",\
|
|
"0.372964, 0.330920, 0.281068, 0.211014, 0.130862",\
|
|
"0.514033, 0.471989, 0.422137, 0.352083, 0.271931");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.274217, 0.316261, 0.366113, 0.436166, 0.516319",\
|
|
"0.237124, 0.279168, 0.329020, 0.399074, 0.479226",\
|
|
"0.213954, 0.255998, 0.305850, 0.375903, 0.456056",\
|
|
"0.188865, 0.230909, 0.280761, 0.350814, 0.430966",\
|
|
"0.172929, 0.214973, 0.264825, 0.334878, 0.415031");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.107986, -0.065942, -0.016090, 0.053963, 0.134116",\
|
|
"-0.161074, -0.119030, -0.069178, 0.000875, 0.081027",\
|
|
"-0.217059, -0.175015, -0.125163, -0.055110, 0.025042",\
|
|
"-0.304313, -0.262269, -0.212417, -0.142364, -0.062212",\
|
|
"-0.445382, -0.403338, -0.353486, -0.283433, -0.203281");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[31] */
|
|
|
|
pin("wb_dat_i[30]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.280511, -0.322555, -0.372407, -0.442461, -0.522613",\
|
|
"-0.243537, -0.285581, -0.335433, -0.405486, -0.485638",\
|
|
"-0.220200, -0.262244, -0.312096, -0.382149, -0.462301",\
|
|
"-0.195053, -0.237097, -0.286949, -0.357002, -0.437155",\
|
|
"-0.178760, -0.220804, -0.270656, -0.340709, -0.420862");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.154908, 0.112864, 0.063012, -0.007041, -0.087194",\
|
|
"0.207867, 0.165823, 0.115971, 0.045917, -0.034235",\
|
|
"0.263643, 0.221599, 0.171747, 0.101694, 0.021542",\
|
|
"0.350406, 0.308362, 0.258510, 0.188456, 0.108304",\
|
|
"0.489854, 0.447810, 0.397958, 0.327904, 0.247752");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.303865, 0.345909, 0.395761, 0.465815, 0.545967",\
|
|
"0.266891, 0.308935, 0.358787, 0.428840, 0.508993",\
|
|
"0.243554, 0.285598, 0.335450, 0.405503, 0.485655",\
|
|
"0.218407, 0.260451, 0.310303, 0.380356, 0.460509",\
|
|
"0.202114, 0.244158, 0.294010, 0.364063, 0.444216");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.086252, -0.044208, 0.005644, 0.075697, 0.155849",\
|
|
"-0.139211, -0.097167, -0.047315, 0.022738, 0.102891",\
|
|
"-0.194988, -0.152944, -0.103092, -0.033038, 0.047114",\
|
|
"-0.281750, -0.239706, -0.189854, -0.119801, -0.039649",\
|
|
"-0.421198, -0.379154, -0.329302, -0.259249, -0.179096");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[30] */
|
|
|
|
pin("wb_dat_i[29]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003157 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.248834, -0.290878, -0.340730, -0.410784, -0.490936",\
|
|
"-0.211772, -0.253816, -0.303668, -0.373722, -0.453874",\
|
|
"-0.188557, -0.230601, -0.280453, -0.350506, -0.430659",\
|
|
"-0.163503, -0.205547, -0.255399, -0.325453, -0.405605",\
|
|
"-0.147191, -0.189235, -0.239087, -0.309140, -0.389293");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.181578, 0.139534, 0.089682, 0.019628, -0.060524",\
|
|
"0.234657, 0.192613, 0.142761, 0.072708, -0.007445",\
|
|
"0.290651, 0.248607, 0.198755, 0.128702, 0.048549",\
|
|
"0.377893, 0.335849, 0.285997, 0.215944, 0.135791",\
|
|
"0.518859, 0.476815, 0.426963, 0.356909, 0.276757");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.272245, 0.314289, 0.364141, 0.434194, 0.514347",\
|
|
"0.235183, 0.277227, 0.327079, 0.397132, 0.477285",\
|
|
"0.211968, 0.254012, 0.303864, 0.373917, 0.454069",\
|
|
"0.186914, 0.228958, 0.278810, 0.348863, 0.429015",\
|
|
"0.170602, 0.212646, 0.262498, 0.332551, 0.412703");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.112856, -0.070813, -0.020960, 0.049093, 0.129245",\
|
|
"-0.165936, -0.123892, -0.074040, -0.003986, 0.076166",\
|
|
"-0.221930, -0.179886, -0.130034, -0.059980, 0.020172",\
|
|
"-0.309172, -0.267128, -0.217276, -0.147223, -0.067070",\
|
|
"-0.450137, -0.408094, -0.358241, -0.288188, -0.208036");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[29] */
|
|
|
|
pin("wb_dat_i[28]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003145 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.240738, -0.282782, -0.332634, -0.402687, -0.482839",\
|
|
"-0.203736, -0.245779, -0.295632, -0.365685, -0.445837",\
|
|
"-0.180437, -0.222481, -0.272333, -0.342386, -0.422538",\
|
|
"-0.155362, -0.197406, -0.247258, -0.317311, -0.397463",\
|
|
"-0.138963, -0.181007, -0.230859, -0.300912, -0.381064");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.190281, 0.148237, 0.098385, 0.028332, -0.051820",\
|
|
"0.243285, 0.201241, 0.151389, 0.081335, 0.001183",\
|
|
"0.299142, 0.257098, 0.207246, 0.137192, 0.057040",\
|
|
"0.386097, 0.344054, 0.294201, 0.224148, 0.143996",\
|
|
"0.526140, 0.484096, 0.434244, 0.364191, 0.284038");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.264105, 0.306149, 0.356001, 0.426055, 0.506207",\
|
|
"0.227103, 0.269147, 0.318999, 0.389052, 0.469204",\
|
|
"0.203804, 0.245848, 0.295700, 0.365753, 0.445906",\
|
|
"0.178729, 0.220773, 0.270625, 0.340678, 0.420830",\
|
|
"0.162330, 0.204374, 0.254226, 0.324280, 0.404432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.121613, -0.079569, -0.029717, 0.040336, 0.120488",\
|
|
"-0.174617, -0.132573, -0.082721, -0.012667, 0.067485",\
|
|
"-0.230474, -0.188430, -0.138578, -0.068525, 0.011628",\
|
|
"-0.317430, -0.275386, -0.225534, -0.155480, -0.075328",\
|
|
"-0.457472, -0.415428, -0.365576, -0.295523, -0.215371");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[28] */
|
|
|
|
pin("wb_dat_i[27]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002854 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.256571, -0.298615, -0.348467, -0.418520, -0.498672",\
|
|
"-0.219472, -0.261516, -0.311368, -0.381422, -0.461574",\
|
|
"-0.196311, -0.238355, -0.288207, -0.358260, -0.438412",\
|
|
"-0.171214, -0.213258, -0.263110, -0.333164, -0.413316",\
|
|
"-0.155375, -0.197419, -0.247271, -0.317324, -0.397476");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.171464, 0.129420, 0.079568, 0.009514, -0.070638",\
|
|
"0.224553, 0.182510, 0.132657, 0.062604, -0.017548",\
|
|
"0.280536, 0.238492, 0.188640, 0.118587, 0.038435",\
|
|
"0.367792, 0.325748, 0.275896, 0.205843, 0.125690",\
|
|
"0.508881, 0.466837, 0.416985, 0.346931, 0.266779");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.279914, 0.321957, 0.371810, 0.441863, 0.522015",\
|
|
"0.242815, 0.284859, 0.334711, 0.404764, 0.484917",\
|
|
"0.219654, 0.261698, 0.311550, 0.381603, 0.461755",\
|
|
"0.194557, 0.236601, 0.286453, 0.356507, 0.436659",\
|
|
"0.178718, 0.220762, 0.270614, 0.340667, 0.420819");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.102821, -0.060777, -0.010925, 0.059128, 0.139281",\
|
|
"-0.155911, -0.113867, -0.064015, 0.006039, 0.086191",\
|
|
"-0.211894, -0.169850, -0.119998, -0.049944, 0.030208",\
|
|
"-0.299149, -0.257105, -0.207253, -0.137200, -0.057048",\
|
|
"-0.440238, -0.398194, -0.348342, -0.278289, -0.198137");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[27] */
|
|
|
|
pin("wb_dat_i[26]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002996 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.246733, -0.288777, -0.338629, -0.408683, -0.488835",\
|
|
"-0.209534, -0.251578, -0.301430, -0.371483, -0.451635",\
|
|
"-0.186552, -0.228596, -0.278448, -0.348502, -0.428654",\
|
|
"-0.161391, -0.203435, -0.253287, -0.323340, -0.403492",\
|
|
"-0.146024, -0.188068, -0.237920, -0.307973, -0.388125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.122406, 0.080363, 0.030510, -0.039543, -0.119695",\
|
|
"0.175518, 0.133474, 0.083622, 0.013568, -0.066584",\
|
|
"0.231419, 0.189375, 0.139523, 0.069469, -0.010683",\
|
|
"0.318607, 0.276563, 0.226711, 0.156658, 0.076505",\
|
|
"0.459845, 0.417801, 0.367949, 0.297896, 0.217744");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.270796, 0.312839, 0.362692, 0.432745, 0.512897",\
|
|
"0.233596, 0.275640, 0.325492, 0.395545, 0.475698",\
|
|
"0.210614, 0.252658, 0.302510, 0.372564, 0.452716",\
|
|
"0.185453, 0.227497, 0.277349, 0.347402, 0.427554",\
|
|
"0.170086, 0.212130, 0.261982, 0.332035, 0.412187");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.053664, -0.011620, 0.038232, 0.108285, 0.188438",\
|
|
"-0.106775, -0.064731, -0.014879, 0.055174, 0.135326",\
|
|
"-0.162676, -0.120632, -0.070780, -0.000727, 0.079425",\
|
|
"-0.249865, -0.207821, -0.157969, -0.087915, -0.007763",\
|
|
"-0.391103, -0.349059, -0.299207, -0.229153, -0.149001");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[26] */
|
|
|
|
pin("wb_dat_i[25]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002948 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.297815, -0.339859, -0.389711, -0.459764, -0.539917",\
|
|
"-0.260646, -0.302690, -0.352542, -0.422596, -0.502748",\
|
|
"-0.237618, -0.279662, -0.329514, -0.399568, -0.479720",\
|
|
"-0.212494, -0.254538, -0.304390, -0.374444, -0.454596",\
|
|
"-0.196964, -0.239008, -0.288860, -0.358914, -0.439066");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.068794, 0.026750, -0.023102, -0.093156, -0.173308",\
|
|
"0.121898, 0.079855, 0.030002, -0.040051, -0.120203",\
|
|
"0.177806, 0.135762, 0.085910, 0.015857, -0.064295",\
|
|
"0.264980, 0.222936, 0.173084, 0.103031, 0.022879",\
|
|
"0.406101, 0.364057, 0.314205, 0.244152, 0.163999");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.321148, 0.363192, 0.413044, 0.483097, 0.563250",\
|
|
"0.283979, 0.326023, 0.375875, 0.445929, 0.526081",\
|
|
"0.260951, 0.302995, 0.352847, 0.422901, 0.503053",\
|
|
"0.235827, 0.277871, 0.327723, 0.397777, 0.477929",\
|
|
"0.220297, 0.262341, 0.312193, 0.382247, 0.462399");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.000168, 0.041876, 0.091728, 0.161782, 0.241934",\
|
|
"-0.053272, -0.011228, 0.038624, 0.108677, 0.188829",\
|
|
"-0.109180, -0.067136, -0.017284, 0.052769, 0.132922",\
|
|
"-0.196354, -0.154310, -0.104458, -0.034405, 0.045748",\
|
|
"-0.337475, -0.295431, -0.245579, -0.175525, -0.095373");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[25] */
|
|
|
|
pin("wb_dat_i[24]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002838 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.293020, -0.335064, -0.384916, -0.454970, -0.535122",\
|
|
"-0.255898, -0.297942, -0.347794, -0.417848, -0.498000",\
|
|
"-0.232801, -0.274845, -0.324697, -0.394750, -0.474902",\
|
|
"-0.207736, -0.249780, -0.299632, -0.369686, -0.449838",\
|
|
"-0.191968, -0.234012, -0.283864, -0.353917, -0.434070");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.086507, 0.044463, -0.005389, -0.075442, -0.155594",\
|
|
"0.139602, 0.097558, 0.047706, -0.022347, -0.102499",\
|
|
"0.195519, 0.153475, 0.103623, 0.033570, -0.046582",\
|
|
"0.282669, 0.240625, 0.190773, 0.120719, 0.040567",\
|
|
"0.423606, 0.381562, 0.331710, 0.261657, 0.181505");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.317030, 0.359074, 0.408926, 0.478980, 0.559132",\
|
|
"0.279908, 0.321952, 0.371804, 0.441858, 0.522010",\
|
|
"0.256811, 0.298855, 0.348707, 0.418760, 0.498912",\
|
|
"0.231746, 0.273790, 0.323642, 0.393696, 0.473848",\
|
|
"0.215978, 0.258022, 0.307874, 0.377927, 0.458080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.017819, 0.024225, 0.074077, 0.144130, 0.224283",\
|
|
"-0.070914, -0.028870, 0.020982, 0.091035, 0.171188",\
|
|
"-0.126831, -0.084787, -0.034935, 0.035118, 0.115271",\
|
|
"-0.213980, -0.171936, -0.122084, -0.052031, 0.028121",\
|
|
"-0.354918, -0.312874, -0.263022, -0.192969, -0.112816");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[24] */
|
|
|
|
pin("wb_dat_i[23]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002980 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.398729, -0.440773, -0.490625, -0.560678, -0.640830",\
|
|
"-0.361964, -0.404007, -0.453860, -0.523913, -0.604065",\
|
|
"-0.338353, -0.380397, -0.430249, -0.500303, -0.580455",\
|
|
"-0.312696, -0.354740, -0.404592, -0.474646, -0.554798",\
|
|
"-0.296999, -0.339043, -0.388895, -0.458948, -0.539100");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.003994, -0.038050, -0.087902, -0.157955, -0.238107",\
|
|
"0.056623, 0.014579, -0.035273, -0.105326, -0.185478",\
|
|
"0.111504, 0.069460, 0.019608, -0.050446, -0.130598",\
|
|
"0.196861, 0.154817, 0.104965, 0.034912, -0.045240",\
|
|
"0.332109, 0.290066, 0.240213, 0.170160, 0.090008");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.422079, 0.464123, 0.513975, 0.584028, 0.664180",\
|
|
"0.385314, 0.427358, 0.477210, 0.547263, 0.627415",\
|
|
"0.361704, 0.403748, 0.453600, 0.523653, 0.603805",\
|
|
"0.336046, 0.378090, 0.427942, 0.497996, 0.578148",\
|
|
"0.320349, 0.362393, 0.412245, 0.482298, 0.562450");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.064656, 0.106700, 0.156552, 0.226606, 0.306758",\
|
|
"0.012027, 0.054071, 0.103923, 0.173977, 0.254129",\
|
|
"-0.042853, -0.000809, 0.049043, 0.119096, 0.199248",\
|
|
"-0.128211, -0.086167, -0.036315, 0.033738, 0.113891",\
|
|
"-0.263459, -0.221415, -0.171563, -0.101510, -0.021357");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[23] */
|
|
|
|
pin("wb_dat_i[22]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002640 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.413765, -0.455809, -0.505661, -0.575714, -0.655866",\
|
|
"-0.377007, -0.419051, -0.468903, -0.538957, -0.619109",\
|
|
"-0.353383, -0.395427, -0.445279, -0.515333, -0.595485",\
|
|
"-0.327699, -0.369743, -0.419595, -0.489649, -0.569801",\
|
|
"-0.312026, -0.354070, -0.403922, -0.473976, -0.554128");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.010094, -0.052137, -0.101990, -0.172043, -0.252195",\
|
|
"0.042522, 0.000478, -0.049374, -0.119427, -0.199579",\
|
|
"0.097371, 0.055327, 0.005475, -0.064579, -0.144731",\
|
|
"0.182675, 0.140631, 0.090779, 0.020726, -0.059426",\
|
|
"0.317740, 0.275696, 0.225844, 0.155790, 0.075638");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.437119, 0.479163, 0.529015, 0.599068, 0.679220",\
|
|
"0.400362, 0.442405, 0.492258, 0.562311, 0.642463",\
|
|
"0.376737, 0.418781, 0.468633, 0.538687, 0.618839",\
|
|
"0.351054, 0.393097, 0.442950, 0.513003, 0.593155",\
|
|
"0.335380, 0.377424, 0.427276, 0.497330, 0.577482");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.078749, 0.120793, 0.170645, 0.240699, 0.320851",\
|
|
"0.026133, 0.068177, 0.118029, 0.188083, 0.268235",\
|
|
"-0.028715, 0.013329, 0.063181, 0.133234, 0.213387",\
|
|
"-0.114020, -0.071976, -0.022124, 0.047930, 0.128082",\
|
|
"-0.249084, -0.207040, -0.157188, -0.087135, -0.006982");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[22] */
|
|
|
|
pin("wb_dat_i[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002764 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.387443, -0.429487, -0.479339, -0.549392, -0.629544",\
|
|
"-0.350646, -0.392690, -0.442542, -0.512596, -0.592748",\
|
|
"-0.327074, -0.369118, -0.418970, -0.489023, -0.569175",\
|
|
"-0.301487, -0.343531, -0.393383, -0.463436, -0.543589",\
|
|
"-0.285694, -0.327738, -0.377590, -0.447643, -0.527795");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.013809, -0.028235, -0.078087, -0.148140, -0.228292",\
|
|
"0.066487, 0.024443, -0.025409, -0.095463, -0.175615",\
|
|
"0.121479, 0.079435, 0.029583, -0.040470, -0.120622",\
|
|
"0.207025, 0.164981, 0.115129, 0.045075, -0.035077",\
|
|
"0.342833, 0.300789, 0.250937, 0.180884, 0.100732");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.410854, 0.452898, 0.502750, 0.572803, 0.652956",\
|
|
"0.374058, 0.416101, 0.465953, 0.536007, 0.616159",\
|
|
"0.350485, 0.392529, 0.442381, 0.512434, 0.592587",\
|
|
"0.324898, 0.366942, 0.416794, 0.486848, 0.567000",\
|
|
"0.309105, 0.351149, 0.401001, 0.471054, 0.551206");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.054912, 0.096956, 0.146808, 0.216861, 0.297014",\
|
|
"0.002234, 0.044278, 0.094130, 0.164184, 0.244336",\
|
|
"-0.052758, -0.010714, 0.039138, 0.109191, 0.189344",\
|
|
"-0.138303, -0.096259, -0.046407, 0.023646, 0.103798",\
|
|
"-0.274112, -0.232068, -0.182216, -0.112163, -0.032010");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[21] */
|
|
|
|
pin("wb_dat_i[20]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002837 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.388816, -0.430860, -0.480712, -0.550765, -0.630917",\
|
|
"-0.352174, -0.394218, -0.444070, -0.514123, -0.594275",\
|
|
"-0.328433, -0.370476, -0.420328, -0.490382, -0.570534",\
|
|
"-0.302661, -0.344705, -0.394557, -0.464610, -0.544763",\
|
|
"-0.288189, -0.330233, -0.380085, -0.450138, -0.530290");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.016037, -0.026007, -0.075859, -0.145912, -0.226064",\
|
|
"0.068520, 0.026476, -0.023376, -0.093430, -0.173582",\
|
|
"0.122752, 0.080709, 0.030856, -0.039197, -0.119349",\
|
|
"0.206721, 0.164678, 0.114825, 0.044772, -0.035380",\
|
|
"0.339397, 0.297353, 0.247501, 0.177448, 0.097296");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.412184, 0.454228, 0.504080, 0.574133, 0.654285",\
|
|
"0.375542, 0.417586, 0.467438, 0.537491, 0.617643",\
|
|
"0.351801, 0.393845, 0.443697, 0.513750, 0.593902",\
|
|
"0.326029, 0.368073, 0.417925, 0.487978, 0.568131",\
|
|
"0.311557, 0.353601, 0.403453, 0.473506, 0.553658");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.052631, 0.094675, 0.144527, 0.214580, 0.294732",\
|
|
"0.000148, 0.042192, 0.092044, 0.162097, 0.242250",\
|
|
"-0.054085, -0.012041, 0.037811, 0.107865, 0.188017",\
|
|
"-0.138054, -0.096010, -0.046158, 0.023896, 0.104048",\
|
|
"-0.270729, -0.228685, -0.178833, -0.108780, -0.028628");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[20] */
|
|
|
|
pin("wb_dat_i[19]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003338 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.396042, -0.438086, -0.487938, -0.557991, -0.638143",\
|
|
"-0.359254, -0.401298, -0.451150, -0.521203, -0.601355",\
|
|
"-0.335676, -0.377719, -0.427572, -0.497625, -0.577777",\
|
|
"-0.310078, -0.352122, -0.401974, -0.472028, -0.552180",\
|
|
"-0.294299, -0.336343, -0.386195, -0.456248, -0.536401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.004933, -0.037111, -0.086963, -0.157017, -0.237169",\
|
|
"0.057599, 0.015555, -0.034297, -0.104350, -0.184503",\
|
|
"0.112574, 0.070530, 0.020678, -0.049375, -0.129527",\
|
|
"0.198090, 0.156046, 0.106194, 0.036141, -0.044012",\
|
|
"0.333815, 0.291771, 0.241919, 0.171865, 0.091713");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.419385, 0.461429, 0.511281, 0.581334, 0.661487",\
|
|
"0.382597, 0.424641, 0.474493, 0.544546, 0.624698",\
|
|
"0.359019, 0.401063, 0.450915, 0.520968, 0.601120",\
|
|
"0.333422, 0.375466, 0.425318, 0.495371, 0.575523",\
|
|
"0.317642, 0.359686, 0.409538, 0.479592, 0.559744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.063710, 0.105754, 0.155606, 0.225659, 0.305811",\
|
|
"0.011044, 0.053088, 0.102940, 0.172993, 0.253145",\
|
|
"-0.043931, -0.001888, 0.047965, 0.118018, 0.198170",\
|
|
"-0.129447, -0.087403, -0.037551, 0.032502, 0.112654",\
|
|
"-0.265172, -0.223128, -0.173276, -0.103223, -0.023071");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[19] */
|
|
|
|
pin("wb_dat_i[18]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003339 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.229400, -0.271444, -0.321296, -0.391349, -0.471502",\
|
|
"-0.192618, -0.234662, -0.284514, -0.354567, -0.434720",\
|
|
"-0.169052, -0.211096, -0.260948, -0.331002, -0.411154",\
|
|
"-0.143483, -0.185527, -0.235379, -0.305432, -0.385584",\
|
|
"-0.127823, -0.169867, -0.219719, -0.289773, -0.369925");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.219817, 0.177773, 0.127921, 0.057867, -0.022285",\
|
|
"0.272475, 0.230432, 0.180579, 0.110526, 0.030374",\
|
|
"0.327584, 0.285540, 0.235688, 0.165635, 0.085483",\
|
|
"0.413333, 0.371289, 0.321437, 0.251384, 0.171232",\
|
|
"0.549300, 0.507256, 0.457404, 0.387350, 0.307198");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.253461, 0.295505, 0.345357, 0.415411, 0.495563",\
|
|
"0.216679, 0.258723, 0.308575, 0.378629, 0.458781",\
|
|
"0.193114, 0.235158, 0.285010, 0.355063, 0.435215",\
|
|
"0.167544, 0.209588, 0.259440, 0.329493, 0.409646",\
|
|
"0.151884, 0.193928, 0.243780, 0.313834, 0.393986");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.151074, -0.109030, -0.059178, 0.010875, 0.091027",\
|
|
"-0.203733, -0.161689, -0.111837, -0.041784, 0.038369",\
|
|
"-0.258842, -0.216798, -0.166946, -0.096893, -0.016740",\
|
|
"-0.344591, -0.302547, -0.252695, -0.182642, -0.102489",\
|
|
"-0.480557, -0.438514, -0.388661, -0.318608, -0.238456");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[18] */
|
|
|
|
pin("wb_dat_i[17]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003831 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.266199, -0.308243, -0.358095, -0.428149, -0.508301",\
|
|
"-0.229363, -0.271407, -0.321259, -0.391312, -0.471464",\
|
|
"-0.205871, -0.247915, -0.297767, -0.367821, -0.447973",\
|
|
"-0.180439, -0.222483, -0.272335, -0.342388, -0.422540",\
|
|
"-0.164573, -0.206617, -0.256469, -0.326523, -0.406675");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.174295, 0.132251, 0.082399, 0.012346, -0.067807",\
|
|
"0.227041, 0.184997, 0.135145, 0.065092, -0.015061",\
|
|
"0.282370, 0.240326, 0.190474, 0.120420, 0.040268",\
|
|
"0.368487, 0.326443, 0.276591, 0.206538, 0.126385",\
|
|
"0.505543, 0.463499, 0.413647, 0.343594, 0.263441");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.289532, 0.331575, 0.381428, 0.451481, 0.531633",\
|
|
"0.252695, 0.294739, 0.344591, 0.414644, 0.494797",\
|
|
"0.229204, 0.271248, 0.321100, 0.391153, 0.471305",\
|
|
"0.203771, 0.245815, 0.295667, 0.365721, 0.445873",\
|
|
"0.187906, 0.229950, 0.279802, 0.349855, 0.430007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.105669, -0.063625, -0.013773, 0.056281, 0.136433",\
|
|
"-0.158415, -0.116371, -0.066519, 0.003534, 0.083687",\
|
|
"-0.213744, -0.171700, -0.121848, -0.051794, 0.028358",\
|
|
"-0.299861, -0.257817, -0.207965, -0.137911, -0.057759",\
|
|
"-0.436917, -0.394873, -0.345021, -0.274967, -0.194815");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[17] */
|
|
|
|
pin("wb_dat_i[16]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003196 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.231638, -0.273682, -0.323534, -0.393588, -0.473740",\
|
|
"-0.194680, -0.236724, -0.286576, -0.356629, -0.436781",\
|
|
"-0.171326, -0.213370, -0.263222, -0.333275, -0.413428",\
|
|
"-0.146148, -0.188192, -0.238044, -0.308098, -0.388250",\
|
|
"-0.129903, -0.171946, -0.221799, -0.291852, -0.372004");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.209475, 0.167431, 0.117579, 0.047526, -0.032627",\
|
|
"0.262409, 0.220365, 0.170513, 0.100460, 0.020307",\
|
|
"0.318144, 0.276100, 0.226248, 0.156195, 0.076042",\
|
|
"0.404829, 0.362786, 0.312933, 0.242880, 0.162728",\
|
|
"0.544016, 0.501972, 0.452120, 0.382066, 0.301914");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.255648, 0.297692, 0.347544, 0.417597, 0.497749",\
|
|
"0.218689, 0.260733, 0.310585, 0.380639, 0.460791",\
|
|
"0.195335, 0.237379, 0.287231, 0.357285, 0.437437",\
|
|
"0.170158, 0.212202, 0.262054, 0.332107, 0.412259",\
|
|
"0.153912, 0.195956, 0.245808, 0.315861, 0.396013");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.140787, -0.098743, -0.048891, 0.021163, 0.101315",\
|
|
"-0.193721, -0.151677, -0.101825, -0.031771, 0.048381",\
|
|
"-0.249456, -0.207412, -0.157560, -0.087506, -0.007354",\
|
|
"-0.336141, -0.294097, -0.244245, -0.174192, -0.094040",\
|
|
"-0.475327, -0.433283, -0.383431, -0.313378, -0.233226");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[16] */
|
|
|
|
pin("wb_dat_i[15]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004029 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.307591, -0.349635, -0.399487, -0.469540, -0.549692",\
|
|
"-0.270747, -0.312791, -0.362643, -0.432696, -0.512849",\
|
|
"-0.247199, -0.289243, -0.339095, -0.409148, -0.489300",\
|
|
"-0.221649, -0.263693, -0.313545, -0.383599, -0.463751",\
|
|
"-0.205380, -0.247424, -0.297276, -0.367330, -0.447482");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.103369, 0.061325, 0.011473, -0.058580, -0.138733",\
|
|
"0.156126, 0.114082, 0.064230, -0.005824, -0.085976",\
|
|
"0.210896, 0.168852, 0.119000, 0.048947, -0.031205",\
|
|
"0.296061, 0.254017, 0.204165, 0.134111, 0.053959",\
|
|
"0.432760, 0.390716, 0.340864, 0.270810, 0.190658");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.330941, 0.372984, 0.422837, 0.492890, 0.573042",\
|
|
"0.294097, 0.336141, 0.385993, 0.456046, 0.536198",\
|
|
"0.270548, 0.312592, 0.362444, 0.432498, 0.512650",\
|
|
"0.244999, 0.287043, 0.336895, 0.406948, 0.487101",\
|
|
"0.228730, 0.270774, 0.320626, 0.390679, 0.470832");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.034718, 0.007326, 0.057178, 0.127231, 0.207383",\
|
|
"-0.087475, -0.045431, 0.004421, 0.074474, 0.154626",\
|
|
"-0.142246, -0.100202, -0.050350, 0.019704, 0.099856",\
|
|
"-0.227410, -0.185366, -0.135514, -0.065461, 0.014691",\
|
|
"-0.364109, -0.322065, -0.272213, -0.202160, -0.122008");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[15] */
|
|
|
|
pin("wb_dat_i[14]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003827 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.313102, -0.355146, -0.404998, -0.475052, -0.555204",\
|
|
"-0.276252, -0.318296, -0.368148, -0.438201, -0.518353",\
|
|
"-0.252717, -0.294761, -0.344613, -0.414667, -0.494819",\
|
|
"-0.227195, -0.269239, -0.319091, -0.389144, -0.469296",\
|
|
"-0.210900, -0.252944, -0.302796, -0.372849, -0.453001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.095547, 0.053503, 0.003651, -0.066402, -0.146555",\
|
|
"0.148316, 0.106272, 0.056420, -0.013633, -0.093786",\
|
|
"0.203116, 0.161072, 0.111220, 0.041167, -0.038986",\
|
|
"0.288380, 0.246336, 0.196484, 0.126431, 0.046279",\
|
|
"0.425288, 0.383245, 0.333393, 0.263339, 0.183187");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.336457, 0.378500, 0.428353, 0.498406, 0.578558",\
|
|
"0.299606, 0.341650, 0.391502, 0.461555, 0.541707",\
|
|
"0.276071, 0.318115, 0.367967, 0.438021, 0.518173",\
|
|
"0.250549, 0.292593, 0.342445, 0.412498, 0.492650",\
|
|
"0.234254, 0.276298, 0.326150, 0.396203, 0.476356");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.026891, 0.015153, 0.065005, 0.135058, 0.215210",\
|
|
"-0.079660, -0.037616, 0.012236, 0.082289, 0.162441",\
|
|
"-0.134460, -0.092416, -0.042564, 0.027489, 0.107641",\
|
|
"-0.219725, -0.177681, -0.127829, -0.057775, 0.022377",\
|
|
"-0.356633, -0.314589, -0.264737, -0.194684, -0.114531");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[14] */
|
|
|
|
pin("wb_dat_i[13]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003340 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.306198, -0.348242, -0.398094, -0.468147, -0.548299",\
|
|
"-0.269388, -0.311432, -0.361284, -0.431337, -0.511489",\
|
|
"-0.245786, -0.287830, -0.337682, -0.407735, -0.487888",\
|
|
"-0.220134, -0.262178, -0.312030, -0.382084, -0.462236",\
|
|
"-0.203968, -0.246012, -0.295864, -0.365918, -0.446070");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.108161, 0.066117, 0.016265, -0.053788, -0.133941",\
|
|
"0.160863, 0.118819, 0.068967, -0.001086, -0.081238",\
|
|
"0.215471, 0.173427, 0.123575, 0.053522, -0.026630",\
|
|
"0.300341, 0.258297, 0.208445, 0.138392, 0.058239",\
|
|
"0.436146, 0.394102, 0.344250, 0.274197, 0.194044");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.329608, 0.371652, 0.421504, 0.491558, 0.571710",\
|
|
"0.292798, 0.334842, 0.384694, 0.454748, 0.534900",\
|
|
"0.269197, 0.311241, 0.361093, 0.431146, 0.511298",\
|
|
"0.243545, 0.285589, 0.335441, 0.405494, 0.485647",\
|
|
"0.227379, 0.269423, 0.319275, 0.389328, 0.469480");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.039440, 0.002604, 0.052456, 0.122510, 0.202662",\
|
|
"-0.092142, -0.050098, -0.000246, 0.069807, 0.149960",\
|
|
"-0.146750, -0.104706, -0.054854, 0.015199, 0.095351",\
|
|
"-0.231620, -0.189576, -0.139724, -0.069670, 0.010482",\
|
|
"-0.367425, -0.325381, -0.275529, -0.205476, -0.125323");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[13] */
|
|
|
|
pin("wb_dat_i[12]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003911 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.293772, -0.335816, -0.385668, -0.455721, -0.535873",\
|
|
"-0.257005, -0.299049, -0.348901, -0.418955, -0.499107",\
|
|
"-0.233350, -0.275394, -0.325246, -0.395299, -0.475452",\
|
|
"-0.207595, -0.249638, -0.299491, -0.369544, -0.449696",\
|
|
"-0.191533, -0.233577, -0.283429, -0.353482, -0.433634");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.119836, 0.077792, 0.027940, -0.042114, -0.122266",\
|
|
"0.172471, 0.130427, 0.080575, 0.010522, -0.069630",\
|
|
"0.226918, 0.184874, 0.135022, 0.064969, -0.015183",\
|
|
"0.311522, 0.269478, 0.219626, 0.149573, 0.069421",\
|
|
"0.446387, 0.404343, 0.354491, 0.284437, 0.204285");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.317139, 0.359183, 0.409035, 0.479089, 0.559241",\
|
|
"0.280373, 0.322417, 0.372269, 0.442322, 0.522474",\
|
|
"0.256717, 0.298761, 0.348613, 0.418667, 0.498819",\
|
|
"0.230962, 0.273006, 0.322858, 0.392911, 0.473063",\
|
|
"0.214900, 0.256944, 0.306796, 0.376849, 0.457001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.051168, -0.009124, 0.040728, 0.110781, 0.190934",\
|
|
"-0.103804, -0.061760, -0.011908, 0.058146, 0.138298",\
|
|
"-0.158250, -0.116206, -0.066354, 0.003699, 0.083851",\
|
|
"-0.242854, -0.200810, -0.150958, -0.080905, -0.000753",\
|
|
"-0.377719, -0.335675, -0.285823, -0.215769, -0.135617");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[12] */
|
|
|
|
pin("wb_dat_i[11]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003290 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.310037, -0.352081, -0.401933, -0.471986, -0.552139",\
|
|
"-0.273165, -0.315208, -0.365061, -0.435114, -0.515266",\
|
|
"-0.249654, -0.291697, -0.341550, -0.411603, -0.491755",\
|
|
"-0.224176, -0.266220, -0.316072, -0.386125, -0.466278",\
|
|
"-0.207834, -0.249878, -0.299730, -0.369784, -0.449936");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.100067, 0.058023, 0.008171, -0.061882, -0.142035",\
|
|
"0.152869, 0.110825, 0.060973, -0.009080, -0.089233",\
|
|
"0.207763, 0.165719, 0.115867, 0.045814, -0.034339",\
|
|
"0.293257, 0.251213, 0.201361, 0.131308, 0.051155",\
|
|
"0.430458, 0.388414, 0.338562, 0.268509, 0.188356");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.333380, 0.375424, 0.425276, 0.495329, 0.575482",\
|
|
"0.296507, 0.338551, 0.388403, 0.458457, 0.538609",\
|
|
"0.272996, 0.315040, 0.364892, 0.434946, 0.515098",\
|
|
"0.247519, 0.289563, 0.339415, 0.409468, 0.489621",\
|
|
"0.231177, 0.273221, 0.323073, 0.393127, 0.473279");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.031424, 0.010620, 0.060472, 0.130525, 0.210677",\
|
|
"-0.084226, -0.042182, 0.007670, 0.077723, 0.157875",\
|
|
"-0.139120, -0.097076, -0.047224, 0.022829, 0.102981",\
|
|
"-0.224614, -0.182570, -0.132718, -0.062665, 0.017487",\
|
|
"-0.361815, -0.319771, -0.269919, -0.199866, -0.119714");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[11] */
|
|
|
|
pin("wb_dat_i[10]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003712 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.310841, -0.352885, -0.402737, -0.472790, -0.552943",\
|
|
"-0.273941, -0.315985, -0.365837, -0.435891, -0.516043",\
|
|
"-0.250446, -0.292490, -0.342342, -0.412396, -0.492548",\
|
|
"-0.225000, -0.267043, -0.316896, -0.386949, -0.467101",\
|
|
"-0.208463, -0.250507, -0.300359, -0.370412, -0.450565");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.039582, -0.002462, -0.052314, -0.122368, -0.202520",\
|
|
"0.092424, 0.050380, 0.000528, -0.069525, -0.149678",\
|
|
"0.147351, 0.105308, 0.055455, -0.014598, -0.094750",\
|
|
"0.232926, 0.190882, 0.141030, 0.070977, -0.009175",\
|
|
"0.370059, 0.328015, 0.278163, 0.208110, 0.127957");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.334903, 0.376947, 0.426799, 0.496852, 0.577004",\
|
|
"0.298003, 0.340047, 0.389899, 0.459952, 0.540105",\
|
|
"0.274508, 0.316552, 0.366404, 0.436457, 0.516610",\
|
|
"0.249061, 0.291105, 0.340957, 0.411011, 0.491163",\
|
|
"0.232525, 0.274569, 0.324421, 0.394474, 0.474626");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.029161, 0.071205, 0.121057, 0.191110, 0.271262",\
|
|
"-0.023681, 0.018363, 0.068215, 0.138268, 0.218420",\
|
|
"-0.078609, -0.036565, 0.013287, 0.083340, 0.163493",\
|
|
"-0.164184, -0.122140, -0.072288, -0.002235, 0.077918",\
|
|
"-0.301317, -0.259273, -0.209421, -0.139367, -0.059215");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[10] */
|
|
|
|
pin("wb_dat_i[9]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.307541, -0.349585, -0.399437, -0.469490, -0.549642",\
|
|
"-0.270864, -0.312908, -0.362760, -0.432813, -0.512965",\
|
|
"-0.247078, -0.289122, -0.338974, -0.409027, -0.489179",\
|
|
"-0.221122, -0.263165, -0.313018, -0.383071, -0.463223",\
|
|
"-0.205496, -0.247540, -0.297392, -0.367445, -0.447598");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.111611, 0.069567, 0.019715, -0.050338, -0.130490",\
|
|
"0.164119, 0.122075, 0.072223, 0.002169, -0.077983",\
|
|
"0.218083, 0.176039, 0.126187, 0.056134, -0.024018",\
|
|
"0.301737, 0.259693, 0.209841, 0.139788, 0.059636",\
|
|
"0.434230, 0.392186, 0.342334, 0.272281, 0.192129");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.330873, 0.372917, 0.422769, 0.492822, 0.572975",\
|
|
"0.294196, 0.336240, 0.386092, 0.456145, 0.536298",\
|
|
"0.270410, 0.312454, 0.362306, 0.432359, 0.512512",\
|
|
"0.244454, 0.286498, 0.336350, 0.406403, 0.486555",\
|
|
"0.228828, 0.270872, 0.320724, 0.390778, 0.470930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.042985, -0.000941, 0.048911, 0.118964, 0.199116",\
|
|
"-0.095493, -0.053449, -0.003597, 0.066457, 0.146609",\
|
|
"-0.149457, -0.107413, -0.057561, 0.012492, 0.092644",\
|
|
"-0.233111, -0.191067, -0.141215, -0.071162, 0.008991",\
|
|
"-0.365604, -0.323560, -0.273708, -0.203655, -0.123503");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[9] */
|
|
|
|
pin("wb_dat_i[8]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003225 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.356499, -0.398543, -0.448395, -0.518449, -0.598601",\
|
|
"-0.319688, -0.361732, -0.411584, -0.481637, -0.561789",\
|
|
"-0.296066, -0.338110, -0.387962, -0.458015, -0.538167",\
|
|
"-0.270370, -0.312414, -0.362266, -0.432319, -0.512471",\
|
|
"-0.254029, -0.296073, -0.345925, -0.415979, -0.496131");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.005144, -0.036900, -0.086752, -0.156805, -0.236957",\
|
|
"0.057849, 0.015805, -0.034047, -0.104101, -0.184253",\
|
|
"0.112457, 0.070413, 0.020561, -0.049492, -0.129645",\
|
|
"0.197326, 0.155282, 0.105430, 0.035377, -0.044776",\
|
|
"0.332693, 0.290649, 0.240797, 0.170744, 0.090592");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.380509, 0.422553, 0.472405, 0.542458, 0.622611",\
|
|
"0.343697, 0.385741, 0.435593, 0.505647, 0.585799",\
|
|
"0.320075, 0.362119, 0.411971, 0.482024, 0.562177",\
|
|
"0.294379, 0.336423, 0.386275, 0.456329, 0.536481",\
|
|
"0.278039, 0.320083, 0.369935, 0.439988, 0.520141");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.063544, 0.105588, 0.155440, 0.225493, 0.305646",\
|
|
"0.010840, 0.052884, 0.102736, 0.172789, 0.252941",\
|
|
"-0.043769, -0.001725, 0.048127, 0.118181, 0.198333",\
|
|
"-0.128638, -0.086594, -0.036742, 0.033312, 0.113464",\
|
|
"-0.264005, -0.221961, -0.172109, -0.102056, -0.021903");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[8] */
|
|
|
|
pin("wb_dat_i[7]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003095 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.340326, -0.382370, -0.432222, -0.502275, -0.582427",\
|
|
"-0.303196, -0.345240, -0.395092, -0.465145, -0.545297",\
|
|
"-0.280103, -0.322147, -0.371999, -0.442053, -0.522205",\
|
|
"-0.255006, -0.297050, -0.346902, -0.416955, -0.497107",\
|
|
"-0.239209, -0.281252, -0.331105, -0.401158, -0.481310");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.010593, -0.052637, -0.102489, -0.172542, -0.252694",\
|
|
"0.042503, 0.000459, -0.049393, -0.119447, -0.199599",\
|
|
"0.098241, 0.056197, 0.006345, -0.063708, -0.143860",\
|
|
"0.185049, 0.143005, 0.093153, 0.023100, -0.057052",\
|
|
"0.325321, 0.283277, 0.233425, 0.163371, 0.083219");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.363676, 0.405719, 0.455572, 0.525625, 0.605777",\
|
|
"0.326546, 0.368590, 0.418442, 0.488495, 0.568647",\
|
|
"0.303453, 0.345497, 0.395349, 0.465402, 0.545555",\
|
|
"0.278356, 0.320400, 0.370252, 0.440305, 0.520457",\
|
|
"0.262558, 0.304602, 0.354454, 0.424508, 0.504660");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.079243, 0.121287, 0.171139, 0.241193, 0.321345",\
|
|
"0.026148, 0.068192, 0.118044, 0.188097, 0.268250",\
|
|
"-0.029591, 0.012453, 0.062305, 0.132359, 0.212511",\
|
|
"-0.116399, -0.074355, -0.024503, 0.045551, 0.125703",\
|
|
"-0.256670, -0.214626, -0.164774, -0.094721, -0.014569");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[7] */
|
|
|
|
pin("wb_dat_i[6]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003377 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.350462, -0.392506, -0.442358, -0.512411, -0.592563",\
|
|
"-0.313319, -0.355363, -0.405215, -0.475269, -0.555421",\
|
|
"-0.290250, -0.332294, -0.382146, -0.452199, -0.532351",\
|
|
"-0.265139, -0.307182, -0.357035, -0.427088, -0.507240",\
|
|
"-0.249430, -0.291474, -0.341326, -0.411379, -0.491531");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.021836, -0.063880, -0.113732, -0.183785, -0.263938",\
|
|
"0.031260, -0.010784, -0.060636, -0.130690, -0.210842",\
|
|
"0.087000, 0.044956, -0.004896, -0.074950, -0.155102",\
|
|
"0.173818, 0.131774, 0.081922, 0.011869, -0.068283",\
|
|
"0.314151, 0.272107, 0.222255, 0.152201, 0.072049");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.373816, 0.415860, 0.465712, 0.535765, 0.615917",\
|
|
"0.336673, 0.378717, 0.428569, 0.498623, 0.578775",\
|
|
"0.313604, 0.355648, 0.405500, 0.475553, 0.555705",\
|
|
"0.288493, 0.330537, 0.380389, 0.450442, 0.530594",\
|
|
"0.272784, 0.314828, 0.364680, 0.434733, 0.514885");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.090492, 0.132536, 0.182388, 0.252441, 0.332593",\
|
|
"0.037396, 0.079440, 0.129292, 0.199345, 0.279498",\
|
|
"-0.018344, 0.023700, 0.073552, 0.143605, 0.223758",\
|
|
"-0.105163, -0.063119, -0.013267, 0.056787, 0.136939",\
|
|
"-0.245495, -0.203451, -0.153599, -0.083546, -0.003394");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[6] */
|
|
|
|
pin("wb_dat_i[5]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003240 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.348260, -0.390304, -0.440156, -0.510209, -0.590361",\
|
|
"-0.311197, -0.353241, -0.403093, -0.473147, -0.553299",\
|
|
"-0.287938, -0.329982, -0.379834, -0.449887, -0.530040",\
|
|
"-0.262800, -0.304844, -0.354696, -0.424749, -0.504901",\
|
|
"-0.246149, -0.288193, -0.338045, -0.408098, -0.488251");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.011049, -0.053093, -0.102945, -0.172999, -0.253151",\
|
|
"0.042030, -0.000014, -0.049866, -0.119920, -0.200072",\
|
|
"0.097764, 0.055720, 0.005868, -0.064185, -0.144337",\
|
|
"0.184528, 0.142484, 0.092632, 0.022578, -0.057574",\
|
|
"0.324522, 0.282478, 0.232626, 0.162572, 0.082420");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.371671, 0.413715, 0.463567, 0.533620, 0.613772",\
|
|
"0.334608, 0.376652, 0.426504, 0.496557, 0.576710",\
|
|
"0.311349, 0.353393, 0.403245, 0.473298, 0.553450",\
|
|
"0.286211, 0.328255, 0.378107, 0.448160, 0.528312",\
|
|
"0.269560, 0.311604, 0.361456, 0.431509, 0.511661");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.079771, 0.121815, 0.171667, 0.241720, 0.321872",\
|
|
"0.026692, 0.068736, 0.118588, 0.188641, 0.268793",\
|
|
"-0.029043, 0.013001, 0.062853, 0.132906, 0.213059",\
|
|
"-0.115807, -0.073763, -0.023911, 0.046143, 0.126295",\
|
|
"-0.255800, -0.213756, -0.163904, -0.093851, -0.013699");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[5] */
|
|
|
|
pin("wb_dat_i[4]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002959 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.292384, -0.334428, -0.384280, -0.454333, -0.534485",\
|
|
"-0.255145, -0.297189, -0.347041, -0.417095, -0.497247",\
|
|
"-0.232215, -0.274259, -0.324111, -0.394165, -0.474317",\
|
|
"-0.206984, -0.249028, -0.298880, -0.368933, -0.449086",\
|
|
"-0.191751, -0.233795, -0.283647, -0.353701, -0.433853");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.023508, -0.018535, -0.068388, -0.138441, -0.218593",\
|
|
"0.076629, 0.034585, -0.015267, -0.085321, -0.165473",\
|
|
"0.132375, 0.090331, 0.040479, -0.029575, -0.109727",\
|
|
"0.219257, 0.177213, 0.127361, 0.057308, -0.022844",\
|
|
"0.359982, 0.317938, 0.268086, 0.198033, 0.117881");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.315751, 0.357795, 0.407647, 0.477701, 0.557853",\
|
|
"0.278513, 0.320557, 0.370409, 0.440462, 0.520615",\
|
|
"0.255583, 0.297627, 0.347479, 0.417533, 0.497685",\
|
|
"0.230352, 0.272396, 0.322248, 0.392301, 0.472453",\
|
|
"0.215119, 0.257163, 0.307015, 0.377069, 0.457221");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.045159, 0.087203, 0.137055, 0.207109, 0.287261",\
|
|
"-0.007961, 0.034083, 0.083935, 0.153989, 0.234141",\
|
|
"-0.063707, -0.021663, 0.028189, 0.098243, 0.178395",\
|
|
"-0.150589, -0.108545, -0.058693, 0.011360, 0.091512",\
|
|
"-0.291314, -0.249270, -0.199418, -0.129365, -0.049213");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[4] */
|
|
|
|
pin("wb_dat_i[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003124 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.330377, -0.372421, -0.422273, -0.492326, -0.572479",\
|
|
"-0.293191, -0.335235, -0.385087, -0.455141, -0.535293",\
|
|
"-0.270184, -0.312228, -0.362080, -0.432133, -0.512285",\
|
|
"-0.245018, -0.287062, -0.336914, -0.406968, -0.487120",\
|
|
"-0.229520, -0.271564, -0.321416, -0.391469, -0.471622");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.005783, -0.047827, -0.097679, -0.167733, -0.247885",\
|
|
"0.047324, 0.005280, -0.044572, -0.114626, -0.194778",\
|
|
"0.103066, 0.061022, 0.011170, -0.058884, -0.139036",\
|
|
"0.189912, 0.147868, 0.098016, 0.027962, -0.052190",\
|
|
"0.330417, 0.288373, 0.238521, 0.168468, 0.088316");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.353720, 0.395764, 0.445616, 0.515669, 0.595821",\
|
|
"0.316534, 0.358578, 0.408430, 0.478483, 0.558636",\
|
|
"0.293527, 0.335571, 0.385423, 0.455476, 0.535628",\
|
|
"0.268361, 0.310405, 0.360257, 0.430310, 0.510463",\
|
|
"0.252863, 0.294907, 0.344759, 0.414812, 0.494965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.074426, 0.116470, 0.166322, 0.236376, 0.316528",\
|
|
"0.021319, 0.063363, 0.113215, 0.183268, 0.263421",\
|
|
"-0.034423, 0.007621, 0.057473, 0.127526, 0.207678",\
|
|
"-0.121269, -0.079225, -0.029373, 0.040680, 0.120833",\
|
|
"-0.261775, -0.219731, -0.169879, -0.099825, -0.019673");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[3] */
|
|
|
|
pin("wb_dat_i[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002732 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.236689, -0.278733, -0.328585, -0.398639, -0.478791",\
|
|
"-0.199857, -0.241901, -0.291753, -0.361807, -0.441959",\
|
|
"-0.176281, -0.218325, -0.268177, -0.338230, -0.418383",\
|
|
"-0.150678, -0.192721, -0.242573, -0.312627, -0.392779",\
|
|
"-0.134463, -0.176507, -0.226359, -0.296412, -0.376564");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.176026, 0.133982, 0.084130, 0.014076, -0.066076",\
|
|
"0.228761, 0.186717, 0.136865, 0.066812, -0.013341",\
|
|
"0.283443, 0.241400, 0.191547, 0.121494, 0.041342",\
|
|
"0.368436, 0.326392, 0.276540, 0.206486, 0.126334",\
|
|
"0.504680, 0.462636, 0.412784, 0.342730, 0.262578");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.260751, 0.302795, 0.352647, 0.422700, 0.502852",\
|
|
"0.223919, 0.265963, 0.315815, 0.385868, 0.466020",\
|
|
"0.200342, 0.242386, 0.292238, 0.362292, 0.442444",\
|
|
"0.174739, 0.216783, 0.266635, 0.336688, 0.416840",\
|
|
"0.158524, 0.200568, 0.250420, 0.320473, 0.400626");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.107283, -0.065239, -0.015387, 0.054666, 0.134818",\
|
|
"-0.160019, -0.117975, -0.068123, 0.001931, 0.082083",\
|
|
"-0.214701, -0.172657, -0.122805, -0.052752, 0.027401",\
|
|
"-0.299693, -0.257649, -0.207797, -0.137744, -0.057591",\
|
|
"-0.435937, -0.393893, -0.344041, -0.273988, -0.193836");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[2] */
|
|
|
|
pin("wb_dat_i[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002778 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.313600, -0.355644, -0.405496, -0.475550, -0.555702",\
|
|
"-0.276476, -0.318520, -0.368372, -0.438425, -0.518577",\
|
|
"-0.253371, -0.295415, -0.345267, -0.415320, -0.495472",\
|
|
"-0.228279, -0.270323, -0.320175, -0.390228, -0.470380",\
|
|
"-0.212432, -0.254476, -0.304328, -0.374381, -0.454533");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.011506, -0.030538, -0.080390, -0.150443, -0.230595",\
|
|
"0.064602, 0.022558, -0.027294, -0.097347, -0.177499",\
|
|
"0.120342, 0.078298, 0.028446, -0.041608, -0.121760",\
|
|
"0.207147, 0.165103, 0.115251, 0.045198, -0.034954",\
|
|
"0.347394, 0.305350, 0.255498, 0.185444, 0.105292");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.336933, 0.378977, 0.428829, 0.498882, 0.579034",\
|
|
"0.299808, 0.341852, 0.391704, 0.461758, 0.541910",\
|
|
"0.276704, 0.318747, 0.368600, 0.438653, 0.518805",\
|
|
"0.251612, 0.293655, 0.343508, 0.413561, 0.493713",\
|
|
"0.235764, 0.277808, 0.327660, 0.397714, 0.477866");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.057120, 0.099164, 0.149016, 0.219069, 0.299222",\
|
|
"0.004024, 0.046068, 0.095920, 0.165973, 0.246126",\
|
|
"-0.051715, -0.009672, 0.040181, 0.110234, 0.190386",\
|
|
"-0.138521, -0.096477, -0.046625, 0.023428, 0.103580",\
|
|
"-0.278768, -0.236724, -0.186872, -0.116818, -0.036666");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[1] */
|
|
|
|
pin("wb_dat_i[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003272 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.240095, -0.282139, -0.331991, -0.402044, -0.482196",\
|
|
"-0.203107, -0.245151, -0.295003, -0.365057, -0.445209",\
|
|
"-0.179748, -0.221792, -0.271644, -0.341698, -0.421850",\
|
|
"-0.154565, -0.196609, -0.246461, -0.316514, -0.396666",\
|
|
"-0.137928, -0.179972, -0.229824, -0.299878, -0.380030");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.163044, 0.121000, 0.071148, 0.001095, -0.079057",\
|
|
"0.216025, 0.173981, 0.124129, 0.054076, -0.026076",\
|
|
"0.271481, 0.229438, 0.179585, 0.109532, 0.029380",\
|
|
"0.358129, 0.316085, 0.266233, 0.196180, 0.116027",\
|
|
"0.497468, 0.455424, 0.405572, 0.335519, 0.255367");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.264104, 0.306148, 0.356000, 0.426053, 0.506206",\
|
|
"0.227117, 0.269161, 0.319013, 0.389066, 0.469218",\
|
|
"0.203758, 0.245802, 0.295654, 0.365707, 0.445859",\
|
|
"0.178574, 0.220618, 0.270470, 0.340523, 0.420676",\
|
|
"0.161938, 0.203982, 0.253834, 0.323887, 0.404039");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.094356, -0.052312, -0.002460, 0.067593, 0.147745",\
|
|
"-0.147337, -0.105293, -0.055441, 0.014612, 0.094765",\
|
|
"-0.202793, -0.160749, -0.110897, -0.040844, 0.039308",\
|
|
"-0.289441, -0.247397, -0.197545, -0.127491, -0.047339",\
|
|
"-0.428780, -0.386736, -0.336884, -0.266830, -0.186678");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[0] */
|
|
} /* end of bus wb_dat_i */
|
|
bus ( wb_dat_o ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : output ;
|
|
|
|
pin("wb_dat_o[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000985 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[31];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "2.502244, 2.513827, 2.548656, 2.674350, 3.283014",\
|
|
"2.544288, 2.555871, 2.590700, 2.716393, 3.325058",\
|
|
"2.594140, 2.605723, 2.640553, 2.766246, 3.374910",\
|
|
"2.664193, 2.675776, 2.710606, 2.836299, 3.444963",\
|
|
"2.744346, 2.755928, 2.790758, 2.916451, 3.525116");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "2.525630, 2.534874, 2.558294, 2.621070, 2.880036",\
|
|
"2.567675, 2.576919, 2.600338, 2.663114, 2.922081",\
|
|
"2.617527, 2.626770, 2.650190, 2.712966, 2.971932",\
|
|
"2.687580, 2.696824, 2.720243, 2.783020, 3.041986",\
|
|
"2.767732, 2.776976, 2.800396, 2.863172, 3.122138");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "2.502244, 2.513827, 2.548656, 2.674350, 3.283014",\
|
|
"2.544288, 2.555871, 2.590700, 2.716393, 3.325058",\
|
|
"2.594140, 2.605723, 2.640553, 2.766246, 3.374910",\
|
|
"2.664193, 2.675776, 2.710606, 2.836299, 3.444963",\
|
|
"2.744346, 2.755928, 2.790758, 2.916451, 3.525116");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123",\
|
|
"0.020009, 0.030918, 0.071378, 0.248793, 1.124123");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "2.525630, 2.534874, 2.558294, 2.621070, 2.880036",\
|
|
"2.567675, 2.576919, 2.600338, 2.663114, 2.922081",\
|
|
"2.617527, 2.626770, 2.650190, 2.712966, 2.971932",\
|
|
"2.687580, 2.696824, 2.720243, 2.783020, 3.041986",\
|
|
"2.767732, 2.776976, 2.800396, 2.863172, 3.122138");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001485, 0.011757, 0.050985, 0.210985, 1.000000");
|
|
values ( "0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235",\
|
|
"0.019464, 0.025454, 0.043261, 0.115106, 0.472235");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[31] */
|
|
|
|
pin("wb_dat_o[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001084 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[30];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "2.452070, 2.463615, 2.498440, 2.624166, 3.232897",\
|
|
"2.494114, 2.505659, 2.540484, 2.666210, 3.274941",\
|
|
"2.543966, 2.555511, 2.590336, 2.716062, 3.324793",\
|
|
"2.614019, 2.625564, 2.660389, 2.786115, 3.394846",\
|
|
"2.694172, 2.705716, 2.740541, 2.866267, 3.474998");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "2.477712, 2.486909, 2.510313, 2.573123, 2.832095",\
|
|
"2.519756, 2.528953, 2.552357, 2.615167, 2.874139",\
|
|
"2.569608, 2.578805, 2.602209, 2.665019, 2.923991",\
|
|
"2.639661, 2.648858, 2.672262, 2.735072, 2.994045",\
|
|
"2.719813, 2.729010, 2.752414, 2.815224, 3.074197");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "2.452070, 2.463615, 2.498440, 2.624166, 3.232897",\
|
|
"2.494114, 2.505659, 2.540484, 2.666210, 3.274941",\
|
|
"2.543966, 2.555511, 2.590336, 2.716062, 3.324793",\
|
|
"2.614019, 2.625564, 2.660389, 2.786115, 3.394846",\
|
|
"2.694172, 2.705716, 2.740541, 2.866267, 3.474998");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479",\
|
|
"0.020119, 0.031019, 0.071478, 0.248976, 1.124479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "2.477712, 2.486909, 2.510313, 2.573123, 2.832095",\
|
|
"2.519756, 2.528953, 2.552357, 2.615167, 2.874139",\
|
|
"2.569608, 2.578805, 2.602209, 2.665019, 2.923991",\
|
|
"2.639661, 2.648858, 2.672262, 2.735072, 2.994045",\
|
|
"2.719813, 2.729010, 2.752414, 2.815224, 3.074197");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001584, 0.011856, 0.051084, 0.211084, 1.000000");
|
|
values ( "0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543",\
|
|
"0.019532, 0.025498, 0.043296, 0.115226, 0.472543");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[30] */
|
|
|
|
pin("wb_dat_o[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000979 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[29];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "2.560045, 2.571628, 2.606458, 2.732152, 3.340834",\
|
|
"2.602088, 2.613672, 2.648501, 2.774195, 3.382878",\
|
|
"2.651941, 2.663524, 2.698354, 2.824048, 3.432730",\
|
|
"2.721994, 2.733577, 2.768407, 2.894101, 3.502783",\
|
|
"2.802146, 2.813730, 2.848559, 2.974253, 3.582936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "2.565276, 2.574523, 2.597944, 2.660720, 2.919688",\
|
|
"2.607320, 2.616567, 2.639988, 2.702764, 2.961732",\
|
|
"2.657172, 2.666419, 2.689840, 2.752616, 3.011584",\
|
|
"2.727226, 2.736472, 2.759893, 2.822669, 3.081637",\
|
|
"2.807378, 2.816625, 2.840045, 2.902822, 3.161790");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "2.560045, 2.571628, 2.606458, 2.732152, 3.340834",\
|
|
"2.602088, 2.613672, 2.648501, 2.774195, 3.382878",\
|
|
"2.651941, 2.663524, 2.698354, 2.824048, 3.432730",\
|
|
"2.721994, 2.733577, 2.768407, 2.894101, 3.502783",\
|
|
"2.802146, 2.813730, 2.848559, 2.974253, 3.582936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128",\
|
|
"0.020004, 0.030913, 0.071373, 0.248790, 1.124128");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "2.565276, 2.574523, 2.597944, 2.660720, 2.919688",\
|
|
"2.607320, 2.616567, 2.639988, 2.702764, 2.961732",\
|
|
"2.657172, 2.666419, 2.689840, 2.752616, 3.011584",\
|
|
"2.727226, 2.736472, 2.759893, 2.822669, 3.081637",\
|
|
"2.807378, 2.816625, 2.840045, 2.902822, 3.161790");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001479, 0.011751, 0.050979, 0.210979, 1.000000");
|
|
values ( "0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235",\
|
|
"0.019461, 0.025451, 0.043258, 0.115104, 0.472235");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[29] */
|
|
|
|
pin("wb_dat_o[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001060 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[28];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "2.619653, 2.631204, 2.666028, 2.791757, 3.400555",\
|
|
"2.661697, 2.673248, 2.708072, 2.833801, 3.442598",\
|
|
"2.711549, 2.723100, 2.757924, 2.883653, 3.492451",\
|
|
"2.781602, 2.793153, 2.827977, 2.953707, 3.562504",\
|
|
"2.861754, 2.873305, 2.908129, 3.033859, 3.642656");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "2.611968, 2.621176, 2.644586, 2.707396, 2.966379",\
|
|
"2.654011, 2.663220, 2.686630, 2.749440, 3.008423",\
|
|
"2.703864, 2.713073, 2.736482, 2.799292, 3.058275",\
|
|
"2.773917, 2.783126, 2.806535, 2.869345, 3.128328",\
|
|
"2.854069, 2.863278, 2.886687, 2.949497, 3.208480");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "2.619653, 2.631204, 2.666028, 2.791757, 3.400555",\
|
|
"2.661697, 2.673248, 2.708072, 2.833801, 3.442598",\
|
|
"2.711549, 2.723100, 2.757924, 2.883653, 3.492451",\
|
|
"2.781602, 2.793153, 2.827977, 2.953707, 3.562504",\
|
|
"2.861754, 2.873305, 2.908129, 3.033859, 3.642656");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498",\
|
|
"0.020093, 0.030996, 0.071453, 0.248957, 1.124498");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "2.611968, 2.621176, 2.644586, 2.707396, 2.966379",\
|
|
"2.654011, 2.663220, 2.686630, 2.749440, 3.008423",\
|
|
"2.703864, 2.713073, 2.736482, 2.799292, 3.058275",\
|
|
"2.773917, 2.783126, 2.806535, 2.869345, 3.128328",\
|
|
"2.854069, 2.863278, 2.886687, 2.949497, 3.208480");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001560, 0.011832, 0.051060, 0.211060, 1.000000");
|
|
values ( "0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538",\
|
|
"0.019515, 0.025487, 0.043286, 0.115216, 0.472538");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[28] */
|
|
|
|
pin("wb_dat_o[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000954 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[27];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "2.517922, 2.529518, 2.564353, 2.690044, 3.298711",\
|
|
"2.559966, 2.571562, 2.606397, 2.732088, 3.340755",\
|
|
"2.609818, 2.621414, 2.656249, 2.781940, 3.390607",\
|
|
"2.679871, 2.691467, 2.726303, 2.851993, 3.460661",\
|
|
"2.760023, 2.771619, 2.806455, 2.932145, 3.540813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "2.535568, 2.544827, 2.568254, 2.631029, 2.890006",\
|
|
"2.577612, 2.586871, 2.610297, 2.673073, 2.932050",\
|
|
"2.627464, 2.636723, 2.660150, 2.722925, 2.981902",\
|
|
"2.697517, 2.706776, 2.730203, 2.792978, 3.051955",\
|
|
"2.777670, 2.786929, 2.810355, 2.873130, 3.132107");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "2.517922, 2.529518, 2.564353, 2.690044, 3.298711",\
|
|
"2.559966, 2.571562, 2.606397, 2.732088, 3.340755",\
|
|
"2.609818, 2.621414, 2.656249, 2.781940, 3.390607",\
|
|
"2.679871, 2.691467, 2.726303, 2.851993, 3.460661",\
|
|
"2.760023, 2.771619, 2.806455, 2.932145, 3.540813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115",\
|
|
"0.019975, 0.030885, 0.071345, 0.248757, 1.124115");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "2.535568, 2.544827, 2.568254, 2.631029, 2.890006",\
|
|
"2.577612, 2.586871, 2.610297, 2.673073, 2.932050",\
|
|
"2.627464, 2.636723, 2.660150, 2.722925, 2.981902",\
|
|
"2.697517, 2.706776, 2.730203, 2.792978, 3.051955",\
|
|
"2.777670, 2.786929, 2.810355, 2.873130, 3.132107");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001454, 0.011726, 0.050954, 0.210954, 1.000000");
|
|
values ( "0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240",\
|
|
"0.019444, 0.025440, 0.043248, 0.115093, 0.472240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[27] */
|
|
|
|
pin("wb_dat_o[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002264 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[26];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "2.511404, 2.522566, 2.557344, 2.683571, 3.293606",\
|
|
"2.553447, 2.564610, 2.599388, 2.725615, 3.335649",\
|
|
"2.603300, 2.614462, 2.649240, 2.775467, 3.385502",\
|
|
"2.673353, 2.684516, 2.719294, 2.845520, 3.455555",\
|
|
"2.753505, 2.764668, 2.799446, 2.925672, 3.535707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "2.531102, 2.539822, 2.563058, 2.626378, 2.886201",\
|
|
"2.573146, 2.581866, 2.605102, 2.668422, 2.928245",\
|
|
"2.622998, 2.631718, 2.654954, 2.718274, 2.978097",\
|
|
"2.693052, 2.701771, 2.725007, 2.788327, 3.048151",\
|
|
"2.773204, 2.781924, 2.805159, 2.868480, 3.128303");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "2.511404, 2.522566, 2.557344, 2.683571, 3.293606",\
|
|
"2.553447, 2.564610, 2.599388, 2.725615, 3.335649",\
|
|
"2.603300, 2.614462, 2.649240, 2.775467, 3.385502",\
|
|
"2.673353, 2.684516, 2.719294, 2.845520, 3.455555",\
|
|
"2.753505, 2.764668, 2.799446, 2.925672, 3.535707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815",\
|
|
"0.021403, 0.032218, 0.072648, 0.251387, 1.129815");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "2.531102, 2.539822, 2.563058, 2.626378, 2.886201",\
|
|
"2.573146, 2.581866, 2.605102, 2.668422, 2.928245",\
|
|
"2.622998, 2.631718, 2.654954, 2.718274, 2.978097",\
|
|
"2.693052, 2.701771, 2.725007, 2.788327, 3.048151",\
|
|
"2.773204, 2.781924, 2.805159, 2.868480, 3.128303");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502",\
|
|
"0.020290, 0.026018, 0.043695, 0.116892, 0.477502");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[26] */
|
|
|
|
pin("wb_dat_o[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002637 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[25];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "2.618734, 2.629813, 2.664593, 2.791087, 3.402060",\
|
|
"2.660778, 2.671857, 2.706637, 2.833131, 3.444103",\
|
|
"2.710630, 2.721709, 2.756489, 2.882983, 3.493956",\
|
|
"2.780683, 2.791763, 2.826542, 2.953037, 3.564009",\
|
|
"2.860835, 2.871915, 2.906694, 3.033189, 3.644161");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "2.609656, 2.618271, 2.641472, 2.705065, 2.965197",\
|
|
"2.651700, 2.660315, 2.683516, 2.747109, 3.007241",\
|
|
"2.701552, 2.710167, 2.733368, 2.796961, 3.057093",\
|
|
"2.771605, 2.780220, 2.803421, 2.867014, 3.127146",\
|
|
"2.851757, 2.860373, 2.883574, 2.947166, 3.207299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "2.618734, 2.629813, 2.664593, 2.791087, 3.402060",\
|
|
"2.660778, 2.671857, 2.706637, 2.833131, 3.444103",\
|
|
"2.710630, 2.721709, 2.756489, 2.882983, 3.493956",\
|
|
"2.780683, 2.791763, 2.826542, 2.953037, 3.564009",\
|
|
"2.860835, 2.871915, 2.906694, 3.033189, 3.644161");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700",\
|
|
"0.021800, 0.032594, 0.072999, 0.252407, 1.132700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "2.609656, 2.618271, 2.641472, 2.705065, 2.965197",\
|
|
"2.651700, 2.660315, 2.683516, 2.747109, 3.007241",\
|
|
"2.701552, 2.710167, 2.733368, 2.796961, 3.057093",\
|
|
"2.771605, 2.780220, 2.803421, 2.867014, 3.127146",\
|
|
"2.851757, 2.860373, 2.883574, 2.947166, 3.207299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003137, 0.013409, 0.052637, 0.212637, 1.000000");
|
|
values ( "0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032",\
|
|
"0.020509, 0.026177, 0.043804, 0.117678, 0.480032");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[25] */
|
|
|
|
pin("wb_dat_o[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002389 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[24];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "2.596899, 2.608042, 2.642847, 2.769302, 3.380276",\
|
|
"2.638943, 2.650086, 2.684890, 2.811345, 3.422320",\
|
|
"2.688795, 2.699938, 2.734742, 2.861197, 3.472172",\
|
|
"2.758848, 2.769991, 2.804796, 2.931251, 3.542225",\
|
|
"2.839001, 2.850143, 2.884948, 3.011403, 3.622377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "2.594071, 2.602762, 2.626011, 2.689567, 2.949740",\
|
|
"2.636115, 2.644806, 2.668055, 2.731611, 2.991784",\
|
|
"2.685967, 2.694658, 2.717907, 2.781463, 3.041636",\
|
|
"2.756020, 2.764711, 2.787960, 2.851516, 3.111689",\
|
|
"2.836172, 2.844863, 2.868112, 2.931668, 3.191841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "2.596899, 2.608042, 2.642847, 2.769302, 3.380276",\
|
|
"2.638943, 2.650086, 2.684890, 2.811345, 3.422320",\
|
|
"2.688795, 2.699938, 2.734742, 2.861197, 3.472172",\
|
|
"2.758848, 2.769991, 2.804796, 2.931251, 3.542225",\
|
|
"2.839001, 2.850143, 2.884948, 3.011403, 3.622377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324",\
|
|
"0.021535, 0.032337, 0.072740, 0.252051, 1.132324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "2.594071, 2.602762, 2.626011, 2.689567, 2.949740",\
|
|
"2.636115, 2.644806, 2.668055, 2.731611, 2.991784",\
|
|
"2.685967, 2.694658, 2.717907, 2.781463, 3.041636",\
|
|
"2.756020, 2.764711, 2.787960, 2.851516, 3.111689",\
|
|
"2.836172, 2.844863, 2.868112, 2.931668, 3.191841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002889, 0.013161, 0.052389, 0.212389, 1.000000");
|
|
values ( "0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719",\
|
|
"0.020363, 0.026065, 0.043707, 0.117489, 0.479719");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[24] */
|
|
|
|
pin("wb_dat_o[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002484 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[23];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "2.419215, 2.430339, 2.465143, 2.591628, 3.202622",\
|
|
"2.461259, 2.472383, 2.507187, 2.633672, 3.244666",\
|
|
"2.511111, 2.522235, 2.557039, 2.683524, 3.294518",\
|
|
"2.581164, 2.592289, 2.627093, 2.753578, 3.364572",\
|
|
"2.661317, 2.672441, 2.707245, 2.833730, 3.444724");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "2.453192, 2.461855, 2.485090, 2.548680, 2.808870",\
|
|
"2.495236, 2.503899, 2.527133, 2.590724, 2.850914",\
|
|
"2.545088, 2.553751, 2.576986, 2.640576, 2.900766",\
|
|
"2.615141, 2.623804, 2.647039, 2.710629, 2.970819",\
|
|
"2.695294, 2.703957, 2.727191, 2.790781, 3.050972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "2.419215, 2.430339, 2.465143, 2.591628, 3.202622",\
|
|
"2.461259, 2.472383, 2.507187, 2.633672, 3.244666",\
|
|
"2.511111, 2.522235, 2.557039, 2.683524, 3.294518",\
|
|
"2.581164, 2.592289, 2.627093, 2.753578, 3.364572",\
|
|
"2.661317, 2.672441, 2.707245, 2.833730, 3.444724");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660",\
|
|
"0.021633, 0.032430, 0.072833, 0.252221, 1.132660");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "2.453192, 2.461855, 2.485090, 2.548680, 2.808870",\
|
|
"2.495236, 2.503899, 2.527133, 2.590724, 2.850914",\
|
|
"2.545088, 2.553751, 2.576986, 2.640576, 2.900766",\
|
|
"2.615141, 2.623804, 2.647039, 2.710629, 2.970819",\
|
|
"2.695294, 2.703957, 2.727191, 2.790781, 3.050972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002984, 0.013256, 0.052484, 0.212484, 1.000000");
|
|
values ( "0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043",\
|
|
"0.020419, 0.026107, 0.043740, 0.117608, 0.480043");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[23] */
|
|
|
|
pin("wb_dat_o[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002376 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "2.452645, 2.463791, 2.498599, 2.625054, 3.236025",\
|
|
"2.494689, 2.505835, 2.540642, 2.667098, 3.278068",\
|
|
"2.544540, 2.555687, 2.590494, 2.716950, 3.327920",\
|
|
"2.614594, 2.625741, 2.660548, 2.787004, 3.397974",\
|
|
"2.694746, 2.705893, 2.740700, 2.867156, 3.478126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "2.474455, 2.483150, 2.506402, 2.569959, 2.830139",\
|
|
"2.516499, 2.525194, 2.548446, 2.612003, 2.872183",\
|
|
"2.566351, 2.575046, 2.598298, 2.661855, 2.922035",\
|
|
"2.636405, 2.645099, 2.668351, 2.731909, 2.992088",\
|
|
"2.716557, 2.725252, 2.748503, 2.812061, 3.072241");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "2.452645, 2.463791, 2.498599, 2.625054, 3.236025",\
|
|
"2.494689, 2.505835, 2.540642, 2.667098, 3.278068",\
|
|
"2.544540, 2.555687, 2.590494, 2.716950, 3.327920",\
|
|
"2.614594, 2.625741, 2.660548, 2.787004, 3.397974",\
|
|
"2.694746, 2.705893, 2.740700, 2.867156, 3.478126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314",\
|
|
"0.021521, 0.032323, 0.072725, 0.252030, 1.132314");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "2.474455, 2.483150, 2.506402, 2.569959, 2.830139",\
|
|
"2.516499, 2.525194, 2.548446, 2.612003, 2.872183",\
|
|
"2.566351, 2.575046, 2.598298, 2.661855, 2.922035",\
|
|
"2.636405, 2.645099, 2.668351, 2.731909, 2.992088",\
|
|
"2.716557, 2.725252, 2.748503, 2.812061, 3.072241");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002876, 0.013149, 0.052376, 0.212376, 1.000000");
|
|
values ( "0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717",\
|
|
"0.020356, 0.026059, 0.043702, 0.117479, 0.479717");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[22] */
|
|
|
|
pin("wb_dat_o[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002180 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "2.438562, 2.449759, 2.484595, 2.611080, 3.222350",\
|
|
"2.480606, 2.491803, 2.526639, 2.653124, 3.264394",\
|
|
"2.530458, 2.541655, 2.576491, 2.702976, 3.314246",\
|
|
"2.600511, 2.611709, 2.646544, 2.773029, 3.384299",\
|
|
"2.680664, 2.691861, 2.726696, 2.853182, 3.464452");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "2.469163, 2.477921, 2.501221, 2.564809, 2.825123",\
|
|
"2.511207, 2.519965, 2.543265, 2.606853, 2.867167",\
|
|
"2.561059, 2.569817, 2.593117, 2.656705, 2.917019",\
|
|
"2.631112, 2.639870, 2.663170, 2.726758, 2.987072",\
|
|
"2.711265, 2.720023, 2.743323, 2.806911, 3.067224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "2.438562, 2.449759, 2.484595, 2.611080, 3.222350",\
|
|
"2.480606, 2.491803, 2.526639, 2.653124, 3.264394",\
|
|
"2.530458, 2.541655, 2.576491, 2.702976, 3.314246",\
|
|
"2.600511, 2.611709, 2.646544, 2.773029, 3.384299",\
|
|
"2.680664, 2.691861, 2.726696, 2.853182, 3.464452");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672",\
|
|
"0.021311, 0.032118, 0.072510, 0.251888, 1.132672");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "2.469163, 2.477921, 2.501221, 2.564809, 2.825123",\
|
|
"2.511207, 2.519965, 2.543265, 2.606853, 2.867167",\
|
|
"2.561059, 2.569817, 2.593117, 2.656705, 2.917019",\
|
|
"2.631112, 2.639870, 2.663170, 2.726758, 2.987072",\
|
|
"2.711265, 2.720023, 2.743323, 2.806911, 3.067224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002680, 0.012952, 0.052180, 0.212180, 1.000000");
|
|
values ( "0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035",\
|
|
"0.020239, 0.025968, 0.043616, 0.117468, 0.480035");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[21] */
|
|
|
|
pin("wb_dat_o[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002103 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "2.519133, 2.530345, 2.565180, 2.691636, 3.302859",\
|
|
"2.561177, 2.572389, 2.607224, 2.733680, 3.344903",\
|
|
"2.611029, 2.622241, 2.657076, 2.783532, 3.394755",\
|
|
"2.681082, 2.692295, 2.727130, 2.853586, 3.464808",\
|
|
"2.761235, 2.772447, 2.807282, 2.933738, 3.544960");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "2.539121, 2.547902, 2.571213, 2.634768, 2.895058",\
|
|
"2.581165, 2.589946, 2.613257, 2.676812, 2.937102",\
|
|
"2.631017, 2.639798, 2.663109, 2.726664, 2.986954",\
|
|
"2.701071, 2.709852, 2.733162, 2.796718, 3.057007",\
|
|
"2.781223, 2.790004, 2.813314, 2.876870, 3.137160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "2.519133, 2.530345, 2.565180, 2.691636, 3.302859",\
|
|
"2.561177, 2.572389, 2.607224, 2.733680, 3.344903",\
|
|
"2.611029, 2.622241, 2.657076, 2.783532, 3.394755",\
|
|
"2.681082, 2.692295, 2.727130, 2.853586, 3.464808",\
|
|
"2.761235, 2.772447, 2.807282, 2.933738, 3.544960");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327",\
|
|
"0.021231, 0.032043, 0.072435, 0.251732, 1.132327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "2.539121, 2.547902, 2.571213, 2.634768, 2.895058",\
|
|
"2.581165, 2.589946, 2.613257, 2.676812, 2.937102",\
|
|
"2.631017, 2.639798, 2.663109, 2.726664, 2.986954",\
|
|
"2.701071, 2.709852, 2.733162, 2.796718, 3.057007",\
|
|
"2.781223, 2.790004, 2.813314, 2.876870, 3.137160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002603, 0.012875, 0.052103, 0.212103, 1.000000");
|
|
values ( "0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710",\
|
|
"0.020194, 0.025934, 0.043591, 0.117354, 0.479710");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[20] */
|
|
|
|
pin("wb_dat_o[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002318 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[19];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "2.461236, 2.472398, 2.507217, 2.633706, 3.244887",\
|
|
"2.503280, 2.514442, 2.549261, 2.675750, 3.286931",\
|
|
"2.553132, 2.564294, 2.599113, 2.725602, 3.336783",\
|
|
"2.623186, 2.634347, 2.669166, 2.795655, 3.406837",\
|
|
"2.703338, 2.714500, 2.749318, 2.875808, 3.486989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "2.481853, 2.490568, 2.513839, 2.577430, 2.837689",\
|
|
"2.523897, 2.532612, 2.555882, 2.619473, 2.879734",\
|
|
"2.573750, 2.582464, 2.605735, 2.669326, 2.929585",\
|
|
"2.643803, 2.652518, 2.675788, 2.739379, 2.999639",\
|
|
"2.723955, 2.732670, 2.755940, 2.819531, 3.079791");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "2.461236, 2.472398, 2.507217, 2.633706, 3.244887",\
|
|
"2.503280, 2.514442, 2.549261, 2.675750, 3.286931",\
|
|
"2.553132, 2.564294, 2.599113, 2.725602, 3.336783",\
|
|
"2.623186, 2.634347, 2.669166, 2.795655, 3.406837",\
|
|
"2.703338, 2.714500, 2.749318, 2.875808, 3.486989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678",\
|
|
"0.021459, 0.032262, 0.072658, 0.252042, 1.132678");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "2.481853, 2.490568, 2.513839, 2.577430, 2.837689",\
|
|
"2.523897, 2.532612, 2.555882, 2.619473, 2.879734",\
|
|
"2.573750, 2.582464, 2.605735, 2.669326, 2.929585",\
|
|
"2.643803, 2.652518, 2.675788, 2.739379, 2.999639",\
|
|
"2.723955, 2.732670, 2.755940, 2.819531, 3.079791");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002818, 0.013090, 0.052318, 0.212318, 1.000000");
|
|
values ( "0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031",\
|
|
"0.020321, 0.026031, 0.043673, 0.117528, 0.480031");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[19] */
|
|
|
|
pin("wb_dat_o[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002337 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[18];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "2.443776, 2.454925, 2.489709, 2.616000, 3.226244",\
|
|
"2.485820, 2.496969, 2.531753, 2.658044, 3.268288",\
|
|
"2.535671, 2.546821, 2.581604, 2.707896, 3.318140",\
|
|
"2.605725, 2.616874, 2.651658, 2.777949, 3.388194",\
|
|
"2.685877, 2.697027, 2.731810, 2.858102, 3.468346");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "2.475261, 2.483961, 2.507192, 2.570582, 2.830491",\
|
|
"2.517305, 2.526005, 2.549236, 2.612625, 2.872535",\
|
|
"2.567157, 2.575857, 2.599088, 2.662477, 2.922387",\
|
|
"2.637210, 2.645910, 2.669142, 2.732531, 2.992440",\
|
|
"2.717363, 2.726063, 2.749294, 2.812683, 3.072593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "2.443776, 2.454925, 2.489709, 2.616000, 3.226244",\
|
|
"2.485820, 2.496969, 2.531753, 2.658044, 3.268288",\
|
|
"2.535671, 2.546821, 2.581604, 2.707896, 3.318140",\
|
|
"2.605725, 2.616874, 2.651658, 2.777949, 3.388194",\
|
|
"2.685877, 2.697027, 2.731810, 2.858102, 3.468346");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518",\
|
|
"0.021479, 0.032289, 0.072713, 0.251610, 1.130518");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "2.475261, 2.483961, 2.507192, 2.570582, 2.830491",\
|
|
"2.517305, 2.526005, 2.549236, 2.612625, 2.872535",\
|
|
"2.567157, 2.575857, 2.599088, 2.662477, 2.922387",\
|
|
"2.637210, 2.645910, 2.669142, 2.732531, 2.992440",\
|
|
"2.717363, 2.726063, 2.749294, 2.812683, 3.072593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002837, 0.013109, 0.052337, 0.212337, 1.000000");
|
|
values ( "0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136",\
|
|
"0.020333, 0.026049, 0.043714, 0.117077, 0.478136");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[18] */
|
|
|
|
pin("wb_dat_o[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002864 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[17];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "2.471202, 2.482232, 2.517001, 2.643561, 3.254597",\
|
|
"2.513246, 2.524276, 2.559045, 2.685605, 3.296641",\
|
|
"2.563098, 2.574128, 2.608897, 2.735457, 3.346493",\
|
|
"2.633152, 2.644181, 2.678951, 2.805510, 3.416546",\
|
|
"2.713304, 2.724334, 2.759103, 2.885662, 3.496698");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "2.491459, 2.500005, 2.523169, 2.584668, 2.846987",\
|
|
"2.533503, 2.542049, 2.565213, 2.626712, 2.889030",\
|
|
"2.583354, 2.591901, 2.615065, 2.676564, 2.938882",\
|
|
"2.653408, 2.661955, 2.685118, 2.746617, 3.008936",\
|
|
"2.733560, 2.742107, 2.765271, 2.826770, 3.089088");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "2.471202, 2.482232, 2.517001, 2.643561, 3.254597",\
|
|
"2.513246, 2.524276, 2.559045, 2.685605, 3.296641",\
|
|
"2.563098, 2.574128, 2.608897, 2.735457, 3.346493",\
|
|
"2.633152, 2.644181, 2.678951, 2.805510, 3.416546",\
|
|
"2.713304, 2.724334, 2.759103, 2.885662, 3.496698");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395",\
|
|
"0.022039, 0.032823, 0.073228, 0.252799, 1.133395");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "2.491459, 2.500005, 2.523169, 2.584668, 2.846987",\
|
|
"2.533503, 2.542049, 2.565213, 2.626712, 2.889030",\
|
|
"2.583354, 2.591901, 2.615065, 2.676564, 2.938882",\
|
|
"2.653408, 2.661955, 2.685118, 2.746617, 3.008936",\
|
|
"2.733560, 2.742107, 2.765271, 2.826770, 3.089088");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003364, 0.013636, 0.052864, 0.212864, 1.000000");
|
|
values ( "0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671",\
|
|
"0.020643, 0.026278, 0.043885, 0.117054, 0.480671");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[17] */
|
|
|
|
pin("wb_dat_o[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003185 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "2.491856, 2.502791, 2.537475, 2.663797, 3.273468",\
|
|
"2.533900, 2.544835, 2.579519, 2.705841, 3.315511",\
|
|
"2.583752, 2.594687, 2.629370, 2.755693, 3.365363",\
|
|
"2.653805, 2.664740, 2.699424, 2.825747, 3.435417",\
|
|
"2.733958, 2.744892, 2.779576, 2.905899, 3.515569");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "2.518565, 2.527000, 2.550049, 2.613464, 2.873060",\
|
|
"2.560609, 2.569044, 2.592093, 2.655508, 2.915104",\
|
|
"2.610461, 2.618896, 2.641945, 2.705360, 2.964956",\
|
|
"2.680515, 2.688950, 2.711998, 2.775414, 3.035009",\
|
|
"2.760667, 2.769102, 2.792150, 2.855566, 3.115161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "2.491856, 2.502791, 2.537475, 2.663797, 3.273468",\
|
|
"2.533900, 2.544835, 2.579519, 2.705841, 3.315511",\
|
|
"2.583752, 2.594687, 2.629370, 2.755693, 3.365363",\
|
|
"2.653805, 2.664740, 2.699424, 2.825747, 3.435417",\
|
|
"2.733958, 2.744892, 2.779576, 2.905899, 3.515569");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578",\
|
|
"0.022385, 0.033169, 0.073618, 0.252549, 1.130578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "2.518565, 2.527000, 2.550049, 2.613464, 2.873060",\
|
|
"2.560609, 2.569044, 2.592093, 2.655508, 2.915104",\
|
|
"2.610461, 2.618896, 2.641945, 2.705360, 2.964956",\
|
|
"2.680515, 2.688950, 2.711998, 2.775414, 3.035009",\
|
|
"2.760667, 2.769102, 2.792150, 2.855566, 3.115161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003685, 0.013957, 0.053185, 0.213185, 1.000000");
|
|
values ( "0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142",\
|
|
"0.020835, 0.026436, 0.044063, 0.117449, 0.478142");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[16] */
|
|
|
|
pin("wb_dat_o[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002372 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[15];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "2.434823, 2.445963, 2.480737, 2.606996, 3.217055",\
|
|
"2.476867, 2.488007, 2.522781, 2.649040, 3.259099",\
|
|
"2.526719, 2.537859, 2.572634, 2.698892, 3.308951",\
|
|
"2.596772, 2.607912, 2.642687, 2.768945, 3.379005",\
|
|
"2.676924, 2.688065, 2.722839, 2.849097, 3.459157");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "2.464067, 2.472755, 2.495973, 2.559329, 2.819168",\
|
|
"2.506111, 2.514799, 2.538017, 2.601373, 2.861212",\
|
|
"2.555963, 2.564651, 2.587869, 2.651225, 2.911064",\
|
|
"2.626017, 2.634704, 2.657923, 2.721279, 2.981118",\
|
|
"2.706169, 2.714856, 2.738075, 2.801431, 3.061270");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "2.434823, 2.445963, 2.480737, 2.606996, 3.217055",\
|
|
"2.476867, 2.488007, 2.522781, 2.649040, 3.259099",\
|
|
"2.526719, 2.537859, 2.572634, 2.698892, 3.308951",\
|
|
"2.596772, 2.607912, 2.642687, 2.768945, 3.379005",\
|
|
"2.676924, 2.688065, 2.722839, 2.849097, 3.459157");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156",\
|
|
"0.021516, 0.032326, 0.072755, 0.251573, 1.130156");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "2.464067, 2.472755, 2.495973, 2.559329, 2.819168",\
|
|
"2.506111, 2.514799, 2.538017, 2.601373, 2.861212",\
|
|
"2.555963, 2.564651, 2.587869, 2.651225, 2.911064",\
|
|
"2.626017, 2.634704, 2.657923, 2.721279, 2.981118",\
|
|
"2.706169, 2.714856, 2.738075, 2.801431, 3.061270");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002872, 0.013144, 0.052372, 0.212372, 1.000000");
|
|
values ( "0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817",\
|
|
"0.020354, 0.026066, 0.043734, 0.117015, 0.477817");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[15] */
|
|
|
|
pin("wb_dat_o[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003101 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[14];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "2.449559, 2.460520, 2.495218, 2.621514, 3.231146",\
|
|
"2.491603, 2.502563, 2.537261, 2.663558, 3.273190",\
|
|
"2.541455, 2.552415, 2.587114, 2.713410, 3.323042",\
|
|
"2.611508, 2.622469, 2.657167, 2.783463, 3.393095",\
|
|
"2.691661, 2.702621, 2.737319, 2.863615, 3.473248");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "2.478724, 2.487185, 2.510252, 2.573646, 2.833251",\
|
|
"2.520768, 2.529229, 2.552295, 2.615690, 2.875295",\
|
|
"2.570621, 2.579081, 2.602148, 2.665542, 2.925147",\
|
|
"2.640674, 2.649134, 2.672201, 2.735595, 2.995200",\
|
|
"2.720826, 2.729287, 2.752353, 2.815747, 3.075352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "2.449559, 2.460520, 2.495218, 2.621514, 3.231146",\
|
|
"2.491603, 2.502563, 2.537261, 2.663558, 3.273190",\
|
|
"2.541455, 2.552415, 2.587114, 2.713410, 3.323042",\
|
|
"2.611508, 2.622469, 2.657167, 2.783463, 3.393095",\
|
|
"2.691661, 2.702621, 2.737319, 2.863615, 3.473248");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521",\
|
|
"0.022292, 0.033078, 0.073527, 0.252461, 1.130521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "2.478724, 2.487185, 2.510252, 2.573646, 2.833251",\
|
|
"2.520768, 2.529229, 2.552295, 2.615690, 2.875295",\
|
|
"2.570621, 2.579081, 2.602148, 2.665542, 2.925147",\
|
|
"2.640674, 2.649134, 2.672201, 2.735595, 2.995200",\
|
|
"2.720826, 2.729287, 2.752353, 2.815747, 3.075352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003601, 0.013874, 0.053101, 0.213101, 1.000000");
|
|
values ( "0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143",\
|
|
"0.020786, 0.026398, 0.044027, 0.117427, 0.478143");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[14] */
|
|
|
|
pin("wb_dat_o[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001049 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[13];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "2.473883, 2.485450, 2.520312, 2.646236, 3.255925",\
|
|
"2.515927, 2.527493, 2.562356, 2.688280, 3.297969",\
|
|
"2.565779, 2.577345, 2.612208, 2.738132, 3.347821",\
|
|
"2.635832, 2.647399, 2.682261, 2.808185, 3.417875",\
|
|
"2.715984, 2.727551, 2.762414, 2.888337, 3.498027");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "2.493309, 2.502532, 2.525979, 2.588990, 2.848779",\
|
|
"2.535352, 2.544576, 2.568022, 2.631034, 2.890823",\
|
|
"2.585205, 2.594428, 2.617875, 2.680887, 2.940675",\
|
|
"2.655258, 2.664481, 2.687928, 2.750940, 3.010728",\
|
|
"2.735410, 2.744634, 2.768080, 2.831092, 3.090880");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "2.473883, 2.485450, 2.520312, 2.646236, 3.255925",\
|
|
"2.515927, 2.527493, 2.562356, 2.688280, 3.297969",\
|
|
"2.565779, 2.577345, 2.612208, 2.738132, 3.347821",\
|
|
"2.635832, 2.647399, 2.682261, 2.808185, 3.417875",\
|
|
"2.715984, 2.727551, 2.762414, 2.888337, 3.498027");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675",\
|
|
"0.020080, 0.030975, 0.071405, 0.249398, 1.126675");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "2.493309, 2.502532, 2.525979, 2.588990, 2.848779",\
|
|
"2.535352, 2.544576, 2.568022, 2.631034, 2.890823",\
|
|
"2.585205, 2.594428, 2.617875, 2.680887, 2.940675",\
|
|
"2.655258, 2.664481, 2.687928, 2.750940, 3.010728",\
|
|
"2.735410, 2.744634, 2.768080, 2.831092, 3.090880");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001549, 0.011821, 0.051049, 0.211049, 1.000000");
|
|
values ( "0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724",\
|
|
"0.019507, 0.025474, 0.043247, 0.115680, 0.474724");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[13] */
|
|
|
|
pin("wb_dat_o[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001999 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[12];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "2.468106, 2.479331, 2.514119, 2.640210, 3.249815",\
|
|
"2.510150, 2.521375, 2.556163, 2.682254, 3.291859",\
|
|
"2.560002, 2.571227, 2.606014, 2.732105, 3.341711",\
|
|
"2.630055, 2.641280, 2.676068, 2.802159, 3.411764",\
|
|
"2.710207, 2.721432, 2.756220, 2.882311, 3.491917");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "2.502754, 2.511550, 2.534820, 2.598005, 2.857702",\
|
|
"2.544798, 2.553594, 2.576864, 2.640049, 2.899746",\
|
|
"2.594650, 2.603446, 2.626716, 2.689901, 2.949598",\
|
|
"2.664703, 2.673499, 2.696769, 2.759954, 3.019651",\
|
|
"2.744855, 2.753652, 2.776922, 2.840106, 3.099803");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "2.468106, 2.479331, 2.514119, 2.640210, 3.249815",\
|
|
"2.510150, 2.521375, 2.556163, 2.682254, 3.291859",\
|
|
"2.560002, 2.571227, 2.606014, 2.732105, 3.341711",\
|
|
"2.630055, 2.641280, 2.676068, 2.802159, 3.411764",\
|
|
"2.710207, 2.721432, 2.756220, 2.882311, 3.491917");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363",\
|
|
"0.021120, 0.031948, 0.072388, 0.250786, 1.128363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "2.502754, 2.511550, 2.534820, 2.598005, 2.857702",\
|
|
"2.544798, 2.553594, 2.576864, 2.640049, 2.899746",\
|
|
"2.594650, 2.603446, 2.626716, 2.689901, 2.949598",\
|
|
"2.664703, 2.673499, 2.696769, 2.759954, 3.019651",\
|
|
"2.744855, 2.753652, 2.776922, 2.840106, 3.099803");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002499, 0.012771, 0.051999, 0.211999, 1.000000");
|
|
values ( "0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238",\
|
|
"0.020135, 0.025902, 0.043609, 0.116463, 0.476238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[12] */
|
|
|
|
pin("wb_dat_o[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002121 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[11];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "2.535897, 2.547088, 2.581854, 2.707918, 3.317310",\
|
|
"2.577941, 2.589133, 2.623898, 2.749962, 3.359354",\
|
|
"2.627793, 2.638984, 2.673750, 2.799814, 3.409206",\
|
|
"2.697847, 2.709038, 2.743804, 2.869868, 3.479259",\
|
|
"2.777999, 2.789190, 2.823956, 2.950020, 3.559412");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "2.539433, 2.548190, 2.571427, 2.634582, 2.894174",\
|
|
"2.581477, 2.590234, 2.613471, 2.676626, 2.936218",\
|
|
"2.631329, 2.640086, 2.663323, 2.726478, 2.986070",\
|
|
"2.701383, 2.710139, 2.733377, 2.796531, 3.056123",\
|
|
"2.781535, 2.790292, 2.813529, 2.876683, 3.136275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "2.535897, 2.547088, 2.581854, 2.707918, 3.317310",\
|
|
"2.577941, 2.589133, 2.623898, 2.749962, 3.359354",\
|
|
"2.627793, 2.638984, 2.673750, 2.799814, 3.409206",\
|
|
"2.697847, 2.709038, 2.743804, 2.869868, 3.479259",\
|
|
"2.777999, 2.789190, 2.823956, 2.950020, 3.559412");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015",\
|
|
"0.021252, 0.032078, 0.072525, 0.250848, 1.128015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "2.539433, 2.548190, 2.571427, 2.634582, 2.894174",\
|
|
"2.581477, 2.590234, 2.613471, 2.676626, 2.936218",\
|
|
"2.631329, 2.640086, 2.663323, 2.726478, 2.986070",\
|
|
"2.701383, 2.710139, 2.733377, 2.796531, 3.056123",\
|
|
"2.781535, 2.790292, 2.813529, 2.876683, 3.136275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002621, 0.012894, 0.052121, 0.212121, 1.000000");
|
|
values ( "0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920",\
|
|
"0.020207, 0.025960, 0.043665, 0.116438, 0.475920");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[11] */
|
|
|
|
pin("wb_dat_o[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002331 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[10];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "2.526729, 2.537871, 2.572621, 2.698718, 3.308064",\
|
|
"2.568773, 2.579915, 2.614665, 2.740762, 3.350108",\
|
|
"2.618625, 2.629767, 2.664517, 2.790614, 3.399960",\
|
|
"2.688678, 2.699821, 2.734571, 2.860667, 3.470014",\
|
|
"2.768830, 2.779973, 2.814723, 2.940820, 3.550166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "2.532753, 2.541445, 2.564643, 2.627833, 2.887401",\
|
|
"2.574797, 2.583489, 2.606687, 2.669877, 2.929445",\
|
|
"2.624649, 2.633341, 2.656539, 2.719729, 2.979296",\
|
|
"2.694702, 2.703394, 2.726592, 2.789782, 3.049350",\
|
|
"2.774854, 2.783547, 2.806745, 2.869935, 3.129502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "2.526729, 2.537871, 2.572621, 2.698718, 3.308064",\
|
|
"2.568773, 2.579915, 2.614665, 2.740762, 3.350108",\
|
|
"2.618625, 2.629767, 2.664517, 2.790614, 3.399960",\
|
|
"2.688678, 2.699821, 2.734571, 2.860667, 3.470014",\
|
|
"2.768830, 2.779973, 2.814723, 2.940820, 3.550166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361",\
|
|
"0.021474, 0.032291, 0.072742, 0.251150, 1.128361");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "2.532753, 2.541445, 2.564643, 2.627833, 2.887401",\
|
|
"2.574797, 2.583489, 2.606687, 2.669877, 2.929445",\
|
|
"2.624649, 2.633341, 2.656539, 2.719729, 2.979296",\
|
|
"2.694702, 2.703394, 2.726592, 2.789782, 3.049350",\
|
|
"2.774854, 2.783547, 2.806745, 2.869935, 3.129502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002831, 0.013103, 0.052331, 0.212331, 1.000000");
|
|
values ( "0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236",\
|
|
"0.020331, 0.026055, 0.043745, 0.116608, 0.476236");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[10] */
|
|
|
|
pin("wb_dat_o[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002077 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[9];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "2.511780, 2.522983, 2.557754, 2.683816, 3.293233",\
|
|
"2.553824, 2.565027, 2.599798, 2.725860, 3.335277",\
|
|
"2.603676, 2.614879, 2.649650, 2.775712, 3.385129",\
|
|
"2.673729, 2.684932, 2.719704, 2.845765, 3.455182",\
|
|
"2.753881, 2.765084, 2.799856, 2.925917, 3.535334");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "2.517651, 2.526422, 2.549669, 2.612822, 2.872431",\
|
|
"2.559695, 2.568466, 2.591713, 2.654866, 2.914475",\
|
|
"2.609547, 2.618318, 2.641565, 2.704718, 2.964327",\
|
|
"2.679600, 2.688371, 2.711618, 2.774771, 3.034380",\
|
|
"2.759753, 2.768523, 2.791770, 2.854923, 3.114532");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "2.511780, 2.522983, 2.557754, 2.683816, 3.293233",\
|
|
"2.553824, 2.565027, 2.599798, 2.725860, 3.335277",\
|
|
"2.603676, 2.614879, 2.649650, 2.775712, 3.385129",\
|
|
"2.673729, 2.684932, 2.719704, 2.845765, 3.455182",\
|
|
"2.753881, 2.765084, 2.799856, 2.925917, 3.535334");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013",\
|
|
"0.021205, 0.032031, 0.072478, 0.250800, 1.128013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "2.517651, 2.526422, 2.549669, 2.612822, 2.872431",\
|
|
"2.559695, 2.568466, 2.591713, 2.654866, 2.914475",\
|
|
"2.609547, 2.618318, 2.641565, 2.704718, 2.964327",\
|
|
"2.679600, 2.688371, 2.711618, 2.774771, 3.034380",\
|
|
"2.759753, 2.768523, 2.791770, 2.854923, 3.114532");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002577, 0.012849, 0.052077, 0.212077, 1.000000");
|
|
values ( "0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920",\
|
|
"0.020181, 0.025940, 0.043647, 0.116420, 0.475920");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[9] */
|
|
|
|
pin("wb_dat_o[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003342 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[8];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "2.531232, 2.542131, 2.576814, 2.703248, 3.313319",\
|
|
"2.573276, 2.584175, 2.618859, 2.745292, 3.355363",\
|
|
"2.623128, 2.634027, 2.668710, 2.795144, 3.405215",\
|
|
"2.693182, 2.704080, 2.738764, 2.865197, 3.475269",\
|
|
"2.773334, 2.784232, 2.818916, 2.945349, 3.555421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "2.536803, 2.545194, 2.568228, 2.631755, 2.891477",\
|
|
"2.578847, 2.587238, 2.610272, 2.673799, 2.933521",\
|
|
"2.628700, 2.637090, 2.660124, 2.723651, 2.983373",\
|
|
"2.698753, 2.707144, 2.730177, 2.793704, 3.053426",\
|
|
"2.778905, 2.787296, 2.810330, 2.873857, 3.133578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "2.531232, 2.542131, 2.576814, 2.703248, 3.313319",\
|
|
"2.573276, 2.584175, 2.618859, 2.745292, 3.355363",\
|
|
"2.623128, 2.634027, 2.668710, 2.795144, 3.405215",\
|
|
"2.693182, 2.704080, 2.738764, 2.865197, 3.475269",\
|
|
"2.773334, 2.784232, 2.818916, 2.945349, 3.555421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794",\
|
|
"0.022553, 0.033328, 0.073767, 0.252986, 1.131794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "2.536803, 2.545194, 2.568228, 2.631755, 2.891477",\
|
|
"2.578847, 2.587238, 2.610272, 2.673799, 2.933521",\
|
|
"2.628700, 2.637090, 2.660124, 2.723651, 2.983373",\
|
|
"2.698753, 2.707144, 2.730177, 2.793704, 3.053426",\
|
|
"2.778905, 2.787296, 2.810330, 2.873857, 3.133578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003842, 0.014115, 0.053342, 0.213342, 1.000000");
|
|
values ( "0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206",\
|
|
"0.020927, 0.026503, 0.044108, 0.117785, 0.479206");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[8] */
|
|
|
|
pin("wb_dat_o[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002224 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "2.502300, 2.513466, 2.548219, 2.674285, 3.283602",\
|
|
"2.544344, 2.555510, 2.590263, 2.716329, 3.325646",\
|
|
"2.594196, 2.605361, 2.640115, 2.766181, 3.375498",\
|
|
"2.664249, 2.675415, 2.710169, 2.836234, 3.445552",\
|
|
"2.744402, 2.755567, 2.790321, 2.916386, 3.525704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "2.515471, 2.524196, 2.547411, 2.610567, 2.870119",\
|
|
"2.557515, 2.566240, 2.589455, 2.652611, 2.912163",\
|
|
"2.607368, 2.616092, 2.639307, 2.702463, 2.962015",\
|
|
"2.677421, 2.686146, 2.709361, 2.772516, 3.032068",\
|
|
"2.757573, 2.766298, 2.789513, 2.852669, 3.112221");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "2.502300, 2.513466, 2.548219, 2.674285, 3.283602",\
|
|
"2.544344, 2.555510, 2.590263, 2.716329, 3.325646",\
|
|
"2.594196, 2.605361, 2.640115, 2.766181, 3.375498",\
|
|
"2.664249, 2.675415, 2.710169, 2.836234, 3.445552",\
|
|
"2.744402, 2.755567, 2.790321, 2.916386, 3.525704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017",\
|
|
"0.021361, 0.032184, 0.072635, 0.250962, 1.128017");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "2.515471, 2.524196, 2.547411, 2.610567, 2.870119",\
|
|
"2.557515, 2.566240, 2.589455, 2.652611, 2.912163",\
|
|
"2.607368, 2.616092, 2.639307, 2.702463, 2.962015",\
|
|
"2.677421, 2.686146, 2.709361, 2.772516, 3.032068",\
|
|
"2.757573, 2.766298, 2.789513, 2.852669, 3.112221");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002724, 0.012996, 0.052224, 0.212224, 1.000000");
|
|
values ( "0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918",\
|
|
"0.020268, 0.026007, 0.043707, 0.116484, 0.475918");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[7] */
|
|
|
|
pin("wb_dat_o[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001164 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[6];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "2.491945, 2.503457, 2.538274, 2.664001, 3.272666",\
|
|
"2.533989, 2.545501, 2.580317, 2.706045, 3.314710",\
|
|
"2.583841, 2.595353, 2.630170, 2.755897, 3.364563",\
|
|
"2.653894, 2.665407, 2.700223, 2.825950, 3.434616",\
|
|
"2.734046, 2.745559, 2.780375, 2.906102, 3.514768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "2.509510, 2.518668, 2.542054, 2.604866, 2.863807",\
|
|
"2.551554, 2.560712, 2.584098, 2.646910, 2.905851",\
|
|
"2.601406, 2.610564, 2.633950, 2.696762, 2.955703",\
|
|
"2.671459, 2.680617, 2.704004, 2.766815, 3.025756",\
|
|
"2.751612, 2.760769, 2.784156, 2.846967, 3.105909");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "2.491945, 2.503457, 2.538274, 2.664001, 3.272666",\
|
|
"2.533989, 2.545501, 2.580317, 2.706045, 3.314710",\
|
|
"2.583841, 2.595353, 2.630170, 2.755897, 3.364563",\
|
|
"2.653894, 2.665407, 2.700223, 2.825950, 3.434616",\
|
|
"2.734046, 2.745559, 2.780375, 2.906102, 3.514768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477",\
|
|
"0.020207, 0.031102, 0.071564, 0.249063, 1.124477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "2.509510, 2.518668, 2.542054, 2.604866, 2.863807",\
|
|
"2.551554, 2.560712, 2.584098, 2.646910, 2.905851",\
|
|
"2.601406, 2.610564, 2.633950, 2.696762, 2.955703",\
|
|
"2.671459, 2.680617, 2.704004, 2.766815, 3.025756",\
|
|
"2.751612, 2.760769, 2.784156, 2.846967, 3.105909");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001664, 0.011937, 0.051164, 0.211164, 1.000000");
|
|
values ( "0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543",\
|
|
"0.019586, 0.025535, 0.043328, 0.115261, 0.472543");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[6] */
|
|
|
|
pin("wb_dat_o[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001202 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[5];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "2.452491, 2.464000, 2.498856, 2.624823, 3.234567",\
|
|
"2.494535, 2.506045, 2.540900, 2.666867, 3.276611",\
|
|
"2.544387, 2.555897, 2.590752, 2.716719, 3.326463",\
|
|
"2.614440, 2.625950, 2.660805, 2.786772, 3.396516",\
|
|
"2.694593, 2.706102, 2.740957, 2.866925, 3.476669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "2.480075, 2.489226, 2.512647, 2.575705, 2.835512",\
|
|
"2.522119, 2.531270, 2.554691, 2.617749, 2.877556",\
|
|
"2.571971, 2.581122, 2.604543, 2.667601, 2.927408",\
|
|
"2.642025, 2.651175, 2.674597, 2.737655, 2.997462",\
|
|
"2.722177, 2.731327, 2.754749, 2.817807, 3.077614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "2.452491, 2.464000, 2.498856, 2.624823, 3.234567",\
|
|
"2.494535, 2.506045, 2.540900, 2.666867, 3.276611",\
|
|
"2.544387, 2.555897, 2.590752, 2.716719, 3.326463",\
|
|
"2.614440, 2.625950, 2.660805, 2.786772, 3.396516",\
|
|
"2.694593, 2.706102, 2.740957, 2.866925, 3.476669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148",\
|
|
"0.020248, 0.031130, 0.071559, 0.249663, 1.127148");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "2.480075, 2.489226, 2.512647, 2.575705, 2.835512",\
|
|
"2.522119, 2.531270, 2.554691, 2.617749, 2.877556",\
|
|
"2.571971, 2.581122, 2.604543, 2.667601, 2.927408",\
|
|
"2.642025, 2.651175, 2.674597, 2.737655, 2.997462",\
|
|
"2.722177, 2.731327, 2.754749, 2.817807, 3.077614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001702, 0.011974, 0.051202, 0.211202, 1.000000");
|
|
values ( "0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155",\
|
|
"0.019611, 0.025542, 0.043302, 0.115851, 0.475155");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[5] */
|
|
|
|
pin("wb_dat_o[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001205 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[4];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "2.558936, 2.570442, 2.605299, 2.731302, 3.341249",\
|
|
"2.600980, 2.612486, 2.647342, 2.773346, 3.383293",\
|
|
"2.650832, 2.662338, 2.697195, 2.823198, 3.433145",\
|
|
"2.720885, 2.732391, 2.767248, 2.893252, 3.503198",\
|
|
"2.801038, 2.812543, 2.847400, 2.973404, 3.583350");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "2.569149, 2.578300, 2.601726, 2.664818, 2.924683",\
|
|
"2.611193, 2.620343, 2.643770, 2.706862, 2.966727",\
|
|
"2.661045, 2.670195, 2.693622, 2.756714, 3.016579",\
|
|
"2.731098, 2.740249, 2.763675, 2.826767, 3.086632",\
|
|
"2.811250, 2.820401, 2.843828, 2.906919, 3.166785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "2.558936, 2.570442, 2.605299, 2.731302, 3.341249",\
|
|
"2.600980, 2.612486, 2.647342, 2.773346, 3.383293",\
|
|
"2.650832, 2.662338, 2.697195, 2.823198, 3.433145",\
|
|
"2.720885, 2.732391, 2.767248, 2.893252, 3.503198",\
|
|
"2.801038, 2.812543, 2.847400, 2.973404, 3.583350");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529",\
|
|
"0.020253, 0.031135, 0.071557, 0.249750, 1.127529");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "2.569149, 2.578300, 2.601726, 2.664818, 2.924683",\
|
|
"2.611193, 2.620343, 2.643770, 2.706862, 2.966727",\
|
|
"2.661045, 2.670195, 2.693622, 2.756714, 3.016579",\
|
|
"2.731098, 2.740249, 2.763675, 2.826767, 3.086632",\
|
|
"2.811250, 2.820401, 2.843828, 2.906919, 3.166785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001705, 0.011977, 0.051205, 0.211204, 1.000000");
|
|
values ( "0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465",\
|
|
"0.019612, 0.025542, 0.043298, 0.115930, 0.475465");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[4] */
|
|
|
|
pin("wb_dat_o[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002477 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "2.529842, 2.540955, 2.575716, 2.701979, 3.311975",\
|
|
"2.571886, 2.582999, 2.617760, 2.744023, 3.354018",\
|
|
"2.621737, 2.632850, 2.667612, 2.793875, 3.403870",\
|
|
"2.691791, 2.702904, 2.737665, 2.863928, 3.473923",\
|
|
"2.771835, 2.782948, 2.817709, 2.943972, 3.553967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "2.566239, 2.574893, 2.598089, 2.661448, 2.921248",\
|
|
"2.608283, 2.616937, 2.640132, 2.703492, 2.963291",\
|
|
"2.658134, 2.666789, 2.689984, 2.753344, 3.013143",\
|
|
"2.728188, 2.736842, 2.760037, 2.823397, 3.083196",\
|
|
"2.808232, 2.816887, 2.840082, 2.903442, 3.163241");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "2.529842, 2.540955, 2.575716, 2.701979, 3.311975",\
|
|
"2.571886, 2.582999, 2.617760, 2.744023, 3.354018",\
|
|
"2.621737, 2.632850, 2.667612, 2.793875, 3.403870",\
|
|
"2.691791, 2.702904, 2.737665, 2.863928, 3.473923",\
|
|
"2.771835, 2.782948, 2.817709, 2.943972, 3.553967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160",\
|
|
"0.021629, 0.032435, 0.072868, 0.251688, 1.130160");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "2.566239, 2.574893, 2.598089, 2.661448, 2.921248",\
|
|
"2.608283, 2.616937, 2.640132, 2.703492, 2.963291",\
|
|
"2.658134, 2.666789, 2.689984, 2.753344, 3.013143",\
|
|
"2.728188, 2.736842, 2.760037, 2.823397, 3.083196",\
|
|
"2.808232, 2.816887, 2.840082, 2.903442, 3.163241");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002977, 0.013249, 0.052477, 0.212477, 1.000000");
|
|
values ( "0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811",\
|
|
"0.020416, 0.026114, 0.043777, 0.117059, 0.477811");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[3] */
|
|
|
|
pin("wb_dat_o[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001138 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "2.534523, 2.546047, 2.580868, 2.706593, 3.315265",\
|
|
"2.576567, 2.588091, 2.622912, 2.748637, 3.357309",\
|
|
"2.626419, 2.637943, 2.672764, 2.798489, 3.407161",\
|
|
"2.696472, 2.707996, 2.742817, 2.868542, 3.477214",\
|
|
"2.776516, 2.788041, 2.822861, 2.948587, 3.557258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "2.568792, 2.577962, 2.601354, 2.664165, 2.923116",\
|
|
"2.610836, 2.620006, 2.643398, 2.706209, 2.965160",\
|
|
"2.660687, 2.669858, 2.693250, 2.756061, 3.015012",\
|
|
"2.730741, 2.739911, 2.763303, 2.826114, 3.085065",\
|
|
"2.810785, 2.819955, 2.843348, 2.906159, 3.165110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "2.534523, 2.546047, 2.580868, 2.706593, 3.315265",\
|
|
"2.576567, 2.588091, 2.622912, 2.748637, 3.357309",\
|
|
"2.626419, 2.637943, 2.672764, 2.798489, 3.407161",\
|
|
"2.696472, 2.707996, 2.742817, 2.868542, 3.477214",\
|
|
"2.776516, 2.788041, 2.822861, 2.948587, 3.557258");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471",\
|
|
"0.020178, 0.031074, 0.071535, 0.249032, 1.124471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "2.568792, 2.577962, 2.601354, 2.664165, 2.923116",\
|
|
"2.610836, 2.620006, 2.643398, 2.706209, 2.965160",\
|
|
"2.660687, 2.669858, 2.693250, 2.756061, 3.015012",\
|
|
"2.730741, 2.739911, 2.763303, 2.826114, 3.085065",\
|
|
"2.810785, 2.819955, 2.843348, 2.906159, 3.165110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001638, 0.011910, 0.051138, 0.211138, 1.000000");
|
|
values ( "0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546",\
|
|
"0.019568, 0.025523, 0.043317, 0.115249, 0.472546");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[2] */
|
|
|
|
pin("wb_dat_o[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001122 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "2.500692, 2.512223, 2.547042, 2.672734, 3.281235",\
|
|
"2.542736, 2.554267, 2.589086, 2.714777, 3.323279",\
|
|
"2.592588, 2.604119, 2.638938, 2.764629, 3.373131",\
|
|
"2.662641, 2.674172, 2.708991, 2.834682, 3.443184",\
|
|
"2.742685, 2.754217, 2.789035, 2.914727, 3.523228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "2.542586, 2.551763, 2.575153, 2.637931, 2.896842",\
|
|
"2.584630, 2.593807, 2.617197, 2.679975, 2.938887",\
|
|
"2.634482, 2.643659, 2.667049, 2.729826, 2.988739",\
|
|
"2.704535, 2.713712, 2.737102, 2.799880, 3.058792",\
|
|
"2.784580, 2.793756, 2.817147, 2.879924, 3.138836");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "2.500692, 2.512223, 2.547042, 2.672734, 3.281235",\
|
|
"2.542736, 2.554267, 2.589086, 2.714777, 3.323279",\
|
|
"2.592588, 2.604119, 2.638938, 2.764629, 3.373131",\
|
|
"2.662641, 2.674172, 2.708991, 2.834682, 3.443184",\
|
|
"2.742685, 2.754217, 2.789035, 2.914727, 3.523228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099",\
|
|
"0.020159, 0.031057, 0.071523, 0.248934, 1.124099");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "2.542586, 2.551763, 2.575153, 2.637931, 2.896842",\
|
|
"2.584630, 2.593807, 2.617197, 2.679975, 2.938887",\
|
|
"2.634482, 2.643659, 2.667049, 2.729826, 2.988739",\
|
|
"2.704535, 2.713712, 2.737102, 2.799880, 3.058792",\
|
|
"2.784580, 2.793756, 2.817147, 2.879924, 3.138836");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001622, 0.011894, 0.051122, 0.211122, 1.000000");
|
|
values ( "0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241",\
|
|
"0.019558, 0.025517, 0.043316, 0.115165, 0.472241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[1] */
|
|
|
|
pin("wb_dat_o[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002262 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_dat_o[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "2.500389, 2.511549, 2.546307, 2.672403, 3.281804",\
|
|
"2.542433, 2.553593, 2.588351, 2.714447, 3.323848",\
|
|
"2.592285, 2.603445, 2.638202, 2.764299, 3.373700",\
|
|
"2.662338, 2.673498, 2.708256, 2.834352, 3.443753",\
|
|
"2.742383, 2.753542, 2.788300, 2.914397, 3.523797");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "2.542238, 2.550952, 2.574165, 2.637355, 2.896950",\
|
|
"2.584282, 2.592996, 2.616209, 2.679399, 2.938994",\
|
|
"2.634134, 2.642848, 2.666061, 2.729250, 2.988846",\
|
|
"2.704187, 2.712901, 2.736114, 2.799304, 3.058899",\
|
|
"2.784231, 2.792946, 2.816158, 2.879348, 3.138943");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "2.500389, 2.511549, 2.546307, 2.672403, 3.281804",\
|
|
"2.542433, 2.553593, 2.588351, 2.714447, 3.323848",\
|
|
"2.592285, 2.603445, 2.638202, 2.764299, 3.373700",\
|
|
"2.662338, 2.673498, 2.708256, 2.834352, 3.443753",\
|
|
"2.742383, 2.753542, 2.788300, 2.914397, 3.523797");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360",\
|
|
"0.021401, 0.032220, 0.072669, 0.251073, 1.128360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "2.542238, 2.550952, 2.574165, 2.637355, 2.896950",\
|
|
"2.584282, 2.592996, 2.616209, 2.679399, 2.938994",\
|
|
"2.634134, 2.642848, 2.666061, 2.729250, 2.988846",\
|
|
"2.704187, 2.712901, 2.736114, 2.799304, 3.058899",\
|
|
"2.784231, 2.792946, 2.816158, 2.879348, 3.138943");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002762, 0.013035, 0.052262, 0.212262, 1.000000");
|
|
values ( "0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235",\
|
|
"0.020290, 0.026023, 0.043717, 0.116576, 0.476235");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[0] */
|
|
} /* end of bus wb_dat_o */
|
|
bus ( wb_sel_i ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : input ;
|
|
|
|
pin("wb_sel_i[3]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004231 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.640543, 0.598499, 0.548647, 0.478594, 0.398442",\
|
|
"0.678174, 0.636130, 0.586278, 0.516225, 0.436073",\
|
|
"0.700672, 0.658628, 0.608776, 0.538723, 0.458571",\
|
|
"0.726015, 0.683971, 0.634119, 0.564066, 0.483914",\
|
|
"0.739089, 0.697045, 0.647193, 0.577140, 0.496987");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.770042, 0.727998, 0.678146, 0.608093, 0.527940",\
|
|
"0.823236, 0.781192, 0.731340, 0.661287, 0.581134",\
|
|
"0.878734, 0.836690, 0.786838, 0.716784, 0.636632",\
|
|
"0.966531, 0.924487, 0.874635, 0.804581, 0.724429",\
|
|
"1.109366, 1.067322, 1.017470, 0.947416, 0.867264");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.408158, -0.366114, -0.316262, -0.246209, -0.166057",\
|
|
"-0.445789, -0.403746, -0.353893, -0.283840, -0.203688",\
|
|
"-0.468287, -0.426243, -0.376391, -0.306338, -0.226186",\
|
|
"-0.493630, -0.451586, -0.401734, -0.331681, -0.251529",\
|
|
"-0.506704, -0.464660, -0.414808, -0.344755, -0.264602");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.080815, 0.122858, 0.172711, 0.242764, 0.322916",\
|
|
"0.027621, 0.069665, 0.119517, 0.189570, 0.269722",\
|
|
"-0.027877, 0.014167, 0.064019, 0.134072, 0.214224",\
|
|
"-0.115777, -0.073733, -0.023881, 0.046173, 0.126325",\
|
|
"-0.259097, -0.217053, -0.167201, -0.097148, -0.016995");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[3] */
|
|
|
|
pin("wb_sel_i[2]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003417 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.664202, 0.622158, 0.572306, 0.502253, 0.422100",\
|
|
"0.701633, 0.659589, 0.609737, 0.539683, 0.459531",\
|
|
"0.724277, 0.682233, 0.632381, 0.562328, 0.482176",\
|
|
"0.749539, 0.707495, 0.657643, 0.587589, 0.507437",\
|
|
"0.763662, 0.721618, 0.671766, 0.601713, 0.521560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.693978, 0.651935, 0.602082, 0.532029, 0.451877",\
|
|
"0.747135, 0.705092, 0.655239, 0.585186, 0.505034",\
|
|
"0.802967, 0.760923, 0.711071, 0.641018, 0.560865",\
|
|
"0.890196, 0.848152, 0.798300, 0.728247, 0.648094",\
|
|
"1.032144, 0.990100, 0.940248, 0.870195, 0.790042");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.431817, -0.389773, -0.339921, -0.269867, -0.189715",\
|
|
"-0.469247, -0.427204, -0.377351, -0.307298, -0.227146",\
|
|
"-0.491892, -0.449848, -0.399996, -0.329943, -0.249790",\
|
|
"-0.517154, -0.475110, -0.425258, -0.355204, -0.275052",\
|
|
"-0.531277, -0.489233, -0.439381, -0.369327, -0.289175");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.079786, 0.121830, 0.171682, 0.241735, 0.321887",\
|
|
"0.026629, 0.068672, 0.118525, 0.188578, 0.268730",\
|
|
"-0.029353, 0.012691, 0.062543, 0.132596, 0.212748",\
|
|
"-0.117034, -0.074990, -0.025138, 0.044916, 0.125068",\
|
|
"-0.260642, -0.218598, -0.168746, -0.098693, -0.018541");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[2] */
|
|
|
|
pin("wb_sel_i[1]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002919 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[1];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.412921, 0.370877, 0.321025, 0.250972, 0.170820",\
|
|
"0.450220, 0.408176, 0.358324, 0.288270, 0.208118",\
|
|
"0.473045, 0.431001, 0.381149, 0.311095, 0.230943",\
|
|
"0.498253, 0.456209, 0.406357, 0.336304, 0.256152",\
|
|
"0.512927, 0.470883, 0.421031, 0.350978, 0.270826");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.525344, 0.483300, 0.433448, 0.363395, 0.283242",\
|
|
"0.578476, 0.536432, 0.486580, 0.416527, 0.336375",\
|
|
"0.634375, 0.592331, 0.542479, 0.472425, 0.392273",\
|
|
"0.721647, 0.679603, 0.629751, 0.559698, 0.479546",\
|
|
"0.863315, 0.821271, 0.771419, 0.701365, 0.621213");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.084149, -0.042105, 0.007747, 0.077800, 0.157952",\
|
|
"-0.121448, -0.079404, -0.029552, 0.040501, 0.120654",\
|
|
"-0.144264, -0.102220, -0.052368, 0.017685, 0.097837",\
|
|
"-0.169415, -0.127371, -0.077519, -0.007466, 0.072686",\
|
|
"-0.184333, -0.142289, -0.092437, -0.022384, 0.057769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.210324, 0.252367, 0.302220, 0.372273, 0.452425",\
|
|
"0.157191, 0.199235, 0.249087, 0.319141, 0.399293",\
|
|
"0.101133, 0.143177, 0.193029, 0.263083, 0.343235",\
|
|
"0.013481, 0.055525, 0.105377, 0.175430, 0.255582",\
|
|
"-0.129573, -0.087529, -0.037677, 0.032376, 0.112529");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[1] */
|
|
|
|
pin("wb_sel_i[0]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003031 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_sel_i[0];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.484493, 0.442449, 0.392597, 0.322544, 0.242391",\
|
|
"0.521796, 0.479752, 0.429900, 0.359847, 0.279695",\
|
|
"0.544610, 0.502566, 0.452714, 0.382660, 0.302508",\
|
|
"0.569796, 0.527752, 0.477900, 0.407846, 0.327694",\
|
|
"0.584373, 0.542329, 0.492477, 0.422423, 0.342271");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.617518, 0.575474, 0.525622, 0.455569, 0.375417",\
|
|
"0.670652, 0.628609, 0.578756, 0.508703, 0.428551",\
|
|
"0.726518, 0.684474, 0.634622, 0.564569, 0.484417",\
|
|
"0.813727, 0.771683, 0.721831, 0.651778, 0.571625",\
|
|
"0.955303, 0.913259, 0.863407, 0.793353, 0.713201");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.121666, -0.079622, -0.029770, 0.040283, 0.120436",\
|
|
"-0.158969, -0.116926, -0.067073, 0.002980, 0.083132",\
|
|
"-0.181783, -0.139739, -0.089887, -0.019834, 0.060319",\
|
|
"-0.206969, -0.164925, -0.115073, -0.045019, 0.035133",\
|
|
"-0.221546, -0.179502, -0.129650, -0.059597, 0.020556");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.073525, 0.115569, 0.165421, 0.235474, 0.315626",\
|
|
"0.020390, 0.062434, 0.112286, 0.182340, 0.262492",\
|
|
"-0.035475, 0.006568, 0.056421, 0.126474, 0.206626",\
|
|
"-0.122684, -0.080640, -0.030788, 0.039265, 0.119418",\
|
|
"-0.264260, -0.222216, -0.172364, -0.102311, -0.022158");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[0] */
|
|
} /* end of bus wb_sel_i */
|
|
|
|
pin("wbbd_sck") {
|
|
direction : internal ;
|
|
clock : true ;
|
|
max_transition : 1.504316 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.322276 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : _7149_/Q;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.397058");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.533315");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwh*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.176852, 1.218896, 1.268748, 1.338801, 1.418953");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.064708, 0.064708, 0.064708, 0.064708, 0.064708");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.217106, 1.259150, 1.309002, 1.379056, 1.459208");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.052667, 0.052667, 0.052667, 0.052667, 0.052667");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.176852, 1.218896, 1.268748, 1.338801, 1.418953");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.064708, 0.064708, 0.064708, 0.064708, 0.064708");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "1.217106, 1.259150, 1.309002, 1.379056, 1.459208");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.052667, 0.052667, 0.052667, 0.052667, 0.052667");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|