mirror of https://github.com/efabless/caravel.git
30779 lines
1.3 MiB
30779 lines
1.3 MiB
|
|
library("housekeeping.ff") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Tue Oct 18 15:34:27 2022" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.9500 ;
|
|
nom_temperature : -40.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ff_1.95v_-40C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.9500 ;
|
|
temperature : -40.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ff_1.95v_-40C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 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.001383 ;
|
|
|
|
/* 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.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.297812, 0.306220, 0.331917, 0.424885, 0.878873",\
|
|
"0.328220, 0.336628, 0.362325, 0.455293, 0.909282",\
|
|
"0.344010, 0.352419, 0.378116, 0.471084, 0.914765",\
|
|
"0.352230, 0.360639, 0.386336, 0.479304, 0.914765",\
|
|
"0.352230, 0.360639, 0.386336, 0.479304, 0.914765");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.015965, 0.024177, 0.054722, 0.184852, 0.851373",\
|
|
"0.015965, 0.024177, 0.054722, 0.184852, 0.851373",\
|
|
"0.015965, 0.024177, 0.054722, 0.184852, 0.851373",\
|
|
"0.015965, 0.024178, 0.054722, 0.184852, 0.851373",\
|
|
"0.015967, 0.024179, 0.054723, 0.184852, 0.851373");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.303291, 0.309768, 0.326896, 0.372025, 0.563479",\
|
|
"0.352210, 0.358687, 0.375815, 0.420944, 0.612399",\
|
|
"0.400997, 0.407474, 0.424602, 0.469732, 0.661186",\
|
|
"0.479448, 0.485925, 0.503053, 0.548182, 0.739636",\
|
|
"0.615528, 0.622005, 0.639133, 0.684262, 0.875717");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634");
|
|
}
|
|
|
|
} /* 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.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.297812, 0.306220, 0.331917, 0.424885, 0.878873",\
|
|
"0.328220, 0.336628, 0.362325, 0.455293, 0.909282",\
|
|
"0.333702, 0.342111, 0.367808, 0.460776, 0.914765",\
|
|
"0.333702, 0.342111, 0.367808, 0.460776, 0.914765",\
|
|
"0.333702, 0.342111, 0.367808, 0.460776, 0.914765");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.015965, 0.024177, 0.054722, 0.184852, 0.851373",\
|
|
"0.015965, 0.024177, 0.054722, 0.184852, 0.851373",\
|
|
"0.015965, 0.024177, 0.054722, 0.184852, 0.851373",\
|
|
"0.015965, 0.024178, 0.054722, 0.184852, 0.851373",\
|
|
"0.015967, 0.024179, 0.054723, 0.184852, 0.851373");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.303291, 0.309768, 0.326896, 0.372025, 0.563479",\
|
|
"0.352210, 0.358687, 0.375815, 0.420944, 0.612399",\
|
|
"0.400997, 0.407474, 0.424602, 0.469732, 0.661186",\
|
|
"0.479448, 0.485925, 0.503053, 0.548182, 0.739636",\
|
|
"0.615528, 0.622005, 0.639133, 0.684262, 0.875717");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634",\
|
|
"0.014737, 0.019245, 0.032730, 0.080918, 0.343634");
|
|
}
|
|
|
|
} /* 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.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.363946, 0.372357, 0.398056, 0.491024, 0.913883",\
|
|
"0.363946, 0.372357, 0.398056, 0.491024, 0.913883",\
|
|
"0.363946, 0.372357, 0.398056, 0.491024, 0.913883",\
|
|
"0.351955, 0.360365, 0.386064, 0.479033, 0.913883",\
|
|
"0.289799, 0.298209, 0.323909, 0.416877, 0.870866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.015976, 0.024187, 0.054727, 0.184852, 0.851372",\
|
|
"0.015976, 0.024187, 0.054727, 0.184852, 0.851372",\
|
|
"0.015977, 0.024187, 0.054727, 0.184852, 0.851372",\
|
|
"0.015977, 0.024188, 0.054727, 0.184852, 0.851372",\
|
|
"0.015979, 0.024189, 0.054728, 0.184852, 0.851372");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.313646, 0.320124, 0.337256, 0.382381, 0.573834",\
|
|
"0.365125, 0.371603, 0.388735, 0.433860, 0.625313",\
|
|
"0.426346, 0.432824, 0.449956, 0.495081, 0.686534",\
|
|
"0.531532, 0.538011, 0.555143, 0.600268, 0.791721",\
|
|
"0.719416, 0.725894, 0.743026, 0.788151, 0.979605");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636");
|
|
}
|
|
|
|
} /* 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.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.332817, 0.341227, 0.366926, 0.459894, 0.913883",\
|
|
"0.332817, 0.341227, 0.366926, 0.459894, 0.913883",\
|
|
"0.332817, 0.341227, 0.366926, 0.459894, 0.913883",\
|
|
"0.332817, 0.341227, 0.366926, 0.459894, 0.913883",\
|
|
"0.289799, 0.298209, 0.323909, 0.416877, 0.870866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.015976, 0.024187, 0.054727, 0.184852, 0.851372",\
|
|
"0.015976, 0.024187, 0.054727, 0.184852, 0.851372",\
|
|
"0.015977, 0.024187, 0.054727, 0.184852, 0.851372",\
|
|
"0.015977, 0.024188, 0.054727, 0.184852, 0.851372",\
|
|
"0.015979, 0.024189, 0.054728, 0.184852, 0.851372");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.312189, 0.318668, 0.335800, 0.380925, 0.572378",\
|
|
"0.363668, 0.370146, 0.387279, 0.432403, 0.623856",\
|
|
"0.425047, 0.431526, 0.448658, 0.493783, 0.685236",\
|
|
"0.530547, 0.537025, 0.554157, 0.599282, 0.790735",\
|
|
"0.719416, 0.725894, 0.743026, 0.788151, 0.979605");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001883, 0.012155, 0.051383, 0.211383, 1.000000");
|
|
values ( "0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636",\
|
|
"0.014736, 0.019245, 0.032727, 0.080917, 0.343636");
|
|
}
|
|
|
|
} /* 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.002642 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_mode;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002692 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_oeb;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002643 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : debug_out;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001680 ;
|
|
|
|
/* 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.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.389154, 0.474368, 0.582329, 0.683182, 1.278183",\
|
|
"0.422167, 0.507381, 0.615341, 0.716195, 1.311195",\
|
|
"0.438776, 0.523991, 0.631951, 0.732805, 1.314293",\
|
|
"0.446921, 0.532135, 0.640095, 0.740949, 1.314293",\
|
|
"0.446921, 0.532135, 0.640095, 0.740949, 1.314293");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.019710, 0.124785, 0.284077, 0.430892, 1.298144",\
|
|
"0.019710, 0.124785, 0.284077, 0.430892, 1.298144",\
|
|
"0.019710, 0.124785, 0.284077, 0.430892, 1.298144",\
|
|
"0.019710, 0.124785, 0.284077, 0.430892, 1.298144",\
|
|
"0.019711, 0.124785, 0.284077, 0.430892, 1.298144");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.426300, 0.487987, 0.551757, 0.611241, 0.957798",\
|
|
"0.474837, 0.536524, 0.600294, 0.659778, 1.006335",\
|
|
"0.532031, 0.593719, 0.657488, 0.716972, 1.063529",\
|
|
"0.622500, 0.684188, 0.747957, 0.807442, 1.153998",\
|
|
"0.775798, 0.837486, 0.901255, 0.960739, 1.307296");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.017478, 0.074292, 0.159833, 0.237466, 0.713354",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713354",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713354",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713354",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713354");
|
|
}
|
|
|
|
} /* 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.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.389154, 0.474368, 0.582329, 0.683182, 1.278183",\
|
|
"0.422167, 0.507381, 0.615341, 0.716195, 1.311195",\
|
|
"0.425265, 0.510479, 0.618439, 0.719292, 1.314293",\
|
|
"0.425265, 0.510479, 0.618439, 0.719292, 1.314293",\
|
|
"0.425265, 0.510479, 0.618439, 0.719292, 1.314293");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.019710, 0.124785, 0.284077, 0.430892, 1.298141",\
|
|
"0.019710, 0.124785, 0.284077, 0.430892, 1.298141",\
|
|
"0.019710, 0.124785, 0.284077, 0.430892, 1.298141",\
|
|
"0.019710, 0.124785, 0.284077, 0.430892, 1.298141",\
|
|
"0.019711, 0.124785, 0.284077, 0.430892, 1.298141");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.426300, 0.487987, 0.551757, 0.611241, 0.957798",\
|
|
"0.474837, 0.536524, 0.600294, 0.659778, 1.006335",\
|
|
"0.532031, 0.593719, 0.657488, 0.716972, 1.063529",\
|
|
"0.622500, 0.684188, 0.747957, 0.807442, 1.153998",\
|
|
"0.775798, 0.837486, 0.901255, 0.960739, 1.307296");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002180, 0.090407, 0.211680, 0.325519, 1.000000");
|
|
values ( "0.017478, 0.074292, 0.159833, 0.237466, 0.713351",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713351",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713351",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713351",\
|
|
"0.017478, 0.074292, 0.159833, 0.237466, 0.713351");
|
|
}
|
|
|
|
} /* 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.001325 ;
|
|
|
|
/* 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.000740 ;
|
|
|
|
/* 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.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.466042, 0.474720, 0.500572, 0.594517, 1.018261",\
|
|
"0.466042, 0.474720, 0.500572, 0.594517, 1.018261",\
|
|
"0.466042, 0.474720, 0.500572, 0.594517, 1.018261",\
|
|
"0.454222, 0.462900, 0.488752, 0.582696, 1.018261",\
|
|
"0.392056, 0.400734, 0.426587, 0.520531, 0.975512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.015787, 0.023976, 0.054297, 0.188279, 0.854443",\
|
|
"0.015787, 0.023976, 0.054297, 0.188279, 0.854443",\
|
|
"0.015787, 0.023976, 0.054297, 0.188279, 0.854443",\
|
|
"0.015787, 0.023977, 0.054297, 0.188279, 0.854443",\
|
|
"0.015789, 0.023979, 0.054298, 0.188279, 0.854443");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.436032, 0.442691, 0.459896, 0.505865, 0.698383",\
|
|
"0.487520, 0.494179, 0.511383, 0.557352, 0.749871",\
|
|
"0.548459, 0.555118, 0.572322, 0.618291, 0.810810",\
|
|
"0.653247, 0.659907, 0.677111, 0.723080, 0.915598",\
|
|
"0.843275, 0.849934, 0.867139, 0.913108, 1.105626");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.014404, 0.018995, 0.032547, 0.084229, 0.346820",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346820",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346820",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346820",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346820");
|
|
}
|
|
|
|
} /* 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.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.434806, 0.443484, 0.469336, 0.563280, 1.018261",\
|
|
"0.434806, 0.443484, 0.469336, 0.563280, 1.018261",\
|
|
"0.434806, 0.443484, 0.469336, 0.563280, 1.018261",\
|
|
"0.434806, 0.443484, 0.469336, 0.563280, 1.018261",\
|
|
"0.392056, 0.400734, 0.426587, 0.520531, 0.975512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.015787, 0.023976, 0.054297, 0.188279, 0.854443",\
|
|
"0.015787, 0.023976, 0.054297, 0.188279, 0.854443",\
|
|
"0.015787, 0.023976, 0.054297, 0.188279, 0.854443",\
|
|
"0.015787, 0.023977, 0.054297, 0.188279, 0.854443",\
|
|
"0.015789, 0.023979, 0.054298, 0.188279, 0.854443");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.433562, 0.440221, 0.457426, 0.503395, 0.695913",\
|
|
"0.485050, 0.491709, 0.508913, 0.554882, 0.747401",\
|
|
"0.546113, 0.552772, 0.569976, 0.615945, 0.808464",\
|
|
"0.651158, 0.657817, 0.675021, 0.720990, 0.913509",\
|
|
"0.841391, 0.848051, 0.865255, 0.911224, 1.103742");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.014404, 0.018995, 0.032547, 0.084229, 0.346819",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346819",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346819",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346819",\
|
|
"0.014404, 0.018995, 0.032547, 0.084229, 0.346819");
|
|
}
|
|
|
|
} /* 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.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.410708, 0.419385, 0.445237, 0.539181, 0.994161",\
|
|
"0.442439, 0.451116, 0.476968, 0.570912, 1.025892",\
|
|
"0.458762, 0.467439, 0.493291, 0.587235, 1.029476",\
|
|
"0.466847, 0.475524, 0.501376, 0.595320, 1.029476",\
|
|
"0.466847, 0.475524, 0.501376, 0.595320, 1.029476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015786, 0.023975, 0.054297, 0.188279, 0.854443");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.423723, 0.430384, 0.447591, 0.493557, 0.686075",\
|
|
"0.472152, 0.478812, 0.496020, 0.541986, 0.734503",\
|
|
"0.527664, 0.534325, 0.551532, 0.597498, 0.790016",\
|
|
"0.621668, 0.628329, 0.645536, 0.691502, 0.884019",\
|
|
"0.776757, 0.783418, 0.800625, 0.846591, 1.039109");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821");
|
|
}
|
|
|
|
} /* 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.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.410708, 0.419385, 0.445237, 0.539181, 0.994161",\
|
|
"0.442439, 0.451116, 0.476968, 0.570912, 1.025892",\
|
|
"0.446021, 0.454699, 0.480551, 0.574495, 1.029476",\
|
|
"0.446021, 0.454699, 0.480551, 0.574495, 1.029476",\
|
|
"0.446021, 0.454699, 0.480551, 0.574495, 1.029476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015783, 0.023973, 0.054296, 0.188279, 0.854443",\
|
|
"0.015786, 0.023975, 0.054297, 0.188279, 0.854443");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.423723, 0.430384, 0.447591, 0.493557, 0.686075",\
|
|
"0.472152, 0.478812, 0.496020, 0.541986, 0.734503",\
|
|
"0.527664, 0.534325, 0.551532, 0.597498, 0.790016",\
|
|
"0.621668, 0.628329, 0.645536, 0.691502, 0.884019",\
|
|
"0.776757, 0.783418, 0.800625, 0.846591, 1.039109");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001240, 0.011513, 0.050740, 0.210740, 1.000000");
|
|
values ( "0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821",\
|
|
"0.014404, 0.018996, 0.032545, 0.084228, 0.346821");
|
|
}
|
|
|
|
} /* 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.001859 ;
|
|
|
|
/* 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.002643 ;
|
|
|
|
/* 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.001623 ;
|
|
|
|
/* 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.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.459240, 0.467645, 0.493520, 0.588136, 1.016863",\
|
|
"0.459240, 0.467645, 0.493520, 0.588136, 1.016863",\
|
|
"0.447778, 0.456183, 0.482058, 0.576675, 1.016863",\
|
|
"0.350576, 0.358981, 0.384857, 0.479474, 0.937003",\
|
|
"-0.028459, -0.020051, 0.005827, 0.100444, 0.557974");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.016326, 0.024467, 0.054809, 0.190559, 0.861840",\
|
|
"0.016327, 0.024467, 0.054810, 0.190559, 0.861840",\
|
|
"0.016328, 0.024469, 0.054810, 0.190559, 0.861840",\
|
|
"0.016332, 0.024472, 0.054812, 0.190559, 0.861839",\
|
|
"0.016348, 0.024486, 0.054819, 0.190560, 0.861838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.460789, 0.467212, 0.484406, 0.531062, 0.721908",\
|
|
"0.554891, 0.561314, 0.578508, 0.625165, 0.816010",\
|
|
"0.681750, 0.688173, 0.705366, 0.752023, 0.942868",\
|
|
"0.944430, 0.950853, 0.968046, 1.014703, 1.205549",\
|
|
"1.567142, 1.573565, 1.590757, 1.637415, 1.828261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.014887, 0.019275, 0.032686, 0.086103, 0.351838",\
|
|
"0.014887, 0.019275, 0.032686, 0.086103, 0.351838",\
|
|
"0.014888, 0.019275, 0.032686, 0.086103, 0.351838",\
|
|
"0.014888, 0.019275, 0.032686, 0.086103, 0.351838",\
|
|
"0.014888, 0.019275, 0.032687, 0.086103, 0.351838");
|
|
}
|
|
|
|
} /* 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.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.427102, 0.435506, 0.461379, 0.555995, 1.013524",\
|
|
"0.427102, 0.435506, 0.461379, 0.555995, 1.013524",\
|
|
"0.427102, 0.435506, 0.461379, 0.555995, 1.013524",\
|
|
"0.347457, 0.355861, 0.381736, 0.476352, 0.933881",\
|
|
"-0.030906, -0.022499, 0.003379, 0.097996, 0.555525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.016318, 0.024460, 0.054806, 0.190559, 0.861839",\
|
|
"0.016319, 0.024461, 0.054806, 0.190559, 0.861839",\
|
|
"0.016320, 0.024462, 0.054807, 0.190559, 0.861839",\
|
|
"0.016325, 0.024466, 0.054809, 0.190559, 0.861839",\
|
|
"0.016342, 0.024481, 0.054816, 0.190560, 0.861839");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.444407, 0.450830, 0.468024, 0.514681, 0.705526",\
|
|
"0.539034, 0.545457, 0.562651, 0.609308, 0.800153",\
|
|
"0.667550, 0.673973, 0.691167, 0.737823, 0.928668",\
|
|
"0.932526, 0.938949, 0.956143, 1.002799, 1.193645",\
|
|
"1.558393, 1.564816, 1.582009, 1.628666, 1.819512");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.014888, 0.019275, 0.032686, 0.086103, 0.351837",\
|
|
"0.014888, 0.019275, 0.032686, 0.086103, 0.351837",\
|
|
"0.014888, 0.019275, 0.032686, 0.086103, 0.351837",\
|
|
"0.014888, 0.019275, 0.032686, 0.086103, 0.351837",\
|
|
"0.014888, 0.019275, 0.032687, 0.086103, 0.351837");
|
|
}
|
|
|
|
} /* 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.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.426650, 0.435056, 0.460932, 0.555549, 1.013078",\
|
|
"0.458377, 0.466783, 0.492659, 0.587276, 1.044805",\
|
|
"0.474578, 0.482984, 0.508860, 0.603478, 1.048037",\
|
|
"0.482618, 0.491024, 0.516900, 0.611517, 1.048037",\
|
|
"0.482618, 0.491024, 0.516900, 0.611517, 1.048037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.016336, 0.024476, 0.054813, 0.190559, 0.861839",\
|
|
"0.016336, 0.024476, 0.054813, 0.190559, 0.861839",\
|
|
"0.016336, 0.024476, 0.054813, 0.190559, 0.861839",\
|
|
"0.016336, 0.024476, 0.054814, 0.190559, 0.861839",\
|
|
"0.016338, 0.024478, 0.054815, 0.190560, 0.861839");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.432008, 0.438432, 0.455629, 0.502282, 0.693127",\
|
|
"0.480440, 0.486864, 0.504061, 0.550714, 0.741558",\
|
|
"0.536127, 0.542551, 0.559748, 0.606401, 0.797246",\
|
|
"0.627295, 0.633719, 0.650915, 0.697569, 0.888413",\
|
|
"0.786950, 0.793374, 0.810570, 0.857224, 1.048069");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032684, 0.086103, 0.351839");
|
|
}
|
|
|
|
} /* 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.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.426650, 0.435056, 0.460932, 0.555549, 1.013078",\
|
|
"0.458377, 0.466783, 0.492659, 0.587276, 1.044805",\
|
|
"0.461608, 0.470014, 0.495891, 0.590508, 1.048037",\
|
|
"0.461608, 0.470014, 0.495891, 0.590508, 1.048037",\
|
|
"0.461608, 0.470014, 0.495891, 0.590508, 1.048037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.016336, 0.024475, 0.054813, 0.190559, 0.861839",\
|
|
"0.016336, 0.024475, 0.054813, 0.190559, 0.861839",\
|
|
"0.016336, 0.024475, 0.054813, 0.190559, 0.861839",\
|
|
"0.016336, 0.024476, 0.054814, 0.190559, 0.861839",\
|
|
"0.016338, 0.024478, 0.054815, 0.190560, 0.861839");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.431280, 0.437704, 0.454901, 0.501554, 0.692399",\
|
|
"0.479712, 0.486136, 0.503332, 0.549986, 0.740830",\
|
|
"0.536127, 0.542551, 0.559748, 0.606401, 0.797246",\
|
|
"0.627295, 0.633719, 0.650915, 0.697569, 0.888413",\
|
|
"0.786950, 0.793374, 0.810570, 0.857224, 1.048069");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002123, 0.012395, 0.051623, 0.211623, 1.000000");
|
|
values ( "0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032683, 0.086103, 0.351839",\
|
|
"0.014886, 0.019275, 0.032684, 0.086103, 0.351839");
|
|
}
|
|
|
|
} /* 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.000684 ;
|
|
|
|
/* 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.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.379789, 0.386518, 0.403837, 0.449844, 0.642159",\
|
|
"0.414705, 0.421435, 0.438753, 0.484760, 0.677075",\
|
|
"0.441931, 0.448661, 0.465980, 0.511988, 0.704303",\
|
|
"0.465804, 0.472537, 0.489863, 0.535874, 0.728190",\
|
|
"0.468728, 0.475470, 0.492816, 0.538836, 0.731156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.014762, 0.019382, 0.032894, 0.084251, 0.346270",\
|
|
"0.014762, 0.019382, 0.032894, 0.084251, 0.346270",\
|
|
"0.014765, 0.019385, 0.032897, 0.084252, 0.346271",\
|
|
"0.014784, 0.019404, 0.032913, 0.084260, 0.346274",\
|
|
"0.014838, 0.019461, 0.032959, 0.084283, 0.346286");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.371651, 0.380524, 0.406530, 0.500463, 0.955269",\
|
|
"0.422297, 0.431170, 0.457177, 0.551109, 1.005915",\
|
|
"0.483778, 0.492651, 0.518658, 0.612590, 1.067396",\
|
|
"0.585588, 0.594466, 0.620478, 0.714412, 1.169219",\
|
|
"0.759346, 0.768239, 0.794265, 0.888202, 1.343013");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.016765, 0.024832, 0.054699, 0.188147, 0.853767",\
|
|
"0.016765, 0.024832, 0.054699, 0.188147, 0.853767",\
|
|
"0.016768, 0.024834, 0.054700, 0.188147, 0.853767",\
|
|
"0.016797, 0.024860, 0.054713, 0.188148, 0.853765",\
|
|
"0.016885, 0.024937, 0.054750, 0.188152, 0.853758");
|
|
}
|
|
|
|
} /* 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.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.379789, 0.386518, 0.403837, 0.449844, 0.642159",\
|
|
"0.414705, 0.421435, 0.438753, 0.484760, 0.677075",\
|
|
"0.441931, 0.448661, 0.465980, 0.511988, 0.704303",\
|
|
"0.465804, 0.472537, 0.489863, 0.535874, 0.728190",\
|
|
"0.468728, 0.475470, 0.492816, 0.538836, 0.731156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.014762, 0.019382, 0.032894, 0.084251, 0.346270",\
|
|
"0.014762, 0.019382, 0.032894, 0.084251, 0.346270",\
|
|
"0.014765, 0.019385, 0.032897, 0.084252, 0.346271",\
|
|
"0.014784, 0.019404, 0.032913, 0.084260, 0.346274",\
|
|
"0.014838, 0.019461, 0.032959, 0.084283, 0.346286");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.371651, 0.380524, 0.406530, 0.500463, 0.955269",\
|
|
"0.422297, 0.431170, 0.457177, 0.551109, 1.005915",\
|
|
"0.483778, 0.492651, 0.518658, 0.612590, 1.067396",\
|
|
"0.585588, 0.594466, 0.620478, 0.714412, 1.169219",\
|
|
"0.759346, 0.768239, 0.794265, 0.888202, 1.343013");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001184, 0.011456, 0.050684, 0.210684, 1.000000");
|
|
values ( "0.016765, 0.024832, 0.054699, 0.188147, 0.853767",\
|
|
"0.016765, 0.024832, 0.054699, 0.188147, 0.853767",\
|
|
"0.016768, 0.024834, 0.054700, 0.188147, 0.853767",\
|
|
"0.016797, 0.024860, 0.054713, 0.188148, 0.853765",\
|
|
"0.016885, 0.024937, 0.054750, 0.188152, 0.853758");
|
|
}
|
|
|
|
} /* 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.002052 ;
|
|
|
|
/* 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.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.408405, 0.416626, 0.442498, 0.537274, 0.994531",\
|
|
"0.443322, 0.451542, 0.477414, 0.572190, 1.029447",\
|
|
"0.470507, 0.478727, 0.504600, 0.599375, 1.056632",\
|
|
"0.494147, 0.502367, 0.528240, 0.623015, 1.080272",\
|
|
"0.497388, 0.505609, 0.531481, 0.626257, 1.083527");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015924, 0.024132, 0.054778, 0.191022, 0.862355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.414526, 0.420875, 0.438114, 0.484878, 0.676125",\
|
|
"0.465172, 0.471521, 0.488760, 0.535524, 0.726771",\
|
|
"0.526647, 0.532996, 0.550235, 0.596999, 0.788246",\
|
|
"0.628397, 0.634746, 0.651985, 0.698749, 0.889995",\
|
|
"0.802118, 0.808467, 0.825704, 0.872470, 1.063717");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015045, 0.019429, 0.032714, 0.086668, 0.344709",\
|
|
"0.015045, 0.019429, 0.032714, 0.086668, 0.344709",\
|
|
"0.015045, 0.019429, 0.032714, 0.086668, 0.344709",\
|
|
"0.015045, 0.019429, 0.032714, 0.086668, 0.344709",\
|
|
"0.015046, 0.019428, 0.032716, 0.086669, 0.344709");
|
|
}
|
|
|
|
} /* 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.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.408405, 0.416626, 0.442498, 0.537274, 0.994531",\
|
|
"0.443322, 0.451542, 0.477414, 0.572190, 1.029447",\
|
|
"0.470507, 0.478727, 0.504600, 0.599375, 1.056632",\
|
|
"0.494147, 0.502367, 0.528240, 0.623015, 1.080272",\
|
|
"0.497388, 0.505609, 0.531481, 0.626257, 1.083527");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015918, 0.024126, 0.054774, 0.191018, 0.862332",\
|
|
"0.015924, 0.024132, 0.054778, 0.191022, 0.862355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.414526, 0.420875, 0.438114, 0.484878, 0.676125",\
|
|
"0.465172, 0.471521, 0.488760, 0.535524, 0.726771",\
|
|
"0.526647, 0.532996, 0.550235, 0.596999, 0.788246",\
|
|
"0.628397, 0.634746, 0.651985, 0.698749, 0.889995",\
|
|
"0.802118, 0.808467, 0.825704, 0.872470, 1.063717");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002552, 0.012824, 0.052052, 0.212052, 1.000000");
|
|
values ( "0.015045, 0.019429, 0.032714, 0.086668, 0.342316",\
|
|
"0.015045, 0.019429, 0.032714, 0.086668, 0.342316",\
|
|
"0.015045, 0.019429, 0.032714, 0.086668, 0.342316",\
|
|
"0.015045, 0.019429, 0.032714, 0.086668, 0.342316",\
|
|
"0.015046, 0.019428, 0.032716, 0.086669, 0.342315");
|
|
}
|
|
|
|
} /* 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.003100 ;
|
|
|
|
/* 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.001073 ;
|
|
|
|
/* 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.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.348898, 0.357488, 0.383355, 0.477493, 0.933149",\
|
|
"0.383715, 0.392305, 0.418172, 0.512310, 0.967966",\
|
|
"0.410877, 0.419467, 0.445334, 0.539472, 0.995128",\
|
|
"0.434178, 0.442768, 0.468636, 0.562774, 1.018430",\
|
|
"0.435170, 0.443760, 0.469628, 0.563766, 1.019422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.016108, 0.024266, 0.054552, 0.188995, 0.856525",\
|
|
"0.016108, 0.024266, 0.054552, 0.188995, 0.856525",\
|
|
"0.016108, 0.024266, 0.054552, 0.188995, 0.856525",\
|
|
"0.016108, 0.024267, 0.054552, 0.188995, 0.856525",\
|
|
"0.016109, 0.024267, 0.054552, 0.188995, 0.856525");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.341420, 0.348016, 0.365280, 0.411365, 0.601153",\
|
|
"0.392103, 0.398700, 0.415964, 0.462048, 0.651836",\
|
|
"0.453793, 0.460390, 0.477654, 0.523738, 0.713526",\
|
|
"0.556212, 0.562808, 0.580071, 0.626156, 0.815944",\
|
|
"0.725903, 0.732498, 0.749759, 0.795847, 0.985636");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.014580, 0.019117, 0.032548, 0.084772, 0.346944",\
|
|
"0.014580, 0.019117, 0.032548, 0.084772, 0.346944",\
|
|
"0.014580, 0.019117, 0.032548, 0.084772, 0.346944",\
|
|
"0.014580, 0.019117, 0.032549, 0.084773, 0.346944",\
|
|
"0.014580, 0.019117, 0.032550, 0.084773, 0.346944");
|
|
}
|
|
|
|
} /* 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.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.348898, 0.357488, 0.383355, 0.477493, 0.933149",\
|
|
"0.383715, 0.392305, 0.418172, 0.512310, 0.967966",\
|
|
"0.410877, 0.419467, 0.445334, 0.539472, 0.995128",\
|
|
"0.434178, 0.442768, 0.468636, 0.562774, 1.018430",\
|
|
"0.435170, 0.443760, 0.469628, 0.563766, 1.019422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.016108, 0.024266, 0.054552, 0.188995, 0.856525",\
|
|
"0.016108, 0.024266, 0.054552, 0.188995, 0.856525",\
|
|
"0.016108, 0.024266, 0.054552, 0.188995, 0.856525",\
|
|
"0.016108, 0.024267, 0.054552, 0.188995, 0.856525",\
|
|
"0.016109, 0.024267, 0.054552, 0.188995, 0.856525");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.340196, 0.346793, 0.364057, 0.410141, 0.599929",\
|
|
"0.390880, 0.397476, 0.414740, 0.460824, 0.650612",\
|
|
"0.452602, 0.459199, 0.476463, 0.522547, 0.712335",\
|
|
"0.555130, 0.561726, 0.578989, 0.625074, 0.814862",\
|
|
"0.725903, 0.732498, 0.749759, 0.795847, 0.985636");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001573, 0.011845, 0.051073, 0.211073, 1.000000");
|
|
values ( "0.014580, 0.019117, 0.032548, 0.084772, 0.346945",\
|
|
"0.014580, 0.019117, 0.032548, 0.084772, 0.346945",\
|
|
"0.014580, 0.019117, 0.032548, 0.084772, 0.346944",\
|
|
"0.014580, 0.019117, 0.032549, 0.084773, 0.346944",\
|
|
"0.014580, 0.019117, 0.032550, 0.084773, 0.346943");
|
|
}
|
|
|
|
} /* 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.001320 ;
|
|
|
|
/* 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.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.315978, 0.322488, 0.339698, 0.386095, 0.576231",\
|
|
"0.346256, 0.352765, 0.369976, 0.416373, 0.576572",\
|
|
"0.359750, 0.366259, 0.383469, 0.429867, 0.576572",\
|
|
"0.359750, 0.366259, 0.383469, 0.429867, 0.576572",\
|
|
"0.359750, 0.366259, 0.383469, 0.429867, 0.576572");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.014719, 0.019182, 0.032627, 0.085438, 0.349289",\
|
|
"0.014719, 0.019182, 0.032627, 0.085438, 0.349289",\
|
|
"0.014719, 0.019182, 0.032628, 0.085438, 0.349289",\
|
|
"0.014719, 0.019182, 0.032628, 0.085438, 0.349289",\
|
|
"0.014720, 0.019181, 0.032631, 0.085439, 0.349287");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.358114, 0.366886, 0.393026, 0.487478, 0.944169",\
|
|
"0.408678, 0.417450, 0.443590, 0.538042, 0.994733",\
|
|
"0.472257, 0.481029, 0.507170, 0.601621, 1.058313",\
|
|
"0.581750, 0.590524, 0.616666, 0.711118, 1.167810",\
|
|
"0.769728, 0.778504, 0.804649, 0.899102, 1.355794");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.017919, 0.025848, 0.055394, 0.189825, 0.859080",\
|
|
"0.017919, 0.025848, 0.055394, 0.189825, 0.859080",\
|
|
"0.017922, 0.025851, 0.055395, 0.189825, 0.859079",\
|
|
"0.017931, 0.025859, 0.055399, 0.189825, 0.859079",\
|
|
"0.017947, 0.025873, 0.055406, 0.189826, 0.859077");
|
|
}
|
|
|
|
} /* 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.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.315978, 0.322488, 0.339698, 0.386095, 0.576231",\
|
|
"0.316320, 0.322828, 0.340034, 0.386436, 0.576572",\
|
|
"0.316320, 0.322828, 0.340034, 0.386436, 0.576572",\
|
|
"0.316320, 0.322828, 0.340034, 0.386436, 0.576572",\
|
|
"0.316320, 0.322828, 0.340034, 0.386436, 0.576572");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.014719, 0.019182, 0.032627, 0.085438, 0.349289",\
|
|
"0.014719, 0.019182, 0.032627, 0.085438, 0.349289",\
|
|
"0.014719, 0.019182, 0.032628, 0.085438, 0.349289",\
|
|
"0.014719, 0.019182, 0.032628, 0.085438, 0.349289",\
|
|
"0.014720, 0.019181, 0.032631, 0.085439, 0.349287");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.358114, 0.366886, 0.393026, 0.487478, 0.944169",\
|
|
"0.408678, 0.417450, 0.443590, 0.538042, 0.994733",\
|
|
"0.472257, 0.481029, 0.507170, 0.601621, 1.058313",\
|
|
"0.581750, 0.590524, 0.616666, 0.711118, 1.167810",\
|
|
"0.769728, 0.778504, 0.804649, 0.899102, 1.355794");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001820, 0.012093, 0.051320, 0.211320, 1.000000");
|
|
values ( "0.017919, 0.025848, 0.055394, 0.189825, 0.859080",\
|
|
"0.017919, 0.025848, 0.055394, 0.189825, 0.859080",\
|
|
"0.017922, 0.025851, 0.055395, 0.189825, 0.859079",\
|
|
"0.017931, 0.025859, 0.055399, 0.189825, 0.859079",\
|
|
"0.017947, 0.025873, 0.055406, 0.189826, 0.859077");
|
|
}
|
|
|
|
} /* 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.002764 ;
|
|
|
|
/* 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.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.392910, 0.401030, 0.426938, 0.522223, 0.930792",\
|
|
"0.392910, 0.401030, 0.426938, 0.522223, 0.930792",\
|
|
"0.392910, 0.401030, 0.426938, 0.522223, 0.930792",\
|
|
"0.392370, 0.400490, 0.426398, 0.521683, 0.930792",\
|
|
"0.348837, 0.356957, 0.382865, 0.478150, 0.930460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.405114, 0.411329, 0.428526, 0.473740, 0.667809",\
|
|
"0.455678, 0.461893, 0.479090, 0.524304, 0.718373",\
|
|
"0.519251, 0.525466, 0.542663, 0.587877, 0.781946",\
|
|
"0.628725, 0.634940, 0.652137, 0.697350, 0.891420",\
|
|
"0.816668, 0.822883, 0.840080, 0.885293, 1.079363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.015373, 0.019649, 0.032858, 0.086991, 0.347877",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.347877",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.347877",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.347877",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.347877");
|
|
}
|
|
|
|
} /* 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.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.349169, 0.357289, 0.383197, 0.478482, 0.930792",\
|
|
"0.349169, 0.357289, 0.383197, 0.478482, 0.930792",\
|
|
"0.349169, 0.357289, 0.383197, 0.478482, 0.930792",\
|
|
"0.349169, 0.357289, 0.383197, 0.478482, 0.930792",\
|
|
"0.348837, 0.356957, 0.382865, 0.478150, 0.930460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115",\
|
|
"0.016471, 0.024645, 0.055253, 0.192751, 0.862115");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.405114, 0.411329, 0.428526, 0.473740, 0.667809",\
|
|
"0.455678, 0.461893, 0.479090, 0.524304, 0.718373",\
|
|
"0.519251, 0.525466, 0.542663, 0.587877, 0.781946",\
|
|
"0.628725, 0.634940, 0.652137, 0.697350, 0.891420",\
|
|
"0.816668, 0.822883, 0.840080, 0.885293, 1.079363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003264, 0.013537, 0.052764, 0.212764, 1.000000");
|
|
values ( "0.015373, 0.019649, 0.032858, 0.086991, 0.345600",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.345600",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.345600",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.345600",\
|
|
"0.015373, 0.019649, 0.032858, 0.086991, 0.345600");
|
|
}
|
|
|
|
} /* 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.002752 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "0.015410, 0.019647, 0.032956, 0.087494, 0.346218",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.346218",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.346218",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.346218",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.346218");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309",\
|
|
"1.595760, 1.604172, 1.630290, 1.725422, 2.184309");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412",\
|
|
"0.018911, 0.026782, 0.056370, 0.192558, 0.866412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869",\
|
|
"1.492947, 1.499130, 1.516216, 1.563334, 1.754869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003252, 0.013524, 0.052752, 0.212752, 1.000000");
|
|
values ( "0.015410, 0.019647, 0.032956, 0.087494, 0.344378",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.344378",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.344378",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.344378",\
|
|
"0.015410, 0.019647, 0.032956, 0.087494, 0.344378");
|
|
}
|
|
|
|
} /* 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.002707 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "0.015604, 0.019837, 0.033159, 0.087193, 0.345241",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.345241",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.345241",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.345241",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.345241");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956",\
|
|
"1.637860, 1.646428, 1.672701, 1.767718, 2.225956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583",\
|
|
"0.020063, 0.027784, 0.056872, 0.192200, 0.864583");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351",\
|
|
"1.522753, 1.528960, 1.546066, 1.593079, 1.784351");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003207, 0.013479, 0.052707, 0.212707, 1.000000");
|
|
values ( "0.015604, 0.019837, 0.033159, 0.087193, 0.343655",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.343655",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.343655",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.343655",\
|
|
"0.015604, 0.019837, 0.033159, 0.087193, 0.343655");
|
|
}
|
|
|
|
} /* 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.002868 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.015473, 0.019675, 0.032978, 0.086915, 0.347435",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.347435",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.347435",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.347435",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.347435");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089",\
|
|
"1.531569, 1.539806, 1.565759, 1.661031, 2.114089");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153",\
|
|
"0.017749, 0.025775, 0.055891, 0.193056, 0.863153");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671",\
|
|
"1.588229, 1.594388, 1.611467, 1.656752, 1.850671");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003368, 0.013640, 0.052868, 0.212868, 1.000000");
|
|
values ( "0.015473, 0.019675, 0.032978, 0.086915, 0.345270",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.345270",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.345270",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.345270",\
|
|
"0.015473, 0.019675, 0.032978, 0.086915, 0.345270");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004059 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : porb;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.004521 ;
|
|
|
|
/* 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.002281 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "1.705678, 1.712004, 1.729264, 1.774594, 1.968819",\
|
|
"1.705678, 1.712004, 1.729264, 1.774594, 1.968819",\
|
|
"1.705678, 1.712004, 1.729264, 1.774594, 1.968819",\
|
|
"1.705678, 1.712004, 1.729264, 1.774594, 1.968819",\
|
|
"1.705678, 1.712004, 1.729264, 1.774594, 1.968819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "0.015464, 0.019725, 0.033007, 0.086918, 0.347757",\
|
|
"0.015464, 0.019725, 0.033007, 0.086918, 0.347757",\
|
|
"0.015464, 0.019725, 0.033007, 0.086918, 0.347757",\
|
|
"0.015464, 0.019725, 0.033007, 0.086918, 0.347757",\
|
|
"0.015464, 0.019725, 0.033007, 0.086918, 0.347757");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579",\
|
|
"1.608916, 1.617461, 1.643690, 1.739055, 2.192579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395",\
|
|
"0.018745, 0.026591, 0.056034, 0.192713, 0.863395");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "1.705658, 1.711983, 1.729243, 1.774573, 1.968798",\
|
|
"1.705658, 1.711983, 1.729243, 1.774573, 1.968798",\
|
|
"1.705658, 1.711983, 1.729243, 1.774573, 1.968798",\
|
|
"1.705658, 1.711983, 1.729243, 1.774573, 1.968798",\
|
|
"1.705658, 1.711983, 1.729243, 1.774573, 1.968798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002781, 0.013053, 0.052281, 0.212281, 1.000000");
|
|
values ( "0.015463, 0.019723, 0.033006, 0.086918, 0.345522",\
|
|
"0.015463, 0.019723, 0.033006, 0.086918, 0.345522",\
|
|
"0.015463, 0.019723, 0.033006, 0.086918, 0.345522",\
|
|
"0.015463, 0.019723, 0.033006, 0.086918, 0.345522",\
|
|
"0.015463, 0.019723, 0.033006, 0.086918, 0.345522");
|
|
}
|
|
|
|
} /* 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.001535 ;
|
|
|
|
/* 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.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.402653, 0.411042, 0.436755, 0.529730, 0.983638",\
|
|
"0.437714, 0.446103, 0.471816, 0.564792, 1.018699",\
|
|
"0.464787, 0.473176, 0.498890, 0.591865, 1.045773",\
|
|
"0.488097, 0.496487, 0.522200, 0.615176, 1.069083",\
|
|
"0.489569, 0.497958, 0.523672, 0.616648, 1.070555");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.016272, 0.024453, 0.054924, 0.184983, 0.851358",\
|
|
"0.016272, 0.024453, 0.054924, 0.184983, 0.851358",\
|
|
"0.016272, 0.024453, 0.054924, 0.184983, 0.851358",\
|
|
"0.016273, 0.024454, 0.054924, 0.184983, 0.851358",\
|
|
"0.016275, 0.024456, 0.054925, 0.184983, 0.851358");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.394854, 0.401282, 0.418382, 0.463515, 0.654928",\
|
|
"0.445489, 0.451917, 0.469016, 0.514150, 0.705563",\
|
|
"0.506632, 0.513059, 0.530158, 0.575292, 0.766706",\
|
|
"0.610965, 0.617392, 0.634490, 0.679625, 0.871039",\
|
|
"0.778940, 0.785367, 0.802463, 0.847600, 1.039014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.014815, 0.019297, 0.032780, 0.080964, 0.343632",\
|
|
"0.014815, 0.019297, 0.032780, 0.080964, 0.343632",\
|
|
"0.014815, 0.019297, 0.032780, 0.080964, 0.343632",\
|
|
"0.014816, 0.019297, 0.032781, 0.080964, 0.343631",\
|
|
"0.014817, 0.019296, 0.032782, 0.080964, 0.343631");
|
|
}
|
|
|
|
} /* 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.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.402653, 0.411042, 0.436755, 0.529730, 0.983638",\
|
|
"0.437714, 0.446103, 0.471816, 0.564792, 1.018699",\
|
|
"0.464787, 0.473176, 0.498890, 0.591865, 1.045773",\
|
|
"0.488097, 0.496487, 0.522200, 0.615176, 1.069083",\
|
|
"0.489569, 0.497958, 0.523672, 0.616648, 1.070555");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.016272, 0.024453, 0.054924, 0.184983, 0.851358",\
|
|
"0.016272, 0.024453, 0.054924, 0.184983, 0.851358",\
|
|
"0.016272, 0.024453, 0.054924, 0.184983, 0.851358",\
|
|
"0.016273, 0.024454, 0.054924, 0.184983, 0.851358",\
|
|
"0.016275, 0.024456, 0.054925, 0.184983, 0.851358");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.394854, 0.401282, 0.418382, 0.463515, 0.654928",\
|
|
"0.445489, 0.451917, 0.469016, 0.514150, 0.705563",\
|
|
"0.506632, 0.513059, 0.530158, 0.575292, 0.766706",\
|
|
"0.610965, 0.617392, 0.634490, 0.679625, 0.871039",\
|
|
"0.778940, 0.785367, 0.802463, 0.847600, 1.039014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.014815, 0.019297, 0.032780, 0.080964, 0.343632",\
|
|
"0.014815, 0.019297, 0.032780, 0.080964, 0.343632",\
|
|
"0.014815, 0.019297, 0.032780, 0.080964, 0.343632",\
|
|
"0.014816, 0.019297, 0.032781, 0.080964, 0.343631",\
|
|
"0.014817, 0.019296, 0.032782, 0.080964, 0.343631");
|
|
}
|
|
|
|
} /* 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.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.277288, 0.285673, 0.311382, 0.404356, 0.840959",\
|
|
"0.277288, 0.285673, 0.311382, 0.404356, 0.840959",\
|
|
"0.275895, 0.284280, 0.309989, 0.402964, 0.840959",\
|
|
"0.256676, 0.265061, 0.290770, 0.383744, 0.837651",\
|
|
"0.189220, 0.197606, 0.223315, 0.316290, 0.770196");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.016245, 0.024430, 0.054912, 0.184982, 0.851361",\
|
|
"0.016245, 0.024430, 0.054912, 0.184982, 0.851361",\
|
|
"0.016245, 0.024430, 0.054912, 0.184982, 0.851361",\
|
|
"0.016246, 0.024430, 0.054912, 0.184982, 0.851360",\
|
|
"0.016247, 0.024432, 0.054913, 0.184982, 0.851360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.258848, 0.265275, 0.282372, 0.327508, 0.518922",\
|
|
"0.304864, 0.311291, 0.328388, 0.373524, 0.564938",\
|
|
"0.346291, 0.352717, 0.369815, 0.414950, 0.606365",\
|
|
"0.419575, 0.426002, 0.443099, 0.488235, 0.679649",\
|
|
"0.561925, 0.568352, 0.585449, 0.630585, 0.821999");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014817, 0.019296, 0.032782, 0.080964, 0.343631");
|
|
}
|
|
|
|
} /* 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.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.259984, 0.268370, 0.294078, 0.387053, 0.840959",\
|
|
"0.259984, 0.268370, 0.294078, 0.387053, 0.840959",\
|
|
"0.259984, 0.268370, 0.294078, 0.387053, 0.840959",\
|
|
"0.256676, 0.265061, 0.290770, 0.383744, 0.837651",\
|
|
"0.189220, 0.197606, 0.223315, 0.316290, 0.770196");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.016245, 0.024430, 0.054912, 0.184982, 0.851361",\
|
|
"0.016245, 0.024430, 0.054912, 0.184982, 0.851361",\
|
|
"0.016245, 0.024430, 0.054912, 0.184982, 0.851361",\
|
|
"0.016246, 0.024430, 0.054912, 0.184982, 0.851360",\
|
|
"0.016247, 0.024432, 0.054913, 0.184982, 0.851360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.258848, 0.265275, 0.282372, 0.327508, 0.518922",\
|
|
"0.304864, 0.311291, 0.328388, 0.373524, 0.564938",\
|
|
"0.346291, 0.352717, 0.369815, 0.414950, 0.606365",\
|
|
"0.419575, 0.426002, 0.443099, 0.488235, 0.679649",\
|
|
"0.561925, 0.568352, 0.585449, 0.630585, 0.821999");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014816, 0.019296, 0.032782, 0.080964, 0.343631",\
|
|
"0.014817, 0.019296, 0.032782, 0.080964, 0.343631");
|
|
}
|
|
|
|
} /* 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.002863 ;
|
|
|
|
/* 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.001186 ;
|
|
|
|
/* 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.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.923267, 1.931775, 1.957557, 2.051447, 2.505924",\
|
|
"1.955978, 1.964486, 1.990268, 2.084158, 2.538635",\
|
|
"1.979124, 1.987632, 2.013414, 2.107305, 2.558256",\
|
|
"1.994558, 2.003067, 2.028849, 2.122739, 2.558256",\
|
|
"1.994558, 2.003067, 2.028849, 2.122739, 2.558256");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.999052, 2.005573, 2.022697, 2.068617, 2.260763",\
|
|
"2.031763, 2.038283, 2.055408, 2.101328, 2.293474",\
|
|
"2.054909, 2.061430, 2.078554, 2.124474, 2.313095",\
|
|
"2.070344, 2.076864, 2.093989, 2.139909, 2.313095",\
|
|
"2.070344, 2.076864, 2.093989, 2.139909, 2.313095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.821070, 1.829575, 1.855354, 1.949243, 2.403719",\
|
|
"1.853781, 1.862286, 1.888065, 1.981954, 2.436430",\
|
|
"1.873402, 1.881907, 1.907686, 2.001575, 2.456051",\
|
|
"1.873402, 1.881907, 1.907686, 2.001575, 2.456051",\
|
|
"1.873402, 1.881907, 1.907686, 2.001575, 2.456051");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.892353, 1.898877, 1.916011, 1.961921, 2.154064",\
|
|
"1.925063, 1.931587, 1.948722, 1.994632, 2.186775",\
|
|
"1.944685, 1.951209, 1.968343, 2.014253, 2.206396",\
|
|
"1.944685, 1.951209, 1.968343, 2.014253, 2.206396",\
|
|
"1.944685, 1.951209, 1.968343, 2.014253, 2.206396");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232");
|
|
}
|
|
|
|
} /* 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.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.923426, 0.931932, 0.957711, 1.051601, 1.506076",\
|
|
"0.956086, 0.964591, 0.990371, 1.084260, 1.538736",\
|
|
"0.979603, 0.988109, 1.013888, 1.107777, 1.553656",\
|
|
"0.994430, 1.002935, 1.028714, 1.122604, 1.553656",\
|
|
"0.994430, 1.002935, 1.028714, 1.122604, 1.553656");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.022954, 1.029471, 1.046588, 1.092516, 1.284665",\
|
|
"1.055613, 1.062130, 1.079247, 1.125175, 1.317324",\
|
|
"1.079130, 1.085647, 1.102764, 1.148692, 1.332245",\
|
|
"1.093957, 1.100474, 1.117591, 1.163519, 1.332245",\
|
|
"1.093957, 1.100474, 1.117591, 1.163519, 1.332245");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224");
|
|
}
|
|
|
|
} /* 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.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.923426, 0.931932, 0.957711, 1.051601, 1.506076",\
|
|
"0.956086, 0.964591, 0.990371, 1.084260, 1.538736",\
|
|
"0.971006, 0.979512, 1.005291, 1.099181, 1.553656",\
|
|
"0.971006, 0.979512, 1.005291, 1.099181, 1.553656",\
|
|
"0.971006, 0.979512, 1.005291, 1.099181, 1.553656");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889",\
|
|
"0.015969, 0.024161, 0.054590, 0.188521, 0.853889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.022954, 1.029471, 1.046588, 1.092516, 1.284665",\
|
|
"1.055613, 1.062130, 1.079247, 1.125175, 1.317324",\
|
|
"1.070534, 1.077051, 1.094168, 1.140096, 1.332245",\
|
|
"1.070534, 1.077051, 1.094168, 1.140096, 1.332245",\
|
|
"1.070534, 1.077051, 1.094168, 1.140096, 1.332245");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224",\
|
|
"0.014654, 0.019152, 0.032698, 0.084248, 0.346224");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.760835, 1.769343, 1.795126, 1.889016, 2.343492",\
|
|
"1.760835, 1.769343, 1.795126, 1.889016, 2.343492",\
|
|
"1.760835, 1.769343, 1.795126, 1.889016, 2.343492",\
|
|
"1.760835, 1.769343, 1.795126, 1.889016, 2.343492",\
|
|
"1.760835, 1.769343, 1.795126, 1.889016, 2.343492");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887",\
|
|
"0.015987, 0.024177, 0.054598, 0.188522, 0.853887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.836621, 1.843141, 1.860265, 1.906185, 2.098332",\
|
|
"1.836621, 1.843141, 1.860265, 1.906185, 2.098332",\
|
|
"1.836621, 1.843141, 1.860265, 1.906185, 2.098332",\
|
|
"1.836621, 1.843141, 1.860265, 1.906185, 2.098332",\
|
|
"1.836621, 1.843141, 1.860265, 1.906185, 2.098332");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228",\
|
|
"0.014652, 0.019153, 0.032691, 0.084247, 0.346228");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.658638, 1.667143, 1.692922, 1.786811, 2.241287",\
|
|
"1.658638, 1.667143, 1.692922, 1.786811, 2.241287",\
|
|
"1.658638, 1.667143, 1.692922, 1.786811, 2.241287",\
|
|
"1.658638, 1.667143, 1.692922, 1.786811, 2.241287",\
|
|
"1.658638, 1.667143, 1.692922, 1.786811, 2.241287");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889",\
|
|
"0.015965, 0.024157, 0.054588, 0.188521, 0.853889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "1.729921, 1.736445, 1.753580, 1.799489, 1.991632",\
|
|
"1.729921, 1.736445, 1.753580, 1.799489, 1.991632",\
|
|
"1.729921, 1.736445, 1.753580, 1.799489, 1.991632",\
|
|
"1.729921, 1.736445, 1.753580, 1.799489, 1.991632",\
|
|
"1.729921, 1.736445, 1.753580, 1.799489, 1.991632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001686, 0.011959, 0.051186, 0.211186, 1.000000");
|
|
values ( "0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232",\
|
|
"0.014650, 0.019155, 0.032683, 0.084245, 0.346232");
|
|
}
|
|
|
|
} /* 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.000660 ;
|
|
|
|
/* 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.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.083917, 1.092650, 1.118465, 1.211292, 1.664610",\
|
|
"1.116576, 1.125310, 1.151125, 1.243952, 1.697270",\
|
|
"1.140094, 1.148827, 1.174642, 1.267469, 1.712190",\
|
|
"1.154920, 1.163654, 1.189469, 1.282295, 1.712190",\
|
|
"1.154920, 1.163654, 1.189469, 1.282295, 1.712190");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.146737, 1.153391, 1.170504, 1.215555, 1.406086",\
|
|
"1.179396, 1.186051, 1.203164, 1.248215, 1.438745",\
|
|
"1.202914, 1.209568, 1.226681, 1.271732, 1.453666",\
|
|
"1.217740, 1.224395, 1.241508, 1.286559, 1.453666",\
|
|
"1.217740, 1.224395, 1.241508, 1.286559, 1.453666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973");
|
|
}
|
|
|
|
} /* 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.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.083917, 1.092650, 1.118465, 1.211292, 1.664610",\
|
|
"1.116576, 1.125310, 1.151125, 1.243952, 1.697270",\
|
|
"1.131497, 1.140230, 1.166046, 1.258872, 1.712190",\
|
|
"1.131497, 1.140230, 1.166046, 1.258872, 1.712190",\
|
|
"1.131497, 1.140230, 1.166046, 1.258872, 1.712190");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794",\
|
|
"0.016030, 0.024206, 0.054461, 0.184472, 0.848794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.146737, 1.153391, 1.170504, 1.215555, 1.406086",\
|
|
"1.179396, 1.186051, 1.203164, 1.248215, 1.438745",\
|
|
"1.194317, 1.200972, 1.218085, 1.263136, 1.453666",\
|
|
"1.194317, 1.200972, 1.218085, 1.263136, 1.453666",\
|
|
"1.194317, 1.200972, 1.218085, 1.263136, 1.453666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973",\
|
|
"0.014358, 0.018987, 0.032629, 0.080881, 0.340973");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.786879, 1.795612, 1.821427, 1.914253, 2.367571",\
|
|
"1.786879, 1.795612, 1.821427, 1.914253, 2.367571",\
|
|
"1.786879, 1.795612, 1.821427, 1.914253, 2.367571",\
|
|
"1.786879, 1.795612, 1.821427, 1.914253, 2.367571",\
|
|
"1.786879, 1.795612, 1.821427, 1.914253, 2.367571");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.016028, 0.024204, 0.054460, 0.184472, 0.848795",\
|
|
"0.016028, 0.024204, 0.054460, 0.184472, 0.848795",\
|
|
"0.016028, 0.024204, 0.054460, 0.184472, 0.848795",\
|
|
"0.016028, 0.024204, 0.054460, 0.184472, 0.848795",\
|
|
"0.016028, 0.024204, 0.054460, 0.184472, 0.848795");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.823090, 1.829744, 1.846853, 1.891908, 2.082439",\
|
|
"1.823090, 1.829744, 1.846853, 1.891908, 2.082439",\
|
|
"1.823090, 1.829744, 1.846853, 1.891908, 2.082439",\
|
|
"1.823090, 1.829744, 1.846853, 1.891908, 2.082439",\
|
|
"1.823090, 1.829744, 1.846853, 1.891908, 2.082439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.014358, 0.018986, 0.032631, 0.080881, 0.340972",\
|
|
"0.014358, 0.018986, 0.032631, 0.080881, 0.340972",\
|
|
"0.014358, 0.018986, 0.032631, 0.080881, 0.340972",\
|
|
"0.014358, 0.018986, 0.032631, 0.080881, 0.340972",\
|
|
"0.014358, 0.018986, 0.032631, 0.080881, 0.340972");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.558771, 1.567502, 1.593315, 1.686141, 2.139459",\
|
|
"1.558771, 1.567502, 1.593315, 1.686141, 2.139459",\
|
|
"1.558771, 1.567502, 1.593315, 1.686141, 2.139459",\
|
|
"1.558771, 1.567502, 1.593315, 1.686141, 2.139459",\
|
|
"1.558771, 1.567502, 1.593315, 1.686141, 2.139459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.016016, 0.024194, 0.054455, 0.184471, 0.848796",\
|
|
"0.016016, 0.024194, 0.054455, 0.184471, 0.848796",\
|
|
"0.016016, 0.024194, 0.054455, 0.184471, 0.848796",\
|
|
"0.016016, 0.024194, 0.054455, 0.184471, 0.848796",\
|
|
"0.016016, 0.024194, 0.054455, 0.184471, 0.848796");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "1.641623, 1.648283, 1.665406, 1.710446, 1.900973",\
|
|
"1.641623, 1.648283, 1.665406, 1.710446, 1.900973",\
|
|
"1.641623, 1.648283, 1.665406, 1.710446, 1.900973",\
|
|
"1.641623, 1.648283, 1.665406, 1.710446, 1.900973",\
|
|
"1.641623, 1.648283, 1.665406, 1.710446, 1.900973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001160, 0.011432, 0.050660, 0.210660, 1.000000");
|
|
values ( "0.014360, 0.018989, 0.032620, 0.080880, 0.340978",\
|
|
"0.014360, 0.018989, 0.032620, 0.080880, 0.340978",\
|
|
"0.014360, 0.018989, 0.032620, 0.080880, 0.340978",\
|
|
"0.014360, 0.018989, 0.032620, 0.080880, 0.340978",\
|
|
"0.014360, 0.018989, 0.032620, 0.080880, 0.340978");
|
|
}
|
|
|
|
} /* 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.000805 ;
|
|
|
|
/* 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.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.926220, 0.934879, 0.960669, 1.053548, 1.507168",\
|
|
"0.958879, 0.967538, 0.993328, 1.086207, 1.539827",\
|
|
"0.982396, 0.991056, 1.016846, 1.109724, 1.554748",\
|
|
"0.997223, 1.005882, 1.031672, 1.124551, 1.554748",\
|
|
"0.997223, 1.005882, 1.031672, 1.124551, 1.554748");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "1.010460, 1.017077, 1.034190, 1.079293, 1.270187",\
|
|
"1.043120, 1.049737, 1.066849, 1.111952, 1.302847",\
|
|
"1.066637, 1.073254, 1.090366, 1.135469, 1.317768",\
|
|
"1.081463, 1.088081, 1.105193, 1.150296, 1.317768",\
|
|
"1.081463, 1.088081, 1.105193, 1.150296, 1.317768");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901");
|
|
}
|
|
|
|
} /* 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.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.926220, 0.934879, 0.960669, 1.053548, 1.507168",\
|
|
"0.958879, 0.967538, 0.993328, 1.086207, 1.539827",\
|
|
"0.973800, 0.982459, 1.008249, 1.101128, 1.554748",\
|
|
"0.973800, 0.982459, 1.008249, 1.101128, 1.554748",\
|
|
"0.973800, 0.982459, 1.008249, 1.101128, 1.554748");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700",\
|
|
"0.015969, 0.024156, 0.054486, 0.184518, 0.849700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "1.010460, 1.017077, 1.034190, 1.079293, 1.270187",\
|
|
"1.043120, 1.049737, 1.066849, 1.111952, 1.302847",\
|
|
"1.058040, 1.064658, 1.081770, 1.126873, 1.317768",\
|
|
"1.058040, 1.064658, 1.081770, 1.126873, 1.317768",\
|
|
"1.058040, 1.064658, 1.081770, 1.126873, 1.317768");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901",\
|
|
"0.014441, 0.019035, 0.032651, 0.080862, 0.341901");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "1.781837, 1.790498, 1.816288, 1.909168, 2.362788",\
|
|
"1.781837, 1.790498, 1.816288, 1.909168, 2.362788",\
|
|
"1.781837, 1.790498, 1.816288, 1.909168, 2.362788",\
|
|
"1.781837, 1.790498, 1.816288, 1.909168, 2.362788",\
|
|
"1.781837, 1.790498, 1.816288, 1.909168, 2.362788");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.015975, 0.024162, 0.054489, 0.184518, 0.849699",\
|
|
"0.015975, 0.024162, 0.054489, 0.184518, 0.849699",\
|
|
"0.015975, 0.024162, 0.054489, 0.184518, 0.849699",\
|
|
"0.015975, 0.024162, 0.054489, 0.184518, 0.849699",\
|
|
"0.015975, 0.024162, 0.054489, 0.184518, 0.849699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "1.818909, 1.825525, 1.842635, 1.887740, 2.078636",\
|
|
"1.818909, 1.825525, 1.842635, 1.887740, 2.078636",\
|
|
"1.818909, 1.825525, 1.842635, 1.887740, 2.078636",\
|
|
"1.818909, 1.825525, 1.842635, 1.887740, 2.078636",\
|
|
"1.818909, 1.825525, 1.842635, 1.887740, 2.078636");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.014440, 0.019035, 0.032653, 0.080862, 0.341900",\
|
|
"0.014440, 0.019035, 0.032653, 0.080862, 0.341900",\
|
|
"0.014440, 0.019035, 0.032653, 0.080862, 0.341900",\
|
|
"0.014440, 0.019035, 0.032653, 0.080862, 0.341900",\
|
|
"0.014440, 0.019035, 0.032653, 0.080862, 0.341900");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "1.553784, 1.562443, 1.588232, 1.681110, 2.134730",\
|
|
"1.553784, 1.562443, 1.588232, 1.681110, 2.134730",\
|
|
"1.553784, 1.562443, 1.588232, 1.681110, 2.134730",\
|
|
"1.553784, 1.562443, 1.588232, 1.681110, 2.134730",\
|
|
"1.553784, 1.562443, 1.588232, 1.681110, 2.134730");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.015963, 0.024150, 0.054483, 0.184518, 0.849701",\
|
|
"0.015963, 0.024150, 0.054483, 0.184518, 0.849701",\
|
|
"0.015963, 0.024150, 0.054483, 0.184518, 0.849701",\
|
|
"0.015963, 0.024150, 0.054483, 0.184518, 0.849701",\
|
|
"0.015963, 0.024150, 0.054483, 0.184518, 0.849701");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "1.637493, 1.644115, 1.661237, 1.706330, 1.897221",\
|
|
"1.637493, 1.644115, 1.661237, 1.706330, 1.897221",\
|
|
"1.637493, 1.644115, 1.661237, 1.706330, 1.897221",\
|
|
"1.637493, 1.644115, 1.661237, 1.706330, 1.897221",\
|
|
"1.637493, 1.644115, 1.661237, 1.706330, 1.897221");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001305, 0.011577, 0.050805, 0.210805, 1.000000");
|
|
values ( "0.014442, 0.019037, 0.032643, 0.080861, 0.341906",\
|
|
"0.014442, 0.019037, 0.032643, 0.080861, 0.341906",\
|
|
"0.014442, 0.019037, 0.032643, 0.080861, 0.341906",\
|
|
"0.014442, 0.019037, 0.032643, 0.080861, 0.341906",\
|
|
"0.014442, 0.019037, 0.032643, 0.080861, 0.341906");
|
|
}
|
|
|
|
} /* 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.000792 ;
|
|
|
|
/* 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.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.926525, 0.935118, 0.960845, 1.053707, 1.507318",\
|
|
"0.959185, 0.967778, 0.993504, 1.086366, 1.539977",\
|
|
"0.982702, 0.991295, 1.017022, 1.109884, 1.554898",\
|
|
"0.997529, 1.006122, 1.031848, 1.124710, 1.554898",\
|
|
"0.997529, 1.006122, 1.031848, 1.124710, 1.554898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "1.034187, 1.040810, 1.057929, 1.103027, 1.293924",\
|
|
"1.066846, 1.073470, 1.090588, 1.135687, 1.326584",\
|
|
"1.090364, 1.096987, 1.114106, 1.159204, 1.341504",\
|
|
"1.105190, 1.111813, 1.128932, 1.174030, 1.341504",\
|
|
"1.105190, 1.111813, 1.128932, 1.174030, 1.341504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903");
|
|
}
|
|
|
|
} /* 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.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.926525, 0.935118, 0.960845, 1.053707, 1.507318",\
|
|
"0.959185, 0.967778, 0.993504, 1.086366, 1.539977",\
|
|
"0.974106, 0.982698, 1.008425, 1.101287, 1.554898",\
|
|
"0.974106, 0.982698, 1.008425, 1.101287, 1.554898",\
|
|
"0.974106, 0.982698, 1.008425, 1.101287, 1.554898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015546, 0.023786, 0.054300, 0.184492, 0.849732");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "1.034187, 1.040810, 1.057929, 1.103027, 1.293924",\
|
|
"1.066846, 1.073470, 1.090588, 1.135687, 1.326584",\
|
|
"1.081767, 1.088390, 1.105509, 1.150607, 1.341504",\
|
|
"1.081767, 1.088390, 1.105509, 1.150607, 1.341504",\
|
|
"1.081767, 1.088390, 1.105509, 1.150607, 1.341504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903",\
|
|
"0.014434, 0.019032, 0.032643, 0.080858, 0.341903");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "1.750349, 1.758945, 1.784675, 1.877538, 2.331150",\
|
|
"1.750349, 1.758945, 1.784675, 1.877538, 2.331150",\
|
|
"1.750349, 1.758945, 1.784675, 1.877538, 2.331150",\
|
|
"1.750349, 1.758945, 1.784675, 1.877538, 2.331150",\
|
|
"1.750349, 1.758945, 1.784675, 1.877538, 2.331150");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.015567, 0.023803, 0.054308, 0.184492, 0.849731",\
|
|
"0.015567, 0.023803, 0.054308, 0.184492, 0.849731",\
|
|
"0.015567, 0.023803, 0.054308, 0.184492, 0.849731",\
|
|
"0.015567, 0.023803, 0.054308, 0.184492, 0.849731",\
|
|
"0.015567, 0.023803, 0.054308, 0.184492, 0.849731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "1.820457, 1.827080, 1.844196, 1.889297, 2.080194",\
|
|
"1.820457, 1.827080, 1.844196, 1.889297, 2.080194",\
|
|
"1.820457, 1.827080, 1.844196, 1.889297, 2.080194",\
|
|
"1.820457, 1.827080, 1.844196, 1.889297, 2.080194",\
|
|
"1.820457, 1.827080, 1.844196, 1.889297, 2.080194");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.014434, 0.019031, 0.032645, 0.080858, 0.341902",\
|
|
"0.014434, 0.019031, 0.032645, 0.080858, 0.341902",\
|
|
"0.014434, 0.019031, 0.032645, 0.080858, 0.341902",\
|
|
"0.014434, 0.019031, 0.032645, 0.080858, 0.341902",\
|
|
"0.014434, 0.019031, 0.032645, 0.080858, 0.341902");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "1.609237, 1.617830, 1.643557, 1.736419, 2.190029",\
|
|
"1.609237, 1.617830, 1.643557, 1.736419, 2.190029",\
|
|
"1.609237, 1.617830, 1.643557, 1.736419, 2.190029",\
|
|
"1.609237, 1.617830, 1.643557, 1.736419, 2.190029",\
|
|
"1.609237, 1.617830, 1.643557, 1.736419, 2.190029");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.015547, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015547, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015547, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015547, 0.023786, 0.054300, 0.184492, 0.849732",\
|
|
"0.015547, 0.023786, 0.054300, 0.184492, 0.849732");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "1.693458, 1.700085, 1.717214, 1.762302, 1.953196",\
|
|
"1.693458, 1.700085, 1.717214, 1.762302, 1.953196",\
|
|
"1.693458, 1.700085, 1.717214, 1.762302, 1.953196",\
|
|
"1.693458, 1.700085, 1.717214, 1.762302, 1.953196",\
|
|
"1.693458, 1.700085, 1.717214, 1.762302, 1.953196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001292, 0.011564, 0.050792, 0.210792, 1.000000");
|
|
values ( "0.014435, 0.019033, 0.032635, 0.080857, 0.341908",\
|
|
"0.014435, 0.019033, 0.032635, 0.080857, 0.341908",\
|
|
"0.014435, 0.019033, 0.032635, 0.080857, 0.341908",\
|
|
"0.014435, 0.019033, 0.032635, 0.080857, 0.341908",\
|
|
"0.014435, 0.019033, 0.032635, 0.080857, 0.341908");
|
|
}
|
|
|
|
} /* 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.000650 ;
|
|
|
|
/* 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.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.875575, 0.884213, 0.909940, 1.002744, 1.456045",\
|
|
"0.908235, 0.916872, 0.942600, 1.035403, 1.488704",\
|
|
"0.931752, 0.940389, 0.966117, 1.058921, 1.503625",\
|
|
"0.946578, 0.955216, 0.980943, 1.073747, 1.503625",\
|
|
"0.946578, 0.955216, 0.980943, 1.073747, 1.503625");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.988561, 0.995223, 1.012347, 1.057388, 1.247917",\
|
|
"1.021220, 1.027882, 1.045007, 1.090047, 1.280577",\
|
|
"1.044737, 1.051399, 1.068524, 1.113564, 1.295498",\
|
|
"1.059564, 1.066226, 1.083351, 1.128391, 1.295498",\
|
|
"1.059564, 1.066226, 1.083351, 1.128391, 1.295498");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978");
|
|
}
|
|
|
|
} /* 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.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.875575, 0.884213, 0.909940, 1.002744, 1.456045",\
|
|
"0.908235, 0.916872, 0.942600, 1.035403, 1.488704",\
|
|
"0.923155, 0.931793, 0.957520, 1.050324, 1.503625",\
|
|
"0.923155, 0.931793, 0.957520, 1.050324, 1.503625",\
|
|
"0.923155, 0.931793, 0.957520, 1.050324, 1.503625");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838",\
|
|
"0.015459, 0.023705, 0.054213, 0.184443, 0.848838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.988561, 0.995223, 1.012347, 1.057388, 1.247917",\
|
|
"1.021220, 1.027882, 1.045007, 1.090047, 1.280577",\
|
|
"1.036141, 1.042803, 1.059928, 1.104968, 1.295498",\
|
|
"1.036141, 1.042803, 1.059928, 1.104968, 1.295498",\
|
|
"1.036141, 1.042803, 1.059928, 1.104968, 1.295498");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978",\
|
|
"0.014355, 0.018985, 0.032617, 0.080878, 0.340978");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "1.750695, 1.759337, 1.785068, 1.877873, 2.331174",\
|
|
"1.750695, 1.759337, 1.785068, 1.877873, 2.331174",\
|
|
"1.750695, 1.759337, 1.785068, 1.877873, 2.331174",\
|
|
"1.750695, 1.759337, 1.785068, 1.877873, 2.331174",\
|
|
"1.750695, 1.759337, 1.785068, 1.877873, 2.331174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.015482, 0.023725, 0.054222, 0.184443, 0.848837",\
|
|
"0.015482, 0.023725, 0.054222, 0.184443, 0.848837",\
|
|
"0.015482, 0.023725, 0.054222, 0.184443, 0.848837",\
|
|
"0.015482, 0.023725, 0.054222, 0.184443, 0.848837",\
|
|
"0.015482, 0.023725, 0.054222, 0.184443, 0.848837");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "1.820726, 1.827387, 1.844510, 1.889552, 2.080083",\
|
|
"1.820726, 1.827387, 1.844510, 1.889552, 2.080083",\
|
|
"1.820726, 1.827387, 1.844510, 1.889552, 2.080083",\
|
|
"1.820726, 1.827387, 1.844510, 1.889552, 2.080083",\
|
|
"1.820726, 1.827387, 1.844510, 1.889552, 2.080083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.014355, 0.018985, 0.032619, 0.080878, 0.340977",\
|
|
"0.014355, 0.018985, 0.032619, 0.080878, 0.340977",\
|
|
"0.014355, 0.018985, 0.032619, 0.080878, 0.340977",\
|
|
"0.014355, 0.018985, 0.032619, 0.080878, 0.340977",\
|
|
"0.014355, 0.018985, 0.032619, 0.080878, 0.340977");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "1.631134, 1.639771, 1.665499, 1.758303, 2.211604",\
|
|
"1.631134, 1.639771, 1.665499, 1.758303, 2.211604",\
|
|
"1.631134, 1.639771, 1.665499, 1.758303, 2.211604",\
|
|
"1.631134, 1.639771, 1.665499, 1.758303, 2.211604",\
|
|
"1.631134, 1.639771, 1.665499, 1.758303, 2.211604");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.015462, 0.023707, 0.054214, 0.184443, 0.848838",\
|
|
"0.015462, 0.023707, 0.054214, 0.184443, 0.848838",\
|
|
"0.015462, 0.023707, 0.054214, 0.184443, 0.848838",\
|
|
"0.015462, 0.023707, 0.054214, 0.184443, 0.848838",\
|
|
"0.015462, 0.023707, 0.054214, 0.184443, 0.848838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "1.724802, 1.731467, 1.748602, 1.793633, 1.984159",\
|
|
"1.724802, 1.731467, 1.748602, 1.793633, 1.984159",\
|
|
"1.724802, 1.731467, 1.748602, 1.793633, 1.984159",\
|
|
"1.724802, 1.731467, 1.748602, 1.793633, 1.984159",\
|
|
"1.724802, 1.731467, 1.748602, 1.793633, 1.984159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001150, 0.011423, 0.050650, 0.210650, 1.000000");
|
|
values ( "0.014357, 0.018987, 0.032609, 0.080877, 0.340982",\
|
|
"0.014357, 0.018987, 0.032609, 0.080877, 0.340982",\
|
|
"0.014357, 0.018987, 0.032609, 0.080877, 0.340982",\
|
|
"0.014357, 0.018987, 0.032609, 0.080877, 0.340982",\
|
|
"0.014357, 0.018987, 0.032609, 0.080877, 0.340982");
|
|
}
|
|
|
|
} /* 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.002376 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_csb;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002863 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_enabled;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002375 ;
|
|
|
|
/* 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.001559 ;
|
|
|
|
/* 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.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.399807, 0.408237, 0.433999, 0.526988, 0.980895",\
|
|
"0.433502, 0.441932, 0.467694, 0.560683, 1.014590",\
|
|
"0.457381, 0.465811, 0.491573, 0.584562, 1.038469",\
|
|
"0.475231, 0.483661, 0.509423, 0.602412, 1.046636",\
|
|
"0.475231, 0.483661, 0.509423, 0.602412, 1.046636");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.016620, 0.024757, 0.055083, 0.185014, 0.851332",\
|
|
"0.016620, 0.024757, 0.055083, 0.185014, 0.851332",\
|
|
"0.016620, 0.024757, 0.055083, 0.185014, 0.851332",\
|
|
"0.016621, 0.024758, 0.055083, 0.185014, 0.851332",\
|
|
"0.016623, 0.024760, 0.055084, 0.185014, 0.851332");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.392784, 0.399199, 0.416282, 0.461429, 0.652840",\
|
|
"0.444483, 0.450899, 0.467981, 0.513128, 0.704540",\
|
|
"0.507737, 0.514153, 0.531235, 0.576382, 0.767794",\
|
|
"0.614552, 0.620968, 0.638049, 0.683197, 0.874609",\
|
|
"0.794803, 0.801218, 0.818297, 0.863448, 1.054860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.014834, 0.019303, 0.032798, 0.080972, 0.343626",\
|
|
"0.014834, 0.019303, 0.032798, 0.080972, 0.343626",\
|
|
"0.014834, 0.019303, 0.032798, 0.080972, 0.343626",\
|
|
"0.014834, 0.019303, 0.032799, 0.080972, 0.343626",\
|
|
"0.014835, 0.019303, 0.032801, 0.080973, 0.343626");
|
|
}
|
|
|
|
} /* 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.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.399347, 0.407777, 0.433538, 0.526527, 0.980435",\
|
|
"0.433042, 0.441472, 0.467233, 0.560222, 1.014130",\
|
|
"0.456924, 0.465354, 0.491116, 0.584105, 1.038012",\
|
|
"0.465131, 0.473561, 0.499323, 0.592313, 1.046220",\
|
|
"0.465131, 0.473561, 0.499323, 0.592313, 1.046220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.016619, 0.024756, 0.055082, 0.185014, 0.851333",\
|
|
"0.016619, 0.024756, 0.055082, 0.185014, 0.851333",\
|
|
"0.016619, 0.024756, 0.055082, 0.185014, 0.851332",\
|
|
"0.016620, 0.024757, 0.055083, 0.185014, 0.851332",\
|
|
"0.016622, 0.024759, 0.055084, 0.185014, 0.851332");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.388121, 0.394537, 0.411619, 0.456766, 0.648178",\
|
|
"0.439820, 0.446236, 0.463318, 0.508466, 0.699877",\
|
|
"0.503219, 0.509634, 0.526717, 0.571864, 0.763275",\
|
|
"0.611085, 0.617501, 0.634583, 0.679730, 0.871142",\
|
|
"0.791898, 0.798313, 0.815393, 0.860542, 1.051955");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.014833, 0.019303, 0.032798, 0.080972, 0.343626",\
|
|
"0.014833, 0.019303, 0.032798, 0.080972, 0.343626",\
|
|
"0.014833, 0.019303, 0.032798, 0.080972, 0.343626",\
|
|
"0.014834, 0.019303, 0.032798, 0.080972, 0.343626",\
|
|
"0.014835, 0.019302, 0.032800, 0.080972, 0.343625");
|
|
}
|
|
|
|
} /* 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.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.333474, 0.341902, 0.367661, 0.460650, 0.914556",\
|
|
"0.368409, 0.376837, 0.402596, 0.495585, 0.949491",\
|
|
"0.395816, 0.404244, 0.430003, 0.522992, 0.976898",\
|
|
"0.419716, 0.428144, 0.453903, 0.546892, 1.000401",\
|
|
"0.419716, 0.428144, 0.453903, 0.546892, 1.000401");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.016604, 0.024743, 0.055076, 0.185013, 0.851334",\
|
|
"0.016604, 0.024743, 0.055076, 0.185013, 0.851334",\
|
|
"0.016604, 0.024743, 0.055076, 0.185013, 0.851334",\
|
|
"0.016605, 0.024744, 0.055076, 0.185013, 0.851334",\
|
|
"0.016607, 0.024746, 0.055077, 0.185013, 0.851333");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.337581, 0.343996, 0.361075, 0.406225, 0.597638",\
|
|
"0.388186, 0.394600, 0.411679, 0.456830, 0.648243",\
|
|
"0.449609, 0.456024, 0.473103, 0.518254, 0.709666",\
|
|
"0.549727, 0.556141, 0.573220, 0.618371, 0.809784",\
|
|
"0.713950, 0.720365, 0.737444, 0.782594, 0.974007");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624");
|
|
}
|
|
|
|
} /* 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.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.333474, 0.341902, 0.367661, 0.460650, 0.914556",\
|
|
"0.368409, 0.376837, 0.402596, 0.495585, 0.949491",\
|
|
"0.395816, 0.404244, 0.430003, 0.522992, 0.976898",\
|
|
"0.419317, 0.427746, 0.453505, 0.546494, 1.000401",\
|
|
"0.419317, 0.427746, 0.453505, 0.546494, 1.000401");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.016604, 0.024743, 0.055076, 0.185013, 0.851334",\
|
|
"0.016604, 0.024743, 0.055076, 0.185013, 0.851334",\
|
|
"0.016604, 0.024743, 0.055076, 0.185013, 0.851334",\
|
|
"0.016605, 0.024744, 0.055076, 0.185013, 0.851334",\
|
|
"0.016607, 0.024746, 0.055077, 0.185013, 0.851333");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.337581, 0.343996, 0.361075, 0.406225, 0.597638",\
|
|
"0.388186, 0.394600, 0.411679, 0.456830, 0.648243",\
|
|
"0.449609, 0.456024, 0.473103, 0.518254, 0.709666",\
|
|
"0.549727, 0.556141, 0.573220, 0.618371, 0.809784",\
|
|
"0.713950, 0.720365, 0.737444, 0.782594, 0.974007");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002059, 0.012331, 0.051559, 0.211559, 1.000000");
|
|
values ( "0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624",\
|
|
"0.014835, 0.019302, 0.032801, 0.080973, 0.343624");
|
|
}
|
|
|
|
} /* 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.002367 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : spi_sdo;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002350 ;
|
|
|
|
/* 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.002439 ;
|
|
|
|
/* 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.002480 ;
|
|
|
|
/* 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.001594 ;
|
|
|
|
/* 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.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.340902, 0.349672, 0.375794, 0.468843, 0.905565",\
|
|
"0.340902, 0.349672, 0.375794, 0.468843, 0.905565",\
|
|
"0.339971, 0.348741, 0.374863, 0.467912, 0.905565",\
|
|
"0.321609, 0.330379, 0.356501, 0.449550, 0.903273",\
|
|
"0.251494, 0.260264, 0.286386, 0.379435, 0.833158");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.019077, 0.026899, 0.056159, 0.185174, 0.850548",\
|
|
"0.019077, 0.026899, 0.056159, 0.185174, 0.850548",\
|
|
"0.019077, 0.026899, 0.056159, 0.185174, 0.850548",\
|
|
"0.019077, 0.026899, 0.056159, 0.185174, 0.850548",\
|
|
"0.019077, 0.026899, 0.056159, 0.185174, 0.850548");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.309353, 0.315760, 0.332817, 0.378046, 0.569221",\
|
|
"0.354937, 0.361345, 0.378402, 0.423631, 0.614805",\
|
|
"0.395716, 0.402123, 0.419181, 0.464410, 0.655584",\
|
|
"0.466823, 0.473231, 0.490288, 0.535517, 0.726691",\
|
|
"0.605221, 0.611629, 0.628687, 0.673916, 0.865090");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.015100, 0.019518, 0.033063, 0.081117, 0.343015",\
|
|
"0.015100, 0.019518, 0.033064, 0.081117, 0.343015",\
|
|
"0.015100, 0.019518, 0.033064, 0.081117, 0.343015",\
|
|
"0.015101, 0.019518, 0.033064, 0.081117, 0.343016",\
|
|
"0.015101, 0.019519, 0.033064, 0.081117, 0.343016");
|
|
}
|
|
|
|
} /* 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.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.323901, 0.332671, 0.358793, 0.451843, 0.905565",\
|
|
"0.323901, 0.332671, 0.358793, 0.451843, 0.905565",\
|
|
"0.323901, 0.332671, 0.358793, 0.451843, 0.905565",\
|
|
"0.321609, 0.330379, 0.356501, 0.449550, 0.903273",\
|
|
"0.251494, 0.260264, 0.286386, 0.379435, 0.833158");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.019075, 0.026897, 0.056158, 0.185174, 0.850548",\
|
|
"0.019075, 0.026897, 0.056158, 0.185174, 0.850548",\
|
|
"0.019075, 0.026897, 0.056158, 0.185174, 0.850548",\
|
|
"0.019075, 0.026897, 0.056158, 0.185174, 0.850548",\
|
|
"0.019075, 0.026898, 0.056158, 0.185174, 0.850548");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.308055, 0.314445, 0.331466, 0.376677, 0.567843",\
|
|
"0.353639, 0.360030, 0.377050, 0.422262, 0.613428",\
|
|
"0.394418, 0.400808, 0.417829, 0.463040, 0.654207",\
|
|
"0.465525, 0.471915, 0.488936, 0.534148, 0.725314",\
|
|
"0.603924, 0.610314, 0.627335, 0.672547, 0.863714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002094, 0.012367, 0.051594, 0.211594, 1.000000");
|
|
values ( "0.014997, 0.019410, 0.032976, 0.081073, 0.342994",\
|
|
"0.014997, 0.019410, 0.032976, 0.081073, 0.342994",\
|
|
"0.014997, 0.019411, 0.032976, 0.081073, 0.342994",\
|
|
"0.014997, 0.019411, 0.032976, 0.081074, 0.342994",\
|
|
"0.014998, 0.019411, 0.032977, 0.081074, 0.342994");
|
|
}
|
|
|
|
} /* 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.002481 ;
|
|
|
|
/* 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.002684 ;
|
|
|
|
/* 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.001543 ;
|
|
|
|
/* 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.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.433002, 0.441753, 0.467842, 0.560900, 0.980902",\
|
|
"0.433002, 0.441753, 0.467842, 0.560900, 0.980902",\
|
|
"0.433002, 0.441753, 0.467842, 0.560900, 0.980902",\
|
|
"0.427338, 0.436090, 0.462179, 0.555237, 0.980902",\
|
|
"0.379591, 0.388343, 0.414432, 0.507490, 0.961362");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018759, 0.026619, 0.055994, 0.185101, 0.850868");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.380432, 0.386838, 0.403868, 0.449098, 0.640414",\
|
|
"0.427090, 0.433496, 0.450526, 0.495755, 0.687071",\
|
|
"0.480882, 0.487288, 0.504318, 0.549547, 0.740863",\
|
|
"0.568523, 0.574929, 0.591959, 0.637188, 0.828504",\
|
|
"0.722974, 0.729379, 0.746410, 0.791639, 0.982955");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.014957, 0.019381, 0.032947, 0.081033, 0.343302",\
|
|
"0.014957, 0.019381, 0.032947, 0.081033, 0.343302",\
|
|
"0.014957, 0.019381, 0.032947, 0.081033, 0.343302",\
|
|
"0.014957, 0.019381, 0.032947, 0.081033, 0.343302",\
|
|
"0.014957, 0.019381, 0.032947, 0.081033, 0.343302");
|
|
}
|
|
|
|
} /* 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.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.399132, 0.407883, 0.433972, 0.527030, 0.980902",\
|
|
"0.399132, 0.407883, 0.433972, 0.527030, 0.980902",\
|
|
"0.399132, 0.407883, 0.433972, 0.527030, 0.980902",\
|
|
"0.399132, 0.407883, 0.433972, 0.527030, 0.980902",\
|
|
"0.379591, 0.388343, 0.414432, 0.507490, 0.961362");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018758, 0.026618, 0.055994, 0.185101, 0.850868",\
|
|
"0.018759, 0.026619, 0.055994, 0.185101, 0.850868");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.379226, 0.385616, 0.402614, 0.447827, 0.639136",\
|
|
"0.425884, 0.432274, 0.449272, 0.494485, 0.685794",\
|
|
"0.479676, 0.486066, 0.503064, 0.548277, 0.739586",\
|
|
"0.567317, 0.573707, 0.590705, 0.635918, 0.827227",\
|
|
"0.721768, 0.728158, 0.745156, 0.790369, 0.981678");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002043, 0.012315, 0.051543, 0.211543, 1.000000");
|
|
values ( "0.014864, 0.019284, 0.032868, 0.080994, 0.343283",\
|
|
"0.014864, 0.019284, 0.032868, 0.080994, 0.343283",\
|
|
"0.014864, 0.019284, 0.032868, 0.080994, 0.343283",\
|
|
"0.014864, 0.019284, 0.032868, 0.080994, 0.343283",\
|
|
"0.014864, 0.019284, 0.032868, 0.080994, 0.343283");
|
|
}
|
|
|
|
} /* 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.002645 ;
|
|
|
|
/* 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.003555 ;
|
|
|
|
/* 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.001389 ;
|
|
|
|
/* 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.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.368262, 0.376706, 0.402434, 0.495373, 0.949107",\
|
|
"0.403259, 0.411703, 0.437431, 0.530370, 0.984104",\
|
|
"0.430320, 0.438764, 0.464491, 0.557431, 1.011164",\
|
|
"0.453430, 0.461874, 0.487601, 0.580541, 1.034275",\
|
|
"0.454079, 0.462523, 0.488250, 0.581190, 1.034923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.016232, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016232, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016232, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016233, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016233, 0.024414, 0.054850, 0.184910, 0.850760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.359315, 0.365790, 0.382914, 0.427997, 0.619176",\
|
|
"0.409950, 0.416425, 0.433549, 0.478632, 0.669811",\
|
|
"0.471263, 0.477738, 0.494862, 0.539945, 0.731124",\
|
|
"0.571218, 0.577693, 0.594815, 0.639899, 0.831079",\
|
|
"0.737657, 0.744131, 0.761253, 0.806338, 0.997518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.014738, 0.019250, 0.032737, 0.080960, 0.343022",\
|
|
"0.014738, 0.019250, 0.032737, 0.080960, 0.343022",\
|
|
"0.014738, 0.019250, 0.032737, 0.080960, 0.343022",\
|
|
"0.014739, 0.019250, 0.032738, 0.080960, 0.343022",\
|
|
"0.014739, 0.019250, 0.032739, 0.080960, 0.343022");
|
|
}
|
|
|
|
} /* 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.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.368262, 0.376706, 0.402434, 0.495373, 0.949107",\
|
|
"0.403259, 0.411703, 0.437431, 0.530370, 0.984104",\
|
|
"0.430320, 0.438764, 0.464491, 0.557431, 1.011164",\
|
|
"0.453430, 0.461874, 0.487601, 0.580541, 1.034275",\
|
|
"0.454079, 0.462523, 0.488250, 0.581190, 1.034923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.016232, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016232, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016232, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016233, 0.024413, 0.054850, 0.184910, 0.850760",\
|
|
"0.016233, 0.024414, 0.054850, 0.184910, 0.850760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.358626, 0.365101, 0.382225, 0.427308, 0.618487",\
|
|
"0.409261, 0.415736, 0.432860, 0.477943, 0.669122",\
|
|
"0.470588, 0.477063, 0.494187, 0.539270, 0.730449",\
|
|
"0.571218, 0.577693, 0.594815, 0.639899, 0.831079",\
|
|
"0.737657, 0.744131, 0.761253, 0.806338, 0.997518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001889, 0.012161, 0.051389, 0.211389, 1.000000");
|
|
values ( "0.014738, 0.019250, 0.032737, 0.080960, 0.343021",\
|
|
"0.014738, 0.019250, 0.032737, 0.080960, 0.343021",\
|
|
"0.014738, 0.019250, 0.032737, 0.080960, 0.343021",\
|
|
"0.014739, 0.019250, 0.032738, 0.080960, 0.343021",\
|
|
"0.014739, 0.019250, 0.032739, 0.080960, 0.343021");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io2_di */
|
|
|
|
pin("spimemio_flash_io2_do") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002819 ;
|
|
|
|
/* 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.002293 ;
|
|
|
|
/* 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.000745 ;
|
|
|
|
/* 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.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.401027, 0.409658, 0.435398, 0.528201, 0.935988",\
|
|
"0.401027, 0.409658, 0.435398, 0.528201, 0.935988",\
|
|
"0.401027, 0.409658, 0.435398, 0.528201, 0.935988",\
|
|
"0.400443, 0.409075, 0.434815, 0.527618, 0.935988",\
|
|
"0.355032, 0.363664, 0.389404, 0.482207, 0.935418");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015673, 0.023898, 0.054349, 0.184532, 0.848734");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.324696, 0.331365, 0.348562, 0.393507, 0.583937",\
|
|
"0.375246, 0.381915, 0.399113, 0.444057, 0.634487",\
|
|
"0.441224, 0.447893, 0.465090, 0.510035, 0.700465",\
|
|
"0.550554, 0.557223, 0.574419, 0.619365, 0.809795",\
|
|
"0.737609, 0.744278, 0.761473, 0.806420, 0.996851");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.014420, 0.019036, 0.032574, 0.080906, 0.340919",\
|
|
"0.014420, 0.019036, 0.032574, 0.080906, 0.340919",\
|
|
"0.014420, 0.019036, 0.032574, 0.080906, 0.340919",\
|
|
"0.014420, 0.019035, 0.032575, 0.080906, 0.340919",\
|
|
"0.014419, 0.019035, 0.032576, 0.080906, 0.340918");
|
|
}
|
|
|
|
} /* 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.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.355603, 0.364234, 0.389974, 0.482777, 0.935988",\
|
|
"0.355603, 0.364234, 0.389974, 0.482777, 0.935988",\
|
|
"0.355603, 0.364234, 0.389974, 0.482777, 0.935988",\
|
|
"0.355603, 0.364234, 0.389974, 0.482777, 0.935988",\
|
|
"0.355032, 0.363664, 0.389404, 0.482207, 0.935418");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015672, 0.023897, 0.054349, 0.184531, 0.848734",\
|
|
"0.015673, 0.023898, 0.054349, 0.184532, 0.848734");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.324696, 0.331365, 0.348562, 0.393507, 0.583937",\
|
|
"0.375246, 0.381915, 0.399113, 0.444057, 0.634487",\
|
|
"0.441224, 0.447893, 0.465090, 0.510035, 0.700465",\
|
|
"0.550554, 0.557223, 0.574419, 0.619365, 0.809795",\
|
|
"0.737609, 0.744278, 0.761473, 0.806420, 0.996851");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001245, 0.011517, 0.050745, 0.210745, 1.000000");
|
|
values ( "0.014420, 0.019036, 0.032574, 0.080906, 0.340919",\
|
|
"0.014420, 0.019036, 0.032574, 0.080906, 0.340919",\
|
|
"0.014420, 0.019036, 0.032574, 0.080906, 0.340919",\
|
|
"0.014420, 0.019035, 0.032575, 0.080906, 0.340919",\
|
|
"0.014419, 0.019035, 0.032576, 0.080906, 0.340918");
|
|
}
|
|
|
|
} /* 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.002723 ;
|
|
|
|
/* 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.003225 ;
|
|
|
|
/* 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.002892 ;
|
|
|
|
/* 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.316927, 0.284267, 0.260749, 0.245922, 0.269347",\
|
|
"0.347128, 0.314469, 0.290951, 0.276123, 0.299548",\
|
|
"0.360650, 0.327991, 0.304473, 0.289645, 0.313070",\
|
|
"0.360179, 0.327520, 0.304002, 0.289174, 0.312599",\
|
|
"0.316949, 0.284290, 0.260772, 0.245944, 0.269369");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.588949, 0.556289, 0.532771, 0.517944, 0.541369",\
|
|
"0.639501, 0.606842, 0.583324, 0.568496, 0.591921",\
|
|
"0.703886, 0.671227, 0.647709, 0.632881, 0.656307",\
|
|
"0.815279, 0.782619, 0.759101, 0.744274, 0.767699",\
|
|
"1.006272, 0.973613, 0.950095, 0.935267, 0.958692");
|
|
}
|
|
|
|
} /* 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.263284, -0.230624, -0.207107, -0.192280, -0.215704",\
|
|
"-0.293485, -0.260826, -0.237308, -0.222482, -0.245905",\
|
|
"-0.307007, -0.274348, -0.250830, -0.236004, -0.259427",\
|
|
"-0.306536, -0.273877, -0.250359, -0.235533, -0.258956",\
|
|
"-0.263306, -0.230647, -0.207130, -0.192303, -0.215726");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.508287, -0.475628, -0.452111, -0.437284, -0.460707",\
|
|
"-0.558840, -0.526180, -0.502663, -0.487836, -0.511260",\
|
|
"-0.623339, -0.590679, -0.567162, -0.552335, -0.575758",\
|
|
"-0.735019, -0.702360, -0.678842, -0.664016, -0.687439",\
|
|
"-0.926781, -0.894122, -0.870604, -0.855778, -0.879201");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.002594 ;
|
|
|
|
/* 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.118545 ;
|
|
|
|
/* 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.004995 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : usr1_vcc_pwrgood;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.651155, 0.618495, 0.594977, 0.580150, 0.603575",\
|
|
"0.686107, 0.653448, 0.629930, 0.615102, 0.638527",\
|
|
"0.713131, 0.680472, 0.656954, 0.642126, 0.665551",\
|
|
"0.736265, 0.703606, 0.680088, 0.665260, 0.688685",\
|
|
"0.737613, 0.704954, 0.681436, 0.666608, 0.690033");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.011546, 0.978887, 0.955369, 0.940541, 0.963966",\
|
|
"1.062176, 1.029517, 1.005999, 0.991171, 1.014596",\
|
|
"1.123838, 1.091178, 1.067660, 1.052833, 1.076258",\
|
|
"1.225805, 1.193145, 1.169627, 1.154800, 1.178225",\
|
|
"1.396142, 1.363482, 1.339964, 1.325137, 1.348562");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.603676, -0.571017, -0.547500, -0.532673, -0.556096",\
|
|
"-0.638629, -0.605969, -0.582452, -0.567625, -0.591048",\
|
|
"-0.665653, -0.632994, -0.609476, -0.594650, -0.618073",\
|
|
"-0.688787, -0.656127, -0.632610, -0.617783, -0.641207",\
|
|
"-0.690135, -0.657475, -0.633958, -0.619131, -0.642555");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.939855, -0.907196, -0.883679, -0.868852, -0.892275",\
|
|
"-0.990485, -0.957826, -0.934309, -0.919482, -0.942905",\
|
|
"-1.052197, -1.019538, -0.996021, -0.981194, -1.004617",\
|
|
"-1.154316, -1.121656, -1.098139, -1.083313, -1.106736",\
|
|
"-1.324945, -1.292286, -1.268769, -1.253942, -1.277365");
|
|
}
|
|
|
|
} /* 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.002514 ;
|
|
|
|
/* 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.287074, 0.254414, 0.230896, 0.216069, 0.239494",\
|
|
"0.313567, 0.280908, 0.257390, 0.242562, 0.265987",\
|
|
"0.321535, 0.288876, 0.265358, 0.250530, 0.273955",\
|
|
"0.314993, 0.282334, 0.258816, 0.243988, 0.267413",\
|
|
"0.266071, 0.233412, 0.209894, 0.195066, 0.218491");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.681034, 0.648375, 0.624857, 0.610029, 0.633454",\
|
|
"0.727716, 0.695056, 0.671538, 0.656711, 0.680136",\
|
|
"0.781431, 0.748772, 0.725254, 0.710426, 0.733851",\
|
|
"0.869534, 0.836875, 0.813357, 0.798529, 0.821954",\
|
|
"1.026803, 0.994143, 0.970625, 0.955798, 0.979223");
|
|
}
|
|
|
|
} /* 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.240887, -0.208228, -0.184710, -0.169884, -0.193307",\
|
|
"-0.267380, -0.234721, -0.211204, -0.196377, -0.219800",\
|
|
"-0.275348, -0.242689, -0.219172, -0.204345, -0.227768",\
|
|
"-0.268806, -0.236147, -0.212630, -0.197803, -0.221226",\
|
|
"-0.219884, -0.187225, -0.163708, -0.148881, -0.172304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.611243, -0.578583, -0.555066, -0.540239, -0.563662",\
|
|
"-0.657924, -0.625265, -0.601747, -0.586921, -0.610344",\
|
|
"-0.711640, -0.678980, -0.655463, -0.640637, -0.664060",\
|
|
"-0.799743, -0.767083, -0.743566, -0.728739, -0.752162",\
|
|
"-0.957011, -0.924352, -0.900835, -0.886008, -0.909431");
|
|
}
|
|
|
|
} /* 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.002399 ;
|
|
|
|
/* 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.222109, 0.189449, 0.165931, 0.151104, 0.174529",\
|
|
"0.248616, 0.215956, 0.192438, 0.177611, 0.201036",\
|
|
"0.256564, 0.223904, 0.200386, 0.185559, 0.208984",\
|
|
"0.250020, 0.217361, 0.193843, 0.179015, 0.202440",\
|
|
"0.201044, 0.168384, 0.144866, 0.130039, 0.153464");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.665721, 0.633062, 0.609544, 0.594716, 0.618141",\
|
|
"0.712412, 0.679752, 0.656234, 0.641406, 0.664832",\
|
|
"0.766094, 0.733434, 0.709916, 0.695089, 0.718514",\
|
|
"0.854172, 0.821513, 0.797994, 0.783167, 0.806592",\
|
|
"1.011121, 0.978461, 0.954943, 0.940115, 0.963541");
|
|
}
|
|
|
|
} /* 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.172526, -0.139866, -0.116349, -0.101523, -0.124946",\
|
|
"-0.199033, -0.166373, -0.142856, -0.128029, -0.151452",\
|
|
"-0.206981, -0.174321, -0.150804, -0.135977, -0.159400",\
|
|
"-0.200437, -0.167778, -0.144260, -0.129434, -0.152857",\
|
|
"-0.151461, -0.118801, -0.095284, -0.080457, -0.103880");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.592271, -0.559611, -0.536094, -0.521267, -0.544690",\
|
|
"-0.638961, -0.606302, -0.582784, -0.567958, -0.591381",\
|
|
"-0.692643, -0.659984, -0.636466, -0.621640, -0.645063",\
|
|
"-0.780721, -0.748062, -0.724545, -0.709718, -0.733141",\
|
|
"-0.937670, -0.905011, -0.881493, -0.866667, -0.890090");
|
|
}
|
|
|
|
} /* 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.003590 ;
|
|
|
|
/* 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.320564, 0.287904, 0.264386, 0.249559, 0.272984",\
|
|
"0.351080, 0.318421, 0.294903, 0.280075, 0.303501",\
|
|
"0.366592, 0.333933, 0.310415, 0.295587, 0.319012",\
|
|
"0.374125, 0.341465, 0.317947, 0.303120, 0.326545",\
|
|
"0.354972, 0.322312, 0.298794, 0.283967, 0.307392");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.544563, 0.511904, 0.488386, 0.473558, 0.496983",\
|
|
"0.593505, 0.560845, 0.537327, 0.522500, 0.545925",\
|
|
"0.642046, 0.609387, 0.585869, 0.571041, 0.594466",\
|
|
"0.720358, 0.687699, 0.664180, 0.649353, 0.672778",\
|
|
"0.856920, 0.824261, 0.800743, 0.785915, 0.809340");
|
|
}
|
|
|
|
} /* 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.266907, -0.234247, -0.210730, -0.195903, -0.219326",\
|
|
"-0.297423, -0.264764, -0.241247, -0.226420, -0.249843",\
|
|
"-0.312935, -0.280275, -0.256758, -0.241932, -0.265355",\
|
|
"-0.320467, -0.287808, -0.264291, -0.249464, -0.272887",\
|
|
"-0.301314, -0.268655, -0.245138, -0.230311, -0.253734");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.466303, -0.433643, -0.410126, -0.395300, -0.418723",\
|
|
"-0.515244, -0.482585, -0.459067, -0.444241, -0.467664",\
|
|
"-0.563786, -0.531126, -0.507609, -0.492783, -0.516206",\
|
|
"-0.642097, -0.609438, -0.585921, -0.571094, -0.594517",\
|
|
"-0.778660, -0.746000, -0.722483, -0.707656, -0.731079");
|
|
}
|
|
|
|
} /* 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.001749 ;
|
|
|
|
/* 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.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "1.924771, 1.934250, 1.961500, 2.054593, 2.508091",\
|
|
"1.957431, 1.966910, 1.994159, 2.087252, 2.540751",\
|
|
"1.980949, 1.990428, 2.017678, 2.110770, 2.555671",\
|
|
"1.995777, 2.005255, 2.032505, 2.125598, 2.555671",\
|
|
"1.995777, 2.005255, 2.032505, 2.125598, 2.555671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "1.897672, 1.904457, 1.922375, 1.968091, 2.159806",\
|
|
"1.930332, 1.937117, 1.955034, 2.000750, 2.192466",\
|
|
"1.953850, 1.960635, 1.978552, 2.024268, 2.207387",\
|
|
"1.968677, 1.975462, 1.993380, 2.039096, 2.207387",\
|
|
"1.968677, 1.975462, 1.993380, 2.039096, 2.207387");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450");
|
|
}
|
|
|
|
} /* 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.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "1.924771, 1.934250, 1.961500, 2.054593, 2.508091",\
|
|
"1.957431, 1.966910, 1.994159, 2.087252, 2.540751",\
|
|
"1.972351, 1.981830, 2.009080, 2.102173, 2.555671",\
|
|
"1.972351, 1.981830, 2.009080, 2.102173, 2.555671",\
|
|
"1.972351, 1.981830, 2.009080, 2.102173, 2.555671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865",\
|
|
"0.022440, 0.030411, 0.058548, 0.185816, 0.849865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "1.897672, 1.904457, 1.922375, 1.968091, 2.159806",\
|
|
"1.930332, 1.937117, 1.955034, 2.000750, 2.192466",\
|
|
"1.945252, 1.952037, 1.969955, 2.015671, 2.207387",\
|
|
"1.945252, 1.952037, 1.969955, 2.015671, 2.207387",\
|
|
"1.945252, 1.952037, 1.969955, 2.015671, 2.207387");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002249, 0.012521, 0.051749, 0.211749, 1.000000");
|
|
values ( "0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450",\
|
|
"0.017672, 0.022146, 0.035198, 0.082142, 0.344450");
|
|
}
|
|
|
|
} /* 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.055421 ;
|
|
|
|
/* 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.198848");
|
|
}
|
|
|
|
} /* 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.258274");
|
|
}
|
|
|
|
} /* 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.004955 ;
|
|
|
|
/* 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.308819, 0.276160, 0.252641, 0.237814, 0.261239",\
|
|
"0.327266, 0.294607, 0.271089, 0.256261, 0.279686",\
|
|
"0.325173, 0.292514, 0.268996, 0.254168, 0.277593",\
|
|
"0.305588, 0.272929, 0.249411, 0.234583, 0.258008",\
|
|
"0.237734, 0.205074, 0.181556, 0.166729, 0.190154");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.228676, 0.196017, 0.172499, 0.157671, 0.181097",\
|
|
"0.274468, 0.241809, 0.218291, 0.203463, 0.226888",\
|
|
"0.317137, 0.284478, 0.260960, 0.246132, 0.269557",\
|
|
"0.390924, 0.358264, 0.334746, 0.319919, 0.343344",\
|
|
"0.536846, 0.504186, 0.480668, 0.465841, 0.489266");
|
|
}
|
|
|
|
} /* 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.156664, -0.124005, -0.100487, -0.085659, -0.109084",\
|
|
"-0.175111, -0.142452, -0.118934, -0.104106, -0.127531",\
|
|
"-0.173018, -0.140359, -0.116841, -0.102013, -0.125439",\
|
|
"-0.153433, -0.120774, -0.097256, -0.082428, -0.105853",\
|
|
"-0.085579, -0.052919, -0.029401, -0.014574, -0.037999");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.093058, -0.060399, -0.036881, -0.022053, -0.045478",\
|
|
"-0.138850, -0.106190, -0.082672, -0.067845, -0.091270",\
|
|
"-0.181519, -0.148860, -0.125341, -0.110514, -0.133939",\
|
|
"-0.255305, -0.222646, -0.199128, -0.184300, -0.207725",\
|
|
"-0.401227, -0.368568, -0.345050, -0.330222, -0.353647");
|
|
}
|
|
|
|
} /* 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.005042 ;
|
|
|
|
/* 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.002956 ;
|
|
|
|
/* 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.349159, 0.316500, 0.292981, 0.278154, 0.301579",\
|
|
"0.384141, 0.351482, 0.327964, 0.313136, 0.336561",\
|
|
"0.411256, 0.378597, 0.355078, 0.340251, 0.363676",\
|
|
"0.434644, 0.401985, 0.378467, 0.363639, 0.387064",\
|
|
"0.436351, 0.403692, 0.380173, 0.365346, 0.388771");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.318816, 0.286156, 0.262638, 0.247811, 0.271236",\
|
|
"0.369468, 0.336809, 0.313290, 0.298463, 0.321888",\
|
|
"0.431226, 0.398567, 0.375048, 0.360221, 0.383646",\
|
|
"0.533031, 0.500372, 0.476854, 0.462026, 0.485451",\
|
|
"0.702471, 0.669812, 0.646294, 0.631466, 0.654891");
|
|
}
|
|
|
|
} /* 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.197004, -0.164345, -0.140827, -0.125999, -0.149424",\
|
|
"-0.231986, -0.199327, -0.175809, -0.160981, -0.184406",\
|
|
"-0.259101, -0.226442, -0.202924, -0.188096, -0.211521",\
|
|
"-0.282489, -0.249830, -0.226312, -0.211484, -0.234909",\
|
|
"-0.284196, -0.251537, -0.228019, -0.213191, -0.236616");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.181858, -0.149198, -0.125680, -0.110853, -0.134278",\
|
|
"-0.232510, -0.199851, -0.176332, -0.161505, -0.184930",\
|
|
"-0.294300, -0.261641, -0.238123, -0.223295, -0.246720",\
|
|
"-0.397400, -0.364740, -0.341222, -0.326395, -0.349820",\
|
|
"-0.566839, -0.534180, -0.510662, -0.495834, -0.519260");
|
|
}
|
|
|
|
} /* 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.004127 ;
|
|
|
|
/* 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.295633, 0.262974, 0.239455, 0.224628, 0.248053",\
|
|
"0.326030, 0.293371, 0.269853, 0.255025, 0.278450",\
|
|
"0.341618, 0.308959, 0.285441, 0.270613, 0.294038",\
|
|
"0.349884, 0.317225, 0.293707, 0.278879, 0.302304",\
|
|
"0.331157, 0.298498, 0.274980, 0.260152, 0.283577");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.364258, 0.331598, 0.308080, 0.293253, 0.316678",\
|
|
"0.413165, 0.380505, 0.356987, 0.342160, 0.365585",\
|
|
"0.461715, 0.429056, 0.405538, 0.390710, 0.414135",\
|
|
"0.539747, 0.507088, 0.483569, 0.468742, 0.492167",\
|
|
"0.675002, 0.642342, 0.618824, 0.603997, 0.627422");
|
|
}
|
|
|
|
} /* 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.028888, 0.003772, 0.027290, 0.042117, 0.018692",\
|
|
"-0.059285, -0.026625, -0.003107, 0.011720, -0.011705",\
|
|
"-0.074993, -0.042334, -0.018816, -0.003988, -0.027413",\
|
|
"-0.083037, -0.050378, -0.026860, -0.012032, -0.035457",\
|
|
"-0.064129, -0.031470, -0.007951, 0.006876, -0.016549");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.116637, 0.149296, 0.172814, 0.187642, 0.164217",\
|
|
"0.067730, 0.100389, 0.123907, 0.138735, 0.115310",\
|
|
"0.019101, 0.051760, 0.075278, 0.090106, 0.066681",\
|
|
"-0.059618, -0.026958, -0.003440, 0.011387, -0.012038",\
|
|
"-0.195682, -0.163023, -0.139504, -0.124677, -0.148102");
|
|
}
|
|
|
|
} /* 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.000970 ;
|
|
|
|
/* 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.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.443819, 0.452639, 0.478625, 0.571608, 1.025535",\
|
|
"0.475582, 0.484401, 0.510387, 0.603371, 1.057297",\
|
|
"0.491869, 0.500688, 0.526674, 0.619658, 1.060271",\
|
|
"0.499892, 0.508711, 0.534697, 0.627681, 1.060271",\
|
|
"0.499892, 0.508711, 0.534697, 0.627681, 1.060271");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.017367, 0.025384, 0.055145, 0.184642, 0.850399",\
|
|
"0.017367, 0.025384, 0.055145, 0.184642, 0.850399",\
|
|
"0.017367, 0.025384, 0.055145, 0.184642, 0.850399",\
|
|
"0.017367, 0.025384, 0.055145, 0.184642, 0.850399",\
|
|
"0.017368, 0.025384, 0.055146, 0.184642, 0.850399");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.403958, 0.410526, 0.427621, 0.472782, 0.663997",\
|
|
"0.452378, 0.458946, 0.476040, 0.521201, 0.712416",\
|
|
"0.510275, 0.516843, 0.533937, 0.579098, 0.770313",\
|
|
"0.601990, 0.608558, 0.625653, 0.670814, 0.862029",\
|
|
"0.758124, 0.764692, 0.781786, 0.826947, 1.018163");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.014534, 0.019089, 0.032691, 0.080857, 0.342727",\
|
|
"0.014534, 0.019089, 0.032691, 0.080857, 0.342727",\
|
|
"0.014534, 0.019089, 0.032691, 0.080857, 0.342727",\
|
|
"0.014534, 0.019089, 0.032691, 0.080857, 0.342727",\
|
|
"0.014534, 0.019089, 0.032691, 0.080857, 0.342727");
|
|
}
|
|
|
|
} /* 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.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.443819, 0.452639, 0.478625, 0.571608, 1.025535",\
|
|
"0.475582, 0.484401, 0.510387, 0.603371, 1.057297",\
|
|
"0.478555, 0.487374, 0.513360, 0.606344, 1.060271",\
|
|
"0.478555, 0.487374, 0.513360, 0.606344, 1.060271",\
|
|
"0.478555, 0.487374, 0.513360, 0.606344, 1.060271");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.017367, 0.025383, 0.055145, 0.184642, 0.850398",\
|
|
"0.017367, 0.025383, 0.055145, 0.184642, 0.850398",\
|
|
"0.017367, 0.025383, 0.055145, 0.184642, 0.850398",\
|
|
"0.017367, 0.025384, 0.055145, 0.184642, 0.850398",\
|
|
"0.017368, 0.025384, 0.055146, 0.184642, 0.850398");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.403327, 0.409896, 0.426995, 0.472152, 0.663365",\
|
|
"0.451746, 0.458316, 0.475415, 0.520571, 0.711785",\
|
|
"0.509643, 0.516213, 0.533311, 0.578468, 0.769682",\
|
|
"0.601359, 0.607929, 0.625028, 0.670184, 0.861398",\
|
|
"0.757494, 0.764063, 0.781162, 0.826319, 1.017533");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.014533, 0.019090, 0.032688, 0.080857, 0.342729",\
|
|
"0.014533, 0.019090, 0.032688, 0.080857, 0.342729",\
|
|
"0.014533, 0.019090, 0.032688, 0.080857, 0.342729",\
|
|
"0.014533, 0.019090, 0.032688, 0.080857, 0.342729",\
|
|
"0.014533, 0.019090, 0.032688, 0.080857, 0.342729");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "1.594597, 1.601168, 1.618270, 1.663423, 1.854636",\
|
|
"1.594597, 1.601168, 1.618270, 1.663423, 1.854636",\
|
|
"1.594597, 1.601168, 1.618270, 1.663423, 1.854636",\
|
|
"1.594597, 1.601168, 1.618270, 1.663423, 1.854636",\
|
|
"1.594597, 1.601168, 1.618270, 1.663423, 1.854636");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.014533, 0.019090, 0.032685, 0.080857, 0.342730",\
|
|
"0.014533, 0.019090, 0.032685, 0.080857, 0.342730",\
|
|
"0.014533, 0.019090, 0.032685, 0.080857, 0.342730",\
|
|
"0.014533, 0.019090, 0.032685, 0.080857, 0.342730",\
|
|
"0.014533, 0.019090, 0.032685, 0.080857, 0.342730");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789",\
|
|
"1.603078, 1.611895, 1.637879, 1.730863, 2.184789");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399",\
|
|
"0.017356, 0.025374, 0.055141, 0.184642, 0.850399");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "1.593937, 1.600509, 1.617616, 1.662764, 1.853976",\
|
|
"1.593937, 1.600509, 1.617616, 1.662764, 1.853976",\
|
|
"1.593937, 1.600509, 1.617616, 1.662764, 1.853976",\
|
|
"1.593937, 1.600509, 1.617616, 1.662764, 1.853976",\
|
|
"1.593937, 1.600509, 1.617616, 1.662764, 1.853976");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001470, 0.011742, 0.050970, 0.210970, 1.000000");
|
|
values ( "0.014533, 0.019091, 0.032681, 0.080856, 0.342732",\
|
|
"0.014533, 0.019091, 0.032681, 0.080856, 0.342732",\
|
|
"0.014533, 0.019091, 0.032681, 0.080856, 0.342732",\
|
|
"0.014533, 0.019091, 0.032681, 0.080856, 0.342732",\
|
|
"0.014533, 0.019091, 0.032681, 0.080856, 0.342732");
|
|
}
|
|
|
|
} /* 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.001465 ;
|
|
|
|
/* 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.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.403693, 0.412165, 0.437947, 0.530940, 0.984904",\
|
|
"0.438508, 0.446981, 0.472763, 0.565755, 1.019720",\
|
|
"0.465761, 0.474234, 0.500016, 0.593008, 1.046973",\
|
|
"0.489556, 0.498029, 0.523811, 0.616804, 1.070768",\
|
|
"0.491942, 0.500415, 0.526198, 0.619191, 1.073155");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.016626, 0.024757, 0.055042, 0.184941, 0.851326",\
|
|
"0.016626, 0.024757, 0.055042, 0.184941, 0.851326",\
|
|
"0.016626, 0.024758, 0.055042, 0.184941, 0.851326",\
|
|
"0.016627, 0.024759, 0.055043, 0.184941, 0.851326",\
|
|
"0.016630, 0.024761, 0.055044, 0.184941, 0.851326");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.419773, 0.426208, 0.443279, 0.488454, 0.679900",\
|
|
"0.470435, 0.476870, 0.493941, 0.539116, 0.730562",\
|
|
"0.532192, 0.538627, 0.555699, 0.600873, 0.792319",\
|
|
"0.637369, 0.643804, 0.660876, 0.706050, 0.897496",\
|
|
"0.806879, 0.813314, 0.830385, 0.875560, 1.067006");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.014796, 0.019266, 0.032792, 0.080946, 0.343615",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343615",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343615",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343615",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343615");
|
|
}
|
|
|
|
} /* 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.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.403693, 0.412165, 0.437947, 0.530940, 0.984904",\
|
|
"0.438508, 0.446981, 0.472763, 0.565755, 1.019720",\
|
|
"0.465761, 0.474234, 0.500016, 0.593008, 1.046973",\
|
|
"0.489556, 0.498029, 0.523811, 0.616804, 1.070768",\
|
|
"0.491942, 0.500415, 0.526198, 0.619191, 1.073155");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.016626, 0.024757, 0.055042, 0.184941, 0.851326",\
|
|
"0.016626, 0.024757, 0.055042, 0.184941, 0.851326",\
|
|
"0.016626, 0.024758, 0.055042, 0.184941, 0.851326",\
|
|
"0.016627, 0.024759, 0.055043, 0.184941, 0.851326",\
|
|
"0.016630, 0.024761, 0.055044, 0.184941, 0.851326");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.419262, 0.425697, 0.442768, 0.487943, 0.679389",\
|
|
"0.469924, 0.476359, 0.493430, 0.538605, 0.730051",\
|
|
"0.531695, 0.538130, 0.555202, 0.600376, 0.791822",\
|
|
"0.637369, 0.643804, 0.660876, 0.706050, 0.897496",\
|
|
"0.806879, 0.813314, 0.830385, 0.875560, 1.067006");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.014796, 0.019266, 0.032792, 0.080946, 0.343614",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343614",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343614",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343614",\
|
|
"0.014796, 0.019266, 0.032792, 0.080946, 0.343614");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733",\
|
|
"1.644523, 1.652995, 1.678776, 1.771769, 2.225733");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327",\
|
|
"0.016622, 0.024754, 0.055041, 0.184941, 0.851327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878",\
|
|
"1.693751, 1.700188, 1.717265, 1.762434, 1.953878");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001965, 0.012237, 0.051465, 0.211465, 1.000000");
|
|
values ( "0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617",\
|
|
"0.014794, 0.019267, 0.032788, 0.080946, 0.343617");
|
|
}
|
|
|
|
} /* 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.000905 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813",\
|
|
"1.630569, 1.639188, 1.664973, 1.757902, 2.211813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503",\
|
|
"0.015984, 0.024172, 0.054525, 0.184539, 0.850503");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325",\
|
|
"1.668237, 1.674840, 1.691984, 1.737105, 1.928325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745",\
|
|
"0.014497, 0.019074, 0.032639, 0.080835, 0.342745");
|
|
}
|
|
|
|
} /* 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.003245 ;
|
|
|
|
/* 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.312445, 0.279786, 0.256268, 0.241440, 0.264865",\
|
|
"0.330355, 0.297696, 0.274178, 0.259350, 0.282776",\
|
|
"0.328536, 0.295877, 0.272359, 0.257531, 0.280956",\
|
|
"0.308943, 0.276284, 0.252765, 0.237938, 0.261363",\
|
|
"0.241321, 0.208662, 0.185144, 0.170316, 0.193741");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.642360, 0.609701, 0.586183, 0.571355, 0.594780",\
|
|
"0.687974, 0.655314, 0.631796, 0.616969, 0.640394",\
|
|
"0.730274, 0.697614, 0.674096, 0.659268, 0.682694",\
|
|
"0.804069, 0.771409, 0.747891, 0.733063, 0.756489",\
|
|
"0.948398, 0.915738, 0.892220, 0.877393, 0.900818");
|
|
}
|
|
|
|
} /* 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.291253, -0.258593, -0.235075, -0.220248, -0.243673",\
|
|
"-0.309163, -0.276503, -0.252985, -0.238158, -0.261583",\
|
|
"-0.307343, -0.274684, -0.251166, -0.236338, -0.259763",\
|
|
"-0.287750, -0.255091, -0.231573, -0.216745, -0.240170",\
|
|
"-0.220128, -0.187469, -0.163951, -0.149123, -0.172548");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.601526, -0.568867, -0.545349, -0.530521, -0.553946",\
|
|
"-0.647140, -0.614481, -0.590962, -0.576135, -0.599560",\
|
|
"-0.689440, -0.656780, -0.633262, -0.618435, -0.641860",\
|
|
"-0.763235, -0.730575, -0.707057, -0.692230, -0.715655",\
|
|
"-0.907564, -0.874905, -0.851386, -0.836559, -0.859984");
|
|
}
|
|
|
|
} /* 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.003096 ;
|
|
|
|
/* 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.329557, 0.296897, 0.273379, 0.258552, 0.281977",\
|
|
"0.347256, 0.314596, 0.291078, 0.276251, 0.299676",\
|
|
"0.345555, 0.312895, 0.289377, 0.274549, 0.297975",\
|
|
"0.325945, 0.293285, 0.269767, 0.254940, 0.278365",\
|
|
"0.258024, 0.225365, 0.201846, 0.187019, 0.210444");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.704385, 0.671726, 0.648207, 0.633380, 0.656805",\
|
|
"0.749925, 0.717265, 0.693747, 0.678920, 0.702345",\
|
|
"0.792426, 0.759766, 0.736248, 0.721420, 0.744846",\
|
|
"0.866635, 0.833975, 0.810457, 0.795630, 0.819055",\
|
|
"1.011205, 0.978545, 0.955027, 0.940200, 0.963625");
|
|
}
|
|
|
|
} /* 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.312382, -0.279723, -0.256205, -0.241377, -0.264802",\
|
|
"-0.330081, -0.297422, -0.273904, -0.259076, -0.282501",\
|
|
"-0.328380, -0.295721, -0.272202, -0.257375, -0.280800",\
|
|
"-0.308770, -0.276111, -0.252593, -0.237765, -0.261190",\
|
|
"-0.240849, -0.208190, -0.184672, -0.169844, -0.193270");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.667848, -0.635188, -0.611670, -0.596843, -0.620268",\
|
|
"-0.713387, -0.680728, -0.657210, -0.642382, -0.665807",\
|
|
"-0.755888, -0.723229, -0.699711, -0.684883, -0.708308",\
|
|
"-0.830097, -0.797438, -0.773920, -0.759092, -0.782517",\
|
|
"-0.974668, -0.942008, -0.918490, -0.903663, -0.927088");
|
|
}
|
|
|
|
} /* 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.003023 ;
|
|
|
|
/* 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.364714, 0.332054, 0.308536, 0.293709, 0.317134",\
|
|
"0.382529, 0.349870, 0.326352, 0.311524, 0.334950",\
|
|
"0.380753, 0.348094, 0.324576, 0.309748, 0.333173",\
|
|
"0.361084, 0.328425, 0.304907, 0.290079, 0.313504",\
|
|
"0.293144, 0.260485, 0.236967, 0.222139, 0.245565");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.504240, 0.471580, 0.448062, 0.433235, 0.456660",\
|
|
"0.549819, 0.517160, 0.493642, 0.478814, 0.502239",\
|
|
"0.592333, 0.559674, 0.536156, 0.521328, 0.544754",\
|
|
"0.666465, 0.633806, 0.610287, 0.595460, 0.618885",\
|
|
"0.811208, 0.778549, 0.755030, 0.740203, 0.763628");
|
|
}
|
|
|
|
} /* 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.349444, -0.316785, -0.293267, -0.278439, -0.301864",\
|
|
"-0.367260, -0.334601, -0.311083, -0.296255, -0.319680",\
|
|
"-0.365484, -0.332824, -0.309306, -0.294479, -0.317904",\
|
|
"-0.345815, -0.313155, -0.289637, -0.274810, -0.298235",\
|
|
"-0.277875, -0.245216, -0.221698, -0.206870, -0.230295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.470554, -0.437895, -0.414376, -0.399549, -0.422974",\
|
|
"-0.516134, -0.483474, -0.459956, -0.445129, -0.468554",\
|
|
"-0.558648, -0.525988, -0.502470, -0.487643, -0.511068",\
|
|
"-0.632779, -0.600120, -0.576602, -0.561774, -0.585199",\
|
|
"-0.777522, -0.744863, -0.721345, -0.706517, -0.729942");
|
|
}
|
|
|
|
} /* 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.002676 ;
|
|
|
|
/* 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.438082, 0.405422, 0.381904, 0.367077, 0.390502",\
|
|
"0.469833, 0.437174, 0.413656, 0.398828, 0.422253",\
|
|
"0.488147, 0.455487, 0.431969, 0.417142, 0.440567",\
|
|
"0.496130, 0.463471, 0.439952, 0.425125, 0.448550",\
|
|
"0.472277, 0.439617, 0.416099, 0.401272, 0.424697");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.803174, 0.770515, 0.746997, 0.732169, 0.755595",\
|
|
"0.851841, 0.819181, 0.795663, 0.780836, 0.804261",\
|
|
"0.906853, 0.874194, 0.850676, 0.835848, 0.859273",\
|
|
"1.000471, 0.967812, 0.944294, 0.929466, 0.952892",\
|
|
"1.154483, 1.121823, 1.098305, 1.083478, 1.106903");
|
|
}
|
|
|
|
} /* 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.417451, -0.384792, -0.361273, -0.346446, -0.369871",\
|
|
"-0.449202, -0.416543, -0.393025, -0.378197, -0.401622",\
|
|
"-0.467516, -0.434856, -0.411338, -0.396511, -0.419936",\
|
|
"-0.475499, -0.442840, -0.419322, -0.404494, -0.427919",\
|
|
"-0.451646, -0.418986, -0.395468, -0.380641, -0.404066");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.761453, -0.728793, -0.705275, -0.690448, -0.713873",\
|
|
"-0.810119, -0.777460, -0.753942, -0.739114, -0.762539",\
|
|
"-0.865131, -0.832472, -0.808954, -0.794126, -0.817551",\
|
|
"-0.958750, -0.926090, -0.902572, -0.887745, -0.911170",\
|
|
"-1.112761, -1.080102, -1.056584, -1.041756, -1.065181");
|
|
}
|
|
|
|
} /* 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.002819 ;
|
|
|
|
/* 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.452206, 0.419547, 0.396028, 0.381201, 0.404626",\
|
|
"0.478678, 0.446018, 0.422500, 0.407673, 0.431098",\
|
|
"0.486594, 0.453934, 0.430416, 0.415589, 0.439014",\
|
|
"0.480152, 0.447493, 0.423975, 0.409147, 0.432572",\
|
|
"0.431350, 0.398691, 0.375173, 0.360345, 0.383770");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.854059, 0.821400, 0.797882, 0.783054, 0.806479",\
|
|
"0.900737, 0.868077, 0.844559, 0.829732, 0.853157",\
|
|
"0.954408, 0.921749, 0.898231, 0.883403, 0.906828",\
|
|
"1.042356, 1.009697, 0.986179, 0.971351, 0.994776",\
|
|
"1.199163, 1.166504, 1.142985, 1.128158, 1.151583");
|
|
}
|
|
|
|
} /* 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.404727, -0.372067, -0.348550, -0.333723, -0.357146",\
|
|
"-0.431198, -0.398539, -0.375021, -0.360195, -0.383618",\
|
|
"-0.439114, -0.406455, -0.382938, -0.368111, -0.391534",\
|
|
"-0.432673, -0.400013, -0.376496, -0.361670, -0.385093",\
|
|
"-0.383871, -0.351211, -0.327694, -0.312868, -0.336291");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.784965, -0.752305, -0.728788, -0.713962, -0.737385",\
|
|
"-0.831642, -0.798983, -0.775465, -0.760639, -0.784062",\
|
|
"-0.885314, -0.852654, -0.829137, -0.814310, -0.837734",\
|
|
"-0.973262, -0.940602, -0.917085, -0.902258, -0.925681",\
|
|
"-1.130069, -1.097409, -1.073892, -1.059065, -1.082488");
|
|
}
|
|
|
|
} /* 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.003020 ;
|
|
|
|
/* 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.366491, 0.333831, 0.310313, 0.295486, 0.318911",\
|
|
"0.397146, 0.364486, 0.340968, 0.326141, 0.349566",\
|
|
"0.412658, 0.379998, 0.356480, 0.341653, 0.365078",\
|
|
"0.420149, 0.387489, 0.363971, 0.349144, 0.372569",\
|
|
"0.401977, 0.369317, 0.345799, 0.330972, 0.354397");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.719441, 0.686781, 0.663263, 0.648435, 0.671861",\
|
|
"0.768431, 0.735771, 0.712253, 0.697426, 0.720851",\
|
|
"0.816911, 0.784252, 0.760733, 0.745906, 0.769331",\
|
|
"0.895351, 0.862692, 0.839173, 0.824346, 0.847771",\
|
|
"1.032991, 1.000332, 0.976814, 0.961986, 0.985411");
|
|
}
|
|
|
|
} /* 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.316871, -0.284211, -0.260694, -0.245867, -0.269290",\
|
|
"-0.347525, -0.314866, -0.291348, -0.276522, -0.299945",\
|
|
"-0.363037, -0.330378, -0.306861, -0.292034, -0.315457",\
|
|
"-0.370528, -0.337869, -0.314352, -0.299525, -0.322948",\
|
|
"-0.352356, -0.319697, -0.296180, -0.281353, -0.304776");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.645990, -0.613331, -0.589813, -0.574987, -0.598410",\
|
|
"-0.694980, -0.662321, -0.638803, -0.623977, -0.647400",\
|
|
"-0.743461, -0.710801, -0.687284, -0.672457, -0.695881",\
|
|
"-0.821901, -0.789241, -0.765724, -0.750897, -0.774320",\
|
|
"-0.959541, -0.926882, -0.903364, -0.888538, -0.911961");
|
|
}
|
|
|
|
} /* 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.003070 ;
|
|
|
|
/* 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.248463, 0.215803, 0.192285, 0.177458, 0.200883",\
|
|
"0.279397, 0.246738, 0.223220, 0.208392, 0.231817",\
|
|
"0.294619, 0.261959, 0.238441, 0.223614, 0.247039",\
|
|
"0.301971, 0.269312, 0.245793, 0.230966, 0.254391",\
|
|
"0.283711, 0.251052, 0.227534, 0.212706, 0.236131");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.497039, 0.464380, 0.440862, 0.426034, 0.449459",\
|
|
"0.547594, 0.514935, 0.491417, 0.476589, 0.500014",\
|
|
"0.596214, 0.563555, 0.540037, 0.525209, 0.548634",\
|
|
"0.674412, 0.641753, 0.618235, 0.603407, 0.626832",\
|
|
"0.811954, 0.779295, 0.755777, 0.740949, 0.764374");
|
|
}
|
|
|
|
} /* 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.202267, -0.169607, -0.146090, -0.131263, -0.154687",\
|
|
"-0.233202, -0.200542, -0.177025, -0.162198, -0.185621",\
|
|
"-0.248423, -0.215763, -0.192246, -0.177420, -0.200843",\
|
|
"-0.255775, -0.223116, -0.199598, -0.184772, -0.208195",\
|
|
"-0.237515, -0.204856, -0.181339, -0.166512, -0.189935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.427248, -0.394588, -0.371071, -0.356244, -0.379667",\
|
|
"-0.477802, -0.445143, -0.421626, -0.406799, -0.430222",\
|
|
"-0.526423, -0.493763, -0.470246, -0.455419, -0.478842",\
|
|
"-0.604621, -0.571961, -0.548444, -0.533617, -0.557041",\
|
|
"-0.742163, -0.709503, -0.685986, -0.671159, -0.694582");
|
|
}
|
|
|
|
} /* 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.002953 ;
|
|
|
|
/* 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.273416, 0.240757, 0.217239, 0.202411, 0.225837",\
|
|
"0.303902, 0.271243, 0.247725, 0.232897, 0.256322",\
|
|
"0.319396, 0.286737, 0.263219, 0.248391, 0.271816",\
|
|
"0.326908, 0.294248, 0.270730, 0.255903, 0.279328",\
|
|
"0.307459, 0.274800, 0.251281, 0.236454, 0.259879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.600510, 0.567851, 0.544332, 0.529505, 0.552930",\
|
|
"0.649451, 0.616792, 0.593273, 0.578446, 0.601871",\
|
|
"0.698122, 0.665463, 0.641944, 0.627117, 0.650542",\
|
|
"0.776567, 0.743908, 0.720390, 0.705562, 0.728987",\
|
|
"0.913232, 0.880573, 0.857055, 0.842227, 0.865652");
|
|
}
|
|
|
|
} /* 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.219773, -0.187114, -0.163597, -0.148770, -0.172193",\
|
|
"-0.250259, -0.217600, -0.194083, -0.179256, -0.202679",\
|
|
"-0.265753, -0.233094, -0.209577, -0.194750, -0.218173",\
|
|
"-0.273265, -0.240605, -0.217088, -0.202261, -0.225684",\
|
|
"-0.253816, -0.221156, -0.197639, -0.182813, -0.206236");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.522249, -0.489589, -0.466072, -0.451245, -0.474668",\
|
|
"-0.571189, -0.538530, -0.515013, -0.500186, -0.523609",\
|
|
"-0.619860, -0.587201, -0.563684, -0.548857, -0.572280",\
|
|
"-0.698306, -0.665647, -0.642129, -0.627303, -0.650726",\
|
|
"-0.834971, -0.802312, -0.778794, -0.763968, -0.787391");
|
|
}
|
|
|
|
} /* 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.003032 ;
|
|
|
|
/* 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.258589, 0.225930, 0.202412, 0.187584, 0.211009",\
|
|
"0.275720, 0.243061, 0.219543, 0.204715, 0.228140",\
|
|
"0.274522, 0.241862, 0.218344, 0.203517, 0.226942",\
|
|
"0.255590, 0.222931, 0.199413, 0.184585, 0.208010",\
|
|
"0.186635, 0.153976, 0.130458, 0.115630, 0.139055");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.669632, 0.636972, 0.613454, 0.598626, 0.622052",\
|
|
"0.715415, 0.682755, 0.659237, 0.644410, 0.667835",\
|
|
"0.756391, 0.723731, 0.700213, 0.685386, 0.708811",\
|
|
"0.828416, 0.795757, 0.772238, 0.757411, 0.780836",\
|
|
"0.968365, 0.935706, 0.912188, 0.897360, 0.920785");
|
|
}
|
|
|
|
} /* 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.237397, -0.204737, -0.181219, -0.166391, -0.189817",\
|
|
"-0.254528, -0.221868, -0.198350, -0.183523, -0.206948",\
|
|
"-0.253329, -0.220670, -0.197152, -0.182324, -0.205749",\
|
|
"-0.234398, -0.201738, -0.178220, -0.163392, -0.186818",\
|
|
"-0.165442, -0.132783, -0.109265, -0.094437, -0.117863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.628798, -0.596138, -0.572620, -0.557792, -0.581218",\
|
|
"-0.674581, -0.641921, -0.618403, -0.603576, -0.627001",\
|
|
"-0.715557, -0.682897, -0.659379, -0.644552, -0.667977",\
|
|
"-0.787582, -0.754923, -0.731405, -0.716577, -0.740002",\
|
|
"-0.927531, -0.894872, -0.871354, -0.856526, -0.879952");
|
|
}
|
|
|
|
} /* 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.003132 ;
|
|
|
|
/* 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.265393, 0.232733, 0.209215, 0.194388, 0.217813",\
|
|
"0.283020, 0.250361, 0.226842, 0.212015, 0.235440",\
|
|
"0.281369, 0.248709, 0.225191, 0.210364, 0.233789",\
|
|
"0.261923, 0.229264, 0.205745, 0.190918, 0.214343",\
|
|
"0.194913, 0.162254, 0.138736, 0.123908, 0.147333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.664983, 0.632324, 0.608806, 0.593978, 0.617403",\
|
|
"0.710498, 0.677839, 0.654320, 0.639493, 0.662918",\
|
|
"0.752823, 0.720163, 0.696645, 0.681818, 0.705243",\
|
|
"0.826880, 0.794220, 0.770702, 0.755875, 0.779300",\
|
|
"0.970940, 0.938281, 0.914763, 0.899935, 0.923360");
|
|
}
|
|
|
|
} /* 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.248218, -0.215559, -0.192041, -0.177213, -0.200638",\
|
|
"-0.265845, -0.233186, -0.209668, -0.194840, -0.218266",\
|
|
"-0.264194, -0.231535, -0.208017, -0.193189, -0.216614",\
|
|
"-0.244748, -0.212089, -0.188571, -0.173743, -0.197169",\
|
|
"-0.177739, -0.145079, -0.121561, -0.106734, -0.130159");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.628446, -0.595787, -0.572269, -0.557441, -0.580866",\
|
|
"-0.673961, -0.641301, -0.617783, -0.602956, -0.626381",\
|
|
"-0.716285, -0.683626, -0.660108, -0.645280, -0.668705",\
|
|
"-0.790342, -0.757683, -0.734165, -0.719337, -0.742763",\
|
|
"-0.934403, -0.901744, -0.878226, -0.863398, -0.886823");
|
|
}
|
|
|
|
} /* 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.002989 ;
|
|
|
|
/* 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.241731, 0.209072, 0.185554, 0.170726, 0.194151",\
|
|
"0.258829, 0.226170, 0.202652, 0.187824, 0.211249",\
|
|
"0.257875, 0.225215, 0.201697, 0.186870, 0.210295",\
|
|
"0.239524, 0.206865, 0.183347, 0.168519, 0.191944",\
|
|
"0.170530, 0.137871, 0.114353, 0.099525, 0.122950");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.473532, 0.440872, 0.417354, 0.402526, 0.425952",\
|
|
"0.519231, 0.486572, 0.463054, 0.448226, 0.471651",\
|
|
"0.560045, 0.527386, 0.503868, 0.489040, 0.512465",\
|
|
"0.631473, 0.598814, 0.575296, 0.560468, 0.583893",\
|
|
"0.770365, 0.737706, 0.714188, 0.699360, 0.722785");
|
|
}
|
|
|
|
} /* 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.226462, -0.193802, -0.170284, -0.155457, -0.178882",\
|
|
"-0.243560, -0.210900, -0.187382, -0.172555, -0.195980",\
|
|
"-0.242605, -0.209946, -0.186428, -0.171600, -0.195026",\
|
|
"-0.224255, -0.191596, -0.168077, -0.153250, -0.176675",\
|
|
"-0.155261, -0.122601, -0.099083, -0.084256, -0.107681");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.439846, -0.407186, -0.383668, -0.368841, -0.392266",\
|
|
"-0.485545, -0.452886, -0.429368, -0.414540, -0.437966",\
|
|
"-0.526359, -0.493700, -0.470182, -0.455354, -0.478779",\
|
|
"-0.597787, -0.565128, -0.541610, -0.526782, -0.550207",\
|
|
"-0.736680, -0.704020, -0.680502, -0.665675, -0.689100");
|
|
}
|
|
|
|
} /* 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.003007 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mask_rev_in[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.601752, 0.569093, 0.545574, 0.530747, 0.554172",\
|
|
"0.628248, 0.595589, 0.572071, 0.557243, 0.580668",\
|
|
"0.636212, 0.603552, 0.580034, 0.565207, 0.588632",\
|
|
"0.629669, 0.597010, 0.573492, 0.558664, 0.582089",\
|
|
"0.580733, 0.548074, 0.524556, 0.509728, 0.533153");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.050829, 1.018169, 0.994651, 0.979824, 1.003249",\
|
|
"1.097512, 1.064853, 1.041335, 1.026507, 1.049932",\
|
|
"1.151196, 1.118537, 1.095019, 1.080191, 1.103616",\
|
|
"1.239244, 1.206584, 1.183066, 1.168239, 1.191664",\
|
|
"1.396110, 1.363451, 1.339932, 1.325105, 1.348530");
|
|
}
|
|
|
|
} /* 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.581121, -0.548462, -0.524944, -0.510116, -0.533541",\
|
|
"-0.607618, -0.574958, -0.551440, -0.536613, -0.560038",\
|
|
"-0.615581, -0.582922, -0.559403, -0.544576, -0.568001",\
|
|
"-0.609039, -0.576379, -0.552861, -0.538034, -0.561459",\
|
|
"-0.560103, -0.527443, -0.503925, -0.489098, -0.512523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.009107, -0.976448, -0.952929, -0.938102, -0.961527",\
|
|
"-1.055791, -1.023131, -0.999613, -0.984786, -1.008211",\
|
|
"-1.109474, -1.076815, -1.053297, -1.038469, -1.061894",\
|
|
"-1.197522, -1.164863, -1.141345, -1.126517, -1.149942",\
|
|
"-1.354388, -1.321729, -1.298211, -1.283383, -1.306808");
|
|
}
|
|
|
|
} /* 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.003226 ;
|
|
|
|
/* 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.468410, 0.435751, 0.412233, 0.397405, 0.420830",\
|
|
"0.486478, 0.453819, 0.430300, 0.415473, 0.438898",\
|
|
"0.484587, 0.451928, 0.428410, 0.413582, 0.437007",\
|
|
"0.464953, 0.432294, 0.408776, 0.393948, 0.417374",\
|
|
"0.397067, 0.364407, 0.340889, 0.326062, 0.349487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.810540, 0.777881, 0.754363, 0.739535, 0.762960",\
|
|
"0.856207, 0.823547, 0.800029, 0.785202, 0.808627",\
|
|
"0.898611, 0.865952, 0.842434, 0.827606, 0.851031",\
|
|
"0.972414, 0.939755, 0.916237, 0.901409, 0.924834",\
|
|
"1.117182, 1.084523, 1.061005, 1.046177, 1.069602");
|
|
}
|
|
|
|
} /* 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.420952, -0.388293, -0.364776, -0.349949, -0.373372",\
|
|
"-0.439020, -0.406361, -0.382844, -0.368017, -0.391440",\
|
|
"-0.437129, -0.404470, -0.380953, -0.366126, -0.389549",\
|
|
"-0.417496, -0.384836, -0.361319, -0.346492, -0.369916",\
|
|
"-0.349609, -0.316950, -0.293432, -0.278606, -0.302029");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.741446, -0.708786, -0.685269, -0.670443, -0.693866",\
|
|
"-0.787112, -0.754453, -0.730935, -0.716109, -0.739532",\
|
|
"-0.829516, -0.796857, -0.773340, -0.758513, -0.781936",\
|
|
"-0.903320, -0.870660, -0.847143, -0.832316, -0.855739",\
|
|
"-1.048088, -1.015428, -0.991911, -0.977084, -1.000507");
|
|
}
|
|
|
|
} /* 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.002706 ;
|
|
|
|
/* 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.280759, 0.248100, 0.224582, 0.209754, 0.233179",\
|
|
"0.312505, 0.279846, 0.256328, 0.241500, 0.264925",\
|
|
"0.328717, 0.296057, 0.272539, 0.257712, 0.281137",\
|
|
"0.338824, 0.306164, 0.282646, 0.267819, 0.291244",\
|
|
"0.314949, 0.282289, 0.258771, 0.243944, 0.267369");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.539667, 0.507008, 0.483489, 0.468662, 0.492087",\
|
|
"0.588101, 0.555441, 0.531923, 0.517096, 0.540521",\
|
|
"0.643030, 0.610371, 0.586853, 0.572025, 0.595450",\
|
|
"0.736900, 0.704241, 0.680722, 0.665895, 0.689320",\
|
|
"0.891608, 0.858948, 0.835430, 0.820602, 0.844028");
|
|
}
|
|
|
|
} /* 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.231139, -0.198479, -0.174962, -0.160136, -0.183559",\
|
|
"-0.262885, -0.230225, -0.206708, -0.191882, -0.215305",\
|
|
"-0.279096, -0.246437, -0.222920, -0.208093, -0.231516",\
|
|
"-0.289203, -0.256544, -0.233026, -0.218200, -0.241623",\
|
|
"-0.265328, -0.232669, -0.209152, -0.194325, -0.217748");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.466217, -0.433557, -0.410040, -0.395213, -0.418636",\
|
|
"-0.514650, -0.481991, -0.458474, -0.443647, -0.467070",\
|
|
"-0.569580, -0.536920, -0.513403, -0.498577, -0.522000",\
|
|
"-0.663449, -0.630790, -0.607273, -0.592446, -0.615869",\
|
|
"-0.818157, -0.785497, -0.761980, -0.747154, -0.770577");
|
|
}
|
|
|
|
} /* 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.003198 ;
|
|
|
|
/* 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.221302, 0.188642, 0.165124, 0.150297, 0.173722",\
|
|
"0.252225, 0.219565, 0.196047, 0.181220, 0.204645",\
|
|
"0.267459, 0.234799, 0.211281, 0.196454, 0.219879",\
|
|
"0.274808, 0.242149, 0.218631, 0.203803, 0.227228",\
|
|
"0.256552, 0.223893, 0.200375, 0.185547, 0.208972");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.458160, 0.425500, 0.401982, 0.387155, 0.410580",\
|
|
"0.508533, 0.475873, 0.452355, 0.437528, 0.460953",\
|
|
"0.557138, 0.524479, 0.500961, 0.486133, 0.509558",\
|
|
"0.635349, 0.602690, 0.579172, 0.564344, 0.587769",\
|
|
"0.772895, 0.740236, 0.716718, 0.701890, 0.725315");
|
|
}
|
|
|
|
} /* 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.175106, -0.142446, -0.118929, -0.104103, -0.127526",\
|
|
"-0.206029, -0.173370, -0.149852, -0.135026, -0.158449",\
|
|
"-0.221263, -0.188603, -0.165086, -0.150259, -0.173683",\
|
|
"-0.228613, -0.195953, -0.172436, -0.157609, -0.181032",\
|
|
"-0.210356, -0.177697, -0.154180, -0.139353, -0.162776");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.388368, -0.355708, -0.332191, -0.317364, -0.340787",\
|
|
"-0.438741, -0.406081, -0.382564, -0.367738, -0.391161",\
|
|
"-0.487346, -0.454687, -0.431170, -0.416343, -0.439766",\
|
|
"-0.565558, -0.532898, -0.509381, -0.494554, -0.517977",\
|
|
"-0.703104, -0.670444, -0.646927, -0.632100, -0.655523");
|
|
}
|
|
|
|
} /* 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.002494 ;
|
|
|
|
/* 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.276838, 0.244179, 0.220661, 0.205833, 0.229258",\
|
|
"0.303316, 0.270657, 0.247139, 0.232311, 0.255736",\
|
|
"0.311247, 0.278588, 0.255070, 0.240242, 0.263667",\
|
|
"0.304779, 0.272119, 0.248601, 0.233774, 0.257199",\
|
|
"0.255946, 0.223287, 0.199769, 0.184941, 0.208366");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.605489, 0.572829, 0.549311, 0.534484, 0.557909",\
|
|
"0.652167, 0.619508, 0.595990, 0.581162, 0.604587",\
|
|
"0.705849, 0.673190, 0.649672, 0.634844, 0.658269",\
|
|
"0.793834, 0.761175, 0.737657, 0.722829, 0.746254",\
|
|
"0.950767, 0.918108, 0.894590, 0.879762, 0.903187");
|
|
}
|
|
|
|
} /* 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.223195, -0.190536, -0.167018, -0.152192, -0.175615",\
|
|
"-0.249673, -0.217014, -0.193496, -0.178670, -0.202093",\
|
|
"-0.257604, -0.224945, -0.201427, -0.186601, -0.210024",\
|
|
"-0.251136, -0.218476, -0.194959, -0.180132, -0.203555",\
|
|
"-0.202303, -0.169644, -0.146126, -0.131300, -0.154723");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.527227, -0.494568, -0.471051, -0.456224, -0.479647",\
|
|
"-0.573906, -0.541247, -0.517729, -0.502903, -0.526326",\
|
|
"-0.627588, -0.594928, -0.571411, -0.556585, -0.580008",\
|
|
"-0.715573, -0.682913, -0.659396, -0.644570, -0.667993",\
|
|
"-0.872506, -0.839847, -0.816329, -0.801503, -0.824926");
|
|
}
|
|
|
|
} /* 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.005149 ;
|
|
|
|
/* 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.233863, 0.201203, 0.177685, 0.162858, 0.186283",\
|
|
"0.251860, 0.219201, 0.195683, 0.180855, 0.204280",\
|
|
"0.249999, 0.217339, 0.193821, 0.178994, 0.202419",\
|
|
"0.230364, 0.197704, 0.174186, 0.159359, 0.182784",\
|
|
"0.162501, 0.129841, 0.106323, 0.091496, 0.114921");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.533750, 0.501090, 0.477572, 0.462745, 0.486170",\
|
|
"0.579380, 0.546720, 0.523202, 0.508375, 0.531800",\
|
|
"0.621769, 0.589110, 0.565592, 0.550764, 0.574189",\
|
|
"0.695606, 0.662946, 0.639428, 0.624600, 0.648026",\
|
|
"0.840264, 0.807605, 0.784087, 0.769259, 0.792684");
|
|
}
|
|
|
|
} /* 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.212675, -0.180016, -0.156498, -0.141670, -0.165095",\
|
|
"-0.230673, -0.198013, -0.174495, -0.159668, -0.183093",\
|
|
"-0.228811, -0.196151, -0.172633, -0.157806, -0.181231",\
|
|
"-0.209176, -0.176517, -0.152998, -0.138171, -0.161596",\
|
|
"-0.141313, -0.108653, -0.085135, -0.070308, -0.093733");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.492919, -0.460260, -0.436741, -0.421914, -0.445339",\
|
|
"-0.538549, -0.505890, -0.482371, -0.467544, -0.490969",\
|
|
"-0.580938, -0.548279, -0.524761, -0.509933, -0.533359",\
|
|
"-0.654775, -0.622115, -0.598597, -0.583770, -0.607195",\
|
|
"-0.799433, -0.766774, -0.743256, -0.728428, -0.751854");
|
|
}
|
|
|
|
} /* 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.003894 ;
|
|
|
|
/* 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.272748, 0.240088, 0.216570, 0.201743, 0.225168",\
|
|
"0.304481, 0.271822, 0.248304, 0.233476, 0.256901",\
|
|
"0.320771, 0.288112, 0.264594, 0.249766, 0.273191",\
|
|
"0.328727, 0.296067, 0.272549, 0.257722, 0.281147",\
|
|
"0.307179, 0.274520, 0.251001, 0.236174, 0.259599");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.580410, 0.547751, 0.524233, 0.509405, 0.532830",\
|
|
"0.628833, 0.596173, 0.572655, 0.557828, 0.581253",\
|
|
"0.684287, 0.651628, 0.628110, 0.613282, 0.636707",\
|
|
"0.778175, 0.745516, 0.721998, 0.707170, 0.730595",\
|
|
"0.932981, 0.900321, 0.876803, 0.861976, 0.885401");
|
|
}
|
|
|
|
} /* 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.255569, -0.222910, -0.199392, -0.184564, -0.207989",\
|
|
"-0.287303, -0.254643, -0.231125, -0.216298, -0.239723",\
|
|
"-0.303593, -0.270934, -0.247415, -0.232588, -0.256013",\
|
|
"-0.311549, -0.278889, -0.255371, -0.240544, -0.263969",\
|
|
"-0.290001, -0.257341, -0.233823, -0.218996, -0.242421");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.543876, -0.511216, -0.487698, -0.472871, -0.496296",\
|
|
"-0.592298, -0.559639, -0.536121, -0.521293, -0.544718",\
|
|
"-0.647753, -0.615094, -0.591575, -0.576748, -0.600173",\
|
|
"-0.741641, -0.708981, -0.685463, -0.670636, -0.694061",\
|
|
"-0.896446, -0.863787, -0.840269, -0.825441, -0.848866");
|
|
}
|
|
|
|
} /* 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.003480 ;
|
|
|
|
/* 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.345487, 0.312827, 0.289309, 0.274482, 0.297907",\
|
|
"0.363016, 0.330356, 0.306838, 0.292011, 0.315436",\
|
|
"0.361430, 0.328771, 0.305253, 0.290425, 0.313850",\
|
|
"0.342020, 0.309361, 0.285842, 0.271015, 0.294440",\
|
|
"0.275493, 0.242833, 0.219315, 0.204488, 0.227913");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.507684, 0.475024, 0.451506, 0.436679, 0.460104",\
|
|
"0.553165, 0.520506, 0.496988, 0.482160, 0.505585",\
|
|
"0.595515, 0.562855, 0.539337, 0.524510, 0.547935",\
|
|
"0.669616, 0.636957, 0.613439, 0.598611, 0.622036",\
|
|
"0.813514, 0.780855, 0.757336, 0.742509, 0.765934");
|
|
}
|
|
|
|
} /* 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.330217, -0.297558, -0.274040, -0.259212, -0.282637",\
|
|
"-0.347746, -0.315087, -0.291569, -0.276741, -0.300166",\
|
|
"-0.346161, -0.313501, -0.289983, -0.275156, -0.298581",\
|
|
"-0.326751, -0.294091, -0.270573, -0.255745, -0.279171",\
|
|
"-0.260224, -0.227564, -0.204046, -0.189218, -0.212644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.473998, -0.441338, -0.417820, -0.402993, -0.426418",\
|
|
"-0.519479, -0.486820, -0.463302, -0.448474, -0.471899",\
|
|
"-0.561829, -0.529169, -0.505651, -0.490824, -0.514249",\
|
|
"-0.635930, -0.603271, -0.579753, -0.564925, -0.588351",\
|
|
"-0.779828, -0.747169, -0.723651, -0.708823, -0.732248");
|
|
}
|
|
|
|
} /* 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.002545 ;
|
|
|
|
/* 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.364705, 0.332045, 0.308527, 0.293700, 0.317125",\
|
|
"0.396500, 0.363840, 0.340322, 0.325495, 0.348920",\
|
|
"0.412502, 0.379843, 0.356325, 0.341497, 0.364923",\
|
|
"0.420468, 0.387809, 0.364291, 0.349463, 0.372888",\
|
|
"0.398523, 0.365863, 0.342345, 0.327518, 0.350943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.658144, 0.625484, 0.601966, 0.587139, 0.610564",\
|
|
"0.706561, 0.673902, 0.650383, 0.635556, 0.658981",\
|
|
"0.761901, 0.729242, 0.705724, 0.690896, 0.714321",\
|
|
"0.852335, 0.819675, 0.796157, 0.781330, 0.804755",\
|
|
"1.006459, 0.973800, 0.950282, 0.935454, 0.958879");
|
|
}
|
|
|
|
} /* 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.344074, -0.311415, -0.287897, -0.273069, -0.296494",\
|
|
"-0.375869, -0.343210, -0.319692, -0.304864, -0.328289",\
|
|
"-0.391872, -0.359212, -0.335694, -0.320867, -0.344292",\
|
|
"-0.399838, -0.367178, -0.343660, -0.328833, -0.352258",\
|
|
"-0.377892, -0.345233, -0.321715, -0.306887, -0.330312");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.616422, -0.583763, -0.560245, -0.545417, -0.568842",\
|
|
"-0.664839, -0.632180, -0.608662, -0.593834, -0.617259",\
|
|
"-0.720180, -0.687520, -0.664002, -0.649175, -0.672600",\
|
|
"-0.810613, -0.777954, -0.754435, -0.739608, -0.763033",\
|
|
"-0.964738, -0.932078, -0.908560, -0.893732, -0.917158");
|
|
}
|
|
|
|
} /* 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.002327 ;
|
|
|
|
/* 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.402180, 0.369520, 0.346002, 0.331175, 0.354600",\
|
|
"0.428594, 0.395934, 0.372416, 0.357589, 0.381014",\
|
|
"0.436372, 0.403712, 0.380194, 0.365367, 0.388792",\
|
|
"0.430242, 0.397582, 0.374064, 0.359237, 0.382662",\
|
|
"0.381873, 0.349213, 0.325695, 0.310868, 0.334293");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.732454, 0.699794, 0.676276, 0.661449, 0.684874",\
|
|
"0.779125, 0.746466, 0.722947, 0.708120, 0.731545",\
|
|
"0.832632, 0.799973, 0.776454, 0.761627, 0.785052",\
|
|
"0.920084, 0.887424, 0.863906, 0.849078, 0.872504",\
|
|
"1.075389, 1.042730, 1.019212, 1.004384, 1.027809");
|
|
}
|
|
|
|
} /* 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.354718, -0.322059, -0.298542, -0.283715, -0.307138",\
|
|
"-0.381132, -0.348473, -0.324955, -0.310129, -0.333552",\
|
|
"-0.388910, -0.356251, -0.332734, -0.317907, -0.341330",\
|
|
"-0.382780, -0.350121, -0.326603, -0.311777, -0.335200",\
|
|
"-0.334411, -0.301752, -0.278235, -0.263408, -0.286831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.663359, -0.630700, -0.607182, -0.592356, -0.615779",\
|
|
"-0.710030, -0.677371, -0.653854, -0.639027, -0.662450",\
|
|
"-0.763537, -0.730878, -0.707361, -0.692534, -0.715957",\
|
|
"-0.850989, -0.818330, -0.794812, -0.779986, -0.803409",\
|
|
"-1.006295, -0.973635, -0.950118, -0.935292, -0.958715");
|
|
}
|
|
|
|
} /* 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.002839 ;
|
|
|
|
/* 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.319168, 0.286509, 0.262991, 0.248163, 0.271588",\
|
|
"0.349895, 0.317236, 0.293718, 0.278890, 0.302315",\
|
|
"0.365341, 0.332682, 0.309164, 0.294336, 0.317761",\
|
|
"0.372618, 0.339959, 0.316441, 0.301613, 0.325038",\
|
|
"0.354306, 0.321646, 0.298128, 0.283301, 0.306726");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.614044, 0.581384, 0.557866, 0.543038, 0.566464",\
|
|
"0.663054, 0.630395, 0.606877, 0.592049, 0.615474",\
|
|
"0.711592, 0.678933, 0.655415, 0.640587, 0.664012",\
|
|
"0.790345, 0.757686, 0.734168, 0.719340, 0.742765",\
|
|
"0.927979, 0.895320, 0.871801, 0.856974, 0.880399");
|
|
}
|
|
|
|
} /* 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.269548, -0.236888, -0.213371, -0.198544, -0.221968",\
|
|
"-0.300275, -0.267615, -0.244098, -0.229271, -0.252695",\
|
|
"-0.315721, -0.283062, -0.259544, -0.244718, -0.268141",\
|
|
"-0.322998, -0.290339, -0.266821, -0.251995, -0.275418",\
|
|
"-0.304685, -0.272026, -0.248509, -0.233682, -0.257105");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.540593, -0.507934, -0.484416, -0.469590, -0.493013",\
|
|
"-0.589604, -0.556944, -0.533427, -0.518601, -0.542024",\
|
|
"-0.638142, -0.605482, -0.581965, -0.567139, -0.590562",\
|
|
"-0.716895, -0.684235, -0.660718, -0.645892, -0.669315",\
|
|
"-0.854445, -0.821785, -0.798268, -0.783441, -0.806864");
|
|
}
|
|
|
|
} /* 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.004199 ;
|
|
|
|
/* 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.380135, 0.347475, 0.323957, 0.309130, 0.332555",\
|
|
"0.413350, 0.380691, 0.357172, 0.342345, 0.365770",\
|
|
"0.429826, 0.397167, 0.373649, 0.358821, 0.382246",\
|
|
"0.437846, 0.405186, 0.381668, 0.366841, 0.390266",\
|
|
"0.416570, 0.383911, 0.360392, 0.345565, 0.368990");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.615384, 0.582725, 0.559207, 0.544379, 0.567804",\
|
|
"0.663796, 0.631137, 0.607618, 0.592791, 0.616216",\
|
|
"0.721244, 0.688584, 0.665066, 0.650239, 0.673664",\
|
|
"0.812252, 0.779592, 0.756074, 0.741247, 0.764672",\
|
|
"0.966827, 0.934168, 0.910650, 0.895822, 0.919247");
|
|
}
|
|
|
|
} /* 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.333948, -0.301288, -0.277771, -0.262945, -0.286368",\
|
|
"-0.367163, -0.334504, -0.310986, -0.296160, -0.319583",\
|
|
"-0.383639, -0.350980, -0.327463, -0.312636, -0.336059",\
|
|
"-0.391659, -0.359000, -0.335482, -0.320656, -0.344079",\
|
|
"-0.370383, -0.337724, -0.314206, -0.299380, -0.322803");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.545593, -0.512933, -0.489416, -0.474590, -0.498013",\
|
|
"-0.594004, -0.561345, -0.537828, -0.523001, -0.546424",\
|
|
"-0.651452, -0.618793, -0.595276, -0.580449, -0.603872",\
|
|
"-0.742460, -0.709801, -0.686284, -0.671457, -0.694880",\
|
|
"-0.897035, -0.864376, -0.840859, -0.826032, -0.849455");
|
|
}
|
|
|
|
} /* 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.004885 ;
|
|
|
|
/* 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.283078, 0.250419, 0.226901, 0.212073, 0.235498",\
|
|
"0.301103, 0.268444, 0.244926, 0.230098, 0.253523",\
|
|
"0.299236, 0.266577, 0.243058, 0.228231, 0.251656",\
|
|
"0.279545, 0.246886, 0.223367, 0.208540, 0.231965",\
|
|
"0.211408, 0.178749, 0.155231, 0.140403, 0.163828");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.477230, 0.444570, 0.421052, 0.406225, 0.429650",\
|
|
"0.522870, 0.490210, 0.466692, 0.451865, 0.475290",\
|
|
"0.565454, 0.532794, 0.509276, 0.494449, 0.517874",\
|
|
"0.639494, 0.606835, 0.583317, 0.568489, 0.591915",\
|
|
"0.784678, 0.752019, 0.728500, 0.713673, 0.737098");
|
|
}
|
|
|
|
} /* 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.229435, -0.196776, -0.173258, -0.158432, -0.181855",\
|
|
"-0.247460, -0.214801, -0.191284, -0.176457, -0.199880",\
|
|
"-0.245593, -0.212933, -0.189416, -0.174590, -0.198013",\
|
|
"-0.225902, -0.193243, -0.169725, -0.154899, -0.178322",\
|
|
"-0.157765, -0.125106, -0.101589, -0.086762, -0.110185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.398968, -0.366309, -0.342792, -0.327965, -0.351388",\
|
|
"-0.444608, -0.411949, -0.388431, -0.373605, -0.397028",\
|
|
"-0.487192, -0.454533, -0.431015, -0.416189, -0.439612",\
|
|
"-0.561233, -0.528574, -0.505056, -0.490230, -0.513653",\
|
|
"-0.706416, -0.673757, -0.650240, -0.635413, -0.658836");
|
|
}
|
|
|
|
} /* 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.003472 ;
|
|
|
|
/* 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.557460, 0.524801, 0.501283, 0.486455, 0.509880",\
|
|
"0.588063, 0.555404, 0.531886, 0.517058, 0.540483",\
|
|
"0.603581, 0.570921, 0.547403, 0.532576, 0.556001",\
|
|
"0.611098, 0.578439, 0.554920, 0.540093, 0.563518",\
|
|
"0.592572, 0.559912, 0.536394, 0.521567, 0.544992");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.125360, 1.092700, 1.069182, 1.054354, 1.077780",\
|
|
"1.174335, 1.141675, 1.118157, 1.103329, 1.126755",\
|
|
"1.222864, 1.190204, 1.166686, 1.151859, 1.175284",\
|
|
"1.301307, 1.268648, 1.245130, 1.230302, 1.253727",\
|
|
"1.438668, 1.406008, 1.382490, 1.367663, 1.391088");
|
|
}
|
|
|
|
} /* 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.536268, -0.503608, -0.480090, -0.465262, -0.488688",\
|
|
"-0.566871, -0.534211, -0.510693, -0.495866, -0.519291",\
|
|
"-0.582388, -0.549729, -0.526211, -0.511383, -0.534808",\
|
|
"-0.589905, -0.557246, -0.533728, -0.518900, -0.542325",\
|
|
"-0.571379, -0.538720, -0.515202, -0.500374, -0.523799");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.084526, -1.051866, -1.028348, -1.013520, -1.036946",\
|
|
"-1.133501, -1.100841, -1.077323, -1.062496, -1.085921",\
|
|
"-1.182030, -1.149371, -1.125852, -1.111025, -1.134450",\
|
|
"-1.260473, -1.227814, -1.204296, -1.189468, -1.212893",\
|
|
"-1.397834, -1.365175, -1.341656, -1.326829, -1.350254");
|
|
}
|
|
|
|
} /* 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.002617 ;
|
|
|
|
/* 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.349503, 0.316844, 0.293325, 0.278498, 0.301923",\
|
|
"0.375921, 0.343262, 0.319743, 0.304916, 0.328341",\
|
|
"0.383674, 0.351014, 0.327496, 0.312669, 0.336094",\
|
|
"0.377476, 0.344816, 0.321298, 0.306471, 0.329896",\
|
|
"0.328883, 0.296224, 0.272706, 0.257878, 0.281303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.636731, 0.604071, 0.580553, 0.565726, 0.589151",\
|
|
"0.683402, 0.650742, 0.627224, 0.612397, 0.635822",\
|
|
"0.737116, 0.704457, 0.680938, 0.666111, 0.689536",\
|
|
"0.824987, 0.792328, 0.768809, 0.753982, 0.777407",\
|
|
"0.981037, 0.948377, 0.924859, 0.910032, 0.933457");
|
|
}
|
|
|
|
} /* 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.332325, -0.299666, -0.276148, -0.261320, -0.284745",\
|
|
"-0.358743, -0.326084, -0.302566, -0.287738, -0.311163",\
|
|
"-0.366496, -0.333837, -0.310319, -0.295491, -0.318916",\
|
|
"-0.360298, -0.327639, -0.304121, -0.289293, -0.312718",\
|
|
"-0.311705, -0.279046, -0.255528, -0.240700, -0.264125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.600196, -0.567537, -0.544019, -0.529191, -0.552616",\
|
|
"-0.646868, -0.614208, -0.590690, -0.575863, -0.599288",\
|
|
"-0.700582, -0.667922, -0.644404, -0.629577, -0.653002",\
|
|
"-0.788453, -0.755793, -0.732275, -0.717448, -0.740873",\
|
|
"-0.944503, -0.911843, -0.888325, -0.873498, -0.896923");
|
|
}
|
|
|
|
} /* 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.004312 ;
|
|
|
|
/* 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.294625, 0.261965, 0.238447, 0.223620, 0.247045",\
|
|
"0.312464, 0.279804, 0.256286, 0.241459, 0.264884",\
|
|
"0.310678, 0.278019, 0.254501, 0.239673, 0.263098",\
|
|
"0.291091, 0.258431, 0.234913, 0.220086, 0.243511",\
|
|
"0.223530, 0.190871, 0.167353, 0.152525, 0.175950");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.599995, 0.567335, 0.543817, 0.528990, 0.552415",\
|
|
"0.645575, 0.612915, 0.589397, 0.574569, 0.597995",\
|
|
"0.687933, 0.655274, 0.631756, 0.616928, 0.640353",\
|
|
"0.761858, 0.729199, 0.705680, 0.690853, 0.714278",\
|
|
"0.906246, 0.873586, 0.850068, 0.835241, 0.858666");
|
|
}
|
|
|
|
} /* 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.279353, -0.246693, -0.223175, -0.208348, -0.231773",\
|
|
"-0.297192, -0.264532, -0.241014, -0.226187, -0.249612",\
|
|
"-0.295406, -0.262747, -0.239228, -0.224401, -0.247826",\
|
|
"-0.275819, -0.243159, -0.219641, -0.204814, -0.228239",\
|
|
"-0.208258, -0.175599, -0.152081, -0.137253, -0.160678");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.566307, -0.533648, -0.510130, -0.495302, -0.518727",\
|
|
"-0.611887, -0.579228, -0.555710, -0.540882, -0.564307",\
|
|
"-0.654246, -0.621587, -0.598068, -0.583241, -0.606666",\
|
|
"-0.728171, -0.695511, -0.671993, -0.657166, -0.680591",\
|
|
"-0.872559, -0.839899, -0.816381, -0.801553, -0.824979");
|
|
}
|
|
|
|
} /* 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.003048 ;
|
|
|
|
/* 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.292540, 0.259880, 0.236362, 0.221535, 0.244960",\
|
|
"0.325940, 0.293280, 0.269762, 0.254935, 0.278360",\
|
|
"0.342365, 0.309705, 0.286187, 0.271360, 0.294785",\
|
|
"0.350345, 0.317686, 0.294168, 0.279340, 0.302765",\
|
|
"0.328827, 0.296168, 0.272649, 0.257822, 0.281247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.672344, 0.639685, 0.616167, 0.601339, 0.624764",\
|
|
"0.720766, 0.688107, 0.664588, 0.649761, 0.673186",\
|
|
"0.778540, 0.745880, 0.722362, 0.707535, 0.730960",\
|
|
"0.869649, 0.836989, 0.813471, 0.798644, 0.822069",\
|
|
"1.024527, 0.991868, 0.968350, 0.953522, 0.976947");
|
|
}
|
|
|
|
} /* 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.271909, -0.239250, -0.215731, -0.200904, -0.224329",\
|
|
"-0.305309, -0.272649, -0.249131, -0.234304, -0.257729",\
|
|
"-0.321734, -0.289074, -0.265556, -0.250729, -0.274154",\
|
|
"-0.329714, -0.297055, -0.273537, -0.258709, -0.282134",\
|
|
"-0.308196, -0.275537, -0.252019, -0.237191, -0.260616");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.630623, -0.597963, -0.574445, -0.559618, -0.583043",\
|
|
"-0.679044, -0.646385, -0.622867, -0.608039, -0.631465",\
|
|
"-0.736818, -0.704159, -0.680641, -0.665813, -0.689238",\
|
|
"-0.827927, -0.795268, -0.771750, -0.756922, -0.780347",\
|
|
"-0.982806, -0.950146, -0.926628, -0.911801, -0.935226");
|
|
}
|
|
|
|
} /* 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.006557 ;
|
|
|
|
/* 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.403367, 0.370708, 0.347189, 0.332362, 0.355787",\
|
|
"0.421734, 0.389075, 0.365557, 0.350729, 0.374154",\
|
|
"0.419697, 0.387038, 0.363520, 0.348692, 0.372117",\
|
|
"0.400072, 0.367413, 0.343895, 0.329067, 0.352492",\
|
|
"0.332082, 0.299423, 0.275904, 0.261077, 0.284502");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.704145, 0.671485, 0.647967, 0.633140, 0.656565",\
|
|
"0.749885, 0.717225, 0.693707, 0.678880, 0.702305",\
|
|
"0.792335, 0.759675, 0.736157, 0.721330, 0.744755",\
|
|
"0.865952, 0.833293, 0.809775, 0.794947, 0.818372",\
|
|
"1.011223, 0.978564, 0.955046, 0.940218, 0.963643");
|
|
}
|
|
|
|
} /* 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.355905, -0.323246, -0.299729, -0.284902, -0.308325",\
|
|
"-0.374273, -0.341613, -0.318096, -0.303270, -0.326693",\
|
|
"-0.372236, -0.339576, -0.316059, -0.301232, -0.324655",\
|
|
"-0.352611, -0.319951, -0.296434, -0.281608, -0.305031",\
|
|
"-0.284620, -0.251961, -0.228444, -0.213617, -0.237040");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.635050, -0.602391, -0.578873, -0.564047, -0.587470",\
|
|
"-0.680790, -0.648131, -0.624614, -0.609787, -0.633210",\
|
|
"-0.723240, -0.690581, -0.667063, -0.652237, -0.675660",\
|
|
"-0.796858, -0.764198, -0.740681, -0.725854, -0.749277",\
|
|
"-0.942129, -0.909469, -0.885952, -0.871126, -0.894549");
|
|
}
|
|
|
|
} /* 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.006441 ;
|
|
|
|
/* 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.396668, 0.364009, 0.340491, 0.325663, 0.349088",\
|
|
"0.414698, 0.382039, 0.358521, 0.343693, 0.367118",\
|
|
"0.412818, 0.380159, 0.356641, 0.341813, 0.365238",\
|
|
"0.393184, 0.360525, 0.337007, 0.322179, 0.345604",\
|
|
"0.325307, 0.292647, 0.269129, 0.254301, 0.277727");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.772632, 0.739973, 0.716455, 0.701627, 0.725052",\
|
|
"0.818260, 0.785601, 0.762082, 0.747255, 0.770680",\
|
|
"0.860656, 0.827996, 0.804478, 0.789651, 0.813076",\
|
|
"0.934471, 0.901811, 0.878293, 0.863466, 0.886891",\
|
|
"1.079198, 1.046538, 1.023020, 1.008192, 1.031618");
|
|
}
|
|
|
|
} /* 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.347048, -0.314389, -0.290871, -0.276045, -0.299468",\
|
|
"-0.365078, -0.332419, -0.308901, -0.294075, -0.317498",\
|
|
"-0.363198, -0.330538, -0.307021, -0.292194, -0.315617",\
|
|
"-0.343564, -0.310904, -0.287387, -0.272560, -0.295983",\
|
|
"-0.275686, -0.243027, -0.219509, -0.204683, -0.228106");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.699182, -0.666523, -0.643005, -0.628179, -0.651602",\
|
|
"-0.744810, -0.712150, -0.688633, -0.673806, -0.697230",\
|
|
"-0.787205, -0.754546, -0.731029, -0.716202, -0.739625",\
|
|
"-0.861020, -0.828361, -0.804844, -0.790017, -0.813440",\
|
|
"-1.005747, -0.973088, -0.949570, -0.934744, -0.958167");
|
|
}
|
|
|
|
} /* 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.003689 ;
|
|
|
|
/* 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.294719, 0.262060, 0.238541, 0.223714, 0.247139",\
|
|
"0.313012, 0.280353, 0.256835, 0.242007, 0.265432",\
|
|
"0.311001, 0.278342, 0.254824, 0.239996, 0.263421",\
|
|
"0.291411, 0.258752, 0.235234, 0.220406, 0.243831",\
|
|
"0.223615, 0.190956, 0.167438, 0.152610, 0.176035");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.554448, 0.521788, 0.498270, 0.483442, 0.506868",\
|
|
"0.600191, 0.567532, 0.544014, 0.529186, 0.552611",\
|
|
"0.642569, 0.609910, 0.586392, 0.571564, 0.594989",\
|
|
"0.716164, 0.683504, 0.659986, 0.645159, 0.668584",\
|
|
"0.861142, 0.828483, 0.804965, 0.790137, 0.813562");
|
|
}
|
|
|
|
} /* 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.248523, -0.215864, -0.192346, -0.177520, -0.200943",\
|
|
"-0.266816, -0.234157, -0.210640, -0.195813, -0.219236",\
|
|
"-0.264805, -0.232146, -0.208629, -0.193802, -0.217225",\
|
|
"-0.245215, -0.212556, -0.189039, -0.174212, -0.197635",\
|
|
"-0.177419, -0.144760, -0.121243, -0.106416, -0.129839");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.484656, -0.451996, -0.428479, -0.413652, -0.437075",\
|
|
"-0.530400, -0.497740, -0.474223, -0.459396, -0.482819",\
|
|
"-0.572777, -0.540118, -0.516601, -0.501774, -0.525197",\
|
|
"-0.646372, -0.613712, -0.590195, -0.575368, -0.598792",\
|
|
"-0.791350, -0.758691, -0.735174, -0.720347, -0.743770");
|
|
}
|
|
|
|
} /* 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.002803 ;
|
|
|
|
/* 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.333908, 0.301248, 0.277730, 0.262903, 0.286328",\
|
|
"0.360404, 0.327745, 0.304227, 0.289399, 0.312825",\
|
|
"0.368384, 0.335725, 0.312207, 0.297379, 0.320804",\
|
|
"0.361850, 0.329191, 0.305673, 0.290845, 0.314270",\
|
|
"0.312956, 0.280296, 0.256778, 0.241951, 0.265376");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.595970, 0.563311, 0.539793, 0.524965, 0.548390",\
|
|
"0.642654, 0.609995, 0.586476, 0.571649, 0.595074",\
|
|
"0.696299, 0.663639, 0.640121, 0.625293, 0.648719",\
|
|
"0.784254, 0.751594, 0.728076, 0.713248, 0.736674",\
|
|
"0.941075, 0.908416, 0.884898, 0.870070, 0.893495");
|
|
}
|
|
|
|
} /* 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.280251, -0.247591, -0.224074, -0.209247, -0.232670",\
|
|
"-0.306747, -0.274088, -0.250571, -0.235744, -0.259167",\
|
|
"-0.314727, -0.282068, -0.258550, -0.243724, -0.267147",\
|
|
"-0.308193, -0.275534, -0.252016, -0.237190, -0.260613",\
|
|
"-0.259299, -0.226639, -0.203122, -0.188295, -0.211718");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.517710, -0.485050, -0.461533, -0.446707, -0.470130",\
|
|
"-0.564393, -0.531734, -0.508217, -0.493390, -0.516813",\
|
|
"-0.618038, -0.585379, -0.561861, -0.547035, -0.570458",\
|
|
"-0.705993, -0.673334, -0.649816, -0.634990, -0.658413",\
|
|
"-0.862815, -0.830155, -0.806638, -0.791811, -0.815234");
|
|
}
|
|
|
|
} /* 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.005547 ;
|
|
|
|
/* 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.526058, 0.493398, 0.469880, 0.455053, 0.478478",\
|
|
"0.558091, 0.525432, 0.501913, 0.487086, 0.510511",\
|
|
"0.571579, 0.538920, 0.515402, 0.500574, 0.523999",\
|
|
"0.571064, 0.538404, 0.514886, 0.500059, 0.523484",\
|
|
"0.525925, 0.493265, 0.469747, 0.454919, 0.478345");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.844357, 0.811698, 0.788180, 0.773352, 0.796777",\
|
|
"0.894908, 0.862248, 0.838730, 0.823903, 0.847328",\
|
|
"0.961099, 0.928440, 0.904922, 0.890094, 0.913519",\
|
|
"1.070714, 1.038054, 1.014536, 0.999708, 1.023134",\
|
|
"1.258977, 1.226318, 1.202800, 1.187972, 1.211397");
|
|
}
|
|
|
|
} /* 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.510788, -0.478129, -0.454611, -0.439783, -0.463208",\
|
|
"-0.542821, -0.510162, -0.486644, -0.471816, -0.495242",\
|
|
"-0.556310, -0.523650, -0.500132, -0.485305, -0.508730",\
|
|
"-0.555794, -0.523135, -0.499617, -0.484789, -0.508214",\
|
|
"-0.510655, -0.477996, -0.454478, -0.439650, -0.463075");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.810671, -0.778012, -0.754494, -0.739666, -0.763091",\
|
|
"-0.861222, -0.828562, -0.805044, -0.790217, -0.813642",\
|
|
"-0.927413, -0.894754, -0.871235, -0.856408, -0.879833",\
|
|
"-1.037027, -1.004368, -0.980850, -0.966022, -0.989447",\
|
|
"-1.225291, -1.192632, -1.169114, -1.154286, -1.177711");
|
|
}
|
|
|
|
} /* 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.004405 ;
|
|
|
|
/* 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.572729, 0.540069, 0.516551, 0.501723, 0.525149",\
|
|
"0.607725, 0.575066, 0.551548, 0.536720, 0.560145",\
|
|
"0.634815, 0.602156, 0.578638, 0.563810, 0.587235",\
|
|
"0.658099, 0.625439, 0.601921, 0.587094, 0.610519",\
|
|
"0.659544, 0.626885, 0.603367, 0.588539, 0.611965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.783118, 0.750459, 0.726941, 0.712113, 0.735539",\
|
|
"0.833754, 0.801094, 0.777576, 0.762749, 0.786174",\
|
|
"0.895306, 0.862647, 0.839129, 0.824301, 0.847726",\
|
|
"0.996369, 0.963709, 0.940191, 0.925364, 0.948789",\
|
|
"1.164602, 1.131943, 1.108425, 1.093597, 1.117022");
|
|
}
|
|
|
|
} /* 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.552098, -0.519439, -0.495920, -0.481093, -0.504518",\
|
|
"-0.587095, -0.554435, -0.530917, -0.516090, -0.539515",\
|
|
"-0.614185, -0.581525, -0.558007, -0.543180, -0.566605",\
|
|
"-0.637468, -0.604809, -0.581291, -0.566463, -0.589888",\
|
|
"-0.638914, -0.606254, -0.582736, -0.567909, -0.591334");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.740508, -0.707848, -0.684330, -0.669503, -0.692928",\
|
|
"-0.791143, -0.758484, -0.734966, -0.720138, -0.743563",\
|
|
"-0.852714, -0.820054, -0.796536, -0.781709, -0.805134",\
|
|
"-0.954631, -0.921972, -0.898453, -0.883626, -0.907051",\
|
|
"-1.122865, -1.090205, -1.066687, -1.051860, -1.075285");
|
|
}
|
|
|
|
} /* 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.004810 ;
|
|
|
|
/* 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.237547, 0.204888, 0.181370, 0.166542, 0.189967",\
|
|
"0.268321, 0.235662, 0.212144, 0.197316, 0.220741",\
|
|
"0.283706, 0.251046, 0.227528, 0.212701, 0.236126",\
|
|
"0.290990, 0.258330, 0.234812, 0.219985, 0.243410",\
|
|
"0.272652, 0.239993, 0.216475, 0.201647, 0.225073");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.559335, 0.526675, 0.503157, 0.488330, 0.511755",\
|
|
"0.609450, 0.576791, 0.553272, 0.538445, 0.561870",\
|
|
"0.658040, 0.625381, 0.601863, 0.587035, 0.610460",\
|
|
"0.736649, 0.703990, 0.680471, 0.665644, 0.689069",\
|
|
"0.874931, 0.842272, 0.818754, 0.803926, 0.827352");
|
|
}
|
|
|
|
} /* 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.191552, -0.158892, -0.135375, -0.120548, -0.143972",\
|
|
"-0.222326, -0.189666, -0.166149, -0.151322, -0.174746",\
|
|
"-0.237710, -0.205051, -0.181534, -0.166707, -0.190130",\
|
|
"-0.244994, -0.212335, -0.188818, -0.173991, -0.197414",\
|
|
"-0.226657, -0.193998, -0.170480, -0.155654, -0.179077");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.490241, -0.457581, -0.434064, -0.419237, -0.442661",\
|
|
"-0.540356, -0.507697, -0.484179, -0.469353, -0.492776",\
|
|
"-0.588946, -0.556287, -0.532770, -0.517943, -0.541366",\
|
|
"-0.667555, -0.634896, -0.611378, -0.596552, -0.619975",\
|
|
"-0.805838, -0.773178, -0.749661, -0.734834, -0.758258");
|
|
}
|
|
|
|
} /* 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.005137 ;
|
|
|
|
/* 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.205389, 0.172730, 0.149211, 0.134384, 0.157809",\
|
|
"0.239085, 0.206425, 0.182907, 0.168080, 0.191505",\
|
|
"0.262995, 0.230335, 0.206817, 0.191990, 0.215415",\
|
|
"0.280950, 0.248291, 0.224773, 0.209945, 0.233370",\
|
|
"0.271515, 0.238855, 0.215337, 0.200510, 0.223935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.676828, 0.644168, 0.620650, 0.605823, 0.629248",\
|
|
"0.728541, 0.695882, 0.672364, 0.657536, 0.680961",\
|
|
"0.791680, 0.759021, 0.735503, 0.720675, 0.744100",\
|
|
"0.898496, 0.865836, 0.842318, 0.827490, 0.850916",\
|
|
"1.078073, 1.045413, 1.021895, 1.007067, 1.030493");
|
|
}
|
|
|
|
} /* 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.155303, -0.122644, -0.099126, -0.084300, -0.107723",\
|
|
"-0.188999, -0.156340, -0.132822, -0.117996, -0.141419",\
|
|
"-0.212913, -0.180253, -0.156736, -0.141909, -0.165332",\
|
|
"-0.230880, -0.198220, -0.174703, -0.159876, -0.183300",\
|
|
"-0.221527, -0.188868, -0.165350, -0.150524, -0.173947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.600075, -0.567416, -0.543898, -0.529072, -0.552495",\
|
|
"-0.651789, -0.619129, -0.595612, -0.580785, -0.604208",\
|
|
"-0.715032, -0.682373, -0.658855, -0.644029, -0.667452",\
|
|
"-0.822556, -0.789897, -0.766379, -0.751553, -0.774976",\
|
|
"-1.002546, -0.969886, -0.946369, -0.931543, -0.954966");
|
|
}
|
|
|
|
} /* 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.003400 ;
|
|
|
|
/* 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.334861, 0.302201, 0.278683, 0.263856, 0.287281",\
|
|
"0.366625, 0.333965, 0.310447, 0.295620, 0.319045",\
|
|
"0.382872, 0.350213, 0.326695, 0.311867, 0.335293",\
|
|
"0.390914, 0.358255, 0.334736, 0.319909, 0.343334",\
|
|
"0.369657, 0.336997, 0.313479, 0.298652, 0.322077");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.601887, 0.569228, 0.545710, 0.530882, 0.554307",\
|
|
"0.650289, 0.617630, 0.594112, 0.579284, 0.602709",\
|
|
"0.705615, 0.672955, 0.649437, 0.634609, 0.658035",\
|
|
"0.796513, 0.763853, 0.740335, 0.725508, 0.748933",\
|
|
"0.951131, 0.918472, 0.894953, 0.880126, 0.903551");
|
|
}
|
|
|
|
} /* 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.288674, -0.256015, -0.232497, -0.217671, -0.241094",\
|
|
"-0.320438, -0.287779, -0.264261, -0.249435, -0.272858",\
|
|
"-0.336686, -0.304026, -0.280509, -0.265682, -0.289106",\
|
|
"-0.344727, -0.312068, -0.288550, -0.273724, -0.297147",\
|
|
"-0.323470, -0.290810, -0.267293, -0.252467, -0.275890");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.532096, -0.499436, -0.475919, -0.461093, -0.484516",\
|
|
"-0.580498, -0.547838, -0.524321, -0.509494, -0.532917",\
|
|
"-0.635823, -0.603163, -0.579646, -0.564820, -0.588243",\
|
|
"-0.726721, -0.694062, -0.670544, -0.655718, -0.679141",\
|
|
"-0.881339, -0.848680, -0.825163, -0.810336, -0.833759");
|
|
}
|
|
|
|
} /* 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.004528 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[32];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.607866, 0.575207, 0.551689, 0.536861, 0.560286",\
|
|
"0.625385, 0.592725, 0.569207, 0.554380, 0.577805",\
|
|
"0.623782, 0.591123, 0.567605, 0.552777, 0.576203",\
|
|
"0.604285, 0.571626, 0.548108, 0.533280, 0.556705",\
|
|
"0.537331, 0.504671, 0.481153, 0.466326, 0.489751");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.754339, 0.721680, 0.698162, 0.683334, 0.706759",\
|
|
"0.799808, 0.767149, 0.743631, 0.728803, 0.752228",\
|
|
"0.842153, 0.809494, 0.785976, 0.771148, 0.794573",\
|
|
"0.916446, 0.883787, 0.860268, 0.845441, 0.868866",\
|
|
"1.060760, 1.028101, 1.004583, 0.989756, 1.013181");
|
|
}
|
|
|
|
} /* 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.554209, -0.521550, -0.498032, -0.483206, -0.506629",\
|
|
"-0.571727, -0.539068, -0.515551, -0.500724, -0.524147",\
|
|
"-0.570125, -0.537466, -0.513948, -0.499122, -0.522545",\
|
|
"-0.550628, -0.517968, -0.494451, -0.479625, -0.503048",\
|
|
"-0.483674, -0.451014, -0.427497, -0.412670, -0.436093");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.676079, -0.643419, -0.619902, -0.605076, -0.628499",\
|
|
"-0.721548, -0.688889, -0.665371, -0.650545, -0.673968",\
|
|
"-0.763893, -0.731233, -0.707716, -0.692889, -0.716313",\
|
|
"-0.838186, -0.805526, -0.782009, -0.767182, -0.790605",\
|
|
"-0.982500, -0.949841, -0.926323, -0.911497, -0.934920");
|
|
}
|
|
|
|
} /* 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.005830 ;
|
|
|
|
/* 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.241240, 0.208580, 0.185062, 0.170234, 0.193660",\
|
|
"0.272960, 0.240301, 0.216783, 0.201955, 0.225380",\
|
|
"0.289185, 0.256526, 0.233008, 0.218180, 0.241605",\
|
|
"0.297156, 0.264496, 0.240978, 0.226151, 0.249576",\
|
|
"0.275710, 0.243051, 0.219532, 0.204705, 0.228130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.576979, 0.544320, 0.520801, 0.505974, 0.529399",\
|
|
"0.625151, 0.592492, 0.568973, 0.554146, 0.577571",\
|
|
"0.680350, 0.647691, 0.624173, 0.609345, 0.632770",\
|
|
"0.771222, 0.738563, 0.715044, 0.700217, 0.723642",\
|
|
"0.928911, 0.896252, 0.872734, 0.857906, 0.881331");
|
|
}
|
|
|
|
} /* 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.220052, -0.187392, -0.163874, -0.149047, -0.172472",\
|
|
"-0.251773, -0.219113, -0.195595, -0.180768, -0.204193",\
|
|
"-0.267998, -0.235338, -0.211820, -0.196993, -0.220418",\
|
|
"-0.275968, -0.243309, -0.219790, -0.204963, -0.228388",\
|
|
"-0.254522, -0.221863, -0.198345, -0.183517, -0.206942");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.536148, -0.503489, -0.479971, -0.465143, -0.488568",\
|
|
"-0.584320, -0.551661, -0.528143, -0.513315, -0.536740",\
|
|
"-0.639519, -0.606860, -0.583342, -0.568514, -0.591939",\
|
|
"-0.730391, -0.697732, -0.674214, -0.659386, -0.682811",\
|
|
"-0.888081, -0.855421, -0.831903, -0.817076, -0.840501");
|
|
}
|
|
|
|
} /* 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.004846 ;
|
|
|
|
/* 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.360162, 0.327503, 0.303985, 0.289157, 0.312582",\
|
|
"0.395019, 0.362359, 0.338841, 0.324014, 0.347439",\
|
|
"0.422219, 0.389560, 0.366041, 0.351214, 0.374639",\
|
|
"0.445832, 0.413172, 0.389654, 0.374826, 0.398252",\
|
|
"0.447852, 0.415193, 0.391674, 0.376847, 0.400272");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.778324, 0.745665, 0.722146, 0.707319, 0.730744",\
|
|
"0.828964, 0.796305, 0.772787, 0.757959, 0.781384",\
|
|
"0.890482, 0.857822, 0.834304, 0.819477, 0.842902",\
|
|
"0.991507, 0.958848, 0.935329, 0.920502, 0.943927",\
|
|
"1.163070, 1.130410, 1.106892, 1.092065, 1.115490");
|
|
}
|
|
|
|
} /* 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.342988, -0.310328, -0.286810, -0.271982, -0.295408",\
|
|
"-0.377844, -0.345185, -0.321667, -0.306839, -0.330264",\
|
|
"-0.405044, -0.372385, -0.348867, -0.334039, -0.357464",\
|
|
"-0.428657, -0.395998, -0.372479, -0.357652, -0.381077",\
|
|
"-0.430677, -0.398018, -0.374500, -0.359672, -0.383097");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.740987, -0.708328, -0.684810, -0.669982, -0.693407",\
|
|
"-0.791628, -0.758968, -0.735450, -0.720623, -0.744048",\
|
|
"-0.853164, -0.820505, -0.796987, -0.782159, -0.805584",\
|
|
"-0.954967, -0.922308, -0.898790, -0.883962, -0.907387",\
|
|
"-1.126530, -1.093871, -1.070352, -1.055525, -1.078950");
|
|
}
|
|
|
|
} /* 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.013211 ;
|
|
|
|
/* 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.362089, 0.329429, 0.305911, 0.291084, 0.314509",\
|
|
"0.379599, 0.346940, 0.323422, 0.308594, 0.332019",\
|
|
"0.378002, 0.345342, 0.321824, 0.306997, 0.330422",\
|
|
"0.358592, 0.325933, 0.302415, 0.287587, 0.311012",\
|
|
"0.292057, 0.259398, 0.235879, 0.221052, 0.244477");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.675368, 0.642708, 0.619190, 0.604363, 0.627788",\
|
|
"0.720764, 0.688104, 0.664586, 0.649759, 0.673184",\
|
|
"0.763112, 0.730453, 0.706935, 0.692107, 0.715532",\
|
|
"0.837196, 0.804537, 0.781019, 0.766191, 0.789616",\
|
|
"0.981121, 0.948462, 0.924944, 0.910116, 0.933542");
|
|
}
|
|
|
|
} /* 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.346819, -0.314160, -0.290642, -0.275814, -0.299239",\
|
|
"-0.364330, -0.331670, -0.308152, -0.293325, -0.316750",\
|
|
"-0.362732, -0.330073, -0.306555, -0.291727, -0.315153",\
|
|
"-0.343323, -0.310663, -0.287145, -0.272318, -0.295743",\
|
|
"-0.276788, -0.244128, -0.220610, -0.205783, -0.229208");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.641682, -0.609022, -0.585504, -0.570677, -0.594102",\
|
|
"-0.687078, -0.654418, -0.630900, -0.616073, -0.639498",\
|
|
"-0.729426, -0.696767, -0.673249, -0.658421, -0.681846",\
|
|
"-0.803510, -0.770851, -0.747333, -0.732505, -0.755930",\
|
|
"-0.947435, -0.914776, -0.891258, -0.876430, -0.899855");
|
|
}
|
|
|
|
} /* 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.004880 ;
|
|
|
|
/* 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.368716, 0.336057, 0.312539, 0.297711, 0.321136",\
|
|
"0.399358, 0.366699, 0.343181, 0.328353, 0.351778",\
|
|
"0.414852, 0.382193, 0.358675, 0.343847, 0.367272",\
|
|
"0.422284, 0.389625, 0.366106, 0.351279, 0.374704",\
|
|
"0.403876, 0.371216, 0.347698, 0.332871, 0.356296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.710164, 0.677505, 0.653987, 0.639159, 0.662584",\
|
|
"0.759136, 0.726476, 0.702958, 0.688131, 0.711556",\
|
|
"0.807621, 0.774962, 0.751444, 0.736616, 0.760041",\
|
|
"0.886092, 0.853433, 0.829915, 0.815087, 0.838512",\
|
|
"1.023672, 0.991013, 0.967495, 0.952667, 0.976093");
|
|
}
|
|
|
|
} /* 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.348086, -0.315426, -0.291908, -0.277080, -0.300506",\
|
|
"-0.378727, -0.346068, -0.322550, -0.307722, -0.331148",\
|
|
"-0.394222, -0.361562, -0.338044, -0.323217, -0.346642",\
|
|
"-0.401653, -0.368994, -0.345476, -0.330648, -0.354073",\
|
|
"-0.383245, -0.350586, -0.327068, -0.312240, -0.335665");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.668443, -0.635783, -0.612265, -0.597438, -0.620863",\
|
|
"-0.717414, -0.684755, -0.661237, -0.646409, -0.669834",\
|
|
"-0.765900, -0.733240, -0.709722, -0.694895, -0.718320",\
|
|
"-0.844370, -0.811711, -0.788193, -0.773365, -0.796791",\
|
|
"-0.981951, -0.949291, -0.925773, -0.910946, -0.934371");
|
|
}
|
|
|
|
} /* 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.004603 ;
|
|
|
|
/* 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.164458, 0.131799, 0.108281, 0.093453, 0.116878",\
|
|
"0.196200, 0.163541, 0.140023, 0.125195, 0.148620",\
|
|
"0.212616, 0.179957, 0.156438, 0.141611, 0.165036",\
|
|
"0.220647, 0.187987, 0.164469, 0.149642, 0.173067",\
|
|
"0.199486, 0.166827, 0.143309, 0.128481, 0.151906");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.522919, 0.490259, 0.466741, 0.451914, 0.475339",\
|
|
"0.571308, 0.538648, 0.515130, 0.500303, 0.523728",\
|
|
"0.626651, 0.593992, 0.570474, 0.555646, 0.579071",\
|
|
"0.717746, 0.685086, 0.661568, 0.646741, 0.670166",\
|
|
"0.872339, 0.839680, 0.816161, 0.801334, 0.824759");
|
|
}
|
|
|
|
} /* 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.118463, -0.085804, -0.062286, -0.047460, -0.070883",\
|
|
"-0.150205, -0.117545, -0.094028, -0.079201, -0.102624",\
|
|
"-0.166621, -0.133961, -0.110444, -0.095617, -0.119040",\
|
|
"-0.174651, -0.141992, -0.118474, -0.103648, -0.127071",\
|
|
"-0.153491, -0.120831, -0.097314, -0.082488, -0.105911");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.453825, -0.421166, -0.397648, -0.382822, -0.406245",\
|
|
"-0.502214, -0.469554, -0.446037, -0.431211, -0.454634",\
|
|
"-0.557557, -0.524898, -0.501381, -0.486554, -0.509977",\
|
|
"-0.648652, -0.615993, -0.592475, -0.577649, -0.601072",\
|
|
"-0.803245, -0.770586, -0.747069, -0.732242, -0.755665");
|
|
}
|
|
|
|
} /* 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.012886 ;
|
|
|
|
/* 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.512794, 0.480135, 0.456616, 0.441789, 0.465214",\
|
|
"0.531269, 0.498609, 0.475091, 0.460264, 0.483689",\
|
|
"0.529160, 0.496500, 0.472982, 0.458155, 0.481580",\
|
|
"0.509481, 0.476821, 0.453303, 0.438476, 0.461901",\
|
|
"0.441442, 0.408783, 0.385265, 0.370437, 0.393862");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.862487, 0.829828, 0.806309, 0.791482, 0.814907",\
|
|
"0.908273, 0.875614, 0.852096, 0.837268, 0.860693",\
|
|
"0.950704, 0.918045, 0.894527, 0.879699, 0.903124",\
|
|
"1.024138, 0.991479, 0.967960, 0.953133, 0.976558",\
|
|
"1.169637, 1.136977, 1.113459, 1.098632, 1.122057");
|
|
}
|
|
|
|
} /* 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.463174, -0.430514, -0.406997, -0.392170, -0.415593",\
|
|
"-0.481648, -0.448989, -0.425472, -0.410645, -0.434068",\
|
|
"-0.479539, -0.446880, -0.423362, -0.408536, -0.431959",\
|
|
"-0.459860, -0.427201, -0.403683, -0.388857, -0.412280",\
|
|
"-0.391822, -0.359162, -0.335645, -0.320818, -0.344241");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.789037, -0.756377, -0.732860, -0.718033, -0.741456",\
|
|
"-0.834823, -0.802163, -0.778646, -0.763819, -0.787243",\
|
|
"-0.877254, -0.844594, -0.821077, -0.806251, -0.829674",\
|
|
"-0.950688, -0.918028, -0.894511, -0.879684, -0.903107",\
|
|
"-1.096187, -1.063527, -1.040010, -1.025183, -1.048606");
|
|
}
|
|
|
|
} /* 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.005254 ;
|
|
|
|
/* 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.273765, 0.241106, 0.217588, 0.202760, 0.226185",\
|
|
"0.304405, 0.271746, 0.248228, 0.233400, 0.256825",\
|
|
"0.319900, 0.287241, 0.263723, 0.248895, 0.272320",\
|
|
"0.327334, 0.294675, 0.271157, 0.256329, 0.279754",\
|
|
"0.308921, 0.276261, 0.252743, 0.237916, 0.261341");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.706185, 0.673526, 0.650008, 0.635180, 0.658605",\
|
|
"0.755155, 0.722495, 0.698977, 0.684150, 0.707575",\
|
|
"0.803642, 0.770982, 0.747464, 0.732637, 0.756062",\
|
|
"0.882113, 0.849453, 0.825935, 0.811108, 0.834533",\
|
|
"1.019688, 0.987029, 0.963511, 0.948683, 0.972108");
|
|
}
|
|
|
|
} /* 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.227578, -0.194919, -0.171402, -0.156575, -0.179998",\
|
|
"-0.258218, -0.225559, -0.202042, -0.187215, -0.210638",\
|
|
"-0.273713, -0.241054, -0.217537, -0.202710, -0.226133",\
|
|
"-0.281147, -0.248488, -0.224971, -0.210144, -0.233567",\
|
|
"-0.262734, -0.230074, -0.206557, -0.191730, -0.215154");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.636394, -0.603734, -0.580217, -0.565390, -0.588813",\
|
|
"-0.685363, -0.652704, -0.629186, -0.614360, -0.637783",\
|
|
"-0.733850, -0.701191, -0.677673, -0.662847, -0.686270",\
|
|
"-0.812321, -0.779662, -0.756144, -0.741318, -0.764741",\
|
|
"-0.949896, -0.917237, -0.893720, -0.878893, -0.902316");
|
|
}
|
|
|
|
} /* 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.004505 ;
|
|
|
|
/* 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.310509, 0.277850, 0.254332, 0.239504, 0.262929",\
|
|
"0.345300, 0.312641, 0.289123, 0.274295, 0.297721",\
|
|
"0.372481, 0.339821, 0.316303, 0.301476, 0.324901",\
|
|
"0.396064, 0.363404, 0.339886, 0.325059, 0.348484",\
|
|
"0.397948, 0.365289, 0.341771, 0.326943, 0.350368");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.587454, 0.554794, 0.531276, 0.516449, 0.539874",\
|
|
"0.638098, 0.605439, 0.581920, 0.567093, 0.590518",\
|
|
"0.699638, 0.666979, 0.643461, 0.628633, 0.652058",\
|
|
"0.803807, 0.771148, 0.747630, 0.732802, 0.756227",\
|
|
"0.971800, 0.939140, 0.915622, 0.900795, 0.924220");
|
|
}
|
|
|
|
} /* 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.256866, -0.224207, -0.200689, -0.185863, -0.209286",\
|
|
"-0.291657, -0.258998, -0.235481, -0.220654, -0.244077",\
|
|
"-0.318838, -0.286178, -0.262661, -0.247834, -0.271257",\
|
|
"-0.342421, -0.309761, -0.286244, -0.271418, -0.294841",\
|
|
"-0.344305, -0.311646, -0.288128, -0.273302, -0.296725");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.508695, -0.476036, -0.452519, -0.437692, -0.461115",\
|
|
"-0.559340, -0.526680, -0.503163, -0.488336, -0.511760",\
|
|
"-0.620894, -0.588235, -0.564718, -0.549891, -0.573314",\
|
|
"-0.725113, -0.692454, -0.668936, -0.654110, -0.677533",\
|
|
"-0.893539, -0.860879, -0.837362, -0.822535, -0.845958");
|
|
}
|
|
|
|
} /* 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.010032 ;
|
|
|
|
/* 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.366906, 0.334246, 0.310728, 0.295900, 0.319326",\
|
|
"0.397416, 0.364756, 0.341238, 0.326411, 0.349836",\
|
|
"0.412960, 0.380300, 0.356782, 0.341954, 0.365380",\
|
|
"0.420561, 0.387901, 0.364383, 0.349556, 0.372981",\
|
|
"0.401756, 0.369097, 0.345578, 0.330751, 0.354176");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.967710, 0.935051, 0.911532, 0.896705, 0.920130",\
|
|
"1.016586, 0.983927, 0.960408, 0.945581, 0.969006",\
|
|
"1.065052, 1.032392, 1.008874, 0.994047, 1.017472",\
|
|
"1.143275, 1.110615, 1.087097, 1.072270, 1.095695",\
|
|
"1.279776, 1.247117, 1.223599, 1.208771, 1.232196");
|
|
}
|
|
|
|
} /* 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.345713, -0.313053, -0.289535, -0.274708, -0.298133",\
|
|
"-0.376223, -0.343563, -0.320045, -0.305218, -0.328643",\
|
|
"-0.391767, -0.359107, -0.335589, -0.320762, -0.344187",\
|
|
"-0.399368, -0.366709, -0.343190, -0.328363, -0.351788",\
|
|
"-0.380563, -0.347904, -0.324386, -0.309558, -0.332983");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.926876, -0.894217, -0.870699, -0.855871, -0.879296",\
|
|
"-0.975752, -0.943093, -0.919575, -0.904747, -0.928172",\
|
|
"-1.024218, -0.991559, -0.968040, -0.953213, -0.976638",\
|
|
"-1.102441, -1.069782, -1.046263, -1.031436, -1.054861",\
|
|
"-1.238943, -1.206283, -1.182765, -1.167938, -1.191363");
|
|
}
|
|
|
|
} /* 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.004998 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[22];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.599085, 0.566425, 0.542907, 0.528080, 0.551505",\
|
|
"0.630863, 0.598203, 0.574685, 0.559857, 0.583283",\
|
|
"0.646963, 0.614303, 0.590785, 0.575958, 0.599383",\
|
|
"0.654943, 0.622283, 0.598765, 0.583937, 0.607363",\
|
|
"0.633172, 0.600513, 0.576994, 0.562167, 0.585592");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.022611, 0.989951, 0.966433, 0.951606, 0.975031",\
|
|
"1.071009, 1.038350, 1.014832, 1.000004, 1.023429",\
|
|
"1.126345, 1.093686, 1.070168, 1.055340, 1.078765",\
|
|
"1.217056, 1.184397, 1.160879, 1.146051, 1.169476",\
|
|
"1.371229, 1.338570, 1.315052, 1.300224, 1.323649");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.581910, -0.549251, -0.525733, -0.510905, -0.534330",\
|
|
"-0.613688, -0.581029, -0.557510, -0.542683, -0.566108",\
|
|
"-0.629788, -0.597129, -0.573611, -0.558783, -0.582208",\
|
|
"-0.637768, -0.605108, -0.581590, -0.566763, -0.590188",\
|
|
"-0.615997, -0.583338, -0.559820, -0.544992, -0.568417");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.986073, -0.953414, -0.929896, -0.915068, -0.938493",\
|
|
"-1.034472, -1.001812, -0.978294, -0.963467, -0.986892",\
|
|
"-1.089808, -1.057149, -1.033631, -1.018803, -1.042228",\
|
|
"-1.180519, -1.147860, -1.124342, -1.109514, -1.132939",\
|
|
"-1.334692, -1.302033, -1.278515, -1.263687, -1.287112");
|
|
}
|
|
|
|
} /* 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.003987 ;
|
|
|
|
/* 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.404571, 0.371912, 0.348394, 0.333566, 0.356992",\
|
|
"0.435132, 0.402472, 0.378954, 0.364127, 0.387552",\
|
|
"0.450642, 0.417982, 0.394464, 0.379637, 0.403062",\
|
|
"0.458146, 0.425486, 0.401968, 0.387141, 0.410566",\
|
|
"0.439259, 0.406600, 0.383081, 0.368254, 0.391679");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.646910, 0.614250, 0.590732, 0.575905, 0.599330",\
|
|
"0.695855, 0.663196, 0.639678, 0.624850, 0.648275",\
|
|
"0.744395, 0.711736, 0.688218, 0.673390, 0.696815",\
|
|
"0.822765, 0.790105, 0.766587, 0.751760, 0.775185",\
|
|
"0.959740, 0.927080, 0.903562, 0.888735, 0.912160");
|
|
}
|
|
|
|
} /* 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.389300, -0.356640, -0.333122, -0.318294, -0.341720",\
|
|
"-0.419860, -0.387200, -0.363682, -0.348855, -0.372280",\
|
|
"-0.435370, -0.402710, -0.379192, -0.364365, -0.387790",\
|
|
"-0.442874, -0.410214, -0.386696, -0.371869, -0.395294",\
|
|
"-0.423987, -0.391328, -0.367809, -0.352982, -0.376407");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.613222, -0.580563, -0.557045, -0.542217, -0.565642",\
|
|
"-0.662168, -0.629509, -0.605990, -0.591163, -0.614588",\
|
|
"-0.710708, -0.678049, -0.654530, -0.639703, -0.663128",\
|
|
"-0.789077, -0.756418, -0.732900, -0.718072, -0.741497",\
|
|
"-0.926052, -0.893393, -0.869875, -0.855047, -0.878472");
|
|
}
|
|
|
|
} /* 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.004118 ;
|
|
|
|
/* 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.378873, 0.346214, 0.322695, 0.307868, 0.331293",\
|
|
"0.411438, 0.378779, 0.355261, 0.340433, 0.363858",\
|
|
"0.426656, 0.393996, 0.370478, 0.355651, 0.379076",\
|
|
"0.434030, 0.401371, 0.377853, 0.363025, 0.386450",\
|
|
"0.415725, 0.383066, 0.359548, 0.344720, 0.368145");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.738424, 0.705765, 0.682247, 0.667419, 0.690844",\
|
|
"0.787440, 0.754780, 0.731262, 0.716435, 0.739860",\
|
|
"0.837928, 0.805268, 0.781750, 0.766923, 0.790348",\
|
|
"0.916231, 0.883572, 0.860054, 0.845226, 0.868651",\
|
|
"1.054287, 1.021628, 0.998110, 0.983282, 1.006707");
|
|
}
|
|
|
|
} /* 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.358242, -0.325583, -0.302065, -0.287237, -0.310662",\
|
|
"-0.390808, -0.358148, -0.334630, -0.319803, -0.343228",\
|
|
"-0.406025, -0.373366, -0.349847, -0.335020, -0.358445",\
|
|
"-0.413399, -0.380740, -0.357222, -0.342394, -0.365819",\
|
|
"-0.395095, -0.362435, -0.338917, -0.324089, -0.347515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.696703, -0.664043, -0.640525, -0.625698, -0.649123",\
|
|
"-0.745718, -0.713058, -0.689540, -0.674713, -0.698138",\
|
|
"-0.796206, -0.763547, -0.740028, -0.725201, -0.748626",\
|
|
"-0.874510, -0.841850, -0.818332, -0.803505, -0.826930",\
|
|
"-1.012565, -0.979906, -0.956388, -0.941560, -0.964986");
|
|
}
|
|
|
|
} /* 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.002818 ;
|
|
|
|
/* 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.277845, 0.245186, 0.221668, 0.206840, 0.230265",\
|
|
"0.309595, 0.276936, 0.253417, 0.238590, 0.262015",\
|
|
"0.326033, 0.293373, 0.269855, 0.255027, 0.278453",\
|
|
"0.334028, 0.301369, 0.277851, 0.263023, 0.286448",\
|
|
"0.312726, 0.280066, 0.256548, 0.241721, 0.265146");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.670441, 0.637781, 0.614263, 0.599436, 0.622861",\
|
|
"0.720949, 0.688290, 0.664771, 0.649944, 0.673369",\
|
|
"0.776923, 0.744264, 0.720746, 0.705918, 0.729343",\
|
|
"0.868139, 0.835480, 0.811962, 0.797134, 0.820559",\
|
|
"1.022934, 0.990274, 0.966756, 0.951929, 0.975354");
|
|
}
|
|
|
|
} /* 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.231857, -0.199198, -0.175680, -0.160854, -0.184277",\
|
|
"-0.263607, -0.230947, -0.207430, -0.192604, -0.216027",\
|
|
"-0.280044, -0.247385, -0.223868, -0.209041, -0.232464",\
|
|
"-0.288040, -0.255381, -0.231863, -0.217037, -0.240460",\
|
|
"-0.266738, -0.234078, -0.210561, -0.195735, -0.219158");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.601347, -0.568687, -0.545170, -0.530344, -0.553767",\
|
|
"-0.651855, -0.619196, -0.595678, -0.580852, -0.604275",\
|
|
"-0.707829, -0.675170, -0.651653, -0.636826, -0.660249",\
|
|
"-0.799046, -0.766386, -0.742869, -0.728042, -0.751465",\
|
|
"-0.953840, -0.921181, -0.897663, -0.882837, -0.906260");
|
|
}
|
|
|
|
} /* 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.002697 ;
|
|
|
|
/* 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.253897, 0.221238, 0.197720, 0.182892, 0.206317",\
|
|
"0.284593, 0.251934, 0.228416, 0.213588, 0.237013",\
|
|
"0.300047, 0.267388, 0.243870, 0.229042, 0.252467",\
|
|
"0.307328, 0.274669, 0.251150, 0.236323, 0.259748",\
|
|
"0.288801, 0.256142, 0.232624, 0.217796, 0.241221");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.720383, 0.687723, 0.664205, 0.649377, 0.672803",\
|
|
"0.770737, 0.738077, 0.714559, 0.699732, 0.723157",\
|
|
"0.819644, 0.786984, 0.763466, 0.748639, 0.772064",\
|
|
"0.898445, 0.865786, 0.842267, 0.827440, 0.850865",\
|
|
"1.036982, 1.004323, 0.980805, 0.965977, 0.989402");
|
|
}
|
|
|
|
} /* 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.204314, -0.171655, -0.148138, -0.133311, -0.156734",\
|
|
"-0.235010, -0.202351, -0.178833, -0.164007, -0.187430",\
|
|
"-0.250464, -0.217805, -0.194287, -0.179461, -0.202884",\
|
|
"-0.257745, -0.225085, -0.201568, -0.186742, -0.210165",\
|
|
"-0.239218, -0.206559, -0.183041, -0.168215, -0.191638");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.646932, -0.614273, -0.590755, -0.575929, -0.599352",\
|
|
"-0.697286, -0.664627, -0.641110, -0.626283, -0.649706",\
|
|
"-0.746193, -0.713534, -0.690016, -0.675190, -0.698613",\
|
|
"-0.824994, -0.792335, -0.768818, -0.753991, -0.777414",\
|
|
"-0.963532, -0.930872, -0.907355, -0.892528, -0.915951");
|
|
}
|
|
|
|
} /* 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.002752 ;
|
|
|
|
/* 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.321812, 0.289153, 0.265635, 0.250807, 0.274232",\
|
|
"0.352362, 0.319703, 0.296185, 0.281357, 0.304783",\
|
|
"0.367866, 0.335207, 0.311689, 0.296861, 0.320286",\
|
|
"0.375362, 0.342703, 0.319185, 0.304357, 0.327782",\
|
|
"0.356343, 0.323684, 0.300165, 0.285338, 0.308763");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.738438, 0.705779, 0.682260, 0.667433, 0.690858",\
|
|
"0.787400, 0.754741, 0.731223, 0.716395, 0.739820",\
|
|
"0.835928, 0.803269, 0.779751, 0.764923, 0.788348",\
|
|
"0.914287, 0.881627, 0.858109, 0.843282, 0.866707",\
|
|
"1.051131, 1.018471, 0.994953, 0.980126, 1.003551");
|
|
}
|
|
|
|
} /* 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.275625, -0.242966, -0.219449, -0.204622, -0.228045",\
|
|
"-0.306176, -0.273516, -0.249999, -0.235172, -0.258595",\
|
|
"-0.321679, -0.289020, -0.265503, -0.250676, -0.274099",\
|
|
"-0.329175, -0.296516, -0.272999, -0.258172, -0.281595",\
|
|
"-0.310156, -0.277497, -0.253979, -0.239153, -0.262576");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.668646, -0.635987, -0.612470, -0.597643, -0.621066",\
|
|
"-0.717609, -0.684949, -0.661432, -0.646605, -0.670029",\
|
|
"-0.766137, -0.733477, -0.709960, -0.695134, -0.718557",\
|
|
"-0.844495, -0.811836, -0.788319, -0.773492, -0.796915",\
|
|
"-0.981339, -0.948680, -0.925163, -0.910336, -0.933759");
|
|
}
|
|
|
|
} /* 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.002613 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[16];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.565118, 0.532458, 0.508940, 0.494112, 0.517538",\
|
|
"0.582217, 0.549558, 0.526040, 0.511212, 0.534637",\
|
|
"0.581253, 0.548593, 0.525075, 0.510248, 0.533673",\
|
|
"0.562765, 0.530105, 0.506587, 0.491760, 0.515185",\
|
|
"0.493199, 0.460539, 0.437021, 0.422194, 0.445619");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.745300, 0.712640, 0.689122, 0.674295, 0.697720",\
|
|
"0.791019, 0.758359, 0.734841, 0.720014, 0.743439",\
|
|
"0.831864, 0.799205, 0.775687, 0.760859, 0.784284",\
|
|
"0.903354, 0.870694, 0.847176, 0.832348, 0.855774",\
|
|
"1.042354, 1.009695, 0.986177, 0.971349, 0.994774");
|
|
}
|
|
|
|
} /* 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.511460, -0.478801, -0.455284, -0.440457, -0.463880",\
|
|
"-0.528560, -0.495901, -0.472383, -0.457557, -0.480980",\
|
|
"-0.527596, -0.494936, -0.471419, -0.456592, -0.480015",\
|
|
"-0.509108, -0.476448, -0.452931, -0.438104, -0.461527",\
|
|
"-0.439542, -0.406882, -0.383365, -0.368538, -0.391961");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.667039, -0.634380, -0.610863, -0.596036, -0.619459",\
|
|
"-0.712758, -0.680099, -0.656582, -0.641755, -0.665178",\
|
|
"-0.753604, -0.720944, -0.697427, -0.682601, -0.706024",\
|
|
"-0.825093, -0.792434, -0.768916, -0.754090, -0.777513",\
|
|
"-0.964094, -0.931434, -0.907917, -0.893090, -0.916514");
|
|
}
|
|
|
|
} /* 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.002852 ;
|
|
|
|
/* 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.517343, 0.484683, 0.461165, 0.446338, 0.469763",\
|
|
"0.535209, 0.502550, 0.479032, 0.464204, 0.487629",\
|
|
"0.533412, 0.500753, 0.477235, 0.462407, 0.485832",\
|
|
"0.513780, 0.481121, 0.457603, 0.442775, 0.466200",\
|
|
"0.445996, 0.413337, 0.389819, 0.374991, 0.398416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.860753, 0.828094, 0.804576, 0.789748, 0.813173",\
|
|
"0.906356, 0.873697, 0.850179, 0.835351, 0.858776",\
|
|
"0.948715, 0.916056, 0.892537, 0.877710, 0.901135",\
|
|
"1.022614, 0.989955, 0.966437, 0.951609, 0.975034",\
|
|
"1.167038, 1.134378, 1.110860, 1.096033, 1.119458");
|
|
}
|
|
|
|
} /* 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.496150, -0.463491, -0.439973, -0.425145, -0.448570",\
|
|
"-0.514016, -0.481357, -0.457839, -0.443011, -0.466436",\
|
|
"-0.512219, -0.479560, -0.456042, -0.441214, -0.464639",\
|
|
"-0.492588, -0.459928, -0.436410, -0.421583, -0.445008",\
|
|
"-0.424803, -0.392144, -0.368626, -0.353798, -0.377224");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.819919, -0.787260, -0.763742, -0.748914, -0.772339",\
|
|
"-0.865522, -0.832863, -0.809345, -0.794517, -0.817942",\
|
|
"-0.907881, -0.875222, -0.851704, -0.836876, -0.860301",\
|
|
"-0.981781, -0.949121, -0.925603, -0.910776, -0.934201",\
|
|
"-1.126204, -1.093545, -1.070027, -1.055199, -1.078624");
|
|
}
|
|
|
|
} /* 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.004027 ;
|
|
|
|
/* 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.210956, 0.178297, 0.154779, 0.139951, 0.163377",\
|
|
"0.229059, 0.196399, 0.172881, 0.158054, 0.181479",\
|
|
"0.227144, 0.194484, 0.170966, 0.156139, 0.179564",\
|
|
"0.207551, 0.174892, 0.151374, 0.136546, 0.159971",\
|
|
"0.139839, 0.107180, 0.083661, 0.068834, 0.092259");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.556815, 0.524156, 0.500638, 0.485810, 0.509235",\
|
|
"0.602495, 0.569835, 0.546317, 0.531490, 0.554915",\
|
|
"0.644825, 0.612166, 0.588647, 0.573820, 0.597245",\
|
|
"0.718509, 0.685850, 0.662332, 0.647504, 0.670929",\
|
|
"0.863142, 0.830483, 0.806965, 0.792137, 0.815562");
|
|
}
|
|
|
|
} /* 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.193778, -0.161119, -0.137601, -0.122773, -0.146198",\
|
|
"-0.211880, -0.179221, -0.155703, -0.140875, -0.164300",\
|
|
"-0.209965, -0.177306, -0.153788, -0.138960, -0.162385",\
|
|
"-0.190373, -0.157714, -0.134196, -0.119368, -0.142793",\
|
|
"-0.122661, -0.090001, -0.066483, -0.051656, -0.075081");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.520281, -0.487621, -0.464103, -0.449276, -0.472701",\
|
|
"-0.565960, -0.533301, -0.509783, -0.494955, -0.518380",\
|
|
"-0.608290, -0.575631, -0.552113, -0.537285, -0.560710",\
|
|
"-0.681975, -0.649315, -0.625797, -0.610970, -0.634395",\
|
|
"-0.826607, -0.793948, -0.770430, -0.755602, -0.779027");
|
|
}
|
|
|
|
} /* 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.003559 ;
|
|
|
|
/* 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.210626, 0.177967, 0.154449, 0.139621, 0.163046",\
|
|
"0.228482, 0.195823, 0.172305, 0.157477, 0.180902",\
|
|
"0.226690, 0.194030, 0.170512, 0.155685, 0.179110",\
|
|
"0.207049, 0.174389, 0.150871, 0.136044, 0.159469",\
|
|
"0.139225, 0.106566, 0.083048, 0.068220, 0.091645");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.591156, 0.558497, 0.534979, 0.520151, 0.543576",\
|
|
"0.636752, 0.604093, 0.580574, 0.565747, 0.589172",\
|
|
"0.679120, 0.646461, 0.622943, 0.608115, 0.631541",\
|
|
"0.753046, 0.720387, 0.696869, 0.682041, 0.705466",\
|
|
"0.897471, 0.864812, 0.841294, 0.826466, 0.849892");
|
|
}
|
|
|
|
} /* 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.195357, -0.162698, -0.139179, -0.124352, -0.147777",\
|
|
"-0.213213, -0.180554, -0.157035, -0.142208, -0.165633",\
|
|
"-0.211420, -0.178761, -0.155243, -0.140415, -0.163840",\
|
|
"-0.191779, -0.159120, -0.135602, -0.120774, -0.144199",\
|
|
"-0.123956, -0.091297, -0.067779, -0.052951, -0.076376");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.557470, -0.524811, -0.501293, -0.486465, -0.509890",\
|
|
"-0.603066, -0.570407, -0.546888, -0.532061, -0.555486",\
|
|
"-0.645435, -0.612775, -0.589257, -0.574430, -0.597855",\
|
|
"-0.719360, -0.686701, -0.663183, -0.648355, -0.671780",\
|
|
"-0.863786, -0.831126, -0.807608, -0.792781, -0.816206");
|
|
}
|
|
|
|
} /* 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.003791 ;
|
|
|
|
/* 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.427659, 0.394999, 0.371481, 0.356654, 0.380079",\
|
|
"0.459421, 0.426761, 0.403243, 0.388416, 0.411841",\
|
|
"0.475734, 0.443074, 0.419556, 0.404729, 0.428154",\
|
|
"0.483715, 0.451056, 0.427538, 0.412710, 0.436136",\
|
|
"0.462169, 0.429510, 0.405992, 0.391164, 0.414589");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.750043, 0.717383, 0.693865, 0.679038, 0.702463",\
|
|
"0.798462, 0.765803, 0.742284, 0.727457, 0.750882",\
|
|
"0.855995, 0.823335, 0.799817, 0.784990, 0.808415",\
|
|
"0.947063, 0.914404, 0.890885, 0.876058, 0.899483",\
|
|
"1.101832, 1.069173, 1.045655, 1.030827, 1.054252");
|
|
}
|
|
|
|
} /* 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.407028, -0.374368, -0.350850, -0.336023, -0.359448",\
|
|
"-0.438790, -0.406131, -0.382612, -0.367785, -0.391210",\
|
|
"-0.455103, -0.422444, -0.398925, -0.384098, -0.407523",\
|
|
"-0.463085, -0.430425, -0.406907, -0.392080, -0.415505",\
|
|
"-0.441538, -0.408879, -0.385361, -0.370533, -0.393958");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.708321, -0.675661, -0.652143, -0.637316, -0.660741",\
|
|
"-0.756740, -0.724081, -0.700563, -0.685735, -0.709160",\
|
|
"-0.814273, -0.781614, -0.758095, -0.743268, -0.766693",\
|
|
"-0.905341, -0.872682, -0.849164, -0.834336, -0.857761",\
|
|
"-1.060111, -1.027451, -1.003933, -0.989106, -1.012531");
|
|
}
|
|
|
|
} /* 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.003970 ;
|
|
|
|
/* 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.405562, 0.372903, 0.349385, 0.334557, 0.357982",\
|
|
"0.440700, 0.408041, 0.384523, 0.369695, 0.393121",\
|
|
"0.467729, 0.435070, 0.411552, 0.396724, 0.420149",\
|
|
"0.490984, 0.458324, 0.434806, 0.419979, 0.443404",\
|
|
"0.492767, 0.460108, 0.436590, 0.421762, 0.445187");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.684822, 0.652162, 0.628644, 0.613817, 0.637242",\
|
|
"0.735456, 0.702797, 0.679279, 0.664451, 0.687876",\
|
|
"0.796932, 0.764273, 0.740755, 0.725927, 0.749352",\
|
|
"0.897039, 0.864379, 0.840861, 0.826034, 0.849459",\
|
|
"1.064037, 1.031377, 1.007859, 0.993032, 1.016457");
|
|
}
|
|
|
|
} /* 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.359587, -0.326928, -0.303411, -0.288584, -0.312007",\
|
|
"-0.394726, -0.362066, -0.338549, -0.323723, -0.347146",\
|
|
"-0.421755, -0.389095, -0.365578, -0.350752, -0.374175",\
|
|
"-0.445009, -0.412350, -0.388833, -0.374006, -0.397429",\
|
|
"-0.446793, -0.414133, -0.390616, -0.375789, -0.399212");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.614911, -0.582251, -0.558734, -0.543908, -0.567331",\
|
|
"-0.665545, -0.632886, -0.609369, -0.594542, -0.617965",\
|
|
"-0.727037, -0.694378, -0.670860, -0.656034, -0.679457",\
|
|
"-0.827938, -0.795278, -0.771761, -0.756935, -0.780358",\
|
|
"-0.994936, -0.962276, -0.938759, -0.923932, -0.947356");
|
|
}
|
|
|
|
} /* 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.002799 ;
|
|
|
|
/* 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.353886, 0.321227, 0.297708, 0.282881, 0.306306",\
|
|
"0.384594, 0.351935, 0.328417, 0.313589, 0.337014",\
|
|
"0.400054, 0.367395, 0.343877, 0.329049, 0.352474",\
|
|
"0.407359, 0.374700, 0.351182, 0.336354, 0.359779",\
|
|
"0.389025, 0.356365, 0.332847, 0.318020, 0.341445");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.790230, 0.757570, 0.734052, 0.719225, 0.742650",\
|
|
"0.840546, 0.807887, 0.784369, 0.769541, 0.792966",\
|
|
"0.889333, 0.856673, 0.833155, 0.818328, 0.841753",\
|
|
"0.968041, 0.935382, 0.911864, 0.897036, 0.920461",\
|
|
"1.106227, 1.073568, 1.050050, 1.035222, 1.058647");
|
|
}
|
|
|
|
} /* 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.304303, -0.271643, -0.248126, -0.233300, -0.256723",\
|
|
"-0.335011, -0.302352, -0.278835, -0.264008, -0.287431",\
|
|
"-0.350471, -0.317812, -0.294294, -0.279468, -0.302891",\
|
|
"-0.357776, -0.325117, -0.301599, -0.286773, -0.310196",\
|
|
"-0.339442, -0.306782, -0.283265, -0.268438, -0.291861");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.716779, -0.684120, -0.660603, -0.645776, -0.669199",\
|
|
"-0.767096, -0.734436, -0.710919, -0.696092, -0.719516",\
|
|
"-0.815882, -0.783223, -0.759705, -0.744879, -0.768302",\
|
|
"-0.894591, -0.861931, -0.838414, -0.823588, -0.847011",\
|
|
"-1.032777, -1.000117, -0.976600, -0.961773, -0.985196");
|
|
}
|
|
|
|
} /* 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.002685 ;
|
|
|
|
/* 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.352618, 0.319958, 0.296440, 0.281613, 0.305038",\
|
|
"0.379117, 0.346458, 0.322940, 0.308112, 0.331537",\
|
|
"0.387096, 0.354437, 0.330918, 0.316091, 0.339516",\
|
|
"0.380562, 0.347903, 0.324385, 0.309557, 0.332982",\
|
|
"0.331666, 0.299006, 0.275488, 0.260661, 0.284086");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.532423, 0.499763, 0.476245, 0.461418, 0.484843",\
|
|
"0.579109, 0.546449, 0.522931, 0.508104, 0.531529",\
|
|
"0.632751, 0.600091, 0.576573, 0.561745, 0.585171",\
|
|
"0.720701, 0.688042, 0.664524, 0.649696, 0.673121",\
|
|
"0.877519, 0.844859, 0.821341, 0.806514, 0.829939");
|
|
}
|
|
|
|
} /* 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.306422, -0.273763, -0.250245, -0.235419, -0.258842",\
|
|
"-0.332921, -0.300262, -0.276745, -0.261918, -0.285341",\
|
|
"-0.340900, -0.308241, -0.284723, -0.269897, -0.293320",\
|
|
"-0.334366, -0.301707, -0.278190, -0.263363, -0.286786",\
|
|
"-0.285470, -0.252810, -0.229293, -0.214466, -0.237890");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.462631, -0.429972, -0.406454, -0.391628, -0.415051",\
|
|
"-0.509317, -0.476658, -0.453140, -0.438314, -0.461737",\
|
|
"-0.562959, -0.530299, -0.506782, -0.491955, -0.515379",\
|
|
"-0.650909, -0.618250, -0.594733, -0.579906, -0.603329",\
|
|
"-0.807727, -0.775068, -0.751550, -0.736724, -0.760147");
|
|
}
|
|
|
|
} /* 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.002862 ;
|
|
|
|
/* 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.338137, 0.305478, 0.281960, 0.267132, 0.290557",\
|
|
"0.368786, 0.336126, 0.312608, 0.297781, 0.321206",\
|
|
"0.384264, 0.351605, 0.328087, 0.313259, 0.336684",\
|
|
"0.391647, 0.358988, 0.335469, 0.320642, 0.344067",\
|
|
"0.373068, 0.340408, 0.316890, 0.302063, 0.325488");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.655542, 0.622883, 0.599365, 0.584537, 0.607962",\
|
|
"0.704534, 0.671874, 0.648356, 0.633528, 0.656954",\
|
|
"0.753059, 0.720399, 0.696881, 0.682054, 0.705479",\
|
|
"0.831598, 0.798939, 0.775421, 0.760593, 0.784018",\
|
|
"0.969341, 0.936682, 0.913164, 0.898336, 0.921761");
|
|
}
|
|
|
|
} /* 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.284480, -0.251820, -0.228303, -0.213477, -0.236900",\
|
|
"-0.315128, -0.282469, -0.258952, -0.244125, -0.267548",\
|
|
"-0.330607, -0.297948, -0.274430, -0.259604, -0.283027",\
|
|
"-0.337990, -0.305330, -0.281813, -0.266986, -0.290409",\
|
|
"-0.319410, -0.286751, -0.263234, -0.248407, -0.271830");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.577282, -0.544622, -0.521105, -0.506278, -0.529701",\
|
|
"-0.626273, -0.593614, -0.570096, -0.555270, -0.578693",\
|
|
"-0.674798, -0.642139, -0.618621, -0.603795, -0.627218",\
|
|
"-0.753338, -0.720678, -0.697161, -0.682334, -0.705757",\
|
|
"-0.891080, -0.858421, -0.834904, -0.820077, -0.843500");
|
|
}
|
|
|
|
} /* 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.003665 ;
|
|
|
|
/* 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.253743, 0.221083, 0.197565, 0.182737, 0.206163",\
|
|
"0.288558, 0.255899, 0.232380, 0.217553, 0.240978",\
|
|
"0.315791, 0.283131, 0.259613, 0.244786, 0.268211",\
|
|
"0.339475, 0.306816, 0.283297, 0.268470, 0.291895",\
|
|
"0.341541, 0.308882, 0.285363, 0.270536, 0.293961");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.578788, 0.546128, 0.522610, 0.507783, 0.531208",\
|
|
"0.629450, 0.596790, 0.573272, 0.558444, 0.581870",\
|
|
"0.691034, 0.658374, 0.634856, 0.620029, 0.643454",\
|
|
"0.795311, 0.762651, 0.739133, 0.724306, 0.747731",\
|
|
"0.962759, 0.930100, 0.906582, 0.891754, 0.915179");
|
|
}
|
|
|
|
} /* 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.232550, -0.199890, -0.176372, -0.161545, -0.184970",\
|
|
"-0.267365, -0.234706, -0.211188, -0.196360, -0.219785",\
|
|
"-0.294598, -0.261939, -0.238420, -0.223593, -0.247018",\
|
|
"-0.318282, -0.285623, -0.262105, -0.247277, -0.270702",\
|
|
"-0.320348, -0.287689, -0.264171, -0.249343, -0.272768");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.537524, -0.504864, -0.481346, -0.466519, -0.489944",\
|
|
"-0.588186, -0.555526, -0.532008, -0.517181, -0.540606",\
|
|
"-0.649782, -0.617122, -0.593604, -0.578777, -0.602202",\
|
|
"-0.754477, -0.721817, -0.698299, -0.683472, -0.706897",\
|
|
"-0.921925, -0.889266, -0.865748, -0.850920, -0.874345");
|
|
}
|
|
|
|
} /* 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.002677 ;
|
|
|
|
/* 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.444922, 0.412263, 0.388745, 0.373917, 0.397342",\
|
|
"0.462669, 0.430009, 0.406491, 0.391664, 0.415089",\
|
|
"0.460928, 0.428269, 0.404751, 0.389923, 0.413348",\
|
|
"0.441298, 0.408638, 0.385120, 0.370293, 0.393718",\
|
|
"0.373577, 0.340918, 0.317400, 0.302572, 0.325997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.823209, 0.790550, 0.767032, 0.752204, 0.775629",\
|
|
"0.868772, 0.836112, 0.812594, 0.797767, 0.821192",\
|
|
"0.911114, 0.878454, 0.854936, 0.840108, 0.863533",\
|
|
"0.985086, 0.952426, 0.928908, 0.914081, 0.937506",\
|
|
"1.129324, 1.096665, 1.073146, 1.058319, 1.081744");
|
|
}
|
|
|
|
} /* 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.427748, -0.395088, -0.371570, -0.356743, -0.380168",\
|
|
"-0.445494, -0.412835, -0.389316, -0.374489, -0.397914",\
|
|
"-0.443754, -0.411094, -0.387576, -0.372749, -0.396174",\
|
|
"-0.424123, -0.391464, -0.367946, -0.353118, -0.376543",\
|
|
"-0.356403, -0.323743, -0.300225, -0.285398, -0.308823");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.786672, -0.754013, -0.730495, -0.715667, -0.739092",\
|
|
"-0.832234, -0.799575, -0.776057, -0.761229, -0.784654",\
|
|
"-0.874576, -0.841917, -0.818399, -0.803571, -0.826996",\
|
|
"-0.948548, -0.915889, -0.892371, -0.877543, -0.900968",\
|
|
"-1.092787, -1.060127, -1.036609, -1.021782, -1.045207");
|
|
}
|
|
|
|
} /* 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.003666 ;
|
|
|
|
/* 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.265055, 0.232395, 0.208877, 0.194050, 0.217475",\
|
|
"0.300116, 0.267456, 0.243938, 0.229111, 0.252536",\
|
|
"0.327202, 0.294542, 0.271024, 0.256196, 0.279622",\
|
|
"0.350585, 0.317925, 0.294407, 0.279580, 0.303005",\
|
|
"0.352273, 0.319614, 0.296096, 0.281268, 0.304693");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.512170, 0.479511, 0.455993, 0.441165, 0.464590",\
|
|
"0.562805, 0.530146, 0.506627, 0.491800, 0.515225",\
|
|
"0.624039, 0.591380, 0.567862, 0.553034, 0.576459",\
|
|
"0.728043, 0.695384, 0.671865, 0.657038, 0.680463",\
|
|
"0.895292, 0.862633, 0.839115, 0.824287, 0.847712");
|
|
}
|
|
|
|
} /* 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.249785, -0.217126, -0.193608, -0.178780, -0.202205",\
|
|
"-0.284846, -0.252187, -0.228669, -0.213841, -0.237266",\
|
|
"-0.311932, -0.279273, -0.255755, -0.240927, -0.264352",\
|
|
"-0.335315, -0.302656, -0.279138, -0.264310, -0.287735",\
|
|
"-0.337004, -0.304344, -0.280826, -0.265999, -0.289424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.478485, -0.445825, -0.422307, -0.407480, -0.430905",\
|
|
"-0.529119, -0.496460, -0.472942, -0.458114, -0.481539",\
|
|
"-0.590354, -0.557694, -0.534176, -0.519349, -0.542774",\
|
|
"-0.694357, -0.661698, -0.638180, -0.623352, -0.646777",\
|
|
"-0.861606, -0.828947, -0.805429, -0.790601, -0.814026");
|
|
}
|
|
|
|
} /* 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.064369 ;
|
|
|
|
/* 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.243831");
|
|
}
|
|
|
|
} /* 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.374883");
|
|
}
|
|
|
|
} /* 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.005568 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[3];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.598410, 0.565751, 0.542233, 0.527405, 0.550830",\
|
|
"0.623239, 0.590579, 0.567061, 0.552234, 0.575659",\
|
|
"0.629594, 0.596934, 0.573416, 0.558589, 0.582014",\
|
|
"0.617696, 0.585037, 0.561518, 0.546691, 0.570116",\
|
|
"0.555115, 0.522455, 0.498937, 0.484110, 0.507535");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.937640, 0.904980, 0.881462, 0.866635, 0.890060",\
|
|
"0.989123, 0.956464, 0.932946, 0.918118, 0.941543",\
|
|
"1.049888, 1.017229, 0.993710, 0.978883, 1.002308",\
|
|
"1.154258, 1.121599, 1.098081, 1.083253, 1.106678",\
|
|
"1.343181, 1.310522, 1.287004, 1.272177, 1.295602");
|
|
}
|
|
|
|
} /* 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.189121, -0.156461, -0.132943, -0.118116, -0.141541",\
|
|
"-0.213951, -0.181292, -0.157774, -0.142946, -0.166371",\
|
|
"-0.220296, -0.187637, -0.164119, -0.149291, -0.172716",\
|
|
"-0.208388, -0.175728, -0.152210, -0.137383, -0.160808",\
|
|
"-0.145745, -0.113085, -0.089567, -0.074740, -0.098165");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.395589, -0.362930, -0.339411, -0.324584, -0.348009",\
|
|
"-0.447083, -0.414423, -0.390905, -0.376078, -0.399503",\
|
|
"-0.508015, -0.475355, -0.451837, -0.437009, -0.460435",\
|
|
"-0.612693, -0.580034, -0.556515, -0.541688, -0.565113",\
|
|
"-0.802435, -0.769775, -0.746257, -0.731430, -0.754855");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "0.926227, 0.926227, 0.926227, 0.926227, 0.926227",\
|
|
"0.951058, 0.951058, 0.951058, 0.951058, 0.951058",\
|
|
"0.957403, 0.957403, 0.957403, 0.957403, 0.957403",\
|
|
"0.945494, 0.945494, 0.945494, 0.945494, 0.945494",\
|
|
"0.882851, 0.882851, 0.882851, 0.882851, 0.882851");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "0.970580, 0.970580, 0.970580, 0.970580, 0.970580",\
|
|
"1.022074, 1.022074, 1.022074, 1.022074, 1.022074",\
|
|
"1.082920, 1.082920, 1.082920, 1.082920, 1.082920",\
|
|
"1.187420, 1.187420, 1.187420, 1.187420, 1.187420",\
|
|
"1.377094, 1.377094, 1.377094, 1.377094, 1.377094");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.070150, -0.070150, -0.070150, -0.070150, -0.070150",\
|
|
"-0.094980, -0.094980, -0.094980, -0.094980, -0.094980",\
|
|
"-0.101325, -0.101325, -0.101325, -0.101325, -0.101325",\
|
|
"-0.089415, -0.089415, -0.089415, -0.089415, -0.089415",\
|
|
"-0.026769, -0.026769, -0.026769, -0.026769, -0.026769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.219637, -0.219637, -0.219637, -0.219637, -0.219637",\
|
|
"-0.271130, -0.271130, -0.271130, -0.271130, -0.271130",\
|
|
"-0.332062, -0.332062, -0.332062, -0.332062, -0.332062",\
|
|
"-0.436741, -0.436741, -0.436741, -0.436741, -0.436741",\
|
|
"-0.626482, -0.626482, -0.626482, -0.626482, -0.626482");
|
|
}
|
|
|
|
} /* 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.010442 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : mgmt_gpio_in[2];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.254784, 3.222125, 3.198606, 3.183779, 3.207204",\
|
|
"3.283534, 3.250875, 3.227357, 3.212529, 3.235954",\
|
|
"3.271845, 3.239185, 3.215667, 3.200840, 3.224265",\
|
|
"3.173816, 3.141156, 3.117638, 3.102811, 3.126236",\
|
|
"2.791834, 2.759175, 2.735657, 2.720829, 2.744254");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "3.401814, 3.369154, 3.345636, 3.330809, 3.354234",\
|
|
"3.495926, 3.463267, 3.439749, 3.424921, 3.448346",\
|
|
"3.622722, 3.590063, 3.566545, 3.551717, 3.575142",\
|
|
"3.885288, 3.852628, 3.829110, 3.814283, 3.837708",\
|
|
"4.507767, 4.475107, 4.451589, 4.436762, 4.460187");
|
|
}
|
|
|
|
} /* 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.210319, -0.177659, -0.154142, -0.139315, -0.162739",\
|
|
"-0.239089, -0.206430, -0.182912, -0.168086, -0.191509",\
|
|
"-0.227413, -0.194754, -0.171236, -0.156410, -0.179833",\
|
|
"-0.129672, -0.097013, -0.073495, -0.058669, -0.082092",\
|
|
"0.251370, 0.284029, 0.307547, 0.322373, 0.298950");
|
|
}
|
|
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.461582, -0.428923, -0.405406, -0.390579, -0.414002",\
|
|
"-0.556095, -0.523435, -0.499918, -0.485091, -0.508514",\
|
|
"-0.684153, -0.651494, -0.627976, -0.613150, -0.636573",\
|
|
"-0.947542, -0.914882, -0.891365, -0.876539, -0.899962",\
|
|
"-1.568481, -1.535821, -1.512304, -1.497478, -1.520901");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "2.954442, 2.954442, 2.954442, 2.954442, 2.954442",\
|
|
"2.983192, 2.983192, 2.983192, 2.983192, 2.983192",\
|
|
"2.971502, 2.971502, 2.971502, 2.971502, 2.971502",\
|
|
"2.873474, 2.873474, 2.873474, 2.873474, 2.873474",\
|
|
"2.491492, 2.491492, 2.491492, 2.491492, 2.491492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "3.477022, 3.477022, 3.477022, 3.477022, 3.477022",\
|
|
"3.571135, 3.571135, 3.571135, 3.571135, 3.571135",\
|
|
"3.697932, 3.697932, 3.697932, 3.697932, 3.697932",\
|
|
"3.960497, 3.960497, 3.960497, 3.960497, 3.960497",\
|
|
"4.582975, 4.582975, 4.582975, 4.582975, 4.582975");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.637468, -0.637468, -0.637468, -0.637468, -0.637468",\
|
|
"-0.666226, -0.666226, -0.666226, -0.666226, -0.666226",\
|
|
"-0.654508, -0.654508, -0.654508, -0.654508, -0.654508",\
|
|
"-0.556568, -0.556568, -0.556568, -0.556568, -0.556568",\
|
|
"-0.174765, -0.174765, -0.174765, -0.174765, -0.174765");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
values ( "-0.673260, -0.673260, -0.673260, -0.673260, -0.673260",\
|
|
"-0.767923, -0.767923, -0.767923, -0.767923, -0.767923",\
|
|
"-0.896587, -0.896587, -0.896587, -0.896587, -0.896587",\
|
|
"-1.161698, -1.161698, -1.161698, -1.161698, -1.161698",\
|
|
"-1.787565, -1.787565, -1.787565, -1.787565, -1.787565");
|
|
}
|
|
|
|
} /* 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.004346 ;
|
|
|
|
/* 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.260816, 0.228157, 0.204639, 0.189811, 0.213236",\
|
|
"0.291455, 0.258795, 0.235277, 0.220450, 0.243875",\
|
|
"0.306952, 0.274293, 0.250775, 0.235947, 0.259372",\
|
|
"0.314396, 0.281736, 0.258218, 0.243391, 0.266816",\
|
|
"0.295961, 0.263302, 0.239783, 0.224956, 0.248381");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.529264, 0.496605, 0.473087, 0.458259, 0.481684",\
|
|
"0.578242, 0.545583, 0.522065, 0.507237, 0.530662",\
|
|
"0.626728, 0.594068, 0.570550, 0.555723, 0.579148",\
|
|
"0.705182, 0.672523, 0.649005, 0.634177, 0.657602",\
|
|
"0.842724, 0.810065, 0.786547, 0.771719, 0.795144");
|
|
}
|
|
|
|
} /* 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.214620, -0.181961, -0.158444, -0.143617, -0.167040",\
|
|
"-0.245259, -0.212599, -0.189082, -0.174255, -0.197679",\
|
|
"-0.260756, -0.228097, -0.204580, -0.189753, -0.213176",\
|
|
"-0.268200, -0.235540, -0.212023, -0.197197, -0.220620",\
|
|
"-0.249765, -0.217106, -0.193588, -0.178762, -0.202185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.459472, -0.426813, -0.403296, -0.388469, -0.411892",\
|
|
"-0.508451, -0.475791, -0.452274, -0.437447, -0.460870",\
|
|
"-0.556936, -0.524276, -0.500759, -0.485933, -0.509356",\
|
|
"-0.635391, -0.602731, -0.579214, -0.564387, -0.587810",\
|
|
"-0.772932, -0.740273, -0.716756, -0.701929, -0.725352");
|
|
}
|
|
|
|
} /* 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.005402 ;
|
|
|
|
/* 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.245416, 0.212756, 0.189238, 0.174411, 0.197836",\
|
|
"0.270143, 0.237484, 0.213966, 0.199138, 0.222563",\
|
|
"0.276567, 0.243907, 0.220389, 0.205562, 0.228987",\
|
|
"0.264605, 0.231946, 0.208428, 0.193600, 0.217025",\
|
|
"0.202613, 0.169954, 0.146435, 0.131608, 0.155033");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.576135, 0.543475, 0.519957, 0.505130, 0.528555",\
|
|
"0.627614, 0.594955, 0.571437, 0.556609, 0.580034",\
|
|
"0.688560, 0.655901, 0.632383, 0.617555, 0.640980",\
|
|
"0.793172, 0.760512, 0.736994, 0.722167, 0.745592",\
|
|
"0.979818, 0.947159, 0.923641, 0.908813, 0.932238");
|
|
}
|
|
|
|
} /* 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.191758, -0.159099, -0.135582, -0.120755, -0.144178",\
|
|
"-0.216486, -0.183827, -0.160309, -0.145483, -0.168906",\
|
|
"-0.222910, -0.190250, -0.166733, -0.151906, -0.175329",\
|
|
"-0.210948, -0.178289, -0.154771, -0.139945, -0.163368",\
|
|
"-0.148956, -0.116296, -0.092779, -0.077952, -0.101375");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.496633, -0.463974, -0.440456, -0.425630, -0.449053",\
|
|
"-0.548113, -0.515453, -0.491936, -0.477109, -0.500532",\
|
|
"-0.609194, -0.576534, -0.553017, -0.538190, -0.561614",\
|
|
"-0.713986, -0.681327, -0.657809, -0.642983, -0.666406",\
|
|
"-0.901555, -0.868896, -0.845378, -0.830552, -0.853975");
|
|
}
|
|
|
|
} /* 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.002360 ;
|
|
|
|
/* 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.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.459710, 0.468159, 0.494287, 0.589601, 1.043011",\
|
|
"0.493417, 0.501866, 0.527994, 0.623308, 1.076718",\
|
|
"0.517393, 0.525842, 0.551970, 0.647284, 1.100694",\
|
|
"0.535560, 0.544009, 0.570137, 0.665451, 1.110065",\
|
|
"0.535560, 0.544009, 0.570137, 0.665451, 1.110065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018219, 0.026142, 0.055852, 0.192676, 0.863164",\
|
|
"0.018219, 0.026142, 0.055852, 0.192676, 0.863164",\
|
|
"0.018220, 0.026142, 0.055852, 0.192676, 0.863164",\
|
|
"0.018221, 0.026143, 0.055852, 0.192676, 0.863164",\
|
|
"0.018223, 0.026145, 0.055853, 0.192676, 0.863164");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.511062, 0.517368, 0.534608, 0.579940, 0.774050",\
|
|
"0.562763, 0.569069, 0.586309, 0.631641, 0.825751",\
|
|
"0.625834, 0.632139, 0.649379, 0.694711, 0.888821",\
|
|
"0.732545, 0.738851, 0.756091, 0.801423, 0.995532",\
|
|
"0.912692, 0.918997, 0.936237, 0.981569, 1.175679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548");
|
|
}
|
|
|
|
} /* 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.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.458870, 0.467318, 0.493445, 0.588759, 1.042168",\
|
|
"0.492578, 0.501025, 0.527152, 0.622466, 1.075876",\
|
|
"0.516559, 0.525007, 0.551134, 0.646448, 1.099857",\
|
|
"0.525998, 0.534446, 0.560573, 0.655887, 1.109297",\
|
|
"0.525998, 0.534446, 0.560573, 0.655887, 1.109297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018211, 0.026135, 0.055848, 0.192676, 0.863164",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863164",\
|
|
"0.018212, 0.026135, 0.055848, 0.192676, 0.863164",\
|
|
"0.018212, 0.026135, 0.055849, 0.192676, 0.863164",\
|
|
"0.018213, 0.026136, 0.055849, 0.192676, 0.863164");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.507185, 0.513482, 0.530704, 0.576029, 0.770133",\
|
|
"0.558886, 0.565183, 0.582405, 0.627730, 0.821835",\
|
|
"0.622059, 0.628357, 0.645579, 0.690904, 0.885008",\
|
|
"0.729112, 0.735410, 0.752632, 0.797957, 0.992062",\
|
|
"0.909834, 0.916131, 0.933354, 0.978679, 1.172784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015442, 0.019694, 0.032987, 0.086845, 0.345352",\
|
|
"0.015442, 0.019694, 0.032987, 0.086845, 0.345352",\
|
|
"0.015442, 0.019694, 0.032988, 0.086845, 0.345352",\
|
|
"0.015442, 0.019695, 0.032988, 0.086845, 0.345353",\
|
|
"0.015444, 0.019696, 0.032989, 0.086846, 0.345353");
|
|
}
|
|
|
|
} /* 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.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.557969, 0.564275, 0.581514, 0.626846, 0.820956",\
|
|
"0.591676, 0.597982, 0.615222, 0.660554, 0.854663",\
|
|
"0.615500, 0.621806, 0.639046, 0.684378, 0.878487",\
|
|
"0.633179, 0.639484, 0.656724, 0.702056, 0.885906",\
|
|
"0.633179, 0.639484, 0.656724, 0.702056, 0.885906");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548",\
|
|
"0.015492, 0.019746, 0.033030, 0.086866, 0.347548");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.482907, 0.491356, 0.517484, 0.612798, 1.066208",\
|
|
"0.534608, 0.543057, 0.569185, 0.664499, 1.117909",\
|
|
"0.597790, 0.606239, 0.632367, 0.727681, 1.181091",\
|
|
"0.704376, 0.712825, 0.738953, 0.834267, 1.287677",\
|
|
"0.883251, 0.891701, 0.917829, 1.013144, 1.466554");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018219, 0.026142, 0.055852, 0.192676, 0.863164",\
|
|
"0.018219, 0.026142, 0.055852, 0.192676, 0.863164",\
|
|
"0.018220, 0.026142, 0.055852, 0.192676, 0.863164",\
|
|
"0.018221, 0.026143, 0.055852, 0.192676, 0.863164",\
|
|
"0.018223, 0.026145, 0.055853, 0.192676, 0.863164");
|
|
}
|
|
|
|
} /* 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.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.557179, 0.563476, 0.580699, 0.626023, 0.820128",\
|
|
"0.590886, 0.597183, 0.614406, 0.659730, 0.853835",\
|
|
"0.614713, 0.621011, 0.638233, 0.683558, 0.877663",\
|
|
"0.622171, 0.628469, 0.645692, 0.691016, 0.885122",\
|
|
"0.622171, 0.628469, 0.645692, 0.691016, 0.885122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015442, 0.019694, 0.032987, 0.086845, 0.345352",\
|
|
"0.015442, 0.019694, 0.032987, 0.086845, 0.345352",\
|
|
"0.015442, 0.019694, 0.032988, 0.086845, 0.345352",\
|
|
"0.015442, 0.019695, 0.032988, 0.086845, 0.345353",\
|
|
"0.015444, 0.019696, 0.032989, 0.086846, 0.345353");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.479286, 0.487733, 0.513860, 0.609174, 1.062584",\
|
|
"0.530987, 0.539434, 0.565561, 0.660875, 1.114285",\
|
|
"0.594281, 0.602729, 0.628856, 0.724170, 1.177579",\
|
|
"0.701768, 0.710216, 0.736343, 0.831657, 1.285066",\
|
|
"0.881370, 0.889818, 0.915945, 1.011259, 1.464669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018211, 0.026135, 0.055848, 0.192676, 0.863164",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863164",\
|
|
"0.018212, 0.026135, 0.055848, 0.192676, 0.863164",\
|
|
"0.018212, 0.026135, 0.055849, 0.192676, 0.863164",\
|
|
"0.018213, 0.026136, 0.055849, 0.192676, 0.863164");
|
|
}
|
|
|
|
} /* 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.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.400546, 0.408994, 0.435121, 0.530435, 0.983844",\
|
|
"0.431123, 0.439571, 0.465698, 0.561012, 1.014421",\
|
|
"0.446714, 0.455162, 0.481289, 0.576604, 1.019581",\
|
|
"0.454438, 0.462887, 0.489014, 0.584328, 1.019581",\
|
|
"0.454438, 0.462887, 0.489014, 0.584328, 1.019581");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018214, 0.026137, 0.055849, 0.192676, 0.863164",\
|
|
"0.018214, 0.026137, 0.055849, 0.192676, 0.863164",\
|
|
"0.018214, 0.026137, 0.055849, 0.192676, 0.863164",\
|
|
"0.018215, 0.026138, 0.055850, 0.192676, 0.863164",\
|
|
"0.018216, 0.026139, 0.055850, 0.192676, 0.863164");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.439763, 0.446091, 0.463376, 0.508728, 0.702850",\
|
|
"0.488733, 0.495061, 0.512346, 0.557698, 0.751820",\
|
|
"0.537316, 0.543643, 0.560928, 0.606280, 0.800402",\
|
|
"0.615804, 0.622131, 0.639415, 0.684768, 0.878890",\
|
|
"0.753128, 0.759455, 0.776739, 0.822091, 1.016213");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015623, 0.019881, 0.033140, 0.086921, 0.347577",\
|
|
"0.015623, 0.019881, 0.033140, 0.086921, 0.347577",\
|
|
"0.015623, 0.019881, 0.033140, 0.086921, 0.347577",\
|
|
"0.015622, 0.019880, 0.033140, 0.086921, 0.347576",\
|
|
"0.015621, 0.019879, 0.033138, 0.086920, 0.347576");
|
|
}
|
|
|
|
} /* 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.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.400546, 0.408994, 0.435121, 0.530435, 0.983844",\
|
|
"0.431123, 0.439571, 0.465698, 0.561012, 1.014421",\
|
|
"0.436281, 0.444730, 0.470857, 0.566172, 1.019581",\
|
|
"0.436281, 0.444730, 0.470857, 0.566172, 1.019581",\
|
|
"0.436281, 0.444730, 0.470857, 0.566172, 1.019581");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018214, 0.026137, 0.055849, 0.192676, 0.863164",\
|
|
"0.018214, 0.026137, 0.055849, 0.192676, 0.863164",\
|
|
"0.018214, 0.026137, 0.055849, 0.192676, 0.863164",\
|
|
"0.018215, 0.026138, 0.055850, 0.192676, 0.863164",\
|
|
"0.018216, 0.026139, 0.055850, 0.192676, 0.863164");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.439763, 0.446091, 0.463376, 0.508728, 0.702850",\
|
|
"0.488733, 0.495061, 0.512346, 0.557698, 0.751820",\
|
|
"0.537316, 0.543643, 0.560928, 0.606280, 0.800402",\
|
|
"0.615804, 0.622131, 0.639415, 0.684768, 0.878890",\
|
|
"0.753128, 0.759455, 0.776739, 0.822091, 1.016213");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015623, 0.019881, 0.033140, 0.086921, 0.345393",\
|
|
"0.015623, 0.019881, 0.033140, 0.086921, 0.345393",\
|
|
"0.015623, 0.019881, 0.033140, 0.086921, 0.345393",\
|
|
"0.015622, 0.019880, 0.033140, 0.086921, 0.345393",\
|
|
"0.015621, 0.019879, 0.033138, 0.086920, 0.345392");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015604, 0.019861, 0.033124, 0.086913, 0.347572",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.347572",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.347572",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.347572",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.347572");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360",\
|
|
"1.758063, 1.766510, 1.792637, 1.887951, 2.341360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165",\
|
|
"0.018211, 0.026135, 0.055848, 0.192676, 0.863165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926",\
|
|
"1.777854, 1.784178, 1.801456, 1.846806, 2.040926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002860, 0.013132, 0.052360, 0.212360, 1.000000");
|
|
values ( "0.015604, 0.019861, 0.033124, 0.086913, 0.345388",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.345388",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.345388",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.345388",\
|
|
"0.015604, 0.019861, 0.033124, 0.086913, 0.345388");
|
|
}
|
|
|
|
} /* 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.002282 ;
|
|
|
|
/* 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.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.489282, 0.497871, 0.524102, 0.619103, 1.077608",\
|
|
"0.522989, 0.531578, 0.557810, 0.652810, 1.111315",\
|
|
"0.546965, 0.555553, 0.581785, 0.676786, 1.135291",\
|
|
"0.565132, 0.573721, 0.599953, 0.694953, 1.144658",\
|
|
"0.565132, 0.573721, 0.599953, 0.694953, 1.144658");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.535463, 0.541848, 0.559204, 0.606312, 0.797764",\
|
|
"0.587164, 0.593549, 0.610905, 0.658013, 0.849465",\
|
|
"0.650236, 0.656621, 0.673977, 0.721085, 0.912536",\
|
|
"0.756954, 0.763340, 0.780695, 0.827803, 1.019255",\
|
|
"0.937117, 0.943503, 0.960859, 1.007967, 1.199418");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407");
|
|
}
|
|
|
|
} /* 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.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.488525, 0.497114, 0.523345, 0.618345, 1.076850",\
|
|
"0.522232, 0.530821, 0.557052, 0.652052, 1.110557",\
|
|
"0.546214, 0.554803, 0.581034, 0.676034, 1.134539",\
|
|
"0.555650, 0.564238, 0.590470, 0.685470, 1.143975",\
|
|
"0.555650, 0.564238, 0.590470, 0.685470, 1.143975");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019211, 0.027010, 0.056303, 0.191843, 0.864712",\
|
|
"0.019211, 0.027010, 0.056303, 0.191843, 0.864712",\
|
|
"0.019211, 0.027010, 0.056303, 0.191843, 0.864712",\
|
|
"0.019212, 0.027011, 0.056303, 0.191843, 0.864712",\
|
|
"0.019213, 0.027012, 0.056303, 0.191843, 0.864712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.531311, 0.537684, 0.555015, 0.602111, 0.793557",\
|
|
"0.583012, 0.589385, 0.606716, 0.653812, 0.845258",\
|
|
"0.646187, 0.652560, 0.669891, 0.716987, 0.908433",\
|
|
"0.753245, 0.759618, 0.776950, 0.824045, 1.015491",\
|
|
"0.933984, 0.940358, 0.957690, 1.004786, 1.196232");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.015870, 0.020158, 0.033412, 0.087258, 0.343793",\
|
|
"0.015870, 0.020158, 0.033412, 0.087258, 0.343793",\
|
|
"0.015871, 0.020158, 0.033412, 0.087258, 0.343793",\
|
|
"0.015871, 0.020159, 0.033413, 0.087258, 0.343793",\
|
|
"0.015872, 0.020160, 0.033414, 0.087259, 0.343793");
|
|
}
|
|
|
|
} /* 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.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.582443, 0.588828, 0.606184, 0.653292, 0.844743",\
|
|
"0.616150, 0.622536, 0.639892, 0.686999, 0.878451",\
|
|
"0.639974, 0.646360, 0.663716, 0.710824, 0.902275",\
|
|
"0.657654, 0.664039, 0.681395, 0.728503, 0.909693",\
|
|
"0.657654, 0.664039, 0.681395, 0.728503, 0.909693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407",\
|
|
"0.015942, 0.020232, 0.033473, 0.087288, 0.345407");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.512239, 0.520828, 0.547060, 0.642060, 1.100565",\
|
|
"0.563940, 0.572529, 0.598761, 0.693761, 1.152266",\
|
|
"0.627120, 0.635709, 0.661941, 0.756942, 1.215446",\
|
|
"0.733707, 0.742296, 0.768528, 0.863528, 1.322033",\
|
|
"0.912596, 0.921185, 0.947418, 1.042418, 1.500923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019214, 0.027013, 0.056304, 0.191844, 0.864712",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864712");
|
|
}
|
|
|
|
} /* 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.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.581398, 0.587771, 0.605102, 0.652198, 0.843644",\
|
|
"0.615105, 0.621479, 0.638810, 0.685905, 0.877351",\
|
|
"0.638932, 0.645306, 0.662637, 0.709732, 0.901178",\
|
|
"0.646387, 0.652761, 0.670093, 0.717189, 0.908635",\
|
|
"0.646387, 0.652761, 0.670093, 0.717189, 0.908635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.015870, 0.020158, 0.033412, 0.087258, 0.343793",\
|
|
"0.015870, 0.020158, 0.033412, 0.087258, 0.343793",\
|
|
"0.015871, 0.020158, 0.033412, 0.087258, 0.343793",\
|
|
"0.015871, 0.020159, 0.033413, 0.087258, 0.343793",\
|
|
"0.015872, 0.020160, 0.033414, 0.087259, 0.343793");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.508632, 0.517220, 0.543452, 0.638452, 1.096957",\
|
|
"0.560333, 0.568921, 0.595153, 0.690153, 1.148658",\
|
|
"0.623626, 0.632215, 0.658446, 0.753446, 1.211951",\
|
|
"0.731109, 0.739697, 0.765929, 0.860929, 1.319434",\
|
|
"0.910726, 0.919314, 0.945546, 1.040546, 1.499051");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019211, 0.027010, 0.056303, 0.191843, 0.864712",\
|
|
"0.019211, 0.027010, 0.056303, 0.191843, 0.864712",\
|
|
"0.019211, 0.027010, 0.056303, 0.191843, 0.864712",\
|
|
"0.019212, 0.027011, 0.056303, 0.191843, 0.864712",\
|
|
"0.019213, 0.027012, 0.056303, 0.191843, 0.864712");
|
|
}
|
|
|
|
} /* 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.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.514403, 0.522993, 0.549225, 0.644225, 1.068268",\
|
|
"0.514403, 0.522993, 0.549225, 0.644225, 1.068268",\
|
|
"0.514403, 0.522993, 0.549225, 0.644225, 1.068268",\
|
|
"0.507990, 0.516579, 0.542812, 0.637812, 1.068268",\
|
|
"0.459376, 0.467965, 0.494198, 0.589198, 1.047703");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.492683, 0.499097, 0.516513, 0.563651, 0.755116",\
|
|
"0.539363, 0.545777, 0.563193, 0.610331, 0.801795",\
|
|
"0.593091, 0.599505, 0.616920, 0.664058, 0.855523",\
|
|
"0.681173, 0.687586, 0.705002, 0.752140, 0.943604",\
|
|
"0.838258, 0.844672, 0.862087, 0.909224, 1.100689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.016116, 0.020412, 0.033619, 0.087360, 0.345445",\
|
|
"0.016116, 0.020412, 0.033619, 0.087360, 0.345445",\
|
|
"0.016115, 0.020411, 0.033619, 0.087360, 0.345445",\
|
|
"0.016115, 0.020411, 0.033618, 0.087359, 0.345445",\
|
|
"0.016113, 0.020409, 0.033617, 0.087359, 0.345445");
|
|
}
|
|
|
|
} /* 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.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.479941, 0.488530, 0.514763, 0.609763, 1.068268",\
|
|
"0.479941, 0.488530, 0.514763, 0.609763, 1.068268",\
|
|
"0.479941, 0.488530, 0.514763, 0.609763, 1.068268",\
|
|
"0.479941, 0.488530, 0.514763, 0.609763, 1.068268",\
|
|
"0.459376, 0.467965, 0.494198, 0.589198, 1.047703");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711",\
|
|
"0.019216, 0.027015, 0.056305, 0.191844, 0.864711");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.492552, 0.498964, 0.516376, 0.563512, 0.754976",\
|
|
"0.539232, 0.545644, 0.563056, 0.610192, 0.801656",\
|
|
"0.592959, 0.599371, 0.616783, 0.663919, 0.855383",\
|
|
"0.681041, 0.687453, 0.704865, 0.752001, 0.943465",\
|
|
"0.838127, 0.844538, 0.861950, 0.909086, 1.100549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.016105, 0.020401, 0.033610, 0.087355, 0.343844",\
|
|
"0.016105, 0.020401, 0.033610, 0.087355, 0.343844",\
|
|
"0.016105, 0.020400, 0.033610, 0.087355, 0.343844",\
|
|
"0.016104, 0.020400, 0.033609, 0.087355, 0.343844",\
|
|
"0.016103, 0.020398, 0.033608, 0.087354, 0.343844");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "1.874798, 1.881210, 1.898622, 1.945758, 2.137222",\
|
|
"1.874798, 1.881210, 1.898622, 1.945758, 2.137222",\
|
|
"1.874798, 1.881210, 1.898622, 1.945758, 2.137222",\
|
|
"1.874798, 1.881210, 1.898622, 1.945758, 2.137222",\
|
|
"1.874798, 1.881210, 1.898622, 1.945758, 2.137222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.016105, 0.020401, 0.033610, 0.087355, 0.345443",\
|
|
"0.016105, 0.020401, 0.033610, 0.087355, 0.345443",\
|
|
"0.016105, 0.020401, 0.033610, 0.087355, 0.345443",\
|
|
"0.016105, 0.020401, 0.033610, 0.087355, 0.345443",\
|
|
"0.016105, 0.020401, 0.033610, 0.087355, 0.345443");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104",\
|
|
"1.838780, 1.847368, 1.873599, 1.968599, 2.427104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712",\
|
|
"0.019208, 0.027008, 0.056301, 0.191843, 0.864712");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "1.874666, 1.881076, 1.898485, 1.945619, 2.137082",\
|
|
"1.874666, 1.881076, 1.898485, 1.945619, 2.137082",\
|
|
"1.874666, 1.881076, 1.898485, 1.945619, 2.137082",\
|
|
"1.874666, 1.881076, 1.898485, 1.945619, 2.137082",\
|
|
"1.874666, 1.881076, 1.898485, 1.945619, 2.137082");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002782, 0.013055, 0.052282, 0.212282, 1.000000");
|
|
values ( "0.016094, 0.020390, 0.033601, 0.087351, 0.343842",\
|
|
"0.016094, 0.020390, 0.033601, 0.087351, 0.343842",\
|
|
"0.016094, 0.020390, 0.033601, 0.087351, 0.343842",\
|
|
"0.016094, 0.020390, 0.033601, 0.087351, 0.343842",\
|
|
"0.016094, 0.020390, 0.033601, 0.087351, 0.343842");
|
|
}
|
|
|
|
} /* 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.002445 ;
|
|
|
|
/* 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.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.459612, 0.468269, 0.494604, 0.589637, 1.048076",\
|
|
"0.494547, 0.503204, 0.529539, 0.624572, 1.083011",\
|
|
"0.522112, 0.530769, 0.557104, 0.652137, 1.110576",\
|
|
"0.546444, 0.555101, 0.581436, 0.676469, 1.134908",\
|
|
"0.547221, 0.555878, 0.582213, 0.677246, 1.135686");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020113, 0.027807, 0.056767, 0.192010, 0.864653");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.564166, 0.570755, 0.588587, 0.635947, 0.827462",\
|
|
"0.614771, 0.621359, 0.639192, 0.686552, 0.878067",\
|
|
"0.676028, 0.682617, 0.700449, 0.747809, 0.939324",\
|
|
"0.775690, 0.782279, 0.800112, 0.847472, 1.038988",\
|
|
"0.939097, 0.945686, 0.963519, 1.010880, 1.202396");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.017477, 0.021797, 0.034753, 0.087949, 0.345729",\
|
|
"0.017477, 0.021797, 0.034753, 0.087949, 0.345729",\
|
|
"0.017478, 0.021798, 0.034753, 0.087949, 0.345729",\
|
|
"0.017479, 0.021799, 0.034754, 0.087949, 0.345729",\
|
|
"0.017481, 0.021801, 0.034756, 0.087950, 0.345730");
|
|
}
|
|
|
|
} /* 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.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.458627, 0.467224, 0.493491, 0.588505, 1.046926",\
|
|
"0.493562, 0.502159, 0.528426, 0.623440, 1.081861",\
|
|
"0.521127, 0.529725, 0.555992, 0.651006, 1.109427",\
|
|
"0.545461, 0.554058, 0.580326, 0.675340, 1.133761",\
|
|
"0.546238, 0.554835, 0.581103, 0.676117, 1.134538");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.019662, 0.027415, 0.056574, 0.191994, 0.864689",\
|
|
"0.019662, 0.027415, 0.056574, 0.191994, 0.864689",\
|
|
"0.019662, 0.027415, 0.056574, 0.191994, 0.864689",\
|
|
"0.019663, 0.027416, 0.056574, 0.191994, 0.864688",\
|
|
"0.019664, 0.027417, 0.056575, 0.191994, 0.864688");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.554902, 0.561370, 0.578948, 0.626181, 0.817640",\
|
|
"0.605506, 0.611974, 0.629552, 0.676785, 0.868244",\
|
|
"0.666752, 0.673220, 0.690798, 0.738030, 0.929490",\
|
|
"0.766384, 0.772851, 0.790429, 0.837661, 1.029120",\
|
|
"0.929755, 0.936223, 0.953800, 1.001032, 1.192492");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.016738, 0.021035, 0.034131, 0.087643, 0.343970",\
|
|
"0.016738, 0.021035, 0.034131, 0.087643, 0.343970",\
|
|
"0.016738, 0.021035, 0.034130, 0.087643, 0.343970",\
|
|
"0.016736, 0.021033, 0.034129, 0.087642, 0.343970",\
|
|
"0.016735, 0.021032, 0.034128, 0.087642, 0.343970");
|
|
}
|
|
|
|
} /* 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.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.594104, 0.600693, 0.618525, 0.665885, 0.857401",\
|
|
"0.629039, 0.635628, 0.653460, 0.700820, 0.892335",\
|
|
"0.656341, 0.662930, 0.680762, 0.728122, 0.919638",\
|
|
"0.679954, 0.686543, 0.704376, 0.751736, 0.942256",\
|
|
"0.679954, 0.686543, 0.704376, 0.751736, 0.942256");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.017477, 0.021797, 0.034753, 0.087949, 0.345729",\
|
|
"0.017477, 0.021797, 0.034753, 0.087949, 0.345729",\
|
|
"0.017478, 0.021798, 0.034753, 0.087949, 0.345729",\
|
|
"0.017479, 0.021799, 0.034754, 0.087949, 0.345729",\
|
|
"0.017481, 0.021801, 0.034756, 0.087950, 0.345730");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.502993, 0.511650, 0.537985, 0.633018, 1.091457",\
|
|
"0.553597, 0.562254, 0.588590, 0.683622, 1.142062",\
|
|
"0.615066, 0.623723, 0.650059, 0.745091, 1.203531",\
|
|
"0.715307, 0.723964, 0.750299, 0.845332, 1.303771",\
|
|
"0.879754, 0.888411, 0.914747, 1.009780, 1.468219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020111, 0.027805, 0.056767, 0.192010, 0.864653",\
|
|
"0.020113, 0.027807, 0.056767, 0.192010, 0.864653");
|
|
}
|
|
|
|
} /* 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.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.584840, 0.591308, 0.608886, 0.656119, 0.847578",\
|
|
"0.619775, 0.626243, 0.643821, 0.691054, 0.882513",\
|
|
"0.647065, 0.653533, 0.671111, 0.718344, 0.909803",\
|
|
"0.669616, 0.676084, 0.693661, 0.740893, 0.932352",\
|
|
"0.669616, 0.676084, 0.693661, 0.740893, 0.932352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.016738, 0.021035, 0.034131, 0.087643, 0.343970",\
|
|
"0.016738, 0.021035, 0.034131, 0.087643, 0.343970",\
|
|
"0.016738, 0.021035, 0.034130, 0.087643, 0.343970",\
|
|
"0.016736, 0.021033, 0.034129, 0.087642, 0.343970",\
|
|
"0.016735, 0.021032, 0.034128, 0.087642, 0.343970");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.502008, 0.510605, 0.536872, 0.631886, 1.090307",\
|
|
"0.552612, 0.561210, 0.587477, 0.682491, 1.140912",\
|
|
"0.614082, 0.622679, 0.648946, 0.743960, 1.202381",\
|
|
"0.714323, 0.722921, 0.749188, 0.844202, 1.302623",\
|
|
"0.878771, 0.887369, 0.913636, 1.008650, 1.467071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.019662, 0.027415, 0.056574, 0.191994, 0.864689",\
|
|
"0.019662, 0.027415, 0.056574, 0.191994, 0.864689",\
|
|
"0.019662, 0.027415, 0.056574, 0.191994, 0.864689",\
|
|
"0.019663, 0.027416, 0.056574, 0.191994, 0.864688",\
|
|
"0.019664, 0.027417, 0.056575, 0.191994, 0.864688");
|
|
}
|
|
|
|
} /* 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.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.506696, 0.515355, 0.541693, 0.636726, 1.061025",\
|
|
"0.506696, 0.515355, 0.541693, 0.636726, 1.061025",\
|
|
"0.506696, 0.515355, 0.541693, 0.636726, 1.061025",\
|
|
"0.500845, 0.509504, 0.535842, 0.630875, 1.061025",\
|
|
"0.453148, 0.461807, 0.488145, 0.583179, 1.041619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.020128, 0.027820, 0.056774, 0.192010, 0.864651",\
|
|
"0.020128, 0.027820, 0.056774, 0.192010, 0.864651",\
|
|
"0.020128, 0.027820, 0.056774, 0.192010, 0.864651",\
|
|
"0.020128, 0.027820, 0.056774, 0.192010, 0.864651",\
|
|
"0.020129, 0.027821, 0.056774, 0.192011, 0.864651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.530161, 0.536764, 0.554624, 0.601998, 0.793520",\
|
|
"0.576829, 0.583431, 0.601291, 0.648665, 0.840187",\
|
|
"0.630398, 0.637000, 0.654861, 0.702235, 0.893756",\
|
|
"0.717846, 0.724448, 0.742308, 0.789682, 0.981204",\
|
|
"0.872675, 0.879277, 0.897138, 0.944511, 1.136033");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.017560, 0.021882, 0.034822, 0.087983, 0.345747",\
|
|
"0.017560, 0.021882, 0.034822, 0.087983, 0.345747",\
|
|
"0.017559, 0.021882, 0.034822, 0.087983, 0.345747",\
|
|
"0.017559, 0.021882, 0.034822, 0.087983, 0.345747",\
|
|
"0.017559, 0.021881, 0.034822, 0.087982, 0.345747");
|
|
}
|
|
|
|
} /* 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.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.471582, 0.480182, 0.506452, 0.601467, 1.059889",\
|
|
"0.471582, 0.480182, 0.506452, 0.601467, 1.059889",\
|
|
"0.471582, 0.480182, 0.506452, 0.601467, 1.059889",\
|
|
"0.471582, 0.480182, 0.506452, 0.601467, 1.059889",\
|
|
"0.452175, 0.460776, 0.487046, 0.582061, 1.040483");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.019683, 0.027433, 0.056583, 0.191995, 0.864687",\
|
|
"0.019683, 0.027433, 0.056583, 0.191995, 0.864687",\
|
|
"0.019683, 0.027433, 0.056583, 0.191995, 0.864687",\
|
|
"0.019683, 0.027434, 0.056583, 0.191995, 0.864687",\
|
|
"0.019684, 0.027435, 0.056584, 0.191995, 0.864687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.521354, 0.527841, 0.545460, 0.592713, 0.784181",\
|
|
"0.568021, 0.574508, 0.592127, 0.639380, 0.830849",\
|
|
"0.621590, 0.628078, 0.645696, 0.692950, 0.884418",\
|
|
"0.709038, 0.715525, 0.733144, 0.780397, 0.971865",\
|
|
"0.863866, 0.870353, 0.887972, 0.935225, 1.126693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.016857, 0.021157, 0.034230, 0.087692, 0.343996",\
|
|
"0.016857, 0.021157, 0.034230, 0.087692, 0.343996",\
|
|
"0.016857, 0.021157, 0.034230, 0.087692, 0.343996",\
|
|
"0.016856, 0.021157, 0.034230, 0.087692, 0.343996",\
|
|
"0.016856, 0.021156, 0.034230, 0.087692, 0.343996");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.941883, 1.950535, 1.976864, 2.071895, 2.530333",\
|
|
"1.941883, 1.950535, 1.976864, 2.071895, 2.530333",\
|
|
"1.941883, 1.950535, 1.976864, 2.071895, 2.530333",\
|
|
"1.941883, 1.950535, 1.976864, 2.071895, 2.530333",\
|
|
"1.941883, 1.950535, 1.976864, 2.071895, 2.530333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.020070, 0.027770, 0.056749, 0.192008, 0.864656",\
|
|
"0.020070, 0.027770, 0.056749, 0.192008, 0.864656",\
|
|
"0.020070, 0.027770, 0.056749, 0.192008, 0.864656",\
|
|
"0.020070, 0.027770, 0.056749, 0.192008, 0.864656",\
|
|
"0.020070, 0.027770, 0.056749, 0.192008, 0.864656");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.984802, 1.991410, 2.009282, 2.056663, 2.248187",\
|
|
"1.984802, 1.991410, 2.009282, 2.056663, 2.248187",\
|
|
"1.984802, 1.991410, 2.009282, 2.056663, 2.248187",\
|
|
"1.984802, 1.991410, 2.009282, 2.056663, 2.248187",\
|
|
"1.984802, 1.991410, 2.009282, 2.056663, 2.248187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.017594, 0.021918, 0.034851, 0.087997, 0.345755",\
|
|
"0.017594, 0.021918, 0.034851, 0.087997, 0.345755",\
|
|
"0.017594, 0.021918, 0.034851, 0.087997, 0.345755",\
|
|
"0.017594, 0.021918, 0.034851, 0.087997, 0.345755",\
|
|
"0.017594, 0.021918, 0.034851, 0.087997, 0.345755");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.940897, 1.949488, 1.975749, 2.070761, 2.529181",\
|
|
"1.940897, 1.949488, 1.975749, 2.070761, 2.529181",\
|
|
"1.940897, 1.949488, 1.975749, 2.070761, 2.529181",\
|
|
"1.940897, 1.949488, 1.975749, 2.070761, 2.529181",\
|
|
"1.940897, 1.949488, 1.975749, 2.070761, 2.529181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.019619, 0.027378, 0.056556, 0.191992, 0.864692",\
|
|
"0.019619, 0.027378, 0.056556, 0.191992, 0.864692",\
|
|
"0.019619, 0.027378, 0.056556, 0.191992, 0.864692",\
|
|
"0.019619, 0.027378, 0.056556, 0.191992, 0.864692",\
|
|
"0.019619, 0.027378, 0.056556, 0.191992, 0.864692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "1.976077, 1.982571, 2.000204, 2.047465, 2.238936",\
|
|
"1.976077, 1.982571, 2.000204, 2.047465, 2.238936",\
|
|
"1.976077, 1.982571, 2.000204, 2.047465, 2.238936",\
|
|
"1.976077, 1.982571, 2.000204, 2.047465, 2.238936",\
|
|
"1.976077, 1.982571, 2.000204, 2.047465, 2.238936");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002945, 0.013218, 0.052445, 0.212445, 1.000000");
|
|
values ( "0.016898, 0.021200, 0.034265, 0.087709, 0.344006",\
|
|
"0.016898, 0.021200, 0.034265, 0.087709, 0.344006",\
|
|
"0.016898, 0.021200, 0.034265, 0.087709, 0.344006",\
|
|
"0.016898, 0.021200, 0.034265, 0.087709, 0.344006",\
|
|
"0.016898, 0.021200, 0.034265, 0.087709, 0.344006");
|
|
}
|
|
|
|
} /* 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.007293 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "1.630661, 1.638157, 1.664098, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664098, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664098, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664098, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664098, 1.759507, 2.218630");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "0.020315, 0.028242, 0.062467, 0.201572, 0.890411",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890411",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890411",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890411",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890411");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "1.591215, 1.596602, 1.613283, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613283, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613283, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613283, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613283, 1.660800, 1.859571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "0.017362, 0.021055, 0.037686, 0.092198, 0.369958",\
|
|
"0.017362, 0.021055, 0.037686, 0.092198, 0.369958",\
|
|
"0.017362, 0.021055, 0.037686, 0.092198, 0.369958",\
|
|
"0.017362, 0.021055, 0.037686, 0.092198, 0.369958",\
|
|
"0.017362, 0.021055, 0.037686, 0.092198, 0.369958");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "1.630661, 1.638157, 1.664099, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664099, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664099, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664099, 1.759507, 2.218630",\
|
|
"1.630661, 1.638157, 1.664099, 1.759507, 2.218630");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "0.020315, 0.028242, 0.062467, 0.201572, 0.890410",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890410",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890410",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890410",\
|
|
"0.020315, 0.028242, 0.062467, 0.201572, 0.890410");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "1.591215, 1.596602, 1.613284, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613284, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613284, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613284, 1.660800, 1.859571",\
|
|
"1.591215, 1.596602, 1.613284, 1.660800, 1.859571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007793, 0.018065, 0.057293, 0.217293, 1.000000");
|
|
values ( "0.017362, 0.021055, 0.037686, 0.090203, 0.359236",\
|
|
"0.017362, 0.021055, 0.037686, 0.090203, 0.359236",\
|
|
"0.017362, 0.021055, 0.037686, 0.090203, 0.359236",\
|
|
"0.017362, 0.021055, 0.037686, 0.090203, 0.359236",\
|
|
"0.017362, 0.021055, 0.037686, 0.090203, 0.359236");
|
|
}
|
|
|
|
} /* 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.002078 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "0.015044, 0.019440, 0.032705, 0.086688, 0.344750",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.344750",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.344750",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.344750",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.344750");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945",\
|
|
"1.619833, 1.628048, 1.653920, 1.748699, 2.205945");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355",\
|
|
"0.015929, 0.024138, 0.054790, 0.191046, 0.862355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479",\
|
|
"1.571884, 1.578234, 1.595489, 1.642236, 1.833479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002578, 0.012850, 0.052078, 0.212078, 1.000000");
|
|
values ( "0.015044, 0.019440, 0.032705, 0.086688, 0.342346",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.342346",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.342346",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.342346",\
|
|
"0.015044, 0.019440, 0.032705, 0.086688, 0.342346");
|
|
}
|
|
|
|
} /* 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.002068 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "1.697126, 1.705354, 1.731197, 1.825895, 2.283022",\
|
|
"1.697126, 1.705354, 1.731197, 1.825895, 2.283022",\
|
|
"1.697126, 1.705354, 1.731197, 1.825895, 2.283022",\
|
|
"1.697126, 1.705354, 1.731197, 1.825895, 2.283022",\
|
|
"1.697126, 1.705354, 1.731197, 1.825895, 2.283022");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "0.016063, 0.024260, 0.054867, 0.190939, 0.861901",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861901",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861901",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861901",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "1.697112, 1.705340, 1.731183, 1.825880, 2.283007",\
|
|
"1.697112, 1.705340, 1.731183, 1.825880, 2.283007",\
|
|
"1.697112, 1.705340, 1.731183, 1.825880, 2.283007",\
|
|
"1.697112, 1.705340, 1.731183, 1.825880, 2.283007",\
|
|
"1.697112, 1.705340, 1.731183, 1.825880, 2.283007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "0.016063, 0.024260, 0.054867, 0.190939, 0.861900",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861900",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861900",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861900",\
|
|
"0.016063, 0.024260, 0.054867, 0.190939, 0.861900");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400",\
|
|
"1.664265, 1.670593, 1.687775, 1.734497, 1.925400");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002568, 0.012840, 0.052068, 0.212068, 1.000000");
|
|
values ( "0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877",\
|
|
"0.015078, 0.019431, 0.032767, 0.086488, 0.352877");
|
|
}
|
|
|
|
} /* 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.001970 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "0.015013, 0.019399, 0.032696, 0.086653, 0.344735",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.344735",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.344735",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.344735",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.344735");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884",\
|
|
"1.645444, 1.653691, 1.679559, 1.774343, 2.231884");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774",\
|
|
"0.015963, 0.024161, 0.054761, 0.191038, 0.862774");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025",\
|
|
"1.602356, 1.608720, 1.625965, 1.672743, 1.864025");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002470, 0.012742, 0.051970, 0.211970, 1.000000");
|
|
values ( "0.015013, 0.019399, 0.032696, 0.086653, 0.342330",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.342330",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.342330",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.342330",\
|
|
"0.015013, 0.019399, 0.032696, 0.086653, 0.342330");
|
|
}
|
|
|
|
} /* 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.003052 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "0.015508, 0.019766, 0.033018, 0.087201, 0.345238",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.345238",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.345238",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.345238",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.345238");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179",\
|
|
"1.675220, 1.683282, 1.709084, 1.803962, 2.261179");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561",\
|
|
"0.016807, 0.024979, 0.055612, 0.192112, 0.863561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511",\
|
|
"1.637293, 1.643426, 1.660498, 1.707386, 1.898511");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003552, 0.013824, 0.053052, 0.213052, 1.000000");
|
|
values ( "0.015508, 0.019766, 0.033018, 0.087201, 0.343647",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.343647",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.343647",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.343647",\
|
|
"0.015508, 0.019766, 0.033018, 0.087201, 0.343647");
|
|
}
|
|
|
|
} /* 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.007350 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "0.017429, 0.021200, 0.034183, 0.089547, 0.351132",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.351132",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.351132",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.351132",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.351132");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681",\
|
|
"1.706873, 1.714241, 1.739855, 1.833951, 2.286681");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410",\
|
|
"0.020449, 0.028460, 0.059032, 0.196617, 0.867410");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037",\
|
|
"1.672829, 1.678080, 1.694596, 1.739990, 1.934037");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007850, 0.018122, 0.057350, 0.217350, 1.000000");
|
|
values ( "0.017429, 0.021200, 0.034183, 0.089547, 0.347837",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.347837",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.347837",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.347837",\
|
|
"0.017429, 0.021200, 0.034183, 0.089547, 0.347837");
|
|
}
|
|
|
|
} /* 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.004865 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036",\
|
|
"1.672202, 1.679941, 1.705542, 1.800143, 2.255036");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436",\
|
|
"0.018342, 0.026473, 0.057177, 0.192951, 0.860436");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902",\
|
|
"1.629014, 1.634747, 1.651472, 1.698073, 1.887902");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005365, 0.015637, 0.054865, 0.214865, 1.000000");
|
|
values ( "0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484",\
|
|
"0.016327, 0.020406, 0.033620, 0.087042, 0.351484");
|
|
}
|
|
|
|
} /* 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.002457 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.015277, 0.019551, 0.032887, 0.087072, 0.345345",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.345345",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.345345",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.345345",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.345345");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456",\
|
|
"1.717402, 1.725592, 1.751418, 1.846317, 2.304456");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669",\
|
|
"0.016574, 0.024732, 0.055245, 0.191844, 0.864669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635",\
|
|
"1.699957, 1.706198, 1.723310, 1.770275, 1.961635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002957, 0.013229, 0.052457, 0.212457, 1.000000");
|
|
values ( "0.015277, 0.019551, 0.032887, 0.087072, 0.343726",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.343726",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.343726",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.343726",\
|
|
"0.015277, 0.019551, 0.032887, 0.087072, 0.343726");
|
|
}
|
|
|
|
} /* 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.003467 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.015696, 0.019889, 0.033081, 0.087235, 0.347864",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.347864",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.347864",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.347864",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.347864");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550",\
|
|
"1.645195, 1.653210, 1.679045, 1.774336, 2.226550");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719",\
|
|
"0.017209, 0.025347, 0.055909, 0.193481, 0.862719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327",\
|
|
"1.606100, 1.612161, 1.629232, 1.674442, 1.868327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003967, 0.014239, 0.053467, 0.213467, 1.000000");
|
|
values ( "0.015696, 0.019889, 0.033081, 0.087235, 0.345598",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.345598",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.345598",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.345598",\
|
|
"0.015696, 0.019889, 0.033081, 0.087235, 0.345598");
|
|
}
|
|
|
|
} /* 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.002710 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "0.015344, 0.019623, 0.032806, 0.087379, 0.349119",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.349119",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.349119",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.349119",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.349119");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266",\
|
|
"1.653872, 1.662021, 1.687956, 1.783430, 2.236266");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108",\
|
|
"0.016529, 0.024686, 0.055226, 0.193226, 0.864108");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639",\
|
|
"1.610330, 1.616568, 1.633812, 1.679053, 1.873639");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003210, 0.013482, 0.052710, 0.212710, 1.000000");
|
|
values ( "0.015344, 0.019623, 0.032806, 0.087379, 0.346491",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.346491",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.346491",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.346491",\
|
|
"0.015344, 0.019623, 0.032806, 0.087379, 0.346491");
|
|
}
|
|
|
|
} /* 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.002076 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "0.015110, 0.019426, 0.032800, 0.086584, 0.344023",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.344023",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.344023",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.344023",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.344023");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484",\
|
|
"1.688760, 1.697027, 1.722849, 1.817598, 2.275484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391",\
|
|
"0.016420, 0.024575, 0.055035, 0.191253, 0.863391");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618",\
|
|
"1.661204, 1.667517, 1.684661, 1.731467, 1.922618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002576, 0.012848, 0.052076, 0.212076, 1.000000");
|
|
values ( "0.015110, 0.019426, 0.032800, 0.086584, 0.341737",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.341737",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.341737",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.341737",\
|
|
"0.015110, 0.019426, 0.032800, 0.086584, 0.341737");
|
|
}
|
|
|
|
} /* 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.002985 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.015479, 0.019711, 0.032895, 0.087620, 0.349574",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.349574",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.349574",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.349574",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.349574");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987",\
|
|
"1.682486, 1.690596, 1.716516, 1.812069, 2.264987");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958",\
|
|
"0.016820, 0.024960, 0.055471, 0.193669, 0.864958");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689",\
|
|
"1.644344, 1.650519, 1.667711, 1.712991, 1.907689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003485, 0.013757, 0.052985, 0.212985, 1.000000");
|
|
values ( "0.015479, 0.019711, 0.032895, 0.087620, 0.346803",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.346803",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.346803",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.346803",\
|
|
"0.015479, 0.019711, 0.032895, 0.087620, 0.346803");
|
|
}
|
|
|
|
} /* 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.002019 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "0.015067, 0.019407, 0.032748, 0.086718, 0.344822",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.344822",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.344822",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.344822",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.344822");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857",\
|
|
"1.692104, 1.700357, 1.726212, 1.821020, 2.278857");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417",\
|
|
"0.016132, 0.024313, 0.054861, 0.191211, 0.863417");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492",\
|
|
"1.663799, 1.670137, 1.687329, 1.734176, 1.925492");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002519, 0.012791, 0.052019, 0.212019, 1.000000");
|
|
values ( "0.015067, 0.019407, 0.032748, 0.086718, 0.342373",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.342373",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.342373",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.342373",\
|
|
"0.015067, 0.019407, 0.032748, 0.086718, 0.342373");
|
|
}
|
|
|
|
} /* 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.001692 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699",\
|
|
"1.633800, 1.642092, 1.667933, 1.762417, 2.218699");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402",\
|
|
"0.015694, 0.023920, 0.054570, 0.190098, 0.859402");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723",\
|
|
"1.593999, 1.600418, 1.617645, 1.664126, 1.854723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002192, 0.012464, 0.051692, 0.211692, 1.000000");
|
|
values ( "0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817",\
|
|
"0.014889, 0.019314, 0.032672, 0.085867, 0.350817");
|
|
}
|
|
|
|
} /* 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.001232 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674",\
|
|
"1.695884, 1.704309, 1.730122, 1.824305, 2.279674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453",\
|
|
"0.015408, 0.023662, 0.054300, 0.189091, 0.856453");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714",\
|
|
"1.675879, 1.682414, 1.699627, 1.745832, 1.935714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001732, 0.012004, 0.051232, 0.211232, 1.000000");
|
|
values ( "0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672",\
|
|
"0.014668, 0.019162, 0.032615, 0.085011, 0.347672");
|
|
}
|
|
|
|
} /* 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.000863 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885",\
|
|
"1.683365, 1.692044, 1.717853, 1.810683, 2.263885");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789",\
|
|
"0.016265, 0.024421, 0.054655, 0.184640, 0.848789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268",\
|
|
"1.713140, 1.719931, 1.737429, 1.782702, 1.973268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001363, 0.011636, 0.050864, 0.210863, 1.000000");
|
|
values ( "0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215",\
|
|
"0.015684, 0.020313, 0.033725, 0.081452, 0.341215");
|
|
}
|
|
|
|
} /* 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.001228 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355",\
|
|
"1.690578, 1.698965, 1.724664, 1.817522, 2.270355");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851",\
|
|
"0.015345, 0.023634, 0.054395, 0.184581, 0.848851");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991",\
|
|
"1.664430, 1.670941, 1.688048, 1.733110, 1.923991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001728, 0.012000, 0.051228, 0.211228, 1.000000");
|
|
values ( "0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205",\
|
|
"0.014665, 0.019192, 0.032726, 0.080967, 0.342205");
|
|
}
|
|
|
|
} /* 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.000688 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "1.678105, 1.686654, 1.712369, 1.805152, 2.257901",\
|
|
"1.678105, 1.686654, 1.712369, 1.805152, 2.257901",\
|
|
"1.678105, 1.686654, 1.712369, 1.805152, 2.257901",\
|
|
"1.678105, 1.686654, 1.712369, 1.805152, 2.257901",\
|
|
"1.678105, 1.686654, 1.712369, 1.805152, 2.257901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "0.014952, 0.023270, 0.054005, 0.184269, 0.847903",\
|
|
"0.014952, 0.023270, 0.054005, 0.184269, 0.847903",\
|
|
"0.014952, 0.023270, 0.054005, 0.184269, 0.847903",\
|
|
"0.014952, 0.023270, 0.054005, 0.184269, 0.847903",\
|
|
"0.014952, 0.023270, 0.054005, 0.184269, 0.847903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "1.676501, 1.685049, 1.710765, 1.803547, 2.256270",\
|
|
"1.676501, 1.685049, 1.710765, 1.803547, 2.256270",\
|
|
"1.676501, 1.685049, 1.710765, 1.803547, 2.256270",\
|
|
"1.676501, 1.685049, 1.710765, 1.803547, 2.256270",\
|
|
"1.676501, 1.685049, 1.710765, 1.803547, 2.256270");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "0.014937, 0.023257, 0.053998, 0.184259, 0.847855",\
|
|
"0.014937, 0.023257, 0.053998, 0.184259, 0.847855",\
|
|
"0.014937, 0.023257, 0.053998, 0.184259, 0.847855",\
|
|
"0.014937, 0.023257, 0.053998, 0.184259, 0.847855",\
|
|
"0.014937, 0.023257, 0.053998, 0.184259, 0.847855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928",\
|
|
"1.655596, 1.662262, 1.679417, 1.724421, 1.914928");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001188, 0.011460, 0.050688, 0.210688, 1.000000");
|
|
values ( "0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994",\
|
|
"0.014382, 0.019005, 0.032599, 0.080886, 0.340994");
|
|
}
|
|
|
|
} /* 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.001070 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616",\
|
|
"1.736811, 1.745784, 1.771936, 1.864932, 2.318616");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777",\
|
|
"0.018627, 0.026490, 0.055738, 0.184806, 0.849777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230",\
|
|
"1.664262, 1.670855, 1.688044, 1.733251, 1.924230");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001570, 0.011842, 0.051070, 0.211070, 1.000000");
|
|
values ( "0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249",\
|
|
"0.014972, 0.019518, 0.033065, 0.081085, 0.342249");
|
|
}
|
|
|
|
} /* 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.000789 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593",\
|
|
"1.638238, 1.646736, 1.672462, 1.765237, 2.217593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289",\
|
|
"0.014852, 0.023191, 0.054002, 0.184226, 0.847289");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010",\
|
|
"1.596751, 1.603410, 1.620611, 1.665553, 1.856010");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001289, 0.011562, 0.050789, 0.210789, 1.000000");
|
|
values ( "0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020",\
|
|
"0.014443, 0.019052, 0.032578, 0.080912, 0.341020");
|
|
}
|
|
|
|
} /* 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.000849 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213",\
|
|
"1.630744, 1.639227, 1.664952, 1.757748, 2.210213");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611",\
|
|
"0.014910, 0.023243, 0.054049, 0.184258, 0.847611");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388",\
|
|
"1.587012, 1.593656, 1.610857, 1.655813, 1.846388");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011622, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331",\
|
|
"0.014472, 0.019073, 0.032587, 0.080909, 0.341331");
|
|
}
|
|
|
|
} /* 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.000829 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859",\
|
|
"1.639566, 1.648051, 1.673775, 1.766550, 2.218859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245",\
|
|
"0.014872, 0.023210, 0.054028, 0.184249, 0.847245");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702",\
|
|
"1.598472, 1.605120, 1.622315, 1.667256, 1.857702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001329, 0.011601, 0.050829, 0.210829, 1.000000");
|
|
values ( "0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020",\
|
|
"0.014462, 0.019066, 0.032589, 0.080924, 0.341020");
|
|
}
|
|
|
|
} /* 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.000897 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613",\
|
|
"1.585276, 1.593740, 1.619466, 1.712260, 2.164613");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454",\
|
|
"0.014904, 0.023240, 0.054066, 0.184265, 0.847454");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550",\
|
|
"1.542210, 1.548841, 1.566040, 1.610990, 1.801550");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001397, 0.011669, 0.050897, 0.210897, 1.000000");
|
|
values ( "0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333",\
|
|
"0.014495, 0.019090, 0.032597, 0.080923, 0.341333");
|
|
}
|
|
|
|
} /* 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.000823 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639",\
|
|
"1.687134, 1.695634, 1.721347, 1.814127, 2.266639");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611",\
|
|
"0.014978, 0.023300, 0.054074, 0.184319, 0.847611");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202",\
|
|
"1.652970, 1.659607, 1.676771, 1.721744, 1.912202");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001323, 0.011595, 0.050823, 0.210823, 1.000000");
|
|
values ( "0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007",\
|
|
"0.014456, 0.019058, 0.032614, 0.080924, 0.341007");
|
|
}
|
|
|
|
} /* 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.000848 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285",\
|
|
"1.667711, 1.676201, 1.701921, 1.794718, 2.247285");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795",\
|
|
"0.014965, 0.023290, 0.054074, 0.184295, 0.847795");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433",\
|
|
"1.629057, 1.635691, 1.652867, 1.697849, 1.888433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001348, 0.011620, 0.050848, 0.210848, 1.000000");
|
|
values ( "0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319",\
|
|
"0.014470, 0.019068, 0.032608, 0.080910, 0.341319");
|
|
}
|
|
|
|
} /* 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.000801 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034",\
|
|
"1.571763, 1.580253, 1.605982, 1.698756, 2.151034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159",\
|
|
"0.014823, 0.023166, 0.053994, 0.184209, 0.847159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508",\
|
|
"1.527257, 1.533918, 1.551131, 1.596059, 1.786508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001301, 0.011573, 0.050801, 0.210801, 1.000000");
|
|
values ( "0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026",\
|
|
"0.014450, 0.019059, 0.032571, 0.080914, 0.341026");
|
|
}
|
|
|
|
} /* 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.001034 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520",\
|
|
"1.592864, 1.601298, 1.627016, 1.719853, 2.172520");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293",\
|
|
"0.015094, 0.023408, 0.054202, 0.184384, 0.848293");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247",\
|
|
"1.550688, 1.557272, 1.574443, 1.619449, 1.810247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001534, 0.011807, 0.051034, 0.211034, 1.000000");
|
|
values ( "0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943",\
|
|
"0.014562, 0.019133, 0.032642, 0.080924, 0.341943");
|
|
}
|
|
|
|
} /* 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.000849 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167",\
|
|
"1.613769, 1.622256, 1.647972, 1.740749, 2.193167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465",\
|
|
"0.014956, 0.023283, 0.054075, 0.184311, 0.847465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435",\
|
|
"1.573221, 1.579856, 1.597032, 1.641989, 1.832435");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001349, 0.011621, 0.050849, 0.210849, 1.000000");
|
|
values ( "0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013",\
|
|
"0.014471, 0.019070, 0.032609, 0.080931, 0.341013");
|
|
}
|
|
|
|
} /* 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.000819 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160",\
|
|
"1.579760, 1.588245, 1.613978, 1.706772, 2.159160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437",\
|
|
"0.014832, 0.023174, 0.054001, 0.184199, 0.847437");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187",\
|
|
"1.535789, 1.542444, 1.559656, 1.604606, 1.795187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011592, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333",\
|
|
"0.014458, 0.019064, 0.032574, 0.080899, 0.341333");
|
|
}
|
|
|
|
} /* 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.000838 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606",\
|
|
"1.676328, 1.684903, 1.710612, 1.803415, 2.256606");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840",\
|
|
"0.015588, 0.023828, 0.054355, 0.184595, 0.848840");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875",\
|
|
"1.625655, 1.632281, 1.649429, 1.694416, 1.884875");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001338, 0.011611, 0.050838, 0.210838, 1.000000");
|
|
values ( "0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000",\
|
|
"0.014464, 0.019061, 0.032630, 0.080930, 0.341000");
|
|
}
|
|
|
|
} /* 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.001027 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518",\
|
|
"1.704657, 1.713298, 1.739121, 1.832014, 2.285518");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674",\
|
|
"0.016478, 0.024612, 0.054806, 0.184711, 0.849674");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289",\
|
|
"1.725868, 1.732598, 1.750052, 1.795368, 1.986289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001527, 0.011799, 0.051027, 0.211027, 1.000000");
|
|
values ( "0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121",\
|
|
"0.015686, 0.020271, 0.033682, 0.081400, 0.342121");
|
|
}
|
|
|
|
} /* 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.000787 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "1.754680, 1.763204, 1.788908, 1.881692, 2.334441",\
|
|
"1.754680, 1.763204, 1.788908, 1.881692, 2.334441",\
|
|
"1.754680, 1.763204, 1.788908, 1.881692, 2.334441",\
|
|
"1.754680, 1.763204, 1.788908, 1.881692, 2.334441",\
|
|
"1.754680, 1.763204, 1.788908, 1.881692, 2.334441");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "0.015067, 0.023374, 0.054100, 0.184370, 0.848007",\
|
|
"0.015067, 0.023374, 0.054100, 0.184370, 0.848007",\
|
|
"0.015067, 0.023374, 0.054100, 0.184370, 0.848007",\
|
|
"0.015067, 0.023374, 0.054100, 0.184370, 0.848007",\
|
|
"0.015067, 0.023374, 0.054100, 0.184370, 0.848007");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "1.753281, 1.761803, 1.787509, 1.880292, 2.333018",\
|
|
"1.753281, 1.761803, 1.787509, 1.880292, 2.333018",\
|
|
"1.753281, 1.761803, 1.787509, 1.880292, 2.333018",\
|
|
"1.753281, 1.761803, 1.787509, 1.880292, 2.333018",\
|
|
"1.753281, 1.761803, 1.787509, 1.880292, 2.333018");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "0.015054, 0.023363, 0.054094, 0.184362, 0.847964",\
|
|
"0.015054, 0.023363, 0.054094, 0.184362, 0.847964",\
|
|
"0.015054, 0.023363, 0.054094, 0.184362, 0.847964",\
|
|
"0.015054, 0.023363, 0.054094, 0.184362, 0.847964",\
|
|
"0.015054, 0.023363, 0.054094, 0.184362, 0.847964");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342",\
|
|
"1.743086, 1.749715, 1.766841, 1.811859, 2.002342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001287, 0.011559, 0.050787, 0.210787, 1.000000");
|
|
values ( "0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987",\
|
|
"0.014433, 0.019037, 0.032640, 0.080917, 0.340987");
|
|
}
|
|
|
|
} /* 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.000971 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255",\
|
|
"1.732594, 1.741149, 1.766878, 1.859744, 2.313255");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724",\
|
|
"0.015795, 0.024013, 0.054488, 0.184641, 0.849724");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651",\
|
|
"1.702047, 1.708614, 1.725700, 1.770803, 1.961651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001471, 0.011743, 0.050971, 0.210971, 1.000000");
|
|
values ( "0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902",\
|
|
"0.014534, 0.019093, 0.032701, 0.080912, 0.341902");
|
|
}
|
|
|
|
} /* 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.000702 ;
|
|
|
|
/* 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.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.943485, 0.952486, 0.978550, 1.071443, 1.493625",\
|
|
"0.943485, 0.952486, 0.978550, 1.071443, 1.493625",\
|
|
"0.943485, 0.952486, 0.978550, 1.071443, 1.493625",\
|
|
"0.931576, 0.940577, 0.966641, 1.059534, 1.493625",\
|
|
"0.868933, 0.877934, 0.903998, 0.996891, 1.450249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "1.220858, 1.227600, 1.244918, 1.290091, 1.480660",\
|
|
"1.272352, 1.279094, 1.296412, 1.341585, 1.532154",\
|
|
"1.333198, 1.339940, 1.357258, 1.402431, 1.593000",\
|
|
"1.437698, 1.444441, 1.461759, 1.506932, 1.697501",\
|
|
"1.627373, 1.634115, 1.651433, 1.696606, 1.887175");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097");
|
|
}
|
|
|
|
} /* 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.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.911919, 0.920920, 0.946983, 1.039875, 1.493233",\
|
|
"0.911919, 0.920920, 0.946983, 1.039875, 1.493233",\
|
|
"0.911919, 0.920920, 0.946983, 1.039875, 1.493233",\
|
|
"0.911919, 0.920920, 0.946983, 1.039875, 1.493233",\
|
|
"0.868543, 0.877544, 0.903607, 0.996499, 1.449857");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "1.218375, 1.225107, 1.242404, 1.287566, 1.478131",\
|
|
"1.269869, 1.276601, 1.293898, 1.339060, 1.529624",\
|
|
"1.330801, 1.337533, 1.354829, 1.399992, 1.590556",\
|
|
"1.435479, 1.442211, 1.459508, 1.504670, 1.695235",\
|
|
"1.625221, 1.631953, 1.649250, 1.694412, 1.884977");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084");
|
|
}
|
|
|
|
} /* 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.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.970296, 0.977038, 0.994357, 1.039529, 1.198923",\
|
|
"0.970296, 0.977038, 0.994357, 1.039529, 1.198923",\
|
|
"0.970296, 0.977038, 0.994357, 1.039529, 1.198923",\
|
|
"0.958387, 0.965130, 0.982448, 1.027621, 1.198923",\
|
|
"0.895744, 0.902487, 0.919805, 0.964978, 1.155547");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097",\
|
|
"0.015011, 0.019654, 0.033186, 0.081160, 0.341097");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "1.124401, 1.133402, 1.159466, 1.252359, 1.705717",\
|
|
"1.175895, 1.184896, 1.210960, 1.303853, 1.757211",\
|
|
"1.236741, 1.245742, 1.271806, 1.364699, 1.818057",\
|
|
"1.341242, 1.350243, 1.376307, 1.469200, 1.922558",\
|
|
"1.530916, 1.539917, 1.565981, 1.658874, 2.112232");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668");
|
|
}
|
|
|
|
} /* 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.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.937990, 0.944723, 0.962019, 1.007181, 1.197746",\
|
|
"0.937990, 0.944723, 0.962019, 1.007181, 1.197746",\
|
|
"0.937990, 0.944723, 0.962019, 1.007181, 1.197746",\
|
|
"0.937990, 0.944723, 0.962019, 1.007181, 1.197746",\
|
|
"0.894614, 0.901346, 0.918643, 0.963805, 1.154370");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "1.122668, 1.131668, 1.157731, 1.250624, 1.703982",\
|
|
"1.174161, 1.183162, 1.209225, 1.302118, 1.755476",\
|
|
"1.235093, 1.244094, 1.270157, 1.363049, 1.816407",\
|
|
"1.339772, 1.348772, 1.374835, 1.467728, 1.921086",\
|
|
"1.529513, 1.538514, 1.564577, 1.657470, 2.110828");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668",\
|
|
"0.017675, 0.025648, 0.055182, 0.184568, 0.848668");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "2.659245, 2.668246, 2.694310, 2.787203, 3.240561",\
|
|
"2.659245, 2.668246, 2.694310, 2.787203, 3.240561",\
|
|
"2.659245, 2.668246, 2.694310, 2.787203, 3.240561",\
|
|
"2.659245, 2.668246, 2.694310, 2.787203, 3.240561",\
|
|
"2.659245, 2.668246, 2.694310, 2.787203, 3.240561");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668",\
|
|
"0.017680, 0.025652, 0.055184, 0.184568, 0.848668");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "2.756862, 2.763623, 2.780980, 2.826171, 3.016748",\
|
|
"2.756862, 2.763623, 2.780980, 2.826171, 3.016748",\
|
|
"2.756862, 2.763623, 2.780980, 2.826171, 3.016748",\
|
|
"2.756862, 2.763623, 2.780980, 2.826171, 3.016748",\
|
|
"2.756862, 2.763623, 2.780980, 2.826171, 3.016748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.015119, 0.019766, 0.033277, 0.081205, 0.341118",\
|
|
"0.015119, 0.019766, 0.033277, 0.081205, 0.341118",\
|
|
"0.015119, 0.019766, 0.033277, 0.081205, 0.341118",\
|
|
"0.015119, 0.019766, 0.033277, 0.081205, 0.341118",\
|
|
"0.015119, 0.019766, 0.033277, 0.081205, 0.341118");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "1.815151, 1.824151, 1.850214, 1.943107, 2.396465",\
|
|
"1.815151, 1.824151, 1.850214, 1.943107, 2.396465",\
|
|
"1.815151, 1.824151, 1.850214, 1.943107, 2.396465",\
|
|
"1.815151, 1.824151, 1.850214, 1.943107, 2.396465",\
|
|
"1.815151, 1.824151, 1.850214, 1.943107, 2.396465");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.017674, 0.025647, 0.055182, 0.184568, 0.848668",\
|
|
"0.017674, 0.025647, 0.055182, 0.184568, 0.848668",\
|
|
"0.017674, 0.025647, 0.055182, 0.184568, 0.848668",\
|
|
"0.017674, 0.025647, 0.055182, 0.184568, 0.848668",\
|
|
"0.017674, 0.025647, 0.055182, 0.184568, 0.848668");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "1.855059, 1.861791, 1.879088, 1.924250, 2.114815",\
|
|
"1.855059, 1.861791, 1.879088, 1.924250, 2.114815",\
|
|
"1.855059, 1.861791, 1.879088, 1.924250, 2.114815",\
|
|
"1.855059, 1.861791, 1.879088, 1.924250, 2.114815",\
|
|
"1.855059, 1.861791, 1.879088, 1.924250, 2.114815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001202, 0.011474, 0.050702, 0.210702, 1.000000");
|
|
values ( "0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084",\
|
|
"0.014950, 0.019591, 0.033134, 0.081134, 0.341084");
|
|
}
|
|
|
|
} /* 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.000769 ;
|
|
|
|
/* 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.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.377860, 0.386751, 0.412735, 0.505628, 0.959058",\
|
|
"0.408268, 0.417159, 0.443144, 0.536036, 0.989466",\
|
|
"0.424125, 0.433016, 0.459001, 0.551894, 0.995576",\
|
|
"0.432492, 0.441383, 0.467368, 0.560260, 0.995576",\
|
|
"0.432492, 0.441383, 0.467368, 0.560260, 0.995576");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017234, 0.025263, 0.055020, 0.184582, 0.849004",\
|
|
"0.017234, 0.025263, 0.055020, 0.184582, 0.849004",\
|
|
"0.017234, 0.025264, 0.055020, 0.184582, 0.849004",\
|
|
"0.017234, 0.025264, 0.055020, 0.184582, 0.849004",\
|
|
"0.017235, 0.025265, 0.055021, 0.184582, 0.849004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.473634, 0.480364, 0.497692, 0.542892, 0.733581",\
|
|
"0.522553, 0.529284, 0.546612, 0.591812, 0.782501",\
|
|
"0.571094, 0.577826, 0.595158, 0.640359, 0.831049",\
|
|
"0.648844, 0.655577, 0.672909, 0.718112, 0.908802",\
|
|
"0.783589, 0.790323, 0.807658, 0.852862, 1.043553");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.015093, 0.019722, 0.033238, 0.081177, 0.341413",\
|
|
"0.015093, 0.019722, 0.033238, 0.081177, 0.341413",\
|
|
"0.015103, 0.019732, 0.033246, 0.081182, 0.341415",\
|
|
"0.015107, 0.019736, 0.033250, 0.081183, 0.341416",\
|
|
"0.015114, 0.019744, 0.033256, 0.081186, 0.341418");
|
|
}
|
|
|
|
} /* 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.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.377853, 0.386743, 0.412728, 0.505620, 0.959050",\
|
|
"0.408261, 0.417152, 0.443136, 0.536028, 0.989458",\
|
|
"0.414367, 0.423258, 0.449242, 0.542134, 0.995564",\
|
|
"0.414367, 0.423258, 0.449242, 0.542134, 0.995564",\
|
|
"0.414367, 0.423258, 0.449242, 0.542134, 0.995564");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.472411, 0.479124, 0.496417, 0.541600, 0.732281",\
|
|
"0.521330, 0.528044, 0.545336, 0.590519, 0.781201",\
|
|
"0.569726, 0.576439, 0.593731, 0.638914, 0.829596",\
|
|
"0.647411, 0.654125, 0.671416, 0.716599, 0.907280",\
|
|
"0.782033, 0.788746, 0.806036, 0.851218, 1.041900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.014993, 0.019618, 0.033153, 0.081136, 0.341393",\
|
|
"0.014993, 0.019618, 0.033153, 0.081136, 0.341393",\
|
|
"0.014992, 0.019617, 0.033153, 0.081135, 0.341393",\
|
|
"0.014991, 0.019616, 0.033152, 0.081135, 0.341393",\
|
|
"0.014988, 0.019613, 0.033149, 0.081134, 0.341392");
|
|
}
|
|
|
|
} /* 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.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.477501, 0.484231, 0.501559, 0.546759, 0.737448",\
|
|
"0.507909, 0.514639, 0.531967, 0.577167, 0.767856",\
|
|
"0.523599, 0.530332, 0.547663, 0.592865, 0.771648",\
|
|
"0.531348, 0.538081, 0.555414, 0.600616, 0.771648",\
|
|
"0.531348, 0.538081, 0.555414, 0.600616, 0.771648");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.015093, 0.019722, 0.033238, 0.081177, 0.341413",\
|
|
"0.015093, 0.019722, 0.033238, 0.081177, 0.341413",\
|
|
"0.015103, 0.019732, 0.033246, 0.081182, 0.341415",\
|
|
"0.015107, 0.019736, 0.033250, 0.081183, 0.341416",\
|
|
"0.015114, 0.019744, 0.033256, 0.081186, 0.341418");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.394133, 0.403024, 0.429009, 0.521901, 0.975331",\
|
|
"0.443052, 0.451943, 0.477928, 0.570820, 1.024251",\
|
|
"0.491575, 0.500466, 0.526451, 0.619343, 1.072773",\
|
|
"0.569568, 0.578460, 0.604444, 0.697337, 1.150767",\
|
|
"0.704779, 0.713670, 0.739655, 0.832548, 1.285978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017234, 0.025263, 0.055020, 0.184582, 0.849004",\
|
|
"0.017234, 0.025263, 0.055020, 0.184582, 0.849004",\
|
|
"0.017234, 0.025264, 0.055020, 0.184582, 0.849004",\
|
|
"0.017234, 0.025264, 0.055020, 0.184582, 0.849004",\
|
|
"0.017235, 0.025265, 0.055021, 0.184582, 0.849004");
|
|
}
|
|
|
|
} /* 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.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.476277, 0.482991, 0.500283, 0.545466, 0.736148",\
|
|
"0.506686, 0.513399, 0.530692, 0.575875, 0.766556",\
|
|
"0.510128, 0.516841, 0.534132, 0.579314, 0.769995",\
|
|
"0.510128, 0.516841, 0.534132, 0.579314, 0.769995",\
|
|
"0.510128, 0.516841, 0.534132, 0.579314, 0.769995");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.014993, 0.019618, 0.033153, 0.081136, 0.341393",\
|
|
"0.014993, 0.019618, 0.033153, 0.081136, 0.341393",\
|
|
"0.014992, 0.019617, 0.033153, 0.081135, 0.341393",\
|
|
"0.014991, 0.019616, 0.033152, 0.081135, 0.341393",\
|
|
"0.014988, 0.019613, 0.033149, 0.081134, 0.341392");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.394126, 0.403017, 0.429001, 0.521893, 0.975323",\
|
|
"0.443045, 0.451936, 0.477920, 0.570812, 1.024243",\
|
|
"0.491568, 0.500459, 0.526443, 0.619335, 1.072765",\
|
|
"0.569561, 0.578451, 0.604436, 0.697328, 1.150758",\
|
|
"0.704769, 0.713660, 0.739644, 0.832536, 1.285967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004",\
|
|
"0.017231, 0.025261, 0.055019, 0.184582, 0.849004");
|
|
}
|
|
|
|
} /* 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.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.378189, 0.387081, 0.413067, 0.505960, 0.941815",\
|
|
"0.378189, 0.387081, 0.413067, 0.505960, 0.941815",\
|
|
"0.376599, 0.385491, 0.411477, 0.504370, 0.941815",\
|
|
"0.357291, 0.366184, 0.392170, 0.485063, 0.938493",\
|
|
"0.291248, 0.300140, 0.326126, 0.419019, 0.872450");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017242, 0.025271, 0.055023, 0.184582, 0.849003",\
|
|
"0.017242, 0.025271, 0.055023, 0.184582, 0.849003",\
|
|
"0.017242, 0.025271, 0.055023, 0.184582, 0.849003",\
|
|
"0.017242, 0.025271, 0.055024, 0.184582, 0.849003",\
|
|
"0.017243, 0.025271, 0.055024, 0.184582, 0.849003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.404670, 0.411405, 0.428741, 0.473946, 0.664636",\
|
|
"0.450170, 0.456905, 0.474242, 0.519446, 0.710137",\
|
|
"0.492297, 0.499032, 0.516369, 0.561574, 0.752265",\
|
|
"0.566386, 0.573121, 0.590457, 0.635662, 0.826353",\
|
|
"0.710366, 0.717101, 0.734438, 0.779642, 0.970333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.015118, 0.019747, 0.033259, 0.081188, 0.341418",\
|
|
"0.015118, 0.019747, 0.033259, 0.081188, 0.341418",\
|
|
"0.015118, 0.019748, 0.033259, 0.081188, 0.341419",\
|
|
"0.015118, 0.019748, 0.033259, 0.081188, 0.341419",\
|
|
"0.015118, 0.019748, 0.033259, 0.081188, 0.341419");
|
|
}
|
|
|
|
} /* 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.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.360613, 0.369505, 0.395492, 0.488384, 0.941815",\
|
|
"0.360613, 0.369505, 0.395492, 0.488384, 0.941815",\
|
|
"0.360613, 0.369505, 0.395492, 0.488384, 0.941815",\
|
|
"0.357291, 0.366184, 0.392170, 0.485063, 0.938493",\
|
|
"0.291248, 0.300140, 0.326126, 0.419019, 0.872450");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017242, 0.025271, 0.055023, 0.184582, 0.849003",\
|
|
"0.017242, 0.025271, 0.055023, 0.184582, 0.849003",\
|
|
"0.017242, 0.025271, 0.055023, 0.184582, 0.849003",\
|
|
"0.017242, 0.025271, 0.055024, 0.184582, 0.849003",\
|
|
"0.017243, 0.025271, 0.055024, 0.184582, 0.849003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.404376, 0.411106, 0.428435, 0.473635, 0.664324",\
|
|
"0.449876, 0.456607, 0.473935, 0.519135, 0.709825",\
|
|
"0.492003, 0.498734, 0.516063, 0.561263, 0.751952",\
|
|
"0.566092, 0.572822, 0.590151, 0.635351, 0.826040",\
|
|
"0.710072, 0.716803, 0.734131, 0.779331, 0.970020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.015094, 0.019723, 0.033239, 0.081178, 0.341414",\
|
|
"0.015094, 0.019723, 0.033239, 0.081178, 0.341414",\
|
|
"0.015094, 0.019723, 0.033239, 0.081178, 0.341414",\
|
|
"0.015094, 0.019723, 0.033239, 0.081178, 0.341414",\
|
|
"0.015094, 0.019723, 0.033239, 0.081178, 0.341414");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812",\
|
|
"1.775612, 1.784504, 1.810490, 1.903382, 2.356812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004",\
|
|
"0.017238, 0.025267, 0.055022, 0.184582, 0.849004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215",\
|
|
"1.802121, 1.808883, 1.826280, 1.871512, 2.062215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001269, 0.011541, 0.050769, 0.210769, 1.000000");
|
|
values ( "0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453",\
|
|
"0.015284, 0.019920, 0.033400, 0.081258, 0.341453");
|
|
}
|
|
|
|
} /* 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.002857 ;
|
|
|
|
/* 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.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.449464, 0.457777, 0.483844, 0.579351, 1.032771",\
|
|
"0.483172, 0.491484, 0.517551, 0.613059, 1.066478",\
|
|
"0.507147, 0.515460, 0.541527, 0.637034, 1.090454",\
|
|
"0.525315, 0.533628, 0.559695, 0.655202, 1.099827",\
|
|
"0.525315, 0.533628, 0.559695, 0.655202, 1.099827");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018235, 0.026188, 0.056057, 0.193552, 0.864930",\
|
|
"0.018238, 0.026190, 0.056058, 0.193552, 0.864930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.502548, 0.508728, 0.525863, 0.571209, 0.765695",\
|
|
"0.554249, 0.560429, 0.577564, 0.622910, 0.817396",\
|
|
"0.617319, 0.623498, 0.640634, 0.685979, 0.880466",\
|
|
"0.724027, 0.730207, 0.747343, 0.792688, 0.987175",\
|
|
"0.904167, 0.910347, 0.927483, 0.972828, 1.167315");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087382, 0.348829");
|
|
}
|
|
|
|
} /* 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.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.448621, 0.456933, 0.482998, 0.578505, 1.031925",\
|
|
"0.482328, 0.490640, 0.516705, 0.612212, 1.065632",\
|
|
"0.506310, 0.514622, 0.540687, 0.636194, 1.089614",\
|
|
"0.515749, 0.524061, 0.550126, 0.645633, 1.099053",\
|
|
"0.515749, 0.524061, 0.550126, 0.645633, 1.099053");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056053, 0.193552, 0.864931",\
|
|
"0.018225, 0.026179, 0.056053, 0.193552, 0.864931",\
|
|
"0.018225, 0.026179, 0.056053, 0.193552, 0.864931");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.498718, 0.504891, 0.522010, 0.567348, 0.761830",\
|
|
"0.550419, 0.556592, 0.573711, 0.619049, 0.813531",\
|
|
"0.613592, 0.619765, 0.636884, 0.682222, 0.876705",\
|
|
"0.720643, 0.726816, 0.743935, 0.789273, 0.983756",\
|
|
"0.901357, 0.907530, 0.924650, 0.969988, 1.164471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015481, 0.019674, 0.032953, 0.087363, 0.346259",\
|
|
"0.015481, 0.019674, 0.032953, 0.087363, 0.346259",\
|
|
"0.015481, 0.019674, 0.032953, 0.087363, 0.346259",\
|
|
"0.015482, 0.019675, 0.032954, 0.087363, 0.346259",\
|
|
"0.015483, 0.019676, 0.032955, 0.087364, 0.346260");
|
|
}
|
|
|
|
} /* 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.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.549418, 0.555598, 0.572733, 0.618078, 0.812565",\
|
|
"0.583125, 0.589305, 0.606440, 0.651785, 0.846272",\
|
|
"0.606949, 0.613129, 0.630264, 0.675609, 0.870096",\
|
|
"0.624627, 0.630807, 0.647942, 0.693288, 0.877513",\
|
|
"0.624627, 0.630807, 0.647942, 0.693288, 0.877513");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087383, 0.348829",\
|
|
"0.015528, 0.019722, 0.032993, 0.087382, 0.348829");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.472787, 0.481100, 0.507167, 0.602674, 1.056094",\
|
|
"0.524488, 0.532801, 0.558868, 0.654375, 1.107795",\
|
|
"0.587671, 0.595983, 0.622050, 0.717557, 1.170977",\
|
|
"0.694256, 0.702569, 0.728636, 0.824143, 1.277563",\
|
|
"0.873126, 0.881440, 0.907507, 1.003014, 1.456434");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018235, 0.026188, 0.056057, 0.193552, 0.864930",\
|
|
"0.018238, 0.026190, 0.056058, 0.193552, 0.864930");
|
|
}
|
|
|
|
} /* 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.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.548673, 0.554846, 0.571965, 0.617303, 0.811785",\
|
|
"0.582380, 0.588553, 0.605672, 0.651010, 0.845492",\
|
|
"0.606208, 0.612380, 0.629500, 0.674838, 0.869320",\
|
|
"0.613665, 0.619838, 0.636958, 0.682296, 0.876778",\
|
|
"0.613665, 0.619838, 0.636958, 0.682296, 0.876778");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015481, 0.019674, 0.032953, 0.087363, 0.346259",\
|
|
"0.015481, 0.019674, 0.032953, 0.087363, 0.346259",\
|
|
"0.015481, 0.019674, 0.032953, 0.087363, 0.346259",\
|
|
"0.015482, 0.019675, 0.032954, 0.087363, 0.346259",\
|
|
"0.015483, 0.019676, 0.032955, 0.087364, 0.346260");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.469161, 0.477473, 0.503538, 0.599045, 1.052464",\
|
|
"0.520862, 0.529174, 0.555239, 0.650746, 1.104166",\
|
|
"0.584157, 0.592469, 0.618534, 0.714041, 1.167460",\
|
|
"0.691645, 0.699957, 0.726022, 0.821529, 1.274949",\
|
|
"0.871242, 0.879554, 0.905619, 1.001126, 1.454546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056053, 0.193552, 0.864931",\
|
|
"0.018225, 0.026179, 0.056053, 0.193552, 0.864931",\
|
|
"0.018225, 0.026179, 0.056053, 0.193552, 0.864931");
|
|
}
|
|
|
|
} /* 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.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.406642, 0.414955, 0.441022, 0.536529, 0.989949",\
|
|
"0.437311, 0.445624, 0.471691, 0.567198, 1.020618",\
|
|
"0.452831, 0.461144, 0.487211, 0.582718, 1.025710",\
|
|
"0.460355, 0.468668, 0.494734, 0.590242, 1.025710",\
|
|
"0.460355, 0.468668, 0.494734, 0.590242, 1.025710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018233, 0.026186, 0.056056, 0.193552, 0.864931",\
|
|
"0.018233, 0.026186, 0.056056, 0.193552, 0.864931",\
|
|
"0.018233, 0.026186, 0.056056, 0.193552, 0.864931",\
|
|
"0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018235, 0.026188, 0.056057, 0.193552, 0.864931");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.445319, 0.451517, 0.468691, 0.514054, 0.708551",\
|
|
"0.494319, 0.500517, 0.517691, 0.563054, 0.757552",\
|
|
"0.542890, 0.549088, 0.566262, 0.611625, 0.806122",\
|
|
"0.621559, 0.627757, 0.644930, 0.690293, 0.884791",\
|
|
"0.759749, 0.765947, 0.783120, 0.828483, 1.022980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015642, 0.019839, 0.033088, 0.087430, 0.348854",\
|
|
"0.015642, 0.019839, 0.033088, 0.087430, 0.348854",\
|
|
"0.015642, 0.019839, 0.033088, 0.087430, 0.348854",\
|
|
"0.015641, 0.019838, 0.033088, 0.087430, 0.348854",\
|
|
"0.015640, 0.019837, 0.033086, 0.087429, 0.348853");
|
|
}
|
|
|
|
} /* 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.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.406642, 0.414955, 0.441022, 0.536529, 0.989949",\
|
|
"0.437311, 0.445624, 0.471691, 0.567198, 1.020618",\
|
|
"0.442403, 0.450716, 0.476783, 0.572291, 1.025710",\
|
|
"0.442403, 0.450716, 0.476783, 0.572291, 1.025710",\
|
|
"0.442403, 0.450716, 0.476783, 0.572291, 1.025710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018233, 0.026186, 0.056056, 0.193552, 0.864931",\
|
|
"0.018233, 0.026186, 0.056056, 0.193552, 0.864931",\
|
|
"0.018233, 0.026186, 0.056056, 0.193552, 0.864931",\
|
|
"0.018234, 0.026187, 0.056057, 0.193552, 0.864931",\
|
|
"0.018235, 0.026188, 0.056057, 0.193552, 0.864931");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.445319, 0.451517, 0.468691, 0.514054, 0.708551",\
|
|
"0.494319, 0.500517, 0.517691, 0.563054, 0.757552",\
|
|
"0.542890, 0.549088, 0.566262, 0.611625, 0.806122",\
|
|
"0.621559, 0.627757, 0.644930, 0.690293, 0.884791",\
|
|
"0.759749, 0.765947, 0.783120, 0.828483, 1.022980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015642, 0.019839, 0.033088, 0.087430, 0.346295",\
|
|
"0.015642, 0.019839, 0.033088, 0.087430, 0.346295",\
|
|
"0.015642, 0.019839, 0.033088, 0.087430, 0.346295",\
|
|
"0.015641, 0.019838, 0.033088, 0.087430, 0.346295",\
|
|
"0.015640, 0.019837, 0.033086, 0.087429, 0.346295");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015620, 0.019817, 0.033070, 0.087421, 0.348849",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.348849",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.348849",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.348849",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.348849");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942",\
|
|
"1.625639, 1.633950, 1.660016, 1.755522, 2.208942");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931",\
|
|
"0.018224, 0.026178, 0.056052, 0.193552, 0.864931");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453",\
|
|
"1.706236, 1.712431, 1.729598, 1.774957, 1.969453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003357, 0.013629, 0.052857, 0.212857, 1.000000");
|
|
values ( "0.015620, 0.019817, 0.033070, 0.087421, 0.346290",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.346290",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.346290",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.346290",\
|
|
"0.015620, 0.019817, 0.033070, 0.087421, 0.346290");
|
|
}
|
|
|
|
} /* 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.001873 ;
|
|
|
|
/* 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.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.462654, 0.471188, 0.497269, 0.591989, 1.049617",\
|
|
"0.496362, 0.504895, 0.530976, 0.625696, 1.083324",\
|
|
"0.520337, 0.528871, 0.554952, 0.649672, 1.107300",\
|
|
"0.538504, 0.547038, 0.573119, 0.667839, 1.116670",\
|
|
"0.538504, 0.547038, 0.573119, 0.667839, 1.116670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017960, 0.025900, 0.055615, 0.190918, 0.862184",\
|
|
"0.017960, 0.025900, 0.055615, 0.190918, 0.862184",\
|
|
"0.017960, 0.025901, 0.055616, 0.190918, 0.862184",\
|
|
"0.017961, 0.025901, 0.055616, 0.190918, 0.862184",\
|
|
"0.017964, 0.025904, 0.055617, 0.190918, 0.862184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.513571, 0.519963, 0.537195, 0.583983, 0.774867",\
|
|
"0.565272, 0.571664, 0.588896, 0.635684, 0.826568",\
|
|
"0.628342, 0.634734, 0.651967, 0.698754, 0.889639",\
|
|
"0.735055, 0.741447, 0.758679, 0.805467, 0.996351",\
|
|
"0.915203, 0.921595, 0.938828, 0.985615, 1.176500");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033033, 0.086413, 0.352299");
|
|
}
|
|
|
|
} /* 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.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.461816, 0.470348, 0.496428, 0.591148, 1.048776",\
|
|
"0.495523, 0.504056, 0.530136, 0.624855, 1.082483",\
|
|
"0.519505, 0.528037, 0.554118, 0.648837, 1.106465",\
|
|
"0.528944, 0.537476, 0.563557, 0.658276, 1.115904",\
|
|
"0.528944, 0.537476, 0.563557, 0.658276, 1.115904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017953, 0.025894, 0.055612, 0.190917, 0.862185",\
|
|
"0.017953, 0.025894, 0.055612, 0.190917, 0.862185",\
|
|
"0.017953, 0.025894, 0.055612, 0.190917, 0.862185",\
|
|
"0.017953, 0.025894, 0.055613, 0.190917, 0.862185",\
|
|
"0.017954, 0.025895, 0.055613, 0.190918, 0.862184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.509669, 0.516052, 0.533267, 0.580045, 0.770926",\
|
|
"0.561370, 0.567753, 0.584968, 0.631746, 0.822627",\
|
|
"0.624544, 0.630928, 0.648142, 0.694920, 0.885801",\
|
|
"0.731598, 0.737981, 0.755196, 0.801974, 0.992855",\
|
|
"0.912322, 0.918705, 0.935920, 0.982699, 1.173580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015286, 0.019609, 0.032989, 0.086391, 0.352288",\
|
|
"0.015286, 0.019609, 0.032989, 0.086391, 0.352288",\
|
|
"0.015287, 0.019609, 0.032989, 0.086391, 0.352288",\
|
|
"0.015287, 0.019609, 0.032990, 0.086392, 0.352288",\
|
|
"0.015289, 0.019611, 0.032991, 0.086392, 0.352289");
|
|
}
|
|
|
|
} /* 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.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.560484, 0.566877, 0.584109, 0.630897, 0.821781",\
|
|
"0.594192, 0.600584, 0.617816, 0.664604, 0.855488",\
|
|
"0.618016, 0.624408, 0.641640, 0.688428, 0.879312",\
|
|
"0.635694, 0.642087, 0.659319, 0.706106, 0.886731",\
|
|
"0.635694, 0.642087, 0.659319, 0.706106, 0.886731");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033034, 0.086413, 0.352299",\
|
|
"0.015339, 0.019663, 0.033033, 0.086413, 0.352299");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.485812, 0.494345, 0.520426, 0.615146, 1.072774",\
|
|
"0.537513, 0.546046, 0.572127, 0.666847, 1.124475",\
|
|
"0.600695, 0.609228, 0.635309, 0.730029, 1.187657",\
|
|
"0.707281, 0.715814, 0.741896, 0.836616, 1.294243",\
|
|
"0.886158, 0.894692, 0.920774, 1.015494, 1.473122");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017960, 0.025900, 0.055615, 0.190918, 0.862184",\
|
|
"0.017960, 0.025900, 0.055615, 0.190918, 0.862184",\
|
|
"0.017960, 0.025901, 0.055616, 0.190918, 0.862184",\
|
|
"0.017961, 0.025901, 0.055616, 0.190918, 0.862184",\
|
|
"0.017964, 0.025904, 0.055617, 0.190918, 0.862184");
|
|
}
|
|
|
|
} /* 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.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.559671, 0.566055, 0.583269, 0.630047, 0.820928",\
|
|
"0.593379, 0.599762, 0.616976, 0.663755, 0.854635",\
|
|
"0.617206, 0.623589, 0.640804, 0.687582, 0.878463",\
|
|
"0.624664, 0.631048, 0.648263, 0.695041, 0.885922",\
|
|
"0.624664, 0.631048, 0.648263, 0.695041, 0.885922");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015286, 0.019609, 0.032989, 0.086391, 0.352288",\
|
|
"0.015286, 0.019609, 0.032989, 0.086391, 0.352288",\
|
|
"0.015287, 0.019609, 0.032989, 0.086391, 0.352288",\
|
|
"0.015287, 0.019609, 0.032990, 0.086392, 0.352288",\
|
|
"0.015289, 0.019611, 0.032991, 0.086392, 0.352289");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.482192, 0.490724, 0.516805, 0.611524, 1.069152",\
|
|
"0.533893, 0.542425, 0.568505, 0.663225, 1.120853",\
|
|
"0.597188, 0.605720, 0.631800, 0.726520, 1.184147",\
|
|
"0.704674, 0.713206, 0.739286, 0.834006, 1.291634",\
|
|
"0.884278, 0.892811, 0.918891, 1.013611, 1.471238");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017953, 0.025894, 0.055612, 0.190917, 0.862185",\
|
|
"0.017953, 0.025894, 0.055612, 0.190917, 0.862185",\
|
|
"0.017953, 0.025894, 0.055612, 0.190917, 0.862185",\
|
|
"0.017953, 0.025894, 0.055613, 0.190917, 0.862185",\
|
|
"0.017954, 0.025895, 0.055613, 0.190918, 0.862184");
|
|
}
|
|
|
|
} /* 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.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.418938, 0.427471, 0.453553, 0.548272, 1.005900",\
|
|
"0.449597, 0.458130, 0.484211, 0.578931, 1.036559",\
|
|
"0.465125, 0.473658, 0.499739, 0.594459, 1.041655",\
|
|
"0.472670, 0.481203, 0.507284, 0.602004, 1.041655",\
|
|
"0.472670, 0.481203, 0.507284, 0.602004, 1.041655");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017959, 0.025899, 0.055615, 0.190918, 0.862184",\
|
|
"0.017959, 0.025899, 0.055615, 0.190918, 0.862184",\
|
|
"0.017959, 0.025899, 0.055615, 0.190918, 0.862184",\
|
|
"0.017959, 0.025900, 0.055615, 0.190918, 0.862184",\
|
|
"0.017961, 0.025901, 0.055616, 0.190918, 0.862184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.456956, 0.463371, 0.480651, 0.527462, 0.718355",\
|
|
"0.505956, 0.512371, 0.529650, 0.576461, 0.767355",\
|
|
"0.554556, 0.560971, 0.578251, 0.625062, 0.815955",\
|
|
"0.633174, 0.639589, 0.656868, 0.703679, 0.894572",\
|
|
"0.771268, 0.777683, 0.794962, 0.841772, 1.032665");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015474, 0.019803, 0.033148, 0.086469, 0.352328",\
|
|
"0.015474, 0.019803, 0.033148, 0.086469, 0.352328",\
|
|
"0.015474, 0.019803, 0.033148, 0.086469, 0.352327",\
|
|
"0.015473, 0.019802, 0.033147, 0.086469, 0.352327",\
|
|
"0.015472, 0.019801, 0.033146, 0.086468, 0.352327");
|
|
}
|
|
|
|
} /* 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.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.418938, 0.427471, 0.453553, 0.548272, 1.005900",\
|
|
"0.449597, 0.458130, 0.484211, 0.578931, 1.036559",\
|
|
"0.454693, 0.463226, 0.489308, 0.584028, 1.041655",\
|
|
"0.454693, 0.463226, 0.489308, 0.584028, 1.041655",\
|
|
"0.454693, 0.463226, 0.489308, 0.584028, 1.041655");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017959, 0.025899, 0.055615, 0.190918, 0.862184",\
|
|
"0.017959, 0.025899, 0.055615, 0.190918, 0.862184",\
|
|
"0.017959, 0.025899, 0.055615, 0.190918, 0.862184",\
|
|
"0.017959, 0.025900, 0.055615, 0.190918, 0.862184",\
|
|
"0.017961, 0.025901, 0.055616, 0.190918, 0.862184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.456956, 0.463371, 0.480651, 0.527462, 0.718355",\
|
|
"0.505956, 0.512371, 0.529650, 0.576461, 0.767355",\
|
|
"0.554556, 0.560971, 0.578251, 0.625062, 0.815955",\
|
|
"0.633174, 0.639589, 0.656868, 0.703679, 0.894572",\
|
|
"0.771268, 0.777683, 0.794962, 0.841772, 1.032665");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015474, 0.019803, 0.033148, 0.086469, 0.352328",\
|
|
"0.015474, 0.019803, 0.033148, 0.086469, 0.352328",\
|
|
"0.015474, 0.019803, 0.033148, 0.086469, 0.352327",\
|
|
"0.015473, 0.019802, 0.033147, 0.086469, 0.352327",\
|
|
"0.015472, 0.019801, 0.033146, 0.086468, 0.352327");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849",\
|
|
"1.620889, 1.629422, 1.655501, 1.750221, 2.207849");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185",\
|
|
"0.017952, 0.025893, 0.055612, 0.190917, 0.862185");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940",\
|
|
"1.705554, 1.711966, 1.729240, 1.776048, 1.966940");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002373, 0.012645, 0.051873, 0.211873, 1.000000");
|
|
values ( "0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324",\
|
|
"0.015456, 0.019785, 0.033133, 0.086462, 0.352324");
|
|
}
|
|
|
|
} /* 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.005364 ;
|
|
|
|
/* 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.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.468378, 0.476518, 0.502985, 0.597748, 1.055190",\
|
|
"0.503313, 0.511453, 0.537920, 0.632683, 1.090125",\
|
|
"0.530879, 0.539019, 0.565486, 0.660249, 1.117691",\
|
|
"0.555214, 0.563354, 0.589821, 0.684584, 1.142026",\
|
|
"0.555992, 0.564132, 0.590600, 0.685362, 1.142804");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022530, 0.030061, 0.058851, 0.197414, 0.878016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.569946, 0.575969, 0.593682, 0.640854, 0.837108",\
|
|
"0.620550, 0.626573, 0.644287, 0.691459, 0.887712",\
|
|
"0.681808, 0.687831, 0.705544, 0.752716, 0.948970",\
|
|
"0.781470, 0.787493, 0.805207, 0.852380, 1.048633",\
|
|
"0.944877, 0.950900, 0.968615, 1.015787, 1.212041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018874, 0.022784, 0.035363, 0.090126, 0.359245",\
|
|
"0.018874, 0.022784, 0.035363, 0.090126, 0.359245",\
|
|
"0.018874, 0.022785, 0.035364, 0.090126, 0.359245",\
|
|
"0.018875, 0.022786, 0.035365, 0.090126, 0.359245",\
|
|
"0.018877, 0.022788, 0.035366, 0.090127, 0.359246");
|
|
}
|
|
|
|
} /* 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.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.467423, 0.475520, 0.501928, 0.596677, 1.054100",\
|
|
"0.502358, 0.510455, 0.536862, 0.631612, 1.089035",\
|
|
"0.529925, 0.538022, 0.564429, 0.659179, 1.116602",\
|
|
"0.554261, 0.562358, 0.588766, 0.683515, 1.140938",\
|
|
"0.555039, 0.563137, 0.589544, 0.684294, 1.141717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022117, 0.029703, 0.058671, 0.197399, 0.878049",\
|
|
"0.022117, 0.029703, 0.058671, 0.197399, 0.878049",\
|
|
"0.022118, 0.029703, 0.058671, 0.197400, 0.878049",\
|
|
"0.022118, 0.029704, 0.058671, 0.197400, 0.878049",\
|
|
"0.022120, 0.029705, 0.058671, 0.197400, 0.878049");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.560890, 0.566814, 0.584298, 0.631338, 0.827543",\
|
|
"0.611495, 0.617419, 0.634902, 0.681942, 0.878147",\
|
|
"0.672741, 0.678665, 0.696148, 0.743188, 0.939393",\
|
|
"0.772373, 0.778297, 0.795780, 0.842820, 1.039024",\
|
|
"0.935746, 0.941669, 0.959152, 1.006192, 1.202396");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018143, 0.022053, 0.034765, 0.088793, 0.353497",\
|
|
"0.018143, 0.022053, 0.034765, 0.088793, 0.353497",\
|
|
"0.018142, 0.022052, 0.034764, 0.088793, 0.353497",\
|
|
"0.018141, 0.022051, 0.034763, 0.088792, 0.353497",\
|
|
"0.018140, 0.022050, 0.034762, 0.088792, 0.353496");
|
|
}
|
|
|
|
} /* 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.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.599884, 0.605907, 0.623621, 0.670793, 0.867046",\
|
|
"0.634819, 0.640842, 0.658556, 0.705727, 0.901981",\
|
|
"0.662122, 0.668144, 0.685858, 0.733030, 0.929284",\
|
|
"0.685735, 0.691758, 0.709472, 0.756644, 0.951903",\
|
|
"0.685735, 0.691758, 0.709472, 0.756644, 0.951903");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018874, 0.022784, 0.035363, 0.090126, 0.359245",\
|
|
"0.018874, 0.022784, 0.035363, 0.090126, 0.359245",\
|
|
"0.018874, 0.022785, 0.035364, 0.090126, 0.359245",\
|
|
"0.018875, 0.022786, 0.035365, 0.090126, 0.359245",\
|
|
"0.018877, 0.022788, 0.035366, 0.090127, 0.359246");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.511773, 0.519913, 0.546381, 0.641143, 1.098585",\
|
|
"0.562378, 0.570518, 0.596985, 0.691748, 1.149190",\
|
|
"0.623846, 0.631986, 0.658453, 0.753216, 1.210658",\
|
|
"0.724085, 0.732224, 0.758692, 0.853454, 1.310896",\
|
|
"0.888528, 0.896668, 0.923136, 1.017898, 1.475341");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022528, 0.030059, 0.058851, 0.197414, 0.878016",\
|
|
"0.022530, 0.030061, 0.058851, 0.197414, 0.878016");
|
|
}
|
|
|
|
} /* 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.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.590829, 0.596752, 0.614236, 0.661276, 0.857481",\
|
|
"0.625763, 0.631687, 0.649171, 0.696211, 0.892416",\
|
|
"0.653055, 0.658978, 0.676462, 0.723502, 0.919707",\
|
|
"0.675608, 0.681531, 0.699014, 0.746054, 0.942258",\
|
|
"0.675608, 0.681531, 0.699014, 0.746054, 0.942258");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018143, 0.022053, 0.034765, 0.088793, 0.353497",\
|
|
"0.018143, 0.022053, 0.034765, 0.088793, 0.353497",\
|
|
"0.018142, 0.022052, 0.034764, 0.088793, 0.353497",\
|
|
"0.018141, 0.022051, 0.034763, 0.088792, 0.353497",\
|
|
"0.018140, 0.022050, 0.034762, 0.088792, 0.353496");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.510818, 0.518915, 0.545323, 0.640072, 1.097495",\
|
|
"0.561423, 0.569520, 0.595927, 0.690677, 1.148100",\
|
|
"0.622891, 0.630989, 0.657396, 0.752146, 1.209569",\
|
|
"0.723131, 0.731229, 0.757636, 0.852386, 1.309808",\
|
|
"0.887575, 0.895673, 0.922081, 1.016830, 1.474253");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022117, 0.029703, 0.058671, 0.197399, 0.878049",\
|
|
"0.022117, 0.029703, 0.058671, 0.197399, 0.878049",\
|
|
"0.022118, 0.029703, 0.058671, 0.197400, 0.878049",\
|
|
"0.022118, 0.029704, 0.058671, 0.197400, 0.878049",\
|
|
"0.022120, 0.029705, 0.058671, 0.197400, 0.878049");
|
|
}
|
|
|
|
} /* 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.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.490754, 0.498894, 0.525362, 0.620125, 1.043607",\
|
|
"0.490754, 0.498894, 0.525362, 0.620125, 1.043607",\
|
|
"0.490754, 0.498894, 0.525362, 0.620125, 1.043607",\
|
|
"0.485197, 0.493338, 0.519806, 0.614569, 1.043607",\
|
|
"0.437962, 0.446103, 0.472571, 0.567334, 1.024777");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022534, 0.030065, 0.058853, 0.197414, 0.878015",\
|
|
"0.022534, 0.030065, 0.058853, 0.197414, 0.878015",\
|
|
"0.022535, 0.030065, 0.058853, 0.197414, 0.878015",\
|
|
"0.022535, 0.030065, 0.058853, 0.197414, 0.878015",\
|
|
"0.022536, 0.030066, 0.058854, 0.197414, 0.878015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.522013, 0.528048, 0.545790, 0.592978, 0.789238",\
|
|
"0.568674, 0.574709, 0.592451, 0.639639, 0.835899",\
|
|
"0.622169, 0.628204, 0.645946, 0.693134, 0.889393",\
|
|
"0.709307, 0.715342, 0.733084, 0.780272, 0.976532",\
|
|
"0.863018, 0.869053, 0.886795, 0.933983, 1.130242");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018964, 0.022874, 0.035437, 0.090164, 0.359265",\
|
|
"0.018964, 0.022874, 0.035437, 0.090164, 0.359265",\
|
|
"0.018964, 0.022874, 0.035437, 0.090164, 0.359265",\
|
|
"0.018963, 0.022874, 0.035437, 0.090164, 0.359265",\
|
|
"0.018963, 0.022873, 0.035437, 0.090164, 0.359265");
|
|
}
|
|
|
|
} /* 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.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.455849, 0.463947, 0.490356, 0.585106, 1.042529",\
|
|
"0.455849, 0.463947, 0.490356, 0.585106, 1.042529",\
|
|
"0.455849, 0.463947, 0.490356, 0.585106, 1.042529",\
|
|
"0.455849, 0.463947, 0.490356, 0.585106, 1.042529",\
|
|
"0.437018, 0.445117, 0.471526, 0.566276, 1.023699");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022127, 0.029712, 0.058675, 0.197400, 0.878049",\
|
|
"0.022127, 0.029712, 0.058675, 0.197400, 0.878049",\
|
|
"0.022128, 0.029712, 0.058675, 0.197400, 0.878049",\
|
|
"0.022128, 0.029712, 0.058675, 0.197400, 0.878049",\
|
|
"0.022130, 0.029714, 0.058676, 0.197400, 0.878049");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.513418, 0.519358, 0.536882, 0.583945, 0.780158",\
|
|
"0.560079, 0.566019, 0.583543, 0.630606, 0.826819",\
|
|
"0.613573, 0.619514, 0.637037, 0.684100, 0.880313",\
|
|
"0.700711, 0.706652, 0.724175, 0.771238, 0.967451",\
|
|
"0.854421, 0.860362, 0.877885, 0.924948, 1.121161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018270, 0.022180, 0.034868, 0.088848, 0.353526",\
|
|
"0.018270, 0.022180, 0.034868, 0.088848, 0.353526",\
|
|
"0.018269, 0.022179, 0.034868, 0.088848, 0.353525",\
|
|
"0.018269, 0.022179, 0.034868, 0.088848, 0.353525",\
|
|
"0.018269, 0.022179, 0.034868, 0.088848, 0.353525");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "1.712271, 1.720410, 1.746877, 1.841639, 2.299081",\
|
|
"1.712271, 1.720410, 1.746877, 1.841639, 2.299081",\
|
|
"1.712271, 1.720410, 1.746877, 1.841639, 2.299081",\
|
|
"1.712271, 1.720410, 1.746877, 1.841639, 2.299081",\
|
|
"1.712271, 1.720410, 1.746877, 1.841639, 2.299081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022524, 0.030056, 0.058849, 0.197414, 0.878016",\
|
|
"0.022524, 0.030056, 0.058849, 0.197414, 0.878016",\
|
|
"0.022524, 0.030056, 0.058849, 0.197414, 0.878016",\
|
|
"0.022524, 0.030056, 0.058849, 0.197414, 0.878016",\
|
|
"0.022524, 0.030056, 0.058849, 0.197414, 0.878016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "1.813532, 1.819572, 1.837325, 1.884519, 2.080781",\
|
|
"1.813532, 1.819572, 1.837325, 1.884519, 2.080781",\
|
|
"1.813532, 1.819572, 1.837325, 1.884519, 2.080781",\
|
|
"1.813532, 1.819572, 1.837325, 1.884519, 2.080781",\
|
|
"1.813532, 1.819572, 1.837325, 1.884519, 2.080781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018999, 0.022909, 0.035466, 0.090179, 0.359272",\
|
|
"0.018999, 0.022909, 0.035466, 0.090179, 0.359272",\
|
|
"0.018999, 0.022909, 0.035466, 0.090179, 0.359272",\
|
|
"0.018999, 0.022909, 0.035466, 0.090179, 0.359272",\
|
|
"0.018999, 0.022909, 0.035466, 0.090179, 0.359272");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "1.711324, 1.719421, 1.745829, 1.840578, 2.298001",\
|
|
"1.711324, 1.719421, 1.745829, 1.840578, 2.298001",\
|
|
"1.711324, 1.719421, 1.745829, 1.840578, 2.298001",\
|
|
"1.711324, 1.719421, 1.745829, 1.840578, 2.298001",\
|
|
"1.711324, 1.719421, 1.745829, 1.840578, 2.298001");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.022116, 0.029702, 0.058670, 0.197399, 0.878050",\
|
|
"0.022116, 0.029702, 0.058670, 0.197399, 0.878050",\
|
|
"0.022116, 0.029702, 0.058670, 0.197399, 0.878050",\
|
|
"0.022116, 0.029702, 0.058670, 0.197399, 0.878050",\
|
|
"0.022116, 0.029702, 0.058670, 0.197399, 0.878050");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "1.805014, 1.810960, 1.828496, 1.875567, 2.071783",\
|
|
"1.805014, 1.810960, 1.828496, 1.875567, 2.071783",\
|
|
"1.805014, 1.810960, 1.828496, 1.875567, 2.071783",\
|
|
"1.805014, 1.810960, 1.828496, 1.875567, 2.071783",\
|
|
"1.805014, 1.810960, 1.828496, 1.875567, 2.071783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005864, 0.016136, 0.055364, 0.215364, 1.000000");
|
|
values ( "0.018311, 0.022221, 0.034902, 0.088866, 0.353535",\
|
|
"0.018311, 0.022221, 0.034902, 0.088866, 0.353535",\
|
|
"0.018311, 0.022221, 0.034902, 0.088866, 0.353535",\
|
|
"0.018311, 0.022221, 0.034902, 0.088866, 0.353535",\
|
|
"0.018311, 0.022221, 0.034902, 0.088866, 0.353535");
|
|
}
|
|
|
|
} /* 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.001887 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317",\
|
|
"1.533675, 1.542092, 1.568046, 1.662730, 2.120317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253",\
|
|
"0.017147, 0.025195, 0.055274, 0.190903, 0.862253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098",\
|
|
"1.543042, 1.549411, 1.566625, 1.613266, 1.804098");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002387, 0.012659, 0.051887, 0.211887, 1.000000");
|
|
values ( "0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280",\
|
|
"0.014988, 0.019374, 0.032711, 0.086285, 0.352280");
|
|
}
|
|
|
|
} /* 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.002264 ;
|
|
|
|
/* 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.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.492160, 0.500881, 0.527238, 0.622102, 1.045866",\
|
|
"0.492160, 0.500881, 0.527238, 0.622102, 1.045866",\
|
|
"0.492160, 0.500881, 0.527238, 0.622102, 1.045866",\
|
|
"0.486558, 0.495279, 0.521636, 0.616500, 1.045866",\
|
|
"0.439251, 0.447972, 0.474330, 0.569194, 1.026946");
|
|
}
|
|
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.020218, 0.027891, 0.056757, 0.191459, 0.862700",\
|
|
"0.020218, 0.027891, 0.056757, 0.191459, 0.862700",\
|
|
"0.020219, 0.027891, 0.056757, 0.191459, 0.862700",\
|
|
"0.020219, 0.027891, 0.056757, 0.191459, 0.862700",\
|
|
"0.020220, 0.027892, 0.056758, 0.191459, 0.862700");
|
|
}
|
|
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 ( "0.523749, 0.530410, 0.548323, 0.595540, 0.786568",\
|
|
"0.570411, 0.577072, 0.594985, 0.642202, 0.833230",\
|
|
"0.623918, 0.630579, 0.648491, 0.695708, 0.886737",\
|
|
"0.711104, 0.717765, 0.735678, 0.782895, 0.973923",\
|
|
"0.864989, 0.871650, 0.889563, 0.936779, 1.127807");
|
|
}
|
|
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.017629, 0.021985, 0.034927, 0.087567, 0.353349",\
|
|
"0.017629, 0.021985, 0.034927, 0.087567, 0.353349",\
|
|
"0.017629, 0.021985, 0.034927, 0.087567, 0.353349",\
|
|
"0.017629, 0.021984, 0.034926, 0.087567, 0.353349",\
|
|
"0.017629, 0.021984, 0.034926, 0.087567, 0.353349");
|
|
}
|
|
|
|
} /* 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.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.457134, 0.465792, 0.492076, 0.586921, 1.044654",\
|
|
"0.457134, 0.465792, 0.492076, 0.586921, 1.044654",\
|
|
"0.457134, 0.465792, 0.492076, 0.586921, 1.044654",\
|
|
"0.457134, 0.465792, 0.492076, 0.586921, 1.044654",\
|
|
"0.438215, 0.446872, 0.473157, 0.568001, 1.025735");
|
|
}
|
|
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.019742, 0.027477, 0.056553, 0.191442, 0.862738",\
|
|
"0.019742, 0.027477, 0.056553, 0.191442, 0.862738",\
|
|
"0.019743, 0.027478, 0.056553, 0.191442, 0.862738",\
|
|
"0.019743, 0.027478, 0.056554, 0.191442, 0.862738",\
|
|
"0.019745, 0.027479, 0.056554, 0.191442, 0.862738");
|
|
}
|
|
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 ( "0.514239, 0.520775, 0.538426, 0.585512, 0.776490",\
|
|
"0.560901, 0.567437, 0.585088, 0.632174, 0.823152",\
|
|
"0.614407, 0.620943, 0.638594, 0.685680, 0.876658",\
|
|
"0.701593, 0.708129, 0.725780, 0.772866, 0.963843",\
|
|
"0.855477, 0.862013, 0.879663, 0.926749, 1.117727");
|
|
}
|
|
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.016870, 0.021200, 0.034286, 0.087253, 0.353191",\
|
|
"0.016870, 0.021200, 0.034286, 0.087253, 0.353191",\
|
|
"0.016870, 0.021200, 0.034286, 0.087253, 0.353191",\
|
|
"0.016870, 0.021200, 0.034286, 0.087253, 0.353191",\
|
|
"0.016870, 0.021200, 0.034286, 0.087253, 0.353191");
|
|
}
|
|
|
|
} /* 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.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.464185, 0.472904, 0.499260, 0.594124, 1.051876",\
|
|
"0.499119, 0.507839, 0.534195, 0.629058, 1.086811",\
|
|
"0.526685, 0.535405, 0.561760, 0.656624, 1.114376",\
|
|
"0.552802, 0.561522, 0.587878, 0.682742, 1.140495",\
|
|
"0.553580, 0.562300, 0.588656, 0.683520, 1.141273");
|
|
}
|
|
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.020208, 0.027882, 0.056753, 0.191459, 0.862701",\
|
|
"0.020208, 0.027882, 0.056753, 0.191459, 0.862701",\
|
|
"0.020208, 0.027882, 0.056753, 0.191459, 0.862701",\
|
|
"0.020211, 0.027884, 0.056754, 0.191459, 0.862701",\
|
|
"0.020212, 0.027886, 0.056755, 0.191459, 0.862701");
|
|
}
|
|
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 ( "0.569586, 0.576233, 0.594116, 0.641317, 0.832340",\
|
|
"0.620190, 0.626837, 0.644720, 0.691922, 0.882945",\
|
|
"0.681448, 0.688094, 0.705977, 0.753179, 0.944202",\
|
|
"0.781110, 0.787757, 0.805641, 0.852843, 1.043866",\
|
|
"0.944517, 0.951164, 0.969048, 1.016251, 1.207273");
|
|
}
|
|
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.017543, 0.021895, 0.034854, 0.087531, 0.353331",\
|
|
"0.017543, 0.021895, 0.034854, 0.087531, 0.353331",\
|
|
"0.017543, 0.021896, 0.034854, 0.087531, 0.353331",\
|
|
"0.017544, 0.021897, 0.034855, 0.087532, 0.353331",\
|
|
"0.017546, 0.021899, 0.034857, 0.087532, 0.353332");
|
|
}
|
|
|
|
} /* 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.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.463252, 0.471902, 0.498179, 0.593021, 1.050752",\
|
|
"0.498186, 0.506837, 0.533113, 0.627955, 1.085687",\
|
|
"0.525751, 0.534402, 0.560679, 0.655521, 1.113252",\
|
|
"0.551757, 0.560412, 0.586696, 0.681539, 1.139272",\
|
|
"0.552534, 0.561190, 0.587474, 0.682317, 1.140051");
|
|
}
|
|
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.019691, 0.027433, 0.056531, 0.191440, 0.862739",\
|
|
"0.019691, 0.027433, 0.056531, 0.191440, 0.862739",\
|
|
"0.019691, 0.027433, 0.056531, 0.191440, 0.862739",\
|
|
"0.019732, 0.027468, 0.056549, 0.191442, 0.862739",\
|
|
"0.019733, 0.027469, 0.056549, 0.191442, 0.862739");
|
|
}
|
|
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 ( "0.559595, 0.566110, 0.583718, 0.630783, 0.821752",\
|
|
"0.610200, 0.616715, 0.634323, 0.681387, 0.872357",\
|
|
"0.671446, 0.677961, 0.695568, 0.742633, 0.933602",\
|
|
"0.771078, 0.777593, 0.795200, 0.842264, 1.033234",\
|
|
"0.934450, 0.940965, 0.958572, 1.005636, 1.196605");
|
|
}
|
|
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.016746, 0.021072, 0.034182, 0.087201, 0.353165",\
|
|
"0.016746, 0.021072, 0.034182, 0.087201, 0.353165",\
|
|
"0.016746, 0.021072, 0.034182, 0.087201, 0.353165",\
|
|
"0.016744, 0.021070, 0.034180, 0.087201, 0.353165",\
|
|
"0.016743, 0.021069, 0.034180, 0.087200, 0.353165");
|
|
}
|
|
|
|
} /* 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.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.599522, 0.606169, 0.624052, 0.671254, 0.862277",\
|
|
"0.634457, 0.641104, 0.658987, 0.706189, 0.897211",\
|
|
"0.661760, 0.668406, 0.686290, 0.733491, 0.924514",\
|
|
"0.685372, 0.692019, 0.709903, 0.757105, 0.947133",\
|
|
"0.685372, 0.692019, 0.709903, 0.757105, 0.947133");
|
|
}
|
|
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.017543, 0.021895, 0.034854, 0.087531, 0.353331",\
|
|
"0.017543, 0.021895, 0.034854, 0.087531, 0.353331",\
|
|
"0.017543, 0.021896, 0.034854, 0.087531, 0.353331",\
|
|
"0.017544, 0.021897, 0.034855, 0.087532, 0.353331",\
|
|
"0.017546, 0.021899, 0.034857, 0.087532, 0.353332");
|
|
}
|
|
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 ( "0.509349, 0.518069, 0.544424, 0.639288, 1.097040",\
|
|
"0.559953, 0.568673, 0.595029, 0.689892, 1.147645",\
|
|
"0.621422, 0.630142, 0.656498, 0.751361, 1.209114",\
|
|
"0.721670, 0.730390, 0.756746, 0.851610, 1.309362",\
|
|
"0.886115, 0.894835, 0.921191, 1.016055, 1.473808");
|
|
}
|
|
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.020208, 0.027882, 0.056753, 0.191459, 0.862701",\
|
|
"0.020208, 0.027882, 0.056753, 0.191459, 0.862701",\
|
|
"0.020208, 0.027882, 0.056753, 0.191459, 0.862701",\
|
|
"0.020211, 0.027884, 0.056754, 0.191459, 0.862701",\
|
|
"0.020212, 0.027886, 0.056755, 0.191459, 0.862701");
|
|
}
|
|
|
|
} /* 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.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.589532, 0.596047, 0.613655, 0.660719, 0.851689",\
|
|
"0.624466, 0.630982, 0.648590, 0.695654, 0.886624",\
|
|
"0.651758, 0.658273, 0.675880, 0.722945, 0.913915",\
|
|
"0.674310, 0.680824, 0.698431, 0.745495, 0.936465",\
|
|
"0.674310, 0.680824, 0.698431, 0.745495, 0.936465");
|
|
}
|
|
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.016746, 0.021072, 0.034182, 0.087201, 0.353165",\
|
|
"0.016746, 0.021072, 0.034182, 0.087201, 0.353165",\
|
|
"0.016746, 0.021072, 0.034182, 0.087201, 0.353165",\
|
|
"0.016744, 0.021070, 0.034180, 0.087201, 0.353165",\
|
|
"0.016743, 0.021069, 0.034180, 0.087200, 0.353165");
|
|
}
|
|
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 ( "0.508416, 0.517066, 0.543343, 0.638185, 1.095917",\
|
|
"0.559020, 0.567671, 0.593947, 0.688790, 1.146521",\
|
|
"0.620489, 0.629139, 0.655416, 0.750258, 1.207990",\
|
|
"0.720624, 0.729280, 0.755563, 0.850407, 1.308140",\
|
|
"0.885069, 0.893725, 0.920009, 1.014853, 1.472586");
|
|
}
|
|
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.019691, 0.027433, 0.056531, 0.191440, 0.862739",\
|
|
"0.019691, 0.027433, 0.056531, 0.191440, 0.862739",\
|
|
"0.019691, 0.027433, 0.056531, 0.191440, 0.862739",\
|
|
"0.019732, 0.027468, 0.056549, 0.191442, 0.862739",\
|
|
"0.019733, 0.027469, 0.056549, 0.191442, 0.862739");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.641981, 1.650695, 1.677045, 1.771907, 2.229657",\
|
|
"1.641981, 1.650695, 1.677045, 1.771907, 2.229657",\
|
|
"1.641981, 1.650695, 1.677045, 1.771907, 2.229657",\
|
|
"1.641981, 1.650695, 1.677045, 1.771907, 2.229657",\
|
|
"1.641981, 1.650695, 1.677045, 1.771907, 2.229657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.020168, 0.027847, 0.056736, 0.191457, 0.862704",\
|
|
"0.020168, 0.027847, 0.056736, 0.191457, 0.862704",\
|
|
"0.020168, 0.027847, 0.056736, 0.191457, 0.862704",\
|
|
"0.020168, 0.027847, 0.056736, 0.191457, 0.862704",\
|
|
"0.020168, 0.027847, 0.056736, 0.191457, 0.862704");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.746734, 1.753400, 1.771325, 1.818548, 2.009578",\
|
|
"1.746734, 1.753400, 1.771325, 1.818548, 2.009578",\
|
|
"1.746734, 1.753400, 1.771325, 1.818548, 2.009578",\
|
|
"1.746734, 1.753400, 1.771325, 1.818548, 2.009578",\
|
|
"1.746734, 1.753400, 1.771325, 1.818548, 2.009578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.017663, 0.022020, 0.034956, 0.087581, 0.353356",\
|
|
"0.017663, 0.022020, 0.034956, 0.087581, 0.353356",\
|
|
"0.017663, 0.022020, 0.034956, 0.087581, 0.353356",\
|
|
"0.017663, 0.022020, 0.034956, 0.087581, 0.353356",\
|
|
"0.017663, 0.022020, 0.034956, 0.087581, 0.353356");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.640932, 1.649581, 1.675858, 1.770700, 2.228431",\
|
|
"1.640932, 1.649581, 1.675858, 1.770700, 2.228431",\
|
|
"1.640932, 1.649581, 1.675858, 1.770700, 2.228431",\
|
|
"1.640932, 1.649581, 1.675858, 1.770700, 2.228431",\
|
|
"1.640932, 1.649581, 1.675858, 1.770700, 2.228431");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.019687, 0.027429, 0.056529, 0.191440, 0.862742",\
|
|
"0.019687, 0.027429, 0.056529, 0.191440, 0.862742",\
|
|
"0.019687, 0.027429, 0.056529, 0.191440, 0.862742",\
|
|
"0.019687, 0.027429, 0.056529, 0.191440, 0.862742",\
|
|
"0.019687, 0.027429, 0.056529, 0.191440, 0.862742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "1.737309, 1.743852, 1.761517, 1.808610, 1.999591",\
|
|
"1.737309, 1.743852, 1.761517, 1.808610, 1.999591",\
|
|
"1.737309, 1.743852, 1.761517, 1.808610, 1.999591",\
|
|
"1.737309, 1.743852, 1.761517, 1.808610, 1.999591",\
|
|
"1.737309, 1.743852, 1.761517, 1.808610, 1.999591");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002764, 0.013036, 0.052264, 0.212264, 1.000000");
|
|
values ( "0.016912, 0.021243, 0.034322, 0.087270, 0.353199",\
|
|
"0.016912, 0.021243, 0.034322, 0.087270, 0.353199",\
|
|
"0.016912, 0.021243, 0.034322, 0.087270, 0.353199",\
|
|
"0.016912, 0.021243, 0.034322, 0.087270, 0.353199",\
|
|
"0.016912, 0.021243, 0.034322, 0.087270, 0.353199");
|
|
}
|
|
|
|
} /* 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.007239 ;
|
|
|
|
/* 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.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.459337, 0.467049, 0.493862, 0.588438, 1.046334",\
|
|
"0.494271, 0.501984, 0.528797, 0.623372, 1.081269",\
|
|
"0.521837, 0.529550, 0.556363, 0.650938, 1.108835",\
|
|
"0.546172, 0.553885, 0.580697, 0.675273, 1.133170",\
|
|
"0.546948, 0.554661, 0.581474, 0.676050, 1.133947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023384, 0.030927, 0.063857, 0.200275, 0.884022");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.556857, 0.562411, 0.580151, 0.627052, 0.824225",\
|
|
"0.607462, 0.613016, 0.630756, 0.677656, 0.874829",\
|
|
"0.668718, 0.674272, 0.692012, 0.738913, 0.936086",\
|
|
"0.768380, 0.773934, 0.791674, 0.838575, 1.035748",\
|
|
"0.931784, 0.937339, 0.955080, 1.001981, 1.199154");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.019151, 0.022831, 0.039044, 0.091687, 0.364100",\
|
|
"0.019151, 0.022831, 0.039044, 0.091687, 0.364100",\
|
|
"0.019152, 0.022832, 0.039045, 0.091687, 0.364100",\
|
|
"0.019153, 0.022833, 0.039046, 0.091687, 0.364100",\
|
|
"0.019155, 0.022835, 0.039047, 0.091688, 0.364101");
|
|
}
|
|
|
|
} /* 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.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.458761, 0.466454, 0.493234, 0.587802, 1.045686",\
|
|
"0.493696, 0.501389, 0.528168, 0.622736, 1.080621",\
|
|
"0.521263, 0.528956, 0.555735, 0.650303, 1.108188",\
|
|
"0.545599, 0.553292, 0.580072, 0.674639, 1.132524",\
|
|
"0.546375, 0.554068, 0.580848, 0.675416, 1.133301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023145, 0.030720, 0.063751, 0.200268, 0.884042",\
|
|
"0.023145, 0.030720, 0.063751, 0.200268, 0.884042",\
|
|
"0.023145, 0.030720, 0.063751, 0.200268, 0.884042",\
|
|
"0.023145, 0.030721, 0.063751, 0.200268, 0.884042",\
|
|
"0.023146, 0.030722, 0.063752, 0.200268, 0.884042");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.551342, 0.556843, 0.574450, 0.621270, 0.818414",\
|
|
"0.601946, 0.607447, 0.625054, 0.671875, 0.869018",\
|
|
"0.663192, 0.668693, 0.686300, 0.733120, 0.930264",\
|
|
"0.762823, 0.768324, 0.785930, 0.832750, 1.029894",\
|
|
"0.926193, 0.931693, 0.949300, 0.996120, 1.193263");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.018703, 0.022392, 0.038682, 0.090054, 0.356214",\
|
|
"0.018703, 0.022392, 0.038682, 0.090054, 0.356214",\
|
|
"0.018702, 0.022391, 0.038682, 0.090054, 0.356214",\
|
|
"0.018701, 0.022390, 0.038681, 0.090054, 0.356214",\
|
|
"0.018700, 0.022389, 0.038680, 0.090053, 0.356214");
|
|
}
|
|
|
|
} /* 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.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.586818, 0.592372, 0.610112, 0.657013, 0.854186",\
|
|
"0.621753, 0.627307, 0.645047, 0.691948, 0.889121",\
|
|
"0.649056, 0.654610, 0.672350, 0.719251, 0.916424",\
|
|
"0.672671, 0.678226, 0.695966, 0.742867, 0.939047",\
|
|
"0.672671, 0.678226, 0.695966, 0.742867, 0.939047");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.019151, 0.022831, 0.039044, 0.091687, 0.364100",\
|
|
"0.019151, 0.022831, 0.039044, 0.091687, 0.364100",\
|
|
"0.019152, 0.022832, 0.039045, 0.091687, 0.364100",\
|
|
"0.019153, 0.022833, 0.039046, 0.091687, 0.364100",\
|
|
"0.019155, 0.022835, 0.039047, 0.091688, 0.364101");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.502734, 0.510447, 0.537260, 0.631835, 1.089732",\
|
|
"0.553339, 0.561052, 0.587865, 0.682440, 1.140337",\
|
|
"0.614807, 0.622520, 0.649332, 0.743908, 1.201805",\
|
|
"0.715044, 0.722757, 0.749570, 0.844145, 1.302042",\
|
|
"0.879488, 0.887201, 0.914014, 1.008589, 1.466486");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023383, 0.030926, 0.063856, 0.200275, 0.884022",\
|
|
"0.023384, 0.030927, 0.063857, 0.200275, 0.884022");
|
|
}
|
|
|
|
} /* 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.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.581303, 0.586804, 0.604411, 0.651231, 0.848375",\
|
|
"0.616238, 0.621739, 0.639346, 0.686166, 0.883310",\
|
|
"0.643530, 0.649031, 0.666638, 0.713458, 0.910601",\
|
|
"0.666086, 0.671586, 0.689193, 0.736012, 0.933156",\
|
|
"0.666086, 0.671586, 0.689193, 0.736012, 0.933156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.018703, 0.022392, 0.038682, 0.090054, 0.356214",\
|
|
"0.018703, 0.022392, 0.038682, 0.090054, 0.356214",\
|
|
"0.018702, 0.022391, 0.038682, 0.090054, 0.356214",\
|
|
"0.018701, 0.022390, 0.038681, 0.090054, 0.356214",\
|
|
"0.018700, 0.022389, 0.038680, 0.090053, 0.356214");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.502159, 0.509852, 0.536632, 0.631199, 1.089084",\
|
|
"0.552764, 0.560457, 0.587236, 0.681804, 1.139689",\
|
|
"0.614232, 0.621925, 0.648705, 0.743273, 1.201158",\
|
|
"0.714471, 0.722164, 0.748944, 0.843512, 1.301397",\
|
|
"0.878914, 0.886607, 0.913387, 1.007955, 1.465840");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023145, 0.030720, 0.063751, 0.200268, 0.884042",\
|
|
"0.023145, 0.030720, 0.063751, 0.200268, 0.884042",\
|
|
"0.023145, 0.030720, 0.063751, 0.200268, 0.884042",\
|
|
"0.023145, 0.030721, 0.063751, 0.200268, 0.884042",\
|
|
"0.023146, 0.030722, 0.063752, 0.200268, 0.884042");
|
|
}
|
|
|
|
} /* 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.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.484671, 0.492384, 0.519198, 0.613774, 1.037688",\
|
|
"0.484671, 0.492384, 0.519198, 0.613774, 1.037688",\
|
|
"0.484671, 0.492384, 0.519198, 0.613774, 1.037688",\
|
|
"0.479078, 0.486792, 0.513606, 0.608181, 1.037688",\
|
|
"0.431786, 0.439499, 0.466314, 0.560889, 1.018786");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023390, 0.030932, 0.063859, 0.200276, 0.884022",\
|
|
"0.023390, 0.030932, 0.063859, 0.200276, 0.884022",\
|
|
"0.023390, 0.030933, 0.063859, 0.200276, 0.884022",\
|
|
"0.023390, 0.030933, 0.063860, 0.200276, 0.884022",\
|
|
"0.023392, 0.030934, 0.063860, 0.200276, 0.884022");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.510549, 0.516113, 0.533878, 0.580794, 0.777973",\
|
|
"0.557210, 0.562774, 0.580540, 0.627456, 0.824634",\
|
|
"0.610714, 0.616278, 0.634044, 0.680959, 0.878138",\
|
|
"0.697890, 0.703454, 0.721220, 0.768135, 0.965314",\
|
|
"0.851737, 0.857301, 0.875066, 0.921982, 1.119161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.019237, 0.022915, 0.039113, 0.091723, 0.364119",\
|
|
"0.019237, 0.022915, 0.039113, 0.091723, 0.364119",\
|
|
"0.019236, 0.022915, 0.039113, 0.091723, 0.364119",\
|
|
"0.019236, 0.022915, 0.039113, 0.091723, 0.364119",\
|
|
"0.019236, 0.022914, 0.039113, 0.091723, 0.364119");
|
|
}
|
|
|
|
} /* 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.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.450122, 0.457816, 0.484596, 0.579165, 1.037050",\
|
|
"0.450122, 0.457816, 0.484596, 0.579165, 1.037050",\
|
|
"0.450122, 0.457816, 0.484596, 0.579165, 1.037050",\
|
|
"0.450122, 0.457816, 0.484596, 0.579165, 1.037050",\
|
|
"0.431219, 0.438913, 0.465694, 0.560263, 1.018148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023155, 0.030729, 0.063755, 0.200268, 0.884042",\
|
|
"0.023155, 0.030729, 0.063755, 0.200268, 0.884042",\
|
|
"0.023155, 0.030729, 0.063756, 0.200268, 0.884042",\
|
|
"0.023155, 0.030729, 0.063756, 0.200268, 0.884042",\
|
|
"0.023157, 0.030731, 0.063756, 0.200268, 0.884041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.505241, 0.510753, 0.528391, 0.575229, 0.772380",\
|
|
"0.551902, 0.557415, 0.575052, 0.621891, 0.819041",\
|
|
"0.605406, 0.610919, 0.628556, 0.675394, 0.872545",\
|
|
"0.692582, 0.698094, 0.715732, 0.762570, 0.959720",\
|
|
"0.846428, 0.851941, 0.869578, 0.916416, 1.113567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.018805, 0.022491, 0.038765, 0.090099, 0.356237",\
|
|
"0.018805, 0.022491, 0.038765, 0.090099, 0.356237",\
|
|
"0.018805, 0.022491, 0.038764, 0.090099, 0.356237",\
|
|
"0.018804, 0.022491, 0.038764, 0.090099, 0.356237",\
|
|
"0.018804, 0.022491, 0.038764, 0.090098, 0.356237");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "1.701827, 1.709540, 1.736352, 1.830928, 2.288824",\
|
|
"1.701827, 1.709540, 1.736352, 1.830928, 2.288824",\
|
|
"1.701827, 1.709540, 1.736352, 1.830928, 2.288824",\
|
|
"1.701827, 1.709540, 1.736352, 1.830928, 2.288824",\
|
|
"1.701827, 1.709540, 1.736352, 1.830928, 2.288824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023379, 0.030923, 0.063855, 0.200275, 0.884023",\
|
|
"0.023379, 0.030923, 0.063855, 0.200275, 0.884023",\
|
|
"0.023379, 0.030923, 0.063855, 0.200275, 0.884023",\
|
|
"0.023379, 0.030923, 0.063855, 0.200275, 0.884023",\
|
|
"0.023379, 0.030923, 0.063855, 0.200275, 0.884023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "1.799313, 1.804882, 1.822657, 1.869580, 2.066760",\
|
|
"1.799313, 1.804882, 1.822657, 1.869580, 2.066760",\
|
|
"1.799313, 1.804882, 1.822657, 1.869580, 2.066760",\
|
|
"1.799313, 1.804882, 1.822657, 1.869580, 2.066760",\
|
|
"1.799313, 1.804882, 1.822657, 1.869580, 2.066760");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.019271, 0.022949, 0.039142, 0.091738, 0.364126",\
|
|
"0.019271, 0.022949, 0.039142, 0.091738, 0.364126",\
|
|
"0.019271, 0.022949, 0.039142, 0.091738, 0.364126",\
|
|
"0.019271, 0.022949, 0.039142, 0.091738, 0.364126",\
|
|
"0.019271, 0.022949, 0.039142, 0.091738, 0.364126");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "1.701259, 1.708952, 1.735731, 1.830299, 2.288184",\
|
|
"1.701259, 1.708952, 1.735731, 1.830299, 2.288184",\
|
|
"1.701259, 1.708952, 1.735731, 1.830299, 2.288184",\
|
|
"1.701259, 1.708952, 1.735731, 1.830299, 2.288184",\
|
|
"1.701259, 1.708952, 1.735731, 1.830299, 2.288184");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.023144, 0.030719, 0.063751, 0.200268, 0.884043",\
|
|
"0.023144, 0.030719, 0.063751, 0.200268, 0.884043",\
|
|
"0.023144, 0.030719, 0.063751, 0.200268, 0.884043",\
|
|
"0.023144, 0.030719, 0.063751, 0.200268, 0.884043",\
|
|
"0.023144, 0.030719, 0.063751, 0.200268, 0.884043");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "1.794059, 1.799577, 1.817226, 1.864071, 2.061224",\
|
|
"1.794059, 1.799577, 1.817226, 1.864071, 2.061224",\
|
|
"1.794059, 1.799577, 1.817226, 1.864071, 2.061224",\
|
|
"1.794059, 1.799577, 1.817226, 1.864071, 2.061224",\
|
|
"1.794059, 1.799577, 1.817226, 1.864071, 2.061224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.007739, 0.018011, 0.057239, 0.217239, 1.000000");
|
|
values ( "0.018844, 0.022530, 0.038796, 0.090116, 0.356246",\
|
|
"0.018844, 0.022530, 0.038796, 0.090116, 0.356246",\
|
|
"0.018844, 0.022530, 0.038796, 0.090116, 0.356246",\
|
|
"0.018844, 0.022530, 0.038796, 0.090116, 0.356246",\
|
|
"0.018844, 0.022530, 0.038796, 0.090116, 0.356246");
|
|
}
|
|
|
|
} /* 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.002283 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "0.015168, 0.019494, 0.032774, 0.086253, 0.346082",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.346082",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.346082",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.346082",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.346082");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133",\
|
|
"1.550676, 1.559054, 1.585062, 1.680122, 2.139133");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208",\
|
|
"0.017598, 0.025605, 0.055589, 0.192072, 0.866208");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109",\
|
|
"1.557964, 1.564263, 1.581472, 1.626634, 1.820109");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002783, 0.013055, 0.052283, 0.212283, 1.000000");
|
|
values ( "0.015168, 0.019494, 0.032774, 0.086253, 0.344285",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.344285",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.344285",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.344285",\
|
|
"0.015168, 0.019494, 0.032774, 0.086253, 0.344285");
|
|
}
|
|
|
|
} /* 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.008087 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "0.017720, 0.021347, 0.037769, 0.091752, 0.366219",\
|
|
"0.017720, 0.021347, 0.037769, 0.091752, 0.366219",\
|
|
"0.017720, 0.021347, 0.037769, 0.091752, 0.366219",\
|
|
"0.017720, 0.021347, 0.037769, 0.091752, 0.366219",\
|
|
"0.017720, 0.021347, 0.037769, 0.091752, 0.366219");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031",\
|
|
"1.550400, 1.557818, 1.584483, 1.678973, 2.137031");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080",\
|
|
"0.022249, 0.030002, 0.064055, 0.201614, 0.887080");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449",\
|
|
"1.555977, 1.561176, 1.577677, 1.624987, 1.822449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.008587, 0.018859, 0.058087, 0.218087, 1.000000");
|
|
values ( "0.017720, 0.021347, 0.037769, 0.090096, 0.357270",\
|
|
"0.017720, 0.021347, 0.037769, 0.090096, 0.357270",\
|
|
"0.017720, 0.021347, 0.037769, 0.090096, 0.357270",\
|
|
"0.017720, 0.021347, 0.037769, 0.090096, 0.357270",\
|
|
"0.017720, 0.021347, 0.037769, 0.090096, 0.357270");
|
|
}
|
|
|
|
} /* 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.002689 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "0.015344, 0.019628, 0.032863, 0.086715, 0.347076",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.347076",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.347076",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.347076",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.347076");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026",\
|
|
"1.541489, 1.549774, 1.575751, 1.670960, 2.124026");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609",\
|
|
"0.017741, 0.025756, 0.055815, 0.192770, 0.862609");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804",\
|
|
"1.550445, 1.556667, 1.573847, 1.619030, 1.812804");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003189, 0.013462, 0.052689, 0.212689, 1.000000");
|
|
values ( "0.015344, 0.019628, 0.032863, 0.086715, 0.345024",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.345024",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.345024",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.345024",\
|
|
"0.015344, 0.019628, 0.032863, 0.086715, 0.345024");
|
|
}
|
|
|
|
} /* 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.002221 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896",\
|
|
"1.562719, 1.571097, 1.597045, 1.691696, 2.148896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764",\
|
|
"0.017599, 0.025616, 0.055634, 0.191090, 0.861764");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921",\
|
|
"1.570223, 1.576516, 1.593661, 1.640269, 1.830921");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002721, 0.012993, 0.052221, 0.212221, 1.000000");
|
|
values ( "0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847",\
|
|
"0.015144, 0.019489, 0.032827, 0.086293, 0.351847");
|
|
}
|
|
|
|
} /* 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.003886 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "0.015870, 0.020029, 0.033161, 0.087682, 0.348841",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.348841",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.348841",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.348841",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.348841");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787",\
|
|
"1.520646, 1.528673, 1.554544, 1.650021, 2.102787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957",\
|
|
"0.018296, 0.026325, 0.056566, 0.194400, 0.864957");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122",\
|
|
"1.533718, 1.539705, 1.556757, 1.601978, 1.796122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004386, 0.014658, 0.053886, 0.213886, 1.000000");
|
|
values ( "0.015870, 0.020029, 0.033161, 0.087682, 0.346298",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.346298",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.346298",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.346298",\
|
|
"0.015870, 0.020029, 0.033161, 0.087682, 0.346298");
|
|
}
|
|
|
|
} /* 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.003330 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "0.015632, 0.019828, 0.032987, 0.087873, 0.350002",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.350002",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.350002",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.350002",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.350002");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178",\
|
|
"1.566870, 1.575076, 1.601106, 1.696782, 2.150178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432",\
|
|
"0.018411, 0.026372, 0.056325, 0.194354, 0.866432");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627",\
|
|
"1.574315, 1.580420, 1.597569, 1.642858, 1.837627");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003830, 0.014103, 0.053330, 0.213330, 1.000000");
|
|
values ( "0.015632, 0.019828, 0.032987, 0.087873, 0.347101",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.347101",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.347101",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.347101",\
|
|
"0.015632, 0.019828, 0.032987, 0.087873, 0.347101");
|
|
}
|
|
|
|
} /* 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.002623 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.015337, 0.019608, 0.032902, 0.087344, 0.345937",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.345937",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.345937",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.345937",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.345937");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890",\
|
|
"1.622624, 1.631016, 1.657086, 1.752152, 2.210890");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936",\
|
|
"0.018477, 0.026396, 0.056131, 0.192337, 0.865936");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054",\
|
|
"1.619197, 1.625414, 1.642538, 1.689574, 1.881054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003123, 0.013396, 0.052623, 0.212623, 1.000000");
|
|
values ( "0.015337, 0.019608, 0.032902, 0.087344, 0.344176",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.344176",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.344176",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.344176",\
|
|
"0.015337, 0.019608, 0.032902, 0.087344, 0.344176");
|
|
}
|
|
|
|
} /* 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.003143 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "0.015546, 0.019786, 0.033002, 0.086778, 0.346819",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.346819",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.346819",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.346819",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.346819");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711",\
|
|
"1.545704, 1.553891, 1.579811, 1.674981, 2.127711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271",\
|
|
"0.018012, 0.026029, 0.056151, 0.193056, 0.862271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709",\
|
|
"1.555773, 1.561898, 1.579002, 1.624172, 1.817709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003643, 0.013915, 0.053143, 0.213143, 1.000000");
|
|
values ( "0.015546, 0.019786, 0.033002, 0.086778, 0.344835",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.344835",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.344835",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.344835",\
|
|
"0.015546, 0.019786, 0.033002, 0.086778, 0.344835");
|
|
}
|
|
|
|
} /* 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.003058 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "0.015528, 0.019745, 0.032983, 0.087076, 0.347794",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.347794",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.347794",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.347794",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.347794");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009",\
|
|
"1.611181, 1.619499, 1.645582, 1.740947, 2.194009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521",\
|
|
"0.018801, 0.026701, 0.056424, 0.193364, 0.863521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035",\
|
|
"1.611560, 1.617699, 1.634807, 1.680055, 1.874035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003558, 0.013830, 0.053058, 0.213058, 1.000000");
|
|
values ( "0.015528, 0.019745, 0.032983, 0.087076, 0.345536",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.345536",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.345536",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.345536",\
|
|
"0.015528, 0.019745, 0.032983, 0.087076, 0.345536");
|
|
}
|
|
|
|
} /* 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.001699 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506",\
|
|
"1.609079, 1.617623, 1.643659, 1.738261, 2.195506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066",\
|
|
"0.017554, 0.025541, 0.055380, 0.190525, 0.861066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107",\
|
|
"1.610249, 1.616656, 1.633857, 1.680417, 1.871107");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002199, 0.012472, 0.051699, 0.211699, 1.000000");
|
|
values ( "0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233",\
|
|
"0.014912, 0.019309, 0.032694, 0.085978, 0.351233");
|
|
}
|
|
|
|
} /* 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.001964 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414",\
|
|
"1.576481, 1.584887, 1.610847, 1.705594, 2.163414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917",\
|
|
"0.017214, 0.025257, 0.055328, 0.191106, 0.862917");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785",\
|
|
"1.584582, 1.590937, 1.608149, 1.654855, 1.845785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002464, 0.012736, 0.051964, 0.211964, 1.000000");
|
|
values ( "0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883",\
|
|
"0.015023, 0.019397, 0.032724, 0.086451, 0.352883");
|
|
}
|
|
|
|
} /* 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.002341 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "0.015184, 0.019528, 0.032819, 0.086678, 0.344099",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.344099",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.344099",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.344099",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.344099");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807",\
|
|
"1.523051, 1.531350, 1.557244, 1.652025, 2.109807");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416",\
|
|
"0.017225, 0.025296, 0.055503, 0.191514, 0.863416");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063",\
|
|
"1.532804, 1.539085, 1.556257, 1.602997, 1.794063");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002841, 0.013113, 0.052341, 0.212341, 1.000000");
|
|
values ( "0.015184, 0.019528, 0.032819, 0.086678, 0.341799",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.341799",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.341799",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.341799",\
|
|
"0.015184, 0.019528, 0.032819, 0.086678, 0.341799");
|
|
}
|
|
|
|
} /* 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.004807 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "0.016289, 0.020356, 0.033478, 0.087502, 0.347411",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.347411",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.347411",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.347411",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.347411");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131",\
|
|
"1.541322, 1.549180, 1.574956, 1.670240, 2.122131");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063",\
|
|
"0.019131, 0.027133, 0.057397, 0.194649, 0.863063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546",\
|
|
"1.552413, 1.558192, 1.575054, 1.620255, 1.813546");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005307, 0.015579, 0.054807, 0.214807, 1.000000");
|
|
values ( "0.016289, 0.020356, 0.033478, 0.087502, 0.345256",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.345256",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.345256",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.345256",\
|
|
"0.016289, 0.020356, 0.033478, 0.087502, 0.345256");
|
|
}
|
|
|
|
} /* 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.000677 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160",\
|
|
"1.526605, 1.535281, 1.561049, 1.653863, 2.107160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818",\
|
|
"0.015749, 0.023960, 0.054349, 0.184474, 0.848818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545",\
|
|
"1.540202, 1.546892, 1.564099, 1.609053, 1.799545");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001177, 0.011449, 0.050677, 0.210677, 1.000000");
|
|
values ( "0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015",\
|
|
"0.014386, 0.019011, 0.032554, 0.080879, 0.341015");
|
|
}
|
|
|
|
} /* 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.000739 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040",\
|
|
"1.522417, 1.531063, 1.556820, 1.649651, 2.103040");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120",\
|
|
"0.015732, 0.023948, 0.054365, 0.184501, 0.849120");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419",\
|
|
"1.536962, 1.543634, 1.560839, 1.605809, 1.796419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001239, 0.011511, 0.050739, 0.210739, 1.000000");
|
|
values ( "0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325",\
|
|
"0.014417, 0.019032, 0.032565, 0.080876, 0.341325");
|
|
}
|
|
|
|
} /* 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.000706 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419",\
|
|
"1.519931, 1.528582, 1.554332, 1.647143, 2.100419");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825",\
|
|
"0.015680, 0.023901, 0.054333, 0.184495, 0.848825");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325",\
|
|
"1.535004, 1.541686, 1.558893, 1.603842, 1.794325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001206, 0.011478, 0.050706, 0.210706, 1.000000");
|
|
values ( "0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017",\
|
|
"0.014401, 0.019022, 0.032560, 0.080887, 0.341017");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[16] */
|
|
|
|
pin("mgmt_gpio_out[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000820 ;
|
|
|
|
/* 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.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.228512, 0.313633, 0.420043, 0.519926, 1.071355",\
|
|
"0.228512, 0.313633, 0.420043, 0.519926, 1.071355",\
|
|
"0.228512, 0.313633, 0.420043, 0.519926, 1.071355",\
|
|
"0.227207, 0.312289, 0.418682, 0.518547, 1.071355",\
|
|
"0.171091, 0.256223, 0.362553, 0.462361, 1.054667");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016742, 0.124008, 0.277177, 0.420959, 1.290614",\
|
|
"0.016742, 0.124008, 0.277178, 0.420961, 1.290614",\
|
|
"0.016742, 0.124008, 0.277180, 0.420967, 1.290614",\
|
|
"0.016742, 0.124008, 0.277185, 0.420982, 1.290614",\
|
|
"0.017143, 0.124015, 0.277185, 0.420982, 1.290614");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.275074, 0.337101, 0.399273, 0.457628, 0.801321",\
|
|
"0.314133, 0.376160, 0.438332, 0.496687, 0.840381",\
|
|
"0.377534, 0.439562, 0.501735, 0.560091, 0.903785",\
|
|
"0.495902, 0.557923, 0.620099, 0.678457, 1.022108",\
|
|
"0.700404, 0.762382, 0.824560, 0.882920, 1.226405");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016558, 0.074101, 0.153745, 0.228528, 0.702507",\
|
|
"0.016558, 0.074101, 0.153747, 0.228534, 0.702507",\
|
|
"0.016558, 0.074101, 0.153767, 0.228582, 0.702507",\
|
|
"0.016567, 0.074101, 0.153839, 0.228750, 0.702507",\
|
|
"0.016616, 0.074101, 0.153839, 0.228750, 0.702507");
|
|
}
|
|
|
|
} /* 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.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.187706, 0.272847, 0.379268, 0.479159, 1.071355",\
|
|
"0.187706, 0.272847, 0.379268, 0.479159, 1.071355",\
|
|
"0.187706, 0.272847, 0.379268, 0.479159, 1.071355",\
|
|
"0.187706, 0.272847, 0.379268, 0.479159, 1.071355",\
|
|
"0.171091, 0.256223, 0.362553, 0.462361, 1.054667");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016742, 0.123996, 0.277161, 0.420919, 1.288036",\
|
|
"0.016742, 0.123996, 0.277161, 0.420919, 1.288036",\
|
|
"0.016742, 0.123996, 0.277161, 0.420919, 1.288036",\
|
|
"0.016742, 0.123996, 0.277161, 0.420919, 1.288036",\
|
|
"0.017143, 0.124015, 0.277161, 0.420919, 1.288036");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.275074, 0.337101, 0.399273, 0.457628, 0.801321",\
|
|
"0.314133, 0.376160, 0.438332, 0.496687, 0.840381",\
|
|
"0.377534, 0.439562, 0.501735, 0.560091, 0.903785",\
|
|
"0.495902, 0.557923, 0.620099, 0.678457, 1.022108",\
|
|
"0.700404, 0.762382, 0.824560, 0.882920, 1.226405");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016558, 0.074060, 0.153745, 0.228528, 0.701682",\
|
|
"0.016558, 0.074060, 0.153747, 0.228534, 0.701682",\
|
|
"0.016558, 0.074060, 0.153767, 0.228582, 0.701682",\
|
|
"0.016567, 0.074060, 0.153826, 0.228698, 0.701682",\
|
|
"0.016616, 0.074085, 0.153826, 0.228698, 0.701682");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "1.699380, 1.784515, 1.890932, 1.990821, 2.583019",\
|
|
"1.699380, 1.784515, 1.890932, 1.990821, 2.583019",\
|
|
"1.699380, 1.784515, 1.890932, 1.990821, 2.583019",\
|
|
"1.699380, 1.784515, 1.890932, 1.990821, 2.583019",\
|
|
"1.699380, 1.784515, 1.890932, 1.990821, 2.583019");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016741, 0.124006, 0.277178, 0.420962, 1.290417",\
|
|
"0.016741, 0.124006, 0.277178, 0.420962, 1.290417",\
|
|
"0.016741, 0.124006, 0.277178, 0.420962, 1.290417",\
|
|
"0.016741, 0.124006, 0.277178, 0.420962, 1.290417",\
|
|
"0.016741, 0.124006, 0.277178, 0.420962, 1.290417");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "1.762551, 1.824578, 1.886750, 1.945105, 2.288799",\
|
|
"1.762551, 1.824578, 1.886750, 1.945105, 2.288799",\
|
|
"1.762551, 1.824578, 1.886750, 1.945105, 2.288799",\
|
|
"1.762551, 1.824578, 1.886750, 1.945105, 2.288799",\
|
|
"1.762551, 1.824578, 1.886750, 1.945105, 2.288799");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016558, 0.074100, 0.153749, 0.228537, 0.702552",\
|
|
"0.016558, 0.074100, 0.153749, 0.228537, 0.702552",\
|
|
"0.016558, 0.074100, 0.153749, 0.228537, 0.702552",\
|
|
"0.016558, 0.074100, 0.153749, 0.228537, 0.702552",\
|
|
"0.016558, 0.074100, 0.153749, 0.228537, 0.702552");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "1.540691, 1.625834, 1.732255, 1.832147, 2.424342",\
|
|
"1.540691, 1.625834, 1.732255, 1.832147, 2.424342",\
|
|
"1.540691, 1.625834, 1.732255, 1.832147, 2.424342",\
|
|
"1.540691, 1.625834, 1.732255, 1.832147, 2.424342",\
|
|
"1.540691, 1.625834, 1.732255, 1.832147, 2.424342");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016743, 0.124008, 0.277177, 0.420958, 1.290644",\
|
|
"0.016743, 0.124008, 0.277177, 0.420958, 1.290644",\
|
|
"0.016743, 0.124008, 0.277177, 0.420958, 1.290644",\
|
|
"0.016743, 0.124008, 0.277177, 0.420958, 1.290644",\
|
|
"0.016743, 0.124008, 0.277177, 0.420958, 1.290644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "1.637791, 1.699818, 1.761990, 1.820345, 2.164038",\
|
|
"1.637791, 1.699818, 1.761990, 1.820345, 2.164038",\
|
|
"1.637791, 1.699818, 1.761990, 1.820345, 2.164038",\
|
|
"1.637791, 1.699818, 1.761990, 1.820345, 2.164038",\
|
|
"1.637791, 1.699818, 1.761990, 1.820345, 2.164038");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001320, 0.089547, 0.210820, 0.324659, 1.000000");
|
|
values ( "0.016558, 0.074103, 0.153742, 0.228520, 0.702471",\
|
|
"0.016558, 0.074103, 0.153742, 0.228520, 0.702471",\
|
|
"0.016558, 0.074103, 0.153742, 0.228520, 0.702471",\
|
|
"0.016558, 0.074103, 0.153742, 0.228520, 0.702471",\
|
|
"0.016558, 0.074103, 0.153742, 0.228520, 0.702471");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[15]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[15] */
|
|
|
|
pin("mgmt_gpio_out[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001161 ;
|
|
|
|
/* 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.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.689660, 0.774624, 0.881152, 0.982608, 1.573987",\
|
|
"0.722319, 0.807283, 0.913811, 1.015268, 1.606647",\
|
|
"0.745838, 0.830802, 0.937329, 1.038786, 1.621567",\
|
|
"0.760665, 0.845629, 0.952157, 1.053613, 1.621567",\
|
|
"0.760665, 0.845629, 0.952157, 1.053613, 1.621567");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.784435, 0.846239, 0.908532, 0.968044, 1.311477",\
|
|
"0.834023, 0.895827, 0.958120, 1.017632, 1.361065",\
|
|
"0.898275, 0.960079, 1.022372, 1.081884, 1.425317",\
|
|
"1.004296, 1.066100, 1.128393, 1.187904, 1.531337",\
|
|
"1.181059, 1.242863, 1.305156, 1.364668, 1.708101");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270");
|
|
}
|
|
|
|
} /* 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.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.689660, 0.774624, 0.881152, 0.982608, 1.573987",\
|
|
"0.722319, 0.807283, 0.913811, 1.015268, 1.606647",\
|
|
"0.737240, 0.822204, 0.928732, 1.030188, 1.621567",\
|
|
"0.737240, 0.822204, 0.928732, 1.030188, 1.621567",\
|
|
"0.737240, 0.822204, 0.928732, 1.030188, 1.621567");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232",\
|
|
"0.017157, 0.124359, 0.277437, 0.427172, 1.292232");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.784435, 0.846239, 0.908532, 0.968044, 1.311477",\
|
|
"0.834023, 0.895827, 0.958120, 1.017632, 1.361065",\
|
|
"0.898275, 0.960079, 1.022372, 1.081884, 1.425317",\
|
|
"1.004296, 1.066100, 1.128393, 1.187904, 1.531337",\
|
|
"1.181059, 1.242863, 1.305156, 1.364668, 1.708101");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270",\
|
|
"0.016906, 0.074239, 0.153828, 0.233615, 0.705270");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "1.701401, 1.786364, 1.892891, 1.994347, 2.585726",\
|
|
"1.701401, 1.786364, 1.892891, 1.994347, 2.585726",\
|
|
"1.701401, 1.786364, 1.892891, 1.994347, 2.585726",\
|
|
"1.701401, 1.786364, 1.892891, 1.994347, 2.585726",\
|
|
"1.701401, 1.786364, 1.892891, 1.994347, 2.585726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.017156, 0.124359, 0.277437, 0.427173, 1.292201",\
|
|
"0.017156, 0.124359, 0.277437, 0.427173, 1.292201",\
|
|
"0.017156, 0.124359, 0.277437, 0.427173, 1.292201",\
|
|
"0.017156, 0.124359, 0.277437, 0.427173, 1.292201",\
|
|
"0.017156, 0.124359, 0.277437, 0.427173, 1.292201");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "1.764286, 1.826090, 1.888383, 1.947895, 2.291327",\
|
|
"1.764286, 1.826090, 1.888383, 1.947895, 2.291327",\
|
|
"1.764286, 1.826090, 1.888383, 1.947895, 2.291327",\
|
|
"1.764286, 1.826090, 1.888383, 1.947895, 2.291327",\
|
|
"1.764286, 1.826090, 1.888383, 1.947895, 2.291327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.016906, 0.074239, 0.153827, 0.233613, 0.705259",\
|
|
"0.016906, 0.074239, 0.153827, 0.233613, 0.705259",\
|
|
"0.016906, 0.074239, 0.153827, 0.233613, 0.705259",\
|
|
"0.016906, 0.074239, 0.153827, 0.233613, 0.705259",\
|
|
"0.016906, 0.074239, 0.153827, 0.233613, 0.705259");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "1.557359, 1.642329, 1.748860, 1.850318, 2.441695",\
|
|
"1.557359, 1.642329, 1.748860, 1.850318, 2.441695",\
|
|
"1.557359, 1.642329, 1.748860, 1.850318, 2.441695",\
|
|
"1.557359, 1.642329, 1.748860, 1.850318, 2.441695",\
|
|
"1.557359, 1.642329, 1.748860, 1.850318, 2.441695");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.017159, 0.124361, 0.277436, 0.427170, 1.292397",\
|
|
"0.017159, 0.124361, 0.277436, 0.427170, 1.292397",\
|
|
"0.017159, 0.124361, 0.277436, 0.427170, 1.292397",\
|
|
"0.017159, 0.124361, 0.277436, 0.427170, 1.292397",\
|
|
"0.017159, 0.124361, 0.277436, 0.427170, 1.292397");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "1.651601, 1.713405, 1.775698, 1.835209, 2.178642",\
|
|
"1.651601, 1.713405, 1.775698, 1.835209, 2.178642",\
|
|
"1.651601, 1.713405, 1.775698, 1.835209, 2.178642",\
|
|
"1.651601, 1.713405, 1.775698, 1.835209, 2.178642",\
|
|
"1.651601, 1.713405, 1.775698, 1.835209, 2.178642");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001661, 0.089888, 0.211161, 0.325000, 1.000000");
|
|
values ( "0.016906, 0.074241, 0.153823, 0.233605, 0.705216",\
|
|
"0.016906, 0.074241, 0.153823, 0.233605, 0.705216",\
|
|
"0.016906, 0.074241, 0.153823, 0.233605, 0.705216",\
|
|
"0.016906, 0.074241, 0.153823, 0.233605, 0.705216",\
|
|
"0.016906, 0.074241, 0.153823, 0.233605, 0.705216");
|
|
}
|
|
|
|
} /* 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.000799 ;
|
|
|
|
/* 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.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.472611, 0.481506, 0.507503, 0.600399, 1.053815",\
|
|
"0.502812, 0.511708, 0.537705, 0.630600, 1.054682",\
|
|
"0.516374, 0.525270, 0.551267, 0.644162, 1.054682",\
|
|
"0.516374, 0.525270, 0.551267, 0.644162, 1.054682",\
|
|
"0.516374, 0.525270, 0.551267, 0.644162, 1.054682");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.017348, 0.025364, 0.055082, 0.184609, 0.848997",\
|
|
"0.017348, 0.025364, 0.055082, 0.184609, 0.848997",\
|
|
"0.017348, 0.025365, 0.055082, 0.184609, 0.848997",\
|
|
"0.017348, 0.025365, 0.055082, 0.184609, 0.848997",\
|
|
"0.017349, 0.025366, 0.055083, 0.184609, 0.848997");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.490879, 0.497581, 0.514865, 0.560046, 0.750718",\
|
|
"0.541436, 0.548139, 0.565422, 0.610603, 0.801276",\
|
|
"0.605618, 0.612321, 0.629604, 0.674785, 0.865457",\
|
|
"0.716490, 0.723192, 0.740475, 0.785656, 0.976328",\
|
|
"0.907720, 0.914422, 0.931706, 0.976887, 1.167560");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.014998, 0.019616, 0.033152, 0.081140, 0.341391",\
|
|
"0.014998, 0.019616, 0.033152, 0.081140, 0.341391",\
|
|
"0.014998, 0.019616, 0.033152, 0.081140, 0.341391",\
|
|
"0.014998, 0.019616, 0.033152, 0.081140, 0.341391",\
|
|
"0.014999, 0.019616, 0.033153, 0.081140, 0.341391");
|
|
}
|
|
|
|
} /* 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.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.472611, 0.481506, 0.507503, 0.600399, 1.053815",\
|
|
"0.473476, 0.482372, 0.508369, 0.601265, 1.054682",\
|
|
"0.473476, 0.482372, 0.508369, 0.601265, 1.054682",\
|
|
"0.473476, 0.482372, 0.508369, 0.601265, 1.054682",\
|
|
"0.473476, 0.482372, 0.508369, 0.601265, 1.054682");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.017348, 0.025364, 0.055082, 0.184609, 0.848997",\
|
|
"0.017348, 0.025364, 0.055082, 0.184609, 0.848997",\
|
|
"0.017348, 0.025365, 0.055082, 0.184609, 0.848997",\
|
|
"0.017348, 0.025365, 0.055082, 0.184609, 0.848997",\
|
|
"0.017349, 0.025366, 0.055083, 0.184609, 0.848997");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.488409, 0.495112, 0.512395, 0.557576, 0.748249",\
|
|
"0.538966, 0.545669, 0.562953, 0.608134, 0.798807",\
|
|
"0.603263, 0.609966, 0.627250, 0.672431, 0.863103",\
|
|
"0.714428, 0.721130, 0.738413, 0.783594, 0.974267",\
|
|
"0.906152, 0.912855, 0.930138, 0.975319, 1.165992");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.014998, 0.019615, 0.033152, 0.081139, 0.341390",\
|
|
"0.014998, 0.019615, 0.033152, 0.081139, 0.341390",\
|
|
"0.014998, 0.019615, 0.033152, 0.081139, 0.341390",\
|
|
"0.014998, 0.019615, 0.033152, 0.081139, 0.341390",\
|
|
"0.014998, 0.019615, 0.033152, 0.081139, 0.341391");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "1.705865, 1.714758, 1.740753, 1.833648, 2.287065",\
|
|
"1.705865, 1.714758, 1.740753, 1.833648, 2.287065",\
|
|
"1.705865, 1.714758, 1.740753, 1.833648, 2.287065",\
|
|
"1.705865, 1.714758, 1.740753, 1.833648, 2.287065",\
|
|
"1.705865, 1.714758, 1.740753, 1.833648, 2.287065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.017337, 0.025355, 0.055078, 0.184609, 0.848998",\
|
|
"0.017337, 0.025355, 0.055078, 0.184609, 0.848998",\
|
|
"0.017337, 0.025355, 0.055078, 0.184609, 0.848998",\
|
|
"0.017337, 0.025355, 0.055078, 0.184609, 0.848998",\
|
|
"0.017337, 0.025355, 0.055078, 0.184609, 0.848998");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "1.772355, 1.779055, 1.796332, 1.841510, 2.032182",\
|
|
"1.772355, 1.779055, 1.796332, 1.841510, 2.032182",\
|
|
"1.772355, 1.779055, 1.796332, 1.841510, 2.032182",\
|
|
"1.772355, 1.779055, 1.796332, 1.841510, 2.032182",\
|
|
"1.772355, 1.779055, 1.796332, 1.841510, 2.032182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.014981, 0.019598, 0.033138, 0.081132, 0.341387",\
|
|
"0.014981, 0.019598, 0.033138, 0.081132, 0.341387",\
|
|
"0.014981, 0.019598, 0.033138, 0.081132, 0.341387",\
|
|
"0.014981, 0.019598, 0.033138, 0.081132, 0.341387",\
|
|
"0.014981, 0.019598, 0.033138, 0.081132, 0.341387");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "1.610393, 1.619287, 1.645281, 1.738176, 2.191593",\
|
|
"1.610393, 1.619287, 1.645281, 1.738176, 2.191593",\
|
|
"1.610393, 1.619287, 1.645281, 1.738176, 2.191593",\
|
|
"1.610393, 1.619287, 1.645281, 1.738176, 2.191593",\
|
|
"1.610393, 1.619287, 1.645281, 1.738176, 2.191593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.017335, 0.025353, 0.055077, 0.184609, 0.848998",\
|
|
"0.017335, 0.025353, 0.055077, 0.184609, 0.848998",\
|
|
"0.017335, 0.025353, 0.055077, 0.184609, 0.848998",\
|
|
"0.017335, 0.025353, 0.055077, 0.184609, 0.848998",\
|
|
"0.017335, 0.025353, 0.055077, 0.184609, 0.848998");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "1.678803, 1.685472, 1.702683, 1.747829, 1.938488",\
|
|
"1.678803, 1.685472, 1.702683, 1.747829, 1.938488",\
|
|
"1.678803, 1.685472, 1.702683, 1.747829, 1.938488",\
|
|
"1.678803, 1.685472, 1.702683, 1.747829, 1.938488",\
|
|
"1.678803, 1.685472, 1.702683, 1.747829, 1.938488");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001299, 0.011571, 0.050799, 0.210799, 1.000000");
|
|
values ( "0.014797, 0.019407, 0.032982, 0.081055, 0.341349",\
|
|
"0.014797, 0.019407, 0.032982, 0.081055, 0.341349",\
|
|
"0.014797, 0.019407, 0.032982, 0.081055, 0.341349",\
|
|
"0.014797, 0.019407, 0.032982, 0.081055, 0.341349",\
|
|
"0.014797, 0.019407, 0.032982, 0.081055, 0.341349");
|
|
}
|
|
|
|
} /* 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.000941 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999",\
|
|
"1.507149, 1.515641, 1.541321, 1.634110, 2.086999");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429",\
|
|
"0.015324, 0.023604, 0.054284, 0.184582, 0.848429");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578",\
|
|
"1.534434, 1.541039, 1.558198, 1.603158, 1.793578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001441, 0.011713, 0.050941, 0.210941, 1.000000");
|
|
values ( "0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013",\
|
|
"0.014517, 0.019102, 0.032639, 0.080959, 0.341013");
|
|
}
|
|
|
|
} /* 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.001095 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476",\
|
|
"1.526404, 1.534848, 1.560536, 1.653382, 2.106476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138",\
|
|
"0.015398, 0.023674, 0.054369, 0.184606, 0.849138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394",\
|
|
"1.549880, 1.556443, 1.573599, 1.618611, 1.809394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001595, 0.011867, 0.051095, 0.211095, 1.000000");
|
|
values ( "0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940",\
|
|
"0.014592, 0.019153, 0.032665, 0.080943, 0.341940");
|
|
}
|
|
|
|
} /* 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.000905 ;
|
|
|
|
/* 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.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.381878, 0.390390, 0.416065, 0.508856, 0.932972",\
|
|
"0.381878, 0.390390, 0.416065, 0.508856, 0.932972",\
|
|
"0.370650, 0.379163, 0.404837, 0.497629, 0.932972",\
|
|
"0.273657, 0.282169, 0.307844, 0.400635, 0.853691",\
|
|
"-0.107427, -0.098913, -0.073240, 0.019552, 0.472621");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.015372, 0.023643, 0.054291, 0.184606, 0.848689",\
|
|
"0.015372, 0.023643, 0.054291, 0.184606, 0.848689",\
|
|
"0.015372, 0.023643, 0.054291, 0.184606, 0.848691",\
|
|
"0.015374, 0.023645, 0.054292, 0.184608, 0.848698",\
|
|
"0.015381, 0.023651, 0.054295, 0.184612, 0.848722");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.410382, 0.416975, 0.434081, 0.479100, 0.669551",\
|
|
"0.505165, 0.511757, 0.528863, 0.573882, 0.764333",\
|
|
"0.634701, 0.641293, 0.658399, 0.703418, 0.893869",\
|
|
"0.899338, 0.905930, 0.923035, 0.968055, 1.158506",\
|
|
"1.523738, 1.530329, 1.547433, 1.592454, 1.782906");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014498, 0.019078, 0.032676, 0.080953, 0.340988",\
|
|
"0.014498, 0.019078, 0.032676, 0.080953, 0.340987",\
|
|
"0.014498, 0.019078, 0.032677, 0.080953, 0.340987",\
|
|
"0.014498, 0.019078, 0.032677, 0.080953, 0.340987",\
|
|
"0.014498, 0.019078, 0.032678, 0.080953, 0.340986");
|
|
}
|
|
|
|
} /* 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.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.351608, 0.360120, 0.385795, 0.478587, 0.931633",\
|
|
"0.351608, 0.360120, 0.385795, 0.478587, 0.931633",\
|
|
"0.351608, 0.360120, 0.385795, 0.478587, 0.931633",\
|
|
"0.272394, 0.280906, 0.306581, 0.399373, 0.852425",\
|
|
"-0.108398, -0.099885, -0.074211, 0.018581, 0.471647");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.015369, 0.023641, 0.054290, 0.184604, 0.848680",\
|
|
"0.015369, 0.023641, 0.054290, 0.184604, 0.848681",\
|
|
"0.015370, 0.023641, 0.054290, 0.184605, 0.848682",\
|
|
"0.015372, 0.023643, 0.054291, 0.184606, 0.848690",\
|
|
"0.015380, 0.023650, 0.054294, 0.184611, 0.848715");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.398850, 0.405442, 0.422549, 0.467567, 0.658018",\
|
|
"0.494029, 0.500622, 0.517728, 0.562747, 0.753198",\
|
|
"0.624616, 0.631209, 0.648315, 0.693334, 0.883785",\
|
|
"0.890810, 0.897403, 0.914509, 0.959528, 1.149979",\
|
|
"1.517511, 1.524103, 1.541207, 1.586228, 1.776679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014498, 0.019078, 0.032676, 0.080953, 0.340988",\
|
|
"0.014498, 0.019078, 0.032676, 0.080953, 0.340988",\
|
|
"0.014498, 0.019078, 0.032676, 0.080953, 0.340988",\
|
|
"0.014498, 0.019078, 0.032677, 0.080953, 0.340987",\
|
|
"0.014498, 0.019078, 0.032678, 0.080953, 0.340987");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181",\
|
|
"1.535194, 1.543704, 1.569381, 1.662171, 2.115181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612",\
|
|
"0.015349, 0.023623, 0.054280, 0.184590, 0.848612");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573",\
|
|
"1.635404, 1.641998, 1.659106, 1.704123, 1.894573");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001405, 0.011677, 0.050905, 0.210905, 1.000000");
|
|
values ( "0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989",\
|
|
"0.014498, 0.019079, 0.032675, 0.080953, 0.340989");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_mgmt_gpio_out[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[10] */
|
|
|
|
pin("mgmt_gpio_out[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000954 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364",\
|
|
"1.595840, 1.680851, 1.787264, 1.888536, 2.479364");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562",\
|
|
"0.016895, 0.124159, 0.277331, 0.426241, 1.289562");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433",\
|
|
"1.667210, 1.729128, 1.791317, 1.850646, 2.193433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001454, 0.089682, 0.210954, 0.324793, 1.000000");
|
|
values ( "0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408",\
|
|
"0.016694, 0.074155, 0.153863, 0.232829, 0.703408");
|
|
}
|
|
|
|
} /* 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.000980 ;
|
|
|
|
/* 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.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.401764, 0.410256, 0.435923, 0.528715, 0.950560",\
|
|
"0.401764, 0.410256, 0.435923, 0.528715, 0.950560",\
|
|
"0.401764, 0.410256, 0.435923, 0.528715, 0.950560",\
|
|
"0.389871, 0.398362, 0.424030, 0.516822, 0.950560",\
|
|
"0.327310, 0.335802, 0.361469, 0.454262, 0.907295");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.015447, 0.023712, 0.054358, 0.184676, 0.848731",\
|
|
"0.015447, 0.023712, 0.054358, 0.184676, 0.848731",\
|
|
"0.015447, 0.023712, 0.054358, 0.184676, 0.848731",\
|
|
"0.015447, 0.023713, 0.054358, 0.184676, 0.848732",\
|
|
"0.015448, 0.023714, 0.054358, 0.184676, 0.848735");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.406010, 0.412579, 0.429671, 0.474692, 0.665122",\
|
|
"0.457494, 0.464063, 0.481156, 0.526176, 0.716606",\
|
|
"0.518500, 0.525069, 0.542162, 0.587182, 0.777613",\
|
|
"0.623369, 0.629938, 0.647031, 0.692051, 0.882482",\
|
|
"0.813393, 0.819962, 0.837054, 0.882075, 1.072505");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.014538, 0.019104, 0.032700, 0.080976, 0.340987",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340987",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340987",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340986",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340986");
|
|
}
|
|
|
|
} /* 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.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.370578, 0.379069, 0.404737, 0.497529, 0.950560",\
|
|
"0.370578, 0.379069, 0.404737, 0.497529, 0.950560",\
|
|
"0.370578, 0.379069, 0.404737, 0.497529, 0.950560",\
|
|
"0.370578, 0.379069, 0.404737, 0.497529, 0.950560",\
|
|
"0.327310, 0.335802, 0.361469, 0.454262, 0.907295");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.015447, 0.023712, 0.054358, 0.184676, 0.848731",\
|
|
"0.015447, 0.023712, 0.054358, 0.184676, 0.848731",\
|
|
"0.015447, 0.023712, 0.054358, 0.184676, 0.848731",\
|
|
"0.015447, 0.023713, 0.054358, 0.184676, 0.848732",\
|
|
"0.015448, 0.023714, 0.054358, 0.184676, 0.848735");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.405949, 0.412517, 0.429610, 0.474631, 0.665061",\
|
|
"0.457433, 0.464002, 0.481095, 0.526115, 0.716545",\
|
|
"0.518441, 0.525010, 0.542103, 0.587123, 0.777553",\
|
|
"0.623314, 0.629883, 0.646976, 0.691996, 0.882426",\
|
|
"0.813340, 0.819909, 0.837002, 0.882022, 1.072453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.014538, 0.019104, 0.032700, 0.080976, 0.340987",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340987",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340987",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340987",\
|
|
"0.014538, 0.019104, 0.032700, 0.080976, 0.340987");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866",\
|
|
"1.581916, 1.590405, 1.616074, 1.708866, 2.161866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673",\
|
|
"0.015430, 0.023698, 0.054350, 0.184664, 0.848673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913",\
|
|
"1.664801, 1.671370, 1.688465, 1.733483, 1.923913");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001480, 0.011752, 0.050980, 0.210980, 1.000000");
|
|
values ( "0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988",\
|
|
"0.014538, 0.019105, 0.032698, 0.080975, 0.340988");
|
|
}
|
|
|
|
} /* 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.000965 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151",\
|
|
"1.537165, 1.545854, 1.571706, 1.664604, 2.118151");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662",\
|
|
"0.016584, 0.024701, 0.054822, 0.184667, 0.849662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693",\
|
|
"1.562086, 1.568652, 1.585736, 1.630842, 1.821693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001465, 0.011737, 0.050965, 0.210965, 1.000000");
|
|
values ( "0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900",\
|
|
"0.014531, 0.019091, 0.032702, 0.080911, 0.341900");
|
|
}
|
|
|
|
} /* 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.000819 ;
|
|
|
|
/* 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.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.350009, 0.359061, 0.385201, 0.478117, 0.914343",\
|
|
"0.350009, 0.359061, 0.385201, 0.478117, 0.914343",\
|
|
"0.349044, 0.358097, 0.384237, 0.477153, 0.914343",\
|
|
"0.330720, 0.339772, 0.365913, 0.458829, 0.912142",\
|
|
"0.261995, 0.271048, 0.297189, 0.390105, 0.843418");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018331, 0.026226, 0.055516, 0.184684, 0.848624",\
|
|
"0.018331, 0.026227, 0.055517, 0.184684, 0.848624",\
|
|
"0.018332, 0.026227, 0.055517, 0.184684, 0.848624",\
|
|
"0.018333, 0.026228, 0.055517, 0.184684, 0.848624",\
|
|
"0.018334, 0.026229, 0.055517, 0.184684, 0.848624");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.399974, 0.406815, 0.424397, 0.469706, 0.660300",\
|
|
"0.445542, 0.452383, 0.469965, 0.515274, 0.705868",\
|
|
"0.486085, 0.492926, 0.510509, 0.555818, 0.746412",\
|
|
"0.557097, 0.563938, 0.581522, 0.626831, 0.817425",\
|
|
"0.695257, 0.702098, 0.719682, 0.764991, 0.955585");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.015872, 0.020519, 0.033892, 0.081528, 0.341258",\
|
|
"0.015872, 0.020519, 0.033893, 0.081528, 0.341259",\
|
|
"0.015873, 0.020520, 0.033893, 0.081528, 0.341259",\
|
|
"0.015874, 0.020521, 0.033894, 0.081529, 0.341259",\
|
|
"0.015876, 0.020523, 0.033896, 0.081530, 0.341259");
|
|
}
|
|
|
|
} /* 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.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.332921, 0.341973, 0.368114, 0.461029, 0.914343",\
|
|
"0.332921, 0.341973, 0.368114, 0.461029, 0.914343",\
|
|
"0.332921, 0.341973, 0.368114, 0.461029, 0.914343",\
|
|
"0.330720, 0.339772, 0.365913, 0.458829, 0.912142",\
|
|
"0.261995, 0.271048, 0.297189, 0.390105, 0.843418");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018331, 0.026226, 0.055516, 0.184684, 0.848624",\
|
|
"0.018331, 0.026227, 0.055517, 0.184684, 0.848624",\
|
|
"0.018332, 0.026227, 0.055517, 0.184684, 0.848624",\
|
|
"0.018333, 0.026228, 0.055517, 0.184684, 0.848624",\
|
|
"0.018334, 0.026229, 0.055517, 0.184684, 0.848624");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.399974, 0.406815, 0.424397, 0.469706, 0.660300",\
|
|
"0.445542, 0.452383, 0.469965, 0.515274, 0.705868",\
|
|
"0.486085, 0.492926, 0.510509, 0.555818, 0.746412",\
|
|
"0.557097, 0.563938, 0.581522, 0.626831, 0.817425",\
|
|
"0.695257, 0.702098, 0.719682, 0.764991, 0.955585");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.015872, 0.020519, 0.033892, 0.081528, 0.341258",\
|
|
"0.015872, 0.020519, 0.033893, 0.081528, 0.341259",\
|
|
"0.015873, 0.020520, 0.033893, 0.081528, 0.341259",\
|
|
"0.015874, 0.020521, 0.033894, 0.081529, 0.341259",\
|
|
"0.015876, 0.020523, 0.033896, 0.081530, 0.341259");
|
|
}
|
|
|
|
} /* 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.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.380675, 0.389727, 0.415867, 0.508782, 0.944784",\
|
|
"0.380675, 0.389727, 0.415867, 0.508782, 0.944784",\
|
|
"0.379307, 0.388358, 0.414498, 0.507414, 0.944784",\
|
|
"0.360182, 0.369233, 0.395372, 0.488288, 0.941600",\
|
|
"0.293098, 0.302149, 0.328289, 0.421204, 0.874517");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.449694, 0.456487, 0.473969, 0.519229, 0.709802",\
|
|
"0.495541, 0.502333, 0.519814, 0.565074, 0.755648",\
|
|
"0.536628, 0.543420, 0.560899, 0.606159, 0.796732",\
|
|
"0.609355, 0.616146, 0.633624, 0.678882, 0.869454",\
|
|
"0.750578, 0.757369, 0.774846, 0.820104, 1.010677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.015590, 0.020226, 0.033654, 0.081410, 0.341201",\
|
|
"0.015587, 0.020224, 0.033652, 0.081409, 0.341200",\
|
|
"0.015583, 0.020219, 0.033649, 0.081407, 0.341199",\
|
|
"0.015577, 0.020213, 0.033643, 0.081404, 0.341198",\
|
|
"0.015576, 0.020212, 0.033643, 0.081404, 0.341198");
|
|
}
|
|
|
|
} /* 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.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.363358, 0.372409, 0.398549, 0.491464, 0.944777",\
|
|
"0.363358, 0.372409, 0.398549, 0.491464, 0.944777",\
|
|
"0.363358, 0.372409, 0.398549, 0.491464, 0.944777",\
|
|
"0.360181, 0.369232, 0.395372, 0.488287, 0.941600",\
|
|
"0.293096, 0.302147, 0.328286, 0.421201, 0.874514");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.447503, 0.454267, 0.471687, 0.516917, 0.707478",\
|
|
"0.493375, 0.500138, 0.517558, 0.562789, 0.753349",\
|
|
"0.534510, 0.541274, 0.558693, 0.603924, 0.794485",\
|
|
"0.607310, 0.614073, 0.631493, 0.676723, 0.867284",\
|
|
"0.748490, 0.755253, 0.772671, 0.817901, 1.008461");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.015416, 0.020045, 0.033507, 0.081337, 0.341165",\
|
|
"0.015416, 0.020045, 0.033507, 0.081337, 0.341165",\
|
|
"0.015415, 0.020045, 0.033506, 0.081336, 0.341165",\
|
|
"0.015414, 0.020044, 0.033506, 0.081336, 0.341165",\
|
|
"0.015411, 0.020040, 0.033502, 0.081334, 0.341164");
|
|
}
|
|
|
|
} /* 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.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.477419, 0.484212, 0.501693, 0.546953, 0.720282",\
|
|
"0.477419, 0.484212, 0.501693, 0.546953, 0.720282",\
|
|
"0.475883, 0.482675, 0.500154, 0.545414, 0.720282",\
|
|
"0.456231, 0.463022, 0.480500, 0.525758, 0.716330",\
|
|
"0.387445, 0.394236, 0.411713, 0.456971, 0.647544");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.015590, 0.020226, 0.033654, 0.081410, 0.341201",\
|
|
"0.015587, 0.020224, 0.033652, 0.081409, 0.341200",\
|
|
"0.015583, 0.020219, 0.033649, 0.081407, 0.341199",\
|
|
"0.015577, 0.020213, 0.033643, 0.081404, 0.341198",\
|
|
"0.015576, 0.020212, 0.033643, 0.081404, 0.341198");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.375282, 0.384333, 0.410473, 0.503389, 0.956702",\
|
|
"0.421348, 0.430400, 0.456540, 0.549455, 1.002768",\
|
|
"0.462876, 0.471927, 0.498067, 0.590983, 1.044295",\
|
|
"0.536326, 0.545377, 0.571517, 0.664432, 1.117745",\
|
|
"0.678312, 0.687363, 0.713503, 0.806418, 1.259731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624",\
|
|
"0.018328, 0.026224, 0.055515, 0.184684, 0.848624");
|
|
}
|
|
|
|
} /* 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.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.457983, 0.464747, 0.482167, 0.527397, 0.717958",\
|
|
"0.457983, 0.464747, 0.482167, 0.527397, 0.717958",\
|
|
"0.457983, 0.464747, 0.482167, 0.527397, 0.717958",\
|
|
"0.454186, 0.460949, 0.478369, 0.523599, 0.714160",\
|
|
"0.385357, 0.392120, 0.409538, 0.454768, 0.645328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.015416, 0.020045, 0.033507, 0.081337, 0.341165",\
|
|
"0.015416, 0.020045, 0.033507, 0.081337, 0.341165",\
|
|
"0.015415, 0.020045, 0.033506, 0.081336, 0.341165",\
|
|
"0.015414, 0.020044, 0.033506, 0.081336, 0.341165",\
|
|
"0.015411, 0.020040, 0.033502, 0.081334, 0.341164");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.375276, 0.384327, 0.410466, 0.503382, 0.956695",\
|
|
"0.421343, 0.430395, 0.456534, 0.549449, 1.002762",\
|
|
"0.462873, 0.471924, 0.498063, 0.590979, 1.044291",\
|
|
"0.536326, 0.545377, 0.571517, 0.664432, 1.117745",\
|
|
"0.678310, 0.687361, 0.713500, 0.806415, 1.259728");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624",\
|
|
"0.018324, 0.026220, 0.055513, 0.184684, 0.848624");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992",\
|
|
"1.712569, 1.721622, 1.747763, 1.840679, 2.293992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623",\
|
|
"0.018335, 0.026230, 0.055518, 0.184684, 0.848623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268",\
|
|
"1.796818, 1.803685, 1.821326, 1.866662, 2.057268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001319, 0.011591, 0.050819, 0.210819, 1.000000");
|
|
values ( "0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291",\
|
|
"0.016034, 0.020687, 0.034029, 0.081596, 0.341291");
|
|
}
|
|
|
|
} /* 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.000886 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975",\
|
|
"1.489471, 1.498081, 1.523835, 1.616669, 2.069975");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115",\
|
|
"0.015912, 0.024113, 0.054510, 0.184623, 0.849115");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834",\
|
|
"1.502487, 1.509112, 1.526291, 1.571264, 1.761834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001386, 0.011658, 0.050886, 0.210886, 1.000000");
|
|
values ( "0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323",\
|
|
"0.014489, 0.019083, 0.032612, 0.080921, 0.341323");
|
|
}
|
|
|
|
} /* 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.000803 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831",\
|
|
"1.548305, 1.556981, 1.582774, 1.675599, 2.128831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799",\
|
|
"0.016083, 0.024259, 0.054549, 0.184586, 0.848799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602",\
|
|
"1.570357, 1.576981, 1.594102, 1.639122, 1.829602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001303, 0.011575, 0.050803, 0.210803, 1.000000");
|
|
values ( "0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986",\
|
|
"0.014442, 0.019043, 0.032647, 0.080922, 0.340986");
|
|
}
|
|
|
|
} /* 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.001013 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976",\
|
|
"1.515386, 1.523915, 1.549629, 1.642492, 2.095976");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730",\
|
|
"0.015757, 0.023982, 0.054492, 0.184673, 0.849730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067",\
|
|
"1.541494, 1.548068, 1.565201, 1.610249, 1.801067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001513, 0.011786, 0.051013, 0.211013, 1.000000");
|
|
values ( "0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925",\
|
|
"0.014554, 0.019118, 0.032669, 0.080921, 0.341925");
|
|
}
|
|
|
|
} /* 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.000814 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799",\
|
|
"1.505324, 1.513979, 1.539757, 1.632577, 2.085799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807",\
|
|
"0.015994, 0.024182, 0.054517, 0.184591, 0.848807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225",\
|
|
"1.516986, 1.523630, 1.540809, 1.585769, 1.776225");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001314, 0.011586, 0.050814, 0.210814, 1.000000");
|
|
values ( "0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012",\
|
|
"0.014453, 0.019058, 0.032601, 0.080921, 0.341012");
|
|
}
|
|
|
|
} /* 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.000908 ;
|
|
|
|
/* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.620247, 0.629078, 0.655049, 0.747978, 1.201587",\
|
|
"0.655385, 0.664216, 0.690188, 0.783117, 1.236725",\
|
|
"0.682410, 0.691242, 0.717213, 0.810142, 1.263750",\
|
|
"0.705642, 0.714473, 0.740445, 0.833374, 1.286982",\
|
|
"0.707038, 0.715869, 0.741840, 0.834769, 1.288378");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.753096, 0.759818, 0.777198, 0.822469, 1.013403",\
|
|
"0.803730, 0.810452, 0.827832, 0.873103, 1.064038",\
|
|
"0.865423, 0.872144, 0.889525, 0.934795, 1.125730",\
|
|
"0.966806, 0.973528, 0.990908, 1.036179, 1.227113",\
|
|
"1.135599, 1.142321, 1.159701, 1.204972, 1.395907");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
|
|
} /* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.620247, 0.629078, 0.655049, 0.747978, 1.201587",\
|
|
"0.655385, 0.664216, 0.690188, 0.783117, 1.236725",\
|
|
"0.682410, 0.691242, 0.717213, 0.810142, 1.263750",\
|
|
"0.705642, 0.714473, 0.740445, 0.833374, 1.286982",\
|
|
"0.707038, 0.715869, 0.741840, 0.834769, 1.288378");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017275, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.751670, 0.758392, 0.775772, 0.821043, 1.011978",\
|
|
"0.802305, 0.809026, 0.826407, 0.871678, 1.062612",\
|
|
"0.864023, 0.870745, 0.888125, 0.933396, 1.124331",\
|
|
"0.966794, 0.973515, 0.990895, 1.036166, 1.227101",\
|
|
"1.135587, 1.142308, 1.159689, 1.204960, 1.395894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
|
|
} /* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.129773, 1.138604, 1.164575, 1.257504, 1.679937",\
|
|
"1.129773, 1.138604, 1.164575, 1.257504, 1.679937",\
|
|
"1.129773, 1.138604, 1.164575, 1.257504, 1.679937",\
|
|
"1.117864, 1.126695, 1.152667, 1.245595, 1.679937",\
|
|
"1.055221, 1.064052, 1.090024, 1.182953, 1.636561");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.556867, 1.563588, 1.580968, 1.626239, 1.817174",\
|
|
"1.608360, 1.615082, 1.632462, 1.677733, 1.868668",\
|
|
"1.669207, 1.675928, 1.693308, 1.738579, 1.929514",\
|
|
"1.773707, 1.780429, 1.797809, 1.843080, 2.034015",\
|
|
"1.963381, 1.970103, 1.987483, 2.032754, 2.223689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
|
|
} /* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.096170, 1.105001, 1.130973, 1.223902, 1.677510",\
|
|
"1.096170, 1.105001, 1.130973, 1.223902, 1.677510",\
|
|
"1.096170, 1.105001, 1.130973, 1.223902, 1.677510",\
|
|
"1.096170, 1.105001, 1.130973, 1.223902, 1.677510",\
|
|
"1.052794, 1.061625, 1.087597, 1.180526, 1.634134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.555075, 1.561797, 1.579177, 1.624448, 1.815382",\
|
|
"1.606569, 1.613291, 1.630671, 1.675942, 1.866876",\
|
|
"1.667501, 1.674222, 1.691602, 1.736873, 1.927808",\
|
|
"1.772179, 1.778901, 1.796281, 1.841552, 2.032487",\
|
|
"1.961921, 1.968643, 1.986023, 2.031294, 2.222229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
|
|
} /* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.338365, 1.345087, 1.362467, 1.407738, 1.567497",\
|
|
"1.338365, 1.345087, 1.362467, 1.407738, 1.567497",\
|
|
"1.338365, 1.345087, 1.362467, 1.407738, 1.567497",\
|
|
"1.326457, 1.333178, 1.350558, 1.395829, 1.567497",\
|
|
"1.263814, 1.270535, 1.287916, 1.333187, 1.524121");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.308812, 1.317643, 1.343615, 1.436544, 1.890152",\
|
|
"1.360306, 1.369137, 1.395109, 1.488038, 1.941646",\
|
|
"1.421152, 1.429983, 1.455955, 1.548884, 2.002492",\
|
|
"1.525653, 1.534484, 1.560456, 1.653385, 2.106993",\
|
|
"1.715327, 1.724158, 1.750130, 1.843059, 2.296667");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
|
|
} /* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.305669, 1.312390, 1.329771, 1.375042, 1.565976",\
|
|
"1.305669, 1.312390, 1.329771, 1.375042, 1.565976",\
|
|
"1.305669, 1.312390, 1.329771, 1.375042, 1.565976",\
|
|
"1.305669, 1.312390, 1.329771, 1.375042, 1.565976",\
|
|
"1.262293, 1.269014, 1.286394, 1.331666, 1.522600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.306428, 1.315259, 1.341230, 1.434159, 1.887767",\
|
|
"1.357921, 1.366752, 1.392724, 1.485653, 1.939261",\
|
|
"1.418853, 1.427684, 1.453656, 1.546585, 2.000193",\
|
|
"1.523532, 1.532363, 1.558334, 1.651263, 2.104872",\
|
|
"1.713274, 1.722105, 1.748076, 1.841005, 2.294614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
|
|
} /* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.417384, 0.426216, 0.452188, 0.545117, 0.964827",\
|
|
"0.417384, 0.426216, 0.452188, 0.545117, 0.964827",\
|
|
"0.417384, 0.426216, 0.452188, 0.545117, 0.964827",\
|
|
"0.411769, 0.420601, 0.446573, 0.539502, 0.964827",\
|
|
"0.364229, 0.373061, 0.399034, 0.491963, 0.945571");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017279, 0.025307, 0.055093, 0.184649, 0.849604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.441542, 0.448230, 0.465537, 0.510773, 0.701693",\
|
|
"0.488200, 0.494887, 0.512195, 0.557431, 0.748350",\
|
|
"0.541629, 0.548316, 0.565623, 0.610859, 0.801779",\
|
|
"0.628642, 0.635329, 0.652636, 0.697872, 0.888792",\
|
|
"0.782116, 0.788803, 0.806111, 0.851347, 1.042266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015151, 0.019746, 0.033252, 0.081169, 0.342026",\
|
|
"0.015151, 0.019746, 0.033252, 0.081169, 0.342026",\
|
|
"0.015151, 0.019745, 0.033252, 0.081169, 0.342026",\
|
|
"0.015151, 0.019745, 0.033251, 0.081169, 0.342026",\
|
|
"0.015151, 0.019745, 0.033251, 0.081169, 0.342026");
|
|
}
|
|
|
|
} /* 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.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.383486, 0.392317, 0.418289, 0.511218, 0.964827",\
|
|
"0.383486, 0.392317, 0.418289, 0.511218, 0.964827",\
|
|
"0.383486, 0.392317, 0.418289, 0.511218, 0.964827",\
|
|
"0.383486, 0.392317, 0.418289, 0.511218, 0.964827",\
|
|
"0.364229, 0.373061, 0.399034, 0.491963, 0.945571");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017278, 0.025306, 0.055093, 0.184649, 0.849604",\
|
|
"0.017279, 0.025307, 0.055093, 0.184649, 0.849604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.441266, 0.447949, 0.465249, 0.510481, 0.701400",\
|
|
"0.487923, 0.494607, 0.511907, 0.557139, 0.748057",\
|
|
"0.541352, 0.548036, 0.565335, 0.610567, 0.801486",\
|
|
"0.628365, 0.635049, 0.652348, 0.697581, 0.888499",\
|
|
"0.781840, 0.788523, 0.805823, 0.851055, 1.041973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015129, 0.019723, 0.033233, 0.081160, 0.342022",\
|
|
"0.015129, 0.019723, 0.033233, 0.081160, 0.342022",\
|
|
"0.015129, 0.019722, 0.033233, 0.081160, 0.342022",\
|
|
"0.015129, 0.019722, 0.033233, 0.081159, 0.342022",\
|
|
"0.015129, 0.019722, 0.033232, 0.081159, 0.342022");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "2.843655, 2.852487, 2.878458, 2.971387, 3.424995",\
|
|
"2.843655, 2.852487, 2.878458, 2.971387, 3.424995",\
|
|
"2.843655, 2.852487, 2.878458, 2.971387, 3.424995",\
|
|
"2.843655, 2.852487, 2.878458, 2.971387, 3.424995",\
|
|
"2.843655, 2.852487, 2.878458, 2.971387, 3.424995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "3.091710, 3.098432, 3.115812, 3.161083, 3.352018",\
|
|
"3.091710, 3.098432, 3.115812, 3.161083, 3.352018",\
|
|
"3.091710, 3.098432, 3.115812, 3.161083, 3.352018",\
|
|
"3.091710, 3.098432, 3.115812, 3.161083, 3.352018",\
|
|
"3.091710, 3.098432, 3.115812, 3.161083, 3.352018");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "1.837558, 1.846389, 1.872360, 1.965289, 2.418897",\
|
|
"1.837558, 1.846389, 1.872360, 1.965289, 2.418897",\
|
|
"1.837558, 1.846389, 1.872360, 1.965289, 2.418897",\
|
|
"1.837558, 1.846389, 1.872360, 1.965289, 2.418897",\
|
|
"1.837558, 1.846389, 1.872360, 1.965289, 2.418897");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605",\
|
|
"0.017274, 0.025303, 0.055091, 0.184648, 0.849605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "2.072283, 2.079005, 2.096385, 2.141656, 2.332591",\
|
|
"2.072283, 2.079005, 2.096385, 2.141656, 2.332591",\
|
|
"2.072283, 2.079005, 2.096385, 2.141656, 2.332591",\
|
|
"2.072283, 2.079005, 2.096385, 2.141656, 2.332591",\
|
|
"2.072283, 2.079005, 2.096385, 2.141656, 2.332591");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001408, 0.011680, 0.050908, 0.210908, 1.000000");
|
|
values ( "0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068",\
|
|
"0.015356, 0.019957, 0.033424, 0.081255, 0.342068");
|
|
}
|
|
|
|
} /* 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.000800 ;
|
|
|
|
/* 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.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.378797, 0.387683, 0.413668, 0.506542, 0.959825",\
|
|
"0.409205, 0.418092, 0.444076, 0.536950, 0.990233",\
|
|
"0.425130, 0.434022, 0.460012, 0.552887, 0.996422",\
|
|
"0.433496, 0.442388, 0.468378, 0.561253, 0.996422",\
|
|
"0.433496, 0.442388, 0.468378, 0.561253, 0.996422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017337, 0.025356, 0.055084, 0.184632, 0.848701",\
|
|
"0.017337, 0.025356, 0.055084, 0.184632, 0.848701",\
|
|
"0.017337, 0.025356, 0.055084, 0.184632, 0.848701");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.474274, 0.480997, 0.498321, 0.543503, 0.734049",\
|
|
"0.523193, 0.529916, 0.547240, 0.592423, 0.782969",\
|
|
"0.570893, 0.577605, 0.594908, 0.640081, 0.830622",\
|
|
"0.649248, 0.655971, 0.673296, 0.718480, 0.909026",\
|
|
"0.784000, 0.790724, 0.808052, 0.853237, 1.043783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015127, 0.019750, 0.033266, 0.081214, 0.341108",\
|
|
"0.015127, 0.019750, 0.033266, 0.081214, 0.341108",\
|
|
"0.015127, 0.019750, 0.033266, 0.081214, 0.341108",\
|
|
"0.015130, 0.019754, 0.033269, 0.081216, 0.341109",\
|
|
"0.015138, 0.019762, 0.033275, 0.081219, 0.341111");
|
|
}
|
|
|
|
} /* 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.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.378790, 0.387676, 0.413659, 0.506533, 0.959816",\
|
|
"0.409198, 0.418084, 0.444068, 0.536942, 0.990225",\
|
|
"0.415315, 0.424202, 0.450186, 0.543060, 0.996344",\
|
|
"0.415315, 0.424202, 0.450186, 0.543060, 0.996344",\
|
|
"0.415315, 0.424202, 0.450186, 0.543060, 0.996344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017300, 0.025324, 0.055068, 0.184630, 0.848704",\
|
|
"0.017300, 0.025324, 0.055068, 0.184630, 0.848704",\
|
|
"0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017305, 0.025328, 0.055070, 0.184630, 0.848703");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.473004, 0.479709, 0.496996, 0.542162, 0.732700",\
|
|
"0.521923, 0.528629, 0.545916, 0.591081, 0.781620",\
|
|
"0.570665, 0.577370, 0.594657, 0.639822, 0.830361",\
|
|
"0.647920, 0.654625, 0.671911, 0.717076, 0.907614",\
|
|
"0.782541, 0.789245, 0.806531, 0.851695, 1.042233");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015025, 0.019644, 0.033179, 0.081171, 0.341087",\
|
|
"0.015025, 0.019644, 0.033179, 0.081171, 0.341087",\
|
|
"0.015024, 0.019643, 0.033179, 0.081171, 0.341087",\
|
|
"0.015023, 0.019642, 0.033178, 0.081171, 0.341087",\
|
|
"0.015020, 0.019639, 0.033175, 0.081169, 0.341086");
|
|
}
|
|
|
|
} /* 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.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.478104, 0.484826, 0.502150, 0.547333, 0.737879",\
|
|
"0.508512, 0.515234, 0.532558, 0.577741, 0.768287",\
|
|
"0.523015, 0.529728, 0.547030, 0.592203, 0.771927",\
|
|
"0.531801, 0.538524, 0.555849, 0.601032, 0.771927",\
|
|
"0.531801, 0.538524, 0.555849, 0.601032, 0.771927");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015127, 0.019750, 0.033266, 0.081214, 0.341108",\
|
|
"0.015127, 0.019750, 0.033266, 0.081214, 0.341108",\
|
|
"0.015127, 0.019750, 0.033266, 0.081214, 0.341108",\
|
|
"0.015130, 0.019754, 0.033269, 0.081216, 0.341109",\
|
|
"0.015138, 0.019762, 0.033275, 0.081219, 0.341111");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.395089, 0.403975, 0.429959, 0.522833, 0.976116",\
|
|
"0.444008, 0.452894, 0.478878, 0.571753, 1.025036",\
|
|
"0.494564, 0.503455, 0.529445, 0.622321, 1.075605",\
|
|
"0.572556, 0.581448, 0.607438, 0.700313, 1.153598",\
|
|
"0.707765, 0.716657, 0.742646, 0.835522, 1.288806");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017337, 0.025356, 0.055084, 0.184632, 0.848701",\
|
|
"0.017337, 0.025356, 0.055084, 0.184632, 0.848701",\
|
|
"0.017337, 0.025356, 0.055084, 0.184632, 0.848701");
|
|
}
|
|
|
|
} /* 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.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.476833, 0.483539, 0.500826, 0.545991, 0.736530",\
|
|
"0.507242, 0.513947, 0.531234, 0.576400, 0.766938",\
|
|
"0.510684, 0.517388, 0.534674, 0.579839, 0.770377",\
|
|
"0.510684, 0.517388, 0.534674, 0.579839, 0.770377",\
|
|
"0.510684, 0.517388, 0.534674, 0.579839, 0.770377");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015025, 0.019644, 0.033179, 0.081171, 0.341087",\
|
|
"0.015025, 0.019644, 0.033179, 0.081171, 0.341087",\
|
|
"0.015024, 0.019643, 0.033179, 0.081171, 0.341087",\
|
|
"0.015023, 0.019642, 0.033178, 0.081171, 0.341087",\
|
|
"0.015020, 0.019639, 0.033175, 0.081169, 0.341086");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.395081, 0.403967, 0.429951, 0.522825, 0.976108",\
|
|
"0.444001, 0.452886, 0.478870, 0.571744, 1.025027",\
|
|
"0.494496, 0.503383, 0.529367, 0.622241, 1.075524",\
|
|
"0.572490, 0.581376, 0.607360, 0.700234, 1.153518",\
|
|
"0.707700, 0.716586, 0.742571, 0.835445, 1.288728");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017300, 0.025324, 0.055068, 0.184630, 0.848704",\
|
|
"0.017300, 0.025324, 0.055068, 0.184630, 0.848704",\
|
|
"0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017304, 0.025327, 0.055069, 0.184630, 0.848703",\
|
|
"0.017305, 0.025328, 0.055070, 0.184630, 0.848703");
|
|
}
|
|
|
|
} /* 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.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.362281, 0.371169, 0.397154, 0.490029, 0.925903",\
|
|
"0.362281, 0.371169, 0.397154, 0.490029, 0.925903",\
|
|
"0.360807, 0.369695, 0.395680, 0.488555, 0.925903",\
|
|
"0.341519, 0.350407, 0.376392, 0.469267, 0.922550",\
|
|
"0.275676, 0.284563, 0.310549, 0.403423, 0.856707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017311, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017311, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017311, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017311, 0.025334, 0.055072, 0.184631, 0.848703",\
|
|
"0.017312, 0.025334, 0.055073, 0.184631, 0.848703");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.396789, 0.403516, 0.420849, 0.466036, 0.656584",\
|
|
"0.442216, 0.448943, 0.466276, 0.511463, 0.702011",\
|
|
"0.484244, 0.490971, 0.508304, 0.553492, 0.744039",\
|
|
"0.558052, 0.564779, 0.582113, 0.627301, 0.817848",\
|
|
"0.701641, 0.708368, 0.725702, 0.770889, 0.961437");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015153, 0.019777, 0.033288, 0.081225, 0.341114",\
|
|
"0.015153, 0.019777, 0.033288, 0.081225, 0.341114",\
|
|
"0.015154, 0.019778, 0.033289, 0.081226, 0.341114",\
|
|
"0.015155, 0.019779, 0.033289, 0.081226, 0.341114",\
|
|
"0.015155, 0.019779, 0.033289, 0.081226, 0.341114");
|
|
}
|
|
|
|
} /* 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.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.344872, 0.353759, 0.379745, 0.472619, 0.925903",\
|
|
"0.344872, 0.353759, 0.379745, 0.472619, 0.925903",\
|
|
"0.344872, 0.353759, 0.379745, 0.472619, 0.925903",\
|
|
"0.341519, 0.350407, 0.376392, 0.469267, 0.922550",\
|
|
"0.275676, 0.284563, 0.310549, 0.403423, 0.856707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017311, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017311, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017311, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017311, 0.025334, 0.055072, 0.184631, 0.848703",\
|
|
"0.017312, 0.025334, 0.055073, 0.184631, 0.848703");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.396529, 0.403252, 0.420578, 0.465761, 0.656308",\
|
|
"0.441956, 0.448679, 0.466005, 0.511188, 0.701735",\
|
|
"0.483984, 0.490707, 0.508033, 0.553217, 0.743763",\
|
|
"0.557792, 0.564516, 0.581842, 0.627026, 0.817572",\
|
|
"0.701381, 0.708105, 0.725431, 0.770615, 0.961161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015132, 0.019755, 0.033270, 0.081217, 0.341110",\
|
|
"0.015132, 0.019755, 0.033270, 0.081217, 0.341110",\
|
|
"0.015133, 0.019756, 0.033271, 0.081217, 0.341110",\
|
|
"0.015133, 0.019757, 0.033271, 0.081217, 0.341110",\
|
|
"0.015133, 0.019757, 0.033271, 0.081217, 0.341110");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382",\
|
|
"1.624352, 1.633239, 1.659224, 1.752099, 2.205382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703",\
|
|
"0.017310, 0.025333, 0.055072, 0.184631, 0.848703");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970",\
|
|
"1.730012, 1.736775, 1.754183, 1.799407, 1.989970");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001300, 0.011572, 0.050800, 0.210800, 1.000000");
|
|
values ( "0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157",\
|
|
"0.015365, 0.019997, 0.033467, 0.081314, 0.341157");
|
|
}
|
|
|
|
} /* 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.002390 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "0.016910, 0.021223, 0.034298, 0.087441, 0.344903",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.344903",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.344903",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.344903",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.344903");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852",\
|
|
"1.618792, 1.627529, 1.653935, 1.748875, 2.206852");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373",\
|
|
"0.020606, 0.028238, 0.056978, 0.191728, 0.863373");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331",\
|
|
"1.659766, 1.666273, 1.683908, 1.731057, 1.922331");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002890, 0.013162, 0.052390, 0.212390, 1.000000");
|
|
values ( "0.016910, 0.021223, 0.034298, 0.087441, 0.342557",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.342557",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.342557",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.342557",\
|
|
"0.016910, 0.021223, 0.034298, 0.087441, 0.342557");
|
|
}
|
|
|
|
} /* 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.003430 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "0.016022, 0.020167, 0.033361, 0.087742, 0.349103",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.349103",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.349103",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.349103",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.349103");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328",\
|
|
"1.704053, 1.712383, 1.738564, 1.834158, 2.287328");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134",\
|
|
"0.019712, 0.027515, 0.056959, 0.194146, 0.865134");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425",\
|
|
"1.607372, 1.613469, 1.630601, 1.675993, 1.870425");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003930, 0.014202, 0.053430, 0.213430, 1.000000");
|
|
values ( "0.016022, 0.020167, 0.033361, 0.087742, 0.346477",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.346477",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.346477",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.346477",\
|
|
"0.016022, 0.020167, 0.033361, 0.087742, 0.346477");
|
|
}
|
|
|
|
} /* 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.005665 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "0.016760, 0.020642, 0.036763, 0.089292, 0.358863",\
|
|
"0.016760, 0.020642, 0.036763, 0.089292, 0.358863",\
|
|
"0.016760, 0.020642, 0.036763, 0.089292, 0.358863",\
|
|
"0.016760, 0.020642, 0.036763, 0.089292, 0.358863",\
|
|
"0.016760, 0.020642, 0.036763, 0.089292, 0.358863");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453",\
|
|
"1.546746, 1.554560, 1.581073, 1.675282, 2.132453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377",\
|
|
"0.020141, 0.028013, 0.061262, 0.197628, 0.878377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037",\
|
|
"1.602606, 1.608261, 1.625601, 1.671990, 1.868037");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006165, 0.016438, 0.055665, 0.215665, 1.000000");
|
|
values ( "0.016760, 0.020642, 0.036763, 0.088268, 0.353240",\
|
|
"0.016760, 0.020642, 0.036763, 0.088268, 0.353240",\
|
|
"0.016760, 0.020642, 0.036763, 0.088268, 0.353240",\
|
|
"0.016760, 0.020642, 0.036763, 0.088268, 0.353240",\
|
|
"0.016760, 0.020642, 0.036763, 0.088268, 0.353240");
|
|
}
|
|
|
|
} /* 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.002165 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "0.015149, 0.019454, 0.032816, 0.086760, 0.344778",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.344778",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.344778",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.344778",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.344778");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237",\
|
|
"1.505916, 1.514283, 1.540237, 1.635085, 2.093237");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008",\
|
|
"0.017323, 0.025365, 0.055452, 0.191500, 0.864008");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898",\
|
|
"1.540314, 1.546612, 1.563753, 1.610625, 1.801898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002665, 0.012937, 0.052165, 0.212165, 1.000000");
|
|
values ( "0.015149, 0.019454, 0.032816, 0.086760, 0.342341",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.342341",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.342341",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.342341",\
|
|
"0.015149, 0.019454, 0.032816, 0.086760, 0.342341");
|
|
}
|
|
|
|
} /* 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.003142 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "0.015588, 0.019792, 0.033122, 0.087032, 0.344643",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.344643",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.344643",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.344643",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.344643");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516",\
|
|
"1.528302, 1.536427, 1.562232, 1.657052, 2.114516");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817",\
|
|
"0.017650, 0.025729, 0.056056, 0.192255, 0.863817");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692",\
|
|
"1.585810, 1.591896, 1.608869, 1.655742, 1.846692");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003642, 0.013914, 0.053142, 0.213142, 1.000000");
|
|
values ( "0.015588, 0.019792, 0.033122, 0.087032, 0.342255",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.342255",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.342255",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.342255",\
|
|
"0.015588, 0.019792, 0.033122, 0.087032, 0.342255");
|
|
}
|
|
|
|
} /* 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.002621 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "0.015717, 0.019952, 0.033213, 0.087888, 0.347055",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.347055",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.347055",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.347055",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.347055");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586",\
|
|
"1.681484, 1.689971, 1.716171, 1.811435, 2.264586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421",\
|
|
"0.019139, 0.026964, 0.056384, 0.192740, 0.862421");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036",\
|
|
"1.585388, 1.591651, 1.608873, 1.656201, 1.848036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003121, 0.013393, 0.052621, 0.212621, 1.000000");
|
|
values ( "0.015717, 0.019952, 0.033213, 0.087888, 0.345014",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.345014",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.345014",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.345014",\
|
|
"0.015717, 0.019952, 0.033213, 0.087888, 0.345014");
|
|
}
|
|
|
|
} /* 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.003274 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "0.015688, 0.019858, 0.033164, 0.087687, 0.346185",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.346185",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.346185",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.346185",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.346185");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025",\
|
|
"1.518379, 1.526541, 1.552440, 1.647516, 2.106025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466",\
|
|
"0.018153, 0.026166, 0.056290, 0.192958, 0.866466");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328",\
|
|
"1.575738, 1.581807, 1.598795, 1.645941, 1.837328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003774, 0.014046, 0.053274, 0.213274, 1.000000");
|
|
values ( "0.015688, 0.019858, 0.033164, 0.087687, 0.344359",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.344359",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.344359",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.344359",\
|
|
"0.015688, 0.019858, 0.033164, 0.087687, 0.344359");
|
|
}
|
|
|
|
} /* 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.005070 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "0.016623, 0.020599, 0.033696, 0.087302, 0.351431",\
|
|
"0.016623, 0.020599, 0.033696, 0.087302, 0.351431",\
|
|
"0.016623, 0.020599, 0.033696, 0.087302, 0.351431",\
|
|
"0.016623, 0.020599, 0.033696, 0.087302, 0.351431",\
|
|
"0.016623, 0.020599, 0.033696, 0.087302, 0.351431");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994",\
|
|
"1.527590, 1.535478, 1.561410, 1.655491, 2.109994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259",\
|
|
"0.019804, 0.027714, 0.057705, 0.194954, 0.868259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247",\
|
|
"1.584301, 1.590046, 1.606942, 1.653266, 1.847247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.005570, 0.015842, 0.055070, 0.215070, 1.000000");
|
|
values ( "0.016623, 0.020599, 0.033696, 0.086669, 0.348082",\
|
|
"0.016623, 0.020599, 0.033696, 0.086669, 0.348082",\
|
|
"0.016623, 0.020599, 0.033696, 0.086669, 0.348082",\
|
|
"0.016623, 0.020599, 0.033696, 0.086669, 0.348082",\
|
|
"0.016623, 0.020599, 0.033696, 0.086669, 0.348082");
|
|
}
|
|
|
|
} /* 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.001535 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137",\
|
|
"1.529526, 1.537982, 1.563867, 1.658323, 2.115137");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961",\
|
|
"0.016472, 0.024596, 0.054862, 0.190101, 0.859961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736",\
|
|
"1.587099, 1.593534, 1.610692, 1.657194, 1.847736");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002035, 0.012307, 0.051535, 0.211535, 1.000000");
|
|
values ( "0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143",\
|
|
"0.014849, 0.019248, 0.032706, 0.085675, 0.350143");
|
|
}
|
|
|
|
} /* 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.003112 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "0.015951, 0.020120, 0.033288, 0.088159, 0.350653",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.350653",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.350653",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.350653",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.350653");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579",\
|
|
"1.668938, 1.677504, 1.703944, 1.799819, 2.253579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013",\
|
|
"0.020736, 0.028370, 0.057209, 0.194461, 0.867013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224",\
|
|
"1.550210, 1.556397, 1.573645, 1.619091, 1.814224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003612, 0.013884, 0.053112, 0.213112, 1.000000");
|
|
values ( "0.015951, 0.020120, 0.033288, 0.088159, 0.347558",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.347558",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.347558",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.347558",\
|
|
"0.015951, 0.020120, 0.033288, 0.088159, 0.347558");
|
|
}
|
|
|
|
} /* 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.005858 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "0.017064, 0.020932, 0.033872, 0.089185, 0.357686",\
|
|
"0.017064, 0.020932, 0.033872, 0.089185, 0.357686",\
|
|
"0.017064, 0.020932, 0.033872, 0.089185, 0.357686",\
|
|
"0.017064, 0.020932, 0.033872, 0.089185, 0.357686",\
|
|
"0.017064, 0.020932, 0.033872, 0.089185, 0.357686");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566",\
|
|
"1.560407, 1.568215, 1.594288, 1.688714, 2.145566");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846",\
|
|
"0.020684, 0.028507, 0.058297, 0.197349, 0.876846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777",\
|
|
"1.614804, 1.620439, 1.637408, 1.684148, 1.879777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006358, 0.016630, 0.055858, 0.215858, 1.000000");
|
|
values ( "0.017064, 0.020932, 0.033872, 0.088099, 0.352563",\
|
|
"0.017064, 0.020932, 0.033872, 0.088099, 0.352563",\
|
|
"0.017064, 0.020932, 0.033872, 0.088099, 0.352563",\
|
|
"0.017064, 0.020932, 0.033872, 0.088099, 0.352563",\
|
|
"0.017064, 0.020932, 0.033872, 0.088099, 0.352563");
|
|
}
|
|
|
|
} /* 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.003603 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "0.015776, 0.019927, 0.033139, 0.087495, 0.348510",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.348510",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.348510",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.348510",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.348510");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304",\
|
|
"1.615548, 1.623794, 1.649890, 1.745383, 2.198304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452",\
|
|
"0.019477, 0.027329, 0.056954, 0.194092, 0.864452");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901",\
|
|
"1.510442, 1.516466, 1.533494, 1.578777, 1.772901");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004103, 0.014375, 0.053603, 0.213603, 1.000000");
|
|
values ( "0.015776, 0.019927, 0.033139, 0.087495, 0.346047",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.346047",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.346047",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.346047",\
|
|
"0.015776, 0.019927, 0.033139, 0.087495, 0.346047");
|
|
}
|
|
|
|
} /* 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.003433 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "0.015690, 0.019876, 0.033088, 0.087204, 0.347800",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.347800",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.347800",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.347800",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.347800");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217",\
|
|
"1.603819, 1.612028, 1.638038, 1.733391, 2.186217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547",\
|
|
"0.018807, 0.026737, 0.056604, 0.193677, 0.863547");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054",\
|
|
"1.503827, 1.509889, 1.526945, 1.572179, 1.766054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003933, 0.014205, 0.053433, 0.213433, 1.000000");
|
|
values ( "0.015690, 0.019876, 0.033088, 0.087204, 0.345545",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.345545",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.345545",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.345545",\
|
|
"0.015690, 0.019876, 0.033088, 0.087204, 0.345545");
|
|
}
|
|
|
|
} /* 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.003756 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "0.015831, 0.019956, 0.033081, 0.086968, 0.352255",\
|
|
"0.015831, 0.019956, 0.033081, 0.086968, 0.352255",\
|
|
"0.015831, 0.019956, 0.033081, 0.086968, 0.352255",\
|
|
"0.015831, 0.019956, 0.033081, 0.086968, 0.352255",\
|
|
"0.015831, 0.019956, 0.033081, 0.086968, 0.352255");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466",\
|
|
"1.609413, 1.617612, 1.643741, 1.737901, 2.193466");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273",\
|
|
"0.019229, 0.027104, 0.056820, 0.194076, 0.869273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722",\
|
|
"1.507676, 1.513698, 1.530816, 1.577108, 1.771722");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004256, 0.014528, 0.053756, 0.213756, 1.000000");
|
|
values ( "0.015831, 0.019956, 0.033081, 0.086273, 0.348612",\
|
|
"0.015831, 0.019956, 0.033081, 0.086273, 0.348612",\
|
|
"0.015831, 0.019956, 0.033081, 0.086273, 0.348612",\
|
|
"0.015831, 0.019956, 0.033081, 0.086273, 0.348612",\
|
|
"0.015831, 0.019956, 0.033081, 0.086273, 0.348612");
|
|
}
|
|
|
|
} /* 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.003035 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "0.015535, 0.019736, 0.033015, 0.086928, 0.347321",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.347321",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.347321",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.347321",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.347321");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128",\
|
|
"1.631241, 1.639647, 1.665822, 1.761142, 2.214128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862",\
|
|
"0.019463, 0.027277, 0.056711, 0.193209, 0.862862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677",\
|
|
"1.522406, 1.528535, 1.545604, 1.590863, 1.784677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003535, 0.013807, 0.053035, 0.213035, 1.000000");
|
|
values ( "0.015535, 0.019736, 0.033015, 0.086928, 0.345191",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.345191",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.345191",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.345191",\
|
|
"0.015535, 0.019736, 0.033015, 0.086928, 0.345191");
|
|
}
|
|
|
|
} /* 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.002910 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "0.015611, 0.019817, 0.033124, 0.087606, 0.346232",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.346232",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.346232",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.346232",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.346232");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631",\
|
|
"1.666283, 1.674642, 1.700722, 1.795844, 2.254631");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432",\
|
|
"0.018867, 0.026756, 0.056426, 0.192691, 0.866432");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303",\
|
|
"1.574398, 1.580557, 1.597631, 1.644796, 1.836303");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003410, 0.013682, 0.052910, 0.212910, 1.000000");
|
|
values ( "0.015611, 0.019817, 0.033124, 0.087606, 0.344395",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.344395",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.344395",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.344395",\
|
|
"0.015611, 0.019817, 0.033124, 0.087606, 0.344395");
|
|
}
|
|
|
|
} /* 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.002668 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "0.015378, 0.019629, 0.032985, 0.086805, 0.344070",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.344070",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.344070",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.344070",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.344070");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330",\
|
|
"1.610293, 1.618728, 1.644826, 1.739673, 2.197330");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316",\
|
|
"0.018996, 0.026859, 0.056418, 0.191848, 0.863316");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793",\
|
|
"1.505740, 1.511925, 1.528968, 1.575795, 1.766793");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003168, 0.013440, 0.052668, 0.212668, 1.000000");
|
|
values ( "0.015378, 0.019629, 0.032985, 0.086805, 0.341767",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.341767",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.341767",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.341767",\
|
|
"0.015378, 0.019629, 0.032985, 0.086805, 0.341767");
|
|
}
|
|
|
|
} /* 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.001204 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009",\
|
|
"1.586327, 1.595005, 1.620995, 1.715208, 2.171009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917",\
|
|
"0.017021, 0.025069, 0.054995, 0.189231, 0.856917");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032",\
|
|
"1.488278, 1.494819, 1.512026, 1.558198, 1.748032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001704, 0.011976, 0.051204, 0.211204, 1.000000");
|
|
values ( "0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328",\
|
|
"0.014654, 0.019153, 0.032617, 0.084920, 0.347328");
|
|
}
|
|
|
|
} /* 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.000883 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "1.592643, 1.599310, 1.616603, 1.662727, 1.852416",\
|
|
"1.592643, 1.599310, 1.616603, 1.662727, 1.852416",\
|
|
"1.592643, 1.599310, 1.616603, 1.662727, 1.852416",\
|
|
"1.592643, 1.599310, 1.616603, 1.662727, 1.852416",\
|
|
"1.592643, 1.599310, 1.616603, 1.662727, 1.852416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "0.014831, 0.019400, 0.032895, 0.084582, 0.345777",\
|
|
"0.014831, 0.019400, 0.032895, 0.084582, 0.345777",\
|
|
"0.014831, 0.019400, 0.032895, 0.084582, 0.345777",\
|
|
"0.014831, 0.019400, 0.032895, 0.084582, 0.345777",\
|
|
"0.014831, 0.019400, 0.032895, 0.084582, 0.345777");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895",\
|
|
"1.686433, 1.695384, 1.721528, 1.815617, 2.270895");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032",\
|
|
"0.017773, 0.025717, 0.055198, 0.188624, 0.855032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "1.592578, 1.599244, 1.616534, 1.662658, 1.852346",\
|
|
"1.592578, 1.599244, 1.616534, 1.662658, 1.852346",\
|
|
"1.592578, 1.599244, 1.616534, 1.662658, 1.852346",\
|
|
"1.592578, 1.599244, 1.616534, 1.662658, 1.852346",\
|
|
"1.592578, 1.599244, 1.616534, 1.662658, 1.852346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001383, 0.011656, 0.050883, 0.210883, 1.000000");
|
|
values ( "0.014826, 0.019394, 0.032890, 0.084580, 0.345776",\
|
|
"0.014826, 0.019394, 0.032890, 0.084580, 0.345776",\
|
|
"0.014826, 0.019394, 0.032890, 0.084580, 0.345776",\
|
|
"0.014826, 0.019394, 0.032890, 0.084580, 0.345776",\
|
|
"0.014826, 0.019394, 0.032890, 0.084580, 0.345776");
|
|
}
|
|
|
|
} /* 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.002741 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "0.015376, 0.019640, 0.032877, 0.086904, 0.347615",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.347615",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.347615",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.347615",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.347615");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949",\
|
|
"1.579115, 1.587426, 1.613451, 1.708763, 2.161949");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312",\
|
|
"0.018028, 0.026006, 0.055947, 0.193008, 0.863312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054",\
|
|
"1.481462, 1.487672, 1.504843, 1.550072, 1.744054");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003241, 0.013513, 0.052741, 0.212741, 1.000000");
|
|
values ( "0.015376, 0.019640, 0.032877, 0.086904, 0.345406",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.345406",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.345406",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.345406",\
|
|
"0.015376, 0.019640, 0.032877, 0.086904, 0.345406");
|
|
}
|
|
|
|
} /* 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.001509 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508",\
|
|
"1.618955, 1.627715, 1.653911, 1.748476, 2.205508");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104",\
|
|
"0.018432, 0.026300, 0.055682, 0.190217, 0.860104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170",\
|
|
"1.512426, 1.518867, 1.536024, 1.582564, 1.773170");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002009, 0.012281, 0.051509, 0.211509, 1.000000");
|
|
values ( "0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409",\
|
|
"0.014838, 0.019236, 0.032701, 0.085733, 0.350409");
|
|
}
|
|
|
|
} /* 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.002672 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "1.614117, 1.620478, 1.637918, 1.685338, 1.877164",\
|
|
"1.614117, 1.620478, 1.637918, 1.685338, 1.877164",\
|
|
"1.614117, 1.620478, 1.637918, 1.685338, 1.877164",\
|
|
"1.614117, 1.620478, 1.637918, 1.685338, 1.877164",\
|
|
"1.614117, 1.620478, 1.637918, 1.685338, 1.877164");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "0.016418, 0.020669, 0.033803, 0.088128, 0.347049",\
|
|
"0.016418, 0.020669, 0.033803, 0.088128, 0.347049",\
|
|
"0.016418, 0.020669, 0.033803, 0.088128, 0.347049",\
|
|
"0.016418, 0.020669, 0.033803, 0.088128, 0.347049",\
|
|
"0.016418, 0.020669, 0.033803, 0.088128, 0.347049");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197",\
|
|
"1.719657, 1.728332, 1.754755, 1.850060, 2.303197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093",\
|
|
"0.020707, 0.028331, 0.057087, 0.192782, 0.862093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "1.613926, 1.620284, 1.637719, 1.685137, 1.876962",\
|
|
"1.613926, 1.620284, 1.637719, 1.685137, 1.876962",\
|
|
"1.613926, 1.620284, 1.637719, 1.685137, 1.876962",\
|
|
"1.613926, 1.620284, 1.637719, 1.685137, 1.876962",\
|
|
"1.613926, 1.620284, 1.637719, 1.685137, 1.876962");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003172, 0.013445, 0.052672, 0.212672, 1.000000");
|
|
values ( "0.016403, 0.020653, 0.033790, 0.088122, 0.345047",\
|
|
"0.016403, 0.020653, 0.033790, 0.088122, 0.345047",\
|
|
"0.016403, 0.020653, 0.033790, 0.088122, 0.345047",\
|
|
"0.016403, 0.020653, 0.033790, 0.088122, 0.345047",\
|
|
"0.016403, 0.020653, 0.033790, 0.088122, 0.345047");
|
|
}
|
|
|
|
} /* 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.002636 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "0.015369, 0.019605, 0.032944, 0.087361, 0.345944",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.345944",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.345944",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.345944",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.345944");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434",\
|
|
"1.636774, 1.645298, 1.671523, 1.766640, 2.225434");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902",\
|
|
"0.019513, 0.027297, 0.056581, 0.192389, 0.865902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477",\
|
|
"1.524610, 1.530810, 1.547889, 1.594980, 1.786477");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003136, 0.013408, 0.052636, 0.212636, 1.000000");
|
|
values ( "0.015369, 0.019605, 0.032944, 0.087361, 0.344172",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.344172",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.344172",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.344172",\
|
|
"0.015369, 0.019605, 0.032944, 0.087361, 0.344172");
|
|
}
|
|
|
|
} /* 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.002001 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530",\
|
|
"1.623830, 1.632406, 1.658546, 1.753227, 2.210530");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497",\
|
|
"0.018581, 0.026452, 0.055952, 0.190911, 0.861497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825",\
|
|
"1.516032, 1.522354, 1.539479, 1.586124, 1.776825");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002501, 0.012773, 0.052001, 0.212001, 1.000000");
|
|
values ( "0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664",\
|
|
"0.015080, 0.019406, 0.032808, 0.086191, 0.351664");
|
|
}
|
|
|
|
} /* 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.002207 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "0.015151, 0.019470, 0.032800, 0.086866, 0.345062",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.345062",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.345062",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.345062",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.345062");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428",\
|
|
"1.478097, 1.486382, 1.512255, 1.607126, 2.065428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521",\
|
|
"0.016796, 0.024908, 0.055239, 0.191609, 0.864521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682",\
|
|
"1.514988, 1.521287, 1.538455, 1.585348, 1.776682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002707, 0.012979, 0.052207, 0.212207, 1.000000");
|
|
values ( "0.015151, 0.019470, 0.032800, 0.086866, 0.342515",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.342515",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.342515",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.342515",\
|
|
"0.015151, 0.019470, 0.032800, 0.086866, 0.342515");
|
|
}
|
|
|
|
} /* 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.004439 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "0.016634, 0.020674, 0.033757, 0.088751, 0.350993",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.350993",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.350993",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.350993",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.350993");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946",\
|
|
"1.653390, 1.661661, 1.687982, 1.782123, 2.236946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427",\
|
|
"0.021679, 0.029293, 0.058241, 0.194364, 0.867427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209",\
|
|
"1.537862, 1.543780, 1.560856, 1.606315, 1.801209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.004939, 0.015212, 0.054439, 0.214439, 1.000000");
|
|
values ( "0.016634, 0.020674, 0.033757, 0.088751, 0.347802",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.347802",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.347802",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.347802",\
|
|
"0.016634, 0.020674, 0.033757, 0.088751, 0.347802");
|
|
}
|
|
|
|
} /* 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.001732 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710",\
|
|
"1.699776, 1.708481, 1.734703, 1.829370, 2.286710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127",\
|
|
"0.018795, 0.026621, 0.055923, 0.190629, 0.861127");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635",\
|
|
"1.598369, 1.604831, 1.622143, 1.668872, 1.859635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002232, 0.012505, 0.051732, 0.211732, 1.000000");
|
|
values ( "0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452",\
|
|
"0.015474, 0.019834, 0.033183, 0.086242, 0.351452");
|
|
}
|
|
|
|
} /* 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.001631 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769",\
|
|
"1.646342, 1.655104, 1.681340, 1.775897, 2.232769");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832",\
|
|
"0.018878, 0.026694, 0.055933, 0.190280, 0.859832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182",\
|
|
"1.533602, 1.540004, 1.557135, 1.603655, 1.794182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002131, 0.012404, 0.051631, 0.211631, 1.000000");
|
|
values ( "0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186",\
|
|
"0.014910, 0.019280, 0.032744, 0.085721, 0.350186");
|
|
}
|
|
|
|
} /* 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.002799 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "0.016052, 0.020263, 0.033419, 0.087835, 0.349681",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.349681",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.349681",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.349681",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.349681");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824",\
|
|
"1.663262, 1.671917, 1.698390, 1.794110, 2.247824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680",\
|
|
"0.020713, 0.028330, 0.057077, 0.193855, 0.865680");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990",\
|
|
"1.546059, 1.552344, 1.569695, 1.615139, 1.809990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003299, 0.013572, 0.052799, 0.212799, 1.000000");
|
|
values ( "0.016052, 0.020263, 0.033419, 0.087835, 0.346910",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.346910",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.346910",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.346910",\
|
|
"0.016052, 0.020263, 0.033419, 0.087835, 0.346910");
|
|
}
|
|
|
|
} /* 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.001120 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512",\
|
|
"1.657900, 1.666934, 1.693247, 1.787552, 2.243512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826",\
|
|
"0.018989, 0.026782, 0.055795, 0.189253, 0.856826");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555",\
|
|
"1.541520, 1.548109, 1.565363, 1.611649, 1.801555");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001620, 0.011892, 0.051120, 0.211120, 1.000000");
|
|
values ( "0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418",\
|
|
"0.014880, 0.019384, 0.032861, 0.085025, 0.347418");
|
|
}
|
|
|
|
} /* 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.001776 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182",\
|
|
"1.698258, 1.706895, 1.733060, 1.827744, 2.285182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489",\
|
|
"0.018451, 0.026323, 0.055790, 0.190720, 0.861489");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460",\
|
|
"1.602270, 1.608688, 1.625932, 1.672661, 1.863460");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002276, 0.012548, 0.051776, 0.211776, 1.000000");
|
|
values ( "0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714",\
|
|
"0.015310, 0.019652, 0.033031, 0.086248, 0.351714");
|
|
}
|
|
|
|
} /* 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.002697 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "0.015411, 0.019630, 0.032955, 0.086663, 0.346824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.346824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.346824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.346824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.346824");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565",\
|
|
"1.644421, 1.652955, 1.679218, 1.774480, 2.227565");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174",\
|
|
"0.019684, 0.027445, 0.056659, 0.192764, 0.862174");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156",\
|
|
"1.532889, 1.539081, 1.556170, 1.601439, 1.795156");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003197, 0.013469, 0.052697, 0.212697, 1.000000");
|
|
values ( "0.015411, 0.019630, 0.032955, 0.086663, 0.344824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.344824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.344824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.344824",\
|
|
"0.015411, 0.019630, 0.032955, 0.086663, 0.344824");
|
|
}
|
|
|
|
} /* 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.003480 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "0.015714, 0.019864, 0.033022, 0.086737, 0.351590",\
|
|
"0.015714, 0.019864, 0.033022, 0.086737, 0.351590",\
|
|
"0.015714, 0.019864, 0.033022, 0.086737, 0.351590",\
|
|
"0.015714, 0.019864, 0.033022, 0.086737, 0.351590",\
|
|
"0.015714, 0.019864, 0.033022, 0.086737, 0.351590");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612",\
|
|
"1.617531, 1.625803, 1.651965, 1.746086, 2.201612");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426",\
|
|
"0.019205, 0.027064, 0.056697, 0.193676, 0.868426");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388",\
|
|
"1.514454, 1.520527, 1.537663, 1.583920, 1.778388");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003980, 0.014252, 0.053480, 0.213480, 1.000000");
|
|
values ( "0.015714, 0.019864, 0.033022, 0.086090, 0.348173",\
|
|
"0.015714, 0.019864, 0.033022, 0.086090, 0.348173",\
|
|
"0.015714, 0.019864, 0.033022, 0.086090, 0.348173",\
|
|
"0.015714, 0.019864, 0.033022, 0.086090, 0.348173",\
|
|
"0.015714, 0.019864, 0.033022, 0.086090, 0.348173");
|
|
}
|
|
|
|
} /* 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.002335 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "0.015743, 0.020027, 0.033326, 0.086858, 0.344057",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.344057",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.344057",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.344057",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.344057");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834",\
|
|
"1.653087, 1.661778, 1.688116, 1.783005, 2.240834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006",\
|
|
"0.020156, 0.027841, 0.056760, 0.191575, 0.863006");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181",\
|
|
"1.537587, 1.543917, 1.561161, 1.608077, 1.799181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002835, 0.013107, 0.052335, 0.212335, 1.000000");
|
|
values ( "0.015743, 0.020027, 0.033326, 0.086858, 0.341794",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.341794",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.341794",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.341794",\
|
|
"0.015743, 0.020027, 0.033326, 0.086858, 0.341794");
|
|
}
|
|
|
|
} /* 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.003309 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "0.015666, 0.019829, 0.033114, 0.087011, 0.347271",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.347271",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.347271",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.347271",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.347271");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596",\
|
|
"1.641848, 1.650240, 1.676443, 1.771771, 2.224596");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782",\
|
|
"0.020020, 0.027783, 0.057083, 0.193440, 0.862782");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653",\
|
|
"1.531580, 1.537645, 1.554651, 1.599922, 1.793653");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003809, 0.014081, 0.053309, 0.213309, 1.000000");
|
|
values ( "0.015666, 0.019829, 0.033114, 0.087011, 0.345155",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.345155",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.345155",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.345155",\
|
|
"0.015666, 0.019829, 0.033114, 0.087011, 0.345155");
|
|
}
|
|
|
|
} /* 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.005732 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "0.017317, 0.021214, 0.034163, 0.088275, 0.354240",\
|
|
"0.017317, 0.021214, 0.034163, 0.088275, 0.354240",\
|
|
"0.017317, 0.021214, 0.034163, 0.088275, 0.354240",\
|
|
"0.017317, 0.021214, 0.034163, 0.088275, 0.354240",\
|
|
"0.017317, 0.021214, 0.034163, 0.088275, 0.354240");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324",\
|
|
"1.689426, 1.697504, 1.723901, 1.818259, 2.273324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345",\
|
|
"0.023209, 0.030725, 0.059479, 0.196348, 0.871345");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348",\
|
|
"1.563370, 1.569047, 1.586036, 1.632607, 1.827348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.006232, 0.016505, 0.055732, 0.215732, 1.000000");
|
|
values ( "0.017317, 0.021214, 0.034163, 0.087440, 0.349926",\
|
|
"0.017317, 0.021214, 0.034163, 0.087440, 0.349926",\
|
|
"0.017317, 0.021214, 0.034163, 0.087440, 0.349926",\
|
|
"0.017317, 0.021214, 0.034163, 0.087440, 0.349926",\
|
|
"0.017317, 0.021214, 0.034163, 0.087440, 0.349926");
|
|
}
|
|
|
|
} /* 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.002651 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "0.016395, 0.020651, 0.033798, 0.087928, 0.346542",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.346542",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.346542",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.346542",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.346542");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248",\
|
|
"1.699539, 1.708393, 1.735085, 1.830298, 2.289248");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038",\
|
|
"0.021438, 0.029118, 0.057646, 0.192733, 0.866038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052",\
|
|
"1.572246, 1.578606, 1.596031, 1.643367, 1.835052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.003151, 0.013423, 0.052651, 0.212651, 1.000000");
|
|
values ( "0.016395, 0.020651, 0.033798, 0.087928, 0.344675",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.344675",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.344675",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.344675",\
|
|
"0.016395, 0.020651, 0.033798, 0.087928, 0.344675");
|
|
}
|
|
|
|
} /* 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.001711 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815",\
|
|
"1.554603, 1.563323, 1.589560, 1.684271, 2.141815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580",\
|
|
"0.018813, 0.026634, 0.055913, 0.190707, 0.861580");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795",\
|
|
"1.604971, 1.611532, 1.629042, 1.675907, 1.866795");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.002211, 0.012483, 0.051711, 0.211711, 1.000000");
|
|
values ( "0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976",\
|
|
"0.015996, 0.020380, 0.033622, 0.086555, 0.351976");
|
|
}
|
|
|
|
} /* 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.001424 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316",\
|
|
"1.550681, 1.559481, 1.585691, 1.680252, 2.137316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047",\
|
|
"0.018410, 0.026277, 0.055635, 0.190136, 0.860047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741",\
|
|
"1.602221, 1.608847, 1.626349, 1.673053, 1.863741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001924, 0.012196, 0.051424, 0.211424, 1.000000");
|
|
values ( "0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557",\
|
|
"0.015746, 0.020198, 0.033488, 0.086091, 0.350557");
|
|
}
|
|
|
|
} /* 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.001402 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764",\
|
|
"1.563494, 1.572382, 1.598662, 1.693141, 2.149764");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864",\
|
|
"0.018952, 0.026753, 0.055875, 0.189901, 0.858864");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649",\
|
|
"1.611558, 1.618233, 1.635817, 1.682461, 1.872649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001902, 0.012174, 0.051402, 0.211402, 1.000000");
|
|
values ( "0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402",\
|
|
"0.016009, 0.020480, 0.033733, 0.085955, 0.349402");
|
|
}
|
|
|
|
} /* 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.001074 ;
|
|
|
|
/* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312");
|
|
}
|
|
|
|
} /* 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.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919",\
|
|
"1.487517, 1.496072, 1.521912, 1.616083, 2.071919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997",\
|
|
"0.015885, 0.024071, 0.054450, 0.189083, 0.856997");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487",\
|
|
"1.545637, 1.552204, 1.569396, 1.615605, 1.805487");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.045631, 0.122474, 0.282311, 1.506345");
|
|
index_2 ( "0.001574, 0.011847, 0.051074, 0.211074, 1.000000");
|
|
values ( "0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312",\
|
|
"0.014589, 0.019102, 0.032607, 0.084882, 0.347312");
|
|
}
|
|
|
|
} /* 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.002792 ;
|
|
|
|
/* 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.129887, 0.097228, 0.073710, 0.058882, 0.082307",\
|
|
"0.146892, 0.114232, 0.090714, 0.075886, 0.099312",\
|
|
"0.146031, 0.113372, 0.089854, 0.075026, 0.098452",\
|
|
"0.126585, 0.093926, 0.070407, 0.055580, 0.079005",\
|
|
"0.053341, 0.020682, -0.002836, -0.017664, 0.005762");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.203698, 0.171039, 0.147521, 0.132693, 0.156119",\
|
|
"0.248728, 0.216069, 0.192551, 0.177723, 0.201148",\
|
|
"0.288084, 0.255425, 0.231907, 0.217079, 0.240504",\
|
|
"0.357642, 0.324983, 0.301464, 0.286637, 0.310062",\
|
|
"0.493968, 0.461308, 0.437790, 0.422963, 0.446388");
|
|
}
|
|
|
|
} /* 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.005731, 0.038391, 0.061909, 0.076736, 0.053311",\
|
|
"-0.011273, 0.021386, 0.044904, 0.059732, 0.036307",\
|
|
"-0.010413, 0.022246, 0.045764, 0.060592, 0.037167",\
|
|
"0.009033, 0.041693, 0.065211, 0.080038, 0.056613",\
|
|
"0.082277, 0.114936, 0.138454, 0.153282, 0.129857");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.051544, -0.018884, 0.004634, 0.019461, -0.003964",\
|
|
"-0.096574, -0.063914, -0.040396, -0.025569, -0.048994",\
|
|
"-0.135929, -0.103270, -0.079752, -0.064924, -0.088349",\
|
|
"-0.205487, -0.172828, -0.149310, -0.134482, -0.157907",\
|
|
"-0.341813, -0.309153, -0.285635, -0.270808, -0.294233");
|
|
}
|
|
|
|
} /* 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.003065 ;
|
|
|
|
/* 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.146420, 0.113761, 0.090242, 0.075415, 0.098840",\
|
|
"0.163434, 0.130775, 0.107257, 0.092429, 0.115854",\
|
|
"0.162602, 0.129943, 0.106425, 0.091597, 0.115022",\
|
|
"0.142919, 0.110260, 0.086742, 0.071914, 0.095339",\
|
|
"0.068925, 0.036265, 0.012747, -0.002080, 0.021345");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.212775, 0.180115, 0.156597, 0.141770, 0.165195",\
|
|
"0.257712, 0.225053, 0.201535, 0.186707, 0.210133",\
|
|
"0.296765, 0.264105, 0.240587, 0.225760, 0.249185",\
|
|
"0.365938, 0.333278, 0.309760, 0.294933, 0.318358",\
|
|
"0.501744, 0.469085, 0.445566, 0.430739, 0.454164");
|
|
}
|
|
|
|
} /* 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.010802, 0.021858, 0.045376, 0.060203, 0.036778",\
|
|
"-0.027816, 0.004844, 0.028362, 0.043189, 0.019764",\
|
|
"-0.026984, 0.005675, 0.029194, 0.044021, 0.020596",\
|
|
"-0.007301, 0.025358, 0.048877, 0.063704, 0.040279",\
|
|
"0.066694, 0.099353, 0.122871, 0.137699, 0.114274");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.060620, -0.027961, -0.004442, 0.010385, -0.013040",\
|
|
"-0.105558, -0.072898, -0.049380, -0.034553, -0.057978",\
|
|
"-0.144610, -0.111951, -0.088432, -0.073605, -0.097030",\
|
|
"-0.213783, -0.181124, -0.157606, -0.142778, -0.166203",\
|
|
"-0.349589, -0.316930, -0.293412, -0.278584, -0.302009");
|
|
}
|
|
|
|
} /* 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.002857 ;
|
|
|
|
/* 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.166655, 0.133996, 0.110478, 0.095650, 0.119075",\
|
|
"0.183586, 0.150926, 0.127408, 0.112580, 0.136006",\
|
|
"0.182579, 0.149920, 0.126402, 0.111574, 0.134999",\
|
|
"0.162792, 0.130133, 0.106615, 0.091787, 0.115212",\
|
|
"0.088889, 0.056230, 0.032712, 0.017884, 0.041309");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.146604, 0.113944, 0.090426, 0.075598, 0.099024",\
|
|
"0.191736, 0.159076, 0.135558, 0.120731, 0.144156",\
|
|
"0.231245, 0.198585, 0.175067, 0.160239, 0.183665",\
|
|
"0.300768, 0.268108, 0.244590, 0.229763, 0.253188",\
|
|
"0.437003, 0.404343, 0.380825, 0.365998, 0.389423");
|
|
}
|
|
|
|
} /* 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.014500, 0.018159, 0.041677, 0.056505, 0.033080",\
|
|
"-0.031430, 0.001229, 0.024747, 0.039575, 0.016150",\
|
|
"-0.030424, 0.002235, 0.025753, 0.040581, 0.017156",\
|
|
"-0.010637, 0.022022, 0.045540, 0.060368, 0.036943",\
|
|
"0.063266, 0.095925, 0.119443, 0.134271, 0.110846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.010985, 0.021674, 0.045192, 0.060020, 0.036595",\
|
|
"-0.056117, -0.023458, 0.000060, 0.014888, -0.008537",\
|
|
"-0.095626, -0.062967, -0.039448, -0.024621, -0.048046",\
|
|
"-0.165149, -0.132490, -0.108972, -0.094144, -0.117569",\
|
|
"-0.301384, -0.268725, -0.245207, -0.230379, -0.253804");
|
|
}
|
|
|
|
} /* 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.002828 ;
|
|
|
|
/* 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.158912, 0.126253, 0.102735, 0.087907, 0.111332",\
|
|
"0.175925, 0.143266, 0.119748, 0.104920, 0.128345",\
|
|
"0.175081, 0.142422, 0.118903, 0.104076, 0.127501",\
|
|
"0.155730, 0.123070, 0.099552, 0.084725, 0.108150",\
|
|
"0.082681, 0.050022, 0.026504, 0.011676, 0.035101");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.215548, 0.182888, 0.159370, 0.144543, 0.167968",\
|
|
"0.260616, 0.227957, 0.204439, 0.189611, 0.213037",\
|
|
"0.300058, 0.267399, 0.243881, 0.229053, 0.252478",\
|
|
"0.369656, 0.336996, 0.313478, 0.298651, 0.322076",\
|
|
"0.506018, 0.473359, 0.449841, 0.435013, 0.458438");
|
|
}
|
|
|
|
} /* 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.023294, 0.009365, 0.032883, 0.047711, 0.024286",\
|
|
"-0.040307, -0.007648, 0.015871, 0.030698, 0.007273",\
|
|
"-0.039463, -0.006803, 0.016715, 0.031542, 0.008117",\
|
|
"-0.020111, 0.012548, 0.036066, 0.050894, 0.027469",\
|
|
"0.052937, 0.085596, 0.109115, 0.123942, 0.100517");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.063393, -0.030733, -0.007215, 0.007612, -0.015813",\
|
|
"-0.108461, -0.075802, -0.052284, -0.037456, -0.060881",\
|
|
"-0.147903, -0.115244, -0.091726, -0.076898, -0.100323",\
|
|
"-0.217501, -0.184841, -0.161323, -0.146496, -0.169921",\
|
|
"-0.353863, -0.321204, -0.297686, -0.282858, -0.306283");
|
|
}
|
|
|
|
} /* 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.003093 ;
|
|
|
|
/* 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.141000, 0.108341, 0.084823, 0.069995, 0.093420",\
|
|
"0.158004, 0.125344, 0.101826, 0.086999, 0.110424",\
|
|
"0.157138, 0.124479, 0.100961, 0.086133, 0.109558",\
|
|
"0.137865, 0.105206, 0.081688, 0.066860, 0.090285",\
|
|
"0.064978, 0.032318, 0.008800, -0.006027, 0.017398");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.205571, 0.172912, 0.149394, 0.134566, 0.157991",\
|
|
"0.250668, 0.218009, 0.194491, 0.179663, 0.203088",\
|
|
"0.290236, 0.257576, 0.234058, 0.219231, 0.242656",\
|
|
"0.360015, 0.327356, 0.303838, 0.289010, 0.312436",\
|
|
"0.496633, 0.463973, 0.440455, 0.425628, 0.449053");
|
|
}
|
|
|
|
} /* 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.005382, 0.027278, 0.050796, 0.065623, 0.042198",\
|
|
"-0.022385, 0.010274, 0.033792, 0.048620, 0.025195",\
|
|
"-0.021520, 0.011140, 0.034658, 0.049485, 0.026060",\
|
|
"-0.002247, 0.030412, 0.053931, 0.068758, 0.045333",\
|
|
"0.070641, 0.103300, 0.126818, 0.141646, 0.118221");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.053416, -0.020757, 0.002761, 0.017589, -0.005836",\
|
|
"-0.098513, -0.065854, -0.042336, -0.027508, -0.050933",\
|
|
"-0.138081, -0.105421, -0.081903, -0.067076, -0.090501",\
|
|
"-0.207860, -0.175201, -0.151683, -0.136855, -0.160280",\
|
|
"-0.344478, -0.311818, -0.288300, -0.273473, -0.296898");
|
|
}
|
|
|
|
} /* 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.003988 ;
|
|
|
|
/* 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.169501, 0.136842, 0.113324, 0.098496, 0.121921",\
|
|
"0.186392, 0.153733, 0.130215, 0.115387, 0.138812",\
|
|
"0.185319, 0.152660, 0.129142, 0.114314, 0.137739",\
|
|
"0.165118, 0.132458, 0.108940, 0.094113, 0.117538",\
|
|
"0.090161, 0.057501, 0.033983, 0.019156, 0.042581");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.154661, 0.122001, 0.098483, 0.083656, 0.107081",\
|
|
"0.199588, 0.166928, 0.143410, 0.128583, 0.152008",\
|
|
"0.238652, 0.205992, 0.182474, 0.167647, 0.191072",\
|
|
"0.307831, 0.275172, 0.251654, 0.236826, 0.260251",\
|
|
"0.443632, 0.410972, 0.387454, 0.372627, 0.396052");
|
|
}
|
|
|
|
} /* 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.017346, 0.015313, 0.038831, 0.053659, 0.030234",\
|
|
"-0.034237, -0.001578, 0.021940, 0.036768, 0.013343",\
|
|
"-0.033164, -0.000505, 0.023013, 0.037841, 0.014416",\
|
|
"-0.012962, 0.019697, 0.043215, 0.058043, 0.034617",\
|
|
"0.061994, 0.094654, 0.118172, 0.132999, 0.109574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.019043, 0.013617, 0.037135, 0.051962, 0.028537",\
|
|
"-0.063970, -0.031310, -0.007792, 0.007035, -0.016390",\
|
|
"-0.103033, -0.070374, -0.046856, -0.032028, -0.055454",\
|
|
"-0.172213, -0.139553, -0.116035, -0.101208, -0.124633",\
|
|
"-0.308013, -0.275354, -0.251836, -0.237008, -0.260433");
|
|
}
|
|
|
|
} /* 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.005442 ;
|
|
|
|
/* 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.032527, -0.000132, -0.023651, -0.038478, -0.015053",\
|
|
"0.049573, 0.016913, -0.006605, -0.021432, 0.001993",\
|
|
"0.048802, 0.016143, -0.007376, -0.022203, 0.001222",\
|
|
"0.029708, -0.002951, -0.026469, -0.041297, -0.017871",\
|
|
"-0.042714, -0.075373, -0.098891, -0.113719, -0.090294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.003294, -0.029366, -0.052884, -0.067711, -0.044286",\
|
|
"0.048312, 0.015652, -0.007866, -0.022693, 0.000732",\
|
|
"0.087750, 0.055090, 0.031572, 0.016745, 0.040170",\
|
|
"0.157337, 0.124677, 0.101159, 0.086332, 0.109757",\
|
|
"0.293635, 0.260975, 0.237457, 0.222630, 0.246055");
|
|
}
|
|
|
|
} /* 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.119633, 0.152292, 0.175810, 0.190638, 0.167213",\
|
|
"0.102587, 0.135246, 0.158765, 0.173592, 0.150167",\
|
|
"0.103358, 0.136017, 0.159535, 0.174363, 0.150938",\
|
|
"0.122451, 0.155111, 0.178629, 0.193456, 0.170031",\
|
|
"0.194874, 0.227533, 0.251051, 0.265879, 0.242453");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.137005, 0.169664, 0.193182, 0.208010, 0.184585",\
|
|
"0.091987, 0.124646, 0.148164, 0.162992, 0.139567",\
|
|
"0.052549, 0.085208, 0.108726, 0.123554, 0.100129",\
|
|
"-0.017038, 0.015621, 0.039139, 0.053967, 0.030542",\
|
|
"-0.153336, -0.120677, -0.097159, -0.082331, -0.105756");
|
|
}
|
|
|
|
} /* 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.005789 ;
|
|
|
|
/* 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.058355, 0.025695, 0.002177, -0.012650, 0.010775",\
|
|
"0.075398, 0.042738, 0.019220, 0.004393, 0.027818",\
|
|
"0.074348, 0.041688, 0.018170, 0.003343, 0.026768",\
|
|
"0.055363, 0.022704, -0.000815, -0.015642, 0.007783",\
|
|
"-0.014571, -0.047230, -0.070748, -0.085576, -0.062151");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.145294, 0.112635, 0.089117, 0.074289, 0.097714",\
|
|
"0.190814, 0.158154, 0.134636, 0.119809, 0.143234",\
|
|
"0.231308, 0.198649, 0.175131, 0.160303, 0.183728",\
|
|
"0.302259, 0.269600, 0.246081, 0.231254, 0.254679",\
|
|
"0.440177, 0.407518, 0.384000, 0.369172, 0.392597");
|
|
}
|
|
|
|
} /* 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.081941, 0.114600, 0.138118, 0.152946, 0.129520",\
|
|
"0.064898, 0.097557, 0.121075, 0.135903, 0.112478",\
|
|
"0.065947, 0.098607, 0.122125, 0.136952, 0.113527",\
|
|
"0.084932, 0.117592, 0.141110, 0.155937, 0.132512",\
|
|
"0.154866, 0.187525, 0.211043, 0.225871, 0.202446");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.006865, 0.039525, 0.063043, 0.077870, 0.054445",\
|
|
"-0.038654, -0.005995, 0.017523, 0.032351, 0.008926",\
|
|
"-0.079149, -0.046489, -0.022971, -0.008144, -0.031569",\
|
|
"-0.150100, -0.117440, -0.093922, -0.079095, -0.102520",\
|
|
"-0.288018, -0.255358, -0.231840, -0.217013, -0.240438");
|
|
}
|
|
|
|
} /* 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.002374 ;
|
|
|
|
/* 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 ( "2.581139, 2.548479, 2.524961, 2.510134, 2.533559",\
|
|
"2.607460, 2.574800, 2.551282, 2.536455, 2.559880",\
|
|
"2.614951, 2.582291, 2.558773, 2.543946, 2.567371",\
|
|
"2.609224, 2.576565, 2.553047, 2.538219, 2.561644",\
|
|
"2.561154, 2.528495, 2.504977, 2.490149, 2.513574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.625652, 2.592992, 2.569474, 2.554646, 2.578072",\
|
|
"2.672310, 2.639650, 2.616132, 2.601305, 2.624730",\
|
|
"2.725590, 2.692931, 2.669413, 2.654585, 2.678010",\
|
|
"2.812311, 2.779651, 2.756133, 2.741306, 2.764731",\
|
|
"2.965186, 2.932527, 2.909009, 2.894181, 2.917606");
|
|
}
|
|
|
|
} /* 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.024753, 0.007906, 0.031424, 0.046252, 0.022827",\
|
|
"-0.051074, -0.018415, 0.005103, 0.019931, -0.003494",\
|
|
"-0.058584, -0.025925, -0.002406, 0.012421, -0.011004",\
|
|
"-0.052891, -0.020231, 0.003287, 0.018114, -0.005311",\
|
|
"-0.005823, 0.026836, 0.050354, 0.065182, 0.041757");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.171465, -0.138806, -0.115288, -0.100460, -0.123885",\
|
|
"-0.218123, -0.185464, -0.161946, -0.147118, -0.170543",\
|
|
"-0.271502, -0.238843, -0.215325, -0.200497, -0.223922",\
|
|
"-0.358390, -0.325730, -0.302212, -0.287385, -0.310810",\
|
|
"-0.511593, -0.478933, -0.455415, -0.440588, -0.464013");
|
|
}
|
|
|
|
} /* 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.002606 ;
|
|
|
|
/* 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 ( "2.571890, 2.539231, 2.515713, 2.500885, 2.524310",\
|
|
"2.598200, 2.565541, 2.542023, 2.527195, 2.550620",\
|
|
"2.605653, 2.572993, 2.549475, 2.534648, 2.558073",\
|
|
"2.599958, 2.567299, 2.543781, 2.528953, 2.552378",\
|
|
"2.551866, 2.519207, 2.495688, 2.480861, 2.504286");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.592756, 2.560097, 2.536579, 2.521751, 2.545176",\
|
|
"2.639412, 2.606752, 2.583234, 2.568407, 2.591832",\
|
|
"2.692520, 2.659861, 2.636343, 2.621515, 2.644940",\
|
|
"2.778904, 2.746245, 2.722726, 2.707899, 2.731324",\
|
|
"2.931083, 2.898424, 2.874906, 2.860078, 2.883503");
|
|
}
|
|
|
|
} /* 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.014853, 0.017806, 0.041324, 0.056152, 0.032727",\
|
|
"-0.041163, -0.008504, 0.015014, 0.029842, 0.006417",\
|
|
"-0.048625, -0.015965, 0.007553, 0.022380, -0.001045",\
|
|
"-0.042946, -0.010287, 0.013232, 0.028059, 0.004634",\
|
|
"0.004169, 0.036828, 0.060346, 0.075174, 0.051749");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.152011, -0.119352, -0.095834, -0.081006, -0.104431",\
|
|
"-0.198667, -0.166007, -0.142489, -0.127662, -0.151087",\
|
|
"-0.252047, -0.219388, -0.195869, -0.181042, -0.204467",\
|
|
"-0.338886, -0.306227, -0.282709, -0.267881, -0.291306",\
|
|
"-0.491790, -0.459131, -0.435613, -0.420785, -0.444210");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_hldr*/
|
|
|
|
} /* end of pin wb_adr_i[22] */
|
|
|
|
pin("wb_adr_i[21]") {
|
|
direction : input ;
|
|
max_transition : 1.500000 ;
|
|
capacitance : 0.003621 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[21];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.568917, 2.536257, 2.512739, 2.497912, 2.521337",\
|
|
"2.599285, 2.566626, 2.543108, 2.528280, 2.551705",\
|
|
"2.615182, 2.582522, 2.559004, 2.544177, 2.567602",\
|
|
"2.623641, 2.590982, 2.567464, 2.552636, 2.576061",\
|
|
"2.607507, 2.574848, 2.551330, 2.536502, 2.559927");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.629150, 2.596491, 2.572973, 2.558145, 2.581570",\
|
|
"2.678052, 2.645393, 2.621875, 2.607047, 2.630472",\
|
|
"2.726335, 2.693676, 2.670157, 2.655330, 2.678755",\
|
|
"2.803842, 2.771183, 2.747665, 2.732837, 2.756262",\
|
|
"2.937943, 2.905284, 2.881766, 2.866939, 2.890364");
|
|
}
|
|
|
|
} /* 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.063215, -0.030555, -0.007037, 0.007790, -0.015635",\
|
|
"-0.093583, -0.060924, -0.037406, -0.022578, -0.046004",\
|
|
"-0.109432, -0.076773, -0.053254, -0.038427, -0.061852",\
|
|
"-0.117788, -0.085129, -0.061611, -0.046783, -0.070208",\
|
|
"-0.099581, -0.066922, -0.043403, -0.028576, -0.052001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.097964, -0.065304, -0.041786, -0.026959, -0.050384",\
|
|
"-0.146866, -0.114206, -0.090688, -0.075861, -0.099286",\
|
|
"-0.195595, -0.162936, -0.139418, -0.124590, -0.148015",\
|
|
"-0.273873, -0.241213, -0.217695, -0.202868, -0.226293",\
|
|
"-0.409397, -0.376738, -0.353220, -0.338392, -0.361817");
|
|
}
|
|
|
|
} /* 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.002855 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[20];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.526116, 2.493456, 2.469938, 2.455111, 2.478536",\
|
|
"2.560987, 2.528328, 2.504810, 2.489982, 2.513407",\
|
|
"2.588396, 2.555737, 2.532218, 2.517391, 2.540816",\
|
|
"2.612495, 2.579836, 2.556318, 2.541490, 2.564915",\
|
|
"2.616080, 2.583420, 2.559902, 2.545075, 2.568500");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.446884, 2.414225, 2.390707, 2.375879, 2.399304",\
|
|
"2.497506, 2.464846, 2.441328, 2.426501, 2.449926",\
|
|
"2.558977, 2.526317, 2.502799, 2.487972, 2.511397",\
|
|
"2.659814, 2.627155, 2.603637, 2.588809, 2.612234",\
|
|
"2.826065, 2.793406, 2.769887, 2.755060, 2.778485");
|
|
}
|
|
|
|
} /* 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.098424, -0.065765, -0.042246, -0.027419, -0.050844",\
|
|
"-0.133296, -0.100636, -0.077118, -0.062291, -0.085716",\
|
|
"-0.160457, -0.127798, -0.104280, -0.089452, -0.112878",\
|
|
"-0.183766, -0.151106, -0.127588, -0.112761, -0.136186",\
|
|
"-0.183861, -0.151202, -0.127683, -0.112856, -0.136281");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.117702, -0.085043, -0.061525, -0.046697, -0.070122",\
|
|
"-0.168323, -0.135664, -0.112146, -0.097318, -0.120743",\
|
|
"-0.229823, -0.197163, -0.173645, -0.158817, -0.182243",\
|
|
"-0.330749, -0.298089, -0.274571, -0.259744, -0.283169",\
|
|
"-0.497493, -0.464834, -0.441315, -0.426488, -0.449913");
|
|
}
|
|
|
|
} /* 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.003431 ;
|
|
|
|
/* 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 ( "2.423429, 2.390770, 2.367252, 2.352424, 2.375849",\
|
|
"2.440653, 2.407994, 2.384476, 2.369648, 2.393073",\
|
|
"2.439340, 2.406681, 2.383162, 2.368335, 2.391760",\
|
|
"2.420226, 2.387567, 2.364048, 2.349221, 2.372646",\
|
|
"2.352050, 2.319390, 2.295872, 2.281045, 2.304470");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.378347, 2.345687, 2.322169, 2.307342, 2.330767",\
|
|
"2.424275, 2.391616, 2.368098, 2.353270, 2.376695",\
|
|
"2.465545, 2.432886, 2.409368, 2.394540, 2.417965",\
|
|
"2.538391, 2.505731, 2.482213, 2.467386, 2.490811",\
|
|
"2.680017, 2.647357, 2.623839, 2.609011, 2.632437");
|
|
}
|
|
|
|
} /* 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.055579, 0.088238, 0.111757, 0.126584, 0.103159",\
|
|
"0.038376, 0.071035, 0.094553, 0.109381, 0.085956",\
|
|
"0.039739, 0.072398, 0.095916, 0.110744, 0.087319",\
|
|
"0.059040, 0.091699, 0.115217, 0.130045, 0.106620",\
|
|
"0.126454, 0.159113, 0.182632, 0.197459, 0.174034");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.036423, -0.003764, 0.019754, 0.034582, 0.011157",\
|
|
"-0.082216, -0.049557, -0.026039, -0.011211, -0.034636",\
|
|
"-0.123214, -0.090554, -0.067036, -0.052209, -0.075634",\
|
|
"-0.195629, -0.162970, -0.139451, -0.124624, -0.148049",\
|
|
"-0.336131, -0.303472, -0.279954, -0.265126, -0.288551");
|
|
}
|
|
|
|
} /* 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.004177 ;
|
|
|
|
/* 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 ( "2.424066, 2.391407, 2.367889, 2.353061, 2.376486",\
|
|
"2.441250, 2.408591, 2.385072, 2.370245, 2.393670",\
|
|
"2.439922, 2.407262, 2.383744, 2.368917, 2.392342",\
|
|
"2.420697, 2.388037, 2.364519, 2.349692, 2.373117",\
|
|
"2.351851, 2.319191, 2.295673, 2.280846, 2.304271");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.384472, 2.351812, 2.328294, 2.313467, 2.336892",\
|
|
"2.430386, 2.397727, 2.374208, 2.359381, 2.382806",\
|
|
"2.471642, 2.438982, 2.415464, 2.400636, 2.424062",\
|
|
"2.544346, 2.511687, 2.488169, 2.473341, 2.496766",\
|
|
"2.685612, 2.652953, 2.629435, 2.614607, 2.638032");
|
|
}
|
|
|
|
} /* 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.061255, 0.093914, 0.117433, 0.132260, 0.108835",\
|
|
"0.044093, 0.076753, 0.100271, 0.115098, 0.091673",\
|
|
"0.045473, 0.078132, 0.101651, 0.116478, 0.093053",\
|
|
"0.064893, 0.097552, 0.121070, 0.135898, 0.112473",\
|
|
"0.133032, 0.165691, 0.189209, 0.204037, 0.180612");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.025121, 0.007538, 0.031056, 0.045884, 0.022459",\
|
|
"-0.070919, -0.038259, -0.014741, 0.000086, -0.023339",\
|
|
"-0.111938, -0.079279, -0.055761, -0.040933, -0.064358",\
|
|
"-0.184280, -0.151620, -0.128102, -0.113275, -0.136700",\
|
|
"-0.324826, -0.292166, -0.268648, -0.253821, -0.277246");
|
|
}
|
|
|
|
} /* 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.005170 ;
|
|
|
|
/* 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 ( "2.421946, 2.389287, 2.365768, 2.350941, 2.374366",\
|
|
"2.439247, 2.406588, 2.383070, 2.368242, 2.391667",\
|
|
"2.437916, 2.405256, 2.381738, 2.366910, 2.390336",\
|
|
"2.418896, 2.386237, 2.362718, 2.347891, 2.371316",\
|
|
"2.352020, 2.319360, 2.295842, 2.281014, 2.304440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.354109, 2.321450, 2.297932, 2.283104, 2.306529",\
|
|
"2.400060, 2.367401, 2.343882, 2.329055, 2.352480",\
|
|
"2.441393, 2.408733, 2.385215, 2.370388, 2.393813",\
|
|
"2.514540, 2.481880, 2.458362, 2.443535, 2.466960",\
|
|
"2.656679, 2.624020, 2.600502, 2.585674, 2.609099");
|
|
}
|
|
|
|
} /* 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.044888, 0.077548, 0.101066, 0.115894, 0.092468",\
|
|
"0.027636, 0.060295, 0.083814, 0.098641, 0.075216",\
|
|
"0.029105, 0.061764, 0.085282, 0.100110, 0.076685",\
|
|
"0.048639, 0.081299, 0.104817, 0.119644, 0.096219",\
|
|
"0.116320, 0.148979, 0.172497, 0.187325, 0.163900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.059074, -0.026415, -0.002896, 0.011931, -0.011494",\
|
|
"-0.104846, -0.072187, -0.048669, -0.033841, -0.057266",\
|
|
"-0.145823, -0.113163, -0.089645, -0.074818, -0.098243",\
|
|
"-0.218382, -0.185722, -0.162204, -0.147377, -0.170802",\
|
|
"-0.359681, -0.327022, -0.303504, -0.288676, -0.312101");
|
|
}
|
|
|
|
} /* 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.004574 ;
|
|
|
|
/* 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 ( "2.423110, 2.390451, 2.366933, 2.352105, 2.375530",\
|
|
"2.440362, 2.407702, 2.384184, 2.369357, 2.392782",\
|
|
"2.439068, 2.406409, 2.382890, 2.368063, 2.391488",\
|
|
"2.420068, 2.387408, 2.363890, 2.349063, 2.372488",\
|
|
"2.352512, 2.319852, 2.296334, 2.281507, 2.304932");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.367951, 2.335291, 2.311773, 2.296946, 2.320371",\
|
|
"2.413857, 2.381197, 2.357679, 2.342852, 2.366277",\
|
|
"2.455096, 2.422436, 2.398918, 2.384090, 2.407516",\
|
|
"2.527900, 2.495240, 2.471722, 2.456895, 2.480320",\
|
|
"2.669442, 2.636782, 2.613264, 2.598437, 2.621862");
|
|
}
|
|
|
|
} /* 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.054102, 0.086761, 0.110279, 0.125107, 0.101682",\
|
|
"0.036913, 0.069572, 0.093090, 0.107918, 0.084493",\
|
|
"0.038363, 0.071022, 0.094540, 0.109368, 0.085942",\
|
|
"0.057950, 0.090610, 0.114128, 0.128955, 0.105530",\
|
|
"0.126401, 0.159060, 0.182578, 0.197406, 0.173981");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.020408, 0.012251, 0.035769, 0.050597, 0.027172",\
|
|
"-0.066118, -0.033458, -0.009940, 0.004887, -0.018538",\
|
|
"-0.106962, -0.074302, -0.050784, -0.035957, -0.059382",\
|
|
"-0.179143, -0.146484, -0.122965, -0.108138, -0.131563",\
|
|
"-0.319667, -0.287008, -0.263490, -0.248662, -0.272088");
|
|
}
|
|
|
|
} /* 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.005132 ;
|
|
|
|
/* 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 ( "2.419589, 2.386930, 2.363411, 2.348584, 2.372009",\
|
|
"2.436877, 2.404217, 2.380699, 2.365871, 2.389297",\
|
|
"2.435482, 2.402822, 2.379304, 2.364477, 2.387902",\
|
|
"2.416241, 2.383581, 2.360063, 2.345236, 2.368661",\
|
|
"2.348621, 2.315962, 2.292444, 2.277616, 2.301041");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.386989, 2.354330, 2.330812, 2.315984, 2.339409",\
|
|
"2.432969, 2.400310, 2.376791, 2.361964, 2.385389",\
|
|
"2.474357, 2.441698, 2.418180, 2.403352, 2.426777",\
|
|
"2.547657, 2.514997, 2.491479, 2.476652, 2.500077",\
|
|
"2.690252, 2.657592, 2.634074, 2.619247, 2.642672");
|
|
}
|
|
|
|
} /* 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.039098, 0.071757, 0.095275, 0.110103, 0.086678",\
|
|
"0.021821, 0.054480, 0.077999, 0.092826, 0.069401",\
|
|
"0.023247, 0.055906, 0.079424, 0.094252, 0.070827",\
|
|
"0.042605, 0.075265, 0.098783, 0.113610, 0.090185",\
|
|
"0.109384, 0.142043, 0.165561, 0.180389, 0.156964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.089455, -0.056796, -0.033278, -0.018450, -0.041875",\
|
|
"-0.135319, -0.102660, -0.079141, -0.064314, -0.087739",\
|
|
"-0.176475, -0.143815, -0.120297, -0.105470, -0.128895",\
|
|
"-0.249386, -0.216727, -0.193208, -0.178381, -0.201806",\
|
|
"-0.390642, -0.357983, -0.334465, -0.319637, -0.343062");
|
|
}
|
|
|
|
} /* 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.004604 ;
|
|
|
|
/* 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 ( "2.414125, 2.381465, 2.357947, 2.343120, 2.366545",\
|
|
"2.431311, 2.398652, 2.375134, 2.360306, 2.383731",\
|
|
"2.429978, 2.397319, 2.373801, 2.358973, 2.382398",\
|
|
"2.410742, 2.378083, 2.354564, 2.339737, 2.363162",\
|
|
"2.341898, 2.309239, 2.285721, 2.270893, 2.294318");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.389075, 2.356416, 2.332897, 2.318070, 2.341495",\
|
|
"2.434996, 2.402337, 2.378819, 2.363991, 2.387416",\
|
|
"2.476264, 2.443604, 2.420086, 2.405259, 2.428684",\
|
|
"2.549005, 2.516346, 2.492827, 2.478000, 2.501425",\
|
|
"2.690336, 2.657677, 2.634159, 2.619331, 2.642756");
|
|
}
|
|
|
|
} /* 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.048993, 0.081653, 0.105171, 0.119998, 0.096573",\
|
|
"0.031820, 0.064479, 0.087998, 0.102825, 0.079400",\
|
|
"0.033183, 0.065842, 0.089360, 0.104188, 0.080763",\
|
|
"0.052532, 0.085191, 0.108709, 0.123537, 0.100112",\
|
|
"0.120409, 0.153068, 0.176587, 0.191414, 0.167989");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.075069, -0.042409, -0.018891, -0.004064, -0.027489",\
|
|
"-0.120860, -0.088201, -0.064683, -0.049855, -0.073280",\
|
|
"-0.161867, -0.129207, -0.105689, -0.090862, -0.114287",\
|
|
"-0.234205, -0.201545, -0.178027, -0.163200, -0.186625",\
|
|
"-0.374702, -0.342042, -0.318524, -0.303697, -0.327122");
|
|
}
|
|
|
|
} /* 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.006819 ;
|
|
|
|
/* 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 ( "2.424077, 2.391418, 2.367900, 2.353072, 2.376497",\
|
|
"2.441459, 2.408800, 2.385282, 2.370454, 2.393879",\
|
|
"2.439984, 2.407324, 2.383806, 2.368979, 2.392404",\
|
|
"2.420667, 2.388007, 2.364489, 2.349662, 2.373087",\
|
|
"2.354686, 2.322027, 2.298508, 2.283681, 2.307106");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.366553, 2.333894, 2.310376, 2.295548, 2.318973",\
|
|
"2.411908, 2.379249, 2.355731, 2.340903, 2.364328",\
|
|
"2.454208, 2.421548, 2.398030, 2.383203, 2.406628",\
|
|
"2.528221, 2.495562, 2.472044, 2.457216, 2.480641",\
|
|
"2.671998, 2.639338, 2.615820, 2.600993, 2.624418");
|
|
}
|
|
|
|
} /* 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.133091, 0.165751, 0.189269, 0.204096, 0.180671",\
|
|
"0.115709, 0.148368, 0.171887, 0.186714, 0.163289",\
|
|
"0.117242, 0.149901, 0.173420, 0.188247, 0.164822",\
|
|
"0.136741, 0.169400, 0.192919, 0.207746, 0.184321",\
|
|
"0.202479, 0.235139, 0.258657, 0.273484, 0.250059");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.042181, -0.009521, 0.013997, 0.028824, 0.005399",\
|
|
"-0.087536, -0.054876, -0.031358, -0.016531, -0.039956",\
|
|
"-0.129416, -0.096757, -0.073239, -0.058411, -0.081836",\
|
|
"-0.202917, -0.170258, -0.146740, -0.131912, -0.155337",\
|
|
"-0.345770, -0.313110, -0.289592, -0.274765, -0.298190");
|
|
}
|
|
|
|
} /* 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.007420 ;
|
|
|
|
/* 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 ( "2.437167, 2.404507, 2.380989, 2.366162, 2.389587",\
|
|
"2.454624, 2.421965, 2.398446, 2.383619, 2.407044",\
|
|
"2.453081, 2.420421, 2.396903, 2.382076, 2.405501",\
|
|
"2.433707, 2.401047, 2.377529, 2.362702, 2.386127",\
|
|
"2.367393, 2.334733, 2.311215, 2.296387, 2.319813");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.387039, 2.354380, 2.330862, 2.316034, 2.339459",\
|
|
"2.432453, 2.399794, 2.376276, 2.361448, 2.384873",\
|
|
"2.474813, 2.442153, 2.418635, 2.403807, 2.427233",\
|
|
"2.549138, 2.516479, 2.492960, 2.478133, 2.501558",\
|
|
"2.693547, 2.660888, 2.637370, 2.622542, 2.645967");
|
|
}
|
|
|
|
} /* 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.129538, 0.162197, 0.185715, 0.200543, 0.177118",\
|
|
"0.112080, 0.144740, 0.168258, 0.183085, 0.159660",\
|
|
"0.113667, 0.146327, 0.169845, 0.184672, 0.161247",\
|
|
"0.133203, 0.165862, 0.189380, 0.204208, 0.180783",\
|
|
"0.199223, 0.231883, 0.255401, 0.270228, 0.246803");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.009295, 0.023364, 0.046883, 0.061710, 0.038285",\
|
|
"-0.054709, -0.022050, 0.001468, 0.016296, -0.007129",\
|
|
"-0.096365, -0.063706, -0.040188, -0.025360, -0.048786",\
|
|
"-0.169982, -0.137322, -0.113804, -0.098977, -0.122402",\
|
|
"-0.313391, -0.280732, -0.257214, -0.242386, -0.265812");
|
|
}
|
|
|
|
} /* 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.007968 ;
|
|
|
|
/* 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 ( "2.460231, 2.427571, 2.404053, 2.389225, 2.412651",\
|
|
"2.477789, 2.445129, 2.421611, 2.406784, 2.430209",\
|
|
"2.476165, 2.443505, 2.419987, 2.405160, 2.428585",\
|
|
"2.456715, 2.424055, 2.400537, 2.385710, 2.409135",\
|
|
"2.389962, 2.357303, 2.333784, 2.318957, 2.342382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.422158, 2.389498, 2.365980, 2.351153, 2.374578",\
|
|
"2.467610, 2.434951, 2.411433, 2.396605, 2.420030",\
|
|
"2.510067, 2.477407, 2.453889, 2.439062, 2.462487",\
|
|
"2.584504, 2.551844, 2.528326, 2.513499, 2.536924",\
|
|
"2.729200, 2.696540, 2.673022, 2.658195, 2.681620");
|
|
}
|
|
|
|
} /* 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.107474, 0.140133, 0.163651, 0.178479, 0.155054",\
|
|
"0.089916, 0.122575, 0.146093, 0.160921, 0.137495",\
|
|
"0.091533, 0.124192, 0.147710, 0.162538, 0.139113",\
|
|
"0.110952, 0.143611, 0.167129, 0.181957, 0.158531",\
|
|
"0.176381, 0.209040, 0.232558, 0.247386, 0.223961");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.080665, -0.048006, -0.024488, -0.009660, -0.033085",\
|
|
"-0.126117, -0.093458, -0.069940, -0.055112, -0.078537",\
|
|
"-0.168150, -0.135491, -0.111972, -0.097145, -0.120570",\
|
|
"-0.241818, -0.209159, -0.185641, -0.170813, -0.194238",\
|
|
"-0.384991, -0.352332, -0.328814, -0.313986, -0.337411");
|
|
}
|
|
|
|
} /* 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.006133 ;
|
|
|
|
/* 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 ( "2.446173, 2.413514, 2.389995, 2.375168, 2.398593",\
|
|
"2.463571, 2.430912, 2.407393, 2.392566, 2.415991",\
|
|
"2.462025, 2.429366, 2.405848, 2.391020, 2.414445",\
|
|
"2.442509, 2.409849, 2.386331, 2.371504, 2.394929",\
|
|
"2.375518, 2.342859, 2.319341, 2.304513, 2.327938");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.420141, 2.387482, 2.363964, 2.349136, 2.372561",\
|
|
"2.465527, 2.432868, 2.409349, 2.394522, 2.417947",\
|
|
"2.507955, 2.475296, 2.451777, 2.436950, 2.460375",\
|
|
"2.582213, 2.549553, 2.526035, 2.511208, 2.534633",\
|
|
"2.726406, 2.693746, 2.670228, 2.655401, 2.678826");
|
|
}
|
|
|
|
} /* 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.127882, 0.160542, 0.184060, 0.198887, 0.175462",\
|
|
"0.110484, 0.143144, 0.166662, 0.181489, 0.158064",\
|
|
"0.112010, 0.144670, 0.168188, 0.183015, 0.159590",\
|
|
"0.131463, 0.164122, 0.187640, 0.202468, 0.179043",\
|
|
"0.196927, 0.229586, 0.253104, 0.267932, 0.244507");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.062897, -0.030238, -0.006720, 0.008108, -0.015317",\
|
|
"-0.108283, -0.075623, -0.052105, -0.037278, -0.060703",\
|
|
"-0.150246, -0.117587, -0.094069, -0.079241, -0.102666",\
|
|
"-0.223926, -0.191267, -0.167749, -0.152921, -0.176346",\
|
|
"-0.366930, -0.334270, -0.310752, -0.295924, -0.319350");
|
|
}
|
|
|
|
} /* 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.006700 ;
|
|
|
|
/* 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 ( "2.429551, 2.396891, 2.373373, 2.358546, 2.381971",\
|
|
"2.446837, 2.414177, 2.390659, 2.375832, 2.399257",\
|
|
"2.445490, 2.412831, 2.389313, 2.374485, 2.397910",\
|
|
"2.426354, 2.393694, 2.370176, 2.355349, 2.378774",\
|
|
"2.359836, 2.327177, 2.303659, 2.288831, 2.312256");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.380829, 2.348169, 2.324651, 2.309824, 2.333249",\
|
|
"2.426076, 2.393417, 2.369899, 2.355071, 2.378496",\
|
|
"2.468286, 2.435626, 2.412108, 2.397280, 2.420706",\
|
|
"2.541864, 2.509205, 2.485687, 2.470859, 2.494284",\
|
|
"2.684826, 2.652166, 2.628648, 2.613821, 2.637246");
|
|
}
|
|
|
|
} /* 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.125486, 0.158145, 0.181663, 0.196491, 0.173066",\
|
|
"0.108200, 0.140859, 0.164377, 0.179205, 0.155780",\
|
|
"0.109564, 0.142223, 0.165741, 0.180569, 0.157143",\
|
|
"0.128750, 0.161409, 0.184927, 0.199755, 0.176330",\
|
|
"0.194097, 0.226756, 0.250275, 0.265102, 0.241677");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.014540, 0.047199, 0.070717, 0.085545, 0.062119",\
|
|
"-0.030708, 0.001951, 0.025469, 0.040297, 0.016872",\
|
|
"-0.072481, -0.039822, -0.016304, -0.001476, -0.024902",\
|
|
"-0.145556, -0.112896, -0.089378, -0.074551, -0.097976",\
|
|
"-0.287655, -0.254995, -0.231477, -0.216650, -0.240075");
|
|
}
|
|
|
|
} /* 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.005649 ;
|
|
|
|
/* 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 ( "2.442549, 2.409890, 2.386372, 2.371544, 2.394969",\
|
|
"2.459940, 2.427281, 2.403763, 2.388935, 2.412360",\
|
|
"2.458449, 2.425789, 2.402271, 2.387444, 2.410869",\
|
|
"2.439086, 2.406427, 2.382909, 2.368081, 2.391506",\
|
|
"2.372878, 2.340219, 2.316700, 2.301873, 2.325298");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.401247, 2.368587, 2.345069, 2.330241, 2.353667",\
|
|
"2.446625, 2.413966, 2.390447, 2.375620, 2.399045",\
|
|
"2.488940, 2.456281, 2.432763, 2.417935, 2.441360",\
|
|
"2.563013, 2.530354, 2.506835, 2.492008, 2.515433",\
|
|
"2.707038, 2.674378, 2.650860, 2.636033, 2.659458");
|
|
}
|
|
|
|
} /* 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.121946, 0.154605, 0.178123, 0.192951, 0.169526",\
|
|
"0.104555, 0.137214, 0.160732, 0.175560, 0.152135",\
|
|
"0.106056, 0.138715, 0.162233, 0.177061, 0.153636",\
|
|
"0.125446, 0.158106, 0.181624, 0.196451, 0.173026",\
|
|
"0.190617, 0.223277, 0.246795, 0.261622, 0.238197");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.020958, 0.053618, 0.077136, 0.091963, 0.068538",\
|
|
"-0.024420, 0.008239, 0.031757, 0.046585, 0.023160",\
|
|
"-0.066544, -0.033885, -0.010366, 0.004461, -0.018964",\
|
|
"-0.140379, -0.107720, -0.084202, -0.069374, -0.092800",\
|
|
"-0.283960, -0.251301, -0.227783, -0.212955, -0.236380");
|
|
}
|
|
|
|
} /* 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.004495 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : wb_adr_i[7];
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "2.334893, 2.302234, 2.278716, 2.263888, 2.287313",\
|
|
"2.364998, 2.332339, 2.308820, 2.293993, 2.317418",\
|
|
"2.378667, 2.346008, 2.322489, 2.307662, 2.331087",\
|
|
"2.378275, 2.345616, 2.322098, 2.307270, 2.330695",\
|
|
"2.335082, 2.302423, 2.278904, 2.264077, 2.287502");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.338083, 2.305423, 2.281905, 2.267078, 2.290503",\
|
|
"2.388654, 2.355994, 2.332476, 2.317649, 2.341074",\
|
|
"2.452335, 2.419676, 2.396158, 2.381330, 2.404755",\
|
|
"2.561370, 2.528711, 2.505192, 2.490365, 2.513790",\
|
|
"2.747894, 2.715234, 2.691716, 2.676888, 2.700314");
|
|
}
|
|
|
|
} /* 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.179296, -0.146637, -0.123119, -0.108291, -0.131716",\
|
|
"-0.209400, -0.176741, -0.153223, -0.138395, -0.161820",\
|
|
"-0.223079, -0.190420, -0.166902, -0.152074, -0.175499",\
|
|
"-0.222708, -0.190049, -0.166531, -0.151703, -0.175129",\
|
|
"-0.180606, -0.147947, -0.124429, -0.109601, -0.133027");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.295542, -0.262882, -0.239364, -0.224537, -0.247962",\
|
|
"-0.346113, -0.313453, -0.289935, -0.275108, -0.298533",\
|
|
"-0.409593, -0.376934, -0.353416, -0.338588, -0.362013",\
|
|
"-0.518048, -0.485389, -0.461871, -0.447043, -0.470468",\
|
|
"-0.703680, -0.671020, -0.647502, -0.632675, -0.656100");
|
|
}
|
|
|
|
} /* 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.004850 ;
|
|
|
|
/* 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 ( "2.284499, 2.251840, 2.228322, 2.213494, 2.236919",\
|
|
"2.318294, 2.285635, 2.262116, 2.247289, 2.270714",\
|
|
"2.342310, 2.309650, 2.286132, 2.271305, 2.294730",\
|
|
"2.360132, 2.327472, 2.303954, 2.289126, 2.312551",\
|
|
"2.348500, 2.315840, 2.292322, 2.277494, 2.300920");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.301806, 2.269146, 2.245628, 2.230801, 2.254226",\
|
|
"2.353480, 2.320821, 2.297303, 2.282475, 2.305901",\
|
|
"2.416365, 2.383706, 2.360188, 2.345360, 2.368785",\
|
|
"2.521157, 2.488498, 2.464980, 2.450152, 2.473577",\
|
|
"2.697042, 2.664383, 2.640865, 2.626038, 2.649463");
|
|
}
|
|
|
|
} /* 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.168430, -0.135770, -0.112252, -0.097425, -0.120850",\
|
|
"-0.202224, -0.169565, -0.146047, -0.131219, -0.154644",\
|
|
"-0.226308, -0.193649, -0.170131, -0.155303, -0.178728",\
|
|
"-0.244285, -0.211626, -0.188108, -0.173280, -0.196705",\
|
|
"-0.234742, -0.202083, -0.178565, -0.163737, -0.187162");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.164463, -0.131803, -0.108285, -0.093458, -0.116883",\
|
|
"-0.216137, -0.183478, -0.159960, -0.145132, -0.168557",\
|
|
"-0.279003, -0.246344, -0.222826, -0.207998, -0.231423",\
|
|
"-0.383742, -0.351082, -0.327564, -0.312737, -0.336162",\
|
|
"-0.559613, -0.526954, -0.503435, -0.488608, -0.512033");
|
|
}
|
|
|
|
} /* 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.006772 ;
|
|
|
|
/* 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 ( "2.539545, 2.506886, 2.483367, 2.468540, 2.491965",\
|
|
"2.564234, 2.531575, 2.508056, 2.493229, 2.516654",\
|
|
"2.570721, 2.538062, 2.514543, 2.499716, 2.523141",\
|
|
"2.558805, 2.526145, 2.502627, 2.487800, 2.511225",\
|
|
"2.495732, 2.463072, 2.439554, 2.424727, 2.448152");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.491921, 2.459261, 2.435743, 2.420916, 2.444341",\
|
|
"2.544524, 2.511865, 2.488347, 2.473519, 2.496944",\
|
|
"2.605546, 2.572887, 2.549369, 2.534541, 2.557966",\
|
|
"2.709632, 2.676972, 2.653454, 2.638627, 2.662052",\
|
|
"2.895638, 2.862978, 2.839460, 2.824632, 2.848058");
|
|
}
|
|
|
|
} /* 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.172510, -0.139850, -0.116332, -0.101505, -0.124930",\
|
|
"-0.197199, -0.164539, -0.141021, -0.126194, -0.149619",\
|
|
"-0.203582, -0.170922, -0.147404, -0.132577, -0.156002",\
|
|
"-0.191516, -0.158857, -0.135338, -0.120511, -0.143936",\
|
|
"-0.127724, -0.095065, -0.071547, -0.056719, -0.080144");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.090503, -0.057844, -0.034326, -0.019498, -0.042923",\
|
|
"-0.143107, -0.110447, -0.086929, -0.072102, -0.095527",\
|
|
"-0.204123, -0.171463, -0.147945, -0.133118, -0.156543",\
|
|
"-0.308195, -0.275535, -0.252017, -0.237189, -0.260615",\
|
|
"-0.494181, -0.461522, -0.438004, -0.423176, -0.446601");
|
|
}
|
|
|
|
} /* 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.004837 ;
|
|
|
|
/* 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 ( "2.523622, 2.490963, 2.467445, 2.452617, 2.476042",\
|
|
"2.557420, 2.524760, 2.501242, 2.486414, 2.509840",\
|
|
"2.581497, 2.548838, 2.525319, 2.510492, 2.533917",\
|
|
"2.599418, 2.566759, 2.543241, 2.528413, 2.551838",\
|
|
"2.587891, 2.555232, 2.531714, 2.516886, 2.540311");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.514890, 2.482230, 2.458712, 2.443885, 2.467310",\
|
|
"2.566562, 2.533903, 2.510384, 2.495557, 2.518982",\
|
|
"2.629425, 2.596766, 2.573248, 2.558420, 2.581845",\
|
|
"2.733988, 2.701329, 2.677810, 2.662983, 2.686408",\
|
|
"2.909329, 2.876669, 2.853151, 2.838324, 2.861749");
|
|
}
|
|
|
|
} /* 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.143832, -0.111173, -0.087655, -0.072827, -0.096252",\
|
|
"-0.177629, -0.144970, -0.121452, -0.106624, -0.130049",\
|
|
"-0.201446, -0.168787, -0.145268, -0.130441, -0.153866",\
|
|
"-0.218785, -0.186126, -0.162608, -0.147780, -0.171205",\
|
|
"-0.207847, -0.175187, -0.151669, -0.136841, -0.160267");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.113535, -0.080876, -0.057358, -0.042530, -0.065955",\
|
|
"-0.165208, -0.132548, -0.109030, -0.094202, -0.117628",\
|
|
"-0.228071, -0.195411, -0.171893, -0.157066, -0.180491",\
|
|
"-0.332633, -0.299974, -0.276456, -0.261628, -0.285053",\
|
|
"-0.507974, -0.475315, -0.451796, -0.436969, -0.460394");
|
|
}
|
|
|
|
} /* 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.008512 ;
|
|
|
|
/* 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 ( "2.469328, 2.436669, 2.413150, 2.398323, 2.421748",\
|
|
"2.502817, 2.470158, 2.446640, 2.431812, 2.455237",\
|
|
"2.525488, 2.492829, 2.469310, 2.454483, 2.477908",\
|
|
"2.541075, 2.508416, 2.484898, 2.470070, 2.493495",\
|
|
"2.524361, 2.491702, 2.468184, 2.453356, 2.476781");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.519009, 2.486350, 2.462832, 2.448004, 2.471429",\
|
|
"2.570744, 2.538084, 2.514566, 2.499738, 2.523164",\
|
|
"2.635756, 2.603096, 2.579578, 2.564751, 2.588176",\
|
|
"2.751654, 2.718995, 2.695477, 2.680649, 2.704074",\
|
|
"2.941085, 2.908426, 2.884908, 2.870080, 2.893505");
|
|
}
|
|
|
|
} /* 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.079225, -0.046566, -0.023048, -0.008220, -0.031645",\
|
|
"-0.112714, -0.080055, -0.056537, -0.041709, -0.065134",\
|
|
"-0.135267, -0.102608, -0.079090, -0.064262, -0.087687",\
|
|
"-0.150578, -0.117918, -0.094400, -0.079573, -0.102998",\
|
|
"-0.133037, -0.100377, -0.076859, -0.062032, -0.085457");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.130496, -0.097837, -0.074318, -0.059491, -0.082916",\
|
|
"-0.182230, -0.149570, -0.126052, -0.111225, -0.134650",\
|
|
"-0.247180, -0.214520, -0.191002, -0.176174, -0.199600",\
|
|
"-0.362846, -0.330186, -0.306668, -0.291841, -0.315266",\
|
|
"-0.552421, -0.519762, -0.496244, -0.481416, -0.504841");
|
|
}
|
|
|
|
} /* 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.003315 ;
|
|
|
|
/* 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 ( "2.634432, 2.601773, 2.578254, 2.563427, 2.586852",\
|
|
"2.664958, 2.632299, 2.608781, 2.593953, 2.617378",\
|
|
"2.680482, 2.647823, 2.624305, 2.609478, 2.632903",\
|
|
"2.688046, 2.655387, 2.631869, 2.617041, 2.640466",\
|
|
"2.669041, 2.636382, 2.612864, 2.598036, 2.621461");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.650077, 2.617417, 2.593899, 2.579072, 2.602497",\
|
|
"2.699023, 2.666364, 2.642846, 2.628018, 2.651443",\
|
|
"2.747747, 2.715087, 2.691569, 2.676742, 2.700167",\
|
|
"2.826315, 2.793656, 2.770138, 2.755310, 2.778735",\
|
|
"2.963374, 2.930715, 2.907196, 2.892369, 2.915794");
|
|
}
|
|
|
|
} /* 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.088810, -0.056150, -0.032632, -0.017805, -0.041230",\
|
|
"-0.119336, -0.086677, -0.063159, -0.048331, -0.071756",\
|
|
"-0.134860, -0.102201, -0.078683, -0.063855, -0.087280",\
|
|
"-0.142424, -0.109765, -0.086247, -0.071419, -0.094845",\
|
|
"-0.123420, -0.090760, -0.067242, -0.052415, -0.075840");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.242038, -0.209378, -0.185860, -0.171033, -0.194458",\
|
|
"-0.290984, -0.258325, -0.234807, -0.219979, -0.243404",\
|
|
"-0.339676, -0.307017, -0.283499, -0.268671, -0.292097",\
|
|
"-0.418204, -0.385545, -0.362027, -0.347199, -0.370624",\
|
|
"-0.555178, -0.522518, -0.499000, -0.484173, -0.507598");
|
|
}
|
|
|
|
} /* 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.007940 ;
|
|
|
|
/* 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 ( "2.483135, 2.450475, 2.426957, 2.412129, 2.435555",\
|
|
"2.511529, 2.478870, 2.455352, 2.440524, 2.463949",\
|
|
"2.498796, 2.466136, 2.442618, 2.427791, 2.451216",\
|
|
"2.400226, 2.367567, 2.344048, 2.329221, 2.352646",\
|
|
"2.018271, 1.985611, 1.962093, 1.947266, 1.970691");
|
|
}
|
|
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 ( "2.554787, 2.522128, 2.498609, 2.483782, 2.507207",\
|
|
"2.646526, 2.613866, 2.590348, 2.575521, 2.598946",\
|
|
"2.768790, 2.736131, 2.712613, 2.697785, 2.721210",\
|
|
"3.019195, 2.986536, 2.963017, 2.948190, 2.971615",\
|
|
"3.614546, 3.581886, 3.558368, 3.543541, 3.566966");
|
|
}
|
|
|
|
} /* 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.057656, -0.024997, -0.001479, 0.013349, -0.010076",\
|
|
"-0.086038, -0.053379, -0.029861, -0.015033, -0.038458",\
|
|
"-0.073250, -0.040591, -0.017073, -0.002245, -0.025670",\
|
|
"0.024195, 0.056855, 0.080373, 0.095200, 0.071775",\
|
|
"0.403680, 0.436339, 0.459857, 0.474685, 0.451260");
|
|
}
|
|
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.115487, -0.082827, -0.059309, -0.044482, -0.067907",\
|
|
"-0.207384, -0.174725, -0.151207, -0.136379, -0.159804",\
|
|
"-0.330330, -0.297671, -0.274153, -0.259325, -0.282751",\
|
|
"-0.582431, -0.549772, -0.526254, -0.511426, -0.534851",\
|
|
"-1.180566, -1.147907, -1.124388, -1.109561, -1.132986");
|
|
}
|
|
|
|
} /* 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.008479 ;
|
|
|
|
/* 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 ( "2.468626, 2.435967, 2.412449, 2.397621, 2.421046",\
|
|
"2.502107, 2.469447, 2.445929, 2.431102, 2.454527",\
|
|
"2.526231, 2.493571, 2.470053, 2.455225, 2.478651",\
|
|
"2.541678, 2.509019, 2.485501, 2.470673, 2.494098",\
|
|
"2.522779, 2.490119, 2.466601, 2.451774, 2.475199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.561148, 2.528489, 2.504971, 2.490143, 2.513568",\
|
|
"2.612650, 2.579991, 2.556473, 2.541645, 2.565070",\
|
|
"2.679805, 2.647145, 2.623627, 2.608800, 2.632225",\
|
|
"2.791701, 2.759041, 2.735523, 2.720696, 2.744121",\
|
|
"2.979847, 2.947188, 2.923670, 2.908842, 2.932267");
|
|
}
|
|
|
|
} /* 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.040603, -0.007943, 0.015575, 0.030402, 0.006977",\
|
|
"-0.074083, -0.041424, -0.017905, -0.003078, -0.026503",\
|
|
"-0.098202, -0.065543, -0.042025, -0.027197, -0.050622",\
|
|
"-0.113553, -0.080893, -0.057375, -0.042548, -0.065973",\
|
|
"-0.095487, -0.062827, -0.039309, -0.024481, -0.047907");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.111613, -0.078954, -0.055436, -0.040608, -0.064033",\
|
|
"-0.163116, -0.130456, -0.106938, -0.092111, -0.115536",\
|
|
"-0.230058, -0.197398, -0.173880, -0.159053, -0.182478",\
|
|
"-0.341308, -0.308648, -0.285130, -0.270303, -0.293728",\
|
|
"-0.528251, -0.495591, -0.472073, -0.457246, -0.480671");
|
|
}
|
|
|
|
} /* 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.002861 ;
|
|
|
|
/* 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.189813, -0.222472, -0.245990, -0.260818, -0.237393",\
|
|
"-0.172503, -0.205163, -0.228681, -0.243509, -0.220083",\
|
|
"-0.173909, -0.206569, -0.230087, -0.244915, -0.221489",\
|
|
"-0.193157, -0.225817, -0.249335, -0.264162, -0.240737",\
|
|
"-0.260592, -0.293251, -0.316769, -0.331597, -0.308172");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.037124, -0.069783, -0.093301, -0.108129, -0.084704",\
|
|
"0.008917, -0.023742, -0.047261, -0.062088, -0.038663",\
|
|
"0.050397, 0.017737, -0.005781, -0.020608, 0.002817",\
|
|
"0.123896, 0.091237, 0.067718, 0.052891, 0.076316",\
|
|
"0.266402, 0.233742, 0.210224, 0.195397, 0.218822");
|
|
}
|
|
|
|
} /* 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.203069, 0.235728, 0.259247, 0.274074, 0.250649",\
|
|
"0.185760, 0.218419, 0.241937, 0.256765, 0.233340",\
|
|
"0.187166, 0.219825, 0.243344, 0.258171, 0.234746",\
|
|
"0.206414, 0.239073, 0.262591, 0.277419, 0.253994",\
|
|
"0.273848, 0.306508, 0.330026, 0.344853, 0.321428");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.077608, 0.110268, 0.133786, 0.148613, 0.125188",\
|
|
"0.031568, 0.064227, 0.087745, 0.102573, 0.079148",\
|
|
"-0.009912, 0.022748, 0.046266, 0.061093, 0.037668",\
|
|
"-0.083411, -0.050752, -0.027234, -0.012406, -0.035831",\
|
|
"-0.225917, -0.193257, -0.169739, -0.154912, -0.178337");
|
|
}
|
|
|
|
} /* 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.002781 ;
|
|
|
|
/* 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.203558, -0.236218, -0.259736, -0.274563, -0.251138",\
|
|
"-0.186348, -0.219007, -0.242525, -0.257353, -0.233928",\
|
|
"-0.187637, -0.220296, -0.243814, -0.258642, -0.235217",\
|
|
"-0.206704, -0.239363, -0.262881, -0.277709, -0.254284",\
|
|
"-0.274971, -0.307630, -0.331148, -0.345976, -0.322551");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.046491, -0.079151, -0.102669, -0.117496, -0.094071",\
|
|
"-0.000551, -0.033210, -0.056728, -0.071556, -0.048131",\
|
|
"0.040734, 0.008075, -0.015443, -0.030271, -0.006846",\
|
|
"0.113544, 0.080885, 0.057367, 0.042539, 0.065964",\
|
|
"0.254854, 0.222194, 0.198676, 0.183849, 0.207274");
|
|
}
|
|
|
|
} /* 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.216818, 0.249478, 0.272996, 0.287823, 0.264398",\
|
|
"0.199607, 0.232267, 0.255785, 0.270612, 0.247187",\
|
|
"0.200896, 0.233556, 0.257074, 0.271901, 0.248476",\
|
|
"0.219963, 0.252623, 0.276141, 0.290968, 0.267543",\
|
|
"0.288230, 0.320890, 0.344408, 0.359235, 0.335810");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.086981, 0.119640, 0.143158, 0.157986, 0.134561",\
|
|
"0.041040, 0.073700, 0.097218, 0.112045, 0.088620",\
|
|
"-0.000245, 0.032415, 0.055933, 0.070760, 0.047335",\
|
|
"-0.073055, -0.040395, -0.016877, -0.002050, -0.025475",\
|
|
"-0.214364, -0.181705, -0.158187, -0.143359, -0.166784");
|
|
}
|
|
|
|
} /* 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.003153 ;
|
|
|
|
/* 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.196351, -0.229011, -0.252529, -0.267356, -0.243931",\
|
|
"-0.179163, -0.211823, -0.235341, -0.250168, -0.226743",\
|
|
"-0.180427, -0.213087, -0.236605, -0.251432, -0.228007",\
|
|
"-0.199458, -0.232117, -0.255635, -0.270463, -0.247038",\
|
|
"-0.267916, -0.300576, -0.324094, -0.338921, -0.315496");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.038835, -0.071495, -0.095013, -0.109840, -0.086415",\
|
|
"0.007081, -0.025578, -0.049096, -0.063924, -0.040498",\
|
|
"0.048323, 0.015664, -0.007854, -0.022682, 0.000743",\
|
|
"0.120982, 0.088323, 0.064804, 0.049977, 0.073402",\
|
|
"0.262028, 0.229369, 0.205851, 0.191023, 0.214448");
|
|
}
|
|
|
|
} /* 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.209648, 0.242308, 0.265826, 0.280653, 0.257228",\
|
|
"0.192460, 0.225120, 0.248638, 0.263465, 0.240040",\
|
|
"0.193724, 0.226384, 0.249902, 0.264729, 0.241304",\
|
|
"0.212755, 0.245414, 0.268932, 0.283760, 0.260335",\
|
|
"0.281213, 0.313873, 0.337391, 0.352218, 0.328793");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.079382, 0.112041, 0.135559, 0.150387, 0.126962",\
|
|
"0.033465, 0.066124, 0.089643, 0.104470, 0.081045",\
|
|
"-0.007777, 0.024883, 0.048401, 0.063228, 0.039803",\
|
|
"-0.080436, -0.047776, -0.024258, -0.009431, -0.032856",\
|
|
"-0.221482, -0.188822, -0.165304, -0.150477, -0.173902");
|
|
}
|
|
|
|
} /* 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.003151 ;
|
|
|
|
/* 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.189984, -0.222643, -0.246161, -0.260989, -0.237564",\
|
|
"-0.172792, -0.205451, -0.228969, -0.243797, -0.220371",\
|
|
"-0.174061, -0.206720, -0.230239, -0.245066, -0.221641",\
|
|
"-0.193099, -0.225759, -0.249277, -0.264104, -0.240679",\
|
|
"-0.261520, -0.294180, -0.317698, -0.332525, -0.309100");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.035596, -0.068256, -0.091774, -0.106601, -0.083176",\
|
|
"0.010324, -0.022336, -0.045854, -0.060681, -0.037256",\
|
|
"0.051574, 0.018915, -0.004603, -0.019431, 0.003994",\
|
|
"0.124264, 0.091605, 0.068087, 0.053259, 0.076684",\
|
|
"0.265364, 0.232705, 0.209186, 0.194359, 0.217784");
|
|
}
|
|
|
|
} /* 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.203249, 0.235909, 0.259427, 0.274254, 0.250829",\
|
|
"0.186057, 0.218716, 0.242235, 0.257062, 0.233637",\
|
|
"0.187326, 0.219986, 0.243504, 0.258332, 0.234906",\
|
|
"0.206365, 0.239024, 0.262542, 0.277370, 0.253945",\
|
|
"0.274786, 0.307445, 0.330963, 0.345791, 0.322366");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.076095, 0.108754, 0.132272, 0.147100, 0.123675",\
|
|
"0.030175, 0.062834, 0.086352, 0.101180, 0.077755",\
|
|
"-0.011076, 0.021584, 0.045102, 0.059929, 0.036504",\
|
|
"-0.083765, -0.051106, -0.027588, -0.012760, -0.036185",\
|
|
"-0.224865, -0.192206, -0.168688, -0.153860, -0.177285");
|
|
}
|
|
|
|
} /* 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.002860 ;
|
|
|
|
/* 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.191298, -0.223957, -0.247476, -0.262303, -0.238878",\
|
|
"-0.173998, -0.206658, -0.230176, -0.245003, -0.221578",\
|
|
"-0.175401, -0.208060, -0.231578, -0.246406, -0.222980",\
|
|
"-0.194700, -0.227360, -0.250878, -0.265705, -0.242280",\
|
|
"-0.261908, -0.294567, -0.318085, -0.332913, -0.309487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.039188, -0.071848, -0.095366, -0.110193, -0.086768",\
|
|
"0.006088, -0.026571, -0.050089, -0.064917, -0.041492",\
|
|
"0.048415, 0.015755, -0.007763, -0.022590, 0.000835",\
|
|
"0.122106, 0.089447, 0.065929, 0.051101, 0.074526",\
|
|
"0.264944, 0.232285, 0.208767, 0.193939, 0.217364");
|
|
}
|
|
|
|
} /* 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.204549, 0.237209, 0.260727, 0.275554, 0.252129",\
|
|
"0.187249, 0.219909, 0.243427, 0.258254, 0.234829",\
|
|
"0.188652, 0.221311, 0.244829, 0.259657, 0.236232",\
|
|
"0.207951, 0.240611, 0.264129, 0.278956, 0.255531",\
|
|
"0.275159, 0.307818, 0.331336, 0.346164, 0.322739");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.079665, 0.112324, 0.135842, 0.150670, 0.127245",\
|
|
"0.034388, 0.067048, 0.090566, 0.105393, 0.081968",\
|
|
"-0.007938, 0.024722, 0.048240, 0.063067, 0.039642",\
|
|
"-0.081630, -0.048970, -0.025452, -0.010625, -0.034050",\
|
|
"-0.224467, -0.191808, -0.168290, -0.153462, -0.176888");
|
|
}
|
|
|
|
} /* 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.002995 ;
|
|
|
|
/* 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.201050, -0.233709, -0.257228, -0.272055, -0.248630",\
|
|
"-0.183709, -0.216368, -0.239887, -0.254714, -0.231289",\
|
|
"-0.185137, -0.217797, -0.241315, -0.256142, -0.232717",\
|
|
"-0.204432, -0.237092, -0.260610, -0.275437, -0.252012",\
|
|
"-0.271087, -0.303746, -0.327264, -0.342092, -0.318667");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.025194, -0.057854, -0.081372, -0.096199, -0.072774",\
|
|
"0.020135, -0.012524, -0.036042, -0.050870, -0.027445",\
|
|
"0.062359, 0.029699, 0.006181, -0.008646, 0.014779",\
|
|
"0.136099, 0.103440, 0.079921, 0.065094, 0.088519",\
|
|
"0.279046, 0.246387, 0.222869, 0.208041, 0.231466");
|
|
}
|
|
|
|
} /* 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.214583, 0.247243, 0.270761, 0.285589, 0.262163",\
|
|
"0.197242, 0.229902, 0.253420, 0.268248, 0.244822",\
|
|
"0.198671, 0.231330, 0.254848, 0.269676, 0.246251",\
|
|
"0.217966, 0.250625, 0.274143, 0.288971, 0.265545",\
|
|
"0.284620, 0.317280, 0.340798, 0.355625, 0.332200");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.065656, 0.098315, 0.121833, 0.136661, 0.113236",\
|
|
"0.020326, 0.052986, 0.076504, 0.091331, 0.067906",\
|
|
"-0.021897, 0.010762, 0.034280, 0.049108, 0.025683",\
|
|
"-0.095637, -0.062978, -0.039460, -0.024632, -0.048057",\
|
|
"-0.238585, -0.205925, -0.182407, -0.167580, -0.191005");
|
|
}
|
|
|
|
} /* 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.002942 ;
|
|
|
|
/* 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.231456, -0.264116, -0.287634, -0.302461, -0.279036",\
|
|
"-0.214136, -0.246795, -0.270313, -0.285141, -0.261716",\
|
|
"-0.215528, -0.248187, -0.271706, -0.286533, -0.263108",\
|
|
"-0.234712, -0.267371, -0.290889, -0.305717, -0.282292",\
|
|
"-0.301815, -0.334474, -0.357992, -0.372820, -0.349395");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.056198, -0.088858, -0.112376, -0.127203, -0.103778",\
|
|
"-0.010204, -0.042863, -0.066382, -0.081209, -0.057784",\
|
|
"0.031184, -0.001476, -0.024994, -0.039821, -0.016396",\
|
|
"0.104541, 0.071882, 0.048364, 0.033536, 0.056961",\
|
|
"0.246818, 0.214158, 0.190640, 0.175813, 0.199238");
|
|
}
|
|
|
|
} /* 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.244698, 0.277358, 0.300876, 0.315703, 0.292278",\
|
|
"0.227378, 0.260037, 0.283555, 0.298383, 0.274958",\
|
|
"0.228770, 0.261430, 0.284948, 0.299775, 0.276350",\
|
|
"0.247954, 0.280613, 0.304131, 0.318959, 0.295534",\
|
|
"0.315057, 0.347716, 0.371234, 0.386062, 0.362637");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.096662, 0.129321, 0.152840, 0.167667, 0.144242",\
|
|
"0.050668, 0.083327, 0.106845, 0.121673, 0.098247",\
|
|
"0.009280, 0.041939, 0.065457, 0.080285, 0.056860",\
|
|
"-0.064078, -0.031418, -0.007900, 0.006927, -0.016498",\
|
|
"-0.206354, -0.173695, -0.150177, -0.135349, -0.158774");
|
|
}
|
|
|
|
} /* 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.002847 ;
|
|
|
|
/* 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.222263, -0.254923, -0.278441, -0.293269, -0.269843",\
|
|
"-0.204967, -0.237627, -0.261145, -0.275973, -0.252547",\
|
|
"-0.206328, -0.238987, -0.262505, -0.277333, -0.253908",\
|
|
"-0.225458, -0.258118, -0.281636, -0.296463, -0.273038",\
|
|
"-0.292773, -0.325432, -0.348950, -0.363778, -0.340353");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.041205, -0.073864, -0.097382, -0.112210, -0.088785",\
|
|
"0.004762, -0.027897, -0.051416, -0.066243, -0.042818",\
|
|
"0.046095, 0.013436, -0.010082, -0.024910, -0.001485",\
|
|
"0.119270, 0.086610, 0.063092, 0.048265, 0.071690",\
|
|
"0.261227, 0.228567, 0.205049, 0.190222, 0.213647");
|
|
}
|
|
|
|
} /* 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.235765, 0.268425, 0.291943, 0.306770, 0.283345",\
|
|
"0.218469, 0.251129, 0.274647, 0.289474, 0.266049",\
|
|
"0.219829, 0.252489, 0.276007, 0.290835, 0.267409",\
|
|
"0.238960, 0.271619, 0.295138, 0.309965, 0.286540",\
|
|
"0.306274, 0.338934, 0.362452, 0.377279, 0.353854");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.081619, 0.114279, 0.137797, 0.152625, 0.129199",\
|
|
"0.035653, 0.068312, 0.091830, 0.106658, 0.083233",\
|
|
"-0.005680, 0.026979, 0.050497, 0.065325, 0.041900",\
|
|
"-0.078855, -0.046196, -0.022677, -0.007850, -0.031275",\
|
|
"-0.220812, -0.188152, -0.164634, -0.149807, -0.173232");
|
|
}
|
|
|
|
} /* 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.002982 ;
|
|
|
|
/* 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.273965, -0.306624, -0.330142, -0.344970, -0.321545",\
|
|
"-0.256911, -0.289570, -0.313089, -0.327916, -0.304491",\
|
|
"-0.257830, -0.290489, -0.314007, -0.328835, -0.305410",\
|
|
"-0.276067, -0.308727, -0.332245, -0.347072, -0.323647",\
|
|
"-0.345729, -0.378388, -0.401906, -0.416734, -0.393309");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.082575, -0.115234, -0.138752, -0.153580, -0.130154",\
|
|
"-0.036974, -0.069634, -0.093152, -0.107979, -0.084554",\
|
|
"0.003747, -0.028912, -0.052431, -0.067258, -0.043833",\
|
|
"0.074854, 0.042195, 0.018677, 0.003849, 0.027274",\
|
|
"0.213181, 0.180522, 0.157004, 0.142176, 0.165601");
|
|
}
|
|
|
|
} /* 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.287221, 0.319881, 0.343399, 0.358226, 0.334801",\
|
|
"0.270167, 0.302827, 0.326345, 0.341173, 0.317747",\
|
|
"0.271086, 0.303746, 0.327264, 0.342091, 0.318666",\
|
|
"0.289324, 0.321983, 0.345501, 0.360329, 0.336904",\
|
|
"0.358985, 0.391645, 0.415163, 0.429990, 0.406565");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.123060, 0.155719, 0.179237, 0.194065, 0.170639",\
|
|
"0.077459, 0.110119, 0.133637, 0.148464, 0.125039",\
|
|
"0.036738, 0.069397, 0.092916, 0.107743, 0.084318",\
|
|
"-0.034369, -0.001710, 0.021808, 0.036636, 0.013211",\
|
|
"-0.172696, -0.140037, -0.116519, -0.101691, -0.125117");
|
|
}
|
|
|
|
} /* 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.002674 ;
|
|
|
|
/* 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.283035, -0.315695, -0.339213, -0.354040, -0.330615",\
|
|
"-0.265989, -0.298648, -0.322166, -0.336994, -0.313569",\
|
|
"-0.266891, -0.299550, -0.323068, -0.337896, -0.314471",\
|
|
"-0.285092, -0.317751, -0.341269, -0.356097, -0.332672",\
|
|
"-0.354798, -0.387457, -0.410976, -0.425803, -0.402378");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.090563, -0.123222, -0.146741, -0.161568, -0.138143",\
|
|
"-0.044999, -0.077659, -0.101177, -0.116004, -0.092579",\
|
|
"-0.004293, -0.036953, -0.060471, -0.075298, -0.051873",\
|
|
"0.066749, 0.034090, 0.010572, -0.004256, 0.019169",\
|
|
"0.204963, 0.172303, 0.148785, 0.133958, 0.157383");
|
|
}
|
|
|
|
} /* 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.296295, 0.328954, 0.352472, 0.367300, 0.343875",\
|
|
"0.279248, 0.311908, 0.335426, 0.350253, 0.326828",\
|
|
"0.280150, 0.312810, 0.336328, 0.351155, 0.327730",\
|
|
"0.298351, 0.331011, 0.354529, 0.369357, 0.345931",\
|
|
"0.368058, 0.400717, 0.424235, 0.439063, 0.415638");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.131053, 0.163712, 0.187230, 0.202058, 0.178633",\
|
|
"0.085489, 0.118148, 0.141666, 0.156494, 0.133069",\
|
|
"0.044783, 0.077442, 0.100961, 0.115788, 0.092363",\
|
|
"-0.026260, 0.006400, 0.029918, 0.044745, 0.021320",\
|
|
"-0.164473, -0.131814, -0.108296, -0.093468, -0.116893");
|
|
}
|
|
|
|
} /* 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.002781 ;
|
|
|
|
/* 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.267248, -0.299907, -0.323425, -0.338253, -0.314828",\
|
|
"-0.250168, -0.282827, -0.306345, -0.321173, -0.297748",\
|
|
"-0.251128, -0.283787, -0.307305, -0.322133, -0.298708",\
|
|
"-0.269513, -0.302173, -0.325691, -0.340518, -0.317093",\
|
|
"-0.339000, -0.371659, -0.395178, -0.410005, -0.386580");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.076500, -0.109159, -0.132677, -0.147505, -0.124080",\
|
|
"-0.030815, -0.063474, -0.086993, -0.101820, -0.078395",\
|
|
"0.009968, -0.022691, -0.046210, -0.061037, -0.037612",\
|
|
"0.081286, 0.048627, 0.025108, 0.010281, 0.033706",\
|
|
"0.219984, 0.187325, 0.163807, 0.148979, 0.172404");
|
|
}
|
|
|
|
} /* 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.280545, 0.313204, 0.336722, 0.351550, 0.328125",\
|
|
"0.263465, 0.296124, 0.319642, 0.334470, 0.311045",\
|
|
"0.264425, 0.297084, 0.320602, 0.335430, 0.312005",\
|
|
"0.282810, 0.315470, 0.338988, 0.353815, 0.330390",\
|
|
"0.352297, 0.384956, 0.408475, 0.423302, 0.399877");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.117046, 0.149706, 0.173224, 0.188051, 0.164626",\
|
|
"0.071362, 0.104021, 0.127539, 0.142367, 0.118942",\
|
|
"0.030579, 0.063238, 0.086756, 0.101584, 0.078159",\
|
|
"-0.040739, -0.008080, 0.015438, 0.030266, 0.006841",\
|
|
"-0.179438, -0.146778, -0.123260, -0.108433, -0.131858");
|
|
}
|
|
|
|
} /* 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.002846 ;
|
|
|
|
/* 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.274347, -0.307006, -0.330524, -0.345352, -0.321927",\
|
|
"-0.257320, -0.289980, -0.313498, -0.328325, -0.304900",\
|
|
"-0.258152, -0.290811, -0.314330, -0.329157, -0.305732",\
|
|
"-0.276925, -0.309584, -0.333102, -0.347930, -0.324504",\
|
|
"-0.348427, -0.381086, -0.404605, -0.419432, -0.396007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.080565, -0.113225, -0.136743, -0.151570, -0.128145",\
|
|
"-0.035448, -0.068108, -0.091626, -0.106453, -0.083028",\
|
|
"0.004242, -0.028417, -0.051935, -0.066763, -0.043338",\
|
|
"0.074095, 0.041436, 0.017918, 0.003090, 0.026515",\
|
|
"0.210731, 0.178071, 0.154553, 0.139726, 0.163151");
|
|
}
|
|
|
|
} /* 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.287612, 0.320271, 0.343790, 0.358617, 0.335192",\
|
|
"0.270586, 0.303245, 0.326763, 0.341591, 0.318165",\
|
|
"0.271417, 0.304077, 0.327595, 0.342422, 0.318997",\
|
|
"0.290190, 0.322849, 0.346368, 0.361195, 0.337770",\
|
|
"0.361692, 0.394352, 0.417870, 0.432698, 0.409272");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.121064, 0.153724, 0.177242, 0.192069, 0.168644",\
|
|
"0.075947, 0.108607, 0.132125, 0.146952, 0.123527",\
|
|
"0.036257, 0.068916, 0.092434, 0.107262, 0.083837",\
|
|
"-0.033596, -0.000937, 0.022581, 0.037409, 0.013984",\
|
|
"-0.170232, -0.137572, -0.114054, -0.099227, -0.122652");
|
|
}
|
|
|
|
} /* 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.003314 ;
|
|
|
|
/* 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.272303, -0.304962, -0.328480, -0.343308, -0.319883",\
|
|
"-0.255227, -0.287886, -0.311404, -0.326232, -0.302807",\
|
|
"-0.256181, -0.288841, -0.312359, -0.327186, -0.303761",\
|
|
"-0.274538, -0.307197, -0.330715, -0.345543, -0.322118",\
|
|
"-0.344059, -0.376718, -0.400236, -0.415064, -0.391639");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.082211, -0.114870, -0.138388, -0.153216, -0.129791",\
|
|
"-0.036533, -0.069192, -0.092710, -0.107538, -0.084113",\
|
|
"0.004244, -0.028415, -0.051933, -0.066761, -0.043336",\
|
|
"0.075538, 0.042879, 0.019361, 0.004533, 0.027959",\
|
|
"0.214195, 0.181536, 0.158018, 0.143190, 0.166615");
|
|
}
|
|
|
|
} /* 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.285554, 0.318213, 0.341731, 0.356559, 0.333134",\
|
|
"0.268478, 0.301137, 0.324655, 0.339483, 0.316058",\
|
|
"0.269432, 0.302092, 0.325610, 0.340437, 0.317012",\
|
|
"0.287789, 0.320448, 0.343967, 0.358794, 0.335369",\
|
|
"0.357310, 0.389969, 0.413488, 0.428315, 0.404890");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.122688, 0.155347, 0.178865, 0.193693, 0.170268",\
|
|
"0.077009, 0.109669, 0.133187, 0.148014, 0.124589",\
|
|
"0.036233, 0.068892, 0.092410, 0.107238, 0.083813",\
|
|
"-0.035062, -0.002402, 0.021116, 0.035943, 0.012518",\
|
|
"-0.173718, -0.141059, -0.117541, -0.102713, -0.126138");
|
|
}
|
|
|
|
} /* 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.003297 ;
|
|
|
|
/* 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.179853, -0.212512, -0.236030, -0.250858, -0.227433",\
|
|
"-0.162794, -0.195453, -0.218972, -0.233799, -0.210374",\
|
|
"-0.163768, -0.196428, -0.219946, -0.234773, -0.211348",\
|
|
"-0.182195, -0.214854, -0.238372, -0.253200, -0.229775",\
|
|
"-0.252136, -0.284796, -0.308314, -0.323141, -0.299716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.017499, -0.050158, -0.073676, -0.088504, -0.065079",\
|
|
"0.028238, -0.004421, -0.027939, -0.042767, -0.019342",\
|
|
"0.069137, 0.036477, 0.012959, -0.001868, 0.021557",\
|
|
"0.140582, 0.107922, 0.084404, 0.069577, 0.093002",\
|
|
"0.279503, 0.246844, 0.223326, 0.208498, 0.231923");
|
|
}
|
|
|
|
} /* 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.193386, 0.226046, 0.249564, 0.264391, 0.240966",\
|
|
"0.176328, 0.208987, 0.232505, 0.247333, 0.223908",\
|
|
"0.177302, 0.209961, 0.233479, 0.248307, 0.224882",\
|
|
"0.195728, 0.228388, 0.251906, 0.266733, 0.243308",\
|
|
"0.265670, 0.298329, 0.321847, 0.336675, 0.313250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.057960, 0.090619, 0.114138, 0.128965, 0.105540",\
|
|
"0.012223, 0.044882, 0.068401, 0.083228, 0.059803",\
|
|
"-0.028675, 0.003984, 0.027502, 0.042330, 0.018905",\
|
|
"-0.100120, -0.067461, -0.043943, -0.029115, -0.052540",\
|
|
"-0.239042, -0.206383, -0.182864, -0.168037, -0.191462");
|
|
}
|
|
|
|
} /* 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.003739 ;
|
|
|
|
/* 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.199786, -0.232446, -0.255964, -0.270791, -0.247366",\
|
|
"-0.182702, -0.215362, -0.238880, -0.253707, -0.230282",\
|
|
"-0.183838, -0.216498, -0.240016, -0.254843, -0.231418",\
|
|
"-0.202673, -0.235333, -0.258851, -0.273678, -0.250253",\
|
|
"-0.272069, -0.304728, -0.328246, -0.343074, -0.319649");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.042725, -0.075384, -0.098902, -0.113730, -0.090305",\
|
|
"0.003074, -0.029585, -0.053103, -0.067931, -0.044506",\
|
|
"0.044100, 0.011441, -0.012078, -0.026905, -0.003480",\
|
|
"0.115996, 0.083336, 0.059818, 0.044990, 0.068416",\
|
|
"0.255716, 0.223056, 0.199538, 0.184711, 0.208136");
|
|
}
|
|
|
|
} /* 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.213028, 0.245688, 0.269206, 0.284033, 0.260608",\
|
|
"0.195944, 0.228604, 0.252122, 0.266949, 0.243524",\
|
|
"0.197081, 0.229740, 0.253258, 0.268086, 0.244660",\
|
|
"0.215916, 0.248575, 0.272093, 0.286921, 0.263495",\
|
|
"0.285311, 0.317970, 0.341488, 0.356316, 0.332891");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.083188, 0.115848, 0.139366, 0.154193, 0.130768",\
|
|
"0.037389, 0.070049, 0.093567, 0.108394, 0.084969",\
|
|
"-0.003637, 0.029023, 0.052541, 0.067368, 0.043943",\
|
|
"-0.075532, -0.042873, -0.019355, -0.004527, -0.027952",\
|
|
"-0.215252, -0.182593, -0.159075, -0.144247, -0.167672");
|
|
}
|
|
|
|
} /* 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.003166 ;
|
|
|
|
/* 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.187154, -0.219813, -0.243331, -0.258159, -0.234734",\
|
|
"-0.170070, -0.202730, -0.226248, -0.241075, -0.217650",\
|
|
"-0.171211, -0.203871, -0.227389, -0.242217, -0.218791",\
|
|
"-0.190053, -0.222713, -0.246231, -0.261058, -0.237633",\
|
|
"-0.259410, -0.292069, -0.315587, -0.330415, -0.306990");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.024711, -0.057370, -0.080888, -0.095716, -0.072291",\
|
|
"0.021099, -0.011561, -0.035079, -0.049906, -0.026481",\
|
|
"0.062133, 0.029474, 0.005956, -0.008872, 0.014553",\
|
|
"0.134059, 0.101399, 0.077881, 0.063054, 0.086479",\
|
|
"0.273831, 0.241171, 0.217653, 0.202826, 0.226251");
|
|
}
|
|
|
|
} /* 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.200655, 0.233315, 0.256833, 0.271660, 0.248235",\
|
|
"0.183572, 0.216232, 0.239750, 0.254577, 0.231152",\
|
|
"0.184713, 0.217373, 0.240891, 0.255718, 0.232293",\
|
|
"0.203555, 0.236215, 0.259733, 0.274560, 0.251135",\
|
|
"0.272911, 0.305571, 0.329089, 0.343917, 0.320491");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.065125, 0.097785, 0.121303, 0.136130, 0.112705",\
|
|
"0.019316, 0.051975, 0.075493, 0.090321, 0.066896",\
|
|
"-0.021719, 0.010941, 0.034459, 0.049287, 0.025861",\
|
|
"-0.093644, -0.060985, -0.037466, -0.022639, -0.046064",\
|
|
"-0.233416, -0.200757, -0.177239, -0.162411, -0.185836");
|
|
}
|
|
|
|
} /* 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.003916 ;
|
|
|
|
/* 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.220947, -0.253606, -0.277124, -0.291952, -0.268527",\
|
|
"-0.203890, -0.236549, -0.260067, -0.274895, -0.251470",\
|
|
"-0.205079, -0.237738, -0.261256, -0.276084, -0.252659",\
|
|
"-0.224105, -0.256764, -0.280282, -0.295110, -0.271684",\
|
|
"-0.294002, -0.326661, -0.350179, -0.365007, -0.341581");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.083498, -0.116157, -0.139676, -0.154503, -0.131078",\
|
|
"-0.037774, -0.070433, -0.093952, -0.108779, -0.085354",\
|
|
"0.003096, -0.029564, -0.053082, -0.067909, -0.044484",\
|
|
"0.074794, 0.042135, 0.018616, 0.003789, 0.027214",\
|
|
"0.214172, 0.181513, 0.157995, 0.143167, 0.166593");
|
|
}
|
|
|
|
} /* 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.234203, 0.266862, 0.290381, 0.305208, 0.281783",\
|
|
"0.217146, 0.249806, 0.273324, 0.288151, 0.264726",\
|
|
"0.218335, 0.250995, 0.274513, 0.289340, 0.265915",\
|
|
"0.237361, 0.270020, 0.293539, 0.308366, 0.284941",\
|
|
"0.307258, 0.339917, 0.363436, 0.378263, 0.354838");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.123983, 0.156642, 0.180160, 0.194988, 0.171563",\
|
|
"0.078259, 0.110918, 0.134436, 0.149264, 0.125839",\
|
|
"0.037389, 0.070049, 0.093567, 0.108394, 0.084969",\
|
|
"-0.034309, -0.001650, 0.021868, 0.036696, 0.013271",\
|
|
"-0.173688, -0.141028, -0.117510, -0.102683, -0.126108");
|
|
}
|
|
|
|
} /* 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.003731 ;
|
|
|
|
/* 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.224915, -0.257574, -0.281092, -0.295920, -0.272495",\
|
|
"-0.207852, -0.240511, -0.264030, -0.278857, -0.255432",\
|
|
"-0.209046, -0.241705, -0.265223, -0.280051, -0.256626",\
|
|
"-0.228076, -0.260735, -0.284253, -0.299081, -0.275656",\
|
|
"-0.297910, -0.330569, -0.354088, -0.368915, -0.345490");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.087043, -0.119702, -0.143220, -0.158048, -0.134623",\
|
|
"-0.041316, -0.073976, -0.097494, -0.112321, -0.088896",\
|
|
"-0.000438, -0.033098, -0.056616, -0.071443, -0.048018",\
|
|
"0.071294, 0.038634, 0.015116, 0.000289, 0.023714",\
|
|
"0.210740, 0.178080, 0.154562, 0.139735, 0.163160");
|
|
}
|
|
|
|
} /* 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.238174, 0.270834, 0.294352, 0.309179, 0.285754",\
|
|
"0.221112, 0.253771, 0.277289, 0.292117, 0.268692",\
|
|
"0.222306, 0.254965, 0.278483, 0.293311, 0.269886",\
|
|
"0.241335, 0.273995, 0.297513, 0.312340, 0.288915",\
|
|
"0.311170, 0.343829, 0.367347, 0.382175, 0.358750");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.127532, 0.160192, 0.183710, 0.198537, 0.175112",\
|
|
"0.081806, 0.114465, 0.137983, 0.152811, 0.129386",\
|
|
"0.040928, 0.073587, 0.097106, 0.111933, 0.088508",\
|
|
"-0.030804, 0.001855, 0.025373, 0.040201, 0.016776",\
|
|
"-0.170250, -0.137591, -0.114073, -0.099245, -0.122670");
|
|
}
|
|
|
|
} /* 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.003295 ;
|
|
|
|
/* 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.220562, -0.253222, -0.276740, -0.291567, -0.268142",\
|
|
"-0.203473, -0.236132, -0.259651, -0.274478, -0.251053",\
|
|
"-0.204466, -0.237125, -0.260643, -0.275471, -0.252046",\
|
|
"-0.223183, -0.255842, -0.279361, -0.294188, -0.270763",\
|
|
"-0.293464, -0.326123, -0.349641, -0.364469, -0.341044");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.080782, -0.113441, -0.136959, -0.151787, -0.128362",\
|
|
"-0.035101, -0.067761, -0.091279, -0.106107, -0.082681",\
|
|
"0.005676, -0.026983, -0.050501, -0.065329, -0.041903",\
|
|
"0.077072, 0.044413, 0.020895, 0.006067, 0.029492",\
|
|
"0.215907, 0.183248, 0.159729, 0.144902, 0.168327");
|
|
}
|
|
|
|
} /* 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.233859, 0.266519, 0.290037, 0.304864, 0.281439",\
|
|
"0.216770, 0.249429, 0.272948, 0.287775, 0.264350",\
|
|
"0.217763, 0.250422, 0.273940, 0.288768, 0.265343",\
|
|
"0.236480, 0.269139, 0.292658, 0.307485, 0.284060",\
|
|
"0.306761, 0.339420, 0.362938, 0.377766, 0.354341");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.121328, 0.153988, 0.177506, 0.192333, 0.168908",\
|
|
"0.075648, 0.108307, 0.131825, 0.146653, 0.123228",\
|
|
"0.034870, 0.067529, 0.091048, 0.105875, 0.082450",\
|
|
"-0.036526, -0.003866, 0.019652, 0.034479, 0.011054",\
|
|
"-0.175361, -0.142701, -0.119183, -0.104356, -0.127781");
|
|
}
|
|
|
|
} /* 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.003826 ;
|
|
|
|
/* 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.218387, -0.251046, -0.274565, -0.289392, -0.265967",\
|
|
"-0.201332, -0.233992, -0.257510, -0.272337, -0.248912",\
|
|
"-0.202275, -0.234934, -0.258452, -0.273280, -0.249855",\
|
|
"-0.220577, -0.253236, -0.276755, -0.291582, -0.268157",\
|
|
"-0.291137, -0.323797, -0.347315, -0.362142, -0.338717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.079871, -0.112531, -0.136049, -0.150876, -0.127451",\
|
|
"-0.034256, -0.066915, -0.090434, -0.105261, -0.081836",\
|
|
"0.006442, -0.026217, -0.049735, -0.064563, -0.041137",\
|
|
"0.077574, 0.044915, 0.021397, 0.006569, 0.029994",\
|
|
"0.215945, 0.183286, 0.159768, 0.144940, 0.168365");
|
|
}
|
|
|
|
} /* 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.231652, 0.264312, 0.287830, 0.302657, 0.279232",\
|
|
"0.214598, 0.247257, 0.270775, 0.285603, 0.262178",\
|
|
"0.215540, 0.248200, 0.271718, 0.286545, 0.263120",\
|
|
"0.233843, 0.266502, 0.290020, 0.304848, 0.281422",\
|
|
"0.304403, 0.337062, 0.360580, 0.375408, 0.351983");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.120370, 0.153029, 0.176547, 0.191375, 0.167950",\
|
|
"0.074755, 0.107414, 0.130932, 0.145760, 0.122335",\
|
|
"0.034056, 0.066716, 0.090234, 0.105061, 0.081636",\
|
|
"-0.037076, -0.004416, 0.019102, 0.033930, 0.010504",\
|
|
"-0.175446, -0.142787, -0.119269, -0.104441, -0.127867");
|
|
}
|
|
|
|
} /* 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.003267 ;
|
|
|
|
/* 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.222880, -0.255540, -0.279058, -0.293886, -0.270460",\
|
|
"-0.205799, -0.238458, -0.261976, -0.276804, -0.253379",\
|
|
"-0.207014, -0.239674, -0.263192, -0.278019, -0.254594",\
|
|
"-0.226078, -0.258738, -0.282256, -0.297083, -0.273658",\
|
|
"-0.295773, -0.328433, -0.351951, -0.366778, -0.343353");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.085561, -0.118221, -0.141739, -0.156567, -0.133141",\
|
|
"-0.039809, -0.072469, -0.095987, -0.110814, -0.087389",\
|
|
"0.001114, -0.031546, -0.055064, -0.069891, -0.046466",\
|
|
"0.072983, 0.040323, 0.016805, 0.001978, 0.025403",\
|
|
"0.212690, 0.180031, 0.156513, 0.141685, 0.165110");
|
|
}
|
|
|
|
} /* 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.236132, 0.268791, 0.292309, 0.307137, 0.283712",\
|
|
"0.219050, 0.251709, 0.275228, 0.290055, 0.266630",\
|
|
"0.220266, 0.252925, 0.276443, 0.291271, 0.267845",\
|
|
"0.239330, 0.271989, 0.295507, 0.310335, 0.286909",\
|
|
"0.309024, 0.341684, 0.365202, 0.380029, 0.356604");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.126038, 0.158698, 0.182216, 0.197043, 0.173618",\
|
|
"0.080286, 0.112945, 0.136463, 0.151291, 0.127866",\
|
|
"0.039363, 0.072022, 0.095540, 0.110368, 0.086943",\
|
|
"-0.032506, 0.000154, 0.023672, 0.038499, 0.015074",\
|
|
"-0.172214, -0.139554, -0.116036, -0.101209, -0.124634");
|
|
}
|
|
|
|
} /* 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.003641 ;
|
|
|
|
/* 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.237048, -0.269708, -0.293226, -0.308053, -0.284628",\
|
|
"-0.219941, -0.252600, -0.276119, -0.290946, -0.267521",\
|
|
"-0.220935, -0.253595, -0.277113, -0.291940, -0.268515",\
|
|
"-0.239575, -0.272235, -0.295753, -0.310581, -0.287155",\
|
|
"-0.308964, -0.341623, -0.365141, -0.379969, -0.356544");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.080179, -0.112839, -0.136357, -0.151184, -0.127759",\
|
|
"-0.034578, -0.067238, -0.090756, -0.105583, -0.082158",\
|
|
"0.006043, -0.026616, -0.050134, -0.064962, -0.041537",\
|
|
"0.077267, 0.044608, 0.021089, 0.006262, 0.029687",\
|
|
"0.215795, 0.183135, 0.159617, 0.144790, 0.168215");
|
|
}
|
|
|
|
} /* 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.250582, 0.283241, 0.306759, 0.321587, 0.298162",\
|
|
"0.233474, 0.266134, 0.289652, 0.304480, 0.281054",\
|
|
"0.234469, 0.267128, 0.290646, 0.305474, 0.282049",\
|
|
"0.253109, 0.285768, 0.309287, 0.324114, 0.300689",\
|
|
"0.322497, 0.355157, 0.378675, 0.393502, 0.370077");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.120641, 0.153300, 0.176818, 0.191646, 0.168221",\
|
|
"0.075040, 0.107699, 0.131217, 0.146045, 0.122620",\
|
|
"0.034418, 0.067078, 0.090596, 0.105423, 0.081998",\
|
|
"-0.036806, -0.004146, 0.019372, 0.034199, 0.010774",\
|
|
"-0.175333, -0.142674, -0.119156, -0.104328, -0.127753");
|
|
}
|
|
|
|
} /* 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.003978 ;
|
|
|
|
/* 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.226048, -0.258707, -0.282226, -0.297053, -0.273628",\
|
|
"-0.209034, -0.241693, -0.265211, -0.280039, -0.256614",\
|
|
"-0.209893, -0.242553, -0.266071, -0.280898, -0.257473",\
|
|
"-0.228447, -0.261106, -0.284624, -0.299452, -0.276027",\
|
|
"-0.299760, -0.332420, -0.355938, -0.370765, -0.347340");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.085204, -0.117863, -0.141381, -0.156209, -0.132784",\
|
|
"-0.040071, -0.072730, -0.096249, -0.111076, -0.087651",\
|
|
"-0.000099, -0.032758, -0.056276, -0.071104, -0.047679",\
|
|
"0.070078, 0.037419, 0.013900, -0.000927, 0.022498",\
|
|
"0.207110, 0.174451, 0.150933, 0.136105, 0.159530");
|
|
}
|
|
|
|
} /* 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.239290, 0.271950, 0.295468, 0.310295, 0.286870",\
|
|
"0.222276, 0.254936, 0.278454, 0.293281, 0.269856",\
|
|
"0.223136, 0.255795, 0.279313, 0.294141, 0.270715",\
|
|
"0.241689, 0.274348, 0.297867, 0.312694, 0.289269",\
|
|
"0.313002, 0.345662, 0.369180, 0.384007, 0.360582");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.125667, 0.158327, 0.181845, 0.196672, 0.173247",\
|
|
"0.080534, 0.113194, 0.136712, 0.151539, 0.128114",\
|
|
"0.040562, 0.073222, 0.096740, 0.111567, 0.088142",\
|
|
"-0.029615, 0.003045, 0.026563, 0.041390, 0.017965",\
|
|
"-0.166647, -0.133987, -0.110469, -0.095642, -0.119067");
|
|
}
|
|
|
|
} /* 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.003197 ;
|
|
|
|
/* 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.252083, -0.284743, -0.308261, -0.323088, -0.299663",\
|
|
"-0.234987, -0.267646, -0.291164, -0.305992, -0.282567",\
|
|
"-0.235960, -0.268619, -0.292137, -0.306965, -0.283540",\
|
|
"-0.254474, -0.287134, -0.310652, -0.325479, -0.302054",\
|
|
"-0.323988, -0.356647, -0.380166, -0.394993, -0.371568");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.092290, -0.124950, -0.148468, -0.163295, -0.139870",\
|
|
"-0.046704, -0.079363, -0.102881, -0.117709, -0.094284",\
|
|
"-0.006114, -0.038773, -0.062291, -0.077119, -0.053694",\
|
|
"0.065011, 0.032352, 0.008834, -0.005994, 0.017431",\
|
|
"0.203367, 0.170708, 0.147190, 0.132362, 0.155787");
|
|
}
|
|
|
|
} /* 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.265585, 0.298245, 0.321763, 0.336590, 0.313165",\
|
|
"0.248489, 0.281148, 0.304666, 0.319494, 0.296069",\
|
|
"0.249462, 0.282121, 0.305639, 0.320467, 0.297042",\
|
|
"0.267976, 0.300635, 0.324154, 0.338981, 0.315556",\
|
|
"0.337490, 0.370149, 0.393667, 0.408495, 0.385070");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.132705, 0.165364, 0.188882, 0.203710, 0.180285",\
|
|
"0.087119, 0.119778, 0.143296, 0.158124, 0.134699",\
|
|
"0.046528, 0.079188, 0.102706, 0.117533, 0.094108",\
|
|
"-0.024597, 0.008063, 0.031581, 0.046408, 0.022983",\
|
|
"-0.162953, -0.130293, -0.106775, -0.091948, -0.115373");
|
|
}
|
|
|
|
} /* 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.003075 ;
|
|
|
|
/* 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.242575, -0.275235, -0.298753, -0.313580, -0.290155",\
|
|
"-0.225222, -0.257881, -0.281400, -0.296227, -0.272802",\
|
|
"-0.226673, -0.259333, -0.282851, -0.297678, -0.274253",\
|
|
"-0.246010, -0.278670, -0.302188, -0.317015, -0.293590",\
|
|
"-0.312692, -0.345352, -0.368870, -0.383697, -0.360272");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.098674, -0.131333, -0.154851, -0.169679, -0.146254",\
|
|
"-0.053324, -0.085984, -0.109502, -0.124329, -0.100904",\
|
|
"-0.011342, -0.044002, -0.067520, -0.082347, -0.058922",\
|
|
"0.062170, 0.029510, 0.005992, -0.008835, 0.014590",\
|
|
"0.204762, 0.172103, 0.148585, 0.133757, 0.157182");
|
|
}
|
|
|
|
} /* 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.255832, 0.288491, 0.312009, 0.326837, 0.303412",\
|
|
"0.238478, 0.271138, 0.294656, 0.309483, 0.286058",\
|
|
"0.239930, 0.272589, 0.296107, 0.310935, 0.287510",\
|
|
"0.259267, 0.291926, 0.315444, 0.330272, 0.306847",\
|
|
"0.325949, 0.358608, 0.382126, 0.396954, 0.373529");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.139159, 0.171818, 0.195336, 0.210164, 0.186738",\
|
|
"0.093809, 0.126469, 0.149987, 0.164814, 0.141389",\
|
|
"0.051827, 0.084487, 0.108005, 0.122832, 0.099407",\
|
|
"-0.021685, 0.010975, 0.034493, 0.049320, 0.025895",\
|
|
"-0.164277, -0.131618, -0.108100, -0.093272, -0.116697");
|
|
}
|
|
|
|
} /* 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.003332 ;
|
|
|
|
/* 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.260276, -0.292935, -0.316453, -0.331281, -0.307856",\
|
|
"-0.242998, -0.275657, -0.299175, -0.314003, -0.290578",\
|
|
"-0.244352, -0.277011, -0.300529, -0.315357, -0.291932",\
|
|
"-0.263494, -0.296153, -0.319671, -0.334499, -0.311074",\
|
|
"-0.331061, -0.363720, -0.387239, -0.402066, -0.378641");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.111292, -0.143952, -0.167470, -0.182298, -0.158872",\
|
|
"-0.065435, -0.098094, -0.121613, -0.136440, -0.113015",\
|
|
"-0.024314, -0.056973, -0.080492, -0.095319, -0.071894",\
|
|
"0.048470, 0.015811, -0.007708, -0.022535, 0.000890",\
|
|
"0.189763, 0.157104, 0.133586, 0.118758, 0.142183");
|
|
}
|
|
|
|
} /* 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.273535, 0.306195, 0.329713, 0.344541, 0.321115",\
|
|
"0.256258, 0.288917, 0.312435, 0.327263, 0.303838",\
|
|
"0.257611, 0.290271, 0.313789, 0.328616, 0.305191",\
|
|
"0.276753, 0.309413, 0.332931, 0.347758, 0.324333",\
|
|
"0.344321, 0.376980, 0.400498, 0.415326, 0.391901");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.151782, 0.184441, 0.207960, 0.222787, 0.199362",\
|
|
"0.105925, 0.138584, 0.162102, 0.176930, 0.153504",\
|
|
"0.064804, 0.097463, 0.120981, 0.135809, 0.112384",\
|
|
"-0.007980, 0.024679, 0.048197, 0.063025, 0.039600",\
|
|
"-0.149274, -0.116614, -0.093096, -0.078269, -0.101694");
|
|
}
|
|
|
|
} /* 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.003208 ;
|
|
|
|
/* 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.249589, -0.282248, -0.305766, -0.320594, -0.297169",\
|
|
"-0.232319, -0.264978, -0.288496, -0.303324, -0.279899",\
|
|
"-0.233660, -0.266319, -0.289837, -0.304665, -0.281240",\
|
|
"-0.252777, -0.285436, -0.308954, -0.323782, -0.300357",\
|
|
"-0.320399, -0.353058, -0.376576, -0.391404, -0.367979");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.100387, -0.133047, -0.156565, -0.171392, -0.147967",\
|
|
"-0.054540, -0.087199, -0.110717, -0.125545, -0.102120",\
|
|
"-0.013440, -0.046100, -0.069618, -0.084445, -0.061020",\
|
|
"0.059277, 0.026617, 0.003099, -0.011728, 0.011697",\
|
|
"0.200456, 0.167796, 0.144278, 0.129451, 0.152876");
|
|
}
|
|
|
|
} /* 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.262886, 0.295545, 0.319063, 0.333891, 0.310466",\
|
|
"0.245616, 0.278275, 0.301793, 0.316621, 0.293196",\
|
|
"0.246957, 0.279616, 0.303134, 0.317962, 0.294537",\
|
|
"0.266074, 0.298733, 0.322251, 0.337079, 0.313654",\
|
|
"0.333696, 0.366355, 0.389873, 0.404701, 0.381276");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.140934, 0.173593, 0.197111, 0.211939, 0.188514",\
|
|
"0.095086, 0.127746, 0.151264, 0.166091, 0.142666",\
|
|
"0.053987, 0.086646, 0.110165, 0.124992, 0.101567",\
|
|
"-0.018730, 0.013929, 0.037447, 0.052275, 0.028850",\
|
|
"-0.159909, -0.127250, -0.103732, -0.088904, -0.112329");
|
|
}
|
|
|
|
} /* 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.002958 ;
|
|
|
|
/* 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.220497, -0.253157, -0.276675, -0.291502, -0.268077",\
|
|
"-0.203002, -0.235661, -0.259179, -0.274007, -0.250582",\
|
|
"-0.204565, -0.237225, -0.260743, -0.275570, -0.252145",\
|
|
"-0.223973, -0.256632, -0.280150, -0.294978, -0.271553",\
|
|
"-0.290465, -0.323125, -0.346643, -0.361470, -0.338045");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.083972, -0.116631, -0.140149, -0.154977, -0.131552",\
|
|
"-0.038501, -0.071160, -0.094679, -0.109506, -0.086081",\
|
|
"0.003589, -0.029071, -0.052589, -0.067416, -0.043991",\
|
|
"0.077474, 0.044815, 0.021297, 0.006469, 0.029894",\
|
|
"0.220874, 0.188215, 0.164696, 0.149869, 0.173294");
|
|
}
|
|
|
|
} /* 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.233763, 0.266422, 0.289940, 0.304768, 0.281343",\
|
|
"0.216267, 0.248927, 0.272445, 0.287272, 0.263847",\
|
|
"0.217831, 0.250490, 0.274008, 0.288836, 0.265411",\
|
|
"0.237238, 0.269898, 0.293416, 0.308243, 0.284818",\
|
|
"0.303731, 0.336390, 0.359908, 0.374736, 0.351310");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.124471, 0.157130, 0.180648, 0.195476, 0.172051",\
|
|
"0.079000, 0.111659, 0.135177, 0.150005, 0.126580",\
|
|
"0.036910, 0.069570, 0.093088, 0.107915, 0.084490",\
|
|
"-0.036975, -0.004316, 0.019202, 0.034030, 0.010605",\
|
|
"-0.180375, -0.147716, -0.124198, -0.109370, -0.132795");
|
|
}
|
|
|
|
} /* 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.003105 ;
|
|
|
|
/* 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.247251, -0.279910, -0.303429, -0.318256, -0.294831",\
|
|
"-0.229948, -0.262607, -0.286125, -0.300953, -0.277528",\
|
|
"-0.231340, -0.263999, -0.287517, -0.302345, -0.278920",\
|
|
"-0.250603, -0.283262, -0.306780, -0.321608, -0.298183",\
|
|
"-0.317609, -0.350268, -0.373786, -0.388614, -0.365188");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.101815, -0.134475, -0.157993, -0.172820, -0.149395",\
|
|
"-0.056534, -0.089193, -0.112711, -0.127539, -0.104114",\
|
|
"-0.014615, -0.047275, -0.070793, -0.085620, -0.062195",\
|
|
"0.058625, 0.025966, 0.002448, -0.012380, 0.011045",\
|
|
"0.200734, 0.168075, 0.144557, 0.129729, 0.153154");
|
|
}
|
|
|
|
} /* 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.260502, 0.293162, 0.316680, 0.331507, 0.308082",\
|
|
"0.243199, 0.275858, 0.299377, 0.314204, 0.290779",\
|
|
"0.244591, 0.277250, 0.300769, 0.315596, 0.292171",\
|
|
"0.263854, 0.296513, 0.320031, 0.334859, 0.311434",\
|
|
"0.330860, 0.363519, 0.387037, 0.401865, 0.378440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.142292, 0.174951, 0.198469, 0.213297, 0.189872",\
|
|
"0.097010, 0.129670, 0.153188, 0.168015, 0.144590",\
|
|
"0.055092, 0.087752, 0.111270, 0.126097, 0.102672",\
|
|
"-0.018148, 0.014511, 0.038029, 0.052857, 0.029432",\
|
|
"-0.160257, -0.127598, -0.104080, -0.089252, -0.112678");
|
|
}
|
|
|
|
} /* 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.002756 ;
|
|
|
|
/* 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.185070, -0.217729, -0.241248, -0.256075, -0.232650",\
|
|
"-0.167958, -0.200618, -0.224136, -0.238964, -0.215538",\
|
|
"-0.169013, -0.201673, -0.225191, -0.240018, -0.216593",\
|
|
"-0.188010, -0.220669, -0.244188, -0.259015, -0.235590",\
|
|
"-0.258070, -0.290729, -0.314247, -0.329075, -0.305650");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.048169, -0.080829, -0.104347, -0.119174, -0.095749",\
|
|
"-0.002460, -0.035120, -0.058638, -0.073465, -0.050040",\
|
|
"0.038369, 0.005709, -0.017809, -0.032636, -0.009211",\
|
|
"0.109935, 0.077276, 0.053757, 0.038930, 0.062355",\
|
|
"0.249069, 0.216410, 0.192891, 0.178064, 0.201489");
|
|
}
|
|
|
|
} /* 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.198604, 0.231263, 0.254781, 0.269609, 0.246183",\
|
|
"0.181492, 0.214151, 0.237670, 0.252497, 0.229072",\
|
|
"0.182547, 0.215206, 0.238724, 0.253552, 0.230127",\
|
|
"0.201544, 0.234203, 0.257721, 0.272549, 0.249124",\
|
|
"0.271603, 0.304263, 0.327781, 0.342608, 0.319183");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.088631, 0.121290, 0.144808, 0.159636, 0.136211",\
|
|
"0.042922, 0.075581, 0.099099, 0.113927, 0.090501",\
|
|
"0.002092, 0.034752, 0.058270, 0.073097, 0.049672",\
|
|
"-0.069474, -0.036814, -0.013296, 0.001531, -0.021894",\
|
|
"-0.208608, -0.175948, -0.152430, -0.137603, -0.161028");
|
|
}
|
|
|
|
} /* 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.002797 ;
|
|
|
|
/* 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.243511, -0.276171, -0.299689, -0.314517, -0.291091",\
|
|
"-0.226257, -0.258917, -0.282435, -0.297262, -0.273837",\
|
|
"-0.227577, -0.260237, -0.283755, -0.298582, -0.275157",\
|
|
"-0.246660, -0.279319, -0.302838, -0.317665, -0.294240",\
|
|
"-0.314421, -0.347080, -0.370599, -0.385426, -0.362001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.097520, -0.130179, -0.153697, -0.168525, -0.145100",\
|
|
"-0.051690, -0.084350, -0.107868, -0.122695, -0.099270",\
|
|
"-0.010630, -0.043289, -0.066808, -0.081635, -0.058210",\
|
|
"0.061966, 0.029306, 0.005788, -0.009039, 0.014386",\
|
|
"0.202930, 0.170271, 0.146753, 0.131925, 0.155350");
|
|
}
|
|
|
|
} /* 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.256754, 0.289413, 0.312931, 0.327759, 0.304334",\
|
|
"0.239500, 0.272159, 0.295677, 0.310505, 0.287079",\
|
|
"0.240819, 0.273479, 0.296997, 0.311824, 0.288399",\
|
|
"0.259902, 0.292562, 0.316080, 0.330907, 0.307482",\
|
|
"0.327663, 0.360323, 0.383841, 0.398668, 0.375243");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.137983, 0.170643, 0.194161, 0.208988, 0.185563",\
|
|
"0.092154, 0.124813, 0.148331, 0.163159, 0.139734",\
|
|
"0.051094, 0.083753, 0.107271, 0.122099, 0.098674",\
|
|
"-0.021502, 0.011157, 0.034675, 0.049503, 0.026078",\
|
|
"-0.162467, -0.129807, -0.106289, -0.091462, -0.114887");
|
|
}
|
|
|
|
} /* 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.003235 ;
|
|
|
|
/* 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.192576, -0.225236, -0.248754, -0.263581, -0.240156",\
|
|
"-0.175462, -0.208122, -0.231640, -0.246467, -0.223042",\
|
|
"-0.176708, -0.209368, -0.232886, -0.247713, -0.224288",\
|
|
"-0.195811, -0.228470, -0.251988, -0.266816, -0.243391",\
|
|
"-0.265227, -0.297886, -0.321404, -0.336232, -0.312807");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "-0.055257, -0.087916, -0.111435, -0.126262, -0.102837",\
|
|
"-0.009473, -0.042132, -0.065651, -0.080478, -0.057053",\
|
|
"0.031508, -0.001152, -0.024670, -0.039498, -0.016072",\
|
|
"0.103575, 0.070916, 0.047398, 0.032570, 0.055995",\
|
|
"0.243672, 0.211012, 0.187494, 0.172667, 0.196092");
|
|
}
|
|
|
|
} /* 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.206078, 0.238738, 0.262256, 0.277083, 0.253658",\
|
|
"0.188964, 0.221623, 0.245141, 0.259969, 0.236544",\
|
|
"0.190210, 0.222869, 0.246388, 0.261215, 0.237790",\
|
|
"0.209312, 0.241972, 0.265490, 0.280317, 0.256892",\
|
|
"0.278729, 0.311388, 0.334906, 0.349734, 0.326309");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.095672, 0.128331, 0.151849, 0.166677, 0.143252",\
|
|
"0.049888, 0.082547, 0.106065, 0.120893, 0.097468",\
|
|
"0.008907, 0.041567, 0.065085, 0.079912, 0.056487",\
|
|
"-0.063160, -0.030501, -0.006983, 0.007845, -0.015580",\
|
|
"-0.203257, -0.170598, -0.147080, -0.132252, -0.155677");
|
|
}
|
|
|
|
} /* 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.000900 ;
|
|
|
|
/* 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.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "1.659397, 1.667829, 1.693604, 1.786322, 2.238020",\
|
|
"1.692056, 1.700488, 1.726263, 1.818981, 2.270679",\
|
|
"1.715574, 1.724007, 1.749781, 1.842499, 2.285600",\
|
|
"1.730402, 1.738834, 1.764609, 1.857327, 2.285600",\
|
|
"1.730402, 1.738834, 1.764609, 1.857327, 2.285600");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "1.646701, 1.653336, 1.670537, 1.715439, 1.905781",\
|
|
"1.679361, 1.685995, 1.703196, 1.748098, 1.938440",\
|
|
"1.702879, 1.709513, 1.726714, 1.771616, 1.953360",\
|
|
"1.717706, 1.724340, 1.741542, 1.786444, 1.953360",\
|
|
"1.717706, 1.724340, 1.741542, 1.786444, 1.953360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279");
|
|
}
|
|
|
|
} /* 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.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "1.659397, 1.667829, 1.693604, 1.786322, 2.238020",\
|
|
"1.692056, 1.700488, 1.726263, 1.818981, 2.270679",\
|
|
"1.706977, 1.715409, 1.741183, 1.833902, 2.285600",\
|
|
"1.706977, 1.715409, 1.741183, 1.833902, 2.285600",\
|
|
"1.706977, 1.715409, 1.741183, 1.833902, 2.285600");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781",\
|
|
"0.014602, 0.022978, 0.053919, 0.184188, 0.845781");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "1.646701, 1.653336, 1.670537, 1.715439, 1.905781",\
|
|
"1.679361, 1.685995, 1.703196, 1.748098, 1.938440",\
|
|
"1.694281, 1.700915, 1.718117, 1.763019, 1.953360",\
|
|
"1.694281, 1.700915, 1.718117, 1.763019, 1.953360",\
|
|
"1.694281, 1.700915, 1.718117, 1.763019, 1.953360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001400, 0.011672, 0.050900, 0.210900, 1.000000");
|
|
values ( "0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279",\
|
|
"0.014497, 0.019116, 0.032509, 0.080940, 0.341279");
|
|
}
|
|
|
|
} /* 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.000990 ;
|
|
|
|
/* 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.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "1.630042, 1.638449, 1.664222, 1.756959, 2.208737",\
|
|
"1.662701, 1.671109, 1.696881, 1.789619, 2.241397",\
|
|
"1.686220, 1.694627, 1.720399, 1.813137, 2.256317",\
|
|
"1.701047, 1.709455, 1.735227, 1.827965, 2.256317",\
|
|
"1.701047, 1.709455, 1.735227, 1.827965, 2.256317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "1.617888, 1.624494, 1.641686, 1.686607, 1.877060",\
|
|
"1.650547, 1.657154, 1.674345, 1.719267, 1.909720",\
|
|
"1.674065, 1.680672, 1.697863, 1.742785, 1.924640",\
|
|
"1.688893, 1.695499, 1.712691, 1.757613, 1.924640",\
|
|
"1.688893, 1.695499, 1.712691, 1.757613, 1.924640");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588");
|
|
}
|
|
|
|
} /* 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.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "1.630042, 1.638449, 1.664222, 1.756959, 2.208737",\
|
|
"1.662701, 1.671109, 1.696881, 1.789619, 2.241397",\
|
|
"1.677622, 1.686029, 1.711802, 1.804539, 2.256317",\
|
|
"1.677622, 1.686029, 1.711802, 1.804539, 2.256317",\
|
|
"1.677622, 1.686029, 1.711802, 1.804539, 2.256317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076",\
|
|
"0.014680, 0.023048, 0.053987, 0.184240, 0.846076");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "1.617888, 1.624494, 1.641686, 1.686607, 1.877060",\
|
|
"1.650547, 1.657154, 1.674345, 1.719267, 1.909720",\
|
|
"1.665468, 1.672074, 1.689266, 1.734187, 1.924640",\
|
|
"1.665468, 1.672074, 1.689266, 1.734187, 1.924640",\
|
|
"1.665468, 1.672074, 1.689266, 1.734187, 1.924640");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001490, 0.011762, 0.050990, 0.210990, 1.000000");
|
|
values ( "0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588",\
|
|
"0.014544, 0.019145, 0.032531, 0.080947, 0.341588");
|
|
}
|
|
|
|
} /* 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.000894 ;
|
|
|
|
/* 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.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.681214, 1.689647, 1.715421, 1.808141, 2.259840",\
|
|
"1.713873, 1.722307, 1.748081, 1.840800, 2.292499",\
|
|
"1.737391, 1.745825, 1.771599, 1.864318, 2.307420",\
|
|
"1.752219, 1.760652, 1.786426, 1.879146, 2.307420",\
|
|
"1.752219, 1.760652, 1.786426, 1.879146, 2.307420");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.663700, 1.670336, 1.687539, 1.732441, 1.922784",\
|
|
"1.696360, 1.702996, 1.720198, 1.765100, 1.955444",\
|
|
"1.719878, 1.726514, 1.743716, 1.788618, 1.970364",\
|
|
"1.734705, 1.741341, 1.758544, 1.803446, 1.970364",\
|
|
"1.734705, 1.741341, 1.758544, 1.803446, 1.970364");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280");
|
|
}
|
|
|
|
} /* 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.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.681214, 1.689647, 1.715421, 1.808141, 2.259840",\
|
|
"1.713873, 1.722307, 1.748081, 1.840800, 2.292499",\
|
|
"1.728794, 1.737227, 1.763001, 1.855721, 2.307420",\
|
|
"1.728794, 1.737227, 1.763001, 1.855721, 2.307420",\
|
|
"1.728794, 1.737227, 1.763001, 1.855721, 2.307420");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791",\
|
|
"0.014597, 0.022973, 0.053915, 0.184180, 0.845791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "1.663700, 1.670336, 1.687539, 1.732441, 1.922784",\
|
|
"1.696360, 1.702996, 1.720198, 1.765100, 1.955444",\
|
|
"1.711280, 1.717916, 1.735119, 1.780020, 1.970364",\
|
|
"1.711280, 1.717916, 1.735119, 1.780020, 1.970364",\
|
|
"1.711280, 1.717916, 1.735119, 1.780020, 1.970364");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001394, 0.011666, 0.050894, 0.210894, 1.000000");
|
|
values ( "0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280",\
|
|
"0.014494, 0.019114, 0.032507, 0.080939, 0.341280");
|
|
}
|
|
|
|
} /* 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.000966 ;
|
|
|
|
/* 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.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.727848, 1.736261, 1.762031, 1.854776, 2.306554",\
|
|
"1.760507, 1.768921, 1.794690, 1.887435, 2.339214",\
|
|
"1.784025, 1.792439, 1.818209, 1.910953, 2.354134",\
|
|
"1.798853, 1.807266, 1.833036, 1.925781, 2.354134",\
|
|
"1.798853, 1.807266, 1.833036, 1.925781, 2.354134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.699623, 1.706237, 1.723433, 1.768355, 1.958815",\
|
|
"1.732282, 1.738896, 1.756092, 1.801014, 1.991474",\
|
|
"1.755800, 1.762415, 1.779610, 1.824532, 2.006394",\
|
|
"1.770628, 1.777242, 1.794438, 1.839360, 2.006394",\
|
|
"1.770628, 1.777242, 1.794438, 1.839360, 2.006394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579");
|
|
}
|
|
|
|
} /* 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.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.727848, 1.736261, 1.762031, 1.854776, 2.306554",\
|
|
"1.760507, 1.768921, 1.794690, 1.887435, 2.339214",\
|
|
"1.775428, 1.783841, 1.809611, 1.902356, 2.354134",\
|
|
"1.775428, 1.783841, 1.809611, 1.902356, 2.354134",\
|
|
"1.775428, 1.783841, 1.809611, 1.902356, 2.354134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125",\
|
|
"0.014659, 0.023029, 0.053970, 0.184203, 0.846125");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "1.699623, 1.706237, 1.723433, 1.768355, 1.958815",\
|
|
"1.732282, 1.738896, 1.756092, 1.801014, 1.991474",\
|
|
"1.747203, 1.753817, 1.771013, 1.815935, 2.006394",\
|
|
"1.747203, 1.753817, 1.771013, 1.815935, 2.006394",\
|
|
"1.747203, 1.753817, 1.771013, 1.815935, 2.006394");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001466, 0.011738, 0.050966, 0.210966, 1.000000");
|
|
values ( "0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579",\
|
|
"0.014531, 0.019137, 0.032526, 0.080940, 0.341579");
|
|
}
|
|
|
|
} /* 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.000873 ;
|
|
|
|
/* 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.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "1.659110, 1.667550, 1.693329, 1.786044, 2.237763",\
|
|
"1.691769, 1.700210, 1.725988, 1.818704, 2.270422",\
|
|
"1.715288, 1.723728, 1.749506, 1.842222, 2.285343",\
|
|
"1.730115, 1.738556, 1.764334, 1.857049, 2.285343",\
|
|
"1.730115, 1.738556, 1.764334, 1.857049, 2.285343");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "1.645343, 1.651986, 1.669192, 1.714094, 1.904443",\
|
|
"1.678002, 1.684645, 1.701851, 1.746753, 1.937102",\
|
|
"1.701521, 1.708163, 1.725369, 1.770271, 1.952023",\
|
|
"1.716348, 1.722991, 1.740197, 1.785099, 1.952023",\
|
|
"1.716348, 1.722991, 1.740197, 1.785099, 1.952023");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281");
|
|
}
|
|
|
|
} /* 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.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "1.659110, 1.667550, 1.693329, 1.786044, 2.237763",\
|
|
"1.691769, 1.700210, 1.725988, 1.818704, 2.270422",\
|
|
"1.706690, 1.715130, 1.740909, 1.833624, 2.285343",\
|
|
"1.706690, 1.715130, 1.740909, 1.833624, 2.285343",\
|
|
"1.706690, 1.715130, 1.740909, 1.833624, 2.285343");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762",\
|
|
"0.014578, 0.022956, 0.053896, 0.184173, 0.845762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "1.645343, 1.651986, 1.669192, 1.714094, 1.904443",\
|
|
"1.678002, 1.684645, 1.701851, 1.746753, 1.937102",\
|
|
"1.692923, 1.699566, 1.716772, 1.761674, 1.952023",\
|
|
"1.692923, 1.699566, 1.716772, 1.761674, 1.952023",\
|
|
"1.692923, 1.699566, 1.716772, 1.761674, 1.952023");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001373, 0.011645, 0.050873, 0.210873, 1.000000");
|
|
values ( "0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281",\
|
|
"0.014483, 0.019106, 0.032500, 0.080932, 0.341281");
|
|
}
|
|
|
|
} /* 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.002073 ;
|
|
|
|
/* 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.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "1.667663, 1.675806, 1.701563, 1.794596, 2.247689",\
|
|
"1.700323, 1.708465, 1.734223, 1.827256, 2.280348",\
|
|
"1.723841, 1.731983, 1.757741, 1.850774, 2.295269",\
|
|
"1.738668, 1.746811, 1.772568, 1.865601, 2.295269",\
|
|
"1.738668, 1.746811, 1.772568, 1.865601, 2.295269");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "1.652399, 1.658704, 1.675793, 1.721008, 1.913174",\
|
|
"1.685058, 1.691363, 1.708452, 1.753667, 1.945834",\
|
|
"1.708577, 1.714882, 1.731970, 1.777186, 1.960754",\
|
|
"1.723404, 1.729709, 1.746798, 1.792013, 1.960754",\
|
|
"1.723404, 1.729709, 1.746798, 1.792013, 1.960754");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165");
|
|
}
|
|
|
|
} /* 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.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "1.667663, 1.675806, 1.701563, 1.794596, 2.247689",\
|
|
"1.700323, 1.708465, 1.734223, 1.827256, 2.280348",\
|
|
"1.715243, 1.723386, 1.749143, 1.842176, 2.295269",\
|
|
"1.715243, 1.723386, 1.749143, 1.842176, 2.295269",\
|
|
"1.715243, 1.723386, 1.749143, 1.842176, 2.295269");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495",\
|
|
"0.015607, 0.023884, 0.054792, 0.184800, 0.850495");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "1.652399, 1.658704, 1.675793, 1.721008, 1.913174",\
|
|
"1.685058, 1.691363, 1.708452, 1.753667, 1.945834",\
|
|
"1.699979, 1.706284, 1.723373, 1.768588, 1.960754",\
|
|
"1.699979, 1.706284, 1.723373, 1.768588, 1.960754",\
|
|
"1.699979, 1.706284, 1.723373, 1.768588, 1.960754");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002573, 0.012845, 0.052073, 0.212073, 1.000000");
|
|
values ( "0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165",\
|
|
"0.015091, 0.019499, 0.032784, 0.080973, 0.346165");
|
|
}
|
|
|
|
} /* 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.002401 ;
|
|
|
|
/* 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.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "1.725587, 1.733685, 1.759453, 1.853452, 2.306592",\
|
|
"1.758247, 1.766344, 1.792112, 1.886111, 2.339252",\
|
|
"1.781765, 1.789863, 1.815630, 1.909630, 2.354172",\
|
|
"1.796592, 1.804690, 1.830458, 1.924457, 2.354172",\
|
|
"1.796592, 1.804690, 1.830458, 1.924457, 2.354172");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "1.697803, 1.704049, 1.721123, 1.767100, 1.956364",\
|
|
"1.730463, 1.736708, 1.753783, 1.799760, 1.989024",\
|
|
"1.753981, 1.760226, 1.777301, 1.823278, 2.003944",\
|
|
"1.768808, 1.775054, 1.792128, 1.838105, 2.003944",\
|
|
"1.768808, 1.775054, 1.792128, 1.838105, 2.003944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668");
|
|
}
|
|
|
|
} /* 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.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "1.725587, 1.733685, 1.759453, 1.853452, 2.306592",\
|
|
"1.758247, 1.766344, 1.792112, 1.886111, 2.339252",\
|
|
"1.773167, 1.781265, 1.807033, 1.901032, 2.354172",\
|
|
"1.773167, 1.781265, 1.807033, 1.901032, 2.354172",\
|
|
"1.773167, 1.781265, 1.807033, 1.901032, 2.354172");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907",\
|
|
"0.015872, 0.024133, 0.055020, 0.189460, 0.852907");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "1.697803, 1.704049, 1.721123, 1.767100, 1.956364",\
|
|
"1.730463, 1.736708, 1.753783, 1.799760, 1.989024",\
|
|
"1.745383, 1.751629, 1.768703, 1.814680, 2.003944",\
|
|
"1.745383, 1.751629, 1.768703, 1.814680, 2.003944",\
|
|
"1.745383, 1.751629, 1.768703, 1.814680, 2.003944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002901, 0.013173, 0.052401, 0.212401, 1.000000");
|
|
values ( "0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668",\
|
|
"0.015238, 0.019601, 0.032845, 0.085027, 0.346668");
|
|
}
|
|
|
|
} /* 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.002192 ;
|
|
|
|
/* 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.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "1.710404, 1.718536, 1.744319, 1.838284, 2.291434",\
|
|
"1.743064, 1.751196, 1.776979, 1.870944, 2.324094",\
|
|
"1.766582, 1.774714, 1.800497, 1.894462, 2.339014",\
|
|
"1.781410, 1.789541, 1.815325, 1.909289, 2.339014",\
|
|
"1.781410, 1.789541, 1.815325, 1.909289, 2.339014");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "1.685150, 1.691439, 1.708542, 1.754490, 1.943766",\
|
|
"1.717810, 1.724098, 1.741201, 1.787149, 1.976426",\
|
|
"1.741328, 1.747616, 1.764720, 1.810667, 1.991346",\
|
|
"1.756155, 1.762444, 1.779547, 1.825495, 1.991346",\
|
|
"1.756155, 1.762444, 1.779547, 1.825495, 1.991346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411");
|
|
}
|
|
|
|
} /* 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.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "1.710404, 1.718536, 1.744319, 1.838284, 2.291434",\
|
|
"1.743064, 1.751196, 1.776979, 1.870944, 2.324094",\
|
|
"1.757984, 1.766116, 1.791899, 1.885864, 2.339014",\
|
|
"1.757984, 1.766116, 1.791899, 1.885864, 2.339014",\
|
|
"1.757984, 1.766116, 1.791899, 1.885864, 2.339014");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568",\
|
|
"0.015703, 0.023969, 0.054852, 0.189238, 0.852568");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "1.685150, 1.691439, 1.708542, 1.754490, 1.943766",\
|
|
"1.717810, 1.724098, 1.741201, 1.787149, 1.976426",\
|
|
"1.732730, 1.739019, 1.756122, 1.802070, 1.991346",\
|
|
"1.732730, 1.739019, 1.756122, 1.802070, 1.991346",\
|
|
"1.732730, 1.739019, 1.756122, 1.802070, 1.991346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002692, 0.012964, 0.052192, 0.212192, 1.000000");
|
|
values ( "0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411",\
|
|
"0.015144, 0.019531, 0.032785, 0.084895, 0.346411");
|
|
}
|
|
|
|
} /* 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.002291 ;
|
|
|
|
/* 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.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "1.616218, 1.624335, 1.650118, 1.744106, 2.197330",\
|
|
"1.648878, 1.656995, 1.682778, 1.776766, 2.229990",\
|
|
"1.672396, 1.680513, 1.706296, 1.800284, 2.244910",\
|
|
"1.687223, 1.695341, 1.721123, 1.815111, 2.244910",\
|
|
"1.687223, 1.695341, 1.721123, 1.815111, 2.244910");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "1.606644, 1.612913, 1.630005, 1.675981, 1.865276",\
|
|
"1.639304, 1.645572, 1.662665, 1.708641, 1.897936",\
|
|
"1.662822, 1.669090, 1.686183, 1.732159, 1.912856",\
|
|
"1.677649, 1.683918, 1.701010, 1.746986, 1.912856",\
|
|
"1.677649, 1.683918, 1.701010, 1.746986, 1.912856");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675");
|
|
}
|
|
|
|
} /* 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.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "1.616218, 1.624335, 1.650118, 1.744106, 2.197330",\
|
|
"1.648878, 1.656995, 1.682778, 1.776766, 2.229990",\
|
|
"1.663798, 1.671915, 1.697698, 1.791686, 2.244910",\
|
|
"1.663798, 1.671915, 1.697698, 1.791686, 2.244910",\
|
|
"1.663798, 1.671915, 1.697698, 1.791686, 2.244910");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835",\
|
|
"0.015783, 0.024045, 0.054926, 0.189395, 0.852835");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "1.606644, 1.612913, 1.630005, 1.675981, 1.865276",\
|
|
"1.639304, 1.645572, 1.662665, 1.708641, 1.897936",\
|
|
"1.654224, 1.660493, 1.677585, 1.723561, 1.912856",\
|
|
"1.654224, 1.660493, 1.677585, 1.723561, 1.912856",\
|
|
"1.654224, 1.660493, 1.677585, 1.723561, 1.912856");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002791, 0.013063, 0.052291, 0.212291, 1.000000");
|
|
values ( "0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675",\
|
|
"0.015189, 0.019564, 0.032810, 0.084991, 0.346675");
|
|
}
|
|
|
|
} /* 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.002169 ;
|
|
|
|
/* 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.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "1.628444, 1.636580, 1.662366, 1.756329, 2.209496",\
|
|
"1.661103, 1.669239, 1.695025, 1.788989, 2.242156",\
|
|
"1.684622, 1.692758, 1.718544, 1.812507, 2.257076",\
|
|
"1.699449, 1.707585, 1.733371, 1.827334, 2.257076",\
|
|
"1.699449, 1.707585, 1.733371, 1.827334, 2.257076");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "1.614213, 1.620507, 1.637614, 1.683562, 1.872846",\
|
|
"1.646873, 1.653166, 1.670273, 1.716221, 1.905505",\
|
|
"1.670391, 1.676684, 1.693791, 1.739739, 1.920426",\
|
|
"1.685218, 1.691512, 1.708619, 1.754567, 1.920426",\
|
|
"1.685218, 1.691512, 1.708619, 1.754567, 1.920426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408");
|
|
}
|
|
|
|
} /* 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.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "1.628444, 1.636580, 1.662366, 1.756329, 2.209496",\
|
|
"1.661103, 1.669239, 1.695025, 1.788989, 2.242156",\
|
|
"1.676024, 1.684160, 1.709946, 1.803909, 2.257076",\
|
|
"1.676024, 1.684160, 1.709946, 1.803909, 2.257076",\
|
|
"1.676024, 1.684160, 1.709946, 1.803909, 2.257076");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553",\
|
|
"0.015685, 0.023951, 0.054834, 0.189223, 0.852553");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "1.614213, 1.620507, 1.637614, 1.683562, 1.872846",\
|
|
"1.646873, 1.653166, 1.670273, 1.716221, 1.905505",\
|
|
"1.661793, 1.668087, 1.685194, 1.731142, 1.920426",\
|
|
"1.661793, 1.668087, 1.685194, 1.731142, 1.920426",\
|
|
"1.661793, 1.668087, 1.685194, 1.731142, 1.920426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002669, 0.012942, 0.052169, 0.212169, 1.000000");
|
|
values ( "0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408",\
|
|
"0.015134, 0.019523, 0.032778, 0.084886, 0.346408");
|
|
}
|
|
|
|
} /* 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.002009 ;
|
|
|
|
/* 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.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "1.618008, 1.626173, 1.651977, 1.745965, 2.199352",\
|
|
"1.650668, 1.658832, 1.684636, 1.778624, 2.232011",\
|
|
"1.674186, 1.682350, 1.708154, 1.802143, 2.246932",\
|
|
"1.689014, 1.697178, 1.722982, 1.816970, 2.246932",\
|
|
"1.689014, 1.697178, 1.722982, 1.816970, 2.246932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "1.609179, 1.615508, 1.632645, 1.678621, 1.867998",\
|
|
"1.641839, 1.648167, 1.665305, 1.711280, 1.900657",\
|
|
"1.665357, 1.671685, 1.688823, 1.734798, 1.915578",\
|
|
"1.680184, 1.686513, 1.703651, 1.749626, 1.915578",\
|
|
"1.680184, 1.686513, 1.703651, 1.749626, 1.915578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672");
|
|
}
|
|
|
|
} /* 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.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "1.618008, 1.626173, 1.651977, 1.745965, 2.199352",\
|
|
"1.650668, 1.658832, 1.684636, 1.778624, 2.232011",\
|
|
"1.665588, 1.673753, 1.699557, 1.793545, 2.246932",\
|
|
"1.665588, 1.673753, 1.699557, 1.793545, 2.246932",\
|
|
"1.665588, 1.673753, 1.699557, 1.793545, 2.246932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844",\
|
|
"0.015554, 0.023823, 0.054697, 0.189154, 0.852844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "1.609179, 1.615508, 1.632645, 1.678621, 1.867998",\
|
|
"1.641839, 1.648167, 1.665305, 1.711280, 1.900657",\
|
|
"1.656759, 1.663088, 1.680225, 1.726201, 1.915578",\
|
|
"1.656759, 1.663088, 1.680225, 1.726201, 1.915578",\
|
|
"1.656759, 1.663088, 1.680225, 1.726201, 1.915578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002509, 0.012781, 0.052009, 0.212009, 1.000000");
|
|
values ( "0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672",\
|
|
"0.015061, 0.019467, 0.032725, 0.084899, 0.346672");
|
|
}
|
|
|
|
} /* 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.001937 ;
|
|
|
|
/* 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.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "1.669330, 1.677504, 1.703306, 1.797272, 2.250568",\
|
|
"1.701990, 1.710163, 1.735965, 1.829931, 2.283228",\
|
|
"1.725508, 1.733681, 1.759484, 1.853450, 2.298148",\
|
|
"1.740335, 1.748509, 1.774311, 1.868277, 2.298148",\
|
|
"1.740335, 1.748509, 1.774311, 1.868277, 2.298148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "1.655406, 1.661749, 1.678893, 1.724841, 1.914192",\
|
|
"1.688066, 1.694408, 1.711553, 1.757500, 1.946851",\
|
|
"1.711584, 1.717927, 1.735071, 1.781018, 1.961772",\
|
|
"1.726412, 1.732754, 1.749898, 1.795846, 1.961772",\
|
|
"1.726412, 1.732754, 1.749898, 1.795846, 1.961772");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407");
|
|
}
|
|
|
|
} /* 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.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "1.669330, 1.677504, 1.703306, 1.797272, 2.250568",\
|
|
"1.701990, 1.710163, 1.735965, 1.829931, 2.283228",\
|
|
"1.716910, 1.725084, 1.750886, 1.844852, 2.298148",\
|
|
"1.716910, 1.725084, 1.750886, 1.844852, 2.298148",\
|
|
"1.716910, 1.725084, 1.750886, 1.844852, 2.298148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578",\
|
|
"0.015496, 0.023769, 0.054646, 0.189019, 0.852578");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "1.655406, 1.661749, 1.678893, 1.724841, 1.914192",\
|
|
"1.688066, 1.694408, 1.711553, 1.757500, 1.946851",\
|
|
"1.702986, 1.709329, 1.726473, 1.772421, 1.961772",\
|
|
"1.702986, 1.709329, 1.726473, 1.772421, 1.961772",\
|
|
"1.702986, 1.709329, 1.726473, 1.772421, 1.961772");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002437, 0.012709, 0.051937, 0.211937, 1.000000");
|
|
values ( "0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407",\
|
|
"0.015028, 0.019444, 0.032708, 0.084810, 0.346407");
|
|
}
|
|
|
|
} /* 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.002155 ;
|
|
|
|
/* 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.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "1.629146, 1.637285, 1.663077, 1.757068, 2.210366",\
|
|
"1.661805, 1.669945, 1.695736, 1.789728, 2.243026",\
|
|
"1.685323, 1.693463, 1.719254, 1.813246, 2.257946",\
|
|
"1.700151, 1.708290, 1.734082, 1.828074, 2.257946",\
|
|
"1.700151, 1.708290, 1.734082, 1.828074, 2.257946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "1.615468, 1.621766, 1.638880, 1.684856, 1.874191",\
|
|
"1.648128, 1.654425, 1.671539, 1.717516, 1.906851",\
|
|
"1.671646, 1.677943, 1.695057, 1.741034, 1.921771",\
|
|
"1.686473, 1.692771, 1.709885, 1.755861, 1.921771",\
|
|
"1.686473, 1.692771, 1.709885, 1.755861, 1.921771");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672");
|
|
}
|
|
|
|
} /* 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.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "1.629146, 1.637285, 1.663077, 1.757068, 2.210366",\
|
|
"1.661805, 1.669945, 1.695736, 1.789728, 2.243026",\
|
|
"1.676726, 1.684865, 1.710657, 1.804648, 2.257946",\
|
|
"1.676726, 1.684865, 1.710657, 1.804648, 2.257946",\
|
|
"1.676726, 1.684865, 1.710657, 1.804648, 2.257946");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855",\
|
|
"0.015673, 0.023939, 0.054817, 0.189271, 0.852855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "1.615468, 1.621766, 1.638880, 1.684856, 1.874191",\
|
|
"1.648128, 1.654425, 1.671539, 1.717516, 1.906851",\
|
|
"1.663048, 1.669346, 1.686460, 1.732436, 1.921771",\
|
|
"1.663048, 1.669346, 1.686460, 1.732436, 1.921771",\
|
|
"1.663048, 1.669346, 1.686460, 1.732436, 1.921771");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002655, 0.012927, 0.052155, 0.212155, 1.000000");
|
|
values ( "0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672",\
|
|
"0.015127, 0.019517, 0.032769, 0.084945, 0.346672");
|
|
}
|
|
|
|
} /* 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.002130 ;
|
|
|
|
/* 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.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "1.629664, 1.637800, 1.663564, 1.757391, 2.209960",\
|
|
"1.662323, 1.670459, 1.696223, 1.790051, 2.242620",\
|
|
"1.685841, 1.693977, 1.719742, 1.813569, 2.257540",\
|
|
"1.700669, 1.708805, 1.734569, 1.828396, 2.257540",\
|
|
"1.700669, 1.708805, 1.734569, 1.828396, 2.257540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "1.619363, 1.625658, 1.642747, 1.688555, 1.880424",\
|
|
"1.652022, 1.658317, 1.675406, 1.721215, 1.913083",\
|
|
"1.675540, 1.681836, 1.698925, 1.744733, 1.928004",\
|
|
"1.690368, 1.696663, 1.713752, 1.759561, 1.928004",\
|
|
"1.690368, 1.696663, 1.713752, 1.759561, 1.928004");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780");
|
|
}
|
|
|
|
} /* 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.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "1.629664, 1.637800, 1.663564, 1.757391, 2.209960",\
|
|
"1.662323, 1.670459, 1.696223, 1.790051, 2.242620",\
|
|
"1.677244, 1.685380, 1.711144, 1.804971, 2.257540",\
|
|
"1.677244, 1.685380, 1.711144, 1.804971, 2.257540",\
|
|
"1.677244, 1.685380, 1.711144, 1.804971, 2.257540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066",\
|
|
"0.015654, 0.023926, 0.054828, 0.188874, 0.851066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "1.619363, 1.625658, 1.642747, 1.688555, 1.880424",\
|
|
"1.652022, 1.658317, 1.675406, 1.721215, 1.913083",\
|
|
"1.666943, 1.673238, 1.690327, 1.736135, 1.928004",\
|
|
"1.666943, 1.673238, 1.690327, 1.736135, 1.928004",\
|
|
"1.666943, 1.673238, 1.690327, 1.736135, 1.928004");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002630, 0.012902, 0.052130, 0.212130, 1.000000");
|
|
values ( "0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780",\
|
|
"0.015117, 0.019516, 0.032791, 0.084551, 0.346780");
|
|
}
|
|
|
|
} /* 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.002610 ;
|
|
|
|
/* 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.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "1.640480, 1.648547, 1.674313, 1.768360, 2.221639",\
|
|
"1.673140, 1.681207, 1.706972, 1.801020, 2.254299",\
|
|
"1.696658, 1.704725, 1.730490, 1.824538, 2.269219",\
|
|
"1.711486, 1.719552, 1.745318, 1.839365, 2.269219",\
|
|
"1.711486, 1.719552, 1.745318, 1.839365, 2.269219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "1.625861, 1.632064, 1.649114, 1.695148, 1.884445",\
|
|
"1.658520, 1.664724, 1.681774, 1.727808, 1.917104",\
|
|
"1.682038, 1.688242, 1.705292, 1.751326, 1.932025",\
|
|
"1.696866, 1.703069, 1.720120, 1.766153, 1.932025",\
|
|
"1.696866, 1.703069, 1.720120, 1.766153, 1.932025");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199");
|
|
}
|
|
|
|
} /* 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.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "1.640480, 1.648547, 1.674313, 1.768360, 2.221639",\
|
|
"1.673140, 1.681207, 1.706972, 1.801020, 2.254299",\
|
|
"1.688060, 1.696127, 1.721893, 1.815940, 2.269219",\
|
|
"1.688060, 1.696127, 1.721893, 1.815940, 2.269219",\
|
|
"1.688060, 1.696127, 1.721893, 1.815940, 2.269219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447",\
|
|
"0.016042, 0.024295, 0.055177, 0.189779, 0.853447");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "1.625861, 1.632064, 1.649114, 1.695148, 1.884445",\
|
|
"1.658520, 1.664724, 1.681774, 1.727808, 1.917104",\
|
|
"1.673441, 1.679644, 1.696694, 1.742728, 1.932025",\
|
|
"1.673441, 1.679644, 1.696694, 1.742728, 1.932025",\
|
|
"1.673441, 1.679644, 1.696694, 1.742728, 1.932025");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003110, 0.013382, 0.052610, 0.212610, 1.000000");
|
|
values ( "0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199",\
|
|
"0.015333, 0.019670, 0.032896, 0.085223, 0.347199");
|
|
}
|
|
|
|
} /* 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.002929 ;
|
|
|
|
/* 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.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.653586, 1.661589, 1.687288, 1.781129, 2.233226",\
|
|
"1.686245, 1.694249, 1.719947, 1.813789, 2.265885",\
|
|
"1.709764, 1.717767, 1.743465, 1.837307, 2.280806",\
|
|
"1.724591, 1.732594, 1.758293, 1.852135, 2.280806",\
|
|
"1.724591, 1.732594, 1.758293, 1.852135, 2.280806");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.642820, 1.648945, 1.665906, 1.711723, 1.903368",\
|
|
"1.675479, 1.681605, 1.698565, 1.744383, 1.936028",\
|
|
"1.698997, 1.705123, 1.722083, 1.767901, 1.950948",\
|
|
"1.713825, 1.719951, 1.736911, 1.782728, 1.950948",\
|
|
"1.713825, 1.719951, 1.736911, 1.782728, 1.950948");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768");
|
|
}
|
|
|
|
} /* 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.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.653586, 1.661589, 1.687288, 1.781129, 2.233226",\
|
|
"1.686245, 1.694249, 1.719947, 1.813789, 2.265885",\
|
|
"1.701166, 1.709169, 1.734868, 1.828709, 2.280806",\
|
|
"1.701166, 1.709169, 1.734868, 1.828709, 2.280806",\
|
|
"1.701166, 1.709169, 1.734868, 1.828709, 2.280806");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098",\
|
|
"0.016303, 0.024557, 0.055480, 0.189522, 0.851098");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "1.642820, 1.648945, 1.665906, 1.711723, 1.903368",\
|
|
"1.675479, 1.681605, 1.698565, 1.744383, 1.936028",\
|
|
"1.690400, 1.696525, 1.713486, 1.759303, 1.950948",\
|
|
"1.690400, 1.696525, 1.713486, 1.759303, 1.950948",\
|
|
"1.690400, 1.696525, 1.713486, 1.759303, 1.950948");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003429, 0.013701, 0.052929, 0.212929, 1.000000");
|
|
values ( "0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768",\
|
|
"0.015477, 0.019789, 0.033036, 0.084802, 0.346768");
|
|
}
|
|
|
|
} /* 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.002156 ;
|
|
|
|
/* 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.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "1.628135, 1.636266, 1.662024, 1.755823, 2.208255",\
|
|
"1.660795, 1.668925, 1.694684, 1.788483, 2.240915",\
|
|
"1.684313, 1.692444, 1.718202, 1.812001, 2.255835",\
|
|
"1.699141, 1.707271, 1.733029, 1.826828, 2.255835",\
|
|
"1.699141, 1.707271, 1.733029, 1.826828, 2.255835");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "1.615747, 1.622035, 1.639115, 1.684896, 1.876629",\
|
|
"1.648406, 1.654694, 1.671775, 1.717555, 1.909288",\
|
|
"1.671924, 1.678213, 1.695293, 1.741073, 1.924209",\
|
|
"1.686752, 1.693040, 1.710120, 1.755901, 1.924209",\
|
|
"1.686752, 1.693040, 1.710120, 1.755901, 1.924209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467");
|
|
}
|
|
|
|
} /* 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.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "1.628135, 1.636266, 1.662024, 1.755823, 2.208255",\
|
|
"1.660795, 1.668925, 1.694684, 1.788483, 2.240915",\
|
|
"1.675715, 1.683846, 1.709604, 1.803403, 2.255835",\
|
|
"1.675715, 1.683846, 1.709604, 1.803403, 2.255835",\
|
|
"1.675715, 1.683846, 1.709604, 1.803403, 2.255835");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760",\
|
|
"0.015675, 0.023948, 0.054854, 0.188836, 0.850760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "1.615747, 1.622035, 1.639115, 1.684896, 1.876629",\
|
|
"1.648406, 1.654694, 1.671775, 1.717555, 1.909288",\
|
|
"1.663327, 1.669615, 1.686695, 1.732476, 1.924209",\
|
|
"1.663327, 1.669615, 1.686695, 1.732476, 1.924209",\
|
|
"1.663327, 1.669615, 1.686695, 1.732476, 1.924209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002656, 0.012929, 0.052156, 0.212156, 1.000000");
|
|
values ( "0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467",\
|
|
"0.015128, 0.019526, 0.032805, 0.084495, 0.346467");
|
|
}
|
|
|
|
} /* 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.002758 ;
|
|
|
|
/* 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.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "1.635620, 1.643652, 1.669367, 1.763196, 2.215399",\
|
|
"1.668279, 1.676312, 1.702027, 1.795855, 2.248059",\
|
|
"1.691797, 1.699830, 1.725545, 1.819373, 2.262979",\
|
|
"1.706625, 1.714657, 1.740372, 1.834201, 2.262979",\
|
|
"1.706625, 1.714657, 1.740372, 1.834201, 2.262979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "1.623854, 1.630015, 1.647003, 1.692813, 1.884503",\
|
|
"1.656513, 1.662675, 1.679662, 1.725473, 1.917162",\
|
|
"1.680031, 1.686193, 1.703180, 1.748991, 1.932083",\
|
|
"1.694859, 1.701020, 1.718008, 1.763818, 1.932083",\
|
|
"1.694859, 1.701020, 1.718008, 1.763818, 1.932083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784");
|
|
}
|
|
|
|
} /* 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.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "1.635620, 1.643652, 1.669367, 1.763196, 2.215399",\
|
|
"1.668279, 1.676312, 1.702027, 1.795855, 2.248059",\
|
|
"1.683200, 1.691232, 1.716947, 1.810776, 2.262979",\
|
|
"1.683200, 1.691232, 1.716947, 1.810776, 2.262979",\
|
|
"1.683200, 1.691232, 1.716947, 1.810776, 2.262979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061",\
|
|
"0.016164, 0.024421, 0.055339, 0.189402, 0.851061");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "1.623854, 1.630015, 1.647003, 1.692813, 1.884503",\
|
|
"1.656513, 1.662675, 1.679662, 1.725473, 1.917162",\
|
|
"1.671434, 1.677595, 1.694583, 1.740393, 1.932083",\
|
|
"1.671434, 1.677595, 1.694583, 1.740393, 1.932083",\
|
|
"1.671434, 1.677595, 1.694583, 1.740393, 1.932083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003258, 0.013530, 0.052758, 0.212758, 1.000000");
|
|
values ( "0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784",\
|
|
"0.015402, 0.019731, 0.032981, 0.084756, 0.346784");
|
|
}
|
|
|
|
} /* 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.000945 ;
|
|
|
|
/* 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.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "1.642270, 1.650699, 1.676504, 1.769364, 2.221973",\
|
|
"1.674930, 1.683358, 1.709163, 1.802024, 2.254632",\
|
|
"1.698448, 1.706876, 1.732681, 1.825542, 2.269553",\
|
|
"1.713275, 1.721704, 1.747509, 1.840369, 2.269553",\
|
|
"1.713275, 1.721704, 1.747509, 1.840369, 2.269553");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "1.627267, 1.633896, 1.651125, 1.696168, 1.887470",\
|
|
"1.659926, 1.666555, 1.683784, 1.728828, 1.920129",\
|
|
"1.683445, 1.690073, 1.707302, 1.752346, 1.935050",\
|
|
"1.698272, 1.704901, 1.722130, 1.767174, 1.935050",\
|
|
"1.698272, 1.704901, 1.722130, 1.767174, 1.935050");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485");
|
|
}
|
|
|
|
} /* 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.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "1.642270, 1.650699, 1.676504, 1.769364, 2.221973",\
|
|
"1.674930, 1.683358, 1.709163, 1.802024, 2.254632",\
|
|
"1.689850, 1.698279, 1.724084, 1.816944, 2.269553",\
|
|
"1.689850, 1.698279, 1.724084, 1.816944, 2.269553",\
|
|
"1.689850, 1.698279, 1.724084, 1.816944, 2.269553");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914",\
|
|
"0.014640, 0.023005, 0.053919, 0.184069, 0.847914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "1.627267, 1.633896, 1.651125, 1.696168, 1.887470",\
|
|
"1.659926, 1.666555, 1.683784, 1.728828, 1.920129",\
|
|
"1.674847, 1.681476, 1.698705, 1.743748, 1.935050",\
|
|
"1.674847, 1.681476, 1.698705, 1.743748, 1.935050",\
|
|
"1.674847, 1.681476, 1.698705, 1.743748, 1.935050");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001445, 0.011717, 0.050945, 0.210945, 1.000000");
|
|
values ( "0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485",\
|
|
"0.014520, 0.019122, 0.032487, 0.080806, 0.343485");
|
|
}
|
|
|
|
} /* 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.001820 ;
|
|
|
|
/* 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.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "1.647326, 1.655506, 1.681267, 1.774216, 2.226938",\
|
|
"1.679986, 1.688166, 1.713926, 1.806875, 2.259597",\
|
|
"1.703504, 1.711684, 1.737444, 1.830393, 2.274518",\
|
|
"1.718331, 1.726511, 1.752272, 1.845221, 2.274518",\
|
|
"1.718331, 1.726511, 1.752272, 1.845221, 2.274518");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "1.638929, 1.645283, 1.662393, 1.707529, 1.899221",\
|
|
"1.671589, 1.677942, 1.695052, 1.740188, 1.931880",\
|
|
"1.695107, 1.701460, 1.718570, 1.763706, 1.946801",\
|
|
"1.709935, 1.716288, 1.733398, 1.778534, 1.946801",\
|
|
"1.709935, 1.716288, 1.733398, 1.778534, 1.946801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924");
|
|
}
|
|
|
|
} /* 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.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "1.647326, 1.655506, 1.681267, 1.774216, 2.226938",\
|
|
"1.679986, 1.688166, 1.713926, 1.806875, 2.259597",\
|
|
"1.694906, 1.703086, 1.728847, 1.821796, 2.274518",\
|
|
"1.694906, 1.703086, 1.728847, 1.821796, 2.274518",\
|
|
"1.694906, 1.703086, 1.728847, 1.821796, 2.274518");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272",\
|
|
"0.015403, 0.023689, 0.054606, 0.184691, 0.849272");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "1.638929, 1.645283, 1.662393, 1.707529, 1.899221",\
|
|
"1.671589, 1.677942, 1.695052, 1.740188, 1.931880",\
|
|
"1.686509, 1.692863, 1.709973, 1.755109, 1.946801",\
|
|
"1.686509, 1.692863, 1.709973, 1.755109, 1.946801",\
|
|
"1.686509, 1.692863, 1.709973, 1.755109, 1.946801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002320, 0.012593, 0.051820, 0.211820, 1.000000");
|
|
values ( "0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924",\
|
|
"0.014977, 0.019417, 0.032728, 0.080977, 0.344924");
|
|
}
|
|
|
|
} /* 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.001924 ;
|
|
|
|
/* 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.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "1.674713, 1.682874, 1.708621, 1.801551, 2.254080",\
|
|
"1.707372, 1.715533, 1.741280, 1.834211, 2.286740",\
|
|
"1.730890, 1.739051, 1.764798, 1.857729, 2.301660",\
|
|
"1.745718, 1.753879, 1.779626, 1.872556, 2.301660",\
|
|
"1.745718, 1.753879, 1.779626, 1.872556, 2.301660");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "1.652766, 1.659096, 1.676185, 1.721301, 1.912828",\
|
|
"1.685426, 1.691756, 1.708844, 1.753960, 1.945487",\
|
|
"1.708944, 1.715274, 1.732362, 1.777478, 1.960408",\
|
|
"1.723771, 1.730101, 1.747190, 1.792306, 1.960408",\
|
|
"1.723771, 1.730101, 1.747190, 1.792306, 1.960408");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617");
|
|
}
|
|
|
|
} /* 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.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "1.674713, 1.682874, 1.708621, 1.801551, 2.254080",\
|
|
"1.707372, 1.715533, 1.741280, 1.834211, 2.286740",\
|
|
"1.722293, 1.730454, 1.756201, 1.849131, 2.301660",\
|
|
"1.722293, 1.730454, 1.756201, 1.849131, 2.301660",\
|
|
"1.722293, 1.730454, 1.756201, 1.849131, 2.301660");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981",\
|
|
"0.015488, 0.023773, 0.054696, 0.184795, 0.848981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "1.652766, 1.659096, 1.676185, 1.721301, 1.912828",\
|
|
"1.685426, 1.691756, 1.708844, 1.753960, 1.945487",\
|
|
"1.700346, 1.706676, 1.723765, 1.768881, 1.960408",\
|
|
"1.700346, 1.706676, 1.723765, 1.768881, 1.960408",\
|
|
"1.700346, 1.706676, 1.723765, 1.768881, 1.960408");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002424, 0.012696, 0.051924, 0.211924, 1.000000");
|
|
values ( "0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617",\
|
|
"0.015025, 0.019454, 0.032764, 0.081029, 0.344617");
|
|
}
|
|
|
|
} /* 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.002116 ;
|
|
|
|
/* 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.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "1.677673, 1.685804, 1.711541, 1.804490, 2.257040",\
|
|
"1.710332, 1.718463, 1.744200, 1.837150, 2.289700",\
|
|
"1.733850, 1.741981, 1.767718, 1.860668, 2.304620",\
|
|
"1.748678, 1.756809, 1.782546, 1.875495, 2.304620",\
|
|
"1.748678, 1.756809, 1.782546, 1.875495, 2.304620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "1.653725, 1.660015, 1.677077, 1.722213, 1.913823",\
|
|
"1.686384, 1.692675, 1.709737, 1.754873, 1.946482",\
|
|
"1.709902, 1.716193, 1.733255, 1.778391, 1.961403",\
|
|
"1.724730, 1.731020, 1.748082, 1.793218, 1.961403",\
|
|
"1.724730, 1.731020, 1.748082, 1.793218, 1.961403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923");
|
|
}
|
|
|
|
} /* 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.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "1.677673, 1.685804, 1.711541, 1.804490, 2.257040",\
|
|
"1.710332, 1.718463, 1.744200, 1.837150, 2.289700",\
|
|
"1.725253, 1.733384, 1.759120, 1.852070, 2.304620",\
|
|
"1.725253, 1.733384, 1.759120, 1.852070, 2.304620",\
|
|
"1.725253, 1.733384, 1.759120, 1.852070, 2.304620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273",\
|
|
"0.015643, 0.023923, 0.054847, 0.184932, 0.849273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "1.653725, 1.660015, 1.677077, 1.722213, 1.913823",\
|
|
"1.686384, 1.692675, 1.709737, 1.754873, 1.946482",\
|
|
"1.701305, 1.707595, 1.724657, 1.769793, 1.961403",\
|
|
"1.701305, 1.707595, 1.724657, 1.769793, 1.961403",\
|
|
"1.701305, 1.707595, 1.724657, 1.769793, 1.961403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002616, 0.012888, 0.052116, 0.212116, 1.000000");
|
|
values ( "0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923",\
|
|
"0.015112, 0.019519, 0.032818, 0.081067, 0.344923");
|
|
}
|
|
|
|
} /* 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.001883 ;
|
|
|
|
/* 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.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "1.666495, 1.674663, 1.700413, 1.793344, 2.245895",\
|
|
"1.699155, 1.707323, 1.733073, 1.826003, 2.278555",\
|
|
"1.722673, 1.730841, 1.756591, 1.849522, 2.293475",\
|
|
"1.737501, 1.745668, 1.771418, 1.864349, 2.293475",\
|
|
"1.737501, 1.745668, 1.771418, 1.864349, 2.293475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "1.644095, 1.650434, 1.667529, 1.712645, 1.904184",\
|
|
"1.676755, 1.683093, 1.700188, 1.745304, 1.936843",\
|
|
"1.700273, 1.706611, 1.723706, 1.768822, 1.951764",\
|
|
"1.715100, 1.721439, 1.738534, 1.783650, 1.951764",\
|
|
"1.715100, 1.721439, 1.738534, 1.783650, 1.951764");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616");
|
|
}
|
|
|
|
} /* 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.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "1.666495, 1.674663, 1.700413, 1.793344, 2.245895",\
|
|
"1.699155, 1.707323, 1.733073, 1.826003, 2.278555",\
|
|
"1.714075, 1.722243, 1.747993, 1.840924, 2.293475",\
|
|
"1.714075, 1.722243, 1.747993, 1.840924, 2.293475",\
|
|
"1.714075, 1.722243, 1.747993, 1.840924, 2.293475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985",\
|
|
"0.015454, 0.023740, 0.054663, 0.184760, 0.848985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "1.644095, 1.650434, 1.667529, 1.712645, 1.904184",\
|
|
"1.676755, 1.683093, 1.700188, 1.745304, 1.936843",\
|
|
"1.691675, 1.698014, 1.715109, 1.760225, 1.951764",\
|
|
"1.691675, 1.698014, 1.715109, 1.760225, 1.951764",\
|
|
"1.691675, 1.698014, 1.715109, 1.760225, 1.951764");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002383, 0.012655, 0.051883, 0.211883, 1.000000");
|
|
values ( "0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616",\
|
|
"0.015006, 0.019440, 0.032752, 0.081016, 0.344616");
|
|
}
|
|
|
|
} /* 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.003030 ;
|
|
|
|
/* 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.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "1.673796, 1.681787, 1.707492, 1.801428, 2.253878",\
|
|
"1.706456, 1.714446, 1.740152, 1.834088, 2.286537",\
|
|
"1.729974, 1.737965, 1.763670, 1.857606, 2.301458",\
|
|
"1.744801, 1.752792, 1.778497, 1.872433, 2.301458",\
|
|
"1.744801, 1.752792, 1.778497, 1.872433, 2.301458");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "1.652124, 1.658233, 1.675193, 1.721105, 1.910069",\
|
|
"1.684784, 1.690892, 1.707853, 1.753764, 1.942729",\
|
|
"1.708302, 1.714410, 1.731371, 1.777282, 1.957649",\
|
|
"1.723130, 1.729238, 1.746198, 1.792110, 1.957649",\
|
|
"1.723130, 1.729238, 1.746198, 1.792110, 1.957649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971");
|
|
}
|
|
|
|
} /* 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.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "1.673796, 1.681787, 1.707492, 1.801428, 2.253878",\
|
|
"1.706456, 1.714446, 1.740152, 1.834088, 2.286537",\
|
|
"1.721376, 1.729367, 1.755072, 1.849008, 2.301458",\
|
|
"1.721376, 1.729367, 1.755072, 1.849008, 2.301458",\
|
|
"1.721376, 1.729367, 1.755072, 1.849008, 2.301458");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122",\
|
|
"0.016384, 0.024632, 0.055545, 0.189814, 0.852122");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "1.652124, 1.658233, 1.675193, 1.721105, 1.910069",\
|
|
"1.684784, 1.690892, 1.707853, 1.753764, 1.942729",\
|
|
"1.699704, 1.705813, 1.722773, 1.768685, 1.957649",\
|
|
"1.699704, 1.705813, 1.722773, 1.768685, 1.957649",\
|
|
"1.699704, 1.705813, 1.722773, 1.768685, 1.957649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.003530, 0.013802, 0.053030, 0.213030, 1.000000");
|
|
values ( "0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971",\
|
|
"0.015522, 0.019820, 0.033049, 0.085054, 0.345971");
|
|
}
|
|
|
|
} /* 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.002010 ;
|
|
|
|
/* 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.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "1.659080, 1.667227, 1.692966, 1.785898, 2.238374",\
|
|
"1.691739, 1.699886, 1.725625, 1.818557, 2.271033",\
|
|
"1.715257, 1.723404, 1.749143, 1.842075, 2.285954",\
|
|
"1.730085, 1.738232, 1.763971, 1.856903, 2.285954",\
|
|
"1.730085, 1.738232, 1.763971, 1.856903, 2.285954");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "1.640907, 1.647219, 1.664294, 1.709410, 1.900913",\
|
|
"1.673567, 1.679878, 1.696953, 1.742069, 1.933572",\
|
|
"1.697085, 1.703397, 1.720471, 1.765587, 1.948493",\
|
|
"1.711912, 1.718224, 1.735299, 1.780415, 1.948493",\
|
|
"1.711912, 1.718224, 1.735299, 1.780415, 1.948493");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616");
|
|
}
|
|
|
|
} /* 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.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "1.659080, 1.667227, 1.692966, 1.785898, 2.238374",\
|
|
"1.691739, 1.699886, 1.725625, 1.818557, 2.271033",\
|
|
"1.706660, 1.714807, 1.740546, 1.833477, 2.285954",\
|
|
"1.706660, 1.714807, 1.740546, 1.833477, 2.285954",\
|
|
"1.706660, 1.714807, 1.740546, 1.833477, 2.285954");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992",\
|
|
"0.015557, 0.023841, 0.054767, 0.184861, 0.848992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "1.640907, 1.647219, 1.664294, 1.709410, 1.900913",\
|
|
"1.673567, 1.679878, 1.696953, 1.742069, 1.933572",\
|
|
"1.688487, 1.694799, 1.711874, 1.756990, 1.948493",\
|
|
"1.688487, 1.694799, 1.711874, 1.756990, 1.948493",\
|
|
"1.688487, 1.694799, 1.711874, 1.756990, 1.948493");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002510, 0.012782, 0.052010, 0.212010, 1.000000");
|
|
values ( "0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616",\
|
|
"0.015064, 0.019484, 0.032790, 0.081055, 0.344616");
|
|
}
|
|
|
|
} /* 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.001051 ;
|
|
|
|
/* 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.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "1.649762, 1.658152, 1.683920, 1.776656, 2.228402",\
|
|
"1.682421, 1.690811, 1.716580, 1.809316, 2.261061",\
|
|
"1.705940, 1.714329, 1.740098, 1.832834, 2.275982",\
|
|
"1.720767, 1.729157, 1.754925, 1.847661, 2.275982",\
|
|
"1.720767, 1.729157, 1.754925, 1.847661, 2.275982");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "1.634524, 1.641110, 1.658292, 1.703214, 1.893649",\
|
|
"1.667183, 1.673770, 1.690952, 1.735873, 1.926309",\
|
|
"1.690701, 1.697288, 1.714470, 1.759391, 1.941229",\
|
|
"1.705529, 1.712115, 1.729297, 1.774219, 1.941229",\
|
|
"1.705529, 1.712115, 1.729297, 1.774219, 1.941229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588");
|
|
}
|
|
|
|
} /* 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.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "1.649762, 1.658152, 1.683920, 1.776656, 2.228402",\
|
|
"1.682421, 1.690811, 1.716580, 1.809316, 2.261061",\
|
|
"1.697342, 1.705732, 1.731500, 1.824236, 2.275982",\
|
|
"1.697342, 1.705732, 1.731500, 1.824236, 2.275982",\
|
|
"1.697342, 1.705732, 1.731500, 1.824236, 2.275982");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064",\
|
|
"0.014733, 0.023096, 0.054036, 0.184295, 0.846064");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "1.634524, 1.641110, 1.658292, 1.703214, 1.893649",\
|
|
"1.667183, 1.673770, 1.690952, 1.735873, 1.926309",\
|
|
"1.682104, 1.688690, 1.705872, 1.750794, 1.941229",\
|
|
"1.682104, 1.688690, 1.705872, 1.750794, 1.941229",\
|
|
"1.682104, 1.688690, 1.705872, 1.750794, 1.941229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001551, 0.011823, 0.051051, 0.211051, 1.000000");
|
|
values ( "0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588",\
|
|
"0.014576, 0.019166, 0.032550, 0.080965, 0.341588");
|
|
}
|
|
|
|
} /* 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.001075 ;
|
|
|
|
/* 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.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "1.632089, 1.640481, 1.666284, 1.759169, 2.211884",\
|
|
"1.664748, 1.673140, 1.698943, 1.791828, 2.244544",\
|
|
"1.688266, 1.696658, 1.722461, 1.815346, 2.259464",\
|
|
"1.703094, 1.711486, 1.737289, 1.830174, 2.259464",\
|
|
"1.703094, 1.711486, 1.737289, 1.830174, 2.259464");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "1.620838, 1.627427, 1.644641, 1.689712, 1.881161",\
|
|
"1.653497, 1.660086, 1.677301, 1.722371, 1.913820",\
|
|
"1.677016, 1.683604, 1.700819, 1.745889, 1.928741",\
|
|
"1.691843, 1.698432, 1.715646, 1.760717, 1.928741",\
|
|
"1.691843, 1.698432, 1.715646, 1.760717, 1.928741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904");
|
|
}
|
|
|
|
} /* 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.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "1.632089, 1.640481, 1.666284, 1.759169, 2.211884",\
|
|
"1.664748, 1.673140, 1.698943, 1.791828, 2.244544",\
|
|
"1.679668, 1.688061, 1.713864, 1.806749, 2.259464",\
|
|
"1.679668, 1.688061, 1.713864, 1.806749, 2.259464",\
|
|
"1.679668, 1.688061, 1.713864, 1.806749, 2.259464");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300",\
|
|
"0.014753, 0.023105, 0.054016, 0.184151, 0.848300");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "1.620838, 1.627427, 1.644641, 1.689712, 1.881161",\
|
|
"1.653497, 1.660086, 1.677301, 1.722371, 1.913820",\
|
|
"1.668418, 1.675007, 1.692221, 1.737292, 1.928741",\
|
|
"1.668418, 1.675007, 1.692221, 1.737292, 1.928741",\
|
|
"1.668418, 1.675007, 1.692221, 1.737292, 1.928741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001575, 0.011847, 0.051075, 0.211075, 1.000000");
|
|
values ( "0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904",\
|
|
"0.014588, 0.019165, 0.032519, 0.080818, 0.343904");
|
|
}
|
|
|
|
} /* 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.001086 ;
|
|
|
|
/* 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.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "1.701130, 1.709519, 1.735321, 1.828234, 2.281058",\
|
|
"1.733789, 1.742178, 1.767980, 1.860893, 2.313718",\
|
|
"1.757307, 1.765696, 1.791498, 1.884411, 2.328638",\
|
|
"1.772135, 1.780524, 1.806326, 1.899239, 2.328638",\
|
|
"1.772135, 1.780524, 1.806326, 1.899239, 2.328638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "1.681353, 1.687940, 1.705157, 1.750248, 1.941830",\
|
|
"1.714013, 1.720599, 1.737817, 1.782907, 1.974490",\
|
|
"1.737531, 1.744117, 1.761335, 1.806425, 1.989410",\
|
|
"1.752358, 1.758945, 1.776162, 1.821253, 1.989410",\
|
|
"1.752358, 1.758945, 1.776162, 1.821253, 1.989410");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207");
|
|
}
|
|
|
|
} /* 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.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "1.701130, 1.709519, 1.735321, 1.828234, 2.281058",\
|
|
"1.733789, 1.742178, 1.767980, 1.860893, 2.313718",\
|
|
"1.748710, 1.757099, 1.782901, 1.875814, 2.328638",\
|
|
"1.748710, 1.757099, 1.782901, 1.875814, 2.328638",\
|
|
"1.748710, 1.757099, 1.782901, 1.875814, 2.328638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654",\
|
|
"0.014763, 0.023114, 0.054024, 0.184118, 0.848654");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "1.681353, 1.687940, 1.705157, 1.750248, 1.941830",\
|
|
"1.714013, 1.720599, 1.737817, 1.782907, 1.974490",\
|
|
"1.728933, 1.735519, 1.752737, 1.797827, 1.989410",\
|
|
"1.728933, 1.735519, 1.752737, 1.797827, 1.989410",\
|
|
"1.728933, 1.735519, 1.752737, 1.797827, 1.989410");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001586, 0.011858, 0.051086, 0.211086, 1.000000");
|
|
values ( "0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207",\
|
|
"0.014593, 0.019168, 0.032519, 0.080801, 0.344207");
|
|
}
|
|
|
|
} /* 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.002251 ;
|
|
|
|
/* 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.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "1.674250, 1.682365, 1.708115, 1.801916, 2.254291",\
|
|
"1.706910, 1.715024, 1.740775, 1.834576, 2.286951",\
|
|
"1.730427, 1.738542, 1.764292, 1.858093, 2.301871",\
|
|
"1.745253, 1.753368, 1.779118, 1.872920, 2.301871",\
|
|
"1.745253, 1.753368, 1.779118, 1.872920, 2.301871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "1.667564, 1.673832, 1.690897, 1.736679, 1.928385",\
|
|
"1.700224, 1.706492, 1.723557, 1.769338, 1.961045",\
|
|
"1.723741, 1.730009, 1.747074, 1.792856, 1.975965",\
|
|
"1.738567, 1.744836, 1.761901, 1.807682, 1.975965",\
|
|
"1.738567, 1.744836, 1.761901, 1.807682, 1.975965");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466");
|
|
}
|
|
|
|
} /* 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.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "1.674250, 1.682365, 1.708115, 1.801916, 2.254291",\
|
|
"1.706910, 1.715024, 1.740775, 1.834576, 2.286951",\
|
|
"1.721830, 1.729945, 1.755695, 1.849497, 2.301871",\
|
|
"1.721830, 1.729945, 1.755695, 1.849497, 2.301871",\
|
|
"1.721830, 1.729945, 1.755695, 1.849497, 2.301871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766",\
|
|
"0.015752, 0.024023, 0.054931, 0.188911, 0.850766");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "1.667564, 1.673832, 1.690897, 1.736679, 1.928385",\
|
|
"1.700224, 1.706492, 1.723557, 1.769338, 1.961045",\
|
|
"1.715144, 1.721413, 1.738477, 1.784259, 1.975965",\
|
|
"1.715144, 1.721413, 1.738477, 1.784259, 1.975965",\
|
|
"1.715144, 1.721413, 1.738477, 1.784259, 1.975965");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002751, 0.013023, 0.052251, 0.212251, 1.000000");
|
|
values ( "0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466",\
|
|
"0.015171, 0.019559, 0.032834, 0.084524, 0.346466");
|
|
}
|
|
|
|
} /* 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.001031 ;
|
|
|
|
/* 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.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "1.670829, 1.679225, 1.704996, 1.797731, 2.249491",\
|
|
"1.703489, 1.711885, 1.737656, 1.830390, 2.282151",\
|
|
"1.727006, 1.735402, 1.761173, 1.853908, 2.297071",\
|
|
"1.741833, 1.750229, 1.776000, 1.868734, 2.297071",\
|
|
"1.741833, 1.750229, 1.776000, 1.868734, 2.297071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "1.664649, 1.671243, 1.688428, 1.733349, 1.923790",\
|
|
"1.697309, 1.703902, 1.721087, 1.766009, 1.956450",\
|
|
"1.720826, 1.727419, 1.744604, 1.789526, 1.971371",\
|
|
"1.735653, 1.742246, 1.759431, 1.804353, 1.971371",\
|
|
"1.735653, 1.742246, 1.759431, 1.804353, 1.971371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589");
|
|
}
|
|
|
|
} /* 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.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "1.670829, 1.679225, 1.704996, 1.797731, 2.249491",\
|
|
"1.703489, 1.711885, 1.737656, 1.830390, 2.282151",\
|
|
"1.718410, 1.726806, 1.752576, 1.845311, 2.297071",\
|
|
"1.718410, 1.726806, 1.752576, 1.845311, 2.297071",\
|
|
"1.718410, 1.726806, 1.752576, 1.845311, 2.297071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055",\
|
|
"0.014715, 0.023079, 0.054019, 0.184281, 0.846055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "1.664649, 1.671243, 1.688428, 1.733349, 1.923790",\
|
|
"1.697309, 1.703902, 1.721087, 1.766009, 1.956450",\
|
|
"1.712229, 1.718823, 1.736008, 1.780930, 1.971371",\
|
|
"1.712229, 1.718823, 1.736008, 1.780930, 1.971371",\
|
|
"1.712229, 1.718823, 1.736008, 1.780930, 1.971371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001531, 0.011803, 0.051031, 0.211031, 1.000000");
|
|
values ( "0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589",\
|
|
"0.014565, 0.019159, 0.032543, 0.080959, 0.341589");
|
|
}
|
|
|
|
} /* 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.001017 ;
|
|
|
|
/* 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.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "1.661451, 1.669850, 1.695618, 1.788332, 2.239972",\
|
|
"1.694111, 1.702510, 1.728278, 1.820991, 2.272631",\
|
|
"1.717628, 1.726027, 1.751795, 1.844509, 2.287552",\
|
|
"1.732454, 1.740854, 1.766622, 1.859335, 2.287552",\
|
|
"1.732454, 1.740854, 1.766622, 1.859335, 2.287552");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "1.656552, 1.663148, 1.680331, 1.725233, 1.915542",\
|
|
"1.689211, 1.695808, 1.712990, 1.757892, 1.948202",\
|
|
"1.712728, 1.719325, 1.736507, 1.781409, 1.963122",\
|
|
"1.727555, 1.734152, 1.751334, 1.796236, 1.963122",\
|
|
"1.727555, 1.734152, 1.751334, 1.796236, 1.963122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279");
|
|
}
|
|
|
|
} /* 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.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "1.661451, 1.669850, 1.695618, 1.788332, 2.239972",\
|
|
"1.694111, 1.702510, 1.728278, 1.820991, 2.272631",\
|
|
"1.709031, 1.717430, 1.743199, 1.835912, 2.287552",\
|
|
"1.709031, 1.717430, 1.743199, 1.835912, 2.287552",\
|
|
"1.709031, 1.717430, 1.743199, 1.835912, 2.287552");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748",\
|
|
"0.014703, 0.023069, 0.054012, 0.184295, 0.845748");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "1.656552, 1.663148, 1.680331, 1.725233, 1.915542",\
|
|
"1.689211, 1.695808, 1.712990, 1.757892, 1.948202",\
|
|
"1.704132, 1.710729, 1.727911, 1.772813, 1.963122",\
|
|
"1.704132, 1.710729, 1.727911, 1.772813, 1.963122",\
|
|
"1.704132, 1.710729, 1.727911, 1.772813, 1.963122");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.001517, 0.011789, 0.051017, 0.211017, 1.000000");
|
|
values ( "0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279",\
|
|
"0.014558, 0.019156, 0.032544, 0.080976, 0.341279");
|
|
}
|
|
|
|
} /* 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.002072 ;
|
|
|
|
/* 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.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "1.660992, 1.669130, 1.694871, 1.787820, 2.240396",\
|
|
"1.693652, 1.701790, 1.727530, 1.820480, 2.273056",\
|
|
"1.717169, 1.725307, 1.751047, 1.843997, 2.287977",\
|
|
"1.731996, 1.740134, 1.765874, 1.858824, 2.287977",\
|
|
"1.731996, 1.740134, 1.765874, 1.858824, 2.287977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "1.656445, 1.662745, 1.679814, 1.724950, 1.916572",\
|
|
"1.689104, 1.695404, 1.712474, 1.757609, 1.949232",\
|
|
"1.712622, 1.718922, 1.735991, 1.781127, 1.964153",\
|
|
"1.727448, 1.733748, 1.750817, 1.795953, 1.964153",\
|
|
"1.727448, 1.733748, 1.750817, 1.795953, 1.964153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922");
|
|
}
|
|
|
|
} /* 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.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "1.660992, 1.669130, 1.694871, 1.787820, 2.240396",\
|
|
"1.693652, 1.701790, 1.727530, 1.820480, 2.273056",\
|
|
"1.708573, 1.716711, 1.742451, 1.835400, 2.287977",\
|
|
"1.708573, 1.716711, 1.742451, 1.835400, 2.287977",\
|
|
"1.708573, 1.716711, 1.742451, 1.835400, 2.287977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273",\
|
|
"0.015608, 0.023888, 0.054811, 0.184896, 0.849273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "1.656445, 1.662745, 1.679814, 1.724950, 1.916572",\
|
|
"1.689104, 1.695404, 1.712474, 1.757609, 1.949232",\
|
|
"1.704025, 1.710325, 1.727394, 1.772530, 1.964153",\
|
|
"1.704025, 1.710325, 1.727394, 1.772530, 1.964153",\
|
|
"1.704025, 1.710325, 1.727394, 1.772530, 1.964153");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.002572, 0.012844, 0.052072, 0.212072, 1.000000");
|
|
values ( "0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922",\
|
|
"0.015092, 0.019504, 0.032804, 0.081053, 0.344922");
|
|
}
|
|
|
|
} /* 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.004095 ;
|
|
|
|
/* 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.333501, 0.300841, 0.277323, 0.262496, 0.285921",\
|
|
"0.351556, 0.318897, 0.295379, 0.280551, 0.303976",\
|
|
"0.349670, 0.317010, 0.293492, 0.278664, 0.302090",\
|
|
"0.330035, 0.297376, 0.273858, 0.259030, 0.282455",\
|
|
"0.262151, 0.229491, 0.205973, 0.191146, 0.214571");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.365466, 0.332807, 0.309289, 0.294461, 0.317886",\
|
|
"0.411120, 0.378460, 0.354942, 0.340115, 0.363540",\
|
|
"0.453615, 0.420956, 0.397438, 0.382610, 0.406035",\
|
|
"0.527539, 0.494879, 0.471361, 0.456534, 0.479959",\
|
|
"0.672516, 0.639857, 0.616339, 0.601511, 0.624936");
|
|
}
|
|
|
|
} /* 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.144358, -0.111699, -0.088181, -0.073353, -0.096778",\
|
|
"-0.162413, -0.129754, -0.106236, -0.091408, -0.114834",\
|
|
"-0.160546, -0.127887, -0.104369, -0.089541, -0.112966",\
|
|
"-0.140842, -0.108183, -0.084665, -0.069837, -0.093262",\
|
|
"-0.072681, -0.040022, -0.016504, -0.001676, -0.025101");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.066062, 0.098722, 0.122240, 0.137067, 0.113642",\
|
|
"0.020409, 0.053068, 0.076586, 0.091414, 0.067989",\
|
|
"-0.021870, 0.010789, 0.034307, 0.049135, 0.025710",\
|
|
"-0.096058, -0.063399, -0.039881, -0.025053, -0.048478",\
|
|
"-0.241091, -0.208431, -0.184913, -0.170086, -0.193511");
|
|
}
|
|
|
|
} /* 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.003376 ;
|
|
|
|
/* 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.300115, 0.267455, 0.243937, 0.229110, 0.252535",\
|
|
"0.317903, 0.285243, 0.261725, 0.246897, 0.270323",\
|
|
"0.316133, 0.283474, 0.259955, 0.245128, 0.268553",\
|
|
"0.296387, 0.263728, 0.240210, 0.225382, 0.248807",\
|
|
"0.228573, 0.195914, 0.172396, 0.157568, 0.180993");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.315773, 0.283114, 0.259595, 0.244768, 0.268193",\
|
|
"0.361337, 0.328678, 0.305160, 0.290332, 0.313757",\
|
|
"0.403821, 0.371161, 0.347643, 0.332816, 0.356241",\
|
|
"0.477947, 0.445287, 0.421769, 0.406942, 0.430367",\
|
|
"0.622567, 0.589908, 0.566390, 0.551562, 0.574987");
|
|
}
|
|
|
|
} /* 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.171171, -0.138512, -0.114993, -0.100166, -0.123591",\
|
|
"-0.188959, -0.156299, -0.132781, -0.117954, -0.141379",\
|
|
"-0.187189, -0.154530, -0.131011, -0.116184, -0.139609",\
|
|
"-0.167444, -0.134784, -0.111266, -0.096439, -0.119864",\
|
|
"-0.099629, -0.066970, -0.043452, -0.028624, -0.052049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.063401, 0.096061, 0.119579, 0.134406, 0.110981",\
|
|
"0.017837, 0.050497, 0.074015, 0.088842, 0.065417",\
|
|
"-0.024663, 0.007996, 0.031514, 0.046342, 0.022917",\
|
|
"-0.098810, -0.066151, -0.042633, -0.027805, -0.051230",\
|
|
"-0.244525, -0.211865, -0.188347, -0.173520, -0.196945");
|
|
}
|
|
|
|
} /* 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.002930 ;
|
|
|
|
/* 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.237018, 0.204359, 0.180841, 0.166013, 0.189438",\
|
|
"0.254650, 0.221991, 0.198473, 0.183645, 0.207070",\
|
|
"0.252992, 0.220332, 0.196814, 0.181987, 0.205412",\
|
|
"0.233520, 0.200861, 0.177343, 0.162515, 0.185940",\
|
|
"0.166324, 0.133664, 0.110146, 0.095319, 0.118744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.270856, 0.238197, 0.214679, 0.199851, 0.223276",\
|
|
"0.316370, 0.283711, 0.260193, 0.245365, 0.268790",\
|
|
"0.358638, 0.325979, 0.302461, 0.287633, 0.311058",\
|
|
"0.432555, 0.399896, 0.376378, 0.361550, 0.384975",\
|
|
"0.576329, 0.543670, 0.520152, 0.505324, 0.528749");
|
|
}
|
|
|
|
} /* 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.041023, -0.008364, 0.015154, 0.029982, 0.006557",\
|
|
"-0.058655, -0.025996, -0.002478, 0.012350, -0.011075",\
|
|
"-0.056984, -0.024325, -0.000807, 0.014021, -0.009404",\
|
|
"-0.037442, -0.004783, 0.018735, 0.033563, 0.010138",\
|
|
"0.029392, 0.062052, 0.085570, 0.100397, 0.076972");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.136697, 0.169356, 0.192874, 0.207702, 0.184277",\
|
|
"0.091183, 0.123842, 0.147360, 0.162188, 0.138762",\
|
|
"0.048643, 0.081303, 0.104821, 0.119648, 0.096223",\
|
|
"-0.025649, 0.007011, 0.030529, 0.045356, 0.021931",\
|
|
"-0.170877, -0.138218, -0.114699, -0.099872, -0.123297");
|
|
}
|
|
|
|
} /* 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.003023 ;
|
|
|
|
/* 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.273878, 0.241219, 0.217701, 0.202873, 0.226298",\
|
|
"0.291436, 0.258777, 0.235259, 0.220431, 0.243856",\
|
|
"0.289815, 0.257156, 0.233638, 0.218810, 0.242235",\
|
|
"0.270322, 0.237662, 0.214144, 0.199317, 0.222742",\
|
|
"0.203367, 0.170708, 0.147190, 0.132362, 0.155787");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.352095, 0.319435, 0.295917, 0.281090, 0.304515",\
|
|
"0.397587, 0.364927, 0.341409, 0.326582, 0.350007",\
|
|
"0.439866, 0.407206, 0.383688, 0.368861, 0.392286",\
|
|
"0.513795, 0.481136, 0.457617, 0.442790, 0.466215",\
|
|
"0.657422, 0.624763, 0.601245, 0.586417, 0.609842");
|
|
}
|
|
|
|
} /* 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.016312, 0.016348, 0.039866, 0.054693, 0.031268",\
|
|
"-0.033870, -0.001210, 0.022308, 0.037135, 0.013710",\
|
|
"-0.032249, 0.000411, 0.023929, 0.038756, 0.015331",\
|
|
"-0.012755, 0.019904, 0.043422, 0.058250, 0.034825",\
|
|
"0.054199, 0.086859, 0.110377, 0.125204, 0.101779");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
index_2 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.051152, 0.083812, 0.107330, 0.122157, 0.098732",\
|
|
"0.005660, 0.038320, 0.061838, 0.076665, 0.053240",\
|
|
"-0.036619, -0.003959, 0.019559, 0.034387, 0.010961",\
|
|
"-0.110548, -0.077888, -0.054370, -0.039543, -0.062968",\
|
|
"-0.254175, -0.221516, -0.197998, -0.183170, -0.206595");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[0] */
|
|
} /* end of bus wb_sel_i */
|
|
|
|
pin("wbbd_sck") {
|
|
direction : internal ;
|
|
clock : true ;
|
|
max_transition : 1.506345 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.425730 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
original_pin : _7149_/Q;
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.243831");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wbbd_sck" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.374883");
|
|
}
|
|
|
|
} /* end of arc wbbd_sck_wbbd_sck_pwh*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.759968, 0.792628, 0.807548, 0.807548, 0.807548");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.045631, 0.045631, 0.045631, 0.045631, 0.045631");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.784180, 0.816840, 0.831760, 0.831760, 0.831760");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.037986, 0.037986, 0.037986, 0.037986, 0.037986");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.759968, 0.792628, 0.807548, 0.807548, 0.807548");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.045631, 0.045631, 0.045631, 0.045631, 0.045631");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.784180, 0.816840, 0.831760, 0.831760, 0.831760");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.122474, 0.282311, 0.650743, 1.500000");
|
|
values ( "0.037986, 0.037986, 0.037986, 0.037986, 0.037986");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|