mirror of https://github.com/efabless/caravel.git
35914 lines
1.5 MiB
35914 lines
1.5 MiB
|
|
library("housekeeping.nom") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Mon Apr 17 12:20:21 2023" ;
|
|
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 : 110897.125000 ;
|
|
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("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VGND */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("debug_in") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001058 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.345780, 0.354854, 0.380885, 0.489338, 0.873093",\
|
|
"0.345780, 0.354854, 0.380885, 0.489338, 0.873093",\
|
|
"0.345780, 0.354854, 0.380885, 0.489338, 0.873093",\
|
|
"0.324169, 0.333244, 0.359275, 0.467728, 0.873093",\
|
|
"0.230176, 0.239253, 0.265286, 0.373739, 0.814977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.015295, 0.023866, 0.054150, 0.210539, 0.864413",\
|
|
"0.015295, 0.023866, 0.054150, 0.210539, 0.864413",\
|
|
"0.015296, 0.023867, 0.054150, 0.210539, 0.864413",\
|
|
"0.015298, 0.023869, 0.054151, 0.210539, 0.864413",\
|
|
"0.015310, 0.023879, 0.054156, 0.210539, 0.864413");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.292268, 0.299308, 0.316793, 0.367674, 0.556782",\
|
|
"0.395617, 0.402657, 0.420142, 0.471023, 0.660131",\
|
|
"0.483811, 0.490850, 0.508336, 0.559217, 0.748325",\
|
|
"0.632437, 0.639477, 0.656962, 0.707843, 0.896951",\
|
|
"1.244099, 1.251138, 1.268621, 1.319504, 1.508613");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.014321, 0.019060, 0.032335, 0.092975, 0.348401",\
|
|
"0.014321, 0.019060, 0.032335, 0.092975, 0.348401",\
|
|
"0.014321, 0.019060, 0.032335, 0.092975, 0.348401",\
|
|
"0.014321, 0.019060, 0.032335, 0.092975, 0.348401",\
|
|
"0.014320, 0.019059, 0.032335, 0.092975, 0.348400");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.288298, 0.297373, 0.323403, 0.428457, 0.865539",\
|
|
"0.288298, 0.297373, 0.323403, 0.428457, 0.865539",\
|
|
"0.288298, 0.297373, 0.323403, 0.428457, 0.865539",\
|
|
"0.288298, 0.297373, 0.323403, 0.428457, 0.865539",\
|
|
"0.230176, 0.239253, 0.265286, 0.370340, 0.807423");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.015295, 0.023866, 0.054150, 0.204126, 0.842634",\
|
|
"0.015295, 0.023866, 0.054150, 0.204126, 0.842634",\
|
|
"0.015296, 0.023867, 0.054150, 0.204126, 0.842634",\
|
|
"0.015298, 0.023869, 0.054151, 0.204126, 0.842634",\
|
|
"0.015310, 0.023879, 0.054156, 0.204126, 0.842634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.292268, 0.299308, 0.316793, 0.367059, 0.548320",\
|
|
"0.395617, 0.402657, 0.420142, 0.470408, 0.651669",\
|
|
"0.483811, 0.490850, 0.508336, 0.558602, 0.739862",\
|
|
"0.632437, 0.639477, 0.656962, 0.707228, 0.888489",\
|
|
"1.244099, 1.251138, 1.268621, 1.318890, 1.500151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.014321, 0.019060, 0.032333, 0.088503, 0.334580",\
|
|
"0.014321, 0.019060, 0.032333, 0.088503, 0.334579",\
|
|
"0.014321, 0.019060, 0.032333, 0.088503, 0.334579",\
|
|
"0.014321, 0.019060, 0.032333, 0.088503, 0.334579",\
|
|
"0.014320, 0.019059, 0.032333, 0.088503, 0.334578");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.361897, 0.370974, 0.397006, 0.505460, 0.946697",\
|
|
"0.419621, 0.428699, 0.454731, 0.563185, 0.973279",\
|
|
"0.437568, 0.446645, 0.472678, 0.581131, 0.973279",\
|
|
"0.437568, 0.446645, 0.472678, 0.581131, 0.973279",\
|
|
"0.437568, 0.446645, 0.472678, 0.581131, 0.973279");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.015310, 0.023879, 0.054156, 0.210539, 0.864412",\
|
|
"0.015310, 0.023879, 0.054156, 0.210539, 0.864412",\
|
|
"0.015311, 0.023880, 0.054156, 0.210539, 0.864412",\
|
|
"0.015314, 0.023883, 0.054158, 0.210539, 0.864412",\
|
|
"0.015328, 0.023895, 0.054164, 0.210539, 0.864411");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.361026, 0.368067, 0.385556, 0.436434, 0.625541",\
|
|
"0.476067, 0.483108, 0.500597, 0.551474, 0.740581",\
|
|
"0.583533, 0.590575, 0.608063, 0.658941, 0.848048",\
|
|
"0.764428, 0.771468, 0.788955, 0.839835, 1.028943",\
|
|
"1.499175, 1.506212, 1.523689, 1.574578, 1.763689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.014322, 0.019060, 0.032330, 0.092975, 0.348403",\
|
|
"0.014322, 0.019060, 0.032330, 0.092975, 0.348403",\
|
|
"0.014322, 0.019060, 0.032330, 0.092975, 0.348403",\
|
|
"0.014322, 0.019060, 0.032331, 0.092975, 0.348402",\
|
|
"0.014319, 0.019058, 0.032339, 0.092975, 0.348397");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.361502, 0.370579, 0.396611, 0.501665, 0.938748",\
|
|
"0.388471, 0.397551, 0.423587, 0.528642, 0.965725",\
|
|
"0.388471, 0.397551, 0.423587, 0.528642, 0.965725",\
|
|
"0.388471, 0.397551, 0.423587, 0.528642, 0.965725",\
|
|
"0.388471, 0.397551, 0.423587, 0.528642, 0.965725");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.015308, 0.023878, 0.054155, 0.204126, 0.842634",\
|
|
"0.015309, 0.023878, 0.054156, 0.204126, 0.842634",\
|
|
"0.015310, 0.023879, 0.054156, 0.204126, 0.842634",\
|
|
"0.015313, 0.023882, 0.054157, 0.204126, 0.842634",\
|
|
"0.015328, 0.023895, 0.054164, 0.204125, 0.842632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.357131, 0.364172, 0.381662, 0.431923, 0.613183",\
|
|
"0.472328, 0.479369, 0.496858, 0.547120, 0.728380",\
|
|
"0.580234, 0.587275, 0.604764, 0.655026, 0.836285",\
|
|
"0.762227, 0.769267, 0.786755, 0.837018, 1.018278",\
|
|
"1.499175, 1.506212, 1.523689, 1.573964, 1.755226");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.014322, 0.019060, 0.032329, 0.088503, 0.334581",\
|
|
"0.014322, 0.019060, 0.032330, 0.088503, 0.334581",\
|
|
"0.014322, 0.019060, 0.032330, 0.088503, 0.334581",\
|
|
"0.014322, 0.019060, 0.032331, 0.088503, 0.334581",\
|
|
"0.014319, 0.019058, 0.032339, 0.088503, 0.334576");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una_min*/
|
|
|
|
} /* end of pin debug_in */
|
|
|
|
pin("debug_mode") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004085 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_mode */
|
|
|
|
pin("debug_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003497 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_oeb */
|
|
|
|
pin("debug_out") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003423 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002117 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "1.007523, 1.035101, 1.094715, 1.304933, 1.905410",\
|
|
"1.083593, 1.111171, 1.170785, 1.381003, 1.981480",\
|
|
"1.125699, 1.153277, 1.212892, 1.423109, 2.023586",\
|
|
"1.169305, 1.196883, 1.256497, 1.466715, 2.067191",\
|
|
"1.346016, 1.373594, 1.433208, 1.643426, 2.243902");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.020253, 0.047434, 0.129714, 0.436565, 1.313915",\
|
|
"0.020253, 0.047434, 0.129714, 0.436565, 1.313915",\
|
|
"0.020253, 0.047434, 0.129714, 0.436565, 1.313915",\
|
|
"0.020253, 0.047434, 0.129714, 0.436565, 1.313915",\
|
|
"0.020253, 0.047434, 0.129714, 0.436565, 1.313915");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "1.055410, 1.078117, 1.118536, 1.240666, 1.586125",\
|
|
"1.131480, 1.154187, 1.194606, 1.316736, 1.662195",\
|
|
"1.173586, 1.196293, 1.236712, 1.358842, 1.704301",\
|
|
"1.217192, 1.239899, 1.280317, 1.402448, 1.747907",\
|
|
"1.393903, 1.416610, 1.457028, 1.579159, 1.924618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.017433, 0.034735, 0.078666, 0.242246, 0.723311",\
|
|
"0.017433, 0.034735, 0.078666, 0.242246, 0.723311",\
|
|
"0.017433, 0.034735, 0.078666, 0.242246, 0.723311",\
|
|
"0.017433, 0.034735, 0.078666, 0.242246, 0.723311",\
|
|
"0.017433, 0.034735, 0.078666, 0.242246, 0.723311");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.930646, 0.958209, 1.016097, 1.221894, 1.809687",\
|
|
"0.930646, 0.958209, 1.016097, 1.221894, 1.809687",\
|
|
"0.930646, 0.958209, 1.016097, 1.221894, 1.809687",\
|
|
"0.930646, 0.958209, 1.016097, 1.221894, 1.809687",\
|
|
"0.796274, 0.823837, 0.881725, 1.087522, 1.675314");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.020225, 0.047413, 0.126507, 0.424984, 1.278275",\
|
|
"0.020225, 0.047413, 0.126507, 0.424984, 1.278275",\
|
|
"0.020225, 0.047413, 0.126507, 0.424984, 1.278275",\
|
|
"0.020225, 0.047413, 0.126507, 0.424984, 1.278275",\
|
|
"0.020225, 0.047413, 0.126507, 0.424984, 1.278275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "1.028980, 1.051687, 1.090378, 1.210723, 1.549887",\
|
|
"1.028980, 1.051687, 1.090378, 1.210723, 1.549887",\
|
|
"1.028980, 1.051687, 1.090378, 1.210723, 1.549887",\
|
|
"1.028980, 1.051687, 1.090378, 1.210723, 1.549887",\
|
|
"0.894608, 0.917315, 0.956006, 1.076351, 1.415515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.017433, 0.034735, 0.075456, 0.231159, 0.692829",\
|
|
"0.017433, 0.034735, 0.075456, 0.231159, 0.692829",\
|
|
"0.017433, 0.034735, 0.075456, 0.231159, 0.692829",\
|
|
"0.017433, 0.034735, 0.075456, 0.231159, 0.692829",\
|
|
"0.017433, 0.034735, 0.075456, 0.231159, 0.692829");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.538381, 0.565950, 0.625564, 0.835781, 1.436250",\
|
|
"0.614451, 0.642020, 0.701633, 0.911850, 1.512320",\
|
|
"0.656557, 0.684127, 0.743740, 0.953957, 1.554426",\
|
|
"0.700163, 0.727732, 0.787345, 0.997562, 1.598031",\
|
|
"0.876872, 0.904442, 0.964055, 1.174272, 1.774741");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.020237, 0.047422, 0.129711, 0.436566, 1.313898",\
|
|
"0.020237, 0.047422, 0.129711, 0.436566, 1.313898",\
|
|
"0.020237, 0.047422, 0.129711, 0.436566, 1.313898",\
|
|
"0.020237, 0.047422, 0.129711, 0.436566, 1.313898",\
|
|
"0.020237, 0.047422, 0.129711, 0.436566, 1.313898");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.608985, 0.631676, 0.672093, 0.794223, 1.139605",\
|
|
"0.732953, 0.755644, 0.796062, 0.918191, 1.263573",\
|
|
"0.852277, 0.874968, 0.915386, 1.037515, 1.382897",\
|
|
"1.056239, 1.078930, 1.119348, 1.241477, 1.586859",\
|
|
"1.895251, 1.917942, 1.958359, 2.080489, 2.425871");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.017451, 0.034752, 0.078675, 0.242224, 0.722744",\
|
|
"0.017451, 0.034752, 0.078675, 0.242224, 0.722744",\
|
|
"0.017451, 0.034752, 0.078675, 0.242224, 0.722744",\
|
|
"0.017451, 0.034752, 0.078675, 0.242224, 0.722744",\
|
|
"0.017451, 0.034752, 0.078675, 0.242224, 0.722744");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.524823, 0.552393, 0.610282, 0.816079, 1.403877",\
|
|
"0.524823, 0.552393, 0.610282, 0.816079, 1.403877",\
|
|
"0.524823, 0.552393, 0.610282, 0.816079, 1.403877",\
|
|
"0.524823, 0.552393, 0.610282, 0.816079, 1.403877",\
|
|
"0.390450, 0.418019, 0.475908, 0.681706, 1.269504");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.020237, 0.047422, 0.126510, 0.424984, 1.278288",\
|
|
"0.020237, 0.047422, 0.126510, 0.424984, 1.278288",\
|
|
"0.020237, 0.047422, 0.126510, 0.424984, 1.278288",\
|
|
"0.020237, 0.047422, 0.126510, 0.424984, 1.278288",\
|
|
"0.020237, 0.047422, 0.126510, 0.424984, 1.278288");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.603122, 0.625813, 0.664503, 0.784849, 1.123951",\
|
|
"0.700717, 0.723408, 0.762098, 0.882444, 1.221546",\
|
|
"0.785507, 0.808199, 0.846889, 0.967235, 1.306337",\
|
|
"0.908472, 0.931164, 0.969854, 1.090200, 1.429302",\
|
|
"1.413675, 1.436367, 1.475057, 1.595403, 1.934504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.017451, 0.034752, 0.075465, 0.231138, 0.692252",\
|
|
"0.017451, 0.034752, 0.075465, 0.231138, 0.692252",\
|
|
"0.017451, 0.034752, 0.075465, 0.231138, 0.692252",\
|
|
"0.017451, 0.034752, 0.075465, 0.231138, 0.692252",\
|
|
"0.017451, 0.034752, 0.075465, 0.231138, 0.692252");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.476365, 0.503942, 0.563556, 0.773773, 1.318197",\
|
|
"0.476365, 0.503942, 0.563556, 0.773773, 1.318197",\
|
|
"0.476365, 0.503942, 0.563556, 0.773773, 1.318197",\
|
|
"0.454809, 0.482386, 0.542000, 0.752218, 1.318197",\
|
|
"0.364031, 0.391609, 0.451223, 0.661441, 1.261917");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.020250, 0.047432, 0.129713, 0.436565, 1.313912",\
|
|
"0.020250, 0.047432, 0.129713, 0.436565, 1.313912",\
|
|
"0.020250, 0.047432, 0.129713, 0.436565, 1.313912",\
|
|
"0.020251, 0.047432, 0.129714, 0.436565, 1.313913",\
|
|
"0.020253, 0.047434, 0.129714, 0.436565, 1.313915");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.454089, 0.476783, 0.517200, 0.639330, 0.984726",\
|
|
"0.560234, 0.582929, 0.623346, 0.745476, 1.090873",\
|
|
"0.652245, 0.674939, 0.715357, 0.837486, 1.182883",\
|
|
"0.807129, 0.829823, 0.870241, 0.992371, 1.337767",\
|
|
"1.446769, 1.469462, 1.509879, 1.632008, 1.977397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.017448, 0.034749, 0.078673, 0.242228, 0.722848",\
|
|
"0.017448, 0.034749, 0.078673, 0.242228, 0.722848",\
|
|
"0.017448, 0.034749, 0.078673, 0.242228, 0.722848",\
|
|
"0.017448, 0.034749, 0.078673, 0.242228, 0.722848",\
|
|
"0.017450, 0.034751, 0.078674, 0.242228, 0.722848");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.407091, 0.434667, 0.492557, 0.698355, 1.286159",\
|
|
"0.407091, 0.434667, 0.492557, 0.698355, 1.286159",\
|
|
"0.407091, 0.434667, 0.492557, 0.698355, 1.286159",\
|
|
"0.407091, 0.434667, 0.492557, 0.698355, 1.286159",\
|
|
"0.350807, 0.378385, 0.436275, 0.642073, 1.229879");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.020250, 0.047432, 0.126512, 0.424984, 1.278302",\
|
|
"0.020250, 0.047432, 0.126512, 0.424984, 1.278302",\
|
|
"0.020250, 0.047432, 0.126512, 0.424984, 1.278303",\
|
|
"0.020251, 0.047432, 0.126513, 0.424984, 1.278303",\
|
|
"0.020253, 0.047434, 0.126513, 0.424984, 1.278306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.449041, 0.471735, 0.510426, 0.630772, 0.969885",\
|
|
"0.555209, 0.577904, 0.616594, 0.736940, 1.076053",\
|
|
"0.647540, 0.670235, 0.708925, 0.829271, 1.168384",\
|
|
"0.802425, 0.825119, 0.863809, 0.984155, 1.323268",\
|
|
"1.442064, 1.464757, 1.503447, 1.623793, 1.962900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002117, 0.026427, 0.090845, 0.325956, 1.000000");
|
|
values ( "0.017448, 0.034749, 0.075463, 0.231139, 0.692297",\
|
|
"0.017448, 0.034749, 0.075463, 0.231139, 0.692297",\
|
|
"0.017448, 0.034749, 0.075463, 0.231139, 0.692297",\
|
|
"0.017448, 0.034749, 0.075463, 0.231139, 0.692297",\
|
|
"0.017450, 0.034751, 0.075464, 0.231139, 0.692297");
|
|
}
|
|
|
|
} /* 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.001373 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.910800, 0.920087, 0.946413, 1.053424, 1.496871",\
|
|
"0.986870, 0.996157, 1.022483, 1.129494, 1.572941",\
|
|
"1.028976, 1.038263, 1.064589, 1.171601, 1.615048",\
|
|
"1.072582, 1.081869, 1.108195, 1.215206, 1.658653",\
|
|
"1.249293, 1.258580, 1.284906, 1.391917, 1.835364");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.017264, 0.025582, 0.055077, 0.210154, 0.867015",\
|
|
"0.017264, 0.025582, 0.055077, 0.210154, 0.867015",\
|
|
"0.017264, 0.025582, 0.055077, 0.210154, 0.867015",\
|
|
"0.017264, 0.025582, 0.055077, 0.210154, 0.867015",\
|
|
"0.017264, 0.025582, 0.055077, 0.210154, 0.867015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.827787, 0.834713, 0.852133, 0.903138, 1.093029",\
|
|
"0.903857, 0.910783, 0.928203, 0.979208, 1.169098",\
|
|
"0.945963, 0.952889, 0.970309, 1.021315, 1.211205",\
|
|
"0.989569, 0.996495, 1.013915, 1.064920, 1.254810",\
|
|
"1.166280, 1.173206, 1.190626, 1.241631, 1.431521");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.014474, 0.019142, 0.032436, 0.093800, 0.350477",\
|
|
"0.014474, 0.019142, 0.032436, 0.093800, 0.350477",\
|
|
"0.014474, 0.019142, 0.032436, 0.093800, 0.350477",\
|
|
"0.014474, 0.019142, 0.032436, 0.093800, 0.350477",\
|
|
"0.014474, 0.019142, 0.032436, 0.093800, 0.350477");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_oeb_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.910466, 0.919753, 0.946079, 1.051134, 1.488096",\
|
|
"0.910466, 0.919753, 0.946079, 1.051134, 1.488096",\
|
|
"0.910466, 0.919753, 0.946079, 1.051134, 1.488096",\
|
|
"0.910466, 0.919753, 0.946079, 1.051134, 1.488096",\
|
|
"0.776094, 0.785380, 0.811706, 0.916762, 1.353723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.017264, 0.025582, 0.055077, 0.204366, 0.842501",\
|
|
"0.017264, 0.025582, 0.055077, 0.204366, 0.842501",\
|
|
"0.017264, 0.025582, 0.055077, 0.204366, 0.842501",\
|
|
"0.017264, 0.025582, 0.055077, 0.204366, 0.842501",\
|
|
"0.017264, 0.025582, 0.055077, 0.204366, 0.842501");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.827453, 0.834379, 0.851799, 0.902060, 1.083261",\
|
|
"0.827453, 0.834379, 0.851799, 0.902060, 1.083261",\
|
|
"0.827453, 0.834379, 0.851799, 0.902060, 1.083261",\
|
|
"0.827453, 0.834379, 0.851799, 0.902060, 1.083261",\
|
|
"0.693081, 0.700007, 0.717427, 0.767688, 0.948889");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.014474, 0.019142, 0.032436, 0.088603, 0.334548",\
|
|
"0.014474, 0.019142, 0.032436, 0.088603, 0.334548",\
|
|
"0.014474, 0.019142, 0.032436, 0.088603, 0.334548",\
|
|
"0.014474, 0.019142, 0.032436, 0.088603, 0.334548",\
|
|
"0.014474, 0.019142, 0.032436, 0.088603, 0.334548");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_oeb_redg_min*/
|
|
|
|
} /* end of pin pad_flash_clk_oeb */
|
|
|
|
pin("pad_flash_csb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000888 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
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.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.428336, 0.437398, 0.463406, 0.571642, 0.983903",\
|
|
"0.428336, 0.437398, 0.463406, 0.571642, 0.983903",\
|
|
"0.415479, 0.424542, 0.450550, 0.558785, 0.983903",\
|
|
"0.317223, 0.326286, 0.352293, 0.460529, 0.901232",\
|
|
"-0.060845, -0.051780, -0.025774, 0.082462, 0.523185");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014777, 0.023419, 0.053877, 0.209800, 0.862225",\
|
|
"0.014777, 0.023420, 0.053877, 0.209800, 0.862225",\
|
|
"0.014778, 0.023420, 0.053877, 0.209801, 0.862228",\
|
|
"0.014781, 0.023423, 0.053878, 0.209803, 0.862237",\
|
|
"0.014791, 0.023432, 0.053883, 0.209811, 0.862272");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.420313, 0.427379, 0.444819, 0.495710, 0.684406",\
|
|
"0.512330, 0.519395, 0.536835, 0.587726, 0.776422",\
|
|
"0.633649, 0.640715, 0.658155, 0.709046, 0.897742",\
|
|
"0.891648, 0.898713, 0.916154, 0.967045, 1.155741",\
|
|
"1.496290, 1.503355, 1.520794, 1.571686, 1.760383");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014220, 0.019001, 0.032345, 0.092523, 0.347238",\
|
|
"0.014220, 0.019001, 0.032345, 0.092523, 0.347238",\
|
|
"0.014220, 0.019001, 0.032345, 0.092523, 0.347238",\
|
|
"0.014220, 0.019001, 0.032345, 0.092523, 0.347238",\
|
|
"0.014220, 0.019000, 0.032345, 0.092523, 0.347237");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.399901, 0.408963, 0.434971, 0.540049, 0.976848",\
|
|
"0.399901, 0.408963, 0.434971, 0.540049, 0.976848",\
|
|
"0.399901, 0.408963, 0.434971, 0.540049, 0.976848",\
|
|
"0.317223, 0.326286, 0.352293, 0.457371, 0.894177",\
|
|
"-0.060845, -0.051780, -0.025774, 0.079305, 0.516129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014777, 0.023419, 0.053877, 0.203838, 0.841956",\
|
|
"0.014777, 0.023420, 0.053877, 0.203838, 0.841956",\
|
|
"0.014778, 0.023420, 0.053877, 0.203838, 0.841959",\
|
|
"0.014781, 0.023423, 0.053878, 0.203840, 0.841968",\
|
|
"0.014791, 0.023432, 0.053883, 0.203848, 0.842003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.418687, 0.425753, 0.443193, 0.493554, 0.674864",\
|
|
"0.510752, 0.517817, 0.535258, 0.585619, 0.766929",\
|
|
"0.632314, 0.639380, 0.656820, 0.707182, 0.888491",\
|
|
"0.890461, 0.897527, 0.914967, 0.965328, 1.146638",\
|
|
"1.496290, 1.503355, 1.520794, 1.571157, 1.752467");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014220, 0.019001, 0.032344, 0.088447, 0.334562",\
|
|
"0.014220, 0.019001, 0.032344, 0.088447, 0.334562",\
|
|
"0.014220, 0.019001, 0.032344, 0.088447, 0.334562",\
|
|
"0.014220, 0.019001, 0.032344, 0.088447, 0.334561",\
|
|
"0.014220, 0.019000, 0.032344, 0.088447, 0.334561");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.902695, 0.911755, 0.937765, 1.045999, 1.486655",\
|
|
"0.978765, 0.987825, 1.013835, 1.122069, 1.562724",\
|
|
"1.020871, 1.029931, 1.055941, 1.164175, 1.604831",\
|
|
"1.064477, 1.073537, 1.099547, 1.207781, 1.648436",\
|
|
"1.241187, 1.250247, 1.276257, 1.384491, 1.825146");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014753, 0.023400, 0.053866, 0.209784, 0.862148",\
|
|
"0.014753, 0.023400, 0.053866, 0.209784, 0.862148",\
|
|
"0.014753, 0.023400, 0.053866, 0.209784, 0.862148",\
|
|
"0.014753, 0.023400, 0.053866, 0.209784, 0.862148",\
|
|
"0.014753, 0.023400, 0.053866, 0.209784, 0.862148");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.984668, 0.991731, 1.009165, 1.060062, 1.248760",\
|
|
"1.060738, 1.067801, 1.085235, 1.136132, 1.324830",\
|
|
"1.102844, 1.109907, 1.127341, 1.178238, 1.366936",\
|
|
"1.146450, 1.153513, 1.170947, 1.221844, 1.410542",\
|
|
"1.323160, 1.330223, 1.347657, 1.398554, 1.587252");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014218, 0.019000, 0.032349, 0.092523, 0.347235",\
|
|
"0.014218, 0.019000, 0.032349, 0.092523, 0.347235",\
|
|
"0.014218, 0.019000, 0.032349, 0.092523, 0.347235",\
|
|
"0.014218, 0.019000, 0.032349, 0.092523, 0.347235",\
|
|
"0.014218, 0.019000, 0.032349, 0.092523, 0.347235");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.844100, 0.853158, 0.879170, 0.984246, 1.420982",\
|
|
"0.844100, 0.853158, 0.879170, 0.984246, 1.420982",\
|
|
"0.844100, 0.853158, 0.879170, 0.984246, 1.420982",\
|
|
"0.844100, 0.853158, 0.879170, 0.984246, 1.420982",\
|
|
"0.709727, 0.718785, 0.744797, 0.849873, 1.286609");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014741, 0.023390, 0.053861, 0.203813, 0.841841",\
|
|
"0.014741, 0.023390, 0.053861, 0.203813, 0.841841",\
|
|
"0.014741, 0.023390, 0.053861, 0.203813, 0.841841",\
|
|
"0.014741, 0.023390, 0.053861, 0.203813, 0.841841",\
|
|
"0.014741, 0.023390, 0.053861, 0.203813, 0.841841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.941011, 0.948078, 0.965521, 1.015879, 1.197188",\
|
|
"0.941011, 0.948078, 0.965521, 1.015879, 1.197188",\
|
|
"0.941011, 0.948078, 0.965521, 1.015879, 1.197188",\
|
|
"0.941011, 0.948078, 0.965521, 1.015879, 1.197188",\
|
|
"0.806638, 0.813705, 0.831148, 0.881506, 1.062815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014221, 0.019001, 0.032342, 0.088448, 0.334563",\
|
|
"0.014221, 0.019001, 0.032342, 0.088448, 0.334563",\
|
|
"0.014221, 0.019001, 0.032342, 0.088448, 0.334563",\
|
|
"0.014221, 0.019001, 0.032342, 0.088448, 0.334563",\
|
|
"0.014221, 0.019001, 0.032342, 0.088448, 0.334563");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.345004, 0.354064, 0.380074, 0.488308, 0.928956",\
|
|
"0.407080, 0.416139, 0.442149, 0.550384, 0.991032",\
|
|
"0.430522, 0.439582, 0.465592, 0.573826, 1.014477",\
|
|
"0.430622, 0.439682, 0.465692, 0.573926, 1.014584",\
|
|
"0.440521, 0.449583, 0.475592, 0.583827, 1.024515");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014749, 0.023396, 0.053864, 0.209781, 0.862134",\
|
|
"0.014749, 0.023396, 0.053864, 0.209781, 0.862135",\
|
|
"0.014751, 0.023398, 0.053865, 0.209782, 0.862141",\
|
|
"0.014755, 0.023401, 0.053867, 0.209785, 0.862153",\
|
|
"0.014772, 0.023416, 0.053874, 0.209797, 0.862209");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.414205, 0.421267, 0.438700, 0.489598, 0.678296",\
|
|
"0.525854, 0.532916, 0.550349, 0.601247, 0.789945",\
|
|
"0.629617, 0.636679, 0.654112, 0.705011, 0.893709",\
|
|
"0.794612, 0.801674, 0.819107, 0.870006, 1.058704",\
|
|
"1.476955, 1.484016, 1.501447, 1.552347, 1.741046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014217, 0.018999, 0.032350, 0.092523, 0.347234",\
|
|
"0.014217, 0.018999, 0.032350, 0.092523, 0.347234",\
|
|
"0.014217, 0.018999, 0.032350, 0.092523, 0.347234",\
|
|
"0.014217, 0.018999, 0.032350, 0.092523, 0.347234",\
|
|
"0.014217, 0.018999, 0.032352, 0.092523, 0.347233");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.345004, 0.354064, 0.380074, 0.485151, 0.921900",\
|
|
"0.407080, 0.416139, 0.442149, 0.547226, 0.983976",\
|
|
"0.430522, 0.439582, 0.465592, 0.570669, 1.007422",\
|
|
"0.430622, 0.439682, 0.465692, 0.570769, 1.007529",\
|
|
"0.440521, 0.449583, 0.475592, 0.580669, 1.017460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014749, 0.023396, 0.053864, 0.203818, 0.841865",\
|
|
"0.014749, 0.023396, 0.053864, 0.203818, 0.841866",\
|
|
"0.014751, 0.023398, 0.053865, 0.203820, 0.841872",\
|
|
"0.014755, 0.023401, 0.053867, 0.203822, 0.841884",\
|
|
"0.014772, 0.023416, 0.053874, 0.203834, 0.841940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.414205, 0.421267, 0.438700, 0.489070, 0.670381",\
|
|
"0.525854, 0.532916, 0.550349, 0.600719, 0.782030",\
|
|
"0.629617, 0.636679, 0.654112, 0.704483, 0.885793",\
|
|
"0.794612, 0.801674, 0.819107, 0.869477, 1.050788",\
|
|
"1.476955, 1.484016, 1.501447, 1.551819, 1.733130");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.014217, 0.018999, 0.032350, 0.088447, 0.334558",\
|
|
"0.014217, 0.018999, 0.032350, 0.088447, 0.334558",\
|
|
"0.014217, 0.018999, 0.032350, 0.088447, 0.334558",\
|
|
"0.014217, 0.018999, 0.032350, 0.088447, 0.334558",\
|
|
"0.014217, 0.018999, 0.032350, 0.088447, 0.334558");
|
|
}
|
|
|
|
} /* 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.001526 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.884512, 0.893751, 0.920085, 1.027144, 1.470723",\
|
|
"0.960582, 0.969821, 0.996155, 1.103214, 1.546793",\
|
|
"1.002689, 1.011927, 1.038262, 1.145320, 1.588899",\
|
|
"1.046294, 1.055533, 1.081867, 1.188925, 1.632505",\
|
|
"1.223004, 1.232243, 1.258577, 1.365635, 1.809215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.017401, 0.025704, 0.055187, 0.210496, 0.867914",\
|
|
"0.017401, 0.025704, 0.055187, 0.210496, 0.867914",\
|
|
"0.017401, 0.025704, 0.055187, 0.210496, 0.867914",\
|
|
"0.017401, 0.025704, 0.055187, 0.210496, 0.867914",\
|
|
"0.017401, 0.025704, 0.055187, 0.210496, 0.867914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.788782, 0.795677, 0.813117, 0.864113, 1.054227",\
|
|
"0.864852, 0.871747, 0.889187, 0.940183, 1.130297",\
|
|
"0.906958, 0.913853, 0.931293, 0.982289, 1.172403",\
|
|
"0.950563, 0.957459, 0.974899, 1.025895, 1.216009",\
|
|
"1.127273, 1.134169, 1.151609, 1.202605, 1.392719");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.014556, 0.019195, 0.032443, 0.094088, 0.351195",\
|
|
"0.014556, 0.019195, 0.032443, 0.094088, 0.351195",\
|
|
"0.014556, 0.019195, 0.032443, 0.094088, 0.351195",\
|
|
"0.014556, 0.019195, 0.032443, 0.094088, 0.351195",\
|
|
"0.014556, 0.019195, 0.032443, 0.094088, 0.351195");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_oeb_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.884178, 0.893417, 0.919751, 1.024781, 1.461656",\
|
|
"0.884178, 0.893417, 0.919751, 1.024781, 1.461656",\
|
|
"0.884178, 0.893417, 0.919751, 1.024781, 1.461656",\
|
|
"0.884178, 0.893417, 0.919751, 1.024781, 1.461656",\
|
|
"0.749805, 0.759044, 0.785378, 0.890408, 1.327283");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.017401, 0.025704, 0.055187, 0.204492, 0.842500",\
|
|
"0.017401, 0.025704, 0.055187, 0.204492, 0.842500",\
|
|
"0.017401, 0.025704, 0.055187, 0.204492, 0.842500",\
|
|
"0.017401, 0.025704, 0.055187, 0.204492, 0.842500",\
|
|
"0.017401, 0.025704, 0.055187, 0.204492, 0.842500");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.788447, 0.795343, 0.812783, 0.862983, 1.044142",\
|
|
"0.788447, 0.795343, 0.812783, 0.862983, 1.044142",\
|
|
"0.788447, 0.795343, 0.812783, 0.862983, 1.044142",\
|
|
"0.788447, 0.795343, 0.812783, 0.862983, 1.044142",\
|
|
"0.654074, 0.660969, 0.678410, 0.728610, 0.909769");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.014556, 0.019195, 0.032443, 0.088652, 0.334559",\
|
|
"0.014556, 0.019195, 0.032443, 0.088652, 0.334559",\
|
|
"0.014556, 0.019195, 0.032443, 0.088652, 0.334559",\
|
|
"0.014556, 0.019195, 0.032443, 0.088652, 0.334559",\
|
|
"0.014556, 0.019195, 0.032443, 0.088652, 0.334559");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_oeb_redg_min*/
|
|
|
|
} /* end of pin pad_flash_csb_oeb */
|
|
|
|
pin("pad_flash_io0_di") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005054 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin pad_flash_io0_di */
|
|
|
|
pin("pad_flash_io0_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000794 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
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.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.471751, 0.480911, 0.506937, 0.615153, 1.027457",\
|
|
"0.471751, 0.480911, 0.506937, 0.615153, 1.027457",\
|
|
"0.460377, 0.469537, 0.495563, 0.603779, 1.027457",\
|
|
"0.363305, 0.372466, 0.398493, 0.506709, 0.947789",\
|
|
"-0.015894, -0.006730, 0.019300, 0.127517, 0.568598");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.015160, 0.023743, 0.054008, 0.209773, 0.862586",\
|
|
"0.015161, 0.023743, 0.054008, 0.209773, 0.862586",\
|
|
"0.015162, 0.023744, 0.054009, 0.209773, 0.862586",\
|
|
"0.015166, 0.023748, 0.054011, 0.209773, 0.862585",\
|
|
"0.015183, 0.023763, 0.054018, 0.209773, 0.862584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.477508, 0.484590, 0.502016, 0.552924, 0.741555",\
|
|
"0.571406, 0.578488, 0.595914, 0.646821, 0.835453",\
|
|
"0.698016, 0.705098, 0.722524, 0.773431, 0.962063",\
|
|
"0.960348, 0.967430, 0.984855, 1.035763, 1.224394",\
|
|
"1.583342, 1.590424, 1.607848, 1.658757, 1.847389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.014160, 0.018966, 0.032342, 0.092410, 0.346993",\
|
|
"0.014160, 0.018966, 0.032342, 0.092410, 0.346992",\
|
|
"0.014160, 0.018965, 0.032342, 0.092410, 0.346992",\
|
|
"0.014160, 0.018965, 0.032342, 0.092410, 0.346992",\
|
|
"0.014159, 0.018965, 0.032342, 0.092410, 0.346992");
|
|
}
|
|
|
|
} /* 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.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.437841, 0.446998, 0.473022, 0.578131, 1.015366",\
|
|
"0.437841, 0.446998, 0.473022, 0.578131, 1.015366",\
|
|
"0.437841, 0.446998, 0.473022, 0.578131, 1.015366",\
|
|
"0.358657, 0.367816, 0.393841, 0.498950, 0.936185",\
|
|
"-0.018797, -0.009635, 0.016393, 0.121503, 0.558739");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.015148, 0.023732, 0.054003, 0.203905, 0.842630",\
|
|
"0.015148, 0.023732, 0.054003, 0.203905, 0.842630",\
|
|
"0.015150, 0.023733, 0.054004, 0.203905, 0.842629",\
|
|
"0.015155, 0.023738, 0.054006, 0.203905, 0.842629",\
|
|
"0.015173, 0.023754, 0.054014, 0.203905, 0.842628");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.453050, 0.460133, 0.477559, 0.527959, 0.709295",\
|
|
"0.547704, 0.554786, 0.572212, 0.622613, 0.803949",\
|
|
"0.676874, 0.683957, 0.701383, 0.751783, 0.933119",\
|
|
"0.942298, 0.949381, 0.966807, 1.017207, 1.198543",\
|
|
"1.570011, 1.577093, 1.594518, 1.644920, 1.826256");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.014160, 0.018966, 0.032341, 0.088417, 0.334552",\
|
|
"0.014160, 0.018966, 0.032341, 0.088417, 0.334552",\
|
|
"0.014160, 0.018966, 0.032341, 0.088417, 0.334552",\
|
|
"0.014160, 0.018966, 0.032341, 0.088417, 0.334552",\
|
|
"0.014160, 0.018965, 0.032341, 0.088417, 0.334551");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.937462, 0.946615, 0.972636, 1.080850, 1.521929",\
|
|
"1.013532, 1.022685, 1.048706, 1.156920, 1.597999",\
|
|
"1.055639, 1.064791, 1.090812, 1.199026, 1.640105",\
|
|
"1.099244, 1.108397, 1.134418, 1.242632, 1.683711",\
|
|
"1.275954, 1.285107, 1.311128, 1.419342, 1.860421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.015124, 0.023711, 0.053993, 0.209774, 0.862589",\
|
|
"0.015124, 0.023711, 0.053993, 0.209774, 0.862589",\
|
|
"0.015124, 0.023711, 0.053993, 0.209774, 0.862589",\
|
|
"0.015124, 0.023711, 0.053993, 0.209774, 0.862589",\
|
|
"0.015124, 0.023711, 0.053993, 0.209774, 0.862589");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.973997, 0.981082, 0.998515, 1.049415, 1.238044",\
|
|
"1.050066, 1.057152, 1.074585, 1.125485, 1.314114",\
|
|
"1.092173, 1.099258, 1.116691, 1.167591, 1.356220",\
|
|
"1.135778, 1.142864, 1.160297, 1.211197, 1.399826",\
|
|
"1.312488, 1.319574, 1.337007, 1.387907, 1.576536");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.014164, 0.018967, 0.032335, 0.092410, 0.346996",\
|
|
"0.014164, 0.018967, 0.032335, 0.092410, 0.346996",\
|
|
"0.014164, 0.018967, 0.032335, 0.092410, 0.346996",\
|
|
"0.014164, 0.018967, 0.032335, 0.092410, 0.346996",\
|
|
"0.014164, 0.018967, 0.032335, 0.092410, 0.346996");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_do_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.866184, 0.875336, 0.901356, 1.006464, 1.443698",\
|
|
"0.866184, 0.875336, 0.901356, 1.006464, 1.443698",\
|
|
"0.866184, 0.875336, 0.901356, 1.006464, 1.443698",\
|
|
"0.866184, 0.875336, 0.901356, 1.006464, 1.443698",\
|
|
"0.731811, 0.740963, 0.766983, 0.872091, 1.309325");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.015120, 0.023708, 0.053991, 0.203905, 0.842632",\
|
|
"0.015120, 0.023708, 0.053991, 0.203905, 0.842632",\
|
|
"0.015120, 0.023708, 0.053991, 0.203905, 0.842632",\
|
|
"0.015120, 0.023708, 0.053991, 0.203905, 0.842632",\
|
|
"0.015120, 0.023708, 0.053991, 0.203905, 0.842632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.970451, 0.977538, 0.994975, 1.045363, 1.226697",\
|
|
"0.970451, 0.977538, 0.994975, 1.045363, 1.226697",\
|
|
"0.970451, 0.977538, 0.994975, 1.045363, 1.226697",\
|
|
"0.970451, 0.977538, 0.994975, 1.045363, 1.226697",\
|
|
"0.836078, 0.843165, 0.860602, 0.910990, 1.092324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.014165, 0.018968, 0.032332, 0.088417, 0.334556",\
|
|
"0.014165, 0.018968, 0.032332, 0.088417, 0.334556",\
|
|
"0.014165, 0.018968, 0.032332, 0.088417, 0.334556",\
|
|
"0.014165, 0.018968, 0.032332, 0.088417, 0.334556",\
|
|
"0.014165, 0.018968, 0.032332, 0.088417, 0.334556");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_do_redg_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.372333, 0.381486, 0.407507, 0.515721, 0.956800",\
|
|
"0.434415, 0.443569, 0.469590, 0.577804, 1.018883",\
|
|
"0.458044, 0.467198, 0.493219, 0.601434, 1.042513",\
|
|
"0.458978, 0.468133, 0.494155, 0.602369, 1.043449",\
|
|
"0.463161, 0.472321, 0.498346, 0.606562, 1.047642");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.015127, 0.023713, 0.053994, 0.209774, 0.862589",\
|
|
"0.015127, 0.023714, 0.053994, 0.209774, 0.862588",\
|
|
"0.015130, 0.023716, 0.053995, 0.209774, 0.862588",\
|
|
"0.015135, 0.023721, 0.053998, 0.209774, 0.862588",\
|
|
"0.015158, 0.023740, 0.054007, 0.209773, 0.862586");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.420151, 0.427234, 0.444664, 0.495568, 0.684198",\
|
|
"0.532225, 0.539309, 0.556738, 0.607642, 0.796272",\
|
|
"0.635713, 0.642797, 0.660226, 0.711130, 0.899760",\
|
|
"0.801886, 0.808970, 0.826399, 0.877303, 1.065933",\
|
|
"1.488457, 1.495540, 1.512967, 1.563873, 1.752504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.014162, 0.018966, 0.032340, 0.092410, 0.346994",\
|
|
"0.014162, 0.018966, 0.032340, 0.092410, 0.346994",\
|
|
"0.014162, 0.018966, 0.032340, 0.092410, 0.346994",\
|
|
"0.014162, 0.018966, 0.032340, 0.092410, 0.346994",\
|
|
"0.014161, 0.018966, 0.032340, 0.092410, 0.346993");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.372333, 0.381486, 0.407507, 0.512614, 0.949849",\
|
|
"0.434415, 0.443569, 0.469590, 0.574698, 1.011932",\
|
|
"0.458044, 0.467198, 0.493219, 0.598327, 1.035562",\
|
|
"0.458978, 0.468133, 0.494155, 0.599263, 1.036497",\
|
|
"0.463161, 0.472321, 0.498346, 0.603455, 1.040691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.015127, 0.023713, 0.053994, 0.203905, 0.842631",\
|
|
"0.015127, 0.023714, 0.053994, 0.203905, 0.842631",\
|
|
"0.015130, 0.023716, 0.053995, 0.203905, 0.842631",\
|
|
"0.015135, 0.023721, 0.053998, 0.203905, 0.842631",\
|
|
"0.015158, 0.023740, 0.054007, 0.203905, 0.842629");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.420151, 0.427234, 0.444664, 0.495061, 0.676396",\
|
|
"0.532225, 0.539309, 0.556738, 0.607135, 0.788470",\
|
|
"0.635713, 0.642797, 0.660226, 0.710623, 0.891959",\
|
|
"0.801886, 0.808970, 0.826399, 0.876796, 1.058131",\
|
|
"1.488457, 1.495540, 1.512967, 1.563366, 1.744702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.014162, 0.018966, 0.032338, 0.088417, 0.334553",\
|
|
"0.014162, 0.018966, 0.032338, 0.088417, 0.334553",\
|
|
"0.014162, 0.018966, 0.032338, 0.088417, 0.334553",\
|
|
"0.014162, 0.018966, 0.032338, 0.088417, 0.334553",\
|
|
"0.014161, 0.018966, 0.032338, 0.088417, 0.334552");
|
|
}
|
|
|
|
} /* 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.002207 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.830397, 0.837867, 0.863931, 0.971050, 1.414640",\
|
|
"0.906467, 0.913936, 0.940001, 1.047120, 1.490710",\
|
|
"0.948573, 0.956043, 0.982107, 1.089226, 1.532816",\
|
|
"0.992179, 0.999648, 1.025713, 1.132831, 1.576422",\
|
|
"1.168889, 1.176358, 1.202423, 1.309542, 1.753132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.015962, 0.024481, 0.054823, 0.211693, 0.870546",\
|
|
"0.015962, 0.024481, 0.054823, 0.211693, 0.870546",\
|
|
"0.015962, 0.024481, 0.054823, 0.211693, 0.870546",\
|
|
"0.015962, 0.024481, 0.054823, 0.211693, 0.870546",\
|
|
"0.015962, 0.024481, 0.054823, 0.211693, 0.870546");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.903388, 0.909512, 0.926925, 0.977941, 1.168732",\
|
|
"0.979458, 0.985582, 1.002995, 1.054011, 1.244802",\
|
|
"1.021564, 1.027688, 1.045102, 1.096117, 1.286908",\
|
|
"1.065170, 1.071293, 1.088707, 1.139722, 1.330514",\
|
|
"1.241880, 1.248003, 1.265417, 1.316433, 1.507224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.014904, 0.019418, 0.032575, 0.095090, 0.353501",\
|
|
"0.014904, 0.019418, 0.032575, 0.095090, 0.353501",\
|
|
"0.014904, 0.019418, 0.032575, 0.095090, 0.353501",\
|
|
"0.014904, 0.019418, 0.032575, 0.095090, 0.353501",\
|
|
"0.014904, 0.019418, 0.032575, 0.095090, 0.353501");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_ieb_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.828805, 0.837532, 0.863597, 0.968446, 1.404651",\
|
|
"0.828805, 0.837532, 0.863597, 0.968446, 1.404651",\
|
|
"0.828805, 0.837532, 0.863597, 0.968446, 1.404651",\
|
|
"0.828805, 0.837532, 0.863597, 0.968446, 1.404651",\
|
|
"0.694432, 0.703159, 0.729224, 0.834073, 1.270278");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.015962, 0.024481, 0.054823, 0.204998, 0.842248",\
|
|
"0.015962, 0.024481, 0.054823, 0.204998, 0.842248",\
|
|
"0.015962, 0.024481, 0.054823, 0.204998, 0.842248",\
|
|
"0.015962, 0.024481, 0.054823, 0.204998, 0.842248",\
|
|
"0.015962, 0.024481, 0.054823, 0.204998, 0.842248");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.902468, 0.909177, 0.926591, 0.976654, 1.157648",\
|
|
"0.902468, 0.909177, 0.926591, 0.976654, 1.157648",\
|
|
"0.902468, 0.909177, 0.926591, 0.976654, 1.157648",\
|
|
"0.902468, 0.909177, 0.926591, 0.976654, 1.157648",\
|
|
"0.768095, 0.774804, 0.792218, 0.842281, 1.023275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.014904, 0.019418, 0.032575, 0.088872, 0.334569",\
|
|
"0.014904, 0.019418, 0.032575, 0.088872, 0.334569",\
|
|
"0.014904, 0.019418, 0.032575, 0.088872, 0.334569",\
|
|
"0.014904, 0.019418, 0.032575, 0.088872, 0.334569",\
|
|
"0.014904, 0.019418, 0.032575, 0.088872, 0.334569");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_ieb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.354115, 0.360229, 0.377620, 0.428658, 0.575653",\
|
|
"0.354115, 0.360229, 0.377620, 0.428658, 0.575653",\
|
|
"0.353808, 0.359921, 0.377312, 0.428350, 0.575653",\
|
|
"0.311283, 0.317396, 0.334783, 0.385825, 0.575653",\
|
|
"0.135253, 0.141359, 0.158732, 0.209789, 0.400594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.014917, 0.019415, 0.032594, 0.095090, 0.353490",\
|
|
"0.014917, 0.019415, 0.032595, 0.095090, 0.353490",\
|
|
"0.014918, 0.019415, 0.032595, 0.095090, 0.353490",\
|
|
"0.014920, 0.019415, 0.032598, 0.095090, 0.353490",\
|
|
"0.014928, 0.019415, 0.032611, 0.095090, 0.353490");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.289575, 0.297042, 0.323098, 0.430222, 0.873963",\
|
|
"0.406424, 0.413891, 0.439947, 0.547071, 0.990825",\
|
|
"0.516773, 0.524239, 0.550293, 0.657418, 1.101206",\
|
|
"0.705195, 0.712661, 0.738719, 0.845846, 1.289653",\
|
|
"1.478360, 1.485828, 1.511948, 1.619091, 2.062915");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.016043, 0.024552, 0.054862, 0.211754, 0.870825",\
|
|
"0.016050, 0.024559, 0.054866, 0.211759, 0.870850",\
|
|
"0.016069, 0.024575, 0.054874, 0.211773, 0.870911",\
|
|
"0.016113, 0.024613, 0.054894, 0.211780, 0.870911",\
|
|
"0.016526, 0.024970, 0.055070, 0.211780, 0.870911");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.309723, 0.316424, 0.333816, 0.383905, 0.564904",\
|
|
"0.309723, 0.316424, 0.333816, 0.383905, 0.564904",\
|
|
"0.309723, 0.316424, 0.333816, 0.383905, 0.564904",\
|
|
"0.309723, 0.316424, 0.333816, 0.383905, 0.564904",\
|
|
"0.134665, 0.141359, 0.158732, 0.208844, 0.389847");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.014917, 0.019412, 0.032594, 0.088871, 0.334550",\
|
|
"0.014917, 0.019412, 0.032595, 0.088871, 0.334550",\
|
|
"0.014918, 0.019412, 0.032595, 0.088871, 0.334550",\
|
|
"0.014920, 0.019412, 0.032598, 0.088871, 0.334550",\
|
|
"0.014928, 0.019412, 0.032611, 0.088871, 0.334550");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.288306, 0.297042, 0.323098, 0.427951, 0.864308",\
|
|
"0.405155, 0.413891, 0.439947, 0.544800, 0.981171",\
|
|
"0.515500, 0.524239, 0.550293, 0.655147, 1.091552",\
|
|
"0.703916, 0.712661, 0.738719, 0.843576, 1.279999",\
|
|
"1.477023, 1.485828, 1.511948, 1.616824, 2.053262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.016043, 0.024552, 0.054862, 0.205058, 0.842527",\
|
|
"0.016050, 0.024559, 0.054866, 0.205064, 0.842552",\
|
|
"0.016069, 0.024575, 0.054874, 0.205077, 0.842613",\
|
|
"0.016113, 0.024613, 0.054894, 0.205078, 0.842613",\
|
|
"0.016526, 0.024970, 0.055070, 0.205078, 0.842613");
|
|
}
|
|
|
|
} /* 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.001403 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.928607, 0.937496, 0.963586, 1.070479, 1.512701",\
|
|
"1.004677, 1.013566, 1.039656, 1.146549, 1.588770",\
|
|
"1.046783, 1.055672, 1.081762, 1.188655, 1.630877",\
|
|
"1.090388, 1.099277, 1.125368, 1.232261, 1.674482",\
|
|
"1.267099, 1.275988, 1.302078, 1.408971, 1.851192");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014813, 0.023465, 0.054030, 0.209712, 0.864934",\
|
|
"0.014813, 0.023465, 0.054030, 0.209712, 0.864934",\
|
|
"0.014813, 0.023465, 0.054030, 0.209712, 0.864934",\
|
|
"0.014813, 0.023465, 0.054030, 0.209712, 0.864934",\
|
|
"0.014813, 0.023465, 0.054030, 0.209712, 0.864934");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.866209, 0.873176, 0.890707, 0.941585, 1.131356",\
|
|
"0.942279, 0.949246, 0.966777, 1.017655, 1.207426",\
|
|
"0.984385, 0.991352, 1.008883, 1.059761, 1.249532",\
|
|
"1.027990, 1.034958, 1.052489, 1.103367, 1.293138",\
|
|
"1.204700, 1.211668, 1.229199, 1.280077, 1.469848");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014493, 0.019176, 0.032340, 0.093751, 0.350389",\
|
|
"0.014493, 0.019176, 0.032340, 0.093751, 0.350389",\
|
|
"0.014493, 0.019176, 0.032340, 0.093751, 0.350389",\
|
|
"0.014493, 0.019176, 0.032340, 0.093751, 0.350389",\
|
|
"0.014493, 0.019176, 0.032340, 0.093751, 0.350389");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_oeb_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.928273, 0.937161, 0.963252, 1.068197, 1.503994",\
|
|
"0.928273, 0.937161, 0.963252, 1.068197, 1.503994",\
|
|
"0.928273, 0.937161, 0.963252, 1.068197, 1.503994",\
|
|
"0.928273, 0.937161, 0.963252, 1.068197, 1.503994",\
|
|
"0.793899, 0.802788, 0.828879, 0.933823, 1.369621");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014813, 0.023465, 0.054030, 0.203984, 0.840648",\
|
|
"0.014813, 0.023465, 0.054030, 0.203984, 0.840648",\
|
|
"0.014813, 0.023465, 0.054030, 0.203984, 0.840648",\
|
|
"0.014813, 0.023465, 0.054030, 0.203984, 0.840648",\
|
|
"0.014813, 0.023465, 0.054030, 0.203984, 0.840648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.865874, 0.872842, 0.890373, 0.940497, 1.121663",\
|
|
"0.865874, 0.872842, 0.890373, 0.940497, 1.121663",\
|
|
"0.865874, 0.872842, 0.890373, 0.940497, 1.121663",\
|
|
"0.865874, 0.872842, 0.890373, 0.940497, 1.121663",\
|
|
"0.731501, 0.738468, 0.756000, 0.806124, 0.987290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014493, 0.019176, 0.032340, 0.088615, 0.334630",\
|
|
"0.014493, 0.019176, 0.032340, 0.088615, 0.334630",\
|
|
"0.014493, 0.019176, 0.032340, 0.088615, 0.334630",\
|
|
"0.014493, 0.019176, 0.032340, 0.088615, 0.334630",\
|
|
"0.014493, 0.019176, 0.032340, 0.088615, 0.334630");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_oeb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.379053, 0.387944, 0.414033, 0.520927, 0.919429",\
|
|
"0.379053, 0.387944, 0.414033, 0.520927, 0.919429",\
|
|
"0.378632, 0.387524, 0.413612, 0.520506, 0.919429",\
|
|
"0.336218, 0.345110, 0.371198, 0.478092, 0.919429",\
|
|
"0.160038, 0.168931, 0.195018, 0.301913, 0.744210");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014836, 0.023485, 0.054040, 0.209729, 0.865011",\
|
|
"0.014836, 0.023485, 0.054040, 0.209729, 0.865011",\
|
|
"0.014836, 0.023485, 0.054040, 0.209729, 0.865011",\
|
|
"0.014841, 0.023489, 0.054043, 0.209733, 0.865027",\
|
|
"0.014856, 0.023502, 0.054049, 0.209743, 0.865076");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.324910, 0.331877, 0.349409, 0.400287, 0.590059",\
|
|
"0.441654, 0.448621, 0.466153, 0.517031, 0.706804",\
|
|
"0.551742, 0.558709, 0.576241, 0.627119, 0.816892",\
|
|
"0.740432, 0.747398, 0.764928, 0.815808, 1.005581",\
|
|
"1.514701, 1.521664, 1.539185, 1.590074, 1.779850");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014493, 0.019174, 0.032356, 0.093751, 0.350358",\
|
|
"0.014493, 0.019174, 0.032356, 0.093751, 0.350358",\
|
|
"0.014493, 0.019174, 0.032356, 0.093751, 0.350358",\
|
|
"0.014493, 0.019174, 0.032356, 0.093751, 0.350357",\
|
|
"0.014493, 0.019173, 0.032356, 0.093751, 0.350353");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.335292, 0.344184, 0.370272, 0.475218, 0.911057",\
|
|
"0.335292, 0.344184, 0.370272, 0.475218, 0.911057",\
|
|
"0.335292, 0.344184, 0.370272, 0.475218, 0.911057",\
|
|
"0.335292, 0.344184, 0.370272, 0.475218, 0.911057",\
|
|
"0.160038, 0.168931, 0.195018, 0.299964, 0.735838");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014836, 0.023485, 0.054040, 0.204000, 0.840725",\
|
|
"0.014836, 0.023485, 0.054040, 0.204000, 0.840725",\
|
|
"0.014836, 0.023485, 0.054040, 0.204000, 0.840725",\
|
|
"0.014841, 0.023489, 0.054043, 0.204004, 0.840741",\
|
|
"0.014856, 0.023502, 0.054049, 0.204014, 0.840790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.324910, 0.331877, 0.349409, 0.399534, 0.580702",\
|
|
"0.441654, 0.448621, 0.466153, 0.516278, 0.697446",\
|
|
"0.551742, 0.558709, 0.576241, 0.626366, 0.807534",\
|
|
"0.740432, 0.747398, 0.764928, 0.815055, 0.996224",\
|
|
"1.514701, 1.521664, 1.539185, 1.589322, 1.770493");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.014493, 0.019174, 0.032347, 0.088615, 0.334602",\
|
|
"0.014493, 0.019174, 0.032347, 0.088615, 0.334602",\
|
|
"0.014493, 0.019174, 0.032347, 0.088615, 0.334602",\
|
|
"0.014493, 0.019174, 0.032349, 0.088615, 0.334601",\
|
|
"0.014493, 0.019173, 0.032356, 0.088614, 0.334597");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004888 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin pad_flash_io1_di */
|
|
|
|
pin("pad_flash_io1_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.366856, 0.375936, 0.401935, 0.510176, 0.907825",\
|
|
"0.366856, 0.375936, 0.401935, 0.510176, 0.907825",\
|
|
"0.366387, 0.375467, 0.401466, 0.509707, 0.907825",\
|
|
"0.324831, 0.333911, 0.359911, 0.468151, 0.907825",\
|
|
"0.149594, 0.158675, 0.184674, 0.292915, 0.733825");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.014861, 0.023488, 0.053905, 0.209853, 0.862550",\
|
|
"0.014862, 0.023489, 0.053906, 0.209853, 0.862554",\
|
|
"0.014862, 0.023490, 0.053906, 0.209854, 0.862556",\
|
|
"0.014864, 0.023491, 0.053907, 0.209855, 0.862561",\
|
|
"0.014875, 0.023500, 0.053912, 0.209863, 0.862597");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.315530, 0.322621, 0.340107, 0.390956, 0.579644",\
|
|
"0.430216, 0.437307, 0.454792, 0.505641, 0.694330",\
|
|
"0.539420, 0.546511, 0.563996, 0.614846, 0.803534",\
|
|
"0.729615, 0.736705, 0.754189, 0.805040, 0.993728",\
|
|
"1.491543, 1.498630, 1.516108, 1.566965, 1.755656");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.014227, 0.019002, 0.032310, 0.092516, 0.347258",\
|
|
"0.014227, 0.019002, 0.032310, 0.092516, 0.347258",\
|
|
"0.014227, 0.019001, 0.032310, 0.092516, 0.347258",\
|
|
"0.014227, 0.019001, 0.032310, 0.092516, 0.347258",\
|
|
"0.014224, 0.019000, 0.032310, 0.092516, 0.347254");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.323267, 0.332347, 0.358346, 0.463430, 0.900415",\
|
|
"0.323267, 0.332347, 0.358346, 0.463430, 0.900415",\
|
|
"0.323267, 0.332347, 0.358346, 0.463430, 0.900415",\
|
|
"0.323267, 0.332347, 0.358346, 0.463430, 0.900415",\
|
|
"0.149594, 0.158675, 0.184674, 0.289757, 0.726769");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.014860, 0.023487, 0.053905, 0.203890, 0.842279",\
|
|
"0.014862, 0.023489, 0.053906, 0.203892, 0.842285",\
|
|
"0.014862, 0.023490, 0.053906, 0.203892, 0.842287",\
|
|
"0.014863, 0.023490, 0.053907, 0.203893, 0.842290",\
|
|
"0.014875, 0.023500, 0.053912, 0.203901, 0.842328");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.312581, 0.319672, 0.337158, 0.387472, 0.568777",\
|
|
"0.427495, 0.434586, 0.452072, 0.502386, 0.683691",\
|
|
"0.537162, 0.544253, 0.561739, 0.612053, 0.793358",\
|
|
"0.727809, 0.734900, 0.752384, 0.802700, 0.984005",\
|
|
"1.491543, 1.498630, 1.516108, 1.566431, 1.747738");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.014227, 0.019002, 0.032303, 0.088442, 0.334580",\
|
|
"0.014227, 0.019002, 0.032303, 0.088442, 0.334580",\
|
|
"0.014227, 0.019001, 0.032303, 0.088442, 0.334580",\
|
|
"0.014227, 0.019001, 0.032303, 0.088442, 0.334580",\
|
|
"0.014224, 0.019000, 0.032303, 0.088442, 0.334576");
|
|
}
|
|
|
|
} /* 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.001884 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.910330, 0.918592, 0.944911, 1.052095, 1.496171",\
|
|
"0.986400, 0.994662, 1.020981, 1.128165, 1.572241",\
|
|
"1.028506, 1.036768, 1.063087, 1.170272, 1.614347",\
|
|
"1.072112, 1.080374, 1.106693, 1.213877, 1.657952",\
|
|
"1.248823, 1.257085, 1.283404, 1.390588, 1.834663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.017387, 0.025696, 0.055287, 0.211504, 0.870888",\
|
|
"0.017387, 0.025696, 0.055287, 0.211504, 0.870888",\
|
|
"0.017387, 0.025696, 0.055287, 0.211504, 0.870888",\
|
|
"0.017387, 0.025696, 0.055287, 0.211504, 0.870888",\
|
|
"0.017387, 0.025696, 0.055287, 0.211504, 0.870888");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.812446, 0.818912, 0.836355, 0.887394, 1.078307",\
|
|
"0.888516, 0.894982, 0.912425, 0.963464, 1.154377",\
|
|
"0.930622, 0.937089, 0.954531, 1.005571, 1.196483",\
|
|
"0.974228, 0.980694, 0.998137, 1.049176, 1.240089",\
|
|
"1.150939, 1.157405, 1.174848, 1.225887, 1.416800");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.014746, 0.019304, 0.032498, 0.094996, 0.353542",\
|
|
"0.014746, 0.019304, 0.032498, 0.094996, 0.353542",\
|
|
"0.014746, 0.019304, 0.032498, 0.094996, 0.353542",\
|
|
"0.014746, 0.019304, 0.032498, 0.094996, 0.353542",\
|
|
"0.014746, 0.019304, 0.032498, 0.094996, 0.353542");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_ieb_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.909178, 0.918258, 0.944577, 1.049508, 1.486168",\
|
|
"0.909178, 0.918258, 0.944577, 1.049508, 1.486168",\
|
|
"0.909178, 0.918258, 0.944577, 1.049508, 1.486168",\
|
|
"0.909178, 0.918258, 0.944577, 1.049508, 1.486168",\
|
|
"0.774806, 0.783886, 0.810205, 0.915136, 1.351796");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.017387, 0.025696, 0.055287, 0.204795, 0.842524",\
|
|
"0.017387, 0.025696, 0.055287, 0.204795, 0.842524",\
|
|
"0.017387, 0.025696, 0.055287, 0.204795, 0.842524",\
|
|
"0.017387, 0.025696, 0.055287, 0.204795, 0.842524",\
|
|
"0.017387, 0.025696, 0.055287, 0.204795, 0.842524");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.811778, 0.818578, 0.836021, 0.886126, 1.067201",\
|
|
"0.811778, 0.818578, 0.836021, 0.886126, 1.067201",\
|
|
"0.811778, 0.818578, 0.836021, 0.886126, 1.067201",\
|
|
"0.811778, 0.818578, 0.836021, 0.886126, 1.067201",\
|
|
"0.677405, 0.684206, 0.701648, 0.751754, 0.932829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.014746, 0.019304, 0.032498, 0.088768, 0.334558",\
|
|
"0.014746, 0.019304, 0.032498, 0.088768, 0.334558",\
|
|
"0.014746, 0.019304, 0.032498, 0.088768, 0.334558",\
|
|
"0.014746, 0.019304, 0.032498, 0.088768, 0.334558",\
|
|
"0.014746, 0.019304, 0.032498, 0.088768, 0.334558");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_ieb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.350749, 0.357218, 0.374668, 0.425700, 0.571213",\
|
|
"0.350749, 0.357218, 0.374668, 0.425700, 0.571213",\
|
|
"0.350292, 0.356761, 0.374210, 0.425243, 0.571213",\
|
|
"0.305543, 0.312011, 0.329457, 0.380492, 0.571213",\
|
|
"0.127415, 0.133877, 0.151309, 0.202359, 0.393274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.014743, 0.019305, 0.032491, 0.094996, 0.353546",\
|
|
"0.014744, 0.019305, 0.032492, 0.094996, 0.353546",\
|
|
"0.014744, 0.019305, 0.032493, 0.094996, 0.353545",\
|
|
"0.014745, 0.019304, 0.032495, 0.094996, 0.353544",\
|
|
"0.014750, 0.019302, 0.032507, 0.094996, 0.353537");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.341343, 0.349604, 0.375922, 0.483106, 0.927181",\
|
|
"0.457764, 0.466026, 0.492345, 0.599529, 1.043604",\
|
|
"0.567316, 0.575578, 0.601899, 0.709084, 1.153159",\
|
|
"0.755336, 0.763601, 0.789925, 0.897110, 1.341187",\
|
|
"1.530456, 1.538742, 1.565113, 1.672310, 2.116398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.017381, 0.025690, 0.055284, 0.211504, 0.870888",\
|
|
"0.017385, 0.025695, 0.055286, 0.211504, 0.870888",\
|
|
"0.017397, 0.025705, 0.055291, 0.211504, 0.870887",\
|
|
"0.017422, 0.025726, 0.055302, 0.211504, 0.870885",\
|
|
"0.017726, 0.025990, 0.055431, 0.211501, 0.870861");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.305018, 0.311822, 0.329273, 0.379368, 0.560442",\
|
|
"0.305018, 0.311822, 0.329273, 0.379368, 0.560442",\
|
|
"0.305018, 0.311822, 0.329273, 0.379368, 0.560442",\
|
|
"0.305018, 0.311822, 0.329273, 0.379368, 0.560442",\
|
|
"0.127080, 0.133877, 0.151309, 0.201426, 0.382504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.014743, 0.019305, 0.032491, 0.088768, 0.334562",\
|
|
"0.014744, 0.019305, 0.032492, 0.088768, 0.334562",\
|
|
"0.014744, 0.019305, 0.032493, 0.088768, 0.334561",\
|
|
"0.014745, 0.019304, 0.032495, 0.088768, 0.334560",\
|
|
"0.014750, 0.019302, 0.032507, 0.088767, 0.334554");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.340526, 0.349604, 0.375922, 0.480853, 0.917513",\
|
|
"0.456947, 0.466026, 0.492345, 0.597276, 1.033936",\
|
|
"0.566497, 0.575578, 0.601899, 0.706831, 1.143491",\
|
|
"0.754516, 0.763601, 0.789925, 0.894858, 1.331519",\
|
|
"1.529610, 1.538742, 1.565113, 1.670059, 2.106731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.017381, 0.025690, 0.055284, 0.204795, 0.842524",\
|
|
"0.017385, 0.025695, 0.055286, 0.204795, 0.842524",\
|
|
"0.017397, 0.025705, 0.055291, 0.204795, 0.842523",\
|
|
"0.017422, 0.025726, 0.055302, 0.204794, 0.842521",\
|
|
"0.017726, 0.025990, 0.055431, 0.204790, 0.842497");
|
|
}
|
|
|
|
} /* 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.000789 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.837481, 0.846527, 0.872573, 0.980750, 1.420788",\
|
|
"0.913551, 0.922597, 0.948643, 1.056820, 1.496858",\
|
|
"0.955657, 0.964703, 0.990750, 1.098926, 1.538964",\
|
|
"0.999262, 1.008309, 1.034355, 1.142532, 1.582570",\
|
|
"1.175973, 1.185020, 1.211066, 1.319243, 1.759281");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014315, 0.023028, 0.053633, 0.209361, 0.860692",\
|
|
"0.014315, 0.023028, 0.053633, 0.209361, 0.860692",\
|
|
"0.014315, 0.023028, 0.053633, 0.209361, 0.860692",\
|
|
"0.014315, 0.023028, 0.053633, 0.209361, 0.860692",\
|
|
"0.014315, 0.023028, 0.053633, 0.209361, 0.860692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.948902, 0.956024, 0.973532, 1.024357, 1.212965",\
|
|
"1.024972, 1.032094, 1.049602, 1.100427, 1.289034",\
|
|
"1.067078, 1.074200, 1.091708, 1.142533, 1.331141",\
|
|
"1.110684, 1.117806, 1.135314, 1.186139, 1.374746",\
|
|
"1.287395, 1.294517, 1.312025, 1.362850, 1.551457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014196, 0.018979, 0.032272, 0.092409, 0.347032");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_oeb_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.837146, 0.846193, 0.872239, 0.977309, 1.413502",\
|
|
"0.837146, 0.846193, 0.872239, 0.977309, 1.413502",\
|
|
"0.837146, 0.846193, 0.872239, 0.977309, 1.413502",\
|
|
"0.837146, 0.846193, 0.872239, 0.977309, 1.413502",\
|
|
"0.702774, 0.711821, 0.737867, 0.842937, 1.279130");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014315, 0.023028, 0.053633, 0.203493, 0.840735",\
|
|
"0.014315, 0.023028, 0.053633, 0.203493, 0.840735",\
|
|
"0.014315, 0.023028, 0.053633, 0.203493, 0.840735",\
|
|
"0.014315, 0.023028, 0.053633, 0.203493, 0.840735",\
|
|
"0.014315, 0.023028, 0.053633, 0.203493, 0.840735");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.948568, 0.955690, 0.973198, 1.023505, 1.204825",\
|
|
"0.948568, 0.955690, 0.973198, 1.023505, 1.204825",\
|
|
"0.948568, 0.955690, 0.973198, 1.023505, 1.204825",\
|
|
"0.948568, 0.955690, 0.973198, 1.023505, 1.204825",\
|
|
"0.814196, 0.821317, 0.838826, 0.889133, 1.070453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014196, 0.018979, 0.032272, 0.088417, 0.334587");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_oeb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.375744, 0.384790, 0.410837, 0.519013, 0.913764",\
|
|
"0.375744, 0.384790, 0.410837, 0.519013, 0.913764",\
|
|
"0.375185, 0.384231, 0.410278, 0.518454, 0.913764",\
|
|
"0.330017, 0.339062, 0.365109, 0.473285, 0.913308",\
|
|
"0.152349, 0.161397, 0.187442, 0.295619, 0.735675");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014307, 0.023021, 0.053629, 0.209355, 0.860664",\
|
|
"0.014307, 0.023021, 0.053629, 0.209355, 0.860664",\
|
|
"0.014307, 0.023021, 0.053629, 0.209355, 0.860664",\
|
|
"0.014307, 0.023021, 0.053629, 0.209355, 0.860664",\
|
|
"0.014326, 0.023037, 0.053638, 0.209369, 0.860725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.379922, 0.387043, 0.404552, 0.455377, 0.643984",\
|
|
"0.496332, 0.503454, 0.520963, 0.571787, 0.760395",\
|
|
"0.605857, 0.612979, 0.630488, 0.681312, 0.869920",\
|
|
"0.793823, 0.800944, 0.818453, 0.869278, 1.057885",\
|
|
"1.568653, 1.575772, 1.593275, 1.644105, 1.832714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014196, 0.018979, 0.032272, 0.092409, 0.347032",\
|
|
"0.014193, 0.018978, 0.032276, 0.092409, 0.347030");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.330472, 0.339518, 0.365565, 0.470635, 0.906812",\
|
|
"0.330472, 0.339518, 0.365565, 0.470635, 0.906812",\
|
|
"0.330472, 0.339518, 0.365565, 0.470635, 0.906812",\
|
|
"0.330017, 0.339062, 0.365109, 0.470179, 0.906356",\
|
|
"0.152349, 0.161397, 0.187442, 0.292512, 0.728723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014307, 0.023021, 0.053629, 0.203487, 0.840706",\
|
|
"0.014307, 0.023021, 0.053629, 0.203487, 0.840706",\
|
|
"0.014307, 0.023021, 0.053629, 0.203487, 0.840706",\
|
|
"0.014307, 0.023021, 0.053629, 0.203487, 0.840706",\
|
|
"0.014326, 0.023037, 0.053638, 0.203500, 0.840768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.379922, 0.387043, 0.404552, 0.454859, 0.636179",\
|
|
"0.496332, 0.503454, 0.520963, 0.571270, 0.752590",\
|
|
"0.605857, 0.612979, 0.630488, 0.680794, 0.862115",\
|
|
"0.793823, 0.800944, 0.818453, 0.868760, 1.050080",\
|
|
"1.568653, 1.575772, 1.593275, 1.643588, 1.824910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014196, 0.018979, 0.032272, 0.088417, 0.334587",\
|
|
"0.014193, 0.018978, 0.032276, 0.088417, 0.334585");
|
|
}
|
|
|
|
} /* 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.002587 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "1.678198, 1.687043, 1.713282, 1.820498, 2.264327",\
|
|
"1.754411, 1.763256, 1.789495, 1.896711, 2.340540",\
|
|
"1.796527, 1.805371, 1.831611, 1.938827, 2.382656",\
|
|
"1.840148, 1.848993, 1.875232, 1.982448, 2.426277",\
|
|
"2.016878, 2.025723, 2.051962, 2.159178, 2.603007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.017703, 0.026011, 0.055733, 0.212288, 0.871661",\
|
|
"0.017703, 0.026011, 0.055733, 0.212288, 0.871661",\
|
|
"0.017703, 0.026011, 0.055733, 0.212288, 0.871661",\
|
|
"0.017703, 0.026011, 0.055733, 0.212288, 0.871661",\
|
|
"0.017703, 0.026011, 0.055733, 0.212288, 0.871661");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "1.580186, 1.586787, 1.604097, 1.655183, 1.846135",\
|
|
"1.656399, 1.663000, 1.680310, 1.731396, 1.922348",\
|
|
"1.698515, 1.705115, 1.722426, 1.773512, 1.964463",\
|
|
"1.742136, 1.748737, 1.766047, 1.817133, 2.008085",\
|
|
"1.918866, 1.925467, 1.942777, 1.993863, 2.184814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.015121, 0.019536, 0.032726, 0.095441, 0.354132",\
|
|
"0.015121, 0.019536, 0.032726, 0.095441, 0.354132",\
|
|
"0.015121, 0.019536, 0.032726, 0.095441, 0.354132",\
|
|
"0.015121, 0.019536, 0.032726, 0.095441, 0.354132",\
|
|
"0.015121, 0.019536, 0.032726, 0.095441, 0.354132");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_bypass_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "1.557665, 1.566509, 1.592749, 1.697638, 2.133888",\
|
|
"1.557665, 1.566509, 1.592749, 1.697638, 2.133888",\
|
|
"1.557665, 1.566509, 1.592749, 1.697638, 2.133888",\
|
|
"1.557665, 1.566509, 1.592749, 1.697638, 2.133888",\
|
|
"1.423480, 1.432324, 1.458564, 1.563452, 1.999703");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.017703, 0.026011, 0.055733, 0.205383, 0.842544",\
|
|
"0.017703, 0.026011, 0.055733, 0.205383, 0.842544",\
|
|
"0.017703, 0.026011, 0.055733, 0.205383, 0.842544",\
|
|
"0.017703, 0.026011, 0.055733, 0.205383, 0.842544",\
|
|
"0.017703, 0.026011, 0.055733, 0.205383, 0.842544");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "1.469085, 1.475685, 1.492995, 1.543089, 1.724007",\
|
|
"1.469085, 1.475685, 1.492995, 1.543089, 1.724007",\
|
|
"1.469085, 1.475685, 1.492995, 1.543089, 1.724007",\
|
|
"1.469085, 1.475685, 1.492995, 1.543089, 1.724007",\
|
|
"1.334899, 1.341500, 1.358810, 1.408904, 1.589821");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.015121, 0.019536, 0.032726, 0.088993, 0.334541",\
|
|
"0.015121, 0.019536, 0.032726, 0.088993, 0.334541",\
|
|
"0.015121, 0.019536, 0.032726, 0.088993, 0.334541",\
|
|
"0.015121, 0.019536, 0.032726, 0.088993, 0.334541",\
|
|
"0.015121, 0.019536, 0.032726, 0.088993, 0.334541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.704779, 1.714239, 1.740488, 1.848699, 2.289767",\
|
|
"1.780991, 1.790451, 1.816701, 1.924912, 2.365979",\
|
|
"1.823107, 1.832567, 1.858817, 1.967028, 2.408095",\
|
|
"1.866728, 1.876188, 1.902438, 2.010649, 2.451716",\
|
|
"2.043458, 2.052918, 2.079168, 2.187379, 2.628446");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.016588, 0.024988, 0.054598, 0.209534, 0.861912",\
|
|
"0.016588, 0.024988, 0.054598, 0.209534, 0.861912",\
|
|
"0.016588, 0.024988, 0.054598, 0.209534, 0.861912",\
|
|
"0.016588, 0.024988, 0.054598, 0.209534, 0.861912",\
|
|
"0.016588, 0.024988, 0.054598, 0.209534, 0.861912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.608859, 1.615947, 1.633347, 1.684287, 1.872774",\
|
|
"1.685072, 1.692159, 1.709559, 1.760500, 1.948987",\
|
|
"1.727188, 1.734275, 1.751675, 1.802616, 1.991103",\
|
|
"1.770809, 1.777896, 1.795296, 1.846237, 2.034724",\
|
|
"1.947539, 1.954626, 1.972026, 2.022967, 2.211454");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.014144, 0.018978, 0.032396, 0.092256, 0.346565",\
|
|
"0.014144, 0.018978, 0.032396, 0.092256, 0.346565",\
|
|
"0.014144, 0.018978, 0.032396, 0.092256, 0.346565",\
|
|
"0.014144, 0.018978, 0.032396, 0.092256, 0.346565",\
|
|
"0.014144, 0.018978, 0.032396, 0.092256, 0.346565");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_dco_ena_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.590881, 1.600340, 1.626590, 1.731784, 2.169107",\
|
|
"1.590881, 1.600340, 1.626590, 1.731784, 2.169107",\
|
|
"1.590881, 1.600340, 1.626590, 1.731784, 2.169107",\
|
|
"1.590881, 1.600340, 1.626590, 1.731784, 2.169107",\
|
|
"1.456695, 1.466155, 1.492405, 1.597598, 2.034922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.016588, 0.024988, 0.054598, 0.203832, 0.842513",\
|
|
"0.016588, 0.024988, 0.054598, 0.203832, 0.842513",\
|
|
"0.016588, 0.024988, 0.054598, 0.203832, 0.842513",\
|
|
"0.016588, 0.024988, 0.054598, 0.203832, 0.842513",\
|
|
"0.016588, 0.024988, 0.054598, 0.203832, 0.842513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.500563, 1.507650, 1.525050, 1.575519, 1.756880",\
|
|
"1.500563, 1.507650, 1.525050, 1.575519, 1.756880",\
|
|
"1.500563, 1.507650, 1.525050, 1.575519, 1.756880",\
|
|
"1.500563, 1.507650, 1.525050, 1.575519, 1.756880",\
|
|
"1.366377, 1.373465, 1.390865, 1.441334, 1.622695");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.014144, 0.018978, 0.032396, 0.088409, 0.334543",\
|
|
"0.014144, 0.018978, 0.032396, 0.088409, 0.334543",\
|
|
"0.014144, 0.018978, 0.032396, 0.088409, 0.334543",\
|
|
"0.014144, 0.018978, 0.032396, 0.088409, 0.334543",\
|
|
"0.014144, 0.018978, 0.032396, 0.088409, 0.334543");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001118 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "1.589708, 1.599075, 1.625379, 1.733993, 2.175354",\
|
|
"1.665921, 1.675288, 1.701591, 1.810205, 2.251567",\
|
|
"1.708037, 1.717403, 1.743707, 1.852321, 2.293683",\
|
|
"1.751658, 1.761025, 1.787328, 1.895942, 2.337304",\
|
|
"1.928388, 1.937755, 1.964058, 2.072672, 2.514034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.017059, 0.025402, 0.054915, 0.210752, 0.864902",\
|
|
"0.017059, 0.025402, 0.054915, 0.210752, 0.864902",\
|
|
"0.017059, 0.025402, 0.054915, 0.210752, 0.864902",\
|
|
"0.017059, 0.025402, 0.054915, 0.210752, 0.864902",\
|
|
"0.017059, 0.025402, 0.054915, 0.210752, 0.864902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "1.638349, 1.645436, 1.663044, 1.714143, 1.903512",\
|
|
"1.714561, 1.721649, 1.739257, 1.790356, 1.979724",\
|
|
"1.756677, 1.763765, 1.781372, 1.832471, 2.021840",\
|
|
"1.800299, 1.807386, 1.824994, 1.876093, 2.065461",\
|
|
"1.977028, 1.984116, 2.001724, 2.052822, 2.242191");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.014949, 0.019703, 0.032947, 0.093385, 0.348965",\
|
|
"0.014949, 0.019703, 0.032947, 0.093385, 0.348965",\
|
|
"0.014949, 0.019703, 0.032947, 0.093385, 0.348965",\
|
|
"0.014949, 0.019703, 0.032947, 0.093385, 0.348965",\
|
|
"0.014949, 0.019703, 0.032947, 0.093385, 0.348965");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_ena_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "1.471130, 1.480496, 1.506800, 1.611916, 2.049023",\
|
|
"1.471130, 1.480496, 1.506800, 1.611916, 2.049023",\
|
|
"1.471130, 1.480496, 1.506800, 1.611916, 2.049023",\
|
|
"1.471130, 1.480496, 1.506800, 1.611916, 2.049023",\
|
|
"1.336944, 1.346311, 1.372615, 1.477730, 1.914838");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.017059, 0.025402, 0.054915, 0.204153, 0.842501",\
|
|
"0.017059, 0.025402, 0.054915, 0.204153, 0.842501",\
|
|
"0.017059, 0.025402, 0.054915, 0.204153, 0.842501",\
|
|
"0.017059, 0.025402, 0.054915, 0.204153, 0.842501",\
|
|
"0.017059, 0.025402, 0.054915, 0.204153, 0.842501");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "1.526433, 1.533520, 1.551128, 1.601611, 1.782910",\
|
|
"1.526433, 1.533520, 1.551128, 1.601611, 1.782910",\
|
|
"1.526433, 1.533520, 1.551128, 1.601611, 1.782910",\
|
|
"1.526433, 1.533520, 1.551128, 1.601611, 1.782910",\
|
|
"1.392248, 1.399335, 1.416943, 1.467426, 1.648725");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.014949, 0.019703, 0.032947, 0.088744, 0.334662",\
|
|
"0.014949, 0.019703, 0.032947, 0.088744, 0.334662",\
|
|
"0.014949, 0.019703, 0.032947, 0.088744, 0.334662",\
|
|
"0.014949, 0.019703, 0.032947, 0.088744, 0.334662",\
|
|
"0.014949, 0.019703, 0.032947, 0.088744, 0.334662");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_ena_redg_min*/
|
|
|
|
} /* end of pin pll_ena */
|
|
|
|
pin("porb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.011851 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin porb */
|
|
|
|
pin("qspi_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.008941 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin qspi_enabled */
|
|
|
|
pin("reset") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001807 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "1.604771, 1.613698, 1.639825, 1.746897, 2.190593",\
|
|
"1.680984, 1.689910, 1.716037, 1.823110, 2.266806",\
|
|
"1.723099, 1.732026, 1.758153, 1.865226, 2.308922",\
|
|
"1.766721, 1.775648, 1.801774, 1.908847, 2.352543",\
|
|
"1.943450, 1.952377, 1.978504, 2.085577, 2.529273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.016238, 0.024705, 0.054794, 0.211075, 0.869399",\
|
|
"0.016238, 0.024705, 0.054794, 0.211075, 0.869399",\
|
|
"0.016238, 0.024705, 0.054794, 0.211075, 0.869399",\
|
|
"0.016238, 0.024705, 0.054794, 0.211075, 0.869399",\
|
|
"0.016238, 0.024705, 0.054794, 0.211075, 0.869399");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "1.783082, 1.790033, 1.807718, 1.858938, 2.049489",\
|
|
"1.859295, 1.866246, 1.883931, 1.935150, 2.125701",\
|
|
"1.901411, 1.908362, 1.926047, 1.977266, 2.167817",\
|
|
"1.945032, 1.951983, 1.969668, 2.020887, 2.211438",\
|
|
"2.121762, 2.128713, 2.146398, 2.197617, 2.388168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.015620, 0.020207, 0.033306, 0.094880, 0.352457",\
|
|
"0.015620, 0.020207, 0.033306, 0.094880, 0.352457",\
|
|
"0.015620, 0.020207, 0.033306, 0.094880, 0.352457",\
|
|
"0.015620, 0.020207, 0.033306, 0.094880, 0.352457",\
|
|
"0.015620, 0.020207, 0.033306, 0.094880, 0.352457");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_reset_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.785990, 0.794915, 0.821040, 0.925964, 1.362630",\
|
|
"0.785990, 0.794915, 0.821040, 0.925964, 1.362630",\
|
|
"0.785990, 0.794915, 0.821040, 0.925964, 1.362630",\
|
|
"0.785990, 0.794915, 0.821040, 0.925964, 1.362630",\
|
|
"0.651617, 0.660542, 0.686667, 0.791590, 1.228257");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.016225, 0.024693, 0.054788, 0.204745, 0.842610",\
|
|
"0.016225, 0.024693, 0.054788, 0.204745, 0.842610",\
|
|
"0.016225, 0.024693, 0.054788, 0.204745, 0.842610",\
|
|
"0.016225, 0.024693, 0.054788, 0.204745, 0.842610",\
|
|
"0.016225, 0.024693, 0.054788, 0.204745, 0.842610");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "1.008036, 1.014986, 1.032669, 1.083053, 1.264203",\
|
|
"1.008036, 1.014986, 1.032669, 1.083053, 1.264203",\
|
|
"1.008036, 1.014986, 1.032669, 1.083053, 1.264203",\
|
|
"1.008036, 1.014986, 1.032669, 1.083053, 1.264203",\
|
|
"0.873662, 0.880613, 0.898296, 0.948680, 1.129830");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.015614, 0.020202, 0.033301, 0.089064, 0.334718",\
|
|
"0.015614, 0.020202, 0.033301, 0.089064, 0.334718",\
|
|
"0.015614, 0.020202, 0.033301, 0.089064, 0.334718",\
|
|
"0.015614, 0.020202, 0.033301, 0.089064, 0.334718",\
|
|
"0.015614, 0.020202, 0.033301, 0.089064, 0.334718");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_reset_redg_min*/
|
|
|
|
} /* end of pin reset */
|
|
|
|
pin("ser_rx") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001437 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.415200, 0.424150, 0.450102, 0.558213, 0.967670",\
|
|
"0.415200, 0.424150, 0.450102, 0.558213, 0.967670",\
|
|
"0.403288, 0.412238, 0.438190, 0.546302, 0.967670",\
|
|
"0.340538, 0.349488, 0.375441, 0.483552, 0.924118",\
|
|
"0.081893, 0.090844, 0.116797, 0.224909, 0.665475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.015641, 0.024201, 0.054525, 0.210077, 0.861774",\
|
|
"0.015641, 0.024201, 0.054525, 0.210077, 0.861774",\
|
|
"0.015641, 0.024201, 0.054525, 0.210077, 0.861774",\
|
|
"0.015643, 0.024202, 0.054526, 0.210077, 0.861774",\
|
|
"0.015649, 0.024208, 0.054529, 0.210077, 0.861774");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.342992, 0.349900, 0.367274, 0.418106, 0.606269",\
|
|
"0.455184, 0.462092, 0.479465, 0.530298, 0.718460",\
|
|
"0.558625, 0.565532, 0.582906, 0.633739, 0.821901",\
|
|
"0.750124, 0.757031, 0.774403, 0.825237, 1.013400",\
|
|
"1.516593, 1.523497, 1.540863, 1.591704, 1.779868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.014511, 0.019203, 0.032494, 0.092408, 0.346417",\
|
|
"0.014511, 0.019203, 0.032494, 0.092408, 0.346417",\
|
|
"0.014511, 0.019203, 0.032494, 0.092408, 0.346417",\
|
|
"0.014511, 0.019203, 0.032495, 0.092408, 0.346416",\
|
|
"0.014511, 0.019202, 0.032500, 0.092408, 0.346413");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.384091, 0.393041, 0.418993, 0.524113, 0.960981",\
|
|
"0.384091, 0.393041, 0.418993, 0.524113, 0.960981",\
|
|
"0.384091, 0.393041, 0.418993, 0.524113, 0.960981",\
|
|
"0.340538, 0.349488, 0.375441, 0.480561, 0.917429",\
|
|
"0.081893, 0.090844, 0.116797, 0.221918, 0.658786");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.015641, 0.024201, 0.054525, 0.204441, 0.842632",\
|
|
"0.015641, 0.024201, 0.054525, 0.204441, 0.842632",\
|
|
"0.015641, 0.024201, 0.054525, 0.204441, 0.842632",\
|
|
"0.015643, 0.024202, 0.054526, 0.204441, 0.842632",\
|
|
"0.015649, 0.024208, 0.054529, 0.204441, 0.842632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.342056, 0.348964, 0.366338, 0.416652, 0.597822",\
|
|
"0.454296, 0.461204, 0.478577, 0.528892, 0.710062",\
|
|
"0.558625, 0.565532, 0.582906, 0.633221, 0.814391",\
|
|
"0.750124, 0.757031, 0.774403, 0.824719, 1.005890",\
|
|
"1.516593, 1.523497, 1.540863, 1.591187, 1.772358");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.014511, 0.019202, 0.032494, 0.088625, 0.334578",\
|
|
"0.014511, 0.019202, 0.032494, 0.088625, 0.334578",\
|
|
"0.014511, 0.019202, 0.032494, 0.088625, 0.334578",\
|
|
"0.014511, 0.019202, 0.032495, 0.088625, 0.334578",\
|
|
"0.014511, 0.019202, 0.032500, 0.088625, 0.334578");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.317491, 0.326436, 0.352384, 0.460494, 0.867287",\
|
|
"0.317491, 0.326436, 0.352384, 0.460494, 0.867287",\
|
|
"0.312250, 0.321195, 0.347143, 0.455253, 0.867287",\
|
|
"0.265530, 0.274475, 0.300423, 0.408534, 0.849099",\
|
|
"0.069523, 0.078470, 0.104420, 0.212530, 0.653096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.015614, 0.024177, 0.054514, 0.210077, 0.861776",\
|
|
"0.015614, 0.024178, 0.054514, 0.210077, 0.861776",\
|
|
"0.015615, 0.024178, 0.054514, 0.210077, 0.861776",\
|
|
"0.015616, 0.024179, 0.054515, 0.210077, 0.861776",\
|
|
"0.015624, 0.024186, 0.054518, 0.210077, 0.861776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.298030, 0.304936, 0.322306, 0.373142, 0.561306",\
|
|
"0.398247, 0.405153, 0.422523, 0.473359, 0.661523",\
|
|
"0.485429, 0.492335, 0.509705, 0.560541, 0.748705",\
|
|
"0.638486, 0.645392, 0.662762, 0.713598, 0.901762",\
|
|
"1.268698, 1.275604, 1.292973, 1.343810, 1.531974");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.014511, 0.019203, 0.032497, 0.092408, 0.346415",\
|
|
"0.014511, 0.019203, 0.032497, 0.092408, 0.346415",\
|
|
"0.014511, 0.019203, 0.032497, 0.092408, 0.346415",\
|
|
"0.014511, 0.019203, 0.032497, 0.092408, 0.346415",\
|
|
"0.014511, 0.019202, 0.032498, 0.092408, 0.346415");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.283718, 0.292664, 0.318612, 0.423731, 0.860597",\
|
|
"0.283718, 0.292664, 0.318612, 0.423731, 0.860597",\
|
|
"0.283718, 0.292664, 0.318612, 0.423731, 0.860597",\
|
|
"0.265530, 0.274475, 0.300423, 0.405543, 0.842409",\
|
|
"0.069523, 0.078470, 0.104420, 0.209539, 0.646406");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.015614, 0.024177, 0.054514, 0.204441, 0.842634",\
|
|
"0.015614, 0.024178, 0.054514, 0.204441, 0.842634",\
|
|
"0.015615, 0.024178, 0.054514, 0.204441, 0.842634",\
|
|
"0.015616, 0.024179, 0.054515, 0.204441, 0.842634",\
|
|
"0.015624, 0.024186, 0.054518, 0.204441, 0.842634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.298030, 0.304936, 0.322306, 0.372625, 0.553796",\
|
|
"0.398247, 0.405153, 0.422523, 0.472842, 0.654013",\
|
|
"0.485429, 0.492335, 0.509705, 0.560024, 0.741195",\
|
|
"0.638486, 0.645392, 0.662762, 0.713081, 0.894252",\
|
|
"1.268698, 1.275604, 1.292973, 1.343293, 1.524464");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.014511, 0.019203, 0.032497, 0.088625, 0.334579",\
|
|
"0.014511, 0.019203, 0.032497, 0.088625, 0.334579",\
|
|
"0.014511, 0.019203, 0.032497, 0.088625, 0.334579",\
|
|
"0.014511, 0.019203, 0.032497, 0.088625, 0.334579",\
|
|
"0.014511, 0.019202, 0.032498, 0.088625, 0.334579");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003592 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin ser_tx */
|
|
|
|
pin("serial_clock") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001413 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "1.847771, 1.856752, 1.882783, 1.991358, 2.432542",\
|
|
"1.923984, 1.932965, 1.958995, 2.067571, 2.508755",\
|
|
"1.966100, 1.975081, 2.001111, 2.109687, 2.550871",\
|
|
"2.009721, 2.018702, 2.044733, 2.153308, 2.594492",\
|
|
"2.186451, 2.195432, 2.221462, 2.330038, 2.771222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.015644, 0.024186, 0.054443, 0.211103, 0.865296",\
|
|
"0.015644, 0.024186, 0.054443, 0.211103, 0.865296",\
|
|
"0.015644, 0.024186, 0.054443, 0.211103, 0.865296",\
|
|
"0.015644, 0.024186, 0.054443, 0.211103, 0.865296",\
|
|
"0.015644, 0.024186, 0.054443, 0.211103, 0.865296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "1.897704, 1.904608, 1.921982, 1.972959, 2.162263",\
|
|
"1.973917, 1.980820, 1.998195, 2.049171, 2.238476",\
|
|
"2.016033, 2.022936, 2.040311, 2.091287, 2.280591",\
|
|
"2.059654, 2.066557, 2.083932, 2.134909, 2.324213",\
|
|
"2.236384, 2.243287, 2.260662, 2.311638, 2.500942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.014497, 0.019165, 0.032483, 0.093324, 0.349045",\
|
|
"0.014497, 0.019165, 0.032483, 0.093324, 0.349045",\
|
|
"0.014497, 0.019165, 0.032483, 0.093324, 0.349045",\
|
|
"0.014497, 0.019165, 0.032483, 0.093324, 0.349045",\
|
|
"0.014497, 0.019165, 0.032483, 0.093324, 0.349045");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "1.556215, 1.565190, 1.591215, 1.696241, 2.133122",\
|
|
"1.556215, 1.565190, 1.591215, 1.696241, 2.133122",\
|
|
"1.556215, 1.565190, 1.591215, 1.696241, 2.133122",\
|
|
"1.556215, 1.565190, 1.591215, 1.696241, 2.133122",\
|
|
"1.422029, 1.431005, 1.457030, 1.562056, 1.998937");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.015610, 0.024156, 0.054429, 0.204421, 0.842633",\
|
|
"0.015610, 0.024156, 0.054429, 0.204421, 0.842633",\
|
|
"0.015610, 0.024156, 0.054429, 0.204421, 0.842633",\
|
|
"0.015610, 0.024156, 0.054429, 0.204421, 0.842633",\
|
|
"0.015610, 0.024156, 0.054429, 0.204421, 0.842633");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "1.665349, 1.672253, 1.689631, 1.739938, 1.921129",\
|
|
"1.665349, 1.672253, 1.689631, 1.739938, 1.921129",\
|
|
"1.665349, 1.672253, 1.689631, 1.739938, 1.921129",\
|
|
"1.665349, 1.672253, 1.689631, 1.739938, 1.921129",\
|
|
"1.531164, 1.538068, 1.555445, 1.605752, 1.786944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.014497, 0.019165, 0.032480, 0.088616, 0.334549",\
|
|
"0.014497, 0.019165, 0.032480, 0.088616, 0.334549",\
|
|
"0.014497, 0.019165, 0.032480, 0.088616, 0.334549",\
|
|
"0.014497, 0.019165, 0.032480, 0.088616, 0.334549",\
|
|
"0.014497, 0.019165, 0.032480, 0.088616, 0.334549");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.833549, 0.842524, 0.868549, 0.977122, 1.418306",\
|
|
"0.934747, 0.943722, 0.969747, 1.078320, 1.519503",\
|
|
"1.010936, 1.019911, 1.045936, 1.154510, 1.595693",\
|
|
"1.133468, 1.142443, 1.168468, 1.277042, 1.718225",\
|
|
"1.636522, 1.645497, 1.671522, 1.780095, 2.221278");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.015607, 0.024154, 0.054427, 0.211103, 0.865299",\
|
|
"0.015607, 0.024154, 0.054427, 0.211103, 0.865299",\
|
|
"0.015607, 0.024154, 0.054427, 0.211103, 0.865299",\
|
|
"0.015607, 0.024154, 0.054427, 0.211103, 0.865299",\
|
|
"0.015607, 0.024154, 0.054427, 0.211103, 0.865299");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.927119, 0.934022, 0.951396, 1.002373, 1.191677",\
|
|
"1.028316, 1.035219, 1.052593, 1.103571, 1.292875",\
|
|
"1.104506, 1.111409, 1.128783, 1.179760, 1.369065",\
|
|
"1.227038, 1.233941, 1.251315, 1.302292, 1.491596",\
|
|
"1.730089, 1.736992, 1.754366, 1.805343, 1.994648");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.014497, 0.019164, 0.032483, 0.093324, 0.349044",\
|
|
"0.014497, 0.019164, 0.032483, 0.093324, 0.349044",\
|
|
"0.014497, 0.019164, 0.032483, 0.093324, 0.349044",\
|
|
"0.014497, 0.019164, 0.032483, 0.093324, 0.349044",\
|
|
"0.014497, 0.019164, 0.032483, 0.093324, 0.349044");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.831797, 0.840772, 0.866797, 0.971823, 1.408704",\
|
|
"0.831797, 0.840772, 0.866797, 0.971823, 1.408704",\
|
|
"0.826139, 0.835114, 0.861139, 0.966165, 1.403046",\
|
|
"0.707500, 0.716475, 0.742500, 0.847526, 1.284407",\
|
|
"0.216629, 0.225604, 0.251629, 0.356654, 0.793535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.015607, 0.024154, 0.054427, 0.204421, 0.842634",\
|
|
"0.015607, 0.024154, 0.054427, 0.204421, 0.842634",\
|
|
"0.015607, 0.024154, 0.054427, 0.204421, 0.842634",\
|
|
"0.015607, 0.024154, 0.054427, 0.204421, 0.842634",\
|
|
"0.015607, 0.024154, 0.054427, 0.204421, 0.842634");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.925367, 0.932270, 0.949644, 0.999955, 1.181147",\
|
|
"0.925367, 0.932270, 0.949644, 0.999955, 1.181147",\
|
|
"0.919709, 0.926612, 0.943986, 0.994297, 1.175489",\
|
|
"0.801070, 0.807973, 0.825347, 0.875658, 1.056850",\
|
|
"0.310196, 0.317099, 0.334473, 0.384783, 0.565976");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.014497, 0.019164, 0.032483, 0.088616, 0.334547",\
|
|
"0.014497, 0.019164, 0.032483, 0.088616, 0.334547",\
|
|
"0.014497, 0.019164, 0.032483, 0.088616, 0.334547",\
|
|
"0.014497, 0.019164, 0.032483, 0.088616, 0.334547",\
|
|
"0.014497, 0.019164, 0.032483, 0.088616, 0.334547");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_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.000734 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "1.886003, 1.895340, 1.921458, 2.029377, 2.475560",\
|
|
"1.962216, 1.971552, 1.997670, 2.105590, 2.551772",\
|
|
"2.004331, 2.013668, 2.039786, 2.147706, 2.593888",\
|
|
"2.047953, 2.057289, 2.083407, 2.191327, 2.637509",\
|
|
"2.224682, 2.234019, 2.260137, 2.368057, 2.814239");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.016017, 0.024499, 0.054399, 0.208942, 0.864499",\
|
|
"0.016017, 0.024499, 0.054399, 0.208942, 0.864499",\
|
|
"0.016017, 0.024499, 0.054399, 0.208942, 0.864499",\
|
|
"0.016017, 0.024499, 0.054399, 0.208942, 0.864499",\
|
|
"0.016017, 0.024499, 0.054399, 0.208942, 0.864499");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "1.926248, 1.933373, 1.950834, 2.004124, 2.189640",\
|
|
"2.002460, 2.009585, 2.027046, 2.080336, 2.265853",\
|
|
"2.044576, 2.051701, 2.069162, 2.122452, 2.307968",\
|
|
"2.088197, 2.095322, 2.112783, 2.166073, 2.351590",\
|
|
"2.264927, 2.272052, 2.289513, 2.342803, 2.528320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.014437, 0.019290, 0.032682, 0.093642, 0.345125",\
|
|
"0.014437, 0.019290, 0.032682, 0.093642, 0.345125",\
|
|
"0.014437, 0.019290, 0.032682, 0.093642, 0.345125",\
|
|
"0.014437, 0.019290, 0.032682, 0.093642, 0.345125",\
|
|
"0.014437, 0.019290, 0.032682, 0.093642, 0.345125");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_1_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "1.506536, 1.515869, 1.541983, 1.647203, 2.084503",\
|
|
"1.506536, 1.515869, 1.541983, 1.647203, 2.084503",\
|
|
"1.506536, 1.515869, 1.541983, 1.647203, 2.084503",\
|
|
"1.506536, 1.515869, 1.541983, 1.647203, 2.084503",\
|
|
"1.372351, 1.381683, 1.407798, 1.513017, 1.950317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.015994, 0.024479, 0.054389, 0.203843, 0.842560",\
|
|
"0.015994, 0.024479, 0.054389, 0.203843, 0.842560",\
|
|
"0.015994, 0.024479, 0.054389, 0.203843, 0.842560",\
|
|
"0.015994, 0.024479, 0.054389, 0.203843, 0.842560",\
|
|
"0.015994, 0.024479, 0.054389, 0.203843, 0.842560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "1.597010, 1.604125, 1.621565, 1.672132, 1.853504",\
|
|
"1.597010, 1.604125, 1.621565, 1.672132, 1.853504",\
|
|
"1.597010, 1.604125, 1.621565, 1.672132, 1.853504",\
|
|
"1.597010, 1.604125, 1.621565, 1.672132, 1.853504",\
|
|
"1.462825, 1.469940, 1.487379, 1.537947, 1.719319");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.014378, 0.019229, 0.032631, 0.088494, 0.334590",\
|
|
"0.014378, 0.019229, 0.032631, 0.088494, 0.334590",\
|
|
"0.014378, 0.019229, 0.032631, 0.088494, 0.334590",\
|
|
"0.014378, 0.019229, 0.032631, 0.088494, 0.334590",\
|
|
"0.014378, 0.019229, 0.032631, 0.088494, 0.334590");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_1_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.861092, 0.870424, 0.896539, 1.004458, 1.450639",\
|
|
"0.962288, 0.971621, 0.997735, 1.105654, 1.551836",\
|
|
"1.038476, 1.047808, 1.073923, 1.181842, 1.628023",\
|
|
"1.161001, 1.170334, 1.196448, 1.304367, 1.750549",\
|
|
"1.664262, 1.673595, 1.699709, 1.807628, 2.253809");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.015995, 0.024480, 0.054389, 0.208943, 0.864500",\
|
|
"0.015995, 0.024480, 0.054389, 0.208943, 0.864500",\
|
|
"0.015995, 0.024480, 0.054389, 0.208943, 0.864500",\
|
|
"0.015995, 0.024480, 0.054389, 0.208943, 0.864500",\
|
|
"0.015995, 0.024480, 0.054389, 0.208943, 0.864500");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.937239, 0.944370, 0.961843, 1.015139, 1.200657",\
|
|
"1.038436, 1.045566, 1.063039, 1.116336, 1.301854",\
|
|
"1.114623, 1.121754, 1.139227, 1.192523, 1.378042",\
|
|
"1.237149, 1.244279, 1.261752, 1.315048, 1.500567",\
|
|
"1.740406, 1.747537, 1.765009, 1.818306, 2.003824");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.014471, 0.019325, 0.032710, 0.093654, 0.345132",\
|
|
"0.014471, 0.019325, 0.032710, 0.093654, 0.345132",\
|
|
"0.014471, 0.019325, 0.032710, 0.093654, 0.345132",\
|
|
"0.014471, 0.019325, 0.032710, 0.093654, 0.345132",\
|
|
"0.014471, 0.019325, 0.032710, 0.093654, 0.345132");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.839555, 0.848888, 0.875002, 0.980222, 1.417522",\
|
|
"0.839555, 0.848888, 0.875002, 0.980222, 1.417522",\
|
|
"0.833894, 0.843227, 0.869341, 0.974561, 1.411861",\
|
|
"0.715249, 0.724581, 0.750696, 0.855915, 1.293215",\
|
|
"0.224584, 0.233917, 0.260031, 0.365251, 0.802551");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.015995, 0.024480, 0.054389, 0.203843, 0.842560",\
|
|
"0.015995, 0.024480, 0.054389, 0.203843, 0.842560",\
|
|
"0.015995, 0.024480, 0.054389, 0.203843, 0.842560",\
|
|
"0.015995, 0.024480, 0.054389, 0.203843, 0.842560",\
|
|
"0.015995, 0.024480, 0.054389, 0.203843, 0.842560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.927033, 0.934163, 0.951636, 1.002222, 1.183598",\
|
|
"0.927033, 0.934163, 0.951636, 1.002222, 1.183598",\
|
|
"0.921371, 0.928502, 0.945975, 0.996560, 1.177937",\
|
|
"0.802726, 0.809857, 0.827329, 0.877915, 1.059291",\
|
|
"0.312058, 0.319188, 0.336661, 0.387247, 0.568623");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.014471, 0.019325, 0.032710, 0.088527, 0.334609",\
|
|
"0.014471, 0.019325, 0.032710, 0.088527, 0.334609",\
|
|
"0.014471, 0.019325, 0.032710, 0.088527, 0.334609",\
|
|
"0.014471, 0.019325, 0.032710, 0.088527, 0.334609",\
|
|
"0.014471, 0.019325, 0.032710, 0.088527, 0.334609");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_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.000886 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "1.850535, 1.859628, 1.885586, 1.993567, 2.440057",\
|
|
"1.926748, 1.935840, 1.961799, 2.069780, 2.516270",\
|
|
"1.968863, 1.977956, 2.003915, 2.111895, 2.558386",\
|
|
"2.012485, 2.021577, 2.047536, 2.155517, 2.602007",\
|
|
"2.189214, 2.198307, 2.224266, 2.332246, 2.778737");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.015080, 0.023686, 0.054052, 0.209332, 0.865649",\
|
|
"0.015080, 0.023686, 0.054052, 0.209332, 0.865649",\
|
|
"0.015080, 0.023686, 0.054052, 0.209332, 0.865649",\
|
|
"0.015080, 0.023686, 0.054052, 0.209332, 0.865649",\
|
|
"0.015080, 0.023686, 0.054052, 0.209332, 0.865649");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "1.898208, 1.905251, 1.922622, 1.973501, 2.161546",\
|
|
"1.974421, 1.981463, 1.998835, 2.049714, 2.237759",\
|
|
"2.016536, 2.023579, 2.040951, 2.091830, 2.279875",\
|
|
"2.060158, 2.067200, 2.084572, 2.135451, 2.323496",\
|
|
"2.236887, 2.243930, 2.261302, 2.312181, 2.500226");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.014209, 0.019005, 0.032405, 0.091981, 0.345686",\
|
|
"0.014209, 0.019005, 0.032405, 0.091981, 0.345686",\
|
|
"0.014209, 0.019005, 0.032405, 0.091981, 0.345686",\
|
|
"0.014209, 0.019005, 0.032405, 0.091981, 0.345686",\
|
|
"0.014209, 0.019005, 0.032405, 0.091981, 0.345686");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_2_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "1.473185, 1.482271, 1.508224, 1.613370, 2.050547",\
|
|
"1.473185, 1.482271, 1.508224, 1.613370, 2.050547",\
|
|
"1.473185, 1.482271, 1.508224, 1.613370, 2.050547",\
|
|
"1.473185, 1.482271, 1.508224, 1.613370, 2.050547",\
|
|
"1.338999, 1.348086, 1.374038, 1.479184, 1.916361");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.015045, 0.023655, 0.054037, 0.203984, 0.842644",\
|
|
"0.015045, 0.023655, 0.054037, 0.203984, 0.842644",\
|
|
"0.015045, 0.023655, 0.054037, 0.203984, 0.842644",\
|
|
"0.015045, 0.023655, 0.054037, 0.203984, 0.842644",\
|
|
"0.015045, 0.023655, 0.054037, 0.203984, 0.842644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "1.567925, 1.574969, 1.592343, 1.642787, 1.824102",\
|
|
"1.567925, 1.574969, 1.592343, 1.642787, 1.824102",\
|
|
"1.567925, 1.574969, 1.592343, 1.642787, 1.824102",\
|
|
"1.567925, 1.574969, 1.592343, 1.642787, 1.824102",\
|
|
"1.433740, 1.440784, 1.458158, 1.508602, 1.689916");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.014210, 0.019005, 0.032403, 0.088446, 0.334551",\
|
|
"0.014210, 0.019005, 0.032403, 0.088446, 0.334551",\
|
|
"0.014210, 0.019005, 0.032403, 0.088446, 0.334551",\
|
|
"0.014210, 0.019005, 0.032403, 0.088446, 0.334551",\
|
|
"0.014210, 0.019005, 0.032403, 0.088446, 0.334551");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_2_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.851062, 0.860148, 0.886101, 0.994080, 1.440569",\
|
|
"0.952263, 0.961349, 0.987302, 1.095281, 1.541770",\
|
|
"1.028460, 1.037546, 1.063498, 1.171477, 1.617967",\
|
|
"1.151010, 1.160096, 1.186049, 1.294028, 1.740517",\
|
|
"1.654418, 1.663504, 1.689457, 1.797436, 2.243925");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.015043, 0.023654, 0.054037, 0.209333, 0.865652",\
|
|
"0.015043, 0.023654, 0.054037, 0.209333, 0.865652",\
|
|
"0.015043, 0.023654, 0.054037, 0.209333, 0.865652",\
|
|
"0.015043, 0.023654, 0.054037, 0.209333, 0.865652",\
|
|
"0.015043, 0.023654, 0.054037, 0.209333, 0.865652");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.939277, 0.946319, 0.963690, 1.014570, 1.202615",\
|
|
"1.040478, 1.047520, 1.064891, 1.115770, 1.303815",\
|
|
"1.116674, 1.123716, 1.141087, 1.191967, 1.380012",\
|
|
"1.239225, 1.246267, 1.263638, 1.314518, 1.502563",\
|
|
"1.742631, 1.749673, 1.767044, 1.817924, 2.005969");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.014209, 0.019005, 0.032406, 0.091981, 0.345685",\
|
|
"0.014209, 0.019005, 0.032406, 0.091981, 0.345685",\
|
|
"0.014209, 0.019005, 0.032406, 0.091981, 0.345685",\
|
|
"0.014209, 0.019005, 0.032406, 0.091981, 0.345685",\
|
|
"0.014209, 0.019005, 0.032406, 0.091981, 0.345685");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.833439, 0.842525, 0.868478, 0.973623, 1.410800",\
|
|
"0.833439, 0.842525, 0.868478, 0.973623, 1.410800",\
|
|
"0.827791, 0.836877, 0.862830, 0.967975, 1.405152",\
|
|
"0.709171, 0.718257, 0.744210, 0.849355, 1.286532",\
|
|
"0.218653, 0.227739, 0.253692, 0.358838, 0.796014");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.015043, 0.023654, 0.054037, 0.203984, 0.842644",\
|
|
"0.015043, 0.023654, 0.054037, 0.203984, 0.842644",\
|
|
"0.015043, 0.023654, 0.054037, 0.203984, 0.842644",\
|
|
"0.015043, 0.023654, 0.054037, 0.203984, 0.842644",\
|
|
"0.015043, 0.023654, 0.054037, 0.203984, 0.842644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.929170, 0.936212, 0.953583, 1.004031, 1.185346",\
|
|
"0.929170, 0.936212, 0.953583, 1.004031, 1.185346",\
|
|
"0.923522, 0.930564, 0.947935, 0.998383, 1.179698",\
|
|
"0.804902, 0.811944, 0.829315, 0.879763, 1.061078",\
|
|
"0.314382, 0.321424, 0.338795, 0.389243, 0.570558");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.014209, 0.019005, 0.032406, 0.088446, 0.334550",\
|
|
"0.014209, 0.019005, 0.032406, 0.088446, 0.334550",\
|
|
"0.014209, 0.019005, 0.032406, 0.088446, 0.334550",\
|
|
"0.014209, 0.019005, 0.032406, 0.088446, 0.334550",\
|
|
"0.014209, 0.019005, 0.032406, 0.088446, 0.334550");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_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.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.806208, 1.815266, 1.841222, 1.949192, 2.395448",\
|
|
"1.882421, 1.891478, 1.917434, 2.025405, 2.471660",\
|
|
"1.924536, 1.933594, 1.959550, 2.067521, 2.513776",\
|
|
"1.968158, 1.977215, 2.003171, 2.111142, 2.557398",\
|
|
"2.144887, 2.153945, 2.179901, 2.287872, 2.734127");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014871, 0.023509, 0.053966, 0.209255, 0.865241",\
|
|
"0.014871, 0.023509, 0.053966, 0.209255, 0.865241",\
|
|
"0.014871, 0.023509, 0.053966, 0.209255, 0.865241",\
|
|
"0.014871, 0.023509, 0.053966, 0.209255, 0.865241",\
|
|
"0.014871, 0.023509, 0.053966, 0.209255, 0.865241");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.862582, 1.869632, 1.887028, 1.937881, 2.125915",\
|
|
"1.938795, 1.945845, 1.963240, 2.014093, 2.202127",\
|
|
"1.980910, 1.987961, 2.005356, 2.056209, 2.244243",\
|
|
"2.024532, 2.031582, 2.048977, 2.099831, 2.287864",\
|
|
"2.201262, 2.208312, 2.225707, 2.276560, 2.464594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014225, 0.019014, 0.032388, 0.091985, 0.345698",\
|
|
"0.014225, 0.019014, 0.032388, 0.091985, 0.345698",\
|
|
"0.014225, 0.019014, 0.032388, 0.091985, 0.345698",\
|
|
"0.014225, 0.019014, 0.032388, 0.091985, 0.345698",\
|
|
"0.014225, 0.019014, 0.032388, 0.091985, 0.345698");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_load_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.556433, 1.565489, 1.591447, 1.696583, 2.133495",\
|
|
"1.556433, 1.565489, 1.591447, 1.696583, 2.133495",\
|
|
"1.556433, 1.565489, 1.591447, 1.696583, 2.133495",\
|
|
"1.556433, 1.565489, 1.591447, 1.696583, 2.133495",\
|
|
"1.422248, 1.431304, 1.457261, 1.562397, 1.999310");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014853, 0.023494, 0.053958, 0.203893, 0.842175",\
|
|
"0.014853, 0.023494, 0.053958, 0.203893, 0.842175",\
|
|
"0.014853, 0.023494, 0.053958, 0.203893, 0.842175",\
|
|
"0.014853, 0.023494, 0.053958, 0.203893, 0.842175",\
|
|
"0.014853, 0.023494, 0.053958, 0.203893, 0.842175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.650400, 1.657454, 1.674857, 1.725265, 1.906571",\
|
|
"1.650400, 1.657454, 1.674857, 1.725265, 1.906571",\
|
|
"1.650400, 1.657454, 1.674857, 1.725265, 1.906571",\
|
|
"1.650400, 1.657454, 1.674857, 1.725265, 1.906571",\
|
|
"1.516214, 1.523268, 1.540671, 1.591080, 1.772385");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014228, 0.019015, 0.032382, 0.088451, 0.334564",\
|
|
"0.014228, 0.019015, 0.032382, 0.088451, 0.334564",\
|
|
"0.014228, 0.019015, 0.032382, 0.088451, 0.334564",\
|
|
"0.014228, 0.019015, 0.032382, 0.088451, 0.334564",\
|
|
"0.014228, 0.019015, 0.032382, 0.088451, 0.334564");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_load_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.789167, 0.798223, 0.824181, 0.932150, 1.378372",\
|
|
"0.890365, 0.899420, 0.925378, 1.033348, 1.479569",\
|
|
"0.966555, 0.975610, 1.001568, 1.109538, 1.555759",\
|
|
"1.089086, 1.098142, 1.124100, 1.232069, 1.678291",\
|
|
"1.592141, 1.601196, 1.627154, 1.735124, 2.181345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014851, 0.023492, 0.053957, 0.209241, 0.865178",\
|
|
"0.014851, 0.023492, 0.053957, 0.209241, 0.865178",\
|
|
"0.014851, 0.023492, 0.053957, 0.209241, 0.865178",\
|
|
"0.014851, 0.023492, 0.053957, 0.209241, 0.865178",\
|
|
"0.014851, 0.023492, 0.053957, 0.209241, 0.865178");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.877045, 0.884097, 0.901495, 0.952345, 1.140378",\
|
|
"0.978242, 0.985294, 1.002692, 1.053542, 1.241575",\
|
|
"1.054432, 1.061484, 1.078882, 1.129732, 1.317765",\
|
|
"1.176964, 1.184016, 1.201414, 1.252264, 1.440297",\
|
|
"1.680015, 1.687067, 1.704465, 1.755316, 1.943348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014227, 0.019014, 0.032385, 0.091985, 0.345700",\
|
|
"0.014227, 0.019014, 0.032385, 0.091985, 0.345700",\
|
|
"0.014227, 0.019014, 0.032385, 0.091985, 0.345700",\
|
|
"0.014227, 0.019014, 0.032385, 0.091985, 0.345700",\
|
|
"0.014227, 0.019014, 0.032385, 0.091985, 0.345700");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.787416, 0.796471, 0.822429, 0.927565, 1.364474",\
|
|
"0.787416, 0.796471, 0.822429, 0.927565, 1.364474",\
|
|
"0.781758, 0.790813, 0.816771, 0.921907, 1.358816",\
|
|
"0.663118, 0.672174, 0.698132, 0.803268, 1.240177",\
|
|
"0.172247, 0.181303, 0.207261, 0.312397, 0.749306");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014851, 0.023492, 0.053957, 0.203892, 0.842170",\
|
|
"0.014851, 0.023492, 0.053957, 0.203892, 0.842170",\
|
|
"0.014851, 0.023492, 0.053957, 0.203892, 0.842170",\
|
|
"0.014851, 0.023492, 0.053957, 0.203892, 0.842170",\
|
|
"0.014851, 0.023492, 0.053957, 0.203892, 0.842170");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.875293, 0.882345, 0.899743, 0.950157, 1.131463",\
|
|
"0.875293, 0.882345, 0.899743, 0.950157, 1.131463",\
|
|
"0.869635, 0.876687, 0.894085, 0.944499, 1.125805",\
|
|
"0.750996, 0.758048, 0.775446, 0.825860, 1.007166",\
|
|
"0.260122, 0.267174, 0.284572, 0.334986, 0.516292");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014227, 0.019014, 0.032385, 0.088451, 0.334563",\
|
|
"0.014227, 0.019014, 0.032385, 0.088451, 0.334563",\
|
|
"0.014227, 0.019014, 0.032385, 0.088451, 0.334563",\
|
|
"0.014227, 0.019014, 0.032385, 0.088451, 0.334563",\
|
|
"0.014227, 0.019014, 0.032385, 0.088451, 0.334563");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg_min*/
|
|
|
|
} /* end of pin serial_load */
|
|
|
|
pin("serial_resetn") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.806449, 1.815554, 1.841506, 1.949366, 2.395303",\
|
|
"1.882661, 1.891767, 1.917718, 2.025579, 2.471515",\
|
|
"1.924777, 1.933883, 1.959834, 2.067695, 2.513631",\
|
|
"1.968398, 1.977504, 2.003455, 2.111316, 2.557252",\
|
|
"2.145128, 2.154234, 2.180185, 2.288046, 2.733982");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014731, 0.023382, 0.053844, 0.208863, 0.864195",\
|
|
"0.014731, 0.023382, 0.053844, 0.208863, 0.864195",\
|
|
"0.014731, 0.023382, 0.053844, 0.208863, 0.864195",\
|
|
"0.014731, 0.023382, 0.053844, 0.208863, 0.864195",\
|
|
"0.014731, 0.023382, 0.053844, 0.208863, 0.864195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.862799, 1.869899, 1.887304, 1.938138, 2.125954",\
|
|
"1.939012, 1.946111, 1.963516, 2.014350, 2.202166",\
|
|
"1.981128, 1.988227, 2.005632, 2.056466, 2.244282",\
|
|
"2.024749, 2.031848, 2.049254, 2.100087, 2.287903",\
|
|
"2.201479, 2.208578, 2.225983, 2.276817, 2.464633");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014132, 0.018957, 0.032352, 0.091709, 0.345082",\
|
|
"0.014132, 0.018957, 0.032352, 0.091709, 0.345082",\
|
|
"0.014132, 0.018957, 0.032352, 0.091709, 0.345082",\
|
|
"0.014132, 0.018957, 0.032352, 0.091709, 0.345082",\
|
|
"0.014132, 0.018957, 0.032352, 0.091709, 0.345082");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_resetn_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.569866, 1.578970, 1.604923, 1.710084, 2.147107",\
|
|
"1.569866, 1.578970, 1.604923, 1.710084, 2.147107",\
|
|
"1.569866, 1.578970, 1.604923, 1.710084, 2.147107",\
|
|
"1.569866, 1.578970, 1.604923, 1.710084, 2.147107",\
|
|
"1.435681, 1.444784, 1.470737, 1.575898, 2.012922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014713, 0.023367, 0.053836, 0.203751, 0.842197",\
|
|
"0.014713, 0.023367, 0.053836, 0.203751, 0.842197",\
|
|
"0.014713, 0.023367, 0.053836, 0.203751, 0.842197",\
|
|
"0.014713, 0.023367, 0.053836, 0.203751, 0.842197",\
|
|
"0.014713, 0.023367, 0.053836, 0.203751, 0.842197");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.662484, 1.669587, 1.687000, 1.737439, 1.918786",\
|
|
"1.662484, 1.669587, 1.687000, 1.737439, 1.918786",\
|
|
"1.662484, 1.669587, 1.687000, 1.737439, 1.918786",\
|
|
"1.662484, 1.669587, 1.687000, 1.737439, 1.918786",\
|
|
"1.528298, 1.535402, 1.552815, 1.603254, 1.784601");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014136, 0.018959, 0.032346, 0.088394, 0.334564",\
|
|
"0.014136, 0.018959, 0.032346, 0.088394, 0.334564",\
|
|
"0.014136, 0.018959, 0.032346, 0.088394, 0.334564",\
|
|
"0.014136, 0.018959, 0.032346, 0.088394, 0.334564",\
|
|
"0.014136, 0.018959, 0.032346, 0.088394, 0.334564");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_resetn_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.776251, 0.785354, 0.811308, 0.919167, 1.365069",\
|
|
"0.877448, 0.886552, 0.912505, 1.020365, 1.466267",\
|
|
"0.953638, 0.962742, 0.988695, 1.096555, 1.542457",\
|
|
"1.076170, 1.085274, 1.111227, 1.219086, 1.664989",\
|
|
"1.579225, 1.588328, 1.614281, 1.722141, 2.168043");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014712, 0.023365, 0.053835, 0.208849, 0.864132",\
|
|
"0.014712, 0.023365, 0.053835, 0.208849, 0.864132",\
|
|
"0.014712, 0.023365, 0.053835, 0.208849, 0.864132",\
|
|
"0.014712, 0.023365, 0.053835, 0.208849, 0.864132",\
|
|
"0.014712, 0.023365, 0.053835, 0.208849, 0.864132");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.868024, 0.875125, 0.892533, 0.943364, 1.131178",\
|
|
"0.969221, 0.976322, 0.993730, 1.044561, 1.232376",\
|
|
"1.045411, 1.052512, 1.069920, 1.120751, 1.308566",\
|
|
"1.167943, 1.175044, 1.192452, 1.243283, 1.431098",\
|
|
"1.670995, 1.678095, 1.695503, 1.746334, 1.934149");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014134, 0.018958, 0.032350, 0.091709, 0.345083",\
|
|
"0.014134, 0.018958, 0.032350, 0.091709, 0.345083",\
|
|
"0.014134, 0.018958, 0.032350, 0.091709, 0.345083",\
|
|
"0.014134, 0.018958, 0.032350, 0.091709, 0.345083",\
|
|
"0.014134, 0.018958, 0.032350, 0.091709, 0.345083");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.774499, 0.783602, 0.809556, 0.914717, 1.351737",\
|
|
"0.774499, 0.783602, 0.809556, 0.914717, 1.351737",\
|
|
"0.768841, 0.777944, 0.803898, 0.909059, 1.346079",\
|
|
"0.650202, 0.659305, 0.685259, 0.790420, 1.227440",\
|
|
"0.159331, 0.168435, 0.194388, 0.299549, 0.736569");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014712, 0.023365, 0.053835, 0.203750, 0.842191",\
|
|
"0.014712, 0.023365, 0.053835, 0.203750, 0.842191",\
|
|
"0.014712, 0.023365, 0.053835, 0.203750, 0.842191",\
|
|
"0.014712, 0.023365, 0.053835, 0.203750, 0.842191",\
|
|
"0.014712, 0.023365, 0.053835, 0.203750, 0.842191");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.866272, 0.873373, 0.890781, 0.941226, 1.122574",\
|
|
"0.866272, 0.873373, 0.890781, 0.941226, 1.122574",\
|
|
"0.860614, 0.867715, 0.885123, 0.935568, 1.116916",\
|
|
"0.741975, 0.749076, 0.766484, 0.816929, 0.998277",\
|
|
"0.251101, 0.258202, 0.275610, 0.326055, 0.507403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014134, 0.018958, 0.032350, 0.088394, 0.334562",\
|
|
"0.014134, 0.018958, 0.032350, 0.088394, 0.334562",\
|
|
"0.014134, 0.018958, 0.032350, 0.088394, 0.334562",\
|
|
"0.014134, 0.018958, 0.032350, 0.088394, 0.334562",\
|
|
"0.014134, 0.018958, 0.032350, 0.088394, 0.334562");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg_min*/
|
|
|
|
} /* end of pin serial_resetn */
|
|
|
|
pin("spi_csb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004198 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_csb */
|
|
|
|
pin("spi_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004031 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_enabled */
|
|
|
|
pin("spi_sck") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004301 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_sck */
|
|
|
|
pin("spi_sdi") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001085 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
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.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.398913, 0.408157, 0.434338, 0.542836, 0.955694",\
|
|
"0.398913, 0.408157, 0.434338, 0.542836, 0.955694",\
|
|
"0.386539, 0.395783, 0.421964, 0.530462, 0.955694",\
|
|
"0.285380, 0.294625, 0.320807, 0.429305, 0.870557",\
|
|
"-0.099799, -0.090553, -0.064370, 0.044128, 0.485380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.016304, 0.024746, 0.054591, 0.210550, 0.864337",\
|
|
"0.016304, 0.024746, 0.054591, 0.210550, 0.864337",\
|
|
"0.016305, 0.024747, 0.054591, 0.210550, 0.864337",\
|
|
"0.016307, 0.024748, 0.054592, 0.210550, 0.864337",\
|
|
"0.016312, 0.024753, 0.054594, 0.210550, 0.864337");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.345276, 0.352291, 0.369734, 0.420652, 0.609766",\
|
|
"0.437553, 0.444567, 0.462011, 0.512929, 0.702042",\
|
|
"0.558783, 0.565798, 0.583241, 0.634159, 0.823273",\
|
|
"0.812932, 0.819946, 0.837389, 0.888308, 1.077422",\
|
|
"1.408474, 1.415487, 1.432926, 1.483848, 1.672963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.014325, 0.019062, 0.032375, 0.092984, 0.348383",\
|
|
"0.014325, 0.019062, 0.032375, 0.092984, 0.348383",\
|
|
"0.014325, 0.019062, 0.032375, 0.092984, 0.348383",\
|
|
"0.014325, 0.019062, 0.032375, 0.092984, 0.348383",\
|
|
"0.014324, 0.019061, 0.032375, 0.092984, 0.348381");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.370287, 0.379531, 0.405713, 0.510811, 0.947913",\
|
|
"0.370287, 0.379531, 0.405713, 0.510811, 0.947913",\
|
|
"0.370287, 0.379531, 0.405713, 0.510811, 0.947913",\
|
|
"0.285380, 0.294625, 0.320807, 0.425906, 0.863007",\
|
|
"-0.099799, -0.090553, -0.064370, 0.040729, 0.477830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.016304, 0.024746, 0.054591, 0.204135, 0.842558",\
|
|
"0.016304, 0.024746, 0.054591, 0.204135, 0.842558",\
|
|
"0.016304, 0.024746, 0.054591, 0.204135, 0.842558",\
|
|
"0.016307, 0.024748, 0.054592, 0.204135, 0.842558",\
|
|
"0.016312, 0.024753, 0.054594, 0.204135, 0.842557");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.342358, 0.349373, 0.366816, 0.417125, 0.598387",\
|
|
"0.434775, 0.441790, 0.459233, 0.509542, 0.690804",\
|
|
"0.556499, 0.563514, 0.580957, 0.631266, 0.812528",\
|
|
"0.811122, 0.818136, 0.835579, 0.885888, 1.067151",\
|
|
"1.408474, 1.415487, 1.432926, 1.483239, 1.664502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.014325, 0.019062, 0.032372, 0.088511, 0.334563",\
|
|
"0.014325, 0.019062, 0.032372, 0.088511, 0.334563",\
|
|
"0.014325, 0.019062, 0.032372, 0.088511, 0.334563",\
|
|
"0.014325, 0.019062, 0.032372, 0.088511, 0.334563",\
|
|
"0.014324, 0.019061, 0.032375, 0.088511, 0.334561");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.378411, 0.387654, 0.413833, 0.522331, 0.919361",\
|
|
"0.378411, 0.387654, 0.413833, 0.522331, 0.919361",\
|
|
"0.378411, 0.387654, 0.413833, 0.522331, 0.919361",\
|
|
"0.334782, 0.344025, 0.370205, 0.478703, 0.919361",\
|
|
"0.151515, 0.160759, 0.186940, 0.295438, 0.736690");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.016295, 0.024738, 0.054587, 0.210550, 0.864338",\
|
|
"0.016295, 0.024738, 0.054587, 0.210550, 0.864338",\
|
|
"0.016295, 0.024738, 0.054587, 0.210550, 0.864338",\
|
|
"0.016297, 0.024739, 0.054588, 0.210550, 0.864338",\
|
|
"0.016302, 0.024744, 0.054590, 0.210550, 0.864338");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.332210, 0.339223, 0.356663, 0.407584, 0.596699",\
|
|
"0.446182, 0.453195, 0.470635, 0.521557, 0.710671",\
|
|
"0.553294, 0.560307, 0.577747, 0.628669, 0.817783",\
|
|
"0.736796, 0.743810, 0.761249, 0.812171, 1.001286",\
|
|
"1.491775, 1.498787, 1.516224, 1.567149, 1.756264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.014324, 0.019061, 0.032375, 0.092984, 0.348381",\
|
|
"0.014324, 0.019061, 0.032375, 0.092984, 0.348381",\
|
|
"0.014324, 0.019061, 0.032375, 0.092984, 0.348381",\
|
|
"0.014324, 0.019061, 0.032375, 0.092984, 0.348381",\
|
|
"0.014323, 0.019061, 0.032377, 0.092984, 0.348380");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.334189, 0.343431, 0.369611, 0.474710, 0.911810",\
|
|
"0.334189, 0.343431, 0.369611, 0.474710, 0.911810",\
|
|
"0.334189, 0.343431, 0.369611, 0.474710, 0.911810",\
|
|
"0.334189, 0.343431, 0.369611, 0.474710, 0.911810",\
|
|
"0.151515, 0.160759, 0.186940, 0.292039, 0.729140");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.016295, 0.024738, 0.054587, 0.204135, 0.842559",\
|
|
"0.016295, 0.024738, 0.054587, 0.204135, 0.842559",\
|
|
"0.016295, 0.024738, 0.054587, 0.204135, 0.842559",\
|
|
"0.016297, 0.024739, 0.054588, 0.204135, 0.842558",\
|
|
"0.016302, 0.024744, 0.054590, 0.204135, 0.842558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.332210, 0.339223, 0.356663, 0.406975, 0.588238",\
|
|
"0.446182, 0.453195, 0.470635, 0.520948, 0.702210",\
|
|
"0.553294, 0.560307, 0.577747, 0.628060, 0.809323",\
|
|
"0.736796, 0.743810, 0.761249, 0.811562, 0.992825",\
|
|
"1.491775, 1.498787, 1.516224, 1.566540, 1.747804");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.014324, 0.019061, 0.032375, 0.088511, 0.334561",\
|
|
"0.014324, 0.019061, 0.032375, 0.088511, 0.334561",\
|
|
"0.014324, 0.019061, 0.032375, 0.088511, 0.334561",\
|
|
"0.014324, 0.019061, 0.032375, 0.088511, 0.334561",\
|
|
"0.014323, 0.019061, 0.032375, 0.088511, 0.334560");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una_min*/
|
|
|
|
} /* end of pin spi_sdi */
|
|
|
|
pin("spi_sdo") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004198 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_sdo */
|
|
|
|
pin("spi_sdoenb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004273 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_sdoenb */
|
|
|
|
pin("spimemio_flash_clk") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003845 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_clk */
|
|
|
|
pin("spimemio_flash_csb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003755 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_csb */
|
|
|
|
pin("spimemio_flash_io0_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001196 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "1.053637, 1.062410, 1.088942, 1.197548, 1.638809",\
|
|
"1.129707, 1.138480, 1.165012, 1.273618, 1.714879",\
|
|
"1.171813, 1.180586, 1.207118, 1.315724, 1.756985",\
|
|
"1.215418, 1.224192, 1.250724, 1.359330, 1.800590",\
|
|
"1.392129, 1.400902, 1.427434, 1.536040, 1.977300");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.018727, 0.026859, 0.055673, 0.210615, 0.864155",\
|
|
"0.018727, 0.026859, 0.055673, 0.210615, 0.864155",\
|
|
"0.018727, 0.026859, 0.055673, 0.210615, 0.864155",\
|
|
"0.018727, 0.026859, 0.055673, 0.210615, 0.864155",\
|
|
"0.018727, 0.026859, 0.055673, 0.210615, 0.864155");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.945243, 0.952258, 0.969746, 1.020788, 1.209918",\
|
|
"1.021313, 1.028327, 1.045816, 1.096858, 1.285988",\
|
|
"1.063419, 1.070434, 1.087922, 1.138964, 1.328094",\
|
|
"1.107025, 1.114039, 1.131528, 1.182569, 1.371700",\
|
|
"1.283735, 1.290749, 1.308238, 1.359280, 1.548410");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.014728, 0.019457, 0.032757, 0.093152, 0.348430",\
|
|
"0.014728, 0.019457, 0.032757, 0.093152, 0.348430",\
|
|
"0.014728, 0.019457, 0.032757, 0.093152, 0.348430",\
|
|
"0.014728, 0.019457, 0.032757, 0.093152, 0.348430",\
|
|
"0.014728, 0.019457, 0.032757, 0.093152, 0.348430");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io0_di_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "1.017411, 1.027029, 1.053561, 1.158767, 1.595885",\
|
|
"1.017411, 1.027029, 1.053561, 1.158767, 1.595885",\
|
|
"1.017411, 1.027029, 1.053561, 1.158767, 1.595885",\
|
|
"1.017411, 1.027029, 1.053561, 1.158767, 1.595885",\
|
|
"0.883038, 0.892656, 0.919188, 1.024394, 1.461512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.018727, 0.026859, 0.055673, 0.204196, 0.842375",\
|
|
"0.018727, 0.026859, 0.055673, 0.204196, 0.842375",\
|
|
"0.018727, 0.026859, 0.055673, 0.204196, 0.842375",\
|
|
"0.018727, 0.026859, 0.055673, 0.204196, 0.842375",\
|
|
"0.018727, 0.026859, 0.055673, 0.204196, 0.842375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.935780, 0.942765, 0.960194, 1.010606, 1.191864",\
|
|
"0.935780, 0.942765, 0.960194, 1.010606, 1.191864",\
|
|
"0.935780, 0.942765, 0.960194, 1.010606, 1.191864",\
|
|
"0.935780, 0.942765, 0.960194, 1.010606, 1.191864",\
|
|
"0.801406, 0.808392, 0.825821, 0.876233, 1.057491");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.014560, 0.019283, 0.032616, 0.088613, 0.334574",\
|
|
"0.014560, 0.019283, 0.032616, 0.088613, 0.334574",\
|
|
"0.014560, 0.019283, 0.032616, 0.088613, 0.334574",\
|
|
"0.014560, 0.019283, 0.032616, 0.088613, 0.334574",\
|
|
"0.014560, 0.019283, 0.032616, 0.088613, 0.334574");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io0_di_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.397943, 0.406716, 0.433247, 0.541852, 0.949192",\
|
|
"0.397943, 0.406716, 0.433247, 0.541852, 0.949192",\
|
|
"0.393304, 0.402076, 0.428608, 0.537213, 0.949192",\
|
|
"0.344842, 0.353615, 0.380147, 0.488752, 0.930013",\
|
|
"0.144130, 0.152904, 0.179437, 0.288043, 0.729304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.018721, 0.026853, 0.055670, 0.210615, 0.864155",\
|
|
"0.018721, 0.026853, 0.055670, 0.210615, 0.864155",\
|
|
"0.018721, 0.026854, 0.055671, 0.210615, 0.864155",\
|
|
"0.018723, 0.026856, 0.055672, 0.210615, 0.864155",\
|
|
"0.018731, 0.026862, 0.055675, 0.210615, 0.864155");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.352902, 0.359927, 0.377435, 0.428487, 0.617622",\
|
|
"0.451661, 0.458685, 0.476194, 0.527246, 0.716381",\
|
|
"0.534960, 0.541984, 0.559493, 0.610545, 0.799680",\
|
|
"0.682648, 0.689673, 0.707182, 0.758233, 0.947369",\
|
|
"1.291901, 1.298926, 1.316435, 1.367486, 1.556622");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.014785, 0.019517, 0.032806, 0.093173, 0.348443",\
|
|
"0.014786, 0.019517, 0.032806, 0.093173, 0.348443",\
|
|
"0.014786, 0.019517, 0.032807, 0.093173, 0.348443",\
|
|
"0.014786, 0.019518, 0.032807, 0.093173, 0.348443",\
|
|
"0.014787, 0.019518, 0.032807, 0.093173, 0.348443");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.328131, 0.337748, 0.364279, 0.469485, 0.906603",\
|
|
"0.328131, 0.337748, 0.364279, 0.469485, 0.906603",\
|
|
"0.328131, 0.337748, 0.364279, 0.469485, 0.906603",\
|
|
"0.308951, 0.318569, 0.345100, 0.450306, 0.887424",\
|
|
"0.108238, 0.117858, 0.144390, 0.249596, 0.686715");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.018721, 0.026853, 0.055670, 0.204196, 0.842375",\
|
|
"0.018721, 0.026853, 0.055670, 0.204196, 0.842375",\
|
|
"0.018721, 0.026854, 0.055671, 0.204196, 0.842375",\
|
|
"0.018723, 0.026856, 0.055672, 0.204196, 0.842375",\
|
|
"0.018731, 0.026862, 0.055675, 0.204196, 0.842375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.343824, 0.350820, 0.368270, 0.418694, 0.599956",\
|
|
"0.442583, 0.449579, 0.467030, 0.517454, 0.698716",\
|
|
"0.525882, 0.532878, 0.550329, 0.600754, 0.782015",\
|
|
"0.673571, 0.680567, 0.698018, 0.748442, 0.929704",\
|
|
"1.282824, 1.289820, 1.307271, 1.357695, 1.538957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.014621, 0.019347, 0.032668, 0.088635, 0.334586",\
|
|
"0.014622, 0.019347, 0.032668, 0.088635, 0.334586",\
|
|
"0.014622, 0.019348, 0.032668, 0.088635, 0.334586",\
|
|
"0.014622, 0.019348, 0.032669, 0.088635, 0.334586",\
|
|
"0.014623, 0.019348, 0.032669, 0.088635, 0.334586");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003768 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io0_do */
|
|
|
|
pin("spimemio_flash_io0_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004503 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io0_oeb */
|
|
|
|
pin("spimemio_flash_io1_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001659 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "1.046726, 1.056046, 1.082398, 1.190672, 1.631243",\
|
|
"1.122796, 1.132115, 1.158468, 1.266742, 1.707313",\
|
|
"1.164902, 1.174222, 1.200574, 1.308848, 1.749420",\
|
|
"1.208508, 1.217827, 1.244180, 1.352454, 1.793025",\
|
|
"1.385219, 1.394538, 1.420890, 1.529164, 1.969736");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.018514, 0.026703, 0.055845, 0.210313, 0.861841",\
|
|
"0.018514, 0.026703, 0.055845, 0.210313, 0.861841",\
|
|
"0.018514, 0.026703, 0.055845, 0.210313, 0.861841",\
|
|
"0.018514, 0.026703, 0.055845, 0.210313, 0.861841",\
|
|
"0.018514, 0.026703, 0.055845, 0.210313, 0.861841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.959184, 0.965987, 0.983238, 1.034189, 1.222410",\
|
|
"1.035254, 1.042057, 1.059308, 1.110259, 1.298480",\
|
|
"1.077360, 1.084163, 1.101414, 1.152366, 1.340586",\
|
|
"1.120966, 1.127769, 1.145020, 1.195971, 1.384191",\
|
|
"1.297677, 1.304480, 1.321731, 1.372682, 1.560902");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.014665, 0.019288, 0.032664, 0.092563, 0.346579",\
|
|
"0.014665, 0.019288, 0.032664, 0.092563, 0.346579",\
|
|
"0.014665, 0.019288, 0.032664, 0.092563, 0.346579",\
|
|
"0.014665, 0.019288, 0.032664, 0.092563, 0.346579",\
|
|
"0.014665, 0.019288, 0.032664, 0.092563, 0.346579");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io1_di_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "1.043026, 1.052346, 1.078698, 1.183933, 1.620767",\
|
|
"1.043026, 1.052346, 1.078698, 1.183933, 1.620767",\
|
|
"1.043026, 1.052346, 1.078698, 1.183933, 1.620767",\
|
|
"1.043026, 1.052346, 1.078698, 1.183933, 1.620767",\
|
|
"0.908654, 0.917974, 0.944326, 1.049561, 1.486395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.018514, 0.026703, 0.055845, 0.204590, 0.842421",\
|
|
"0.018514, 0.026703, 0.055845, 0.204590, 0.842421",\
|
|
"0.018514, 0.026703, 0.055845, 0.204590, 0.842421",\
|
|
"0.018514, 0.026703, 0.055845, 0.204590, 0.842421",\
|
|
"0.018514, 0.026703, 0.055845, 0.204590, 0.842421");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.958071, 0.964870, 0.982115, 1.032528, 1.213667",\
|
|
"0.958071, 0.964870, 0.982115, 1.032528, 1.213667",\
|
|
"0.958071, 0.964870, 0.982115, 1.032528, 1.213667",\
|
|
"0.958071, 0.964870, 0.982115, 1.032528, 1.213667",\
|
|
"0.823698, 0.830498, 0.847742, 0.898156, 1.079295");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.014638, 0.019261, 0.032639, 0.088694, 0.334536",\
|
|
"0.014638, 0.019261, 0.032639, 0.088694, 0.334536",\
|
|
"0.014638, 0.019261, 0.032639, 0.088694, 0.334536",\
|
|
"0.014638, 0.019261, 0.032639, 0.088694, 0.334536",\
|
|
"0.014638, 0.019261, 0.032639, 0.088694, 0.334536");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io1_di_redg_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.460981, 0.470301, 0.496653, 0.604927, 0.988353",\
|
|
"0.460981, 0.470301, 0.496653, 0.604927, 0.988353",\
|
|
"0.460981, 0.470301, 0.496653, 0.604927, 0.988353",\
|
|
"0.438984, 0.448304, 0.474657, 0.582931, 0.988353",\
|
|
"0.347612, 0.356932, 0.383286, 0.491560, 0.932132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.018515, 0.026704, 0.055845, 0.210313, 0.861841",\
|
|
"0.018516, 0.026705, 0.055845, 0.210313, 0.861841",\
|
|
"0.018516, 0.026705, 0.055845, 0.210313, 0.861841",\
|
|
"0.018517, 0.026706, 0.055846, 0.210313, 0.861841",\
|
|
"0.018521, 0.026709, 0.055848, 0.210313, 0.861841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.371134, 0.377948, 0.395220, 0.446182, 0.634407",\
|
|
"0.474874, 0.481688, 0.498960, 0.549923, 0.738147",\
|
|
"0.564369, 0.571183, 0.588455, 0.639417, 0.827642",\
|
|
"0.715513, 0.722327, 0.739599, 0.790562, 0.978786",\
|
|
"1.338370, 1.345186, 1.362465, 1.413430, 1.601657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.014727, 0.019352, 0.032716, 0.092585, 0.346593",\
|
|
"0.014727, 0.019352, 0.032716, 0.092585, 0.346593",\
|
|
"0.014727, 0.019352, 0.032716, 0.092585, 0.346593",\
|
|
"0.014727, 0.019352, 0.032716, 0.092585, 0.346593",\
|
|
"0.014744, 0.019371, 0.032731, 0.092592, 0.346597");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.400470, 0.409790, 0.436142, 0.541377, 0.978211",\
|
|
"0.400470, 0.409790, 0.436142, 0.541377, 0.978211",\
|
|
"0.400470, 0.409790, 0.436142, 0.541377, 0.978211",\
|
|
"0.400470, 0.409790, 0.436142, 0.541377, 0.978211",\
|
|
"0.344246, 0.353567, 0.379920, 0.485156, 0.921990");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.018515, 0.026704, 0.055845, 0.204589, 0.842421",\
|
|
"0.018516, 0.026705, 0.055845, 0.204589, 0.842421",\
|
|
"0.018516, 0.026705, 0.055845, 0.204589, 0.842421",\
|
|
"0.018517, 0.026706, 0.055846, 0.204589, 0.842421",\
|
|
"0.018521, 0.026709, 0.055848, 0.204589, 0.842421");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.370421, 0.377225, 0.394477, 0.444900, 0.626041",\
|
|
"0.474161, 0.480965, 0.498217, 0.548641, 0.729782",\
|
|
"0.563656, 0.570460, 0.587712, 0.638135, 0.819276",\
|
|
"0.714800, 0.721604, 0.738856, 0.789280, 0.970421",\
|
|
"1.337663, 1.344470, 1.361729, 1.412155, 1.593297");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.014670, 0.019293, 0.032668, 0.088705, 0.334541",\
|
|
"0.014670, 0.019293, 0.032668, 0.088705, 0.334541",\
|
|
"0.014670, 0.019293, 0.032668, 0.088705, 0.334541",\
|
|
"0.014670, 0.019293, 0.032668, 0.088705, 0.334541",\
|
|
"0.014688, 0.019312, 0.032683, 0.088712, 0.334545");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004078 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io1_do */
|
|
|
|
pin("spimemio_flash_io1_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004038 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io1_oeb */
|
|
|
|
pin("spimemio_flash_io2_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001041 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.353729, 0.362727, 0.388778, 0.497201, 0.906051",\
|
|
"0.353729, 0.362727, 0.388778, 0.497201, 0.906051",\
|
|
"0.341712, 0.350711, 0.376762, 0.485185, 0.906051",\
|
|
"0.280350, 0.289348, 0.315399, 0.423822, 0.864264",\
|
|
"0.026909, 0.035909, 0.061959, 0.170383, 0.610844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.014660, 0.023326, 0.053859, 0.210206, 0.862937",\
|
|
"0.014661, 0.023326, 0.053859, 0.210207, 0.862938",\
|
|
"0.014661, 0.023327, 0.053859, 0.210207, 0.862940",\
|
|
"0.014664, 0.023329, 0.053860, 0.210209, 0.862949",\
|
|
"0.014676, 0.023339, 0.053866, 0.210217, 0.862986");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.299744, 0.306807, 0.324333, 0.375175, 0.564276",\
|
|
"0.412653, 0.419715, 0.437241, 0.488084, 0.677185",\
|
|
"0.518244, 0.525305, 0.542831, 0.593674, 0.782775",\
|
|
"0.705802, 0.712863, 0.730388, 0.781232, 0.970334",\
|
|
"1.468290, 1.475349, 1.492866, 1.543717, 1.732821");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.014324, 0.019061, 0.032303, 0.092969, 0.348420",\
|
|
"0.014324, 0.019061, 0.032303, 0.092969, 0.348420",\
|
|
"0.014323, 0.019061, 0.032303, 0.092969, 0.348419",\
|
|
"0.014323, 0.019060, 0.032303, 0.092969, 0.348419",\
|
|
"0.014321, 0.019059, 0.032303, 0.092969, 0.348416");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.321678, 0.330676, 0.356727, 0.461751, 0.898028",\
|
|
"0.321678, 0.330676, 0.356727, 0.461751, 0.898028",\
|
|
"0.321678, 0.330676, 0.356727, 0.461751, 0.898028",\
|
|
"0.279944, 0.288942, 0.314993, 0.420018, 0.856301",\
|
|
"0.026582, 0.035582, 0.061632, 0.166657, 0.602961");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.014659, 0.023324, 0.053858, 0.203792, 0.841153",\
|
|
"0.014659, 0.023325, 0.053858, 0.203792, 0.841154",\
|
|
"0.014660, 0.023325, 0.053858, 0.203793, 0.841156",\
|
|
"0.014663, 0.023328, 0.053860, 0.203795, 0.841166",\
|
|
"0.014674, 0.023338, 0.053865, 0.203803, 0.841204");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.295666, 0.302728, 0.320255, 0.370477, 0.551733",\
|
|
"0.408835, 0.415898, 0.433425, 0.483647, 0.664903",\
|
|
"0.514837, 0.521899, 0.539425, 0.589648, 0.770905",\
|
|
"0.703141, 0.710203, 0.727728, 0.777952, 0.959209",\
|
|
"1.468290, 1.475349, 1.492866, 1.543099, 1.724357");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.014324, 0.019061, 0.032295, 0.088498, 0.334597",\
|
|
"0.014324, 0.019061, 0.032295, 0.088498, 0.334597",\
|
|
"0.014323, 0.019061, 0.032295, 0.088498, 0.334596",\
|
|
"0.014323, 0.019060, 0.032295, 0.088498, 0.334596",\
|
|
"0.014321, 0.019059, 0.032295, 0.088498, 0.334593");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003627 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io2_do */
|
|
|
|
pin("spimemio_flash_io2_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003578 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io2_oeb */
|
|
|
|
pin("spimemio_flash_io3_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001389 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.303146, 0.312026, 0.338003, 0.446120, 0.885922",\
|
|
"0.360557, 0.369438, 0.395415, 0.503532, 0.900599",\
|
|
"0.377766, 0.386647, 0.412624, 0.520741, 0.900599",\
|
|
"0.377766, 0.386647, 0.412624, 0.520741, 0.900599",\
|
|
"0.377766, 0.386647, 0.412624, 0.520741, 0.900599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.014941, 0.023596, 0.054183, 0.209788, 0.860526",\
|
|
"0.014942, 0.023597, 0.054183, 0.209789, 0.860529",\
|
|
"0.014944, 0.023598, 0.054184, 0.209790, 0.860534",\
|
|
"0.014948, 0.023602, 0.054186, 0.209793, 0.860549",\
|
|
"0.014968, 0.023619, 0.054195, 0.209807, 0.860614");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.303373, 0.310312, 0.327734, 0.378537, 0.566790",\
|
|
"0.418057, 0.424996, 0.442418, 0.493221, 0.681474",\
|
|
"0.522916, 0.529854, 0.547275, 0.598080, 0.786333",\
|
|
"0.706032, 0.712970, 0.730390, 0.781195, 0.969449",\
|
|
"1.430935, 1.437870, 1.455281, 1.506095, 1.694352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.014488, 0.019192, 0.032445, 0.092464, 0.346642",\
|
|
"0.014488, 0.019192, 0.032445, 0.092464, 0.346642",\
|
|
"0.014488, 0.019191, 0.032446, 0.092464, 0.346642",\
|
|
"0.014488, 0.019191, 0.032447, 0.092464, 0.346641",\
|
|
"0.014488, 0.019190, 0.032454, 0.092464, 0.346637");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.303146, 0.312026, 0.338003, 0.443085, 0.879138",\
|
|
"0.317774, 0.326657, 0.352632, 0.457715, 0.893815",\
|
|
"0.317774, 0.326657, 0.352632, 0.457715, 0.893815",\
|
|
"0.317774, 0.326657, 0.352632, 0.457715, 0.893815",\
|
|
"0.317774, 0.326657, 0.352632, 0.457715, 0.893815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.014941, 0.023596, 0.054183, 0.204072, 0.841107",\
|
|
"0.014942, 0.023597, 0.054183, 0.204072, 0.841109",\
|
|
"0.014944, 0.023598, 0.054184, 0.204073, 0.841114",\
|
|
"0.014948, 0.023602, 0.054186, 0.204076, 0.841129",\
|
|
"0.014968, 0.023619, 0.054195, 0.204090, 0.841194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.302291, 0.309230, 0.326652, 0.376920, 0.558094",\
|
|
"0.417134, 0.424073, 0.441495, 0.491764, 0.672938",\
|
|
"0.522916, 0.529854, 0.547275, 0.597545, 0.778719",\
|
|
"0.706032, 0.712970, 0.730390, 0.780661, 0.961835",\
|
|
"1.430935, 1.437870, 1.455281, 1.505562, 1.686738");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.014488, 0.019192, 0.032445, 0.088610, 0.334597",\
|
|
"0.014488, 0.019192, 0.032445, 0.088610, 0.334597",\
|
|
"0.014488, 0.019191, 0.032445, 0.088610, 0.334596",\
|
|
"0.014488, 0.019191, 0.032445, 0.088610, 0.334596",\
|
|
"0.014488, 0.019190, 0.032445, 0.088610, 0.334592");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004129 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io3_do */
|
|
|
|
pin("spimemio_flash_io3_oeb") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003632 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io3_oeb */
|
|
|
|
pin("trap") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006394 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.449153, 0.351559, 0.266768, 0.143803, -0.361400",\
|
|
"0.480303, 0.382708, 0.297918, 0.174953, -0.330250",\
|
|
"0.468364, 0.370769, 0.285979, 0.163014, -0.342189",\
|
|
"0.405616, 0.308022, 0.223231, 0.100266, -0.404937",\
|
|
"0.146977, 0.049383, -0.035408, -0.158373, -0.663576");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.634213, 0.536618, 0.451828, 0.328863, -0.176340",\
|
|
"0.746006, 0.648411, 0.563621, 0.440655, -0.064548",\
|
|
"0.850019, 0.752424, 0.667634, 0.544668, 0.039466",\
|
|
"1.040885, 0.943291, 0.858500, 0.735535, 0.230332",\
|
|
"1.807055, 1.709460, 1.624669, 1.501704, 0.996501");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_trap_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.380870, -0.256902, -0.137578, 0.066384, 0.905396",\
|
|
"-0.412020, -0.288052, -0.168728, 0.035234, 0.874246",\
|
|
"-0.400081, -0.276113, -0.156789, 0.047173, 0.886185",\
|
|
"-0.337334, -0.213365, -0.094041, 0.109921, 0.948933",\
|
|
"-0.078695, 0.045274, 0.164598, 0.368560, 1.207572");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.545369, -0.421401, -0.302077, -0.098115, 0.740897",\
|
|
"-0.657891, -0.533923, -0.414599, -0.210637, 0.628375",\
|
|
"-0.761904, -0.637936, -0.518612, -0.314650, 0.524362",\
|
|
"-0.952771, -0.828802, -0.709478, -0.505516, 0.333496",\
|
|
"-1.718940, -1.594972, -1.475648, -1.271685, -0.432674");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_trap_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.484137, 0.461363, 0.489811, 0.608480, 1.099347",\
|
|
"0.515287, 0.492513, 0.520961, 0.639629, 1.130496",\
|
|
"0.503348, 0.480574, 0.509022, 0.627691, 1.118557",\
|
|
"0.440600, 0.417826, 0.446274, 0.564943, 1.055810",\
|
|
"0.181961, 0.159187, 0.187635, 0.306304, 0.797171");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.650145, 0.627371, 0.655819, 0.774488, 1.265355",\
|
|
"0.761938, 0.739164, 0.767612, 0.886281, 1.377147",\
|
|
"0.865951, 0.843177, 0.871625, 0.990294, 1.481160",\
|
|
"1.056818, 1.034043, 1.062491, 1.181160, 1.672027",\
|
|
"1.822987, 1.800212, 1.828660, 1.947329, 2.438196");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.393659, -0.292460, -0.216267, -0.093726, 0.409464",\
|
|
"-0.424808, -0.323609, -0.247416, -0.124875, 0.378315",\
|
|
"-0.412869, -0.311670, -0.235477, -0.112936, 0.390254",\
|
|
"-0.350122, -0.248923, -0.172730, -0.050189, 0.453001",\
|
|
"-0.091483, 0.009716, 0.085909, 0.208450, 0.711640");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.541682, -0.440483, -0.364290, -0.241749, 0.261441",\
|
|
"-0.654205, -0.553006, -0.476812, -0.354272, 0.148919",\
|
|
"-0.758218, -0.657019, -0.580825, -0.458285, 0.044906",\
|
|
"-0.949084, -0.847885, -0.771692, -0.649151, -0.145961",\
|
|
"-1.715253, -1.614054, -1.537861, -1.415320, -0.912130");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003305 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin uart_enabled */
|
|
|
|
pin("user_clock") {
|
|
direction : input ;
|
|
clock : true ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.154438 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004840 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.108471, 1.010876, 0.926085, 0.803120, 0.297917",\
|
|
"1.156527, 1.058932, 0.974141, 0.851176, 0.345973",\
|
|
"1.164482, 1.066888, 0.982097, 0.859132, 0.353929",\
|
|
"1.142743, 1.045148, 0.960357, 0.837392, 0.332189",\
|
|
"1.053149, 0.955554, 0.870763, 0.747798, 0.242595");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.528997, 1.431402, 1.346612, 1.223647, 0.718443",\
|
|
"1.632916, 1.535321, 1.450531, 1.327565, 0.822362",\
|
|
"1.724240, 1.626645, 1.541854, 1.418889, 0.913686",\
|
|
"1.879649, 1.782054, 1.697264, 1.574299, 1.069095",\
|
|
"2.517511, 2.419916, 2.335125, 2.212160, 1.706957");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.940864, -0.816895, -0.697571, -0.493609, 0.345403",\
|
|
"-0.977820, -0.853852, -0.734527, -0.530565, 0.308447",\
|
|
"-0.971283, -0.847314, -0.727990, -0.524028, 0.314984",\
|
|
"-0.916137, -0.792169, -0.672845, -0.468883, 0.370129",\
|
|
"-0.688868, -0.564900, -0.445576, -0.241614, 0.597398");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.327676, -1.203707, -1.084383, -0.880421, -0.041409",\
|
|
"-1.415014, -1.291046, -1.171722, -0.967760, -0.128748",\
|
|
"-1.484690, -1.360722, -1.241398, -1.037436, -0.198424",\
|
|
"-1.590201, -1.466232, -1.346908, -1.142946, -0.303934",\
|
|
"-2.022416, -1.898448, -1.779124, -1.575161, -0.736149");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.717890, 0.695116, 0.723563, 0.842232, 1.333099",\
|
|
"0.765946, 0.743172, 0.771619, 0.890288, 1.381155",\
|
|
"0.773902, 0.751127, 0.779575, 0.898244, 1.389111",\
|
|
"0.752162, 0.729388, 0.757836, 0.876504, 1.367371",\
|
|
"0.662568, 0.639793, 0.668241, 0.786910, 1.277777");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.014586, 0.991811, 1.020259, 1.138928, 1.629795",\
|
|
"1.118505, 1.095730, 1.124178, 1.242847, 1.733714",\
|
|
"1.209828, 1.187054, 1.215502, 1.334171, 1.825038",\
|
|
"1.365238, 1.342463, 1.370911, 1.489580, 1.980447",\
|
|
"2.003100, 1.980326, 2.008774, 2.127442, 2.618309");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.549387, -0.448194, -0.372015, -0.249513, 0.253511",\
|
|
"-0.586343, -0.485150, -0.408971, -0.286469, 0.216555",\
|
|
"-0.579806, -0.478613, -0.402434, -0.279932, 0.223092",\
|
|
"-0.524660, -0.423467, -0.347288, -0.224786, 0.278238",\
|
|
"-0.297391, -0.196198, -0.120019, 0.002483, 0.505507");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.814431, -0.713238, -0.637059, -0.514557, -0.011533",\
|
|
"-0.901769, -0.800576, -0.724397, -0.601895, -0.098871",\
|
|
"-0.971446, -0.870253, -0.794074, -0.671572, -0.168548",\
|
|
"-1.076956, -0.975763, -0.899584, -0.777082, -0.274058",\
|
|
"-1.509171, -1.407978, -1.331799, -1.209297, -0.706273");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vcc_pwrgood */
|
|
|
|
pin("usr1_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004901 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.823690, 0.726095, 0.641304, 0.518339, 0.013136",\
|
|
"0.871700, 0.774105, 0.689315, 0.566350, 0.061147",\
|
|
"0.879652, 0.782058, 0.697267, 0.574302, 0.069099",\
|
|
"0.857806, 0.760211, 0.675420, 0.552455, 0.047252",\
|
|
"0.767882, 0.670287, 0.585497, 0.462531, -0.042671");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.166587, 1.068992, 0.984201, 0.861236, 0.356033",\
|
|
"1.270509, 1.172915, 1.088124, 0.965159, 0.459956",\
|
|
"1.361754, 1.264159, 1.179369, 1.056404, 0.551201",\
|
|
"1.516873, 1.419278, 1.334488, 1.211523, 0.706320",\
|
|
"2.154808, 2.057213, 1.972423, 1.849458, 1.344255");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vdd_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.771424, -0.647456, -0.528132, -0.324170, 0.514842",\
|
|
"-0.799365, -0.675397, -0.556073, -0.352111, 0.486901",\
|
|
"-0.781115, -0.657146, -0.537822, -0.333860, 0.505151",\
|
|
"-0.698869, -0.574901, -0.455577, -0.251615, 0.587397",\
|
|
"-0.360026, -0.236058, -0.116734, 0.087228, 0.926240");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.077863, -0.953895, -0.834571, -0.630609, 0.208403",\
|
|
"-1.160979, -1.037011, -0.917687, -0.713725, 0.125287",\
|
|
"-1.225058, -1.101090, -0.981766, -0.777804, 0.061208",\
|
|
"-1.317559, -1.193591, -1.074267, -0.870305, -0.031293",\
|
|
"-1.697429, -1.573461, -1.454136, -1.250174, -0.411163");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vdd_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.472967, 0.450192, 0.478640, 0.597309, 1.088176",\
|
|
"0.520977, 0.498203, 0.526650, 0.645319, 1.136186",\
|
|
"0.528929, 0.506155, 0.534603, 0.653271, 1.144138",\
|
|
"0.507083, 0.484308, 0.512756, 0.631425, 1.122292",\
|
|
"0.417159, 0.394384, 0.422832, 0.541501, 1.032368");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.689310, 0.666535, 0.694983, 0.813652, 1.304519",\
|
|
"0.793232, 0.770458, 0.798906, 0.917574, 1.408441",\
|
|
"0.884477, 0.861702, 0.890150, 1.008819, 1.499686",\
|
|
"1.039596, 1.016821, 1.045269, 1.163938, 1.654805",\
|
|
"1.677531, 1.654757, 1.683204, 1.801873, 2.292740");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.365638, -0.264438, -0.188241, -0.065691, 0.437536",\
|
|
"-0.393579, -0.292379, -0.216183, -0.093632, 0.409594",\
|
|
"-0.375329, -0.274128, -0.197932, -0.075381, 0.427845",\
|
|
"-0.293083, -0.191883, -0.115686, 0.006864, 0.510091",\
|
|
"0.045760, 0.146960, 0.223157, 0.345707, 0.848934");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.546829, -0.445628, -0.369432, -0.246881, 0.256345",\
|
|
"-0.629945, -0.528744, -0.452548, -0.329997, 0.173229",\
|
|
"-0.694024, -0.592823, -0.516627, -0.394076, 0.109150",\
|
|
"-0.786524, -0.685324, -0.609128, -0.486577, 0.016649",\
|
|
"-1.166394, -1.065194, -0.988997, -0.866447, -0.363220");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr1_vdd_pwrgood */
|
|
|
|
pin("usr2_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004621 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.632015, 0.534420, 0.449629, 0.326664, -0.178539",\
|
|
"0.680044, 0.582449, 0.497658, 0.374693, -0.130510",\
|
|
"0.687995, 0.590400, 0.505610, 0.382645, -0.122558",\
|
|
"0.666178, 0.568583, 0.483793, 0.360828, -0.144375",\
|
|
"0.576401, 0.478806, 0.394015, 0.271050, -0.234153");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.129072, 1.031477, 0.946687, 0.823722, 0.318519",\
|
|
"1.232993, 1.135399, 1.050608, 0.927643, 0.422440",\
|
|
"1.324270, 1.226676, 1.141885, 1.018920, 0.513717",\
|
|
"1.479572, 1.381978, 1.297187, 1.174222, 0.669019",\
|
|
"2.116889, 2.019295, 1.934504, 1.811539, 1.306336");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vcc_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.497980, -0.374012, -0.254688, -0.050726, 0.788285",\
|
|
"-0.546009, -0.422041, -0.302717, -0.098755, 0.740257",\
|
|
"-0.553961, -0.429993, -0.310669, -0.106707, 0.732305",\
|
|
"-0.532144, -0.408176, -0.288852, -0.084890, 0.754122",\
|
|
"-0.442366, -0.318398, -0.199074, 0.004888, 0.843900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.848433, -0.724464, -0.605140, -0.401178, 0.437833",\
|
|
"-0.952354, -0.828385, -0.709061, -0.505099, 0.333912",\
|
|
"-1.043631, -0.919663, -0.800339, -0.596377, 0.242635",\
|
|
"-1.198933, -1.074965, -0.955640, -0.751678, 0.087333",\
|
|
"-1.836250, -1.712282, -1.592957, -1.388995, -0.549984");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vcc_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.595072, 0.572298, 0.600746, 0.719414, 1.210281",\
|
|
"0.643101, 0.620327, 0.648775, 0.767443, 1.258310",\
|
|
"0.651052, 0.628278, 0.656726, 0.775395, 1.266262",\
|
|
"0.629236, 0.606461, 0.634909, 0.753578, 1.244445",\
|
|
"0.539458, 0.516683, 0.545131, 0.663800, 1.154667");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.954699, 0.931925, 0.960373, 1.079042, 1.569909",\
|
|
"1.058620, 1.035846, 1.064294, 1.182963, 1.673830",\
|
|
"1.149898, 1.127123, 1.155571, 1.274240, 1.765107",\
|
|
"1.305200, 1.282425, 1.310873, 1.429542, 1.920409",\
|
|
"1.942516, 1.919742, 1.948190, 2.066859, 2.557726");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.404702, -0.303502, -0.227306, -0.104755, 0.398471",\
|
|
"-0.452731, -0.351531, -0.275334, -0.152784, 0.350443",\
|
|
"-0.460683, -0.359483, -0.283286, -0.160736, 0.342491",\
|
|
"-0.438866, -0.337666, -0.261469, -0.138919, 0.364308",\
|
|
"-0.349088, -0.247888, -0.171691, -0.049141, 0.454086");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.618880, -0.517680, -0.441483, -0.318933, 0.184294",\
|
|
"-0.722801, -0.621601, -0.545404, -0.422854, 0.080373",\
|
|
"-0.814079, -0.712878, -0.636682, -0.514131, -0.010905",\
|
|
"-0.969380, -0.868180, -0.791983, -0.669433, -0.166206",\
|
|
"-1.606697, -1.505497, -1.429300, -1.306750, -0.803523");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vcc_pwrgood */
|
|
|
|
pin("usr2_vdd_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.005012 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.400909, 0.303314, 0.218524, 0.095559, -0.409644",\
|
|
"0.450829, 0.353234, 0.268443, 0.145478, -0.359725",\
|
|
"0.458802, 0.361207, 0.276417, 0.153452, -0.351751",\
|
|
"0.435314, 0.337720, 0.252929, 0.129964, -0.375239",\
|
|
"0.346380, 0.248785, 0.163994, 0.041029, -0.464174");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.627753, 0.530159, 0.445368, 0.322403, -0.182800",\
|
|
"0.731618, 0.634023, 0.549232, 0.426267, -0.078936",\
|
|
"0.825219, 0.727625, 0.642834, 0.519869, 0.014666",\
|
|
"0.980037, 0.882442, 0.797651, 0.674686, 0.169483",\
|
|
"1.617394, 1.519800, 1.435009, 1.312044, 0.806841");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vdd_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.314626, -0.190658, -0.071333, 0.132629, 0.971640",\
|
|
"-0.364545, -0.240577, -0.121253, 0.082709, 0.921721",\
|
|
"-0.372519, -0.248551, -0.129227, 0.074735, 0.913747",\
|
|
"-0.349031, -0.225063, -0.105739, 0.098223, 0.937235",\
|
|
"-0.260096, -0.136128, -0.016804, 0.187158, 1.026170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.489222, -0.365254, -0.245930, -0.041968, 0.797044",\
|
|
"-0.593086, -0.469118, -0.349794, -0.145832, 0.693180",\
|
|
"-0.686688, -0.562720, -0.443396, -0.239434, 0.599578",\
|
|
"-0.841506, -0.717538, -0.598214, -0.394251, 0.444760",\
|
|
"-1.478863, -1.354895, -1.235571, -1.031609, -0.192597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vdd_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.435148, 0.412374, 0.440821, 0.559490, 1.050357",\
|
|
"0.485067, 0.462293, 0.490741, 0.609410, 1.100277",\
|
|
"0.493041, 0.470267, 0.498715, 0.617383, 1.108250",\
|
|
"0.469553, 0.446779, 0.475227, 0.593896, 1.084762",\
|
|
"0.380619, 0.357844, 0.386292, 0.504961, 0.995828");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.643680, 0.620905, 0.649353, 0.768022, 1.258889",\
|
|
"0.747544, 0.724770, 0.753217, 0.871886, 1.362753",\
|
|
"0.841146, 0.818371, 0.846819, 0.965488, 1.456355",\
|
|
"0.995963, 0.973189, 1.001637, 1.120306, 1.611172",\
|
|
"1.633321, 1.610546, 1.638994, 1.757663, 2.248530");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.326667, -0.225468, -0.149275, -0.026734, 0.476456",\
|
|
"-0.376587, -0.275388, -0.199195, -0.076654, 0.426536",\
|
|
"-0.384560, -0.283361, -0.207168, -0.084627, 0.418563",\
|
|
"-0.361073, -0.259874, -0.183680, -0.061140, 0.442051",\
|
|
"-0.272138, -0.170939, -0.094746, 0.027795, 0.530985");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.485530, -0.384331, -0.308137, -0.185597, 0.317594",\
|
|
"-0.589394, -0.488195, -0.412002, -0.289461, 0.213729",\
|
|
"-0.682996, -0.581797, -0.505603, -0.383063, 0.120128",\
|
|
"-0.837813, -0.736614, -0.660421, -0.537880, -0.034690",\
|
|
"-1.475170, -1.373971, -1.297778, -1.175237, -0.672047");
|
|
}
|
|
|
|
} /* 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.001407 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.777560, 0.786967, 0.813332, 0.921603, 1.362319",\
|
|
"0.878753, 0.888161, 0.914525, 1.022796, 1.463512",\
|
|
"0.954933, 0.964340, 0.990704, 1.098975, 1.539692",\
|
|
"1.077436, 1.086843, 1.113208, 1.221479, 1.662195",\
|
|
"1.580937, 1.590345, 1.616709, 1.724980, 2.165697");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.018246, 0.026460, 0.055614, 0.210098, 0.861846",\
|
|
"0.018246, 0.026460, 0.055614, 0.210098, 0.861846",\
|
|
"0.018246, 0.026460, 0.055614, 0.210098, 0.861846",\
|
|
"0.018246, 0.026460, 0.055614, 0.210098, 0.861846",\
|
|
"0.018246, 0.026460, 0.055614, 0.210098, 0.861846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.828349, 0.835417, 0.853089, 0.904228, 1.092604",\
|
|
"0.929542, 0.936610, 0.954282, 1.005421, 1.193797",\
|
|
"1.005721, 1.012789, 1.030462, 1.081601, 1.269976",\
|
|
"1.128225, 1.135293, 1.152965, 1.204104, 1.392480",\
|
|
"1.631712, 1.638780, 1.656452, 1.707591, 1.895967");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.015607, 0.020327, 0.033506, 0.092875, 0.346819",\
|
|
"0.015607, 0.020327, 0.033506, 0.092875, 0.346819",\
|
|
"0.015607, 0.020327, 0.033506, 0.092875, 0.346819",\
|
|
"0.015607, 0.020327, 0.033506, 0.092875, 0.346819",\
|
|
"0.015607, 0.020326, 0.033505, 0.092875, 0.346818");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.775808, 0.785216, 0.811580, 0.916815, 1.353791",\
|
|
"0.775808, 0.785216, 0.811580, 0.916815, 1.353791",\
|
|
"0.770135, 0.779543, 0.805907, 0.911143, 1.348118",\
|
|
"0.651468, 0.660876, 0.687240, 0.792475, 1.229450",\
|
|
"0.161044, 0.170451, 0.196816, 0.302051, 0.739026");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.018246, 0.026460, 0.055614, 0.204381, 0.842426",\
|
|
"0.018246, 0.026460, 0.055614, 0.204381, 0.842426",\
|
|
"0.018246, 0.026460, 0.055614, 0.204381, 0.842426",\
|
|
"0.018246, 0.026460, 0.055614, 0.204381, 0.842426",\
|
|
"0.018246, 0.026460, 0.055614, 0.204381, 0.842426");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.826597, 0.833665, 0.851338, 0.901981, 1.083237",\
|
|
"0.826597, 0.833665, 0.851338, 0.901981, 1.083237",\
|
|
"0.820924, 0.827992, 0.845665, 0.896308, 1.077564",\
|
|
"0.702257, 0.709325, 0.726997, 0.777641, 0.958897",\
|
|
"0.211818, 0.218886, 0.236559, 0.287202, 0.468458");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.015607, 0.020327, 0.033506, 0.089014, 0.334763",\
|
|
"0.015607, 0.020327, 0.033506, 0.089014, 0.334763",\
|
|
"0.015607, 0.020327, 0.033506, 0.089014, 0.334763",\
|
|
"0.015607, 0.020327, 0.033506, 0.089014, 0.334763",\
|
|
"0.015607, 0.020326, 0.033505, 0.089014, 0.334763");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.080302 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.202442");
|
|
}
|
|
|
|
} /* 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.251560");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwh*/
|
|
|
|
} /* end of pin wb_clk_i */
|
|
|
|
pin("wb_cyc_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004825 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.569379, 0.546605, 0.575052, 0.693719, 1.184579",\
|
|
"0.603506, 0.580731, 0.609178, 0.727846, 1.218705",\
|
|
"0.597469, 0.574694, 0.603142, 0.721809, 1.212668",\
|
|
"0.549246, 0.526471, 0.554919, 0.673586, 1.164445",\
|
|
"0.350506, 0.327732, 0.356179, 0.474846, 0.965706");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.516827, 0.494052, 0.522499, 0.641167, 1.132026",\
|
|
"0.617275, 0.594501, 0.622948, 0.741615, 1.232475",\
|
|
"0.705226, 0.682452, 0.710899, 0.829566, 1.320426",\
|
|
"0.861181, 0.838406, 0.866853, 0.985521, 1.476380",\
|
|
"1.503409, 1.480635, 1.509082, 1.627749, 2.118609");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.273603, -0.172410, -0.096231, 0.026273, 0.529339",\
|
|
"-0.307730, -0.206537, -0.130357, -0.007854, 0.495212",\
|
|
"-0.301693, -0.200500, -0.124321, -0.001817, 0.501249",\
|
|
"-0.253470, -0.152277, -0.076097, 0.046406, 0.549472",\
|
|
"-0.054731, 0.046463, 0.122642, 0.245146, 0.748212");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.255777, -0.154584, -0.078405, 0.044099, 0.547165",\
|
|
"-0.356226, -0.255033, -0.178853, -0.056350, 0.446716",\
|
|
"-0.444177, -0.342984, -0.266804, -0.144301, 0.358765",\
|
|
"-0.600131, -0.498938, -0.422759, -0.300255, 0.202811",\
|
|
"-1.242360, -1.141167, -1.064987, -0.942484, -0.439418");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_hldr*/
|
|
|
|
} /* end of pin wb_cyc_i */
|
|
|
|
pin("wb_rstn_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.006893 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin wb_rstn_i */
|
|
|
|
pin("wb_stb_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004083 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.576676, 0.553901, 0.582348, 0.701016, 1.191875",\
|
|
"0.620256, 0.597481, 0.625928, 0.744596, 1.235455",\
|
|
"0.619478, 0.596703, 0.625151, 0.743818, 1.234677",\
|
|
"0.574324, 0.551550, 0.579997, 0.698664, 1.189524",\
|
|
"0.402596, 0.379821, 0.408269, 0.526936, 1.017795");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.538031, 0.515256, 0.543703, 0.662371, 1.153230",\
|
|
"0.652906, 0.630132, 0.658579, 0.777246, 1.268106",\
|
|
"0.763385, 0.740610, 0.769057, 0.887725, 1.378584",\
|
|
"0.955240, 0.932466, 0.960913, 1.079581, 1.570440",\
|
|
"1.729809, 1.707034, 1.735482, 1.854149, 2.345008");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.280900, -0.179707, -0.103527, 0.018976, 0.522043",\
|
|
"-0.324480, -0.223287, -0.147107, -0.024604, 0.478462",\
|
|
"-0.323702, -0.222509, -0.146329, -0.023826, 0.479240",\
|
|
"-0.278549, -0.177355, -0.101176, 0.021328, 0.524394",\
|
|
"-0.106820, -0.005627, 0.070552, 0.193056, 0.696122");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.274891, -0.173698, -0.097518, 0.024985, 0.528052",\
|
|
"-0.389904, -0.288711, -0.212531, -0.090028, 0.413038",\
|
|
"-0.500758, -0.399565, -0.323385, -0.200882, 0.302184",\
|
|
"-0.692945, -0.591752, -0.515572, -0.393069, 0.109997",\
|
|
"-1.468773, -1.367580, -1.291400, -1.168897, -0.665831");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_hldr*/
|
|
|
|
} /* end of pin wb_stb_i */
|
|
|
|
pin("wb_we_i") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004540 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.472893, 0.450117, 0.478562, 0.597223, 1.088319",\
|
|
"0.535366, 0.512591, 0.541036, 0.659696, 1.150792",\
|
|
"0.560145, 0.537369, 0.565815, 0.684475, 1.175571",\
|
|
"0.561050, 0.538274, 0.566720, 0.685380, 1.176476",\
|
|
"0.557474, 0.534699, 0.563144, 0.681805, 1.172901");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.313340, 0.290565, 0.319010, 0.437671, 0.928767",\
|
|
"0.425358, 0.402582, 0.431027, 0.549688, 1.040784",\
|
|
"0.525436, 0.502660, 0.531106, 0.649766, 1.140862",\
|
|
"0.688922, 0.666147, 0.694592, 0.813252, 1.304348",\
|
|
"1.360097, 1.337322, 1.365767, 1.484427, 1.975524");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.071635, 0.172829, 0.249011, 0.371522, 0.874351",\
|
|
"0.009309, 0.110503, 0.186685, 0.309196, 0.812025",\
|
|
"-0.014274, 0.086920, 0.163102, 0.285612, 0.788442",\
|
|
"-0.013356, 0.087839, 0.164020, 0.286531, 0.789361",\
|
|
"-0.004077, 0.097117, 0.173298, 0.295809, 0.798639");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.009706, 0.110900, 0.187082, 0.309592, 0.812422",\
|
|
"-0.102088, -0.000894, 0.075287, 0.197798, 0.700628",\
|
|
"-0.201277, -0.100083, -0.023901, 0.098609, 0.601439",\
|
|
"-0.363380, -0.262186, -0.186005, -0.063494, 0.439336",\
|
|
"-1.029544, -0.928350, -0.852168, -0.729657, -0.226828");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_hldr*/
|
|
|
|
} /* end of pin wb_we_i */
|
|
bus ( irq ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("irq[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001354 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.473367, 0.482829, 0.509227, 0.617507, 1.058260",\
|
|
"0.530849, 0.540310, 0.566709, 0.674988, 1.079571",\
|
|
"0.548483, 0.557945, 0.584343, 0.692623, 1.079571",\
|
|
"0.548483, 0.557945, 0.584343, 0.692623, 1.079571",\
|
|
"0.548483, 0.557945, 0.584343, 0.692623, 1.079571");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.018397, 0.026589, 0.055655, 0.210051, 0.861831",\
|
|
"0.018397, 0.026589, 0.055655, 0.210051, 0.861831",\
|
|
"0.018398, 0.026590, 0.055655, 0.210051, 0.861831",\
|
|
"0.018398, 0.026590, 0.055655, 0.210051, 0.861831",\
|
|
"0.018400, 0.026592, 0.055656, 0.210051, 0.861831");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.470744, 0.477715, 0.495169, 0.546195, 0.734537",\
|
|
"0.585533, 0.592504, 0.609958, 0.660983, 0.849325",\
|
|
"0.691401, 0.698372, 0.715825, 0.766851, 0.955192",\
|
|
"0.875906, 0.882879, 0.900334, 0.951361, 1.139703",\
|
|
"1.614627, 1.621604, 1.639068, 1.690100, 1.878444");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014930, 0.019638, 0.032944, 0.092622, 0.346676",\
|
|
"0.014930, 0.019638, 0.032944, 0.092622, 0.346676",\
|
|
"0.014930, 0.019638, 0.032944, 0.092622, 0.346676",\
|
|
"0.014935, 0.019644, 0.032948, 0.092624, 0.346677",\
|
|
"0.014962, 0.019671, 0.032970, 0.092633, 0.346683");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.470870, 0.480331, 0.506730, 0.611975, 1.048987",\
|
|
"0.492180, 0.501642, 0.528041, 0.633286, 1.070298",\
|
|
"0.492180, 0.501642, 0.528041, 0.633286, 1.070298",\
|
|
"0.492180, 0.501642, 0.528041, 0.633286, 1.070298",\
|
|
"0.492180, 0.501642, 0.528041, 0.633286, 1.070298");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.018397, 0.026589, 0.055655, 0.204334, 0.842411",\
|
|
"0.018397, 0.026589, 0.055655, 0.204334, 0.842411",\
|
|
"0.018398, 0.026590, 0.055655, 0.204334, 0.842411",\
|
|
"0.018398, 0.026590, 0.055655, 0.204334, 0.842411",\
|
|
"0.018400, 0.026592, 0.055656, 0.204334, 0.842411");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.469802, 0.476774, 0.494228, 0.544749, 0.725984",\
|
|
"0.584624, 0.591596, 0.609049, 0.659571, 0.840806",\
|
|
"0.691401, 0.698372, 0.715825, 0.766346, 0.947581",\
|
|
"0.875906, 0.882879, 0.900334, 0.950856, 1.132092",\
|
|
"1.614627, 1.621604, 1.639068, 1.689596, 1.870833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014930, 0.019636, 0.032942, 0.088763, 0.334630",\
|
|
"0.014930, 0.019636, 0.032942, 0.088763, 0.334630",\
|
|
"0.014930, 0.019636, 0.032942, 0.088763, 0.334630",\
|
|
"0.014935, 0.019644, 0.032948, 0.088766, 0.334632",\
|
|
"0.014962, 0.019671, 0.032970, 0.088776, 0.334637");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.704264, 1.713724, 1.740121, 1.848401, 2.289153",\
|
|
"1.780476, 1.789936, 1.816334, 1.924613, 2.365366",\
|
|
"1.822592, 1.832052, 1.858450, 1.966729, 2.407482",\
|
|
"1.866213, 1.875673, 1.902071, 2.010350, 2.451103",\
|
|
"2.042943, 2.052403, 2.078801, 2.187080, 2.627833");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.018390, 0.026583, 0.055651, 0.210051, 0.861832",\
|
|
"0.018390, 0.026583, 0.055651, 0.210051, 0.861832",\
|
|
"0.018390, 0.026583, 0.055651, 0.210051, 0.861832",\
|
|
"0.018390, 0.026583, 0.055651, 0.210051, 0.861832",\
|
|
"0.018390, 0.026583, 0.055651, 0.210051, 0.861832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.710140, 1.717104, 1.734541, 1.785559, 1.973897",\
|
|
"1.786353, 1.793317, 1.810753, 1.861771, 2.050110",\
|
|
"1.828469, 1.835433, 1.852869, 1.903887, 2.092225",\
|
|
"1.872090, 1.879054, 1.896491, 1.947508, 2.135847",\
|
|
"2.048820, 2.055784, 2.073220, 2.124238, 2.312577");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014883, 0.019589, 0.032904, 0.092605, 0.346666",\
|
|
"0.014883, 0.019589, 0.032904, 0.092605, 0.346666",\
|
|
"0.014883, 0.019589, 0.032904, 0.092605, 0.346666",\
|
|
"0.014883, 0.019589, 0.032904, 0.092605, 0.346666",\
|
|
"0.014883, 0.019589, 0.032904, 0.092605, 0.346666");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.589922, 1.599382, 1.625780, 1.731024, 2.168036",\
|
|
"1.589922, 1.599382, 1.625780, 1.731024, 2.168036",\
|
|
"1.589922, 1.599382, 1.625780, 1.731024, 2.168036",\
|
|
"1.589922, 1.599382, 1.625780, 1.731024, 2.168036",\
|
|
"1.455737, 1.465197, 1.491594, 1.596839, 2.033851");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.018390, 0.026583, 0.055651, 0.204334, 0.842412",\
|
|
"0.018390, 0.026583, 0.055651, 0.204334, 0.842412",\
|
|
"0.018390, 0.026583, 0.055651, 0.204334, 0.842412",\
|
|
"0.018390, 0.026583, 0.055651, 0.204334, 0.842412",\
|
|
"0.018390, 0.026583, 0.055651, 0.204334, 0.842412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.598296, 1.605260, 1.622696, 1.673208, 1.854441",\
|
|
"1.598296, 1.605260, 1.622696, 1.673208, 1.854441",\
|
|
"1.598296, 1.605260, 1.622696, 1.673208, 1.854441",\
|
|
"1.598296, 1.605260, 1.622696, 1.673208, 1.854441",\
|
|
"1.464111, 1.471074, 1.488511, 1.539023, 1.720256");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014883, 0.019589, 0.032904, 0.088747, 0.334621",\
|
|
"0.014883, 0.019589, 0.032904, 0.088747, 0.334621",\
|
|
"0.014883, 0.019589, 0.032904, 0.088747, 0.334621",\
|
|
"0.014883, 0.019589, 0.032904, 0.088747, 0.334621",\
|
|
"0.014883, 0.019589, 0.032904, 0.088747, 0.334621");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[2]_redg_min*/
|
|
|
|
} /* end of pin irq[2] */
|
|
|
|
pin("irq[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.659894, 1.667791, 1.693948, 1.802405, 2.243004",\
|
|
"1.736106, 1.744003, 1.770160, 1.878618, 2.319216",\
|
|
"1.778222, 1.786119, 1.812276, 1.920734, 2.361332",\
|
|
"1.821843, 1.829740, 1.855897, 1.964355, 2.404953",\
|
|
"1.998573, 2.006470, 2.032627, 2.141085, 2.581683");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.017571, 0.025898, 0.055603, 0.211254, 0.863802",\
|
|
"0.017571, 0.025898, 0.055603, 0.211254, 0.863802",\
|
|
"0.017571, 0.025898, 0.055603, 0.211254, 0.863802",\
|
|
"0.017571, 0.025898, 0.055603, 0.211254, 0.863802",\
|
|
"0.017571, 0.025898, 0.055603, 0.211254, 0.863802");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.650923, 1.657150, 1.674398, 1.725343, 1.914015",\
|
|
"1.727136, 1.733363, 1.750611, 1.801556, 1.990228",\
|
|
"1.769251, 1.775479, 1.792727, 1.843671, 2.032343",\
|
|
"1.812873, 1.819100, 1.836348, 1.887293, 2.075965",\
|
|
"1.989602, 1.995830, 2.013078, 2.064022, 2.252695");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.014867, 0.019407, 0.032704, 0.093188, 0.347991",\
|
|
"0.014867, 0.019407, 0.032704, 0.093188, 0.347991",\
|
|
"0.014867, 0.019407, 0.032704, 0.093188, 0.347991",\
|
|
"0.014867, 0.019407, 0.032704, 0.093188, 0.347991",\
|
|
"0.014867, 0.019407, 0.032704, 0.093188, 0.347991");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.520166, 1.529135, 1.555292, 1.660411, 2.096955",\
|
|
"1.520166, 1.529135, 1.555292, 1.660411, 2.096955",\
|
|
"1.520166, 1.529135, 1.555292, 1.660411, 2.096955",\
|
|
"1.520166, 1.529135, 1.555292, 1.660411, 2.096955",\
|
|
"1.385980, 1.394950, 1.421106, 1.526226, 1.962770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.017571, 0.025898, 0.055603, 0.204966, 0.842523",\
|
|
"0.017571, 0.025898, 0.055603, 0.204966, 0.842523",\
|
|
"0.017571, 0.025898, 0.055603, 0.204966, 0.842523",\
|
|
"0.017571, 0.025898, 0.055603, 0.204966, 0.842523",\
|
|
"0.017571, 0.025898, 0.055603, 0.204966, 0.842523");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.531126, 1.537819, 1.555071, 1.605370, 1.786399",\
|
|
"1.531126, 1.537819, 1.555071, 1.605370, 1.786399",\
|
|
"1.531126, 1.537819, 1.555071, 1.605370, 1.786399",\
|
|
"1.531126, 1.537819, 1.555071, 1.605370, 1.786399",\
|
|
"1.396941, 1.403634, 1.420885, 1.471185, 1.652214");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.014865, 0.019407, 0.032701, 0.088833, 0.334553",\
|
|
"0.014865, 0.019407, 0.032701, 0.088833, 0.334553",\
|
|
"0.014865, 0.019407, 0.032701, 0.088833, 0.334553",\
|
|
"0.014865, 0.019407, 0.032701, 0.088833, 0.334553",\
|
|
"0.014865, 0.019407, 0.032701, 0.088833, 0.334553");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[1]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.408560, 0.416457, 0.442615, 0.551073, 0.991671",\
|
|
"0.472250, 0.480148, 0.506305, 0.614763, 1.055362",\
|
|
"0.495884, 0.503781, 0.529939, 0.638397, 1.078995",\
|
|
"0.497156, 0.505053, 0.531212, 0.639670, 1.080268",\
|
|
"0.502400, 0.510298, 0.536457, 0.644916, 1.085515");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.017575, 0.025902, 0.055605, 0.211254, 0.863802",\
|
|
"0.017575, 0.025902, 0.055605, 0.211254, 0.863802",\
|
|
"0.017576, 0.025903, 0.055605, 0.211254, 0.863802",\
|
|
"0.017578, 0.025905, 0.055606, 0.211254, 0.863802",\
|
|
"0.017588, 0.025913, 0.055610, 0.211254, 0.863802");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.401090, 0.407311, 0.424545, 0.475505, 0.664181",\
|
|
"0.515009, 0.521230, 0.538464, 0.589423, 0.778100",\
|
|
"0.616603, 0.622824, 0.640058, 0.691017, 0.879694",\
|
|
"0.784871, 0.791093, 0.808326, 0.859286, 1.047963",\
|
|
"1.480080, 1.486302, 1.503536, 1.554495, 1.743172");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.014874, 0.019404, 0.032716, 0.093187, 0.347984",\
|
|
"0.014874, 0.019404, 0.032716, 0.093187, 0.347984",\
|
|
"0.014874, 0.019404, 0.032716, 0.093187, 0.347984",\
|
|
"0.014874, 0.019404, 0.032716, 0.093187, 0.347984",\
|
|
"0.014874, 0.019405, 0.032716, 0.093187, 0.347984");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.404502, 0.413472, 0.439629, 0.544749, 0.981293",\
|
|
"0.468192, 0.477162, 0.503320, 0.608440, 1.044983",\
|
|
"0.491826, 0.500796, 0.526954, 0.632074, 1.068617",\
|
|
"0.493098, 0.502068, 0.528226, 0.633346, 1.069890",\
|
|
"0.498340, 0.507312, 0.533472, 0.638592, 1.075136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.017575, 0.025902, 0.055605, 0.204965, 0.842522",\
|
|
"0.017575, 0.025902, 0.055605, 0.204965, 0.842522",\
|
|
"0.017576, 0.025903, 0.055605, 0.204965, 0.842522",\
|
|
"0.017578, 0.025905, 0.055606, 0.204965, 0.842522",\
|
|
"0.017588, 0.025913, 0.055610, 0.204965, 0.842522");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.400625, 0.407311, 0.424545, 0.474866, 0.655899",\
|
|
"0.514544, 0.521230, 0.538464, 0.588785, 0.769818",\
|
|
"0.616138, 0.622824, 0.640058, 0.690379, 0.871412",\
|
|
"0.784407, 0.791093, 0.808326, 0.858648, 1.039681",\
|
|
"1.479102, 1.485790, 1.503028, 1.553344, 1.734376");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.014872, 0.019404, 0.032713, 0.088833, 0.334545",\
|
|
"0.014872, 0.019404, 0.032713, 0.088833, 0.334545",\
|
|
"0.014872, 0.019404, 0.032713, 0.088833, 0.334545",\
|
|
"0.014872, 0.019404, 0.032713, 0.088833, 0.334545",\
|
|
"0.014872, 0.019405, 0.032713, 0.088833, 0.334547");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una_min*/
|
|
|
|
} /* end of pin irq[1] */
|
|
|
|
pin("irq[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001093 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "1.644091, 1.653275, 1.679402, 1.787849, 2.229040",\
|
|
"1.720303, 1.729488, 1.755615, 1.864062, 2.305253",\
|
|
"1.762419, 1.771603, 1.797730, 1.906177, 2.347368",\
|
|
"1.806040, 1.815225, 1.841352, 1.949799, 2.390989",\
|
|
"1.982770, 1.991955, 2.018081, 2.126529, 2.567719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.016001, 0.024484, 0.054471, 0.210477, 0.864082",\
|
|
"0.016001, 0.024484, 0.054471, 0.210477, 0.864082",\
|
|
"0.016001, 0.024484, 0.054471, 0.210477, 0.864082",\
|
|
"0.016001, 0.024484, 0.054471, 0.210477, 0.864082",\
|
|
"0.016001, 0.024484, 0.054471, 0.210477, 0.864082");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "1.685137, 1.692152, 1.709598, 1.760501, 1.949521",\
|
|
"1.761349, 1.768364, 1.785811, 1.836714, 2.025734",\
|
|
"1.803465, 1.810480, 1.827927, 1.878830, 2.067850",\
|
|
"1.847086, 1.854101, 1.871548, 1.922451, 2.111471",\
|
|
"2.023816, 2.030831, 2.048278, 2.099181, 2.288201");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.014331, 0.019068, 0.032371, 0.092913, 0.348175",\
|
|
"0.014331, 0.019068, 0.032371, 0.092913, 0.348175",\
|
|
"0.014331, 0.019068, 0.032371, 0.092913, 0.348175",\
|
|
"0.014331, 0.019068, 0.032371, 0.092913, 0.348175",\
|
|
"0.014331, 0.019068, 0.032371, 0.092913, 0.348175");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "1.533493, 1.542677, 1.568804, 1.673896, 2.110982",\
|
|
"1.533493, 1.542677, 1.568804, 1.673896, 2.110982",\
|
|
"1.533493, 1.542677, 1.568804, 1.673896, 2.110982",\
|
|
"1.533493, 1.542677, 1.568804, 1.673896, 2.110982",\
|
|
"1.399307, 1.408492, 1.434619, 1.539711, 1.976796");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.016001, 0.024484, 0.054471, 0.204145, 0.842582",\
|
|
"0.016001, 0.024484, 0.054471, 0.204145, 0.842582",\
|
|
"0.016001, 0.024484, 0.054471, 0.204145, 0.842582",\
|
|
"0.016001, 0.024484, 0.054471, 0.204145, 0.842582",\
|
|
"0.016001, 0.024484, 0.054471, 0.204145, 0.842582");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "1.576409, 1.583424, 1.600871, 1.651175, 1.832433",\
|
|
"1.576409, 1.583424, 1.600871, 1.651175, 1.832433",\
|
|
"1.576409, 1.583424, 1.600871, 1.651175, 1.832433",\
|
|
"1.576409, 1.583424, 1.600871, 1.651175, 1.832433",\
|
|
"1.442224, 1.449239, 1.466686, 1.516990, 1.698248");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.014331, 0.019068, 0.032371, 0.088514, 0.334567",\
|
|
"0.014331, 0.019068, 0.032371, 0.088514, 0.334567",\
|
|
"0.014331, 0.019068, 0.032371, 0.088514, 0.334567",\
|
|
"0.014331, 0.019068, 0.032371, 0.088514, 0.334567",\
|
|
"0.014331, 0.019068, 0.032371, 0.088514, 0.334567");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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 : 0.000000 ;
|
|
capacitance : 0.003578 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.008434, 0.910840, 0.826049, 0.703084, 0.197881",\
|
|
"1.042586, 0.944991, 0.860200, 0.737235, 0.232032",\
|
|
"1.036488, 0.938893, 0.854103, 0.731138, 0.225934",\
|
|
"0.988134, 0.890540, 0.805749, 0.682784, 0.177580",\
|
|
"0.788856, 0.691261, 0.606471, 0.483506, -0.021698");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.747639, 1.650045, 1.565254, 1.442289, 0.937085",\
|
|
"1.848012, 1.750417, 1.665626, 1.542661, 1.037458",\
|
|
"1.935823, 1.838228, 1.753437, 1.630472, 1.125269",\
|
|
"2.091614, 1.994019, 1.909228, 1.786263, 1.281060",\
|
|
"2.733134, 2.635539, 2.550749, 2.427783, 1.922580");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.867443, -0.743475, -0.624151, -0.420189, 0.418823",\
|
|
"-0.901595, -0.777627, -0.658302, -0.454340, 0.384672",\
|
|
"-0.895497, -0.771529, -0.652205, -0.448243, 0.390769",\
|
|
"-0.847143, -0.723175, -0.603851, -0.399889, 0.439123",\
|
|
"-0.647865, -0.523897, -0.404573, -0.200611, 0.638401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.312245, -1.188276, -1.068952, -0.864990, -0.025978",\
|
|
"-1.412617, -1.288649, -1.169325, -0.965363, -0.126351",\
|
|
"-1.500428, -1.376460, -1.257136, -1.053174, -0.214162",\
|
|
"-1.656219, -1.532251, -1.412927, -1.208965, -0.369953",\
|
|
"-2.297739, -2.173771, -2.054447, -1.850485, -1.011472");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[31]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.652932, 0.630158, 0.658606, 0.777275, 1.268142",\
|
|
"0.687084, 0.664309, 0.692757, 0.811426, 1.302293",\
|
|
"0.680986, 0.658212, 0.686660, 0.805328, 1.296195",\
|
|
"0.632632, 0.609858, 0.638306, 0.756975, 1.247841",\
|
|
"0.433354, 0.410580, 0.439028, 0.557696, 1.048563");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.266951, 1.244176, 1.272624, 1.391293, 1.882160",\
|
|
"1.367323, 1.344549, 1.372997, 1.491666, 1.982533",\
|
|
"1.455134, 1.432360, 1.460808, 1.579477, 2.070343",\
|
|
"1.610925, 1.588151, 1.616599, 1.735268, 2.226135",\
|
|
"2.252445, 2.229671, 2.258119, 2.376788, 2.867655");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.491828, -0.390635, -0.314456, -0.191954, 0.311070",\
|
|
"-0.525979, -0.424786, -0.348607, -0.226105, 0.276919",\
|
|
"-0.519881, -0.418689, -0.342510, -0.220008, 0.283016",\
|
|
"-0.471528, -0.370335, -0.294156, -0.171654, 0.331370",\
|
|
"-0.272249, -0.171056, -0.094878, 0.027625, 0.530648");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.815167, -0.713974, -0.637795, -0.515293, -0.012269",\
|
|
"-0.915540, -0.814347, -0.738168, -0.615666, -0.112642",\
|
|
"-1.003350, -0.902157, -0.825979, -0.703476, -0.200453",\
|
|
"-1.159141, -1.057948, -0.981770, -0.859268, -0.356244",\
|
|
"-1.800661, -1.699468, -1.623289, -1.500787, -0.997763");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004322 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.844632, 0.747037, 0.662246, 0.539281, 0.034078",\
|
|
"0.890784, 0.793190, 0.708399, 0.585434, 0.080231",\
|
|
"0.898056, 0.800461, 0.715670, 0.592705, 0.087502",\
|
|
"0.879633, 0.782038, 0.697247, 0.574282, 0.069079",\
|
|
"0.803707, 0.706113, 0.621322, 0.498357, -0.006846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.314235, 1.216641, 1.131850, 1.008885, 0.503682",\
|
|
"1.411813, 1.314219, 1.229428, 1.106463, 0.601260",\
|
|
"1.490557, 1.392962, 1.308171, 1.185206, 0.680003",\
|
|
"1.629029, 1.531434, 1.446643, 1.323678, 0.818475",\
|
|
"2.198447, 2.100852, 2.016061, 1.893096, 1.387893");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[30]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.717095, -0.593127, -0.473803, -0.269841, 0.569171",\
|
|
"-0.763248, -0.639280, -0.519956, -0.315994, 0.523018",\
|
|
"-0.770519, -0.646551, -0.527227, -0.323265, 0.515747",\
|
|
"-0.752097, -0.628128, -0.508804, -0.304842, 0.534170",\
|
|
"-0.676171, -0.552203, -0.432879, -0.228917, 0.610095");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.168662, -1.044694, -0.925370, -0.721408, 0.117604",\
|
|
"-1.266240, -1.142272, -1.022948, -0.818986, 0.020026",\
|
|
"-1.344984, -1.221015, -1.101691, -0.897729, -0.058717",\
|
|
"-1.483455, -1.359487, -1.240163, -1.036201, -0.197189",\
|
|
"-2.052874, -1.928905, -1.809581, -1.605619, -0.766607");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[30]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.475996, 0.453221, 0.481669, 0.600338, 1.091205",\
|
|
"0.522148, 0.499374, 0.527822, 0.646491, 1.137358",\
|
|
"0.529420, 0.506645, 0.535093, 0.653762, 1.144629",\
|
|
"0.510997, 0.488222, 0.516670, 0.635339, 1.126206",\
|
|
"0.435071, 0.412297, 0.440745, 0.559414, 1.050281");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.818978, 0.796203, 0.824651, 0.943320, 1.434187",\
|
|
"0.916556, 0.893781, 0.922229, 1.040898, 1.531765",\
|
|
"0.995299, 0.972525, 1.000973, 1.119642, 1.610508",\
|
|
"1.133771, 1.110997, 1.139445, 1.258113, 1.748980",\
|
|
"1.703189, 1.680415, 1.708863, 1.827531, 2.318398");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.342994, -0.241801, -0.165622, -0.043120, 0.459904",\
|
|
"-0.389147, -0.287954, -0.211775, -0.089273, 0.413751",\
|
|
"-0.396418, -0.295225, -0.219046, -0.096544, 0.406480",\
|
|
"-0.377995, -0.276802, -0.200623, -0.078121, 0.424903",\
|
|
"-0.302069, -0.200877, -0.124698, -0.002196, 0.500828");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.672388, -0.571195, -0.495016, -0.372514, 0.130510",\
|
|
"-0.769966, -0.668773, -0.592594, -0.470092, 0.032932",\
|
|
"-0.848709, -0.747516, -0.671338, -0.548835, -0.045812",\
|
|
"-0.987181, -0.885988, -0.809809, -0.687307, -0.184283",\
|
|
"-1.556599, -1.455406, -1.379227, -1.256725, -0.753701");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003577 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.902235, 0.804640, 0.719850, 0.596885, 0.091682",\
|
|
"0.936066, 0.838471, 0.753680, 0.630715, 0.125512",\
|
|
"0.930630, 0.833036, 0.748245, 0.625280, 0.120077",\
|
|
"0.882562, 0.784967, 0.700176, 0.577211, 0.072008",\
|
|
"0.684292, 0.586697, 0.501906, 0.378941, -0.126262");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.249913, 1.152318, 1.067527, 0.944562, 0.439359",\
|
|
"1.350203, 1.252608, 1.167817, 1.044852, 0.539649",\
|
|
"1.437478, 1.339883, 1.255093, 1.132128, 0.626925",\
|
|
"1.591031, 1.493437, 1.408646, 1.285681, 0.780478",\
|
|
"2.223692, 2.126097, 2.041307, 1.918342, 1.413139");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.816152, -0.692183, -0.572859, -0.368897, 0.470114",\
|
|
"-0.849982, -0.726014, -0.606690, -0.402728, 0.436284",\
|
|
"-0.844547, -0.720579, -0.601255, -0.397292, 0.441719",\
|
|
"-0.796478, -0.672510, -0.553186, -0.349224, 0.489788",\
|
|
"-0.598208, -0.474240, -0.354916, -0.150954, 0.688058");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.134656, -1.010688, -0.891364, -0.687402, 0.151610",\
|
|
"-1.234946, -1.110978, -0.991654, -0.787692, 0.051320",\
|
|
"-1.322222, -1.198253, -1.078929, -0.874967, -0.035955",\
|
|
"-1.475775, -1.351807, -1.232482, -1.028520, -0.189509",\
|
|
"-2.108436, -1.984468, -1.865144, -1.661181, -0.822170");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[29]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.520263, 0.497489, 0.525937, 0.644606, 1.135473",\
|
|
"0.554094, 0.531320, 0.559768, 0.678436, 1.169303",\
|
|
"0.548659, 0.525884, 0.554332, 0.673001, 1.163868",\
|
|
"0.500590, 0.477815, 0.506263, 0.624932, 1.115799",\
|
|
"0.302320, 0.279546, 0.307994, 0.426662, 0.917529");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.739859, 0.717084, 0.745532, 0.864201, 1.355068",\
|
|
"0.840149, 0.817375, 0.845823, 0.964491, 1.455358",\
|
|
"0.927424, 0.904650, 0.933098, 1.051767, 1.542633",\
|
|
"1.080978, 1.058203, 1.086651, 1.205320, 1.696187",\
|
|
"1.713639, 1.690864, 1.719312, 1.837981, 2.328848");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.445879, -0.344686, -0.268507, -0.146005, 0.357019",\
|
|
"-0.479710, -0.378517, -0.302338, -0.179836, 0.323188",\
|
|
"-0.474274, -0.373081, -0.296902, -0.174400, 0.328623",\
|
|
"-0.426206, -0.325013, -0.248834, -0.126332, 0.376692",\
|
|
"-0.227936, -0.126743, -0.050564, 0.071938, 0.574962");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.644433, -0.543240, -0.467061, -0.344559, 0.158464",\
|
|
"-0.744723, -0.643530, -0.567352, -0.444849, 0.058174",\
|
|
"-0.831999, -0.730806, -0.654627, -0.532125, -0.029101",\
|
|
"-0.985552, -0.884359, -0.808180, -0.685678, -0.182654",\
|
|
"-1.618213, -1.517020, -1.440841, -1.318339, -0.815315");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004602 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.684657, 0.587057, 0.502308, 0.379222, -0.126055",\
|
|
"0.728389, 0.630789, 0.546040, 0.422954, -0.082323",\
|
|
"0.727901, 0.630301, 0.545552, 0.422466, -0.082811",\
|
|
"0.684683, 0.587084, 0.502334, 0.379249, -0.126028",\
|
|
"0.505983, 0.408384, 0.323634, 0.200549, -0.304729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.067166, 0.969566, 0.884817, 0.761731, 0.256454",\
|
|
"1.181257, 1.083658, 0.998908, 0.875823, 0.370545",\
|
|
"1.293574, 1.195975, 1.111225, 0.988140, 0.482863",\
|
|
"1.481343, 1.383744, 1.298994, 1.175909, 0.670631",\
|
|
"2.254379, 2.156780, 2.072030, 1.948945, 1.443668");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[28]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.561447, -0.437390, -0.318150, -0.114067, 0.725019",\
|
|
"-0.605179, -0.481122, -0.361882, -0.157800, 0.681286",\
|
|
"-0.604691, -0.480634, -0.361394, -0.157312, 0.681774",\
|
|
"-0.561473, -0.437416, -0.318176, -0.114094, 0.724992",\
|
|
"-0.382773, -0.258716, -0.139476, 0.064606, 0.903692");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.894413, -0.770356, -0.651116, -0.447034, 0.392052",\
|
|
"-1.008504, -0.884447, -0.765207, -0.561125, 0.277961",\
|
|
"-1.120821, -0.996765, -0.877525, -0.673442, 0.165644",\
|
|
"-1.308590, -1.184533, -1.065294, -0.861211, -0.022125",\
|
|
"-2.081626, -1.957569, -1.838329, -1.634247, -0.795161");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[28]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.619319, 0.596545, 0.624993, 0.743661, 1.234562",\
|
|
"0.663052, 0.640277, 0.668725, 0.787394, 1.278295",\
|
|
"0.662564, 0.639789, 0.668237, 0.786906, 1.277807",\
|
|
"0.619346, 0.596572, 0.625019, 0.743688, 1.234589",\
|
|
"0.440646, 0.417871, 0.446319, 0.564988, 1.055889");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.854360, 0.831586, 0.860034, 0.978702, 1.469603",\
|
|
"0.968451, 0.945677, 0.974125, 1.092793, 1.583694",\
|
|
"1.080769, 1.057994, 1.086442, 1.205111, 1.696012",\
|
|
"1.268538, 1.245763, 1.274211, 1.392879, 1.883780",\
|
|
"2.041574, 2.018799, 2.047247, 2.165915, 2.656816");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.510245, -0.409052, -0.332874, -0.210371, 0.292652",\
|
|
"-0.553977, -0.452785, -0.376606, -0.254104, 0.248920",\
|
|
"-0.553490, -0.452297, -0.376118, -0.253616, 0.249408",\
|
|
"-0.510272, -0.409079, -0.332900, -0.210398, 0.292626",\
|
|
"-0.331572, -0.230379, -0.154200, -0.031698, 0.471326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.701342, -0.600149, -0.523970, -0.401468, 0.101556",\
|
|
"-0.815433, -0.714240, -0.638061, -0.515559, -0.012535",\
|
|
"-0.927751, -0.826558, -0.750379, -0.627877, -0.124853",\
|
|
"-1.115519, -1.014326, -0.938147, -0.815645, -0.312621",\
|
|
"-1.888555, -1.787362, -1.711183, -1.588681, -1.085657");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004264 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.836869, 0.739275, 0.654484, 0.531519, 0.026316",\
|
|
"0.898925, 0.801330, 0.716540, 0.593574, 0.088371",\
|
|
"0.922411, 0.824816, 0.740026, 0.617060, 0.111857",\
|
|
"0.924056, 0.826461, 0.741670, 0.618705, 0.113502",\
|
|
"0.930753, 0.833159, 0.748368, 0.625403, 0.120200");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.400223, 1.302629, 1.217838, 1.094873, 0.589670",\
|
|
"1.512222, 1.414627, 1.329837, 1.206872, 0.701668",\
|
|
"1.613560, 1.515965, 1.431174, 1.308209, 0.803006",\
|
|
"1.781768, 1.684173, 1.599382, 1.476417, 0.971214",\
|
|
"2.474042, 2.376448, 2.291657, 2.168692, 1.663489");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.768040, -0.644071, -0.524747, -0.320785, 0.518227",\
|
|
"-0.830095, -0.706127, -0.586803, -0.382841, 0.456171",\
|
|
"-0.853581, -0.729613, -0.610289, -0.406327, 0.432685",\
|
|
"-0.855226, -0.731258, -0.611934, -0.407972, 0.431040",\
|
|
"-0.861924, -0.737955, -0.618631, -0.414669, 0.424343");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.233552, -1.109584, -0.990260, -0.786298, 0.052714",\
|
|
"-1.345551, -1.221583, -1.102259, -0.898297, -0.059285",\
|
|
"-1.446889, -1.322920, -1.203596, -0.999634, -0.160622",\
|
|
"-1.615097, -1.491129, -1.371805, -1.167843, -0.328831",\
|
|
"-2.307372, -2.183403, -2.064080, -1.860117, -1.021105");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[27]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.446288, 0.423514, 0.451962, 0.570631, 1.061498",\
|
|
"0.508344, 0.485570, 0.514018, 0.632686, 1.123553",\
|
|
"0.531830, 0.509056, 0.537504, 0.656172, 1.147039",\
|
|
"0.533475, 0.510700, 0.539148, 0.657817, 1.148684",\
|
|
"0.540172, 0.517398, 0.545846, 0.664515, 1.155382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.885812, 0.863037, 0.891485, 1.010154, 1.501021",\
|
|
"0.997811, 0.975036, 1.003484, 1.122153, 1.613020",\
|
|
"1.099148, 1.076374, 1.104822, 1.223491, 1.714357",\
|
|
"1.267357, 1.244582, 1.273030, 1.391699, 1.882566",\
|
|
"1.959632, 1.936857, 1.965305, 2.083974, 2.574841");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.376563, -0.275370, -0.199191, -0.076689, 0.426335",\
|
|
"-0.438618, -0.337425, -0.261247, -0.138744, 0.364280",\
|
|
"-0.462104, -0.360911, -0.284733, -0.162230, 0.340793",\
|
|
"-0.463749, -0.362556, -0.286377, -0.163875, 0.339149",\
|
|
"-0.470447, -0.369254, -0.293075, -0.170573, 0.332451");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.720308, -0.619115, -0.542936, -0.420434, 0.082590",\
|
|
"-0.832306, -0.731113, -0.654934, -0.532432, -0.029408",\
|
|
"-0.933644, -0.832451, -0.756272, -0.633770, -0.130746",\
|
|
"-1.101852, -1.000659, -0.924480, -0.801978, -0.298954",\
|
|
"-1.794127, -1.692934, -1.616755, -1.494253, -0.991229");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005065 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.591818, 0.494223, 0.409432, 0.286467, -0.218736",\
|
|
"0.637880, 0.540285, 0.455495, 0.332530, -0.172673",\
|
|
"0.645330, 0.547735, 0.462944, 0.339979, -0.165224",\
|
|
"0.626394, 0.528799, 0.444009, 0.321043, -0.184159",\
|
|
"0.546883, 0.449288, 0.364497, 0.241532, -0.263671");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.099536, 1.001942, 0.917151, 0.794186, 0.288983",\
|
|
"1.197098, 1.099503, 1.014712, 0.891747, 0.386544",\
|
|
"1.275660, 1.178065, 1.093275, 0.970310, 0.465107",\
|
|
"1.413108, 1.315513, 1.230723, 1.107758, 0.602555",\
|
|
"1.978175, 1.880581, 1.795790, 1.672825, 1.167622");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[26]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.452985, -0.329016, -0.209692, -0.005730, 0.833281",\
|
|
"-0.499047, -0.375079, -0.255755, -0.051793, 0.787219",\
|
|
"-0.506496, -0.382528, -0.263204, -0.059242, 0.779769",\
|
|
"-0.487561, -0.363593, -0.244269, -0.040307, 0.798705",\
|
|
"-0.408050, -0.284081, -0.164757, 0.039205, 0.878216");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.908888, -0.784920, -0.665596, -0.461634, 0.377377",\
|
|
"-1.006450, -0.882482, -0.763158, -0.559196, 0.279816",\
|
|
"-1.085012, -0.961044, -0.841720, -0.637758, 0.201253",\
|
|
"-1.222460, -1.098492, -0.979168, -0.775206, 0.063806",\
|
|
"-1.787527, -1.663559, -1.544235, -1.340273, -0.501262");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[26]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.554875, 0.532101, 0.560549, 0.679217, 1.170084",\
|
|
"0.600937, 0.578163, 0.606611, 0.725280, 1.216147",\
|
|
"0.608387, 0.585613, 0.614060, 0.732729, 1.223596",\
|
|
"0.589451, 0.566677, 0.595125, 0.713794, 1.204661",\
|
|
"0.509940, 0.487166, 0.515614, 0.634282, 1.125149");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.925164, 0.902389, 0.930837, 1.049506, 1.540373",\
|
|
"1.022725, 0.999950, 1.028398, 1.147067, 1.637934",\
|
|
"1.101287, 1.078513, 1.106961, 1.225630, 1.716497",\
|
|
"1.238735, 1.215961, 1.244409, 1.363078, 1.853945",\
|
|
"1.803802, 1.781028, 1.809476, 1.928145, 2.419012");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.359707, -0.258506, -0.182310, -0.059759, 0.443467",\
|
|
"-0.405769, -0.304569, -0.228372, -0.105822, 0.397405",\
|
|
"-0.413219, -0.312018, -0.235822, -0.113271, 0.389955",\
|
|
"-0.394283, -0.293083, -0.216886, -0.094336, 0.408891",\
|
|
"-0.314772, -0.213571, -0.137375, -0.014824, 0.488402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.679336, -0.578136, -0.501939, -0.379389, 0.123838",\
|
|
"-0.776897, -0.675697, -0.599500, -0.476950, 0.026277",\
|
|
"-0.855460, -0.754260, -0.678063, -0.555513, -0.052286",\
|
|
"-0.992908, -0.891707, -0.815511, -0.692960, -0.189734",\
|
|
"-1.557975, -1.456775, -1.380578, -1.258028, -0.754801");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004796 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.869338, 0.771743, 0.686952, 0.563987, 0.058784",\
|
|
"0.917381, 0.819786, 0.734995, 0.612030, 0.106827",\
|
|
"0.925377, 0.827782, 0.742991, 0.620026, 0.114823",\
|
|
"0.904082, 0.806487, 0.721697, 0.598732, 0.093529",\
|
|
"0.816269, 0.718674, 0.633883, 0.510918, 0.005715");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.487426, 1.389831, 1.305040, 1.182075, 0.676872",\
|
|
"1.591238, 1.493643, 1.408852, 1.285887, 0.780684",\
|
|
"1.684892, 1.587297, 1.502507, 1.379541, 0.874339",\
|
|
"1.839391, 1.741796, 1.657006, 1.534040, 1.028838",\
|
|
"2.473505, 2.375910, 2.291120, 2.168154, 1.662952");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.781900, -0.657932, -0.538607, -0.334645, 0.504366",\
|
|
"-0.829943, -0.705974, -0.586650, -0.382688, 0.456323",\
|
|
"-0.837938, -0.713970, -0.594646, -0.390684, 0.448328",\
|
|
"-0.816644, -0.692676, -0.573352, -0.369390, 0.469622",\
|
|
"-0.728831, -0.604862, -0.485538, -0.281576, 0.557435");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.144647, -1.020678, -0.901354, -0.697392, 0.141619",\
|
|
"-1.248459, -1.124490, -1.005166, -0.801204, 0.037807",\
|
|
"-1.342113, -1.218144, -1.098820, -0.894858, -0.055847",\
|
|
"-1.496612, -1.372643, -1.253319, -1.049357, -0.210346",\
|
|
"-2.130726, -2.006758, -1.887434, -1.683472, -0.844460");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[25]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.518545, 0.495770, 0.524218, 0.642887, 1.133754",\
|
|
"0.566588, 0.543813, 0.572261, 0.690930, 1.181797",\
|
|
"0.574584, 0.551809, 0.580257, 0.698926, 1.189793",\
|
|
"0.553289, 0.530515, 0.558963, 0.677631, 1.168498",\
|
|
"0.465476, 0.442701, 0.471149, 0.589818, 1.080685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.010146, 0.987371, 1.015819, 1.134488, 1.625355",\
|
|
"1.113958, 1.091183, 1.119631, 1.238300, 1.729167",\
|
|
"1.207612, 1.184838, 1.213285, 1.331954, 1.822821",\
|
|
"1.362111, 1.339337, 1.367785, 1.486453, 1.977320",\
|
|
"1.996225, 1.973451, 2.001899, 2.120568, 2.611434");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.376022, -0.274822, -0.198625, -0.076075, 0.427152",\
|
|
"-0.424065, -0.322864, -0.246668, -0.124117, 0.379109",\
|
|
"-0.432061, -0.330860, -0.254664, -0.132113, 0.371113",\
|
|
"-0.410766, -0.309566, -0.233369, -0.110819, 0.392408",\
|
|
"-0.322953, -0.221752, -0.145556, -0.023006, 0.480221");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.613610, -0.512410, -0.436213, -0.313663, 0.189564",\
|
|
"-0.717422, -0.616222, -0.540025, -0.417475, 0.085752",\
|
|
"-0.811076, -0.709876, -0.633679, -0.511129, -0.007902",\
|
|
"-0.965575, -0.864375, -0.788178, -0.665628, -0.162401",\
|
|
"-1.599689, -1.498489, -1.422292, -1.299742, -0.796515");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006594 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.472483, 0.374889, 0.290098, 0.167133, -0.338070",\
|
|
"0.518503, 0.420908, 0.336118, 0.213153, -0.292050",\
|
|
"0.525950, 0.428355, 0.343565, 0.220599, -0.284604",\
|
|
"0.506743, 0.409148, 0.324358, 0.201392, -0.303811",\
|
|
"0.426430, 0.328835, 0.244045, 0.121080, -0.384123");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.755807, 0.658212, 0.573422, 0.450457, -0.054746",\
|
|
"0.853384, 0.755789, 0.670999, 0.548033, 0.042830",\
|
|
"0.931926, 0.834331, 0.749541, 0.626575, 0.121372",\
|
|
"1.069128, 0.971533, 0.886742, 0.763777, 0.258574",\
|
|
"1.631879, 1.534285, 1.449494, 1.326529, 0.821326");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[24]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.383319, -0.259350, -0.140026, 0.063936, 0.902948",\
|
|
"-0.366567, -0.242599, -0.123275, 0.080688, 0.919699",\
|
|
"-0.292041, -0.168073, -0.048749, 0.155213, 0.994225",\
|
|
"-0.083884, 0.040085, 0.159409, 0.363371, 1.202383",\
|
|
"0.775143, 0.899111, 1.018435, 1.222397, 2.061409");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.611366, -0.487398, -0.368074, -0.164112, 0.674900",\
|
|
"-0.643674, -0.519706, -0.400382, -0.196420, 0.642592",\
|
|
"-0.636985, -0.513017, -0.393692, -0.189730, 0.649281",\
|
|
"-0.577723, -0.453755, -0.334431, -0.130469, 0.708543",\
|
|
"-0.330802, -0.206834, -0.087510, 0.116452, 0.955464");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[24]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.506723, 0.483949, 0.512397, 0.631066, 1.121933",\
|
|
"0.552743, 0.529969, 0.558417, 0.677086, 1.167952",\
|
|
"0.560190, 0.537416, 0.565863, 0.684532, 1.175399",\
|
|
"0.540983, 0.518209, 0.546656, 0.665325, 1.156192",\
|
|
"0.460670, 0.437896, 0.466344, 0.585013, 1.075879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.771733, 0.748959, 0.777407, 0.896076, 1.386942",\
|
|
"0.869310, 0.846535, 0.874983, 0.993652, 1.484519",\
|
|
"0.947852, 0.925077, 0.953525, 1.072194, 1.563061",\
|
|
"1.085053, 1.062279, 1.090727, 1.209396, 1.700263",\
|
|
"1.647805, 1.625031, 1.653479, 1.772148, 2.263015");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.395361, -0.294162, -0.217969, -0.095428, 0.407762",\
|
|
"-0.378610, -0.277411, -0.201218, -0.078677, 0.424513",\
|
|
"-0.304084, -0.202885, -0.126692, -0.004151, 0.499039",\
|
|
"-0.095926, 0.005273, 0.081466, 0.204007, 0.707197",\
|
|
"0.763100, 0.864299, 0.940492, 1.063033, 1.566223");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.607673, -0.506474, -0.430281, -0.307740, 0.195450",\
|
|
"-0.639981, -0.538782, -0.462589, -0.340048, 0.163142",\
|
|
"-0.633291, -0.532093, -0.455899, -0.333359, 0.169832",\
|
|
"-0.574030, -0.472831, -0.396638, -0.274097, 0.229093",\
|
|
"-0.327109, -0.225910, -0.149717, -0.027176, 0.476014");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007385 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.855368, 0.757774, 0.672983, 0.550018, 0.044815",\
|
|
"0.901475, 0.803880, 0.719089, 0.596124, 0.090921",\
|
|
"0.908844, 0.811250, 0.726459, 0.603494, 0.098290",\
|
|
"0.890266, 0.792671, 0.707881, 0.584916, 0.079712",\
|
|
"0.813700, 0.716105, 0.631315, 0.508350, 0.003146");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.713182, 1.615588, 1.530797, 1.407832, 0.902629",\
|
|
"1.810657, 1.713062, 1.628271, 1.505306, 1.000103",\
|
|
"1.889196, 1.791601, 1.706810, 1.583845, 1.078642",\
|
|
"2.027033, 1.929438, 1.844647, 1.721682, 1.216479",\
|
|
"2.594116, 2.496521, 2.411731, 2.288766, 1.783562");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.776992, -0.653024, -0.533700, -0.329738, 0.509275",\
|
|
"-0.792192, -0.668224, -0.548899, -0.344937, 0.494075",\
|
|
"-0.759181, -0.635213, -0.515889, -0.311927, 0.527086",\
|
|
"-0.647524, -0.523556, -0.404232, -0.200270, 0.638742",\
|
|
"-0.187358, -0.063390, 0.055934, 0.259896, 1.098908");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.294445, -1.170476, -1.051152, -0.847190, -0.008178",\
|
|
"-1.359892, -1.235924, -1.116600, -0.912638, -0.073625",\
|
|
"-1.396590, -1.272622, -1.153298, -0.949336, -0.110323",\
|
|
"-1.437980, -1.314012, -1.194688, -0.990726, -0.151714",\
|
|
"-1.607584, -1.483616, -1.364292, -1.160330, -0.321318");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[23]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.499866, 0.477091, 0.505539, 0.624208, 1.115075",\
|
|
"0.545972, 0.523198, 0.551646, 0.670314, 1.161181",\
|
|
"0.553342, 0.530567, 0.559015, 0.677684, 1.168551",\
|
|
"0.534763, 0.511989, 0.540437, 0.659106, 1.149972",\
|
|
"0.458197, 0.435423, 0.463871, 0.582540, 1.073406");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.232494, 1.209719, 1.238167, 1.356836, 1.847703",\
|
|
"1.329968, 1.307194, 1.335642, 1.454310, 1.945177",\
|
|
"1.408507, 1.385733, 1.414181, 1.532850, 2.023716",\
|
|
"1.546344, 1.523570, 1.552017, 1.670686, 2.161553",\
|
|
"2.113428, 2.090653, 2.119102, 2.237770, 2.728637");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.401375, -0.300182, -0.224003, -0.101501, 0.401523",\
|
|
"-0.416575, -0.315382, -0.239203, -0.116701, 0.386323",\
|
|
"-0.383564, -0.282371, -0.206192, -0.083690, 0.419334",\
|
|
"-0.271907, -0.170714, -0.094535, 0.027967, 0.530991",\
|
|
"0.188259, 0.289452, 0.365630, 0.488133, 0.991156");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.797367, -0.696174, -0.619995, -0.497493, 0.005531",\
|
|
"-0.862814, -0.761621, -0.685442, -0.562940, -0.059916",\
|
|
"-0.899512, -0.798319, -0.722140, -0.599638, -0.096614",\
|
|
"-0.940902, -0.839709, -0.763531, -0.641028, -0.138005",\
|
|
"-1.110507, -1.009314, -0.933135, -0.810633, -0.307609");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007167 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.797235, 0.699640, 0.614849, 0.491884, -0.013319",\
|
|
"0.843380, 0.745786, 0.660995, 0.538030, 0.032827",\
|
|
"0.850742, 0.753147, 0.668356, 0.545391, 0.040188",\
|
|
"0.832492, 0.734897, 0.650107, 0.527142, 0.021939",\
|
|
"0.757281, 0.659687, 0.574896, 0.451931, -0.053272");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.288132, 1.190537, 1.105746, 0.982781, 0.477578",\
|
|
"1.385557, 1.287963, 1.203172, 1.080207, 0.575004",\
|
|
"1.463836, 1.366241, 1.281450, 1.158485, 0.653282",\
|
|
"1.601418, 1.503823, 1.419032, 1.296067, 0.790864",\
|
|
"2.168429, 2.070834, 1.986043, 1.863078, 1.357875");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.672794, -0.548826, -0.429502, -0.225540, 0.613472",\
|
|
"-0.677931, -0.553963, -0.434639, -0.230677, 0.608335",\
|
|
"-0.631730, -0.507762, -0.388437, -0.184475, 0.654536",\
|
|
"-0.490015, -0.366047, -0.246723, -0.042761, 0.796251",\
|
|
"0.094025, 0.217993, 0.337318, 0.541280, 1.380291");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.143657, -1.019689, -0.900365, -0.696402, 0.142609",\
|
|
"-1.198590, -1.074622, -0.955298, -0.751336, 0.087676",\
|
|
"-1.221370, -1.097402, -0.978078, -0.774116, 0.064896",\
|
|
"-1.231025, -1.107057, -0.987733, -0.783771, 0.055241",\
|
|
"-1.270817, -1.146849, -1.027525, -0.823563, 0.015449");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[22]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.428599, 0.405824, 0.434272, 0.552941, 1.043808",\
|
|
"0.474744, 0.451970, 0.480418, 0.599087, 1.089954",\
|
|
"0.482106, 0.459331, 0.487779, 0.606448, 1.097315",\
|
|
"0.463856, 0.441082, 0.469530, 0.588199, 1.079065",\
|
|
"0.388645, 0.365871, 0.394319, 0.512988, 1.003855");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.792874, 0.770100, 0.798548, 0.917216, 1.408083",\
|
|
"0.890300, 0.867525, 0.895973, 1.014642, 1.505509",\
|
|
"0.968578, 0.945804, 0.974252, 1.092921, 1.583787",\
|
|
"1.106160, 1.083386, 1.111834, 1.230503, 1.721370",\
|
|
"1.673172, 1.650397, 1.678845, 1.797514, 2.288381");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.298692, -0.197499, -0.121321, 0.001182, 0.504205",\
|
|
"-0.303829, -0.202636, -0.126458, -0.003955, 0.499068",\
|
|
"-0.257628, -0.156435, -0.080256, 0.042246, 0.545270",\
|
|
"-0.115914, -0.014721, 0.061458, 0.183960, 0.686984",\
|
|
"0.468127, 0.569320, 0.645499, 0.768001, 1.271025");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.647383, -0.546190, -0.470011, -0.347509, 0.155515",\
|
|
"-0.702316, -0.601123, -0.524944, -0.402442, 0.100582",\
|
|
"-0.725096, -0.623903, -0.547724, -0.425222, 0.077802",\
|
|
"-0.734751, -0.633558, -0.557379, -0.434877, 0.068147",\
|
|
"-0.774543, -0.673350, -0.597171, -0.474669, 0.028355");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007596 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.915095, 0.817500, 0.732709, 0.609744, 0.104541",\
|
|
"0.948857, 0.851262, 0.766472, 0.643507, 0.138304",\
|
|
"0.943721, 0.846126, 0.761335, 0.638370, 0.133167",\
|
|
"0.897051, 0.799456, 0.714666, 0.591701, 0.086498",\
|
|
"0.701315, 0.603720, 0.518930, 0.395964, -0.109238");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.298838, 1.201243, 1.116452, 0.993487, 0.488284",\
|
|
"1.398869, 1.301274, 1.216483, 1.093518, 0.588315",\
|
|
"1.485412, 1.387817, 1.303026, 1.180061, 0.674858",\
|
|
"1.637529, 1.539934, 1.455144, 1.332179, 0.826976",\
|
|
"2.264015, 2.166420, 2.081629, 1.958664, 1.453461");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.851482, -0.727514, -0.608190, -0.404228, 0.434784",\
|
|
"-0.834805, -0.710836, -0.591512, -0.387550, 0.451462",\
|
|
"-0.763799, -0.639831, -0.520507, -0.316545, 0.522467",\
|
|
"-0.565298, -0.441329, -0.322005, -0.118043, 0.720969",\
|
|
"0.256176, 0.380144, 0.499468, 0.703430, 1.542442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.193571, -1.069602, -0.950278, -0.746316, 0.092695",\
|
|
"-1.241835, -1.117867, -0.998543, -0.794581, 0.044431",\
|
|
"-1.260778, -1.136810, -1.017486, -0.813524, 0.025488",\
|
|
"-1.257076, -1.133107, -1.013783, -0.809821, 0.029191",\
|
|
"-1.241386, -1.117418, -0.998093, -0.794131, 0.044880");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[21]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.533123, 0.510348, 0.538796, 0.657465, 1.148332",\
|
|
"0.566885, 0.544111, 0.572559, 0.691228, 1.182094",\
|
|
"0.561749, 0.538974, 0.567422, 0.686091, 1.176958",\
|
|
"0.515079, 0.492305, 0.520753, 0.639422, 1.130288",\
|
|
"0.319343, 0.296569, 0.325017, 0.443686, 0.934552");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.788784, 0.766010, 0.794458, 0.913126, 1.403993",\
|
|
"0.888815, 0.866041, 0.894489, 1.013157, 1.504024",\
|
|
"0.975358, 0.952583, 0.981031, 1.099700, 1.590567",\
|
|
"1.127476, 1.104701, 1.133149, 1.251818, 1.742685",\
|
|
"1.753961, 1.731187, 1.759635, 1.878303, 2.369170");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.481210, -0.380017, -0.303838, -0.181336, 0.321688",\
|
|
"-0.464532, -0.363339, -0.287160, -0.164658, 0.338366",\
|
|
"-0.393526, -0.292333, -0.216155, -0.093652, 0.409371",\
|
|
"-0.195025, -0.093832, -0.017653, 0.104849, 0.607873",\
|
|
"0.626448, 0.727641, 0.803820, 0.926322, 1.429346");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.703348, -0.602155, -0.525976, -0.403474, 0.099550",\
|
|
"-0.751612, -0.650419, -0.574240, -0.451738, 0.051286",\
|
|
"-0.770556, -0.669363, -0.593184, -0.470682, 0.032342",\
|
|
"-0.766853, -0.665660, -0.589481, -0.466979, 0.036045",\
|
|
"-0.751163, -0.649970, -0.573791, -0.451289, 0.051735");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.009503 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.890056, 0.792457, 0.707707, 0.584622, 0.079345",\
|
|
"0.936114, 0.838515, 0.753765, 0.630680, 0.125403",\
|
|
"0.943520, 0.845921, 0.761172, 0.638086, 0.132809",\
|
|
"0.924727, 0.827128, 0.742378, 0.619293, 0.114016",\
|
|
"0.847277, 0.749677, 0.664928, 0.541842, 0.036565");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.327179, 1.229580, 1.144831, 1.021745, 0.516468",\
|
|
"1.424711, 1.327111, 1.242362, 1.119277, 0.613999",\
|
|
"1.503344, 1.405745, 1.320995, 1.197910, 0.692633",\
|
|
"1.641112, 1.543513, 1.458763, 1.335678, 0.830400",\
|
|
"2.207593, 2.109993, 2.025244, 1.902158, 1.396881");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.659311, -0.535254, -0.416014, -0.211932, 0.627154",\
|
|
"-0.608832, -0.484775, -0.365535, -0.161453, 0.677633",\
|
|
"-0.489978, -0.365921, -0.246681, -0.042599, 0.796487",\
|
|
"-0.180147, -0.056090, 0.063150, 0.267232, 1.106318",\
|
|
"1.096745, 1.220801, 1.340041, 1.544124, 2.383210");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.071037, -0.946980, -0.827740, -0.623658, 0.215428",\
|
|
"-1.069281, -0.945225, -0.825985, -0.621902, 0.217184",\
|
|
"-1.018068, -0.894011, -0.774771, -0.570689, 0.268397",\
|
|
"-0.856530, -0.732474, -0.613234, -0.409151, 0.429935",\
|
|
"-0.189500, -0.065443, 0.053797, 0.257879, 1.096965");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.824719, 0.801944, 0.830392, 0.949061, 1.439962",\
|
|
"0.870777, 0.848003, 0.876451, 0.995119, 1.486020",\
|
|
"0.878183, 0.855409, 0.883857, 1.002525, 1.493426",\
|
|
"0.859390, 0.836616, 0.865064, 0.983732, 1.474633",\
|
|
"0.781939, 0.759165, 0.787613, 0.906281, 1.397182");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.114374, 1.091599, 1.120047, 1.238716, 1.729617",\
|
|
"1.211905, 1.189131, 1.217579, 1.336247, 1.827148",\
|
|
"1.290539, 1.267764, 1.296212, 1.414881, 1.905782",\
|
|
"1.428307, 1.405532, 1.433980, 1.552649, 2.043550",\
|
|
"1.994787, 1.972013, 2.000461, 2.119129, 2.610030");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.608110, -0.506917, -0.430738, -0.308236, 0.194788",\
|
|
"-0.557631, -0.456438, -0.380259, -0.257757, 0.245267",\
|
|
"-0.438777, -0.337584, -0.261405, -0.138903, 0.364121",\
|
|
"-0.128945, -0.027752, 0.048426, 0.170928, 0.673952",\
|
|
"1.147946, 1.249139, 1.325318, 1.447820, 1.950843");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.877966, -0.776773, -0.700594, -0.578092, -0.075068",\
|
|
"-0.876211, -0.775018, -0.698839, -0.576337, -0.073313",\
|
|
"-0.824997, -0.723804, -0.647625, -0.525123, -0.022099",\
|
|
"-0.663460, -0.562267, -0.486088, -0.363586, 0.139438",\
|
|
"0.003571, 0.104764, 0.180943, 0.303445, 0.806469");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.008889 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.903007, 0.805412, 0.720621, 0.597656, 0.092453",\
|
|
"0.950999, 0.853405, 0.768614, 0.645649, 0.140446",\
|
|
"0.958969, 0.861374, 0.776584, 0.653619, 0.148415",\
|
|
"0.937252, 0.839657, 0.754866, 0.631901, 0.126698",\
|
|
"0.847747, 0.750152, 0.665362, 0.542397, 0.037194");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.394446, 1.296852, 1.212061, 1.089096, 0.583893",\
|
|
"1.498207, 1.400612, 1.315822, 1.192857, 0.687653",\
|
|
"1.589203, 1.491609, 1.406818, 1.283853, 0.778650",\
|
|
"1.744069, 1.646474, 1.561684, 1.438719, 0.933515",\
|
|
"2.381310, 2.283716, 2.198925, 2.075960, 1.570757");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.822417, -0.698449, -0.579125, -0.375163, 0.463849",\
|
|
"-0.753983, -0.630014, -0.510690, -0.306728, 0.532284",\
|
|
"-0.609802, -0.485834, -0.366510, -0.162547, 0.676465",\
|
|
"-0.237369, -0.113400, 0.005924, 0.209886, 1.048898",\
|
|
"1.297522, 1.421490, 1.540814, 1.744776, 2.583788");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.243544, -1.119576, -1.000252, -0.796290, 0.042722",\
|
|
"-1.224717, -1.100749, -0.981425, -0.777463, 0.061549",\
|
|
"-1.155518, -1.031550, -0.912226, -0.708264, 0.130748",\
|
|
"-0.941124, -0.817156, -0.697832, -0.493870, 0.345142",\
|
|
"-0.056555, 0.067413, 0.186737, 0.390700, 1.229712");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[19]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.512426, 0.489651, 0.518099, 0.636768, 1.127635",\
|
|
"0.560419, 0.537644, 0.566092, 0.684761, 1.175628",\
|
|
"0.568388, 0.545614, 0.574062, 0.692731, 1.183597",\
|
|
"0.546671, 0.523896, 0.552344, 0.671013, 1.161880",\
|
|
"0.457166, 0.434392, 0.462840, 0.581509, 1.072376");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.880035, 0.857260, 0.885708, 1.004377, 1.495244",\
|
|
"0.983796, 0.961021, 0.989469, 1.108138, 1.599005",\
|
|
"1.074792, 1.052017, 1.080465, 1.199134, 1.690001",\
|
|
"1.229658, 1.206883, 1.235331, 1.354000, 1.844867",\
|
|
"1.866900, 1.844125, 1.872573, 1.991242, 2.482109");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.430940, -0.329747, -0.253568, -0.131066, 0.371958",\
|
|
"-0.362506, -0.261313, -0.185134, -0.062632, 0.440392",\
|
|
"-0.218325, -0.117132, -0.040953, 0.081549, 0.584573",\
|
|
"0.154108, 0.255301, 0.331480, 0.453982, 0.957006",\
|
|
"1.688998, 1.790191, 1.866370, 1.988872, 2.491896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.730300, -0.629107, -0.552928, -0.430426, 0.072598",\
|
|
"-0.711473, -0.610280, -0.534101, -0.411599, 0.091425",\
|
|
"-0.642273, -0.541080, -0.464902, -0.342400, 0.160624",\
|
|
"-0.427880, -0.326687, -0.250508, -0.128006, 0.375018",\
|
|
"0.456690, 0.557883, 0.634062, 0.756564, 1.259588");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.010284 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.651983, 0.554388, 0.469597, 0.346632, -0.158570",\
|
|
"0.714112, 0.616518, 0.531727, 0.408762, -0.096441",\
|
|
"0.737409, 0.639814, 0.555024, 0.432059, -0.073144",\
|
|
"0.739018, 0.641423, 0.556633, 0.433668, -0.071535",\
|
|
"0.745839, 0.648244, 0.563453, 0.440488, -0.064714");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.177328, 1.079733, 0.994942, 0.871977, 0.366774",\
|
|
"1.291201, 1.193607, 1.108816, 0.985851, 0.480648",\
|
|
"1.391711, 1.294116, 1.209325, 1.086360, 0.581158",\
|
|
"1.558774, 1.461179, 1.376389, 1.253424, 0.748221",\
|
|
"2.248208, 2.150614, 2.065823, 1.942858, 1.437655");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[18]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.517949, -0.393980, -0.274656, -0.070694, 0.768317",\
|
|
"-0.580078, -0.456110, -0.336786, -0.132824, 0.706188",\
|
|
"-0.603375, -0.479407, -0.360083, -0.156120, 0.682891",\
|
|
"-0.604984, -0.481016, -0.361692, -0.157730, 0.681282",\
|
|
"-0.611804, -0.487836, -0.368512, -0.164550, 0.674461");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.896688, -0.772720, -0.653396, -0.449434, 0.389578",\
|
|
"-1.010562, -0.886594, -0.767270, -0.563308, 0.275704",\
|
|
"-1.111071, -0.987103, -0.867779, -0.663817, 0.175195",\
|
|
"-1.278134, -1.154166, -1.034842, -0.830880, 0.008131",\
|
|
"-1.967569, -1.843601, -1.724277, -1.520314, -0.681303");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[18]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.615040, 0.592266, 0.620714, 0.739383, 1.230250",\
|
|
"0.677170, 0.654395, 0.682843, 0.801512, 1.292379",\
|
|
"0.700467, 0.677692, 0.706140, 0.824809, 1.315676",\
|
|
"0.702076, 0.679301, 0.707749, 0.826418, 1.317285",\
|
|
"0.708896, 0.686122, 0.714570, 0.833239, 1.324106");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.002955, 0.980180, 1.008628, 1.127297, 1.618164",\
|
|
"1.116829, 1.094054, 1.122502, 1.241171, 1.732038",\
|
|
"1.217338, 1.194564, 1.223011, 1.341680, 1.832547",\
|
|
"1.384401, 1.361627, 1.390075, 1.508744, 1.999611",\
|
|
"2.073835, 2.051061, 2.079509, 2.198178, 2.689045");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.424671, -0.323470, -0.247274, -0.124723, 0.378503",\
|
|
"-0.486800, -0.385600, -0.309403, -0.186853, 0.316374",\
|
|
"-0.510097, -0.408896, -0.332700, -0.210150, 0.293077",\
|
|
"-0.511706, -0.410506, -0.334309, -0.211759, 0.291468",\
|
|
"-0.518526, -0.417326, -0.341130, -0.218579, 0.284647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.667136, -0.565935, -0.489739, -0.367188, 0.136038",\
|
|
"-0.781009, -0.679809, -0.603613, -0.481062, 0.022164",\
|
|
"-0.881519, -0.780318, -0.704122, -0.581572, -0.078345",\
|
|
"-1.048582, -0.947382, -0.871185, -0.748635, -0.245408",\
|
|
"-1.738016, -1.636816, -1.560619, -1.438069, -0.934842");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.010986 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.748904, 0.651309, 0.566518, 0.443553, -0.061650",\
|
|
"0.796915, 0.699320, 0.614530, 0.491565, -0.013638",\
|
|
"0.804909, 0.707314, 0.622523, 0.499558, -0.005645",\
|
|
"0.783607, 0.686012, 0.601221, 0.478256, -0.026947",\
|
|
"0.695760, 0.598166, 0.513375, 0.390410, -0.114793");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.096485, 0.998891, 0.914100, 0.791135, 0.285932",\
|
|
"1.200248, 1.102653, 1.017863, 0.894897, 0.389695",\
|
|
"1.294038, 1.196443, 1.111653, 0.988688, 0.483485",\
|
|
"1.448496, 1.350901, 1.266111, 1.143146, 0.637943",\
|
|
"2.082583, 1.984988, 1.900198, 1.777233, 1.272030");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.714638, -0.590670, -0.471345, -0.267383, 0.571628",\
|
|
"-0.732462, -0.608494, -0.489170, -0.285208, 0.553804",\
|
|
"-0.700988, -0.577020, -0.457696, -0.253734, 0.585278",\
|
|
"-0.588711, -0.464743, -0.345419, -0.141456, 0.697555",\
|
|
"-0.125932, -0.001964, 0.117360, 0.321322, 1.160334");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.011344, -0.887375, -0.768051, -0.564089, 0.274922",\
|
|
"-1.084395, -0.960426, -0.841102, -0.637140, 0.201872",\
|
|
"-1.138032, -1.014064, -0.894740, -0.690778, 0.148234",\
|
|
"-1.199937, -1.075969, -0.956645, -0.752683, 0.086329",\
|
|
"-1.452588, -1.328619, -1.209295, -1.005333, -0.166322");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[17]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.398180, 0.375406, 0.403854, 0.522523, 1.013390",\
|
|
"0.446192, 0.423417, 0.451865, 0.570534, 1.061401",\
|
|
"0.454185, 0.431411, 0.459859, 0.578528, 1.069395",\
|
|
"0.432884, 0.410109, 0.438557, 0.557226, 1.048093",\
|
|
"0.345037, 0.322263, 0.350711, 0.469380, 0.960246");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.619208, 0.596433, 0.624881, 0.743550, 1.234417",\
|
|
"0.722971, 0.700196, 0.728644, 0.847313, 1.338180",\
|
|
"0.816761, 0.793986, 0.822434, 0.941103, 1.431970",\
|
|
"0.971219, 0.948444, 0.976892, 1.095561, 1.586428",\
|
|
"1.605306, 1.582531, 1.610979, 1.729648, 2.220515");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.308852, -0.207651, -0.131455, -0.008904, 0.494322",\
|
|
"-0.326676, -0.225476, -0.149279, -0.026729, 0.476498",\
|
|
"-0.295202, -0.194002, -0.117805, 0.004745, 0.507972",\
|
|
"-0.182925, -0.081724, -0.005528, 0.117022, 0.620249",\
|
|
"0.279854, 0.381054, 0.457251, 0.579801, 1.083028");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.480309, -0.379109, -0.302912, -0.180362, 0.322865",\
|
|
"-0.553360, -0.452160, -0.375963, -0.253413, 0.249814",\
|
|
"-0.606998, -0.505798, -0.429601, -0.307051, 0.196176",\
|
|
"-0.668903, -0.567702, -0.491506, -0.368955, 0.134271",\
|
|
"-0.921553, -0.820353, -0.744156, -0.621606, -0.118379");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.012659 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.500686, 0.403091, 0.318300, 0.195335, -0.309868",\
|
|
"0.546800, 0.449205, 0.364415, 0.241450, -0.263753",\
|
|
"0.554101, 0.456507, 0.371716, 0.248751, -0.256452",\
|
|
"0.535665, 0.438070, 0.353280, 0.230315, -0.274888",\
|
|
"0.457681, 0.360086, 0.275296, 0.152331, -0.352872");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.766057, 0.668463, 0.583672, 0.460707, -0.044496",\
|
|
"0.865244, 0.767649, 0.682859, 0.559894, 0.054691",\
|
|
"0.944025, 0.846430, 0.761639, 0.638674, 0.133471",\
|
|
"1.082574, 0.984979, 0.900189, 0.777224, 0.272021",\
|
|
"1.650968, 1.553373, 1.468582, 1.345617, 0.840414");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[16]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.389249, -0.265281, -0.145957, 0.058006, 0.897017",\
|
|
"-0.395425, -0.271457, -0.152133, 0.051829, 0.890841",\
|
|
"-0.350475, -0.226507, -0.107183, 0.096779, 0.935791",\
|
|
"-0.211597, -0.087629, 0.031695, 0.235657, 1.074669",\
|
|
"0.362758, 0.486727, 0.606051, 0.810013, 1.649024");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.606224, -0.482255, -0.362931, -0.158969, 0.680043",\
|
|
"-0.664635, -0.540666, -0.421342, -0.217380, 0.621632",\
|
|
"-0.690072, -0.566103, -0.446779, -0.242817, 0.596195",\
|
|
"-0.705661, -0.581693, -0.462369, -0.258407, 0.580605",\
|
|
"-0.767221, -0.643252, -0.523928, -0.319966, 0.519046");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[16]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.534926, 0.512151, 0.540599, 0.659268, 1.150135",\
|
|
"0.581040, 0.558266, 0.586714, 0.705383, 1.196249",\
|
|
"0.588341, 0.565567, 0.594015, 0.712684, 1.203551",\
|
|
"0.569905, 0.547131, 0.575579, 0.694248, 1.185115",\
|
|
"0.491921, 0.469147, 0.497595, 0.616264, 1.107130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.781983, 0.759209, 0.787657, 0.906326, 1.397192",\
|
|
"0.881170, 0.858396, 0.886843, 1.005512, 1.496379",\
|
|
"0.959951, 0.937176, 0.965624, 1.084293, 1.575160",\
|
|
"1.098500, 1.075726, 1.104174, 1.222842, 1.713709",\
|
|
"1.666893, 1.644119, 1.672567, 1.791236, 2.282103");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.401292, -0.300093, -0.223899, -0.101359, 0.401832",\
|
|
"-0.407468, -0.306269, -0.230076, -0.107535, 0.395655",\
|
|
"-0.362518, -0.261319, -0.185126, -0.062585, 0.440605",\
|
|
"-0.223640, -0.122441, -0.046248, 0.076293, 0.579483",\
|
|
"0.350716, 0.451915, 0.528108, 0.650649, 1.153839");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.602530, -0.501331, -0.425138, -0.302597, 0.200593",\
|
|
"-0.660941, -0.559742, -0.483549, -0.361008, 0.142182",\
|
|
"-0.686378, -0.585179, -0.508986, -0.386445, 0.116745",\
|
|
"-0.701968, -0.600769, -0.524576, -0.402035, 0.101155",\
|
|
"-0.763527, -0.662328, -0.586135, -0.463594, 0.039596");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.010006 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.766002, 0.668407, 0.583616, 0.460651, -0.044552",\
|
|
"0.812076, 0.714481, 0.629690, 0.506725, 0.001522",\
|
|
"0.819665, 0.722070, 0.637279, 0.514314, 0.009111",\
|
|
"0.800994, 0.703399, 0.618609, 0.495643, -0.009560",\
|
|
"0.724047, 0.626452, 0.541662, 0.418697, -0.086507");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.232118, 1.134523, 1.049733, 0.926768, 0.421564",\
|
|
"1.329546, 1.231951, 1.147160, 1.024195, 0.518992",\
|
|
"1.407907, 1.310312, 1.225522, 1.102556, 0.597353",\
|
|
"1.544847, 1.447253, 1.362462, 1.239497, 0.734293",\
|
|
"2.108870, 2.011275, 1.926485, 1.803520, 1.298316");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[15]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.639927, -0.515958, -0.396634, -0.192672, 0.646340",\
|
|
"-0.686000, -0.562032, -0.442708, -0.238746, 0.600266",\
|
|
"-0.693590, -0.569622, -0.450298, -0.246335, 0.592677",\
|
|
"-0.674919, -0.550951, -0.431627, -0.227665, 0.611348",\
|
|
"-0.597972, -0.474004, -0.354680, -0.150718, 0.688294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.118327, -0.994359, -0.875035, -0.671073, 0.167940",\
|
|
"-1.215755, -1.091786, -0.972462, -0.768500, 0.070512",\
|
|
"-1.294116, -1.170148, -1.050823, -0.846861, -0.007849",\
|
|
"-1.431056, -1.307088, -1.187764, -0.983802, -0.144790",\
|
|
"-1.995079, -1.871111, -1.751787, -1.547825, -0.708812");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[15]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.410560, 0.387786, 0.416234, 0.534902, 1.025769",\
|
|
"0.456634, 0.433860, 0.462308, 0.580976, 1.071843",\
|
|
"0.464223, 0.441449, 0.469897, 0.588566, 1.079432",\
|
|
"0.445552, 0.422778, 0.451226, 0.569895, 1.060762",\
|
|
"0.368606, 0.345831, 0.374279, 0.492948, 0.983815");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.751401, 0.728626, 0.757074, 0.875743, 1.366610",\
|
|
"0.848828, 0.826054, 0.854502, 0.973171, 1.464038",\
|
|
"0.927190, 0.904415, 0.932863, 1.051532, 1.542399",\
|
|
"1.064130, 1.041356, 1.069804, 1.188473, 1.679340",\
|
|
"1.628153, 1.605378, 1.633826, 1.752495, 2.243362");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.264406, -0.163213, -0.087034, 0.035468, 0.538492",\
|
|
"-0.310480, -0.209287, -0.133108, -0.010606, 0.492418",\
|
|
"-0.318069, -0.216876, -0.140697, -0.018195, 0.484829",\
|
|
"-0.299398, -0.198205, -0.122026, 0.000476, 0.503500",\
|
|
"-0.222451, -0.121258, -0.045079, 0.077423, 0.580447");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.621207, -0.520014, -0.443835, -0.321333, 0.181691",\
|
|
"-0.718634, -0.617441, -0.541263, -0.418760, 0.084263",\
|
|
"-0.796996, -0.695803, -0.619624, -0.497122, 0.005902",\
|
|
"-0.933936, -0.832743, -0.756564, -0.634062, -0.131038",\
|
|
"-1.497959, -1.396766, -1.320587, -1.198085, -0.695061");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.014311 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.766490, 0.668895, 0.584104, 0.461139, -0.044064",\
|
|
"0.814542, 0.716947, 0.632156, 0.509191, 0.003988",\
|
|
"0.822526, 0.724931, 0.640141, 0.517176, 0.011973",\
|
|
"0.801044, 0.703449, 0.618659, 0.495693, -0.009510",\
|
|
"0.712511, 0.614916, 0.530125, 0.407160, -0.098043");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.282091, 1.184496, 1.099705, 0.976740, 0.471537",\
|
|
"1.385805, 1.288211, 1.203420, 1.080455, 0.575252",\
|
|
"1.476978, 1.379383, 1.294592, 1.171627, 0.666424",\
|
|
"1.631956, 1.534361, 1.449570, 1.326605, 0.821402",\
|
|
"2.269300, 2.171705, 2.086915, 1.963950, 1.458747");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[14]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.646004, -0.522036, -0.402712, -0.198750, 0.640262",\
|
|
"-0.694057, -0.570089, -0.450764, -0.246802, 0.592210",\
|
|
"-0.702041, -0.578073, -0.458749, -0.254786, 0.584225",\
|
|
"-0.680559, -0.556591, -0.437266, -0.233304, 0.605707",\
|
|
"-0.592025, -0.468057, -0.348733, -0.144771, 0.694241");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.100172, -0.976204, -0.856880, -0.652918, 0.186094",\
|
|
"-1.203887, -1.079919, -0.960595, -0.756633, 0.082379",\
|
|
"-1.295059, -1.171091, -1.051767, -0.847805, -0.008793",\
|
|
"-1.450037, -1.326069, -1.206745, -1.002783, -0.163771",\
|
|
"-2.087382, -1.963413, -1.844089, -1.640127, -0.801115");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[14]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.397737, 0.374962, 0.403410, 0.522079, 1.012946",\
|
|
"0.445789, 0.423015, 0.451463, 0.570131, 1.060998",\
|
|
"0.453773, 0.430999, 0.459447, 0.578116, 1.068982",\
|
|
"0.432291, 0.409517, 0.437965, 0.556633, 1.047500",\
|
|
"0.343758, 0.320983, 0.349431, 0.468100, 0.958967");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.786866, 0.764092, 0.792540, 0.911209, 1.402076",\
|
|
"0.890581, 0.867806, 0.896254, 1.014923, 1.505790",\
|
|
"0.981753, 0.958979, 0.987427, 1.106096, 1.596962",\
|
|
"1.136732, 1.113957, 1.142405, 1.261074, 1.751941",\
|
|
"1.774076, 1.751301, 1.779749, 1.898418, 2.389285");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.271664, -0.170471, -0.094292, 0.028210, 0.531234",\
|
|
"-0.319716, -0.218523, -0.142344, -0.019842, 0.483182",\
|
|
"-0.327700, -0.226507, -0.150328, -0.027826, 0.475198",\
|
|
"-0.306218, -0.205025, -0.128846, -0.006344, 0.496680",\
|
|
"-0.217685, -0.116492, -0.040313, 0.082189, 0.585213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.603927, -0.502734, -0.426555, -0.304053, 0.198971",\
|
|
"-0.707642, -0.606449, -0.530270, -0.407768, 0.095256",\
|
|
"-0.798814, -0.697621, -0.621442, -0.498940, 0.004084",\
|
|
"-0.953793, -0.852600, -0.776421, -0.653919, -0.150895",\
|
|
"-1.591136, -1.489944, -1.413765, -1.291263, -0.788239");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006668 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.874360, 0.776766, 0.691975, 0.569010, 0.063807",\
|
|
"0.908164, 0.810569, 0.725778, 0.602813, 0.097610",\
|
|
"0.903256, 0.805661, 0.720871, 0.597906, 0.092703",\
|
|
"0.855806, 0.758211, 0.673420, 0.550455, 0.045252",\
|
|
"0.657679, 0.560084, 0.475293, 0.352328, -0.152875");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.249716, 1.152121, 1.067330, 0.944365, 0.439162",\
|
|
"1.349177, 1.251583, 1.166792, 1.043827, 0.538624",\
|
|
"1.434236, 1.336641, 1.251851, 1.128886, 0.623683",\
|
|
"1.584186, 1.486591, 1.401801, 1.278836, 0.773633",\
|
|
"2.202050, 2.104456, 2.019665, 1.896700, 1.391497");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.788258, -0.664290, -0.544966, -0.341004, 0.498008",\
|
|
"-0.793096, -0.669128, -0.549804, -0.345842, 0.493170",\
|
|
"-0.750363, -0.626395, -0.507071, -0.303109, 0.535903",\
|
|
"-0.615723, -0.491754, -0.372430, -0.168468, 0.670543",\
|
|
"-0.058264, 0.065704, 0.185028, 0.388990, 1.228002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.135124, -1.011156, -0.891832, -0.687870, 0.151142",\
|
|
"-1.204784, -1.080816, -0.961492, -0.757530, 0.081482",\
|
|
"-1.250926, -1.126958, -1.007634, -0.803672, 0.035340",\
|
|
"-1.311171, -1.187203, -1.067879, -0.863917, -0.024905",\
|
|
"-1.559339, -1.435371, -1.316047, -1.112085, -0.273073");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[13]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.492388, 0.469614, 0.498062, 0.616731, 1.107598",\
|
|
"0.526192, 0.503417, 0.531865, 0.650534, 1.141401",\
|
|
"0.521284, 0.498510, 0.526958, 0.645627, 1.136494",\
|
|
"0.473834, 0.451059, 0.479507, 0.598176, 1.089043",\
|
|
"0.275707, 0.252933, 0.281381, 0.400049, 0.890916");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.739662, 0.716887, 0.745335, 0.864004, 1.354871",\
|
|
"0.839124, 0.816349, 0.844797, 0.963466, 1.454333",\
|
|
"0.924182, 0.901408, 0.929856, 1.048524, 1.539391",\
|
|
"1.074132, 1.051358, 1.079806, 1.198475, 1.689341",\
|
|
"1.691997, 1.669222, 1.697670, 1.816339, 2.307206");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.417986, -0.316793, -0.240614, -0.118112, 0.384912",\
|
|
"-0.422824, -0.321631, -0.245452, -0.122950, 0.380074",\
|
|
"-0.380091, -0.278898, -0.202719, -0.080217, 0.422807",\
|
|
"-0.245450, -0.144257, -0.068078, 0.054424, 0.557448",\
|
|
"0.312008, 0.413201, 0.489380, 0.611882, 1.114906");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.644901, -0.543708, -0.467530, -0.345028, 0.157996",\
|
|
"-0.714561, -0.613368, -0.537190, -0.414688, 0.088336",\
|
|
"-0.760703, -0.659510, -0.583331, -0.460829, 0.042194",\
|
|
"-0.820948, -0.719755, -0.643577, -0.521075, -0.018051",\
|
|
"-1.069116, -0.967923, -0.891744, -0.769242, -0.266219");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.008075 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.753130, 0.655531, 0.570782, 0.447696, -0.057581",\
|
|
"0.799197, 0.701598, 0.616848, 0.493763, -0.011515",\
|
|
"0.806659, 0.709060, 0.624310, 0.501225, -0.004053",\
|
|
"0.787833, 0.690233, 0.605484, 0.482398, -0.022879",\
|
|
"0.708829, 0.611230, 0.526480, 0.403395, -0.101882");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.341392, 1.243793, 1.159043, 1.035958, 0.530681",\
|
|
"1.438872, 1.341273, 1.256523, 1.133438, 0.628161",\
|
|
"1.517270, 1.419671, 1.334921, 1.211836, 0.706559",\
|
|
"1.654446, 1.556847, 1.472097, 1.349012, 0.843735",\
|
|
"2.216997, 2.119397, 2.034648, 1.911562, 1.406285");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[12]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.549781, -0.425724, -0.306484, -0.102402, 0.736684",\
|
|
"-0.595847, -0.471790, -0.352550, -0.148468, 0.690618",\
|
|
"-0.603309, -0.479252, -0.360012, -0.155930, 0.683156",\
|
|
"-0.584483, -0.460426, -0.341186, -0.137104, 0.701982",\
|
|
"-0.505479, -0.381423, -0.262183, -0.058100, 0.780986");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.055393, -0.931336, -0.812096, -0.608014, 0.231072",\
|
|
"-1.152873, -1.028816, -0.909576, -0.705494, 0.133592",\
|
|
"-1.231271, -1.107214, -0.987974, -0.783892, 0.055194",\
|
|
"-1.368447, -1.244390, -1.125150, -0.921068, -0.081982",\
|
|
"-1.930997, -1.806940, -1.687700, -1.483618, -0.644532");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[12]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.687793, 0.665019, 0.693467, 0.812135, 1.303036",\
|
|
"0.733860, 0.711085, 0.739533, 0.858202, 1.349102",\
|
|
"0.741322, 0.718547, 0.746995, 0.865664, 1.356565",\
|
|
"0.722495, 0.699721, 0.728169, 0.846837, 1.337738",\
|
|
"0.643492, 0.620717, 0.649165, 0.767834, 1.258735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.128587, 1.105812, 1.134260, 1.252929, 1.743829",\
|
|
"1.226067, 1.203292, 1.231740, 1.350409, 1.841310",\
|
|
"1.304465, 1.281690, 1.310138, 1.428807, 1.919708",\
|
|
"1.441641, 1.418866, 1.447314, 1.565983, 2.056884",\
|
|
"2.004191, 1.981416, 2.009864, 2.128533, 2.619434");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.498579, -0.397386, -0.321208, -0.198706, 0.304318",\
|
|
"-0.544646, -0.443453, -0.367274, -0.244772, 0.258252",\
|
|
"-0.552108, -0.450915, -0.374736, -0.252234, 0.250790",\
|
|
"-0.533282, -0.432089, -0.355910, -0.233408, 0.269616",\
|
|
"-0.454278, -0.353085, -0.276906, -0.154404, 0.348620");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.862322, -0.761129, -0.684950, -0.562448, -0.059424",\
|
|
"-0.959802, -0.858609, -0.782430, -0.659928, -0.156904",\
|
|
"-1.038200, -0.937007, -0.860828, -0.738326, -0.235302",\
|
|
"-1.175376, -1.074183, -0.998004, -0.875502, -0.372478",\
|
|
"-1.737926, -1.636733, -1.560554, -1.438052, -0.935028");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007679 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.012762, 0.915167, 0.830377, 0.707412, 0.202208",\
|
|
"1.046613, 0.949018, 0.864227, 0.741262, 0.236059",\
|
|
"1.040972, 0.943377, 0.858587, 0.735622, 0.230418",\
|
|
"0.992843, 0.895248, 0.810457, 0.687492, 0.182289",\
|
|
"0.794490, 0.696895, 0.612104, 0.489139, -0.016064");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.719129, 1.621534, 1.536744, 1.413779, 0.908575",\
|
|
"1.819429, 1.721835, 1.637044, 1.514079, 1.008876",\
|
|
"1.906725, 1.809130, 1.724339, 1.601374, 1.096171",\
|
|
"2.060355, 1.962760, 1.877969, 1.755004, 1.249801",\
|
|
"2.693291, 2.595696, 2.510906, 2.387941, 1.882738");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.908199, -0.784230, -0.664906, -0.460944, 0.378068",\
|
|
"-0.942049, -0.818081, -0.698757, -0.494795, 0.344217",\
|
|
"-0.936409, -0.812441, -0.693116, -0.489154, 0.349858",\
|
|
"-0.888279, -0.764311, -0.644987, -0.441025, 0.397987",\
|
|
"-0.689926, -0.565958, -0.446634, -0.242672, 0.596340");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.351107, -1.227138, -1.107814, -0.903852, -0.064840",\
|
|
"-1.451407, -1.327439, -1.208115, -1.004152, -0.165140",\
|
|
"-1.538703, -1.414734, -1.295410, -1.091448, -0.252436",\
|
|
"-1.692333, -1.568364, -1.449040, -1.245078, -0.406066",\
|
|
"-2.325269, -2.201300, -2.081976, -1.878014, -1.039002");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[11]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.622181, 0.599407, 0.627855, 0.746524, 1.237390",\
|
|
"0.656032, 0.633257, 0.661705, 0.780374, 1.271241",\
|
|
"0.650391, 0.627617, 0.656065, 0.774734, 1.265600",\
|
|
"0.602262, 0.579487, 0.607935, 0.726604, 1.217471",\
|
|
"0.403909, 0.381134, 0.409582, 0.528251, 1.019118");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.204718, 1.181943, 1.210391, 1.329060, 1.819927",\
|
|
"1.305018, 1.282243, 1.310691, 1.429360, 1.920227",\
|
|
"1.392314, 1.369539, 1.397987, 1.516656, 2.007523",\
|
|
"1.545943, 1.523169, 1.551617, 1.670286, 2.161152",\
|
|
"2.178880, 2.156106, 2.184554, 2.303222, 2.794089");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.516722, -0.415529, -0.339350, -0.216848, 0.286176",\
|
|
"-0.550572, -0.449379, -0.373200, -0.250698, 0.252326",\
|
|
"-0.544932, -0.443739, -0.367560, -0.245058, 0.257966",\
|
|
"-0.496803, -0.395610, -0.319431, -0.196929, 0.306095",\
|
|
"-0.298449, -0.197256, -0.121077, 0.001425, 0.504449");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.837862, -0.736669, -0.660490, -0.537988, -0.034964",\
|
|
"-0.938162, -0.836969, -0.760790, -0.638288, -0.135264",\
|
|
"-1.025458, -0.924265, -0.848086, -0.725584, -0.222560",\
|
|
"-1.179088, -1.077895, -1.001716, -0.879214, -0.376190",\
|
|
"-1.812025, -1.710832, -1.634653, -1.512151, -1.009127");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.011267 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.599843, 0.502248, 0.417457, 0.294492, -0.210711",\
|
|
"0.649736, 0.552142, 0.467351, 0.344386, -0.160817",\
|
|
"0.657737, 0.560143, 0.475352, 0.352387, -0.152816",\
|
|
"0.634356, 0.536761, 0.451970, 0.329005, -0.176197",\
|
|
"0.546010, 0.448415, 0.363625, 0.240660, -0.264543");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.173483, 1.075888, 0.991098, 0.868133, 0.362930",\
|
|
"1.277207, 1.179612, 1.094821, 0.971856, 0.466653",\
|
|
"1.370642, 1.273047, 1.188257, 1.065292, 0.560089",\
|
|
"1.524958, 1.427363, 1.342573, 1.219608, 0.714405",\
|
|
"2.159138, 2.061543, 1.976752, 1.853787, 1.348585");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[10]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.459574, -0.335606, -0.216282, -0.012319, 0.826692",\
|
|
"-0.478949, -0.354981, -0.235657, -0.031695, 0.807316",\
|
|
"-0.447028, -0.323060, -0.203736, 0.000226, 0.839238",\
|
|
"-0.331623, -0.207655, -0.088331, 0.115631, 0.954643",\
|
|
"0.135974, 0.259942, 0.379266, 0.583228, 1.422240");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.890579, -0.766611, -0.647287, -0.443325, 0.395687",\
|
|
"-0.963271, -0.839303, -0.719979, -0.516017, 0.322994",\
|
|
"-1.016116, -0.892148, -0.772824, -0.568862, 0.270150",\
|
|
"-1.076867, -0.952899, -0.833575, -0.629613, 0.209399",\
|
|
"-1.325442, -1.201474, -1.082150, -0.878188, -0.039176");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[10]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.562900, 0.540125, 0.568573, 0.687242, 1.178109",\
|
|
"0.612794, 0.590019, 0.618467, 0.737136, 1.228003",\
|
|
"0.620795, 0.598020, 0.626468, 0.745137, 1.236004",\
|
|
"0.597413, 0.574639, 0.603087, 0.721756, 1.212623",\
|
|
"0.509068, 0.486293, 0.514741, 0.633410, 1.124277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.999110, 0.976336, 1.004784, 1.123453, 1.614320",\
|
|
"1.102834, 1.080059, 1.108507, 1.227176, 1.718043",\
|
|
"1.196269, 1.173495, 1.201943, 1.320612, 1.811479",\
|
|
"1.350585, 1.327811, 1.356259, 1.474928, 1.965795",\
|
|
"1.984765, 1.961990, 1.990438, 2.109107, 2.599974");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.366296, -0.265096, -0.188899, -0.066349, 0.436878",\
|
|
"-0.385672, -0.284471, -0.208275, -0.085724, 0.417502",\
|
|
"-0.353750, -0.252550, -0.176353, -0.053803, 0.449424",\
|
|
"-0.238345, -0.137145, -0.060948, 0.061602, 0.564829",\
|
|
"0.229252, 0.330452, 0.406649, 0.529199, 1.032426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.661027, -0.559826, -0.483630, -0.361080, 0.142147",\
|
|
"-0.733719, -0.632519, -0.556322, -0.433772, 0.069455",\
|
|
"-0.786564, -0.685363, -0.609167, -0.486616, 0.016610",\
|
|
"-0.847315, -0.746114, -0.669918, -0.547368, -0.044141",\
|
|
"-1.095890, -0.994690, -0.918493, -0.795943, -0.292716");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007474 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.824108, 0.726513, 0.641722, 0.518757, 0.013554",\
|
|
"0.858396, 0.760801, 0.676011, 0.553046, 0.047843",\
|
|
"0.852124, 0.754529, 0.669739, 0.546774, 0.041571",\
|
|
"0.803578, 0.705983, 0.621192, 0.498227, -0.006976",\
|
|
"0.603504, 0.505909, 0.421119, 0.298153, -0.207049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.433559, 1.335964, 1.251174, 1.128209, 0.623006",\
|
|
"1.533801, 1.436206, 1.351416, 1.228451, 0.723248",\
|
|
"1.621433, 1.523838, 1.439047, 1.316082, 0.810879",\
|
|
"1.777358, 1.679763, 1.594972, 1.472007, 0.966804",\
|
|
"2.417893, 2.320298, 2.235508, 2.112543, 1.607340");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.748040, -0.624072, -0.504748, -0.300786, 0.538226",\
|
|
"-0.775702, -0.651734, -0.532409, -0.328447, 0.510564",\
|
|
"-0.760775, -0.636806, -0.517482, -0.313520, 0.525491",\
|
|
"-0.692278, -0.568309, -0.448985, -0.245023, 0.593988",\
|
|
"-0.409983, -0.286015, -0.166691, 0.037271, 0.876283");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.086508, -0.962539, -0.843215, -0.639253, 0.199758",\
|
|
"-1.179951, -1.055983, -0.936659, -0.732697, 0.106315",\
|
|
"-1.258703, -1.134735, -1.015411, -0.811448, 0.027563",\
|
|
"-1.394161, -1.270193, -1.150869, -0.946906, -0.107895",\
|
|
"-1.950346, -1.826378, -1.707054, -1.503092, -0.664080");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[9]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.473315, 0.450540, 0.478988, 0.597657, 1.088524",\
|
|
"0.507603, 0.484829, 0.513277, 0.631946, 1.122812",\
|
|
"0.501331, 0.478557, 0.507005, 0.625674, 1.116540",\
|
|
"0.452785, 0.430010, 0.458458, 0.577127, 1.067994",\
|
|
"0.252711, 0.229937, 0.258385, 0.377053, 0.867920");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.956279, 0.933505, 0.961953, 1.080622, 1.571488",\
|
|
"1.056521, 1.033747, 1.062195, 1.180864, 1.671730",\
|
|
"1.144153, 1.121378, 1.149826, 1.268495, 1.759362",\
|
|
"1.300078, 1.277303, 1.305751, 1.424420, 1.915287",\
|
|
"1.940614, 1.917839, 1.946287, 2.064956, 2.555823");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.342162, -0.240962, -0.164765, -0.042215, 0.461012",\
|
|
"-0.369824, -0.268624, -0.192427, -0.069877, 0.433350",\
|
|
"-0.354897, -0.253697, -0.177500, -0.054950, 0.448277",\
|
|
"-0.286400, -0.185199, -0.109003, 0.013548, 0.516774",\
|
|
"-0.004105, 0.097095, 0.173292, 0.295842, 0.799069");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.555471, -0.454271, -0.378074, -0.255524, 0.247703",\
|
|
"-0.648914, -0.547714, -0.471517, -0.348967, 0.154260",\
|
|
"-0.727666, -0.626466, -0.550269, -0.427719, 0.075508",\
|
|
"-0.863124, -0.761924, -0.685727, -0.563177, -0.059950",\
|
|
"-1.419309, -1.318109, -1.241912, -1.119362, -0.616135");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006651 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.516573, 0.418978, 0.334187, 0.211222, -0.293981",\
|
|
"0.550379, 0.452784, 0.367994, 0.245029, -0.260174",\
|
|
"0.544554, 0.446959, 0.362168, 0.239203, -0.266000",\
|
|
"0.496221, 0.398626, 0.313836, 0.190871, -0.314332",\
|
|
"0.297032, 0.199437, 0.114646, -0.008319, -0.513522");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.774172, 0.676577, 0.591786, 0.468821, -0.036382",\
|
|
"0.874471, 0.776877, 0.692086, 0.569121, 0.063918",\
|
|
"0.961917, 0.864323, 0.779532, 0.656567, 0.151364",\
|
|
"1.116211, 1.018616, 0.933825, 0.810860, 0.305657",\
|
|
"1.750607, 1.653013, 1.568222, 1.445257, 0.940054");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[8]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.407928, -0.283960, -0.164636, 0.039326, 0.878338",\
|
|
"-0.398686, -0.274718, -0.155394, 0.048569, 0.887580",\
|
|
"-0.336634, -0.212666, -0.093342, 0.110620, 0.949632",\
|
|
"-0.158698, -0.034729, 0.084595, 0.288557, 1.127568",\
|
|
"0.574624, 0.698592, 0.817916, 1.021878, 1.860890");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.612390, -0.488422, -0.369098, -0.165135, 0.673876",\
|
|
"-0.668386, -0.544418, -0.425094, -0.221132, 0.617880",\
|
|
"-0.697968, -0.574000, -0.454676, -0.250714, 0.588298",\
|
|
"-0.718883, -0.594915, -0.475591, -0.271629, 0.567383",\
|
|
"-0.803592, -0.679624, -0.560300, -0.356338, 0.482674");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[8]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.550813, 0.528038, 0.556486, 0.675155, 1.166022",\
|
|
"0.584619, 0.561844, 0.590292, 0.708961, 1.199828",\
|
|
"0.578793, 0.556019, 0.584467, 0.703136, 1.194002",\
|
|
"0.530461, 0.507686, 0.536134, 0.654803, 1.145670",\
|
|
"0.331271, 0.308497, 0.336945, 0.455614, 0.946481");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.790097, 0.767322, 0.795770, 0.914439, 1.405306",\
|
|
"0.890397, 0.867622, 0.896070, 1.014739, 1.505606",\
|
|
"0.977843, 0.955068, 0.983516, 1.102185, 1.593052",\
|
|
"1.132136, 1.109362, 1.137810, 1.256479, 1.747345",\
|
|
"1.766533, 1.743758, 1.772206, 1.890875, 2.381742");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.419971, -0.318772, -0.242579, -0.120038, 0.383152",\
|
|
"-0.410728, -0.309529, -0.233336, -0.110795, 0.392395",\
|
|
"-0.348677, -0.247478, -0.171285, -0.048744, 0.454446",\
|
|
"-0.170740, -0.069541, 0.006652, 0.129193, 0.632383",\
|
|
"0.562582, 0.663781, 0.739974, 0.862515, 1.365705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.608696, -0.507497, -0.431304, -0.308763, 0.194427",\
|
|
"-0.664692, -0.563493, -0.487300, -0.364759, 0.138431",\
|
|
"-0.694275, -0.593076, -0.516883, -0.394342, 0.108848",\
|
|
"-0.715189, -0.613990, -0.537797, -0.415256, 0.087934",\
|
|
"-0.799898, -0.698699, -0.622506, -0.499965, 0.003225");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.012417 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.796009, 0.698414, 0.613623, 0.490658, -0.014545",\
|
|
"0.842083, 0.744488, 0.659698, 0.536733, 0.031529",\
|
|
"0.849468, 0.751873, 0.667083, 0.544118, 0.038914",\
|
|
"0.830839, 0.733245, 0.648454, 0.525489, 0.020285",\
|
|
"0.754065, 0.656471, 0.571680, 0.448715, -0.056489");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.730341, 1.632747, 1.547956, 1.424991, 0.919787",\
|
|
"1.827748, 1.730153, 1.645362, 1.522397, 1.017194",\
|
|
"1.906265, 1.808670, 1.723879, 1.600914, 1.095711",\
|
|
"2.043984, 1.946389, 1.861599, 1.738634, 1.233430",\
|
|
"2.610577, 2.512982, 2.428191, 2.305226, 1.800023");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[7]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.712874, -0.588906, -0.469582, -0.265620, 0.573393",\
|
|
"-0.758948, -0.634980, -0.515656, -0.311694, 0.527318",\
|
|
"-0.766333, -0.642365, -0.523041, -0.319079, 0.519933",\
|
|
"-0.747705, -0.623737, -0.504412, -0.300450, 0.538562",\
|
|
"-0.670931, -0.546962, -0.427638, -0.223676, 0.615336");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.214450, -1.090482, -0.971158, -0.767196, 0.071816",\
|
|
"-1.311857, -1.187889, -1.068564, -0.864602, -0.025590",\
|
|
"-1.390373, -1.266405, -1.147081, -0.943119, -0.104107",\
|
|
"-1.528093, -1.404125, -1.284801, -1.080839, -0.241826",\
|
|
"-2.094685, -1.970717, -1.851393, -1.647431, -0.808419");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[7]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.440507, 0.417732, 0.446180, 0.564849, 1.055716",\
|
|
"0.486581, 0.463806, 0.492254, 0.610923, 1.101790",\
|
|
"0.493966, 0.471192, 0.499640, 0.618308, 1.109175",\
|
|
"0.475337, 0.452563, 0.481011, 0.599680, 1.090546",\
|
|
"0.398563, 0.375789, 0.404237, 0.522906, 1.013772");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.249653, 1.226879, 1.255327, 1.373995, 1.864862",\
|
|
"1.347060, 1.324285, 1.352733, 1.471402, 1.962269",\
|
|
"1.425576, 1.402802, 1.431250, 1.549919, 2.040786",\
|
|
"1.563296, 1.540521, 1.568969, 1.687638, 2.178505",\
|
|
"2.129888, 2.107114, 2.135562, 2.254230, 2.745097");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.337258, -0.236065, -0.159886, -0.037384, 0.465640",\
|
|
"-0.383332, -0.282139, -0.205961, -0.083458, 0.419565",\
|
|
"-0.390718, -0.289525, -0.213346, -0.090844, 0.412180",\
|
|
"-0.372089, -0.270896, -0.194717, -0.072215, 0.430809",\
|
|
"-0.295315, -0.194122, -0.117943, 0.004559, 0.507583");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.717373, -0.616180, -0.540001, -0.417499, 0.085525",\
|
|
"-0.814779, -0.713586, -0.637407, -0.514905, -0.011881",\
|
|
"-0.893296, -0.792103, -0.715924, -0.593422, -0.090398",\
|
|
"-1.031016, -0.929823, -0.853644, -0.731142, -0.228118",\
|
|
"-1.597608, -1.496415, -1.420236, -1.297734, -0.794710");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.013961 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.808054, 0.710460, 0.625669, 0.502704, -0.002499",\
|
|
"0.854242, 0.756647, 0.671857, 0.548892, 0.043689",\
|
|
"0.862910, 0.765316, 0.680525, 0.557560, 0.052357",\
|
|
"0.844579, 0.746984, 0.662193, 0.539228, 0.034025",\
|
|
"0.764754, 0.667159, 0.582368, 0.459403, -0.045800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.216275, 1.118680, 1.033889, 0.910924, 0.405721",\
|
|
"1.313613, 1.216018, 1.131227, 1.008262, 0.503059",\
|
|
"1.391399, 1.293805, 1.209014, 1.086049, 0.580846",\
|
|
"1.525412, 1.427817, 1.343026, 1.220061, 0.714858",\
|
|
"2.076413, 1.978819, 1.894028, 1.771063, 1.265860");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.659165, -0.535197, -0.415873, -0.211910, 0.627101",\
|
|
"-0.705353, -0.581385, -0.462061, -0.258098, 0.580913",\
|
|
"-0.714021, -0.590053, -0.470729, -0.266767, 0.572245",\
|
|
"-0.695690, -0.571721, -0.452397, -0.248435, 0.590577",\
|
|
"-0.615864, -0.491896, -0.372572, -0.168610, 0.670402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.057503, -0.933535, -0.814211, -0.610249, 0.228763",\
|
|
"-1.154841, -1.030873, -0.911549, -0.707587, 0.131425",\
|
|
"-1.232628, -1.108660, -0.989335, -0.785373, 0.053638",\
|
|
"-1.366640, -1.242672, -1.123348, -0.919386, -0.080374",\
|
|
"-1.917642, -1.793674, -1.674350, -1.470388, -0.631376");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[6]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.439313, 0.416539, 0.444987, 0.563655, 1.054522",\
|
|
"0.485501, 0.462727, 0.491175, 0.609843, 1.100710",\
|
|
"0.494169, 0.471395, 0.499843, 0.618512, 1.109378",\
|
|
"0.475838, 0.453063, 0.481511, 0.600180, 1.091047",\
|
|
"0.396013, 0.373238, 0.401686, 0.520355, 1.011222");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.721024, 0.698249, 0.726697, 0.845366, 1.336233",\
|
|
"0.818361, 0.795587, 0.824035, 0.942704, 1.433571",\
|
|
"0.896148, 0.873374, 0.901822, 1.020490, 1.511357",\
|
|
"1.030160, 1.007386, 1.035834, 1.154503, 1.645370",\
|
|
"1.581162, 1.558388, 1.586836, 1.705505, 2.196371");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.284848, -0.183655, -0.107476, 0.015026, 0.518050",\
|
|
"-0.331036, -0.229843, -0.153664, -0.031162, 0.471862",\
|
|
"-0.339704, -0.238511, -0.162332, -0.039830, 0.463194",\
|
|
"-0.321372, -0.220179, -0.144000, -0.021498, 0.481526",\
|
|
"-0.241547, -0.140354, -0.064175, 0.058327, 0.561351");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.561235, -0.460042, -0.383863, -0.261361, 0.241663",\
|
|
"-0.658572, -0.557379, -0.481200, -0.358698, 0.144326",\
|
|
"-0.736359, -0.635166, -0.558987, -0.436485, 0.066539",\
|
|
"-0.870371, -0.769178, -0.692999, -0.570497, -0.067473",\
|
|
"-1.421373, -1.320180, -1.244001, -1.121499, -0.618475");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007681 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.797351, 0.699756, 0.614966, 0.492001, -0.013202",\
|
|
"0.831172, 0.733577, 0.648786, 0.525821, 0.020618",\
|
|
"0.826335, 0.728741, 0.643950, 0.520985, 0.015782",\
|
|
"0.778651, 0.681056, 0.596265, 0.473300, -0.031903",\
|
|
"0.579808, 0.482213, 0.397422, 0.274457, -0.230746");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.281367, 1.183772, 1.098981, 0.976016, 0.470813",\
|
|
"1.380655, 1.283060, 1.198270, 1.075305, 0.570102",\
|
|
"1.465258, 1.367664, 1.282873, 1.159908, 0.654705",\
|
|
"1.614552, 1.516957, 1.432167, 1.309201, 0.803999",\
|
|
"2.229805, 2.132211, 2.047420, 1.924455, 1.419252");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.676414, -0.552446, -0.433122, -0.229160, 0.609852",\
|
|
"-0.703075, -0.579107, -0.459783, -0.255821, 0.583191",\
|
|
"-0.688884, -0.564916, -0.445592, -0.241630, 0.597382",\
|
|
"-0.619638, -0.495670, -0.376346, -0.172383, 0.666628",\
|
|
"-0.331933, -0.207965, -0.088641, 0.115322, 0.954333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.189468, -1.065500, -0.946176, -0.742214, 0.096798",\
|
|
"-1.281414, -1.157446, -1.038122, -0.834160, 0.004852",\
|
|
"-1.356424, -1.232456, -1.113132, -0.909170, -0.070158",\
|
|
"-1.483606, -1.359638, -1.240314, -1.036352, -0.197340",\
|
|
"-2.007730, -1.883762, -1.764438, -1.560476, -0.721465");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[5]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.415430, 0.392656, 0.421104, 0.539773, 1.030640",\
|
|
"0.449251, 0.426477, 0.454925, 0.573593, 1.064460",\
|
|
"0.444415, 0.421640, 0.450088, 0.568757, 1.059624",\
|
|
"0.396730, 0.373956, 0.402404, 0.521072, 1.011939",\
|
|
"0.197887, 0.175113, 0.203561, 0.322229, 0.813096");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.771293, 0.748518, 0.776966, 0.895635, 1.386502",\
|
|
"0.870581, 0.847807, 0.876255, 0.994923, 1.485790",\
|
|
"0.955184, 0.932410, 0.960858, 1.079527, 1.570393",\
|
|
"1.104478, 1.081703, 1.110151, 1.228820, 1.719687",\
|
|
"1.719731, 1.696957, 1.725405, 1.844074, 2.334940");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.306214, -0.205021, -0.128842, -0.006340, 0.496683",\
|
|
"-0.332875, -0.231682, -0.155504, -0.033001, 0.470022",\
|
|
"-0.318685, -0.217492, -0.141313, -0.018811, 0.484213",\
|
|
"-0.249438, -0.148245, -0.072066, 0.050436, 0.553460",\
|
|
"0.038267, 0.139460, 0.215639, 0.338141, 0.841165");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.699384, -0.598191, -0.522012, -0.399510, 0.103514",\
|
|
"-0.791330, -0.690137, -0.613958, -0.491456, 0.011568",\
|
|
"-0.866340, -0.765147, -0.688968, -0.566466, -0.063442",\
|
|
"-0.993522, -0.892329, -0.816150, -0.693648, -0.190624",\
|
|
"-1.517646, -1.416453, -1.340274, -1.217772, -0.714749");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.011061 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.584625, 0.487026, 0.402276, 0.279191, -0.226086",\
|
|
"0.632447, 0.534848, 0.450098, 0.327013, -0.178264",\
|
|
"0.640419, 0.542820, 0.458070, 0.334985, -0.170293",\
|
|
"0.618547, 0.520948, 0.436199, 0.313113, -0.192164",\
|
|
"0.528486, 0.430887, 0.346137, 0.223052, -0.282225");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.166316, 1.068717, 0.983967, 0.860882, 0.355605",\
|
|
"1.270002, 1.172402, 1.087653, 0.964567, 0.459290",\
|
|
"1.360501, 1.262902, 1.178152, 1.055067, 0.549790",\
|
|
"1.514575, 1.416976, 1.332226, 1.209141, 0.703864",\
|
|
"2.149404, 2.051805, 1.967055, 1.843970, 1.338692");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[4]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.466674, -0.342617, -0.223377, -0.019295, 0.819791",\
|
|
"-0.506138, -0.382081, -0.262841, -0.058759, 0.780327",\
|
|
"-0.503191, -0.379134, -0.259894, -0.055812, 0.783275",\
|
|
"-0.456150, -0.332094, -0.212854, -0.008771, 0.830315",\
|
|
"-0.262364, -0.138307, -0.019067, 0.185015, 1.024101");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.931096, -0.807039, -0.687799, -0.483717, 0.355369",\
|
|
"-1.026282, -0.902225, -0.782985, -0.578903, 0.260183",\
|
|
"-1.105679, -0.981622, -0.862382, -0.658300, 0.180786",\
|
|
"-1.234160, -1.110103, -0.990863, -0.786781, 0.052305",\
|
|
"-1.763513, -1.639457, -1.520217, -1.316134, -0.477048");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[4]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.519288, 0.496514, 0.524962, 0.643630, 1.134531",\
|
|
"0.567110, 0.544336, 0.572784, 0.691452, 1.182353",\
|
|
"0.575082, 0.552307, 0.580755, 0.699424, 1.190325",\
|
|
"0.553210, 0.530436, 0.558884, 0.677553, 1.168453",\
|
|
"0.463149, 0.440375, 0.468823, 0.587492, 1.078392");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.953511, 0.930736, 0.959184, 1.077853, 1.568753",\
|
|
"1.057196, 1.034421, 1.062869, 1.181538, 1.672439",\
|
|
"1.147695, 1.124921, 1.153369, 1.272037, 1.762938",\
|
|
"1.301770, 1.278995, 1.307443, 1.426112, 1.917012",\
|
|
"1.936598, 1.913823, 1.942271, 2.060940, 2.551841");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.415473, -0.314280, -0.238101, -0.115599, 0.387425",\
|
|
"-0.454937, -0.353744, -0.277565, -0.155063, 0.347961",\
|
|
"-0.451990, -0.350797, -0.274618, -0.152116, 0.350908",\
|
|
"-0.404949, -0.303756, -0.227578, -0.105075, 0.397948",\
|
|
"-0.211163, -0.109970, -0.033791, 0.088711, 0.591735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.738025, -0.636832, -0.560653, -0.438151, 0.064873",\
|
|
"-0.833211, -0.732018, -0.655839, -0.533337, -0.030313",\
|
|
"-0.912608, -0.811415, -0.735236, -0.612734, -0.109710",\
|
|
"-1.041089, -0.939896, -0.863717, -0.741215, -0.238191",\
|
|
"-1.570442, -1.469249, -1.393071, -1.270568, -0.767545");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003701 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.973663, 0.876068, 0.791278, 0.668313, 0.163109",\
|
|
"1.007499, 0.909904, 0.825114, 0.702149, 0.196946",\
|
|
"1.002717, 0.905122, 0.820331, 0.697366, 0.192163",\
|
|
"0.954843, 0.857249, 0.772458, 0.649493, 0.144290",\
|
|
"0.755423, 0.657828, 0.573038, 0.450073, -0.055130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.712867, 1.615273, 1.530482, 1.407517, 0.902314",\
|
|
"1.812027, 1.714433, 1.629642, 1.506677, 1.001474",\
|
|
"1.896274, 1.798679, 1.713888, 1.590923, 1.085720",\
|
|
"2.045051, 1.947456, 1.862665, 1.739700, 1.234497",\
|
|
"2.658190, 2.560596, 2.475805, 2.352840, 1.847637");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[3]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.869100, -0.745131, -0.625807, -0.421845, 0.417167",\
|
|
"-0.902936, -0.778968, -0.659644, -0.455681, 0.383331",\
|
|
"-0.898153, -0.774185, -0.654861, -0.450899, 0.388113",\
|
|
"-0.850280, -0.726312, -0.606988, -0.403026, 0.435986",\
|
|
"-0.650860, -0.526892, -0.407568, -0.203605, 0.635407");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.344845, -1.220877, -1.101553, -0.897591, -0.058578",\
|
|
"-1.444005, -1.320037, -1.200713, -0.996751, -0.157739",\
|
|
"-1.528251, -1.404283, -1.284959, -1.080997, -0.241985",\
|
|
"-1.677028, -1.553060, -1.433736, -1.229774, -0.390762",\
|
|
"-2.290168, -2.166199, -2.046875, -1.842913, -1.003901");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[3]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.583082, 0.560308, 0.588756, 0.707425, 1.198291",\
|
|
"0.616918, 0.594144, 0.622592, 0.741261, 1.232127",\
|
|
"0.612136, 0.589362, 0.617810, 0.736478, 1.227345",\
|
|
"0.564263, 0.541488, 0.569936, 0.688605, 1.179472",\
|
|
"0.364842, 0.342068, 0.370516, 0.489185, 0.980052");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.198456, 1.175681, 1.204129, 1.322798, 1.813665",\
|
|
"1.297616, 1.274842, 1.303290, 1.421958, 1.912825",\
|
|
"1.381862, 1.359088, 1.387536, 1.506205, 1.997071",\
|
|
"1.530639, 1.507865, 1.536313, 1.654981, 2.145848",\
|
|
"2.143779, 2.121005, 2.149453, 2.268121, 2.758988");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.477623, -0.376430, -0.300251, -0.177749, 0.325275",\
|
|
"-0.511459, -0.410266, -0.334087, -0.211585, 0.291439",\
|
|
"-0.506677, -0.405484, -0.329305, -0.206803, 0.296221",\
|
|
"-0.458803, -0.357610, -0.281431, -0.158929, 0.344095",\
|
|
"-0.259383, -0.158190, -0.082011, 0.040491, 0.543515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.831600, -0.730407, -0.654228, -0.531726, -0.028702",\
|
|
"-0.930760, -0.829567, -0.753389, -0.630886, -0.127863",\
|
|
"-1.015007, -0.913814, -0.837635, -0.715133, -0.212109",\
|
|
"-1.163784, -1.062590, -0.986412, -0.863910, -0.360886",\
|
|
"-1.776923, -1.675730, -1.599551, -1.477049, -0.974025");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.009758 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.619856, 0.522261, 0.437471, 0.314505, -0.190697",\
|
|
"0.665852, 0.568257, 0.483466, 0.360501, -0.144702",\
|
|
"0.673394, 0.575799, 0.491008, 0.368043, -0.137160",\
|
|
"0.654209, 0.556614, 0.471824, 0.348858, -0.156344",\
|
|
"0.575144, 0.477549, 0.392758, 0.269793, -0.235409");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.109568, 1.011973, 0.927183, 0.804218, 0.299015",\
|
|
"1.207092, 1.109497, 1.024706, 0.901741, 0.396539",\
|
|
"1.285549, 1.187954, 1.103164, 0.980199, 0.474996",\
|
|
"1.422397, 1.324803, 1.240012, 1.117047, 0.611844",\
|
|
"1.985363, 1.887768, 1.802978, 1.680012, 1.174810");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[2]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.412807, -0.288839, -0.169515, 0.034447, 0.873459",\
|
|
"-0.458803, -0.334834, -0.215510, -0.011548, 0.827463",\
|
|
"-0.466345, -0.342377, -0.223053, -0.019090, 0.819921",\
|
|
"-0.447160, -0.323192, -0.203868, 0.000094, 0.839106",\
|
|
"-0.368095, -0.244127, -0.124803, 0.079159, 0.918171");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.883345, -0.759377, -0.640053, -0.436090, 0.402921",\
|
|
"-0.980869, -0.856900, -0.737576, -0.533614, 0.305397",\
|
|
"-1.059326, -0.935358, -0.816033, -0.612071, 0.226940",\
|
|
"-1.196174, -1.072206, -0.952882, -0.748920, 0.090092",\
|
|
"-1.759140, -1.635172, -1.515847, -1.311885, -0.472874");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[2]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.583011, 0.560237, 0.588684, 0.707353, 1.198220",\
|
|
"0.629007, 0.606232, 0.634680, 0.753349, 1.244216",\
|
|
"0.636549, 0.613774, 0.642222, 0.760891, 1.251758",\
|
|
"0.617364, 0.594590, 0.623038, 0.741706, 1.232573",\
|
|
"0.538299, 0.515525, 0.543972, 0.662641, 1.153508");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.935274, 0.912500, 0.940948, 1.059616, 1.550483",\
|
|
"1.032798, 1.010023, 1.038471, 1.157140, 1.648007",\
|
|
"1.111255, 1.088480, 1.116928, 1.235597, 1.726464",\
|
|
"1.248103, 1.225329, 1.253777, 1.372446, 1.863312",\
|
|
"1.811069, 1.788294, 1.816742, 1.935411, 2.426278");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.319713, -0.218513, -0.142316, -0.019766, 0.483461",\
|
|
"-0.365709, -0.264508, -0.188312, -0.065761, 0.437465",\
|
|
"-0.373251, -0.272050, -0.195854, -0.073303, 0.429923",\
|
|
"-0.354066, -0.252866, -0.176669, -0.054119, 0.449108",\
|
|
"-0.275001, -0.173801, -0.097604, 0.024946, 0.528173");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.653876, -0.552676, -0.476479, -0.353929, 0.149298",\
|
|
"-0.751400, -0.650200, -0.574003, -0.451453, 0.051774",\
|
|
"-0.829857, -0.728657, -0.652460, -0.529910, -0.026683",\
|
|
"-0.966705, -0.865505, -0.789308, -0.666758, -0.163531",\
|
|
"-1.529671, -1.428470, -1.352274, -1.229723, -0.726497");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005604 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.696981, 0.599386, 0.514596, 0.391631, -0.113572",\
|
|
"0.743125, 0.645531, 0.560740, 0.437775, -0.067428",\
|
|
"0.750411, 0.652816, 0.568025, 0.445060, -0.060143",\
|
|
"0.732006, 0.634411, 0.549621, 0.426656, -0.078547",\
|
|
"0.656157, 0.558562, 0.473771, 0.350806, -0.154397");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.061676, 0.964081, 0.879290, 0.756325, 0.251122",\
|
|
"1.159138, 1.061543, 0.976752, 0.853787, 0.348584",\
|
|
"1.237670, 1.140075, 1.055285, 0.932319, 0.427117",\
|
|
"1.375554, 1.277959, 1.193168, 1.070203, 0.565000",\
|
|
"1.943229, 1.845634, 1.760843, 1.637878, 1.132675");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.659751, -0.535783, -0.416459, -0.212496, 0.626515",\
|
|
"-0.689496, -0.565528, -0.446204, -0.242242, 0.596770",\
|
|
"-0.675367, -0.551399, -0.432075, -0.228113, 0.610899",\
|
|
"-0.607602, -0.483633, -0.364309, -0.160347, 0.678664",\
|
|
"-0.328323, -0.204354, -0.085030, 0.118932, 0.957943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.997128, -0.873160, -0.753836, -0.549874, 0.289138",\
|
|
"-1.077460, -0.953492, -0.834167, -0.630205, 0.208806",\
|
|
"-1.133623, -1.009655, -0.890331, -0.686369, 0.152643",\
|
|
"-1.219946, -1.095978, -0.976654, -0.772692, 0.066320",\
|
|
"-1.575125, -1.451157, -1.331833, -1.127871, -0.288859");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[1]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.346189, 0.323414, 0.351862, 0.470531, 0.961398",\
|
|
"0.392333, 0.369558, 0.398006, 0.516675, 1.007542",\
|
|
"0.399618, 0.376844, 0.405291, 0.523960, 1.014827",\
|
|
"0.381214, 0.358439, 0.386887, 0.505556, 0.996423",\
|
|
"0.305364, 0.282589, 0.311037, 0.429706, 0.920573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.584395, 0.561620, 0.590068, 0.708737, 1.199604",\
|
|
"0.681857, 0.659082, 0.687530, 0.806199, 1.297066",\
|
|
"0.760389, 0.737615, 0.766062, 0.884731, 1.375598",\
|
|
"0.898273, 0.875498, 0.903946, 1.022615, 1.513482",\
|
|
"1.465948, 1.443173, 1.471621, 1.590290, 2.081157");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.253873, -0.152673, -0.076476, 0.046074, 0.549301",\
|
|
"-0.283619, -0.182418, -0.106222, 0.016329, 0.519555",\
|
|
"-0.269490, -0.168289, -0.092093, 0.030457, 0.533684",\
|
|
"-0.201724, -0.100524, -0.024327, 0.098223, 0.601450",\
|
|
"0.077555, 0.178755, 0.254952, 0.377502, 0.880729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.466090, -0.364890, -0.288694, -0.166143, 0.337083",\
|
|
"-0.546422, -0.445222, -0.369025, -0.246475, 0.256752",\
|
|
"-0.602586, -0.501385, -0.425189, -0.302639, 0.200588",\
|
|
"-0.688909, -0.587708, -0.511512, -0.388961, 0.114265",\
|
|
"-1.044088, -0.942888, -0.866691, -0.744141, -0.240914");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004310 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.452699, 0.355105, 0.270314, 0.147349, -0.357854",\
|
|
"0.486660, 0.389065, 0.304274, 0.181309, -0.323894",\
|
|
"0.480877, 0.383283, 0.298492, 0.175527, -0.329676",\
|
|
"0.433001, 0.335407, 0.250616, 0.127651, -0.377552",\
|
|
"0.235693, 0.138098, 0.053307, -0.069658, -0.574861");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.722714, 0.625119, 0.540328, 0.417363, -0.087840",\
|
|
"0.822877, 0.725283, 0.640492, 0.517527, 0.012324",\
|
|
"0.910128, 0.812533, 0.727742, 0.604777, 0.099574",\
|
|
"1.064339, 0.966744, 0.881954, 0.758989, 0.253786",\
|
|
"1.699039, 1.601444, 1.516653, 1.393688, 0.888485");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[0]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.380853, -0.256885, -0.137561, 0.066401, 0.905413",\
|
|
"-0.414813, -0.290845, -0.171521, 0.032441, 0.871453",\
|
|
"-0.409031, -0.285063, -0.165739, 0.038223, 0.877235",\
|
|
"-0.361155, -0.237187, -0.117863, 0.086099, 0.925111",\
|
|
"-0.163846, -0.039878, 0.079446, 0.283408, 1.122420");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.570974, -0.447006, -0.327682, -0.123720, 0.715292",\
|
|
"-0.671138, -0.547170, -0.427845, -0.223883, 0.615128",\
|
|
"-0.758388, -0.634420, -0.515096, -0.311134, 0.527878",\
|
|
"-0.912600, -0.788632, -0.669307, -0.465345, 0.373666",\
|
|
"-1.547299, -1.423331, -1.304007, -1.100045, -0.261033");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[0]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.486939, 0.464164, 0.492612, 0.611281, 1.102148",\
|
|
"0.520899, 0.498125, 0.526573, 0.645241, 1.136108",\
|
|
"0.515117, 0.492343, 0.520790, 0.639459, 1.130326",\
|
|
"0.467241, 0.444467, 0.472914, 0.591583, 1.082450",\
|
|
"0.269932, 0.247158, 0.275606, 0.394274, 0.885141");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.738639, 0.715865, 0.744313, 0.862982, 1.353848",\
|
|
"0.838803, 0.816028, 0.844476, 0.963145, 1.454012",\
|
|
"0.926053, 0.903279, 0.931726, 1.050395, 1.541262",\
|
|
"1.080265, 1.057490, 1.085938, 1.204607, 1.695474",\
|
|
"1.714964, 1.692190, 1.720638, 1.839306, 2.330173");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.392895, -0.291696, -0.215503, -0.092962, 0.410228",\
|
|
"-0.426856, -0.325657, -0.249464, -0.126923, 0.376267",\
|
|
"-0.421073, -0.319874, -0.243681, -0.121140, 0.382050",\
|
|
"-0.373197, -0.271998, -0.195805, -0.073264, 0.429926",\
|
|
"-0.175889, -0.074690, 0.001503, 0.124044, 0.627234");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.567281, -0.466082, -0.389888, -0.267348, 0.235843",\
|
|
"-0.667444, -0.566245, -0.490052, -0.367511, 0.135679",\
|
|
"-0.754694, -0.653495, -0.577302, -0.454761, 0.048429",\
|
|
"-0.908906, -0.807707, -0.731514, -0.608973, -0.105783",\
|
|
"-1.543605, -1.442406, -1.366213, -1.243672, -0.740482");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006549 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.964053, 0.866458, 0.781668, 0.658702, 0.153500",\
|
|
"1.021358, 0.923763, 0.838972, 0.716007, 0.210804",\
|
|
"1.038300, 0.940706, 0.855915, 0.732950, 0.227747",\
|
|
"1.026053, 0.928458, 0.843668, 0.720702, 0.215500",\
|
|
"0.974230, 0.876635, 0.791844, 0.668879, 0.163676");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.595098, 1.497504, 1.412713, 1.289748, 0.784545",\
|
|
"1.709901, 1.612306, 1.527516, 1.404551, 0.899348",\
|
|
"1.814164, 1.716569, 1.631778, 1.508813, 1.003610",\
|
|
"1.997216, 1.899622, 1.814831, 1.691866, 1.186663",\
|
|
"2.726763, 2.629168, 2.544377, 2.421412, 1.916209");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[37]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.860587, -0.736619, -0.617295, -0.413333, 0.425679",\
|
|
"-0.917892, -0.793924, -0.674600, -0.470638, 0.368374",\
|
|
"-0.934835, -0.810867, -0.691543, -0.487580, 0.351431",\
|
|
"-0.922587, -0.798619, -0.679295, -0.475333, 0.363679",\
|
|
"-0.870764, -0.746796, -0.627472, -0.423510, 0.415502");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.292287, -1.168319, -1.048995, -0.845033, -0.006021",\
|
|
"-1.407130, -1.283161, -1.163837, -0.959875, -0.120863",\
|
|
"-1.512006, -1.388038, -1.268713, -1.064751, -0.225740",\
|
|
"-1.695058, -1.571090, -1.451766, -1.247804, -0.408792",\
|
|
"-2.424605, -2.300637, -2.181313, -1.977350, -1.138339");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[37]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.582081, 0.559307, 0.587755, 0.706424, 1.197290",\
|
|
"0.639386, 0.616611, 0.645059, 0.763728, 1.254595",\
|
|
"0.656329, 0.633554, 0.662002, 0.780671, 1.271538",\
|
|
"0.644081, 0.621307, 0.649755, 0.768423, 1.259290",\
|
|
"0.592258, 0.569483, 0.597931, 0.716600, 1.207467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.085046, 1.062272, 1.090720, 1.209388, 1.700255",\
|
|
"1.199849, 1.177074, 1.205522, 1.324191, 1.815058",\
|
|
"1.304111, 1.281337, 1.309785, 1.428454, 1.919321",\
|
|
"1.487164, 1.464390, 1.492838, 1.611506, 2.102373",\
|
|
"2.216711, 2.193936, 2.222384, 2.341053, 2.831920");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.490315, -0.389122, -0.312943, -0.190441, 0.312583",\
|
|
"-0.547619, -0.446426, -0.370248, -0.247745, 0.255278",\
|
|
"-0.564562, -0.463369, -0.387190, -0.264688, 0.238336",\
|
|
"-0.552315, -0.451122, -0.374943, -0.252441, 0.250583",\
|
|
"-0.500491, -0.399298, -0.323120, -0.200617, 0.302406");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.802066, -0.700873, -0.624694, -0.502192, 0.000832",\
|
|
"-0.916908, -0.815715, -0.739537, -0.617034, -0.114011",\
|
|
"-1.021785, -0.920592, -0.844413, -0.721911, -0.218887",\
|
|
"-1.204837, -1.103644, -1.027465, -0.904963, -0.401940",\
|
|
"-1.934384, -1.833191, -1.757012, -1.634510, -1.131486");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.008039 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.689970, 0.592371, 0.507621, 0.384536, -0.120741",\
|
|
"0.721223, 0.623623, 0.538874, 0.415788, -0.089489",\
|
|
"0.709376, 0.611776, 0.527027, 0.403941, -0.101336",\
|
|
"0.647929, 0.550330, 0.465580, 0.342495, -0.162782",\
|
|
"0.393634, 0.296035, 0.211285, 0.088200, -0.417077");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.160985, 1.063386, 0.978636, 0.855551, 0.350273",\
|
|
"1.273868, 1.176269, 1.091519, 0.968434, 0.463157",\
|
|
"1.379271, 1.281672, 1.196922, 1.073837, 0.568560",\
|
|
"1.567003, 1.469404, 1.384655, 1.261569, 0.756292",\
|
|
"2.334011, 2.236412, 2.151662, 2.028577, 1.523300");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[36]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.575049, -0.450993, -0.331753, -0.127670, 0.711416",\
|
|
"-0.606304, -0.482248, -0.363008, -0.158925, 0.680161",\
|
|
"-0.594460, -0.470404, -0.351164, -0.147081, 0.692005",\
|
|
"-0.533054, -0.408997, -0.289757, -0.085675, 0.753411",\
|
|
"-0.278817, -0.154760, -0.035520, 0.168562, 1.007648");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.988866, -0.864810, -0.745570, -0.541487, 0.297599",\
|
|
"-1.102019, -0.977963, -0.858723, -0.654640, 0.184446",\
|
|
"-1.207974, -1.083917, -0.964677, -0.760595, 0.078491",\
|
|
"-1.396399, -1.272342, -1.153102, -0.949020, -0.109934",\
|
|
"-2.166114, -2.042058, -1.922817, -1.718735, -0.879649");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[36]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.624633, 0.601859, 0.630306, 0.748975, 1.239876",\
|
|
"0.655885, 0.633111, 0.661559, 0.780227, 1.271128",\
|
|
"0.644038, 0.621264, 0.649712, 0.768380, 1.259281",\
|
|
"0.582592, 0.559818, 0.588266, 0.706934, 1.197835",\
|
|
"0.328297, 0.305523, 0.333971, 0.452639, 0.943540");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.948180, 0.925405, 0.953853, 1.072522, 1.563423",\
|
|
"1.061063, 1.038288, 1.066736, 1.185405, 1.676306",\
|
|
"1.166466, 1.143691, 1.172139, 1.290808, 1.781709",\
|
|
"1.354198, 1.331424, 1.359872, 1.478540, 1.969441",\
|
|
"2.121206, 2.098431, 2.126879, 2.245548, 2.736449");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.523848, -0.422655, -0.346476, -0.223974, 0.279050",\
|
|
"-0.555103, -0.453910, -0.377731, -0.255229, 0.247795",\
|
|
"-0.543259, -0.442066, -0.365887, -0.243385, 0.259639",\
|
|
"-0.481853, -0.380660, -0.304481, -0.181979, 0.321045",\
|
|
"-0.227616, -0.126423, -0.050244, 0.072258, 0.575282");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.795795, -0.694602, -0.618424, -0.495921, 0.007102",\
|
|
"-0.908948, -0.807755, -0.731577, -0.609074, -0.106051",\
|
|
"-1.014903, -0.913710, -0.837531, -0.715029, -0.212005",\
|
|
"-1.203328, -1.102135, -1.025956, -0.903454, -0.400430",\
|
|
"-1.973044, -1.871850, -1.795672, -1.673170, -1.170146");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004891 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.795075, 0.697480, 0.612689, 0.489724, -0.015479",\
|
|
"0.843255, 0.745661, 0.660870, 0.537905, 0.032702",\
|
|
"0.851326, 0.753731, 0.668940, 0.545975, 0.040772",\
|
|
"0.830288, 0.732693, 0.647903, 0.524938, 0.019734",\
|
|
"0.743587, 0.645992, 0.561201, 0.438236, -0.066967");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.299236, 1.201641, 1.116850, 0.993885, 0.488682",\
|
|
"1.402960, 1.305365, 1.220574, 1.097609, 0.592406",\
|
|
"1.493961, 1.396367, 1.311576, 1.188611, 0.683408",\
|
|
"1.648308, 1.550713, 1.465923, 1.342957, 0.837754",\
|
|
"2.283596, 2.186001, 2.101210, 1.978245, 1.473042");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[35]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.718240, -0.594271, -0.474947, -0.270985, 0.568027",\
|
|
"-0.766420, -0.642452, -0.523128, -0.319166, 0.519846",\
|
|
"-0.774491, -0.650522, -0.531198, -0.327236, 0.511776",\
|
|
"-0.753453, -0.629485, -0.510161, -0.306199, 0.532813",\
|
|
"-0.666752, -0.542783, -0.423459, -0.219497, 0.619515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.181012, -1.057044, -0.937720, -0.733758, 0.105254",\
|
|
"-1.284736, -1.160768, -1.041444, -0.837482, 0.001530",\
|
|
"-1.375738, -1.251770, -1.132446, -0.928484, -0.089472",\
|
|
"-1.530085, -1.406117, -1.286793, -1.082830, -0.243818",\
|
|
"-2.165373, -2.041404, -1.922080, -1.718118, -0.879106");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[35]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.404448, 0.381674, 0.410122, 0.528791, 1.019657",\
|
|
"0.452629, 0.429855, 0.458303, 0.576971, 1.067838",\
|
|
"0.460699, 0.437925, 0.466373, 0.585042, 1.075909",\
|
|
"0.439662, 0.416887, 0.445335, 0.564004, 1.054871",\
|
|
"0.352960, 0.330186, 0.358634, 0.477303, 0.968170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.784839, 0.762064, 0.790512, 0.909181, 1.400048",\
|
|
"0.888563, 0.865788, 0.894236, 1.012905, 1.503772",\
|
|
"0.979565, 0.956790, 0.985238, 1.103907, 1.594774",\
|
|
"1.133911, 1.111137, 1.139585, 1.258254, 1.749120",\
|
|
"1.769199, 1.746425, 1.774873, 1.893541, 2.384408");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.326695, -0.225502, -0.149323, -0.026821, 0.476203",\
|
|
"-0.374876, -0.273683, -0.197504, -0.075002, 0.428022",\
|
|
"-0.382946, -0.281753, -0.205574, -0.083072, 0.419952",\
|
|
"-0.361909, -0.260716, -0.184537, -0.062035, 0.440989",\
|
|
"-0.275207, -0.174014, -0.097835, 0.024667, 0.527691");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.667783, -0.566590, -0.490411, -0.367909, 0.135115",\
|
|
"-0.771507, -0.670314, -0.594135, -0.471633, 0.031391",\
|
|
"-0.862509, -0.761316, -0.685137, -0.562635, -0.059611",\
|
|
"-1.016856, -0.915663, -0.839484, -0.716982, -0.213958",\
|
|
"-1.652143, -1.550950, -1.474771, -1.352269, -0.849246");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.010585 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.469784, 0.372189, 0.287399, 0.164434, -0.340769",\
|
|
"0.498234, 0.400640, 0.315849, 0.192884, -0.312319",\
|
|
"0.485917, 0.388323, 0.303532, 0.180567, -0.324636",\
|
|
"0.384834, 0.287240, 0.202449, 0.079484, -0.425719",\
|
|
"0.000565, -0.097029, -0.181820, -0.304785, -0.809988");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.982773, 0.885178, 0.800388, 0.677423, 0.172220",\
|
|
"1.074932, 0.977337, 0.892547, 0.769582, 0.264379",\
|
|
"1.195544, 1.097949, 1.013158, 0.890193, 0.384990",\
|
|
"1.448697, 1.351102, 1.266312, 1.143347, 0.638144",\
|
|
"2.042121, 1.944526, 1.859736, 1.736771, 1.231568");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[34]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.302245, -0.178276, -0.058952, 0.145010, 0.984021",\
|
|
"-0.330696, -0.206728, -0.087404, 0.116558, 0.955570",\
|
|
"-0.318386, -0.194417, -0.075093, 0.128869, 0.967880",\
|
|
"-0.217552, -0.093584, 0.025740, 0.229702, 1.068714",\
|
|
"0.166717, 0.290685, 0.410009, 0.613971, 1.452983");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.765046, -0.641078, -0.521754, -0.317792, 0.521219",\
|
|
"-0.857319, -0.733351, -0.614027, -0.410065, 0.428947",\
|
|
"-0.978437, -0.854468, -0.735144, -0.531182, 0.307829",\
|
|
"-1.231956, -1.107988, -0.988664, -0.784701, 0.054310",\
|
|
"-1.826717, -1.702749, -1.583425, -1.379463, -0.540452");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[34]_hldf*/
|
|
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.432939, 0.410165, 0.438613, 0.557281, 1.048148",\
|
|
"0.461389, 0.438615, 0.467063, 0.585732, 1.076599",\
|
|
"0.449072, 0.426298, 0.454746, 0.573415, 1.064282",\
|
|
"0.347989, 0.325215, 0.353663, 0.472332, 0.963199",\
|
|
"-0.036280, -0.059054, -0.030606, 0.088063, 0.578930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.808479, 0.785704, 0.814152, 0.932821, 1.423688",\
|
|
"0.900638, 0.877863, 0.906311, 1.024980, 1.515847",\
|
|
"1.021249, 0.998475, 1.026923, 1.145592, 1.636459",\
|
|
"1.274403, 1.251629, 1.280077, 1.398745, 1.889612",\
|
|
"1.867827, 1.845052, 1.873500, 1.992169, 2.483036");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.209151, -0.107950, -0.031754, 0.090797, 0.594023",\
|
|
"-0.237602, -0.136402, -0.060205, 0.062345, 0.565572",\
|
|
"-0.225292, -0.124091, -0.047895, 0.074656, 0.577882",\
|
|
"-0.124458, -0.023258, 0.052939, 0.175489, 0.678716",\
|
|
"0.259811, 0.361011, 0.437208, 0.559758, 1.062985");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.535578, -0.434377, -0.358181, -0.235630, 0.267596",\
|
|
"-0.627850, -0.526650, -0.450453, -0.327903, 0.175324",\
|
|
"-0.748968, -0.647767, -0.571571, -0.449020, 0.054206",\
|
|
"-1.002487, -0.901286, -0.825090, -0.702540, -0.199313",\
|
|
"-1.597248, -1.496048, -1.419852, -1.297301, -0.794075");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005640 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.831526, 0.733932, 0.649141, 0.526176, 0.020973",\
|
|
"0.893621, 0.796026, 0.711235, 0.588270, 0.083067",\
|
|
"0.917011, 0.819416, 0.734626, 0.611661, 0.106458",\
|
|
"0.918637, 0.821042, 0.736252, 0.613287, 0.108084",\
|
|
"0.925197, 0.827602, 0.742811, 0.619846, 0.114643");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.355186, 1.257591, 1.172800, 1.049835, 0.544632",\
|
|
"1.468928, 1.371333, 1.286542, 1.163577, 0.658374",\
|
|
"1.570120, 1.472525, 1.387735, 1.264769, 0.759567",\
|
|
"1.738180, 1.640585, 1.555795, 1.432829, 0.927627",\
|
|
"2.430965, 2.333371, 2.248580, 2.125615, 1.620412");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[33]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.781221, -0.657253, -0.537929, -0.333967, 0.505045",\
|
|
"-0.843316, -0.719348, -0.600024, -0.396061, 0.442950",\
|
|
"-0.866706, -0.742738, -0.623414, -0.419452, 0.419560",\
|
|
"-0.868332, -0.744364, -0.625040, -0.421078, 0.417934",\
|
|
"-0.874892, -0.750923, -0.631599, -0.427637, 0.411374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.184287, -1.060319, -0.940995, -0.737032, 0.101979",\
|
|
"-1.298029, -1.174061, -1.054737, -0.850775, -0.011763",\
|
|
"-1.399221, -1.275253, -1.155929, -0.951967, -0.112955",\
|
|
"-1.567281, -1.443313, -1.323989, -1.120027, -0.281015",\
|
|
"-2.260067, -2.136099, -2.016774, -1.812812, -0.973801");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[33]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.480734, 0.457959, 0.486407, 0.605076, 1.095943",\
|
|
"0.542828, 0.520054, 0.548502, 0.667170, 1.158037",\
|
|
"0.566218, 0.543444, 0.571892, 0.690561, 1.181428",\
|
|
"0.567845, 0.545070, 0.573518, 0.692187, 1.183054",\
|
|
"0.574404, 0.551630, 0.580077, 0.698746, 1.189613");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.877905, 0.855131, 0.883578, 1.002247, 1.493114",\
|
|
"0.991647, 0.968873, 0.997321, 1.115989, 1.606856",\
|
|
"1.092839, 1.070065, 1.098513, 1.217182, 1.708049",\
|
|
"1.260900, 1.238125, 1.266573, 1.385242, 1.876109",\
|
|
"1.953685, 1.930911, 1.959358, 2.078027, 2.568894");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.375344, -0.274144, -0.197947, -0.075397, 0.427830",\
|
|
"-0.437438, -0.336238, -0.260041, -0.137491, 0.365736",\
|
|
"-0.460829, -0.359628, -0.283432, -0.160882, 0.342345",\
|
|
"-0.462455, -0.361254, -0.285058, -0.162507, 0.340719",\
|
|
"-0.469014, -0.367814, -0.291617, -0.169067, 0.334160");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.653250, -0.552049, -0.475853, -0.353302, 0.149924",\
|
|
"-0.766992, -0.665792, -0.589595, -0.467045, 0.036182",\
|
|
"-0.868184, -0.766984, -0.690787, -0.568237, -0.065010",\
|
|
"-1.036244, -0.935044, -0.858847, -0.736297, -0.233070",\
|
|
"-1.729029, -1.627829, -1.551633, -1.429082, -0.925856");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004787 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.531046, 0.433451, 0.348661, 0.225696, -0.279507",\
|
|
"0.579240, 0.481645, 0.396855, 0.273890, -0.231313",\
|
|
"0.587191, 0.489596, 0.404805, 0.281840, -0.223363",\
|
|
"0.565697, 0.468103, 0.383312, 0.260347, -0.244856",\
|
|
"0.474962, 0.377368, 0.292577, 0.169612, -0.335591");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.725608, 0.628013, 0.543222, 0.420257, -0.084946",\
|
|
"0.831731, 0.734136, 0.649345, 0.526380, 0.021177",\
|
|
"0.923464, 0.825869, 0.741079, 0.618114, 0.112911",\
|
|
"1.079172, 0.981577, 0.896787, 0.773822, 0.268619",\
|
|
"1.720155, 1.622560, 1.537769, 1.414804, 0.909601");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[32]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.426000, -0.302032, -0.182708, 0.021254, 0.860266",\
|
|
"-0.474195, -0.350226, -0.230902, -0.026940, 0.812072",\
|
|
"-0.482145, -0.358177, -0.238853, -0.034891, 0.804121",\
|
|
"-0.460652, -0.336684, -0.217359, -0.013397, 0.825614",\
|
|
"-0.369917, -0.245948, -0.126624, 0.077338, 0.916350");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.580315, -0.456347, -0.337023, -0.133061, 0.705951",\
|
|
"-0.686438, -0.562470, -0.443146, -0.239184, 0.599828",\
|
|
"-0.778172, -0.654204, -0.534880, -0.330917, 0.508094",\
|
|
"-0.933880, -0.809911, -0.690587, -0.486625, 0.352387",\
|
|
"-1.574862, -1.450894, -1.331570, -1.127608, -0.288596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[32]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.565285, 0.542511, 0.570958, 0.689627, 1.180494",\
|
|
"0.613479, 0.590705, 0.619153, 0.737821, 1.228688",\
|
|
"0.621430, 0.598655, 0.627103, 0.745772, 1.236639",\
|
|
"0.599936, 0.577162, 0.605610, 0.724279, 1.215145",\
|
|
"0.509201, 0.486427, 0.514875, 0.633543, 1.124410");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.741534, 0.718760, 0.747208, 0.865877, 1.356743",\
|
|
"0.847657, 0.824883, 0.853331, 0.972000, 1.462866",\
|
|
"0.939390, 0.916616, 0.945064, 1.063733, 1.554600",\
|
|
"1.095098, 1.072324, 1.100772, 1.219441, 1.710307",\
|
|
"1.736081, 1.713306, 1.741754, 1.860423, 2.351290");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.438042, -0.336843, -0.260650, -0.138109, 0.365081",\
|
|
"-0.486236, -0.385037, -0.308844, -0.186303, 0.316887",\
|
|
"-0.494187, -0.392988, -0.316795, -0.194254, 0.308936",\
|
|
"-0.472693, -0.371494, -0.295301, -0.172760, 0.330430",\
|
|
"-0.381958, -0.280759, -0.204566, -0.082025, 0.421165");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.576623, -0.475424, -0.399231, -0.276690, 0.226500",\
|
|
"-0.682746, -0.581547, -0.505354, -0.382813, 0.120377",\
|
|
"-0.774479, -0.673280, -0.597087, -0.474546, 0.028644",\
|
|
"-0.930187, -0.828988, -0.752795, -0.630254, -0.127064",\
|
|
"-1.571169, -1.469970, -1.393777, -1.271236, -0.768046");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005920 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.792158, 0.694563, 0.609772, 0.486807, -0.018396",\
|
|
"0.838164, 0.740569, 0.655779, 0.532813, 0.027610",\
|
|
"0.845645, 0.748050, 0.663259, 0.540294, 0.035091",\
|
|
"0.826401, 0.728806, 0.644016, 0.521051, 0.015847",\
|
|
"0.747093, 0.649499, 0.564708, 0.441743, -0.063461");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.259967, 1.162372, 1.077582, 0.954617, 0.449413",\
|
|
"1.357558, 1.259963, 1.175172, 1.052207, 0.547004",\
|
|
"1.436068, 1.338473, 1.253682, 1.130717, 0.625514",\
|
|
"1.573127, 1.475532, 1.390741, 1.267776, 0.762573",\
|
|
"2.136178, 2.038584, 1.953793, 1.830828, 1.325624");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.675095, -0.551127, -0.431803, -0.227841, 0.611172",\
|
|
"-0.721101, -0.597133, -0.477809, -0.273847, 0.565165",\
|
|
"-0.728582, -0.604614, -0.485290, -0.281328, 0.557684",\
|
|
"-0.709339, -0.585370, -0.466046, -0.262084, 0.576928",\
|
|
"-0.630031, -0.506063, -0.386738, -0.182776, 0.656236");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.144363, -1.020394, -0.901070, -0.697108, 0.141904",\
|
|
"-1.241953, -1.117985, -0.998661, -0.794699, 0.044314",\
|
|
"-1.320463, -1.196495, -1.077171, -0.873209, -0.034197",\
|
|
"-1.457522, -1.333554, -1.214230, -1.010268, -0.171256",\
|
|
"-2.020573, -1.896605, -1.777281, -1.573319, -0.734307");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[31]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.436716, 0.413942, 0.442390, 0.561059, 1.051926",\
|
|
"0.482723, 0.459948, 0.488396, 0.607065, 1.097932",\
|
|
"0.490204, 0.467429, 0.495877, 0.614546, 1.105413",\
|
|
"0.470960, 0.448185, 0.476633, 0.595302, 1.086169",\
|
|
"0.391652, 0.368878, 0.397326, 0.515994, 1.006861");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.779250, 0.756476, 0.784923, 0.903592, 1.394459",\
|
|
"0.876841, 0.854066, 0.882514, 1.001183, 1.492050",\
|
|
"0.955351, 0.932576, 0.961024, 1.079693, 1.570560",\
|
|
"1.092410, 1.069635, 1.098083, 1.216752, 1.707619",\
|
|
"1.655461, 1.632687, 1.661134, 1.779803, 2.270670");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.299575, -0.198382, -0.122203, 0.000299, 0.503323",\
|
|
"-0.345581, -0.244388, -0.168209, -0.045707, 0.457317",\
|
|
"-0.353062, -0.251869, -0.175690, -0.053188, 0.449836",\
|
|
"-0.333818, -0.232625, -0.156446, -0.033944, 0.469080",\
|
|
"-0.254510, -0.153317, -0.077139, 0.045364, 0.548387");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.647243, -0.546050, -0.469871, -0.347369, 0.155655",\
|
|
"-0.744833, -0.643640, -0.567461, -0.444959, 0.058065",\
|
|
"-0.823343, -0.722150, -0.645971, -0.523469, -0.020445",\
|
|
"-0.960402, -0.859209, -0.783030, -0.660528, -0.157504",\
|
|
"-1.523453, -1.422260, -1.346081, -1.223579, -0.720555");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005942 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.762913, 0.665318, 0.580527, 0.457562, -0.047641",\
|
|
"0.806690, 0.709095, 0.624305, 0.501340, -0.003863",\
|
|
"0.806296, 0.708701, 0.623910, 0.500945, -0.004258",\
|
|
"0.763320, 0.665725, 0.580934, 0.457969, -0.047234",\
|
|
"0.584562, 0.486967, 0.402177, 0.279212, -0.225991");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.250964, 1.153369, 1.068578, 0.945613, 0.440410",\
|
|
"1.367285, 1.269691, 1.184900, 1.061935, 0.556732",\
|
|
"1.476507, 1.378912, 1.294121, 1.171156, 0.665953",\
|
|
"1.663348, 1.565753, 1.480962, 1.357997, 0.852794",\
|
|
"2.431937, 2.334342, 2.249551, 2.126586, 1.621383");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[30]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.638506, -0.514538, -0.395213, -0.191251, 0.647761",\
|
|
"-0.682283, -0.558315, -0.438991, -0.235029, 0.603983",\
|
|
"-0.681889, -0.557920, -0.438596, -0.234634, 0.604378",\
|
|
"-0.638913, -0.514944, -0.395620, -0.191658, 0.647354",\
|
|
"-0.460155, -0.336187, -0.216863, -0.012901, 0.826111");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.106522, -0.982554, -0.863230, -0.659268, 0.179744",\
|
|
"-1.222844, -1.098875, -0.979551, -0.775589, 0.063423",\
|
|
"-1.332065, -1.208097, -1.088773, -0.884811, -0.045799",\
|
|
"-1.518906, -1.394938, -1.275614, -1.071652, -0.232640",\
|
|
"-2.287495, -2.163527, -2.044203, -1.840241, -1.001229");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[30]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.394277, 0.371502, 0.399950, 0.518619, 1.009486",\
|
|
"0.438054, 0.415280, 0.443728, 0.562396, 1.053263",\
|
|
"0.437660, 0.414885, 0.443333, 0.562002, 1.052869",\
|
|
"0.394684, 0.371909, 0.400357, 0.519026, 1.009893",\
|
|
"0.215926, 0.193152, 0.221600, 0.340268, 0.831135");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.755706, 0.732932, 0.761380, 0.880049, 1.370915",\
|
|
"0.872028, 0.849253, 0.877701, 0.996370, 1.487237",\
|
|
"0.981249, 0.958475, 0.986922, 1.105591, 1.596458",\
|
|
"1.168090, 1.145316, 1.173764, 1.292433, 1.783299",\
|
|
"1.936679, 1.913905, 1.942353, 2.061022, 2.551888");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.264404, -0.163211, -0.087032, 0.035470, 0.538494",\
|
|
"-0.308181, -0.206988, -0.130809, -0.008307, 0.494717",\
|
|
"-0.307787, -0.206594, -0.130415, -0.007913, 0.495111",\
|
|
"-0.264811, -0.163618, -0.087439, 0.035063, 0.538087",\
|
|
"-0.086053, 0.015140, 0.091318, 0.213821, 0.716844");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.610248, -0.509055, -0.432876, -0.310374, 0.192650",\
|
|
"-0.726569, -0.625376, -0.549197, -0.426695, 0.076329",\
|
|
"-0.835791, -0.734598, -0.658419, -0.535917, -0.032893",\
|
|
"-1.022632, -0.921439, -0.845260, -0.722758, -0.219734",\
|
|
"-1.791220, -1.690027, -1.613849, -1.491347, -0.988323");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004515 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.115155, 1.017560, 0.932769, 0.809804, 0.304601",\
|
|
"1.149076, 1.051481, 0.966691, 0.843726, 0.338523",\
|
|
"1.143184, 1.045589, 0.960799, 0.837833, 0.332631",\
|
|
"1.094907, 0.997313, 0.912522, 0.789557, 0.284354",\
|
|
"0.895947, 0.798353, 0.713562, 0.590597, 0.085394");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.599380, 1.501785, 1.416994, 1.294029, 0.788826",\
|
|
"1.699672, 1.602078, 1.517287, 1.394322, 0.889119",\
|
|
"1.787168, 1.689573, 1.604782, 1.481817, 0.976614",\
|
|
"1.941812, 1.844217, 1.759426, 1.636461, 1.131258",\
|
|
"2.577856, 2.480261, 2.395471, 2.272506, 1.767303");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.888278, -0.764310, -0.644986, -0.441024, 0.397988",\
|
|
"-0.922200, -0.798232, -0.678908, -0.474945, 0.364066",\
|
|
"-0.916308, -0.792339, -0.673015, -0.469053, 0.369959",\
|
|
"-0.868031, -0.744063, -0.624739, -0.420777, 0.418235",\
|
|
"-0.669071, -0.545103, -0.425779, -0.221817, 0.617195");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.272244, -1.148276, -1.028952, -0.824990, 0.014022",\
|
|
"-1.372537, -1.248569, -1.129245, -0.925283, -0.086271",\
|
|
"-1.460032, -1.336064, -1.216739, -1.012777, -0.173766",\
|
|
"-1.614676, -1.490708, -1.371383, -1.167421, -0.328410",\
|
|
"-2.250721, -2.126752, -2.007428, -1.803466, -0.964454");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.733183, 0.710409, 0.738857, 0.857525, 1.348392",\
|
|
"0.767104, 0.744330, 0.772778, 0.891447, 1.382313",\
|
|
"0.761212, 0.738438, 0.766886, 0.885554, 1.376421",\
|
|
"0.712936, 0.690161, 0.718609, 0.837278, 1.328145",\
|
|
"0.513976, 0.491201, 0.519649, 0.638318, 1.129185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.089327, 1.066553, 1.095001, 1.213670, 1.704536",\
|
|
"1.189620, 1.166846, 1.195294, 1.313962, 1.804829",\
|
|
"1.277115, 1.254341, 1.282789, 1.401457, 1.892324",\
|
|
"1.431759, 1.408985, 1.437433, 1.556101, 2.046968",\
|
|
"2.067804, 2.045029, 2.073477, 2.192146, 2.683013");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.518006, -0.416813, -0.340634, -0.218132, 0.284892",\
|
|
"-0.551927, -0.450734, -0.374555, -0.252053, 0.250971",\
|
|
"-0.546035, -0.444842, -0.368663, -0.246161, 0.256863",\
|
|
"-0.497758, -0.396565, -0.320386, -0.197884, 0.305140",\
|
|
"-0.298798, -0.197605, -0.121426, 0.001076, 0.504099");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.782023, -0.680830, -0.604651, -0.482149, 0.020875",\
|
|
"-0.882316, -0.781123, -0.704944, -0.582442, -0.079418",\
|
|
"-0.969811, -0.868618, -0.792439, -0.669937, -0.166913",\
|
|
"-1.124455, -1.023262, -0.947083, -0.824581, -0.321557",\
|
|
"-1.760500, -1.659307, -1.583128, -1.460626, -0.957602");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005781 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.508524, 0.410924, 0.326175, 0.203089, -0.302188",\
|
|
"0.570572, 0.472973, 0.388223, 0.265138, -0.240140",\
|
|
"0.594232, 0.496633, 0.411883, 0.288798, -0.216479",\
|
|
"0.596235, 0.498636, 0.413886, 0.290801, -0.214476",\
|
|
"0.604439, 0.506840, 0.422090, 0.299005, -0.206273");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.106498, 1.008899, 0.924149, 0.801064, 0.295786",\
|
|
"1.218456, 1.120856, 1.036107, 0.913021, 0.407744",\
|
|
"1.319687, 1.222088, 1.137338, 1.014253, 0.508976",\
|
|
"1.487509, 1.389910, 1.305160, 1.182075, 0.676798",\
|
|
"2.176261, 2.078662, 1.993912, 1.870827, 1.365549");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[28]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.390634, -0.266577, -0.147337, 0.056745, 0.895831",\
|
|
"-0.452682, -0.328625, -0.209386, -0.005303, 0.833783",\
|
|
"-0.476343, -0.352286, -0.233046, -0.028964, 0.810123",\
|
|
"-0.478345, -0.354289, -0.235049, -0.030966, 0.808120",\
|
|
"-0.486549, -0.362492, -0.243253, -0.039170, 0.799916");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.852239, -0.728182, -0.608942, -0.404860, 0.434226",\
|
|
"-0.964197, -0.840140, -0.720900, -0.516818, 0.322268",\
|
|
"-1.065428, -0.941372, -0.822132, -0.618049, 0.221037",\
|
|
"-1.233250, -1.109193, -0.989953, -0.785871, 0.053215",\
|
|
"-1.922002, -1.797945, -1.678705, -1.474623, -0.635537");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[28]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.443186, 0.420412, 0.448860, 0.567528, 1.058429",\
|
|
"0.505235, 0.482460, 0.510908, 0.629577, 1.120478",\
|
|
"0.528895, 0.506121, 0.534568, 0.653237, 1.144138",\
|
|
"0.530898, 0.508123, 0.536571, 0.655240, 1.146141",\
|
|
"0.539102, 0.516327, 0.544775, 0.663444, 1.154345");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.893692, 0.870918, 0.899366, 1.018034, 1.508935",\
|
|
"1.005650, 0.982875, 1.011323, 1.129992, 1.620893",\
|
|
"1.106881, 1.084107, 1.112555, 1.231223, 1.722124",\
|
|
"1.274704, 1.251929, 1.280377, 1.399045, 1.889946",\
|
|
"1.963455, 1.940681, 1.969129, 2.087797, 2.578698");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.339432, -0.238239, -0.162061, -0.039559, 0.463465",\
|
|
"-0.401481, -0.300288, -0.224109, -0.101607, 0.401417",\
|
|
"-0.425141, -0.323948, -0.247769, -0.125267, 0.377757",\
|
|
"-0.427144, -0.325951, -0.249772, -0.127270, 0.375754",\
|
|
"-0.435348, -0.334155, -0.257976, -0.135474, 0.367550");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.659168, -0.557975, -0.481796, -0.359294, 0.143730",\
|
|
"-0.771126, -0.669933, -0.593754, -0.471252, 0.031772",\
|
|
"-0.872357, -0.771164, -0.694985, -0.572483, -0.069459",\
|
|
"-1.040179, -0.938986, -0.862807, -0.740305, -0.237281",\
|
|
"-1.728931, -1.627738, -1.551559, -1.429057, -0.926033");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005804 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.853649, 0.756054, 0.671263, 0.548298, 0.043095",\
|
|
"0.915738, 0.818143, 0.733353, 0.610388, 0.105184",\
|
|
"0.939290, 0.841695, 0.756905, 0.633940, 0.128736",\
|
|
"0.941242, 0.843647, 0.758856, 0.635891, 0.130688",\
|
|
"0.949171, 0.851576, 0.766786, 0.643820, 0.138617");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.369987, 1.272392, 1.187601, 1.064636, 0.559433",\
|
|
"1.481924, 1.384329, 1.299539, 1.176574, 0.671371",\
|
|
"1.583061, 1.485466, 1.400676, 1.277710, 0.772507",\
|
|
"1.750502, 1.652907, 1.568116, 1.445151, 0.939948",\
|
|
"2.439774, 2.342179, 2.257388, 2.134423, 1.629220");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.739176, -0.615208, -0.495884, -0.291922, 0.547090",\
|
|
"-0.801265, -0.677297, -0.557973, -0.354011, 0.485001",\
|
|
"-0.824817, -0.700849, -0.581525, -0.377563, 0.461449",\
|
|
"-0.826769, -0.702801, -0.583477, -0.379514, 0.459498",\
|
|
"-0.834698, -0.710730, -0.591406, -0.387444, 0.451568");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.233995, -1.110027, -0.990703, -0.786741, 0.052271",\
|
|
"-1.345933, -1.221965, -1.102641, -0.898679, -0.059667",\
|
|
"-1.447070, -1.323102, -1.203777, -0.999815, -0.160803",\
|
|
"-1.614511, -1.490542, -1.371218, -1.167256, -0.328244",\
|
|
"-2.303782, -2.179814, -2.060490, -1.856528, -1.017516");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[27]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.463023, 0.440248, 0.468696, 0.587365, 1.078232",\
|
|
"0.525112, 0.502338, 0.530786, 0.649454, 1.140321",\
|
|
"0.548664, 0.525890, 0.554337, 0.673006, 1.163873",\
|
|
"0.550615, 0.527841, 0.556289, 0.674958, 1.165825",\
|
|
"0.558545, 0.535770, 0.564218, 0.682887, 1.173754");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.855590, 0.832816, 0.861263, 0.979932, 1.470799",\
|
|
"0.967528, 0.944753, 0.973201, 1.091870, 1.582737",\
|
|
"1.068664, 1.045890, 1.074338, 1.193007, 1.683873",\
|
|
"1.236105, 1.213331, 1.241778, 1.360447, 1.851314",\
|
|
"1.925377, 1.902603, 1.931051, 2.049720, 2.540586");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.347632, -0.246439, -0.170260, -0.047758, 0.455266",\
|
|
"-0.409721, -0.308528, -0.232350, -0.109847, 0.393176",\
|
|
"-0.433273, -0.332080, -0.255901, -0.133399, 0.369625",\
|
|
"-0.435225, -0.334032, -0.257853, -0.135351, 0.367673",\
|
|
"-0.443154, -0.341961, -0.265782, -0.143280, 0.359744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.720767, -0.619574, -0.543395, -0.420893, 0.082131",\
|
|
"-0.832704, -0.731511, -0.655333, -0.532830, -0.029806",\
|
|
"-0.933841, -0.832648, -0.756469, -0.633967, -0.130943",\
|
|
"-1.101282, -1.000089, -0.923910, -0.801408, -0.298384",\
|
|
"-1.790554, -1.689361, -1.613182, -1.490680, -0.987656");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004522 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.963382, 0.865787, 0.780997, 0.658032, 0.152829",\
|
|
"1.012853, 0.915259, 0.830468, 0.707503, 0.202300",\
|
|
"1.020974, 0.923380, 0.838589, 0.715624, 0.210421",\
|
|
"0.999181, 0.901587, 0.816796, 0.693831, 0.188628",\
|
|
"0.905823, 0.808228, 0.723437, 0.600472, 0.095269");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.242621, 1.145026, 1.060235, 0.937270, 0.432067",\
|
|
"1.347737, 1.250143, 1.165352, 1.042387, 0.537184",\
|
|
"1.437968, 1.340373, 1.255582, 1.132617, 0.627415",\
|
|
"1.590677, 1.493083, 1.408292, 1.285327, 0.780124",\
|
|
"2.217837, 2.120242, 2.035451, 1.912486, 1.407283");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[26]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.475848, -0.351879, -0.232555, -0.028593, 0.810418",\
|
|
"-0.525319, -0.401351, -0.282027, -0.078065, 0.760947",\
|
|
"-0.533440, -0.409472, -0.290148, -0.086186, 0.752826",\
|
|
"-0.511647, -0.387679, -0.268355, -0.064393, 0.774619",\
|
|
"-0.418288, -0.294320, -0.174996, 0.028966, 0.867978");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.933716, -0.809748, -0.690424, -0.486462, 0.352550",\
|
|
"-1.038833, -0.914865, -0.795541, -0.591579, 0.247433",\
|
|
"-1.129063, -1.005095, -0.885771, -0.681809, 0.157203",\
|
|
"-1.281773, -1.157805, -1.038481, -0.834518, 0.004493",\
|
|
"-1.908932, -1.784964, -1.665640, -1.461678, -0.622666");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[26]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.926440, 0.903665, 0.932113, 1.050782, 1.541649",\
|
|
"0.975911, 0.953136, 0.981584, 1.100253, 1.591120",\
|
|
"0.984032, 0.961257, 0.989705, 1.108374, 1.599241",\
|
|
"0.962239, 0.939464, 0.967912, 1.086581, 1.577448",\
|
|
"0.868880, 0.846106, 0.874554, 0.993222, 1.484089");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.068248, 1.045473, 1.073921, 1.192590, 1.683457",\
|
|
"1.173365, 1.150590, 1.179038, 1.297707, 1.788574",\
|
|
"1.263595, 1.240821, 1.269269, 1.387937, 1.878804",\
|
|
"1.416304, 1.393530, 1.421978, 1.540647, 2.031514",\
|
|
"2.043464, 2.020689, 2.049138, 2.167806, 2.658673");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.382570, -0.281369, -0.205173, -0.082622, 0.420604",\
|
|
"-0.432041, -0.330841, -0.254644, -0.132094, 0.371133",\
|
|
"-0.440162, -0.338962, -0.262765, -0.140215, 0.363012",\
|
|
"-0.418369, -0.317169, -0.240972, -0.118422, 0.384805",\
|
|
"-0.325010, -0.223810, -0.147613, -0.025063, 0.478164");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.704164, -0.602963, -0.526767, -0.404216, 0.099010",\
|
|
"-0.809281, -0.708080, -0.631884, -0.509333, -0.006107",\
|
|
"-0.899511, -0.798310, -0.722114, -0.599563, -0.096337",\
|
|
"-1.052220, -0.951020, -0.874823, -0.752273, -0.249046",\
|
|
"-1.679380, -1.578179, -1.501983, -1.379432, -0.876206");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004560 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.863898, 0.766303, 0.681513, 0.558547, 0.053345",\
|
|
"0.911939, 0.814345, 0.729554, 0.606589, 0.101386",\
|
|
"0.919893, 0.822298, 0.737508, 0.614542, 0.109340",\
|
|
"0.898115, 0.800520, 0.715729, 0.592764, 0.087561",\
|
|
"0.808484, 0.710889, 0.626098, 0.503133, -0.002070");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.320338, 1.222743, 1.137952, 1.014987, 0.509784",\
|
|
"1.424259, 1.326664, 1.241874, 1.118909, 0.613706",\
|
|
"1.515559, 1.417964, 1.333174, 1.210209, 0.705006",\
|
|
"1.670876, 1.573281, 1.488490, 1.365525, 0.860322",\
|
|
"2.308311, 2.210717, 2.125926, 2.002961, 1.497758");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.800972, -0.677004, -0.557679, -0.353717, 0.485294",\
|
|
"-0.849013, -0.725045, -0.605721, -0.401759, 0.437253",\
|
|
"-0.856967, -0.732998, -0.613674, -0.409712, 0.429299",\
|
|
"-0.835188, -0.711220, -0.591896, -0.387934, 0.451078",\
|
|
"-0.745557, -0.621589, -0.502265, -0.298303, 0.540709");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.142511, -1.018543, -0.899219, -0.695257, 0.143755",\
|
|
"-1.246432, -1.122464, -1.003140, -0.799178, 0.039834",\
|
|
"-1.337733, -1.213764, -1.094440, -0.890478, -0.051467",\
|
|
"-1.493049, -1.369081, -1.249757, -1.045795, -0.206783",\
|
|
"-2.130486, -2.006517, -1.887193, -1.683231, -0.844219");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[25]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.513105, 0.490331, 0.518779, 0.637448, 1.128314",\
|
|
"0.561147, 0.538372, 0.566820, 0.685489, 1.176356",\
|
|
"0.569100, 0.546326, 0.574774, 0.693443, 1.184309",\
|
|
"0.547322, 0.524547, 0.552995, 0.671664, 1.162531",\
|
|
"0.457691, 0.434917, 0.463364, 0.582033, 1.072900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.843057, 0.820283, 0.848731, 0.967400, 1.458266",\
|
|
"0.946979, 0.924204, 0.952652, 1.071321, 1.562188",\
|
|
"1.038279, 1.015504, 1.043952, 1.162621, 1.653488",\
|
|
"1.193595, 1.170821, 1.199269, 1.317938, 1.808805",\
|
|
"1.831031, 1.808257, 1.836704, 1.955373, 2.446240");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.395094, -0.293894, -0.217697, -0.095147, 0.408080",\
|
|
"-0.443136, -0.341935, -0.265739, -0.143188, 0.360038",\
|
|
"-0.451089, -0.349889, -0.273692, -0.151142, 0.352085",\
|
|
"-0.429311, -0.328110, -0.251914, -0.129363, 0.373863",\
|
|
"-0.339680, -0.238480, -0.162283, -0.039733, 0.463494");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.611474, -0.510274, -0.434077, -0.311527, 0.191700",\
|
|
"-0.715395, -0.614195, -0.537998, -0.415448, 0.087779",\
|
|
"-0.806696, -0.705495, -0.629299, -0.506748, -0.003522",\
|
|
"-0.962012, -0.860812, -0.784615, -0.662065, -0.158838",\
|
|
"-1.599448, -1.498248, -1.422051, -1.299501, -0.796274");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006815 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.587134, 0.489539, 0.404749, 0.281783, -0.223419",\
|
|
"0.633275, 0.535680, 0.450890, 0.327924, -0.177278",\
|
|
"0.641609, 0.544015, 0.459224, 0.336259, -0.168944",\
|
|
"0.622954, 0.525359, 0.440568, 0.317603, -0.187600",\
|
|
"0.540931, 0.443337, 0.358546, 0.235581, -0.269622");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.829127, 0.731532, 0.646741, 0.523776, 0.018573",\
|
|
"0.926789, 0.829194, 0.744403, 0.621438, 0.116235",\
|
|
"1.005083, 0.907488, 0.822698, 0.699733, 0.194530",\
|
|
"1.140345, 1.042750, 0.957959, 0.834994, 0.329791",\
|
|
"1.697572, 1.599977, 1.515186, 1.392221, 0.887018");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[24]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.476263, -0.352295, -0.232971, -0.029009, 0.810003",\
|
|
"-0.522404, -0.398436, -0.279112, -0.075150, 0.763862",\
|
|
"-0.530739, -0.406770, -0.287446, -0.083484, 0.755527",\
|
|
"-0.512083, -0.388115, -0.268791, -0.064829, 0.774183",\
|
|
"-0.430061, -0.306093, -0.186769, 0.017194, 0.856205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.682121, -0.558153, -0.438829, -0.234867, 0.604145",\
|
|
"-0.779784, -0.655815, -0.536491, -0.332529, 0.506483",\
|
|
"-0.858078, -0.734110, -0.614785, -0.410823, 0.428188",\
|
|
"-0.993339, -0.869371, -0.750047, -0.546085, 0.292927",\
|
|
"-1.550566, -1.426598, -1.307274, -1.103312, -0.264300");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[24]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.622126, 0.599352, 0.627800, 0.746469, 1.237336",\
|
|
"0.668267, 0.645493, 0.673941, 0.792610, 1.283477",\
|
|
"0.676602, 0.653827, 0.682275, 0.800944, 1.291811",\
|
|
"0.657946, 0.635172, 0.663620, 0.782288, 1.273155",\
|
|
"0.575924, 0.553149, 0.581597, 0.700266, 1.191133");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.845058, 0.822284, 0.850732, 0.969401, 1.460267",\
|
|
"0.942720, 0.919946, 0.948394, 1.067063, 1.557930",\
|
|
"1.021015, 0.998240, 1.026688, 1.145357, 1.636224",\
|
|
"1.156276, 1.133502, 1.161950, 1.280618, 1.771485",\
|
|
"1.713503, 1.690729, 1.719177, 1.837846, 2.328712");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.489060, -0.387861, -0.311668, -0.189127, 0.314063",\
|
|
"-0.535201, -0.434002, -0.357809, -0.235268, 0.267922",\
|
|
"-0.543535, -0.442336, -0.366143, -0.243602, 0.259588",\
|
|
"-0.524880, -0.423681, -0.347488, -0.224947, 0.278243",\
|
|
"-0.442858, -0.341659, -0.265465, -0.142925, 0.360265");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.678434, -0.577235, -0.501042, -0.378501, 0.124689",\
|
|
"-0.776096, -0.674897, -0.598704, -0.476163, 0.027027",\
|
|
"-0.854390, -0.753191, -0.676998, -0.554457, -0.051267",\
|
|
"-0.989652, -0.888453, -0.812260, -0.689719, -0.186529",\
|
|
"-1.546879, -1.445680, -1.369487, -1.246946, -0.743756");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005203 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.955458, 0.857863, 0.773073, 0.650108, 0.144904",\
|
|
"1.003621, 0.906026, 0.821235, 0.698270, 0.193067",\
|
|
"1.011678, 0.914083, 0.829293, 0.706328, 0.201124",\
|
|
"0.990650, 0.893055, 0.808265, 0.685300, 0.180096",\
|
|
"0.903988, 0.806393, 0.721603, 0.598637, 0.093434");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.834734, 1.737139, 1.652349, 1.529384, 1.024180",\
|
|
"1.938491, 1.840896, 1.756105, 1.633140, 1.127937",\
|
|
"2.029815, 1.932221, 1.847430, 1.724465, 1.219261",\
|
|
"2.184513, 2.086918, 2.002127, 1.879162, 1.373959",\
|
|
"2.821107, 2.723513, 2.638722, 2.515757, 2.010553");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.827858, -0.703890, -0.584565, -0.380603, 0.458409",\
|
|
"-0.876020, -0.752052, -0.632728, -0.428766, 0.410246",\
|
|
"-0.884078, -0.760110, -0.640786, -0.436824, 0.402189",\
|
|
"-0.863050, -0.739082, -0.619757, -0.415795, 0.423217",\
|
|
"-0.776388, -0.652420, -0.533095, -0.329133, 0.509879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.304996, -1.181028, -1.061704, -0.857742, -0.018730",\
|
|
"-1.408753, -1.284785, -1.165460, -0.961498, -0.122486",\
|
|
"-1.500077, -1.376109, -1.256785, -1.052823, -0.213811",\
|
|
"-1.654774, -1.530806, -1.411482, -1.207520, -0.368508",\
|
|
"-2.291369, -2.167401, -2.048077, -1.844115, -1.005103");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[23]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.599956, 0.577181, 0.605629, 0.724298, 1.215165",\
|
|
"0.648118, 0.625344, 0.653792, 0.772461, 1.263328",\
|
|
"0.656176, 0.633402, 0.661849, 0.780518, 1.271385",\
|
|
"0.635148, 0.612373, 0.640821, 0.759490, 1.250357",\
|
|
"0.548486, 0.525711, 0.554159, 0.672828, 1.163695");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.354046, 1.331271, 1.359719, 1.478388, 1.969255",\
|
|
"1.457802, 1.435028, 1.463476, 1.582144, 2.073011",\
|
|
"1.549127, 1.526353, 1.554801, 1.673469, 2.164336",\
|
|
"1.703824, 1.681049, 1.709497, 1.828166, 2.319033",\
|
|
"2.340419, 2.317644, 2.346092, 2.464761, 2.955628");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.452242, -0.351049, -0.274870, -0.152368, 0.350656",\
|
|
"-0.500404, -0.399211, -0.323033, -0.200530, 0.302493",\
|
|
"-0.508462, -0.407269, -0.331090, -0.208588, 0.294436",\
|
|
"-0.487434, -0.386241, -0.310062, -0.187560, 0.315464",\
|
|
"-0.400772, -0.299579, -0.223400, -0.100898, 0.402126");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.807919, -0.706726, -0.630547, -0.508045, -0.005021",\
|
|
"-0.911675, -0.810482, -0.734303, -0.611801, -0.108777",\
|
|
"-1.003000, -0.901807, -0.825628, -0.703126, -0.200102",\
|
|
"-1.157697, -1.056504, -0.980325, -0.857823, -0.354799",\
|
|
"-1.794292, -1.693099, -1.616920, -1.494418, -0.991394");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005033 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.982035, 0.884440, 0.799649, 0.676684, 0.171481",\
|
|
"1.043951, 0.946356, 0.861565, 0.738600, 0.233397",\
|
|
"1.067362, 0.969768, 0.884977, 0.762012, 0.256809",\
|
|
"1.068815, 0.971220, 0.886430, 0.763465, 0.258262",\
|
|
"1.079450, 0.981855, 0.897064, 0.774099, 0.268896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.527107, 1.429513, 1.344722, 1.221757, 0.716554",\
|
|
"1.639321, 1.541726, 1.456936, 1.333971, 0.828768",\
|
|
"1.744060, 1.646465, 1.561674, 1.438709, 0.933506",\
|
|
"1.912120, 1.814525, 1.729735, 1.606770, 1.101567",\
|
|
"2.601323, 2.503728, 2.418937, 2.295972, 1.790769");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.826353, -0.702385, -0.583061, -0.379098, 0.459913",\
|
|
"-0.888269, -0.764301, -0.644977, -0.441014, 0.397997",\
|
|
"-0.911680, -0.787712, -0.668388, -0.464426, 0.374586",\
|
|
"-0.913133, -0.789165, -0.669841, -0.465879, 0.373133",\
|
|
"-0.923767, -0.799799, -0.680475, -0.476513, 0.362499");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.373598, -1.249630, -1.130306, -0.926344, -0.087332",\
|
|
"-1.485828, -1.361860, -1.242536, -1.038574, -0.199562",\
|
|
"-1.590621, -1.466653, -1.347328, -1.143366, -0.304355",\
|
|
"-1.759151, -1.635183, -1.515859, -1.311897, -0.472885",\
|
|
"-2.448356, -2.324388, -2.205064, -2.001102, -1.162090");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[22]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.613399, 0.590624, 0.619072, 0.737741, 1.228608",\
|
|
"0.675315, 0.652540, 0.680988, 0.799657, 1.290524",\
|
|
"0.698726, 0.675952, 0.704400, 0.823069, 1.313936",\
|
|
"0.700179, 0.677405, 0.705853, 0.824522, 1.315388",\
|
|
"0.710814, 0.688039, 0.716487, 0.835156, 1.326023");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.031850, 1.009075, 1.037523, 1.156192, 1.647059",\
|
|
"1.144064, 1.121289, 1.149737, 1.268406, 1.759273",\
|
|
"1.248802, 1.226028, 1.254476, 1.373144, 1.864011",\
|
|
"1.416863, 1.394088, 1.422536, 1.541205, 2.032072",\
|
|
"2.106065, 2.083291, 2.111739, 2.230408, 2.721274");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.452251, -0.351058, -0.274879, -0.152377, 0.350647",\
|
|
"-0.514167, -0.412974, -0.336795, -0.214293, 0.288731",\
|
|
"-0.537579, -0.436386, -0.360207, -0.237705, 0.265319",\
|
|
"-0.539032, -0.437839, -0.361660, -0.239158, 0.263866",\
|
|
"-0.549666, -0.448473, -0.372294, -0.249792, 0.253232");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.877324, -0.776131, -0.699952, -0.577450, -0.074426",\
|
|
"-0.989554, -0.888361, -0.812182, -0.689680, -0.186656",\
|
|
"-1.094347, -0.993153, -0.916975, -0.794473, -0.291449",\
|
|
"-1.262877, -1.161684, -1.085505, -0.963003, -0.459979",\
|
|
"-1.952082, -1.850889, -1.774710, -1.652208, -1.149184");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005115 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.771194, 0.673600, 0.588809, 0.465844, -0.039359",\
|
|
"0.817323, 0.719729, 0.634938, 0.511973, 0.006770",\
|
|
"0.824690, 0.727095, 0.642305, 0.519340, 0.014137",\
|
|
"0.806174, 0.708579, 0.623788, 0.500823, -0.004380",\
|
|
"0.727951, 0.630356, 0.545565, 0.422600, -0.082603");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.183261, 1.085666, 1.000875, 0.877910, 0.372707",\
|
|
"1.282863, 1.185268, 1.100477, 0.977512, 0.472309",\
|
|
"1.361393, 1.263798, 1.179008, 1.056043, 0.550840",\
|
|
"1.499299, 1.401704, 1.316913, 1.193948, 0.688745",\
|
|
"2.065038, 1.967444, 1.882653, 1.759688, 1.254485");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.680171, -0.556203, -0.436879, -0.232917, 0.606095",\
|
|
"-0.726300, -0.602332, -0.483008, -0.279046, 0.559966",\
|
|
"-0.733667, -0.609699, -0.490375, -0.286413, 0.552599",\
|
|
"-0.715151, -0.591183, -0.471859, -0.267897, 0.571115",\
|
|
"-0.636928, -0.512960, -0.393636, -0.189674, 0.649338");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.096758, -0.972790, -0.853466, -0.649504, 0.189508",\
|
|
"-1.196360, -1.072392, -0.953068, -0.749106, 0.089906",\
|
|
"-1.274891, -1.150923, -1.031598, -0.827636, 0.011375",\
|
|
"-1.412796, -1.288828, -1.169503, -0.965541, -0.126530",\
|
|
"-1.978536, -1.854568, -1.735244, -1.531281, -0.692270");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[21]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.389274, 0.366499, 0.394947, 0.513616, 1.004483",\
|
|
"0.435403, 0.412628, 0.441076, 0.559745, 1.050612",\
|
|
"0.442770, 0.419995, 0.448443, 0.567112, 1.057979",\
|
|
"0.424253, 0.401479, 0.429927, 0.548596, 1.039462",\
|
|
"0.346030, 0.323256, 0.351704, 0.470373, 0.961239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.673185, 0.650410, 0.678858, 0.797527, 1.288394",\
|
|
"0.772787, 0.750012, 0.778460, 0.897129, 1.387996",\
|
|
"0.851317, 0.828543, 0.856991, 0.975659, 1.466526",\
|
|
"0.989223, 0.966448, 0.994896, 1.113565, 1.604432",\
|
|
"1.554962, 1.532188, 1.560636, 1.679305, 2.170171");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.309972, -0.208779, -0.132600, -0.010098, 0.492926",\
|
|
"-0.356101, -0.254908, -0.178729, -0.056227, 0.446797",\
|
|
"-0.363468, -0.262275, -0.186096, -0.063594, 0.439430",\
|
|
"-0.344951, -0.243758, -0.167579, -0.045077, 0.457946",\
|
|
"-0.266728, -0.165535, -0.089357, 0.033146, 0.536169");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.606672, -0.505479, -0.429300, -0.306798, 0.196226",\
|
|
"-0.706274, -0.605081, -0.528902, -0.406400, 0.096624",\
|
|
"-0.784805, -0.683612, -0.607433, -0.484931, 0.018093",\
|
|
"-0.922710, -0.821517, -0.745338, -0.622836, -0.119812",\
|
|
"-1.488450, -1.387257, -1.311078, -1.188576, -0.685552");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004464 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.594387, 0.496788, 0.412038, 0.288953, -0.216324",\
|
|
"0.642413, 0.544814, 0.460064, 0.336979, -0.168298",\
|
|
"0.650386, 0.552787, 0.468037, 0.344952, -0.160325",\
|
|
"0.628719, 0.531119, 0.446370, 0.323284, -0.181993",\
|
|
"0.539420, 0.441821, 0.357071, 0.233986, -0.271291");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.203562, 1.105963, 1.021214, 0.898128, 0.392851",\
|
|
"1.307354, 1.209754, 1.125005, 1.001920, 0.496642",\
|
|
"1.398369, 1.300769, 1.216020, 1.092934, 0.587657",\
|
|
"1.553250, 1.455651, 1.370901, 1.247816, 0.742538",\
|
|
"2.190847, 2.093247, 2.008498, 1.885412, 1.380135");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[20]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.449696, -0.325639, -0.206399, -0.002317, 0.836769",\
|
|
"-0.497722, -0.373665, -0.254425, -0.050343, 0.788743",\
|
|
"-0.505695, -0.381638, -0.262398, -0.058316, 0.780770",\
|
|
"-0.484027, -0.359971, -0.240731, -0.036648, 0.802438",\
|
|
"-0.394729, -0.270672, -0.151432, 0.052650, 0.891736");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.957390, -0.833333, -0.714093, -0.510011, 0.329075",\
|
|
"-1.061181, -0.937124, -0.817884, -0.613802, 0.225284",\
|
|
"-1.152196, -1.028139, -0.908899, -0.704817, 0.134269",\
|
|
"-1.307077, -1.183021, -1.063781, -0.859698, -0.020612",\
|
|
"-1.944674, -1.820617, -1.701377, -1.497295, -0.658209");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[20]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.529050, 0.506276, 0.534724, 0.653392, 1.144293",\
|
|
"0.577077, 0.554302, 0.582750, 0.701419, 1.192319",\
|
|
"0.585050, 0.562275, 0.590723, 0.709392, 1.200292",\
|
|
"0.563382, 0.540607, 0.569055, 0.687724, 1.178625",\
|
|
"0.474083, 0.451309, 0.479757, 0.598425, 1.089326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.990757, 0.967982, 0.996430, 1.115099, 1.606000",\
|
|
"1.094548, 1.071774, 1.100222, 1.218890, 1.709791",\
|
|
"1.185563, 1.162788, 1.191236, 1.309905, 1.800806",\
|
|
"1.340444, 1.317670, 1.346118, 1.464786, 1.955687",\
|
|
"1.978041, 1.955267, 1.983715, 2.102383, 2.593284");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.398495, -0.297302, -0.221123, -0.098621, 0.404403",\
|
|
"-0.446521, -0.345328, -0.269149, -0.146647, 0.356377",\
|
|
"-0.454494, -0.353301, -0.277122, -0.154620, 0.348404",\
|
|
"-0.432826, -0.331633, -0.255455, -0.132952, 0.370071",\
|
|
"-0.343528, -0.242335, -0.166156, -0.043654, 0.459370");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.764319, -0.663126, -0.586947, -0.464445, 0.038579",\
|
|
"-0.868110, -0.766917, -0.690738, -0.568236, -0.065212",\
|
|
"-0.959125, -0.857932, -0.781753, -0.659251, -0.156227",\
|
|
"-1.114006, -1.012813, -0.936634, -0.814132, -0.311108",\
|
|
"-1.751603, -1.650410, -1.574231, -1.451729, -0.948705");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003765 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.899143, 0.801548, 0.716757, 0.593792, 0.088589",\
|
|
"0.947354, 0.849760, 0.764969, 0.642004, 0.136801",\
|
|
"0.955412, 0.857817, 0.773027, 0.650062, 0.144858",\
|
|
"0.933679, 0.836084, 0.751294, 0.628329, 0.123126",\
|
|
"0.842381, 0.744786, 0.659996, 0.537031, 0.031827");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.448494, 1.350899, 1.266109, 1.143143, 0.637940",\
|
|
"1.554100, 1.456505, 1.371714, 1.248749, 0.743546",\
|
|
"1.644846, 1.547251, 1.462461, 1.339495, 0.834292",\
|
|
"1.798662, 1.701068, 1.616277, 1.493312, 0.988109",\
|
|
"2.432861, 2.335266, 2.250476, 2.127511, 1.622307");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.802141, -0.678173, -0.558849, -0.354887, 0.484125",\
|
|
"-0.850353, -0.726385, -0.607061, -0.403098, 0.435914",\
|
|
"-0.858410, -0.734442, -0.615118, -0.411156, 0.427856",\
|
|
"-0.836678, -0.712710, -0.593386, -0.389423, 0.449589",\
|
|
"-0.745380, -0.621411, -0.502087, -0.298125, 0.540887");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.328942, -1.204974, -1.085650, -0.881688, -0.042675",\
|
|
"-1.434548, -1.310580, -1.191255, -0.987293, -0.148281",\
|
|
"-1.525294, -1.401325, -1.282001, -1.078039, -0.239027",\
|
|
"-1.679110, -1.555142, -1.435818, -1.231856, -0.392844",\
|
|
"-2.313309, -2.189341, -2.070017, -1.866055, -1.027043");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[19]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.508581, 0.485806, 0.514254, 0.632923, 1.123790",\
|
|
"0.556792, 0.534018, 0.562466, 0.681135, 1.172002",\
|
|
"0.564850, 0.542076, 0.570524, 0.689192, 1.180059",\
|
|
"0.543117, 0.520343, 0.548791, 0.667460, 1.158327",\
|
|
"0.451819, 0.429045, 0.457493, 0.576162, 1.067028");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.934102, 0.911327, 0.939775, 1.058444, 1.549311",\
|
|
"1.039708, 1.016933, 1.045381, 1.164050, 1.654917",\
|
|
"1.130454, 1.107679, 1.136127, 1.254796, 1.745663",\
|
|
"1.284271, 1.261496, 1.289944, 1.408613, 1.899480",\
|
|
"1.918470, 1.895695, 1.924143, 2.042812, 2.533679");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.410693, -0.309500, -0.233321, -0.110819, 0.392205",\
|
|
"-0.458904, -0.357711, -0.281532, -0.159030, 0.343994",\
|
|
"-0.466962, -0.365769, -0.289590, -0.167088, 0.335936",\
|
|
"-0.445229, -0.344036, -0.267857, -0.145355, 0.357669",\
|
|
"-0.353931, -0.252738, -0.176559, -0.054057, 0.448967");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.815718, -0.714525, -0.638346, -0.515844, -0.012820",\
|
|
"-0.921324, -0.820131, -0.743952, -0.621450, -0.118426",\
|
|
"-1.012070, -0.910877, -0.834698, -0.712196, -0.209172",\
|
|
"-1.165886, -1.064693, -0.988515, -0.866013, -0.362989",\
|
|
"-1.800086, -1.698892, -1.622714, -1.500211, -0.997188");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005725 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.692461, 0.594866, 0.510076, 0.387111, -0.118092",\
|
|
"0.754458, 0.656863, 0.572072, 0.449107, -0.056095",\
|
|
"0.777771, 0.680176, 0.595385, 0.472420, -0.032782",\
|
|
"0.778175, 0.680580, 0.595789, 0.472824, -0.032378",\
|
|
"0.780089, 0.682494, 0.597703, 0.474738, -0.030464");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.108099, 1.010504, 0.925713, 0.802748, 0.297545",\
|
|
"1.220163, 1.122569, 1.037778, 0.914813, 0.409610",\
|
|
"1.321311, 1.223716, 1.138925, 1.015960, 0.510758",\
|
|
"1.488668, 1.391073, 1.306283, 1.183318, 0.678115",\
|
|
"2.174613, 2.077018, 1.992228, 1.869263, 1.364060");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[18]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.495126, -0.371158, -0.251834, -0.047872, 0.791140",\
|
|
"-0.557123, -0.433155, -0.313831, -0.109869, 0.729143",\
|
|
"-0.580436, -0.456468, -0.337144, -0.133182, 0.705830",\
|
|
"-0.580840, -0.456872, -0.337548, -0.133586, 0.705426",\
|
|
"-0.582754, -0.458786, -0.339462, -0.135500, 0.703512");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.891744, -0.767776, -0.648452, -0.444490, 0.394522",\
|
|
"-1.003809, -0.879841, -0.760517, -0.556555, 0.282457",\
|
|
"-1.104956, -0.980988, -0.861664, -0.657702, 0.181310",\
|
|
"-1.272313, -1.148345, -1.029021, -0.825059, 0.013952",\
|
|
"-1.958259, -1.834290, -1.714966, -1.511004, -0.671993");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[18]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.655519, 0.632744, 0.661192, 0.779861, 1.270728",\
|
|
"0.717515, 0.694741, 0.723189, 0.841858, 1.332725",\
|
|
"0.740828, 0.718054, 0.746502, 0.865171, 1.356037",\
|
|
"0.741232, 0.718458, 0.746906, 0.865575, 1.356442",\
|
|
"0.743146, 0.720372, 0.748820, 0.867489, 1.358356");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.933726, 0.910951, 0.939399, 1.058068, 1.548935",\
|
|
"1.045791, 1.023016, 1.051464, 1.170133, 1.661000",\
|
|
"1.146938, 1.124164, 1.152612, 1.271281, 1.762147",\
|
|
"1.314295, 1.291521, 1.319969, 1.438638, 1.929505",\
|
|
"2.000241, 1.977466, 2.005914, 2.124583, 2.615450");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.401848, -0.300648, -0.224452, -0.101901, 0.401325",\
|
|
"-0.463845, -0.362645, -0.286448, -0.163898, 0.339329",\
|
|
"-0.487158, -0.385958, -0.309761, -0.187211, 0.316016",\
|
|
"-0.487562, -0.386362, -0.310165, -0.187615, 0.315612",\
|
|
"-0.489476, -0.388276, -0.312079, -0.189529, 0.313698");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.662192, -0.560991, -0.484795, -0.362244, 0.140982",\
|
|
"-0.774256, -0.673056, -0.596859, -0.474309, 0.028918",\
|
|
"-0.875404, -0.774203, -0.698007, -0.575457, -0.072230",\
|
|
"-1.042761, -0.941561, -0.865364, -0.742814, -0.239587",\
|
|
"-1.728706, -1.627506, -1.551309, -1.428759, -0.925532");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003873 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.977559, 0.879964, 0.795173, 0.672208, 0.167005",\
|
|
"1.025742, 0.928148, 0.843357, 0.720392, 0.215189",\
|
|
"1.033743, 0.936148, 0.851358, 0.728392, 0.223190",\
|
|
"1.012470, 0.914875, 0.830085, 0.707120, 0.201917",\
|
|
"0.924800, 0.827205, 0.742414, 0.619449, 0.114246");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.258353, 1.160758, 1.075968, 0.953003, 0.447800",\
|
|
"1.362159, 1.264564, 1.179773, 1.056808, 0.551605",\
|
|
"1.453426, 1.355831, 1.271041, 1.148076, 0.642873",\
|
|
"1.608308, 1.510713, 1.425923, 1.302957, 0.797755",\
|
|
"2.242836, 2.145241, 2.060451, 1.937486, 1.432283");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.839904, -0.715936, -0.596612, -0.392650, 0.446362",\
|
|
"-0.888088, -0.764120, -0.644796, -0.440833, 0.398178",\
|
|
"-0.896088, -0.772120, -0.652796, -0.448834, 0.390178",\
|
|
"-0.874816, -0.750847, -0.631523, -0.427561, 0.411451",\
|
|
"-0.787145, -0.663177, -0.543853, -0.339891, 0.499121");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.131642, -1.007674, -0.888350, -0.684388, 0.154624",\
|
|
"-1.235448, -1.111479, -0.992155, -0.788193, 0.050818",\
|
|
"-1.326715, -1.202747, -1.083423, -0.879461, -0.040449",\
|
|
"-1.481597, -1.357629, -1.238305, -1.034343, -0.195331",\
|
|
"-2.116126, -1.992157, -1.872833, -1.668871, -0.829859");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[17]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.626835, 0.604061, 0.632508, 0.751177, 1.242044",\
|
|
"0.675019, 0.652244, 0.680692, 0.799361, 1.290228",\
|
|
"0.683020, 0.660245, 0.688693, 0.807362, 1.298229",\
|
|
"0.661747, 0.638972, 0.667420, 0.786089, 1.276956",\
|
|
"0.574076, 0.551302, 0.579750, 0.698418, 1.189285");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.781076, 0.758302, 0.786750, 0.905419, 1.396285",\
|
|
"0.884882, 0.862107, 0.890555, 1.009224, 1.500091",\
|
|
"0.976149, 0.953375, 0.981823, 1.100492, 1.591358",\
|
|
"1.131031, 1.108256, 1.136704, 1.255373, 1.746240",\
|
|
"1.765559, 1.742785, 1.771233, 1.889902, 2.380769");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.434117, -0.332917, -0.256721, -0.134170, 0.369056",\
|
|
"-0.482301, -0.381101, -0.304904, -0.182354, 0.320873",\
|
|
"-0.490302, -0.389102, -0.312905, -0.190355, 0.312872",\
|
|
"-0.469029, -0.367829, -0.291632, -0.169082, 0.334145",\
|
|
"-0.381359, -0.280158, -0.203962, -0.081411, 0.421815");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.600608, -0.499408, -0.423211, -0.300661, 0.202566",\
|
|
"-0.704413, -0.603213, -0.527017, -0.404466, 0.098760",\
|
|
"-0.795681, -0.694481, -0.618284, -0.495734, 0.007493",\
|
|
"-0.950563, -0.849362, -0.773166, -0.650615, -0.147389",\
|
|
"-1.585091, -1.483891, -1.407694, -1.285144, -0.781917");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004146 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.634486, 0.536891, 0.452100, 0.329135, -0.176068",\
|
|
"0.680536, 0.582941, 0.498151, 0.375186, -0.130017",\
|
|
"0.688026, 0.590431, 0.505640, 0.382675, -0.122528",\
|
|
"0.669016, 0.571422, 0.486631, 0.363666, -0.141537",\
|
|
"0.590674, 0.493079, 0.408289, 0.285324, -0.219879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.886771, 0.789176, 0.704386, 0.581420, 0.076218",\
|
|
"0.984364, 0.886769, 0.801978, 0.679013, 0.173810",\
|
|
"1.062888, 0.965293, 0.880503, 0.757538, 0.252335",\
|
|
"1.200132, 1.102537, 1.017746, 0.894781, 0.389578",\
|
|
"1.764680, 1.667085, 1.582294, 1.459329, 0.954126");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[16]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.523615, -0.399647, -0.280323, -0.076361, 0.762651",\
|
|
"-0.569665, -0.445697, -0.326373, -0.122411, 0.716601",\
|
|
"-0.577155, -0.453187, -0.333863, -0.129901, 0.709111",\
|
|
"-0.558146, -0.434178, -0.314853, -0.110891, 0.728120",\
|
|
"-0.479804, -0.355835, -0.236511, -0.032549, 0.806463");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.739766, -0.615797, -0.496473, -0.292511, 0.546501",\
|
|
"-0.837358, -0.713390, -0.594066, -0.390104, 0.448908",\
|
|
"-0.915883, -0.791914, -0.672590, -0.468628, 0.370384",\
|
|
"-1.053127, -0.929158, -0.809834, -0.605872, 0.233140",\
|
|
"-1.617675, -1.493706, -1.374382, -1.170420, -0.331409");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[16]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.669478, 0.646704, 0.675152, 0.793821, 1.284688",\
|
|
"0.715529, 0.692754, 0.721202, 0.839871, 1.330738",\
|
|
"0.723018, 0.700244, 0.728692, 0.847360, 1.338227",\
|
|
"0.704009, 0.681234, 0.709682, 0.828351, 1.319218",\
|
|
"0.625667, 0.602892, 0.631340, 0.750009, 1.240876");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.902703, 0.879928, 0.908376, 1.027045, 1.517912",\
|
|
"1.000295, 0.977521, 1.005969, 1.124638, 1.615504",\
|
|
"1.078820, 1.056045, 1.084493, 1.203162, 1.694029",\
|
|
"1.216063, 1.193289, 1.221737, 1.340406, 1.831273",\
|
|
"1.780612, 1.757837, 1.786285, 1.904954, 2.395821");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.536412, -0.435213, -0.359020, -0.236479, 0.266711",\
|
|
"-0.582462, -0.481263, -0.405070, -0.282529, 0.220661",\
|
|
"-0.589952, -0.488753, -0.412560, -0.290019, 0.213171",\
|
|
"-0.570943, -0.469743, -0.393550, -0.271010, 0.232181",\
|
|
"-0.492600, -0.391401, -0.315208, -0.192667, 0.310523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.736078, -0.634879, -0.558686, -0.436145, 0.067045",\
|
|
"-0.833671, -0.732472, -0.656279, -0.533738, -0.030548",\
|
|
"-0.912195, -0.810996, -0.734803, -0.612262, -0.109072",\
|
|
"-1.049439, -0.948240, -0.872047, -0.749506, -0.246316",\
|
|
"-1.613987, -1.512788, -1.436595, -1.314054, -0.810864");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004837 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.975038, 0.877443, 0.792652, 0.669687, 0.164484",\
|
|
"1.036819, 0.939225, 0.854434, 0.731469, 0.226265",\
|
|
"1.059879, 0.962285, 0.877494, 0.754529, 0.249326",\
|
|
"1.059999, 0.962404, 0.877614, 0.754649, 0.249445",\
|
|
"1.067370, 0.969775, 0.884984, 0.762019, 0.256816");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.792201, 1.694606, 1.609816, 1.486851, 0.981647",\
|
|
"1.904435, 1.806840, 1.722050, 1.599084, 1.093881",\
|
|
"2.005837, 1.908242, 1.823451, 1.700486, 1.195283",\
|
|
"2.176684, 2.079089, 1.994299, 1.871333, 1.366130",\
|
|
"2.860505, 2.762910, 2.678119, 2.555154, 2.049951");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[15]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.879075, -0.755107, -0.635783, -0.431821, 0.407192",\
|
|
"-0.940857, -0.816889, -0.697565, -0.493602, 0.345410",\
|
|
"-0.963917, -0.839949, -0.720625, -0.516663, 0.322350",\
|
|
"-0.964036, -0.840068, -0.720744, -0.516782, 0.322230",\
|
|
"-0.971407, -0.847439, -0.728115, -0.524153, 0.314859");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.369067, -1.245099, -1.125775, -0.921813, -0.082801",\
|
|
"-1.481340, -1.357372, -1.238047, -1.034085, -0.195073",\
|
|
"-1.582845, -1.458877, -1.339552, -1.135590, -0.296578",\
|
|
"-1.754372, -1.630404, -1.511080, -1.307117, -0.468105",\
|
|
"-2.438197, -2.314229, -2.194905, -1.990943, -1.151931");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[15]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.619535, 0.596760, 0.625208, 0.743877, 1.234744",\
|
|
"0.681317, 0.658542, 0.686990, 0.805659, 1.296526",\
|
|
"0.704377, 0.681602, 0.710050, 0.828719, 1.319586",\
|
|
"0.704496, 0.681722, 0.710170, 0.828839, 1.319705",\
|
|
"0.711867, 0.689093, 0.717541, 0.836209, 1.327076");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.311513, 1.288738, 1.317186, 1.435855, 1.926722",\
|
|
"1.423746, 1.400972, 1.429420, 1.548089, 2.038956",\
|
|
"1.525148, 1.502374, 1.530822, 1.649490, 2.140357",\
|
|
"1.695995, 1.673221, 1.701669, 1.820338, 2.311205",\
|
|
"2.379816, 2.357042, 2.385490, 2.504159, 2.995026");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.503458, -0.402265, -0.326086, -0.203584, 0.299440",\
|
|
"-0.565240, -0.464047, -0.387868, -0.265366, 0.237658",\
|
|
"-0.588300, -0.487107, -0.410928, -0.288426, 0.214598",\
|
|
"-0.588420, -0.487227, -0.411048, -0.288546, 0.214478",\
|
|
"-0.595790, -0.494597, -0.418419, -0.295916, 0.207107");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.871989, -0.770796, -0.694618, -0.572115, -0.069092",\
|
|
"-0.984262, -0.883069, -0.806890, -0.684388, -0.181364",\
|
|
"-1.085767, -0.984574, -0.908395, -0.785893, -0.282869",\
|
|
"-1.257294, -1.156101, -1.079922, -0.957420, -0.454396",\
|
|
"-1.941119, -1.839926, -1.763747, -1.641245, -1.138222");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005917 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.986199, 0.888604, 0.803813, 0.680848, 0.175645",\
|
|
"1.032429, 0.934834, 0.850043, 0.727078, 0.221875",\
|
|
"1.040962, 0.943367, 0.858577, 0.735612, 0.230409",\
|
|
"1.022688, 0.925094, 0.840303, 0.717338, 0.212135",\
|
|
"0.942718, 0.845123, 0.760332, 0.637367, 0.132164");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.454105, 1.356510, 1.271719, 1.148754, 0.643551",\
|
|
"1.551553, 1.453959, 1.369168, 1.246203, 0.741000",\
|
|
"1.629440, 1.531845, 1.447054, 1.324089, 0.818886",\
|
|
"1.763939, 1.666344, 1.581553, 1.458588, 0.953385",\
|
|
"2.317151, 2.219556, 2.134765, 2.011800, 1.506597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[14]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.717031, -0.593063, -0.473739, -0.269776, 0.569235",\
|
|
"-0.763261, -0.639293, -0.519969, -0.316006, 0.523005",\
|
|
"-0.771794, -0.647826, -0.528502, -0.324540, 0.514472",\
|
|
"-0.753521, -0.629552, -0.510228, -0.306266, 0.532746",\
|
|
"-0.673550, -0.549582, -0.430258, -0.226296, 0.612716");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.235565, -1.111597, -0.992272, -0.788310, 0.050701",\
|
|
"-1.333013, -1.209045, -1.089721, -0.885759, -0.046747",\
|
|
"-1.410900, -1.286932, -1.167607, -0.963645, -0.124633",\
|
|
"-1.545399, -1.421431, -1.302106, -1.098144, -0.259133",\
|
|
"-2.098611, -1.974643, -1.855319, -1.651356, -0.812345");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[14]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.617446, 0.594671, 0.623119, 0.741788, 1.232655",\
|
|
"0.663676, 0.640901, 0.669349, 0.788018, 1.278885",\
|
|
"0.672209, 0.649435, 0.677883, 0.796552, 1.287418",\
|
|
"0.653935, 0.631161, 0.659609, 0.778278, 1.269145",\
|
|
"0.573965, 0.551190, 0.579638, 0.698307, 1.189174");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.958881, 0.936106, 0.964554, 1.083223, 1.574090",\
|
|
"1.056329, 1.033555, 1.062003, 1.180672, 1.671539",\
|
|
"1.134216, 1.111441, 1.139889, 1.258558, 1.749425",\
|
|
"1.268715, 1.245940, 1.274388, 1.393057, 1.883924",\
|
|
"1.821927, 1.799152, 1.827600, 1.946269, 2.437136");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.342690, -0.241497, -0.165318, -0.042816, 0.460208",\
|
|
"-0.388920, -0.287727, -0.211548, -0.089046, 0.413978",\
|
|
"-0.397454, -0.296261, -0.220082, -0.097580, 0.405444",\
|
|
"-0.379180, -0.277987, -0.201808, -0.079306, 0.423718",\
|
|
"-0.299209, -0.198016, -0.121838, 0.000664, 0.503688");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.739320, -0.638127, -0.561948, -0.439446, 0.063578",\
|
|
"-0.836768, -0.735575, -0.659396, -0.536894, -0.033870",\
|
|
"-0.914655, -0.813462, -0.737283, -0.614781, -0.111757",\
|
|
"-1.049154, -0.947961, -0.871782, -0.749280, -0.246256",\
|
|
"-1.602366, -1.501173, -1.424994, -1.302492, -0.799468");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004092 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.796518, 0.698924, 0.614133, 0.491168, -0.014035",\
|
|
"0.830400, 0.732805, 0.648014, 0.525049, 0.019846",\
|
|
"0.825136, 0.727541, 0.642751, 0.519785, 0.014583",\
|
|
"0.778015, 0.680420, 0.595630, 0.472665, -0.032538",\
|
|
"0.581792, 0.484198, 0.399407, 0.276442, -0.228761");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.463770, 1.366175, 1.281384, 1.158419, 0.653216",\
|
|
"1.563707, 1.466112, 1.381321, 1.258356, 0.753153",\
|
|
"1.650387, 1.552792, 1.468001, 1.345036, 0.839833",\
|
|
"1.803017, 1.705423, 1.620632, 1.497667, 0.992464",\
|
|
"2.431039, 2.333444, 2.248654, 2.125689, 1.620486");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.723331, -0.599363, -0.480039, -0.276076, 0.562935",\
|
|
"-0.757212, -0.633244, -0.513920, -0.309958, 0.529054",\
|
|
"-0.751948, -0.627980, -0.508656, -0.304694, 0.534318",\
|
|
"-0.704828, -0.580859, -0.461535, -0.257573, 0.581438",\
|
|
"-0.508605, -0.384637, -0.265313, -0.061350, 0.777661");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.176085, -1.052117, -0.932793, -0.728831, 0.110181",\
|
|
"-1.276022, -1.152054, -1.032730, -0.828768, 0.010244",\
|
|
"-1.362702, -1.238734, -1.119410, -0.915448, -0.076436",\
|
|
"-1.515333, -1.391365, -1.272041, -1.068079, -0.229067",\
|
|
"-2.143355, -2.019387, -1.900063, -1.696100, -0.857089");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[13]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.414546, 0.391772, 0.420220, 0.538889, 1.029756",\
|
|
"0.448428, 0.425653, 0.454101, 0.572770, 1.063637",\
|
|
"0.443164, 0.420390, 0.448838, 0.567506, 1.058373",\
|
|
"0.396043, 0.373269, 0.401717, 0.520386, 1.011253",\
|
|
"0.199821, 0.177046, 0.205494, 0.324163, 0.815030");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.953717, 0.930943, 0.959391, 1.078060, 1.568927",\
|
|
"1.053654, 1.030880, 1.059328, 1.177997, 1.668864",\
|
|
"1.140334, 1.117560, 1.146008, 1.264676, 1.755543",\
|
|
"1.292965, 1.270190, 1.298638, 1.417307, 1.908174",\
|
|
"1.920987, 1.898212, 1.926660, 2.045329, 2.536196");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.353058, -0.251865, -0.175686, -0.053184, 0.449840",\
|
|
"-0.386939, -0.285746, -0.209568, -0.087065, 0.415958",\
|
|
"-0.381676, -0.280483, -0.204304, -0.081802, 0.421222",\
|
|
"-0.334555, -0.233362, -0.157183, -0.034681, 0.468343",\
|
|
"-0.138332, -0.037139, 0.039040, 0.161542, 0.664566");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.685864, -0.584671, -0.508493, -0.385991, 0.117033",\
|
|
"-0.785801, -0.684608, -0.608430, -0.485927, 0.017096",\
|
|
"-0.872481, -0.771288, -0.695109, -0.572607, -0.069583",\
|
|
"-1.025112, -0.923919, -0.847740, -0.725238, -0.222214",\
|
|
"-1.653134, -1.551940, -1.475762, -1.353260, -0.850236");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007480 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.591358, 0.493759, 0.409009, 0.285924, -0.219353",\
|
|
"0.648772, 0.551172, 0.466423, 0.343337, -0.161940",\
|
|
"0.666200, 0.568600, 0.483851, 0.360765, -0.144512",\
|
|
"0.655372, 0.557773, 0.473023, 0.349938, -0.155339",\
|
|
"0.609376, 0.511777, 0.427027, 0.303942, -0.201336");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.198412, 1.100813, 1.016064, 0.892978, 0.387701",\
|
|
"1.313068, 1.215469, 1.130720, 1.007634, 0.502357",\
|
|
"1.418192, 1.320593, 1.235843, 1.112758, 0.607481",\
|
|
"1.599835, 1.502235, 1.417486, 1.294400, 0.789123",\
|
|
"2.329818, 2.232219, 2.147469, 2.024384, 1.519107");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[12]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.473415, -0.349359, -0.230119, -0.026036, 0.813050",\
|
|
"-0.530829, -0.406772, -0.287532, -0.083450, 0.755636",\
|
|
"-0.548257, -0.424200, -0.304960, -0.100877, 0.738209",\
|
|
"-0.537429, -0.413372, -0.294132, -0.090050, 0.749036",\
|
|
"-0.491433, -0.367376, -0.248136, -0.044054, 0.795032");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.962333, -0.838276, -0.719036, -0.514954, 0.324132",\
|
|
"-1.077018, -0.952962, -0.833722, -0.629640, 0.209447",\
|
|
"-1.182976, -1.058920, -0.939680, -0.735597, 0.103489",\
|
|
"-1.364619, -1.240563, -1.121323, -0.917240, -0.078154",\
|
|
"-2.094606, -1.970549, -1.851309, -1.647227, -0.808141");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[12]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.526021, 0.503247, 0.531695, 0.650363, 1.141264",\
|
|
"0.583435, 0.560660, 0.589108, 0.707777, 1.198678",\
|
|
"0.600863, 0.578088, 0.606536, 0.725205, 1.216106",\
|
|
"0.590035, 0.567261, 0.595709, 0.714377, 1.205278",\
|
|
"0.544039, 0.521265, 0.549712, 0.668381, 1.159282");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.985607, 0.962832, 0.991280, 1.109949, 1.600850",\
|
|
"1.100263, 1.077488, 1.105936, 1.224605, 1.715506",\
|
|
"1.205387, 1.182612, 1.211060, 1.329728, 1.820629",\
|
|
"1.387029, 1.364254, 1.392702, 1.511371, 2.002272",\
|
|
"2.117013, 2.094238, 2.122686, 2.241354, 2.732255");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.422214, -0.321021, -0.244843, -0.122340, 0.380683",\
|
|
"-0.479628, -0.378435, -0.302256, -0.179754, 0.323270",\
|
|
"-0.497056, -0.395863, -0.319684, -0.197182, 0.305842",\
|
|
"-0.486228, -0.385035, -0.308856, -0.186354, 0.316670",\
|
|
"-0.440232, -0.339039, -0.262860, -0.140358, 0.362666");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.769262, -0.668069, -0.591890, -0.469388, 0.033636",\
|
|
"-0.883947, -0.782754, -0.706576, -0.584074, -0.081050",\
|
|
"-0.989905, -0.888712, -0.812534, -0.690032, -0.187008",\
|
|
"-1.171548, -1.070355, -0.994176, -0.871674, -0.368650",\
|
|
"-1.901535, -1.800342, -1.724163, -1.601661, -1.098637");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004573 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.094364, 0.996770, 0.911979, 0.789014, 0.283811",\
|
|
"1.138102, 1.040507, 0.955717, 0.832752, 0.327549",\
|
|
"1.137672, 1.040078, 0.955287, 0.832322, 0.327119",\
|
|
"1.094801, 0.997206, 0.912415, 0.789450, 0.284247",\
|
|
"0.917372, 0.819777, 0.734986, 0.612021, 0.106818");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.483521, 1.385926, 1.301135, 1.178170, 0.672967",\
|
|
"1.597529, 1.499934, 1.415143, 1.292178, 0.786975",\
|
|
"1.706718, 1.609123, 1.524332, 1.401367, 0.896164",\
|
|
"1.897781, 1.800187, 1.715396, 1.592431, 1.087228",\
|
|
"2.669291, 2.571696, 2.486905, 2.363940, 1.858737");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.958612, -0.834644, -0.715320, -0.511358, 0.327654",\
|
|
"-1.002350, -0.878382, -0.759058, -0.555096, 0.283916",\
|
|
"-1.001920, -0.877952, -0.758628, -0.554666, 0.284346",\
|
|
"-0.959049, -0.835081, -0.715757, -0.511794, 0.327218",\
|
|
"-0.781619, -0.657651, -0.538327, -0.334365, 0.504647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.347515, -1.223547, -1.104223, -0.900261, -0.061249",\
|
|
"-1.461523, -1.337555, -1.218231, -1.014269, -0.175257",\
|
|
"-1.570712, -1.446744, -1.327420, -1.123458, -0.284446",\
|
|
"-1.761776, -1.637808, -1.518484, -1.314522, -0.475510",\
|
|
"-2.533285, -2.409317, -2.289993, -2.086031, -1.247019");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.703936, 0.681161, 0.709609, 0.828278, 1.319145",\
|
|
"0.747674, 0.724899, 0.753347, 0.872016, 1.362883",\
|
|
"0.747244, 0.724469, 0.752917, 0.871586, 1.362453",\
|
|
"0.704372, 0.681598, 0.710046, 0.828714, 1.319581",\
|
|
"0.526943, 0.504168, 0.532616, 0.651285, 1.142152");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.969110, 0.946335, 0.974783, 1.093452, 1.584319",\
|
|
"1.083118, 1.060343, 1.088791, 1.207460, 1.698327",\
|
|
"1.192307, 1.169532, 1.197980, 1.316649, 1.807516",\
|
|
"1.383371, 1.360596, 1.389044, 1.507713, 1.998580",\
|
|
"2.154880, 2.132106, 2.160554, 2.279223, 2.770090");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.567361, -0.466168, -0.389989, -0.267487, 0.235537",\
|
|
"-0.611099, -0.509906, -0.433727, -0.311225, 0.191799",\
|
|
"-0.610669, -0.509476, -0.433297, -0.310795, 0.192229",\
|
|
"-0.567798, -0.466605, -0.390426, -0.267924, 0.235100",\
|
|
"-0.390368, -0.289175, -0.212996, -0.090494, 0.412530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.834271, -0.733078, -0.656899, -0.534397, -0.031373",\
|
|
"-0.948279, -0.847086, -0.770907, -0.648405, -0.145381",\
|
|
"-1.057468, -0.956275, -0.880096, -0.757594, -0.254570",\
|
|
"-1.248532, -1.147339, -1.071160, -0.948658, -0.445634",\
|
|
"-2.020042, -1.918849, -1.842670, -1.720168, -1.217144");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004719 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.715756, 0.618161, 0.533370, 0.410405, -0.094797",\
|
|
"0.763727, 0.666132, 0.581341, 0.458376, -0.046826",\
|
|
"0.771697, 0.674102, 0.589311, 0.466346, -0.038857",\
|
|
"0.749930, 0.652335, 0.567544, 0.444579, -0.060624",\
|
|
"0.659062, 0.561468, 0.476677, 0.353712, -0.151491");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.057456, 0.959861, 0.875070, 0.752105, 0.246903",\
|
|
"1.162714, 1.065119, 0.980328, 0.857363, 0.352161",\
|
|
"1.253637, 1.156042, 1.071252, 0.948287, 0.443084",\
|
|
"1.407922, 1.310327, 1.225537, 1.102572, 0.597369",\
|
|
"2.042157, 1.944563, 1.859772, 1.736807, 1.231604");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[10]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.546572, -0.422604, -0.303279, -0.099317, 0.739694",\
|
|
"-0.594543, -0.470574, -0.351250, -0.147288, 0.691723",\
|
|
"-0.602512, -0.478544, -0.359220, -0.155258, 0.683753",\
|
|
"-0.580745, -0.456777, -0.337453, -0.133491, 0.705520",\
|
|
"-0.489878, -0.365910, -0.246586, -0.042624, 0.796388");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.853394, -0.729426, -0.610102, -0.406140, 0.432872",\
|
|
"-0.958652, -0.834684, -0.715360, -0.511398, 0.327614",\
|
|
"-1.049575, -0.925607, -0.806283, -0.602321, 0.236691",\
|
|
"-1.203860, -1.079892, -0.960568, -0.756606, 0.082406",\
|
|
"-1.838096, -1.714127, -1.594803, -1.390841, -0.551830");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[10]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.678813, 0.656039, 0.684487, 0.803156, 1.294023",\
|
|
"0.726784, 0.704010, 0.732458, 0.851127, 1.341993",\
|
|
"0.734754, 0.711980, 0.740428, 0.859097, 1.349963",\
|
|
"0.712987, 0.690213, 0.718661, 0.837330, 1.328196",\
|
|
"0.622120, 0.599345, 0.627793, 0.746462, 1.237329");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.883083, 0.860309, 0.888757, 1.007425, 1.498292",\
|
|
"0.988341, 0.965567, 0.994015, 1.112683, 1.603550",\
|
|
"1.079264, 1.056490, 1.084938, 1.203607, 1.694474",\
|
|
"1.233549, 1.210775, 1.239223, 1.357892, 1.848759",\
|
|
"1.867785, 1.845010, 1.873458, 1.992127, 2.482994");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.453294, -0.352093, -0.275897, -0.153347, 0.349880",\
|
|
"-0.501265, -0.400064, -0.323868, -0.201317, 0.301909",\
|
|
"-0.509235, -0.408034, -0.331838, -0.209287, 0.293939",\
|
|
"-0.487468, -0.386267, -0.310071, -0.187520, 0.315706",\
|
|
"-0.396600, -0.295400, -0.219203, -0.096653, 0.406574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.623842, -0.522641, -0.446445, -0.323894, 0.179332",\
|
|
"-0.729100, -0.627899, -0.551703, -0.429152, 0.074074",\
|
|
"-0.820023, -0.718822, -0.642626, -0.520076, -0.016849",\
|
|
"-0.974308, -0.873107, -0.796911, -0.674361, -0.171134",\
|
|
"-1.608543, -1.507343, -1.431146, -1.308596, -0.805369");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004473 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.882051, 0.784456, 0.699665, 0.576700, 0.071497",\
|
|
"0.930154, 0.832559, 0.747768, 0.624803, 0.119600",\
|
|
"0.939977, 0.842383, 0.757592, 0.634627, 0.129424",\
|
|
"0.916763, 0.819168, 0.734378, 0.611413, 0.106210",\
|
|
"0.828663, 0.731069, 0.646278, 0.523313, 0.018110");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.526633, 1.429038, 1.344247, 1.221282, 0.716079",\
|
|
"1.630501, 1.532906, 1.448115, 1.325150, 0.819947",\
|
|
"1.724061, 1.626466, 1.541675, 1.418710, 0.913507",\
|
|
"1.878896, 1.781301, 1.696511, 1.573545, 1.068343",\
|
|
"2.512588, 2.414993, 2.330202, 2.207237, 1.702034");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.837056, -0.713088, -0.593764, -0.389802, 0.449210",\
|
|
"-0.885159, -0.761191, -0.641867, -0.437905, 0.401107",\
|
|
"-0.894983, -0.771015, -0.651690, -0.447728, 0.391283",\
|
|
"-0.871769, -0.747800, -0.628476, -0.424514, 0.414497",\
|
|
"-0.783669, -0.659701, -0.540377, -0.336414, 0.502597");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.198589, -1.074621, -0.955297, -0.751335, 0.087677",\
|
|
"-1.302457, -1.178489, -1.059165, -0.855203, -0.016191",\
|
|
"-1.396017, -1.272049, -1.152725, -0.948763, -0.109751",\
|
|
"-1.550852, -1.426884, -1.307560, -1.103598, -0.264586",\
|
|
"-2.184545, -2.060576, -1.941252, -1.737290, -0.898278");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[9]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.531258, 0.508483, 0.536931, 0.655600, 1.146467",\
|
|
"0.579361, 0.556586, 0.585034, 0.703703, 1.194570",\
|
|
"0.589184, 0.566410, 0.594858, 0.713527, 1.204394",\
|
|
"0.565970, 0.543196, 0.571644, 0.690312, 1.181179",\
|
|
"0.477870, 0.455096, 0.483544, 0.602213, 1.093080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.049353, 1.026579, 1.055027, 1.173695, 1.664562",\
|
|
"1.153221, 1.130446, 1.158894, 1.277563, 1.768430",\
|
|
"1.246781, 1.224006, 1.252454, 1.371123, 1.861990",\
|
|
"1.401616, 1.378842, 1.407290, 1.525958, 2.016825",\
|
|
"2.035308, 2.012534, 2.040982, 2.159650, 2.650517");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.431178, -0.329978, -0.253781, -0.131231, 0.371996",\
|
|
"-0.479281, -0.378081, -0.301884, -0.179334, 0.323893",\
|
|
"-0.489105, -0.387905, -0.311708, -0.189158, 0.314069",\
|
|
"-0.465891, -0.364690, -0.288494, -0.165943, 0.337283",\
|
|
"-0.377791, -0.276591, -0.200394, -0.077844, 0.425383");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.667553, -0.566352, -0.490156, -0.367605, 0.135621",\
|
|
"-0.771420, -0.670220, -0.594024, -0.471473, 0.031753",\
|
|
"-0.864980, -0.763780, -0.687584, -0.565033, -0.061807",\
|
|
"-1.019816, -0.918615, -0.842419, -0.719868, -0.216642",\
|
|
"-1.653507, -1.552307, -1.476111, -1.353560, -0.850334");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004310 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.463606, 0.366011, 0.281221, 0.158256, -0.346947",\
|
|
"0.509710, 0.412115, 0.327324, 0.204359, -0.300844",\
|
|
"0.517085, 0.419491, 0.334700, 0.211735, -0.293468",\
|
|
"0.498645, 0.401050, 0.316259, 0.193294, -0.311909",\
|
|
"0.422647, 0.325052, 0.240261, 0.117296, -0.387907");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.711502, 0.613908, 0.529117, 0.406152, -0.099051",\
|
|
"0.808242, 0.710647, 0.625856, 0.502891, -0.002312",\
|
|
"0.887224, 0.789630, 0.704839, 0.581874, 0.076671",\
|
|
"1.025163, 0.927568, 0.842778, 0.719813, 0.214610",\
|
|
"1.593644, 1.496049, 1.411259, 1.288294, 0.783091");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[8]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.379161, -0.255193, -0.135869, 0.068093, 0.907105",\
|
|
"-0.425265, -0.301296, -0.181972, 0.021990, 0.861002",\
|
|
"-0.432640, -0.308672, -0.189348, 0.014614, 0.853626",\
|
|
"-0.414200, -0.290231, -0.170907, 0.033055, 0.872067",\
|
|
"-0.338202, -0.214234, -0.094909, 0.109053, 0.948064");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.580161, -0.456193, -0.336869, -0.132907, 0.706105",\
|
|
"-0.676900, -0.552932, -0.433608, -0.229646, 0.609366",\
|
|
"-0.755883, -0.631915, -0.512591, -0.308629, 0.530383",\
|
|
"-0.893822, -0.769854, -0.650530, -0.446567, 0.392444",\
|
|
"-1.462303, -1.338335, -1.219010, -1.015048, -0.176037");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[8]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.498592, 0.475818, 0.504266, 0.622935, 1.113802",\
|
|
"0.544696, 0.521922, 0.550370, 0.669038, 1.159905",\
|
|
"0.552072, 0.529297, 0.557745, 0.676414, 1.167281",\
|
|
"0.533631, 0.510857, 0.539304, 0.657973, 1.148840",\
|
|
"0.457633, 0.434859, 0.463307, 0.581976, 1.072842");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.727434, 0.704660, 0.733108, 0.851777, 1.342643",\
|
|
"0.824174, 0.801399, 0.829847, 0.948516, 1.439383",\
|
|
"0.903156, 0.880382, 0.908830, 1.027499, 1.518365",\
|
|
"1.041095, 1.018321, 1.046769, 1.165437, 1.656304",\
|
|
"1.609576, 1.586802, 1.615249, 1.733918, 2.224785");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.391951, -0.290752, -0.214559, -0.092018, 0.411172",\
|
|
"-0.438055, -0.336856, -0.260663, -0.138122, 0.365068",\
|
|
"-0.445430, -0.344231, -0.268038, -0.145498, 0.357693",\
|
|
"-0.426990, -0.325791, -0.249598, -0.127057, 0.376133",\
|
|
"-0.350992, -0.249793, -0.173600, -0.051059, 0.452131");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.576474, -0.475275, -0.399082, -0.276541, 0.226649",\
|
|
"-0.673213, -0.572014, -0.495821, -0.373280, 0.129910",\
|
|
"-0.752196, -0.650997, -0.574804, -0.452263, 0.050927",\
|
|
"-0.890135, -0.788936, -0.712743, -0.590202, -0.087012",\
|
|
"-1.458616, -1.357417, -1.281224, -1.158683, -0.655493");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005922 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.730729, 0.633135, 0.548344, 0.425379, -0.079824",\
|
|
"0.794321, 0.696726, 0.611935, 0.488970, -0.016233",\
|
|
"0.817757, 0.720162, 0.635372, 0.512406, 0.007203",\
|
|
"0.818540, 0.720945, 0.636155, 0.513189, 0.007986",\
|
|
"0.821773, 0.724178, 0.639387, 0.516422, 0.011219");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.504983, 1.407388, 1.322598, 1.199632, 0.694429",\
|
|
"1.618666, 1.521071, 1.436280, 1.313315, 0.808112",\
|
|
"1.719526, 1.621932, 1.537141, 1.414176, 0.908973",\
|
|
"1.886315, 1.788721, 1.703930, 1.580965, 1.075762",\
|
|
"2.572297, 2.474702, 2.389912, 2.266947, 1.761743");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[7]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.654761, -0.530793, -0.411469, -0.207507, 0.631506",\
|
|
"-0.718352, -0.594384, -0.475060, -0.271098, 0.567914",\
|
|
"-0.741788, -0.617820, -0.498496, -0.294534, 0.544478",\
|
|
"-0.742571, -0.618603, -0.499279, -0.295317, 0.543695",\
|
|
"-0.745804, -0.621836, -0.502512, -0.298550, 0.540462");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.086800, -0.962832, -0.843508, -0.639546, 0.199466",\
|
|
"-1.200483, -1.076515, -0.957191, -0.753229, 0.085783",\
|
|
"-1.301344, -1.177376, -1.058052, -0.854089, -0.015077",\
|
|
"-1.468133, -1.344165, -1.224841, -1.020879, -0.181866",\
|
|
"-2.154114, -2.030146, -1.910822, -1.706860, -0.867848");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[7]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.375227, 0.352452, 0.380900, 0.499569, 0.990436",\
|
|
"0.438818, 0.416044, 0.444492, 0.563161, 1.054027",\
|
|
"0.462254, 0.439480, 0.467928, 0.586596, 1.077463",\
|
|
"0.463037, 0.440263, 0.468711, 0.587380, 1.078246",\
|
|
"0.466270, 0.443495, 0.471943, 0.590612, 1.081479");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.024294, 1.001520, 1.029968, 1.148637, 1.639504",\
|
|
"1.137977, 1.115203, 1.143651, 1.262320, 1.753187",\
|
|
"1.238838, 1.216063, 1.244511, 1.363180, 1.854047",\
|
|
"1.405627, 1.382853, 1.411300, 1.529969, 2.020836",\
|
|
"2.091609, 2.068834, 2.097282, 2.215951, 2.706818");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.279144, -0.177951, -0.101772, 0.020730, 0.523754",\
|
|
"-0.342735, -0.241542, -0.165364, -0.042861, 0.460162",\
|
|
"-0.366171, -0.264978, -0.188800, -0.066297, 0.436727",\
|
|
"-0.366954, -0.265761, -0.189583, -0.067080, 0.435943",\
|
|
"-0.370187, -0.268994, -0.192815, -0.070313, 0.432711");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.589722, -0.488529, -0.412351, -0.289849, 0.213175",\
|
|
"-0.703405, -0.602213, -0.526034, -0.403532, 0.099492",\
|
|
"-0.804266, -0.703073, -0.626894, -0.504392, -0.001368",\
|
|
"-0.971055, -0.869862, -0.793683, -0.671181, -0.168157",\
|
|
"-1.657037, -1.555844, -1.479665, -1.357163, -0.854139");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003997 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.865628, 0.768033, 0.683243, 0.560278, 0.055075",\
|
|
"0.899349, 0.801754, 0.716963, 0.593998, 0.088795",\
|
|
"0.894252, 0.796657, 0.711866, 0.588901, 0.083698",\
|
|
"0.846549, 0.748955, 0.664164, 0.541199, 0.035996",\
|
|
"0.647744, 0.550150, 0.465359, 0.342394, -0.162809");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.331756, 1.234161, 1.149370, 1.026405, 0.521202",\
|
|
"1.431209, 1.333614, 1.248823, 1.125858, 0.620655",\
|
|
"1.516543, 1.418948, 1.334157, 1.211192, 0.705989",\
|
|
"1.667121, 1.569526, 1.484736, 1.361771, 0.856568",\
|
|
"2.287368, 2.189773, 2.104982, 1.982017, 1.476814");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.666753, -0.542785, -0.423461, -0.219499, 0.619513",\
|
|
"-0.700474, -0.576506, -0.457182, -0.253219, 0.585792",\
|
|
"-0.695377, -0.571409, -0.452085, -0.248122, 0.590889",\
|
|
"-0.647675, -0.523706, -0.404382, -0.200420, 0.638592",\
|
|
"-0.448870, -0.324902, -0.205577, -0.001615, 0.837397");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.167613, -1.043645, -0.924321, -0.720359, 0.118653",\
|
|
"-1.267066, -1.143098, -1.023774, -0.819812, 0.019200",\
|
|
"-1.352400, -1.228432, -1.109107, -0.905145, -0.066134",\
|
|
"-1.502979, -1.379010, -1.259686, -1.055724, -0.216712",\
|
|
"-2.123225, -1.999257, -1.879933, -1.675971, -0.836959");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[6]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.496992, 0.474218, 0.502666, 0.621334, 1.112201",\
|
|
"0.530713, 0.507938, 0.536386, 0.655055, 1.145922",\
|
|
"0.525616, 0.502841, 0.531289, 0.649958, 1.140825",\
|
|
"0.477913, 0.455139, 0.483587, 0.602256, 1.093123",\
|
|
"0.279109, 0.256334, 0.284782, 0.403451, 0.894318");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.836498, 0.813724, 0.842171, 0.960840, 1.451707",\
|
|
"0.935951, 0.913177, 0.941625, 1.060294, 1.551160",\
|
|
"1.021285, 0.998510, 1.026958, 1.145627, 1.636494",\
|
|
"1.171864, 1.149089, 1.177537, 1.296206, 1.787073",\
|
|
"1.792110, 1.769336, 1.797783, 1.916452, 2.407319");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.292652, -0.191459, -0.115280, 0.007222, 0.510246",\
|
|
"-0.326372, -0.225179, -0.149000, -0.026498, 0.476526",\
|
|
"-0.321275, -0.220082, -0.143903, -0.021401, 0.481623",\
|
|
"-0.273573, -0.172380, -0.096201, 0.026301, 0.529325",\
|
|
"-0.074768, 0.026425, 0.102604, 0.225106, 0.728130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.671339, -0.570146, -0.493967, -0.371465, 0.131559",\
|
|
"-0.770792, -0.669599, -0.593420, -0.470918, 0.032106",\
|
|
"-0.856126, -0.754933, -0.678754, -0.556252, -0.053228",\
|
|
"-1.006704, -0.905511, -0.829332, -0.706830, -0.203806",\
|
|
"-1.626951, -1.525758, -1.449579, -1.327077, -0.824053");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.016543 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.800632, 0.703037, 0.618246, 0.495281, -0.009922",\
|
|
"0.831734, 0.734139, 0.649349, 0.526384, 0.021181",\
|
|
"0.819813, 0.722218, 0.637427, 0.514462, 0.009259",\
|
|
"0.757011, 0.659416, 0.574626, 0.451661, -0.053542",\
|
|
"0.498151, 0.400556, 0.315766, 0.192801, -0.312402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.184371, 1.086776, 1.001986, 0.879020, 0.373818",\
|
|
"1.296411, 1.198817, 1.114026, 0.991061, 0.485858",\
|
|
"1.399354, 1.301759, 1.216968, 1.094003, 0.588800",\
|
|
"1.590389, 1.492794, 1.408004, 1.285038, 0.779836",\
|
|
"2.357024, 2.259429, 2.174639, 2.051674, 1.546471");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.755325, -0.631357, -0.512032, -0.308070, 0.530941",\
|
|
"-0.786427, -0.662459, -0.543135, -0.339173, 0.499839",\
|
|
"-0.774506, -0.650538, -0.531214, -0.327252, 0.511760",\
|
|
"-0.711704, -0.587736, -0.468412, -0.264450, 0.574562",\
|
|
"-0.452844, -0.328876, -0.209552, -0.005590, 0.833422");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.086636, -0.962668, -0.843344, -0.639382, 0.199630",\
|
|
"-1.198717, -1.074749, -0.955425, -0.751463, 0.087549",\
|
|
"-1.302367, -1.178399, -1.059074, -0.855112, -0.016101",\
|
|
"-1.493402, -1.369434, -1.250110, -1.046148, -0.207136",\
|
|
"-2.260037, -2.136069, -2.016745, -1.812783, -0.973771");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[5]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.418660, 0.395885, 0.424333, 0.543002, 1.033869",\
|
|
"0.449762, 0.426988, 0.455436, 0.574105, 1.064972",\
|
|
"0.437841, 0.415067, 0.443514, 0.562183, 1.053050",\
|
|
"0.375039, 0.352265, 0.380713, 0.499382, 0.990248",\
|
|
"0.116179, 0.093405, 0.121853, 0.240522, 0.731388");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.674317, 0.651543, 0.679991, 0.798660, 1.289526",\
|
|
"0.786358, 0.763583, 0.792031, 0.910700, 1.401567",\
|
|
"0.889300, 0.866525, 0.894973, 1.013642, 1.504509",\
|
|
"1.080335, 1.057561, 1.086009, 1.204677, 1.695544",\
|
|
"1.846970, 1.824196, 1.852644, 1.971313, 2.462179");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.385052, -0.283859, -0.207680, -0.085178, 0.417846",\
|
|
"-0.416155, -0.314962, -0.238783, -0.116281, 0.386743",\
|
|
"-0.404233, -0.303041, -0.226862, -0.104360, 0.398664",\
|
|
"-0.341432, -0.240239, -0.164060, -0.041558, 0.461466",\
|
|
"-0.082572, 0.018621, 0.094800, 0.217302, 0.720326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.596414, -0.495221, -0.419042, -0.296540, 0.206484",\
|
|
"-0.708494, -0.607301, -0.531122, -0.408620, 0.094404",\
|
|
"-0.812144, -0.710951, -0.634772, -0.512270, -0.009246",\
|
|
"-1.003179, -0.901986, -0.825808, -0.703305, -0.200282",\
|
|
"-1.769815, -1.668622, -1.592443, -1.469941, -0.966917");
|
|
}
|
|
|
|
} /* 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 ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.079964 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.251280");
|
|
}
|
|
|
|
} /* 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.370683");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.009580 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.119063, 1.069234, 1.061986, 1.098738, 1.253248",\
|
|
"1.147450, 1.097621, 1.090373, 1.127126, 1.281635",\
|
|
"1.134325, 1.084496, 1.077249, 1.114001, 1.268510",\
|
|
"1.036088, 0.986258, 0.979011, 1.015763, 1.170273",\
|
|
"0.657110, 0.607281, 0.600034, 0.636786, 0.791296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.257679, 1.207850, 1.200603, 1.237355, 1.391864",\
|
|
"1.349662, 1.299832, 1.292585, 1.329337, 1.483847",\
|
|
"1.470838, 1.421009, 1.413762, 1.450514, 1.605024",\
|
|
"1.728623, 1.678794, 1.671547, 1.708299, 1.862809",\
|
|
"2.332747, 2.282918, 2.275671, 2.312423, 2.466932");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.049524, 0.951929, 0.867139, 0.744174, 0.238970",\
|
|
"1.077930, 0.980335, 0.895544, 0.772579, 0.267376",\
|
|
"1.064909, 0.967314, 0.882524, 0.759559, 0.254356",\
|
|
"0.966034, 0.868439, 0.783648, 0.660683, 0.155480",\
|
|
"0.585654, 0.488059, 0.403268, 0.280303, -0.224900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.490762, 1.393167, 1.308376, 1.185411, 0.680208",\
|
|
"1.582790, 1.485195, 1.400405, 1.277440, 0.772236",\
|
|
"1.704003, 1.606409, 1.521618, 1.398653, 0.893450",\
|
|
"1.961132, 1.863537, 1.778746, 1.655781, 1.150578",\
|
|
"2.560689, 2.463094, 2.378304, 2.255338, 1.750135");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.220511, 0.296724, 0.338840, 0.382461, 0.559191",\
|
|
"0.192124, 0.268337, 0.310453, 0.354074, 0.530804",\
|
|
"0.205249, 0.281461, 0.323577, 0.367198, 0.543928",\
|
|
"0.303485, 0.379698, 0.421814, 0.465435, 0.642165",\
|
|
"0.682434, 0.758647, 0.800763, 0.844384, 1.021114");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.207776, 0.283989, 0.326104, 0.369726, 0.546455",\
|
|
"0.115747, 0.191960, 0.234075, 0.277696, 0.454426",\
|
|
"-0.005664, 0.070548, 0.112664, 0.156285, 0.333015",\
|
|
"-0.263576, -0.187363, -0.145247, -0.101626, 0.075104",\
|
|
"-0.868858, -0.792645, -0.750529, -0.706908, -0.530178");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.967834, -0.843865, -0.724541, -0.520579, 0.318433",\
|
|
"-0.996239, -0.872271, -0.752947, -0.548985, 0.290027",\
|
|
"-0.983219, -0.859250, -0.739926, -0.535964, 0.303048",\
|
|
"-0.884343, -0.760375, -0.641051, -0.437089, 0.401923",\
|
|
"-0.503963, -0.379995, -0.260671, -0.056708, 0.782304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.336481, -1.212513, -1.093189, -0.889226, -0.050214",\
|
|
"-1.428552, -1.304584, -1.185260, -0.981298, -0.142286",\
|
|
"-1.550107, -1.426139, -1.306815, -1.102853, -0.263841",\
|
|
"-1.807587, -1.683619, -1.564295, -1.360332, -0.521320",\
|
|
"-2.407822, -2.283854, -2.164530, -1.960567, -1.121555");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : recovery_rising ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.610167, 0.560338, 0.553091, 0.589843, 0.744260",\
|
|
"0.702150, 0.652321, 0.645073, 0.681825, 0.836242",\
|
|
"0.823326, 0.773497, 0.766250, 0.803002, 0.957419",\
|
|
"1.081111, 1.031282, 1.024035, 1.060787, 1.215204",\
|
|
"1.685235, 1.635406, 1.628159, 1.664911, 1.819328");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_recfr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : recovery_falling ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.616772, 0.519160, 0.434734, 0.311692, -0.193910",\
|
|
"0.708755, 0.611142, 0.526716, 0.403675, -0.101927",\
|
|
"0.829931, 0.732319, 0.647893, 0.524851, 0.019250",\
|
|
"1.087716, 0.990104, 0.905678, 0.782636, 0.277035",\
|
|
"1.691840, 1.594228, 1.509801, 1.386760, 0.881158");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_recff*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : removal_rising ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.135555, -0.059351, -0.017250, 0.026347, 0.203025",\
|
|
"-0.227584, -0.151380, -0.109279, -0.065682, 0.110996",\
|
|
"-0.348995, -0.272791, -0.230690, -0.187093, -0.010415",\
|
|
"-0.606907, -0.530702, -0.488601, -0.445005, -0.268327",\
|
|
"-1.212187, -1.135983, -1.093881, -1.050285, -0.873607");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_remfr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : removal_falling ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.063768, 0.060200, 0.179524, 0.383486, 1.222498",\
|
|
"-0.155797, -0.031829, 0.087495, 0.291457, 1.130469",\
|
|
"-0.277208, -0.153240, -0.033916, 0.170046, 1.009058",\
|
|
"-0.535119, -0.411151, -0.291827, -0.087865, 0.751147",\
|
|
"-1.140399, -1.016431, -0.897107, -0.693145, 0.145867");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_remff*/
|
|
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.922901, 0.900126, 0.928571, 1.047231, 1.538328",\
|
|
"0.951288, 0.928513, 0.956958, 1.075619, 1.566715",\
|
|
"0.938164, 0.915388, 0.943833, 1.062494, 1.553590",\
|
|
"0.839926, 0.817151, 0.845596, 0.964256, 1.455353",\
|
|
"0.460949, 0.438174, 0.466619, 0.585279, 1.076376");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.108275, 1.085499, 1.113945, 1.232605, 1.723701",\
|
|
"1.200257, 1.177482, 1.205927, 1.324587, 1.815684",\
|
|
"1.321434, 1.298659, 1.327104, 1.445764, 1.936861",\
|
|
"1.579219, 1.556443, 1.584889, 1.703549, 2.194646",\
|
|
"2.183343, 2.160567, 2.189012, 2.307673, 2.798769");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.433566, -0.332372, -0.256190, -0.133680, 0.369149",\
|
|
"-0.461953, -0.360759, -0.284577, -0.162067, 0.340762",\
|
|
"-0.448828, -0.347634, -0.271453, -0.148942, 0.353886",\
|
|
"-0.350591, -0.249397, -0.173215, -0.050705, 0.452124",\
|
|
"0.028386, 0.129580, 0.205762, 0.328272, 0.831101");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.546305, -0.445111, -0.368930, -0.246419, 0.256409",\
|
|
"-0.638334, -0.537140, -0.460959, -0.338448, 0.164380",\
|
|
"-0.759746, -0.658551, -0.582370, -0.459859, 0.042969",\
|
|
"-1.017657, -0.916463, -0.840281, -0.717771, -0.214942",\
|
|
"-1.622937, -1.521743, -1.445561, -1.323051, -0.820222");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[3] */
|
|
|
|
pin("mgmt_gpio_in[2]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.011860 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.745919, 2.696090, 2.688843, 2.725595, 2.880104",\
|
|
"2.774640, 2.724811, 2.717564, 2.754316, 2.908826",\
|
|
"2.763028, 2.713199, 2.705952, 2.742704, 2.897214",\
|
|
"2.665091, 2.615262, 2.608015, 2.644767, 2.799277",\
|
|
"2.283065, 2.233235, 2.225988, 2.262740, 2.417250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.238305, 3.188476, 3.181229, 3.217981, 3.372491",\
|
|
"3.332191, 3.282362, 3.275115, 3.311867, 3.466377",\
|
|
"3.458825, 3.408996, 3.401749, 3.438501, 3.593011",\
|
|
"3.721130, 3.671301, 3.664054, 3.700806, 3.855315",\
|
|
"4.344019, 4.294189, 4.286942, 4.323694, 4.478204");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.974490, 3.876895, 3.792105, 3.669139, 3.163936",\
|
|
"4.003211, 3.905617, 3.820826, 3.697861, 3.192657",\
|
|
"3.991600, 3.894005, 3.809214, 3.686249, 3.181046",\
|
|
"3.893662, 3.796068, 3.711277, 3.588312, 3.083108",\
|
|
"3.511636, 3.414041, 3.329250, 3.206285, 2.701082");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.624703, 3.527108, 3.442317, 3.319352, 2.814149",\
|
|
"3.718588, 3.620994, 3.536203, 3.413238, 2.908035",\
|
|
"3.845223, 3.747628, 3.662838, 3.539872, 3.034669",\
|
|
"4.107528, 4.009933, 3.925142, 3.802177, 3.296974",\
|
|
"4.730415, 4.632821, 4.548030, 4.425065, 3.919862");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.025845, 0.050359, 0.092461, 0.136057, 0.312735",\
|
|
"-0.054579, 0.021625, 0.063727, 0.107323, 0.284001",\
|
|
"-0.043008, 0.033196, 0.075297, 0.118894, 0.295572",\
|
|
"0.054818, 0.131022, 0.173124, 0.216720, 0.393398",\
|
|
"0.435999, 0.512203, 0.554304, 0.597901, 0.774579");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.029327, 0.046743, 0.088849, 0.132455, 0.309165",\
|
|
"-0.123909, -0.047839, -0.005732, 0.037873, 0.214583",\
|
|
"-0.252777, -0.176707, -0.134601, -0.090995, 0.085715",\
|
|
"-0.516588, -0.440518, -0.398412, -0.354806, -0.178096",\
|
|
"-1.138472, -1.062402, -1.020296, -0.976690, -0.799980");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.477242, -0.353274, -0.233950, -0.029988, 0.809024",\
|
|
"-0.506011, -0.382043, -0.262718, -0.058756, 0.780255",\
|
|
"-0.494582, -0.370614, -0.251290, -0.047328, 0.791684",\
|
|
"-0.397284, -0.273316, -0.153992, 0.049971, 0.888982",\
|
|
"-0.018002, 0.105967, 0.225291, 0.429253, 1.268264");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.890427, -0.766459, -0.647135, -0.443173, 0.395839",\
|
|
"-0.984987, -0.861019, -0.741695, -0.537733, 0.301278",\
|
|
"-1.113780, -0.989812, -0.870488, -0.666526, 0.172486",\
|
|
"-1.378161, -1.254193, -1.134869, -0.930907, -0.091896",\
|
|
"-2.002876, -1.878908, -1.759583, -1.555621, -0.716610");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_hldf*/
|
|
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.493802, 3.471027, 3.499475, 3.618144, 4.109011",\
|
|
"3.522523, 3.499748, 3.528197, 3.646865, 4.137732",\
|
|
"3.510911, 3.488137, 3.516585, 3.635253, 4.126120",\
|
|
"3.412974, 3.390199, 3.418648, 3.537316, 4.028183",\
|
|
"3.030947, 3.008173, 3.036621, 3.155290, 3.646157");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.242731, 3.219956, 3.248404, 3.367073, 3.857940",\
|
|
"3.336617, 3.313842, 3.342290, 3.460959, 3.951826",\
|
|
"3.463251, 3.440476, 3.468924, 3.587593, 4.078460",\
|
|
"3.725556, 3.702781, 3.731229, 3.849898, 4.340765",\
|
|
"4.348444, 4.325669, 4.354117, 4.472786, 4.963653");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.384148, -0.282947, -0.206751, -0.084200, 0.419026",\
|
|
"-0.412916, -0.311716, -0.235519, -0.112969, 0.390258",\
|
|
"-0.401488, -0.300287, -0.224091, -0.101540, 0.401686",\
|
|
"-0.304189, -0.202989, -0.126792, -0.004242, 0.498985",\
|
|
"0.075093, 0.176293, 0.252490, 0.375040, 0.878267");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.660875, -0.559674, -0.483478, -0.360927, 0.142299",\
|
|
"-0.755435, -0.654235, -0.578038, -0.455488, 0.047739",\
|
|
"-0.884228, -0.783027, -0.706831, -0.584280, -0.081054",\
|
|
"-1.148609, -1.047409, -0.971212, -0.848662, -0.345435",\
|
|
"-1.773323, -1.672123, -1.595926, -1.473376, -0.970149");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[2] */
|
|
|
|
pin("mgmt_gpio_in[1]") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003911 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.873125, 0.775530, 0.690739, 0.567774, 0.062571",\
|
|
"0.919241, 0.821646, 0.736856, 0.613890, 0.108688",\
|
|
"0.927508, 0.829913, 0.745122, 0.622157, 0.116954",\
|
|
"0.908705, 0.811110, 0.726319, 0.603354, 0.098151",\
|
|
"0.827051, 0.729456, 0.644665, 0.521700, 0.016497");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.275125, 1.177530, 1.092740, 0.969775, 0.464572",\
|
|
"1.372741, 1.275146, 1.190356, 1.067390, 0.562188",\
|
|
"1.450938, 1.353343, 1.268553, 1.145588, 0.640385",\
|
|
"1.586085, 1.488490, 1.403700, 1.280735, 0.775532",\
|
|
"2.141828, 2.044233, 1.959443, 1.836478, 1.331275");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.763304, -0.639336, -0.520012, -0.316050, 0.522962",\
|
|
"-0.809421, -0.685452, -0.566128, -0.362166, 0.476845",\
|
|
"-0.817687, -0.693719, -0.574395, -0.370433, 0.468579",\
|
|
"-0.798884, -0.674916, -0.555592, -0.351630, 0.487382",\
|
|
"-0.717231, -0.593262, -0.473938, -0.269976, 0.569035");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.145692, -1.021724, -0.902400, -0.698438, 0.140574",\
|
|
"-1.243308, -1.119340, -1.000016, -0.796054, 0.042958",\
|
|
"-1.321505, -1.197537, -1.078213, -0.874251, -0.035239",\
|
|
"-1.456652, -1.332684, -1.213360, -1.009398, -0.170386",\
|
|
"-2.012396, -1.888427, -1.769103, -1.565141, -0.726130");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[1]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.522332, 0.499557, 0.528005, 0.646674, 1.137541",\
|
|
"0.568448, 0.545674, 0.574122, 0.692791, 1.183657",\
|
|
"0.576715, 0.553940, 0.582388, 0.701057, 1.191924",\
|
|
"0.557912, 0.535137, 0.563585, 0.682254, 1.173121",\
|
|
"0.476258, 0.453484, 0.481932, 0.600600, 1.091467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.797844, 0.775070, 0.803518, 0.922187, 1.413053",\
|
|
"0.895460, 0.872686, 0.901134, 1.019803, 1.510669",\
|
|
"0.973657, 0.950883, 0.979331, 1.098000, 1.588867",\
|
|
"1.108804, 1.086030, 1.114478, 1.233147, 1.724013",\
|
|
"1.664547, 1.641773, 1.670221, 1.788890, 2.279757");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.357427, -0.256226, -0.180030, -0.057480, 0.445747",\
|
|
"-0.403543, -0.302343, -0.226146, -0.103596, 0.399631",\
|
|
"-0.411810, -0.310609, -0.234413, -0.111862, 0.391364",\
|
|
"-0.393007, -0.291807, -0.215610, -0.093060, 0.410167",\
|
|
"-0.311353, -0.210153, -0.133956, -0.011406, 0.491821");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.614655, -0.513454, -0.437258, -0.314707, 0.188519",\
|
|
"-0.712271, -0.611071, -0.534874, -0.412324, 0.090903",\
|
|
"-0.790468, -0.689268, -0.613071, -0.490521, 0.012706",\
|
|
"-0.925615, -0.824415, -0.748218, -0.625668, -0.122441",\
|
|
"-1.481358, -1.380158, -1.303961, -1.181411, -0.678184");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006049 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.397253, 0.299658, 0.214868, 0.091903, -0.413300",\
|
|
"0.454946, 0.357351, 0.272560, 0.149595, -0.355608",\
|
|
"0.472872, 0.375278, 0.290487, 0.167522, -0.337681",\
|
|
"0.463294, 0.365699, 0.280909, 0.157943, -0.347259",\
|
|
"0.422698, 0.325103, 0.240313, 0.117348, -0.387855");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.690887, 0.593292, 0.508502, 0.385537, -0.119666",\
|
|
"0.805876, 0.708281, 0.623491, 0.500526, -0.004677",\
|
|
"0.913081, 0.815487, 0.730696, 0.607731, 0.102528",\
|
|
"1.093967, 0.996372, 0.911582, 0.788617, 0.283414",\
|
|
"1.828557, 1.730963, 1.646172, 1.523207, 1.018004");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[0]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.332688, -0.208720, -0.089396, 0.114567, 0.953578",\
|
|
"-0.390414, -0.266445, -0.147121, 0.056841, 0.895853",\
|
|
"-0.408349, -0.284380, -0.165056, 0.038906, 0.877918",\
|
|
"-0.398812, -0.274843, -0.155519, 0.048443, 0.887455",\
|
|
"-0.358448, -0.234480, -0.115156, 0.088806, 0.927818");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.557495, -0.433526, -0.314202, -0.110240, 0.728772",\
|
|
"-0.672615, -0.548646, -0.429322, -0.225360, 0.613652",\
|
|
"-0.780189, -0.656220, -0.536896, -0.332934, 0.506078",\
|
|
"-0.961788, -0.837820, -0.718496, -0.514534, 0.324478",\
|
|
"-1.698386, -1.574418, -1.455094, -1.251131, -0.412120");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[0]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.432246, 0.409471, 0.437919, 0.556588, 1.047455",\
|
|
"0.489938, 0.467164, 0.495611, 0.614280, 1.105147",\
|
|
"0.507865, 0.485090, 0.513538, 0.632207, 1.123074",\
|
|
"0.498286, 0.475512, 0.503960, 0.622629, 1.113495",\
|
|
"0.457690, 0.434916, 0.463364, 0.582033, 1.072900");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.706819, 0.684044, 0.712492, 0.831161, 1.322028",\
|
|
"0.821808, 0.799033, 0.827481, 0.946150, 1.437017",\
|
|
"0.929013, 0.906239, 0.934687, 1.053355, 1.544222",\
|
|
"1.109899, 1.087124, 1.115572, 1.234241, 1.725108",\
|
|
"1.844489, 1.821715, 1.850163, 1.968831, 2.459698");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.345484, -0.244285, -0.168092, -0.045551, 0.457639",\
|
|
"-0.403210, -0.302011, -0.225818, -0.103277, 0.399913",\
|
|
"-0.421145, -0.319946, -0.243753, -0.121212, 0.381978",\
|
|
"-0.411608, -0.310409, -0.234216, -0.111675, 0.391515",\
|
|
"-0.371245, -0.270046, -0.193853, -0.071312, 0.431878");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.553807, -0.452608, -0.376415, -0.253874, 0.249316",\
|
|
"-0.668927, -0.567728, -0.491535, -0.368994, 0.134196",\
|
|
"-0.776501, -0.675302, -0.599109, -0.476568, 0.026622",\
|
|
"-0.958101, -0.856902, -0.780709, -0.658168, -0.154978",\
|
|
"-1.694698, -1.593499, -1.517306, -1.394765, -0.891575");
|
|
}
|
|
|
|
} /* 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.002174 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.806711, 1.815534, 1.841670, 1.948832, 2.392744",\
|
|
"1.882923, 1.891746, 1.917883, 2.025045, 2.468957",\
|
|
"1.925039, 1.933862, 1.959999, 2.067161, 2.511073",\
|
|
"1.968660, 1.977483, 2.003620, 2.110782, 2.554694",\
|
|
"2.145390, 2.154213, 2.180350, 2.287512, 2.731424");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016549, 0.024986, 0.055059, 0.211810, 0.871182",\
|
|
"0.016549, 0.024986, 0.055059, 0.211810, 0.871182",\
|
|
"0.016549, 0.024986, 0.055059, 0.211810, 0.871182",\
|
|
"0.016549, 0.024986, 0.055059, 0.211810, 0.871182",\
|
|
"0.016549, 0.024986, 0.055059, 0.211810, 0.871182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.826896, 1.833591, 1.850943, 1.902042, 2.092950",\
|
|
"1.903109, 1.909803, 1.927156, 1.978255, 2.169163",\
|
|
"1.945225, 1.951919, 1.969271, 2.020370, 2.211278",\
|
|
"1.988846, 1.995540, 2.012893, 2.063992, 2.254900",\
|
|
"2.165576, 2.172271, 2.189623, 2.240722, 2.431630");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014935, 0.019400, 0.032629, 0.095151, 0.353687",\
|
|
"0.014935, 0.019400, 0.032629, 0.095151, 0.353687",\
|
|
"0.014935, 0.019400, 0.032629, 0.095151, 0.353687",\
|
|
"0.014935, 0.019400, 0.032629, 0.095151, 0.353687",\
|
|
"0.014935, 0.019400, 0.032629, 0.095151, 0.353687");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[37]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.686864, 1.695687, 1.721824, 1.826695, 2.263153",\
|
|
"1.686864, 1.695687, 1.721824, 1.826695, 2.263153",\
|
|
"1.686864, 1.695687, 1.721824, 1.826695, 2.263153",\
|
|
"1.686864, 1.695687, 1.721824, 1.826695, 2.263153",\
|
|
"1.552679, 1.561502, 1.587638, 1.692509, 2.128967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016549, 0.024986, 0.055059, 0.205051, 0.842609",\
|
|
"0.016549, 0.024986, 0.055059, 0.205051, 0.842609",\
|
|
"0.016549, 0.024986, 0.055059, 0.205051, 0.842609",\
|
|
"0.016549, 0.024986, 0.055059, 0.205051, 0.842609",\
|
|
"0.016549, 0.024986, 0.055059, 0.205051, 0.842609");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.712486, 1.719180, 1.736532, 1.786679, 1.967697",\
|
|
"1.712486, 1.719180, 1.736532, 1.786679, 1.967697",\
|
|
"1.712486, 1.719180, 1.736532, 1.786679, 1.967697",\
|
|
"1.712486, 1.719180, 1.736532, 1.786679, 1.967697",\
|
|
"1.578300, 1.584995, 1.602347, 1.652494, 1.833512");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014935, 0.019400, 0.032629, 0.088862, 0.334536",\
|
|
"0.014935, 0.019400, 0.032629, 0.088862, 0.334536",\
|
|
"0.014935, 0.019400, 0.032629, 0.088862, 0.334536",\
|
|
"0.014935, 0.019400, 0.032629, 0.088862, 0.334536",\
|
|
"0.014935, 0.019400, 0.032629, 0.088862, 0.334536");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[37]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
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.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.418163, 0.426988, 0.453127, 0.560289, 0.975788",\
|
|
"0.418163, 0.426988, 0.453127, 0.560289, 0.975788",\
|
|
"0.405571, 0.414397, 0.440536, 0.547698, 0.975788",\
|
|
"0.307476, 0.316302, 0.342442, 0.449604, 0.893517",\
|
|
"-0.075957, -0.067129, -0.040987, 0.066176, 0.510089");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016563, 0.024999, 0.055065, 0.211810, 0.871181",\
|
|
"0.016564, 0.024999, 0.055065, 0.211810, 0.871181",\
|
|
"0.016565, 0.025000, 0.055066, 0.211810, 0.871181",\
|
|
"0.016569, 0.025004, 0.055068, 0.211810, 0.871180",\
|
|
"0.016581, 0.025015, 0.055073, 0.211810, 0.871179");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.462282, 0.468978, 0.486338, 0.537427, 0.728331",\
|
|
"0.553434, 0.560131, 0.577490, 0.628580, 0.819484",\
|
|
"0.675149, 0.681845, 0.699204, 0.750294, 0.941199",\
|
|
"0.925518, 0.932214, 0.949572, 1.000663, 1.191567",\
|
|
"1.519379, 1.526075, 1.543433, 1.594524, 1.785429");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014925, 0.019395, 0.032617, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032617, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032617, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032618, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032618, 0.095149, 0.353691");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.381968, 0.390790, 0.416926, 0.521797, 0.958255",\
|
|
"0.381968, 0.390790, 0.416926, 0.521797, 0.958255",\
|
|
"0.381968, 0.390790, 0.416926, 0.521797, 0.958255",\
|
|
"0.299684, 0.308507, 0.334643, 0.439514, 0.875971",\
|
|
"-0.083773, -0.074951, -0.048815, 0.056056, 0.492514");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024983, 0.055057, 0.205051, 0.842609");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.457153, 0.463854, 0.481222, 0.531346, 0.712360",\
|
|
"0.548828, 0.555528, 0.572896, 0.623021, 0.804034",\
|
|
"0.670486, 0.677186, 0.694555, 0.744679, 0.925693",\
|
|
"0.920777, 0.927478, 0.944846, 0.994970, 1.175984",\
|
|
"1.514564, 1.521265, 1.538633, 1.588757, 1.769771");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334544");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.508203, 0.514900, 0.532259, 0.583349, 0.745933",\
|
|
"0.508203, 0.514900, 0.532259, 0.583349, 0.745933",\
|
|
"0.495212, 0.501909, 0.519268, 0.570358, 0.745933",\
|
|
"0.395362, 0.402058, 0.419416, 0.470507, 0.661411",\
|
|
"0.006627, 0.013324, 0.030682, 0.081772, 0.272677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014925, 0.019395, 0.032617, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032617, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032617, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032618, 0.095149, 0.353691",\
|
|
"0.014925, 0.019395, 0.032618, 0.095149, 0.353691");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.385316, 0.394141, 0.420280, 0.527442, 0.971355",\
|
|
"0.476641, 0.485466, 0.511605, 0.618767, 1.062680",\
|
|
"0.598883, 0.607708, 0.633847, 0.741010, 1.184922",\
|
|
"0.849859, 0.858685, 0.884825, 0.991988, 1.435900",\
|
|
"1.442254, 1.451082, 1.477224, 1.584387, 2.028300");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016563, 0.024999, 0.055065, 0.211810, 0.871181",\
|
|
"0.016564, 0.024999, 0.055065, 0.211810, 0.871181",\
|
|
"0.016565, 0.025000, 0.055066, 0.211810, 0.871181",\
|
|
"0.016569, 0.025004, 0.055068, 0.211810, 0.871180",\
|
|
"0.016581, 0.025015, 0.055073, 0.211810, 0.871179");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.475295, 0.481995, 0.499363, 0.549487, 0.730501",\
|
|
"0.475295, 0.481995, 0.499363, 0.549487, 0.730501",\
|
|
"0.475295, 0.481995, 0.499363, 0.549487, 0.730501",\
|
|
"0.390621, 0.397322, 0.414690, 0.464814, 0.645828",\
|
|
"0.001812, 0.008513, 0.025882, 0.076005, 0.257019");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334543",\
|
|
"0.014919, 0.019397, 0.032609, 0.088860, 0.334544");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.376932, 0.385754, 0.411890, 0.516761, 0.953218",\
|
|
"0.468860, 0.477682, 0.503818, 0.608689, 1.045146",\
|
|
"0.591100, 0.599922, 0.626058, 0.730929, 1.167387",\
|
|
"0.842068, 0.850890, 0.877026, 0.981897, 1.418355",\
|
|
"1.434438, 1.443260, 1.469396, 1.574267, 2.010725");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024982, 0.055057, 0.205051, 0.842609",\
|
|
"0.016544, 0.024983, 0.055057, 0.205051, 0.842609");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.433202, 0.442028, 0.468167, 0.575329, 0.962741",\
|
|
"0.433202, 0.442028, 0.468167, 0.575329, 0.962741",\
|
|
"0.433202, 0.442028, 0.468167, 0.575329, 0.962741",\
|
|
"0.411934, 0.420760, 0.446900, 0.554062, 0.962741",\
|
|
"0.324283, 0.333111, 0.359252, 0.466415, 0.910328");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016565, 0.025000, 0.055066, 0.211810, 0.871181",\
|
|
"0.016565, 0.025000, 0.055066, 0.211810, 0.871181",\
|
|
"0.016566, 0.025001, 0.055066, 0.211810, 0.871181",\
|
|
"0.016569, 0.025004, 0.055067, 0.211810, 0.871181",\
|
|
"0.016581, 0.025014, 0.055073, 0.211810, 0.871181");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.413312, 0.420009, 0.437368, 0.488457, 0.679361",\
|
|
"0.516948, 0.523645, 0.541004, 0.592094, 0.782998",\
|
|
"0.607248, 0.613945, 0.631305, 0.682394, 0.873298",\
|
|
"0.760216, 0.766913, 0.784273, 0.835362, 1.026266",\
|
|
"1.392412, 1.399108, 1.416467, 1.467557, 1.658461");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014924, 0.019396, 0.032617, 0.095149, 0.353691",\
|
|
"0.014924, 0.019396, 0.032617, 0.095149, 0.353691",\
|
|
"0.014924, 0.019396, 0.032617, 0.095149, 0.353691",\
|
|
"0.014924, 0.019396, 0.032617, 0.095149, 0.353691",\
|
|
"0.014925, 0.019396, 0.032617, 0.095149, 0.353691");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.368962, 0.377787, 0.403926, 0.508798, 0.945256",\
|
|
"0.368962, 0.377787, 0.403926, 0.508798, 0.945256",\
|
|
"0.368962, 0.377787, 0.403926, 0.508798, 0.945256",\
|
|
"0.368962, 0.377787, 0.403926, 0.508798, 0.945256",\
|
|
"0.316543, 0.325371, 0.351512, 0.456385, 0.892844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.016565, 0.025000, 0.055066, 0.205050, 0.842606",\
|
|
"0.016565, 0.025000, 0.055066, 0.205050, 0.842606",\
|
|
"0.016566, 0.025001, 0.055066, 0.205050, 0.842606",\
|
|
"0.016569, 0.025004, 0.055067, 0.205050, 0.842606",\
|
|
"0.016581, 0.025014, 0.055073, 0.205050, 0.842606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.410116, 0.416813, 0.434172, 0.484307, 0.665323",\
|
|
"0.513752, 0.520449, 0.537809, 0.587944, 0.768959",\
|
|
"0.604053, 0.610750, 0.628109, 0.678244, 0.859260",\
|
|
"0.757021, 0.763718, 0.781077, 0.831212, 1.012228",\
|
|
"1.389216, 1.395913, 1.413271, 1.463407, 1.644423");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.014924, 0.019395, 0.032616, 0.088860, 0.334539",\
|
|
"0.014924, 0.019395, 0.032616, 0.088860, 0.334539",\
|
|
"0.014924, 0.019395, 0.032616, 0.088860, 0.334539",\
|
|
"0.014924, 0.019395, 0.032616, 0.088860, 0.334539",\
|
|
"0.014925, 0.019395, 0.032617, 0.088860, 0.334539");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una_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.002884 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.831209, 1.838245, 1.864406, 1.971757, 2.417039",\
|
|
"1.907422, 1.914458, 1.940619, 2.047969, 2.493251",\
|
|
"1.949538, 1.956574, 1.982734, 2.090085, 2.535367",\
|
|
"1.993159, 2.000195, 2.026355, 2.133706, 2.578989",\
|
|
"2.169889, 2.176925, 2.203085, 2.310436, 2.755718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017068, 0.025472, 0.055531, 0.213404, 0.875974",\
|
|
"0.017068, 0.025472, 0.055531, 0.213404, 0.875974",\
|
|
"0.017068, 0.025472, 0.055531, 0.213404, 0.875974",\
|
|
"0.017068, 0.025472, 0.055531, 0.213404, 0.875974",\
|
|
"0.017068, 0.025472, 0.055531, 0.213404, 0.875974");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.884841, 1.890465, 1.907792, 1.960755, 2.150653",\
|
|
"1.961054, 1.966678, 1.984005, 2.036968, 2.226866",\
|
|
"2.003170, 2.008794, 2.026120, 2.079083, 2.268982",\
|
|
"2.046791, 2.052415, 2.069742, 2.122705, 2.312603",\
|
|
"2.223521, 2.229145, 2.246472, 2.299435, 2.489333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015256, 0.019618, 0.032761, 0.095038, 0.356854",\
|
|
"0.015256, 0.019618, 0.032761, 0.095038, 0.356854",\
|
|
"0.015256, 0.019618, 0.032761, 0.095038, 0.356854",\
|
|
"0.015256, 0.019618, 0.032761, 0.095038, 0.356854",\
|
|
"0.015256, 0.019618, 0.032761, 0.095038, 0.356854");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[36]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.696304, 1.704994, 1.731155, 1.835901, 2.271952",\
|
|
"1.696304, 1.704994, 1.731155, 1.835901, 2.271952",\
|
|
"1.696304, 1.704994, 1.731155, 1.835901, 2.271952",\
|
|
"1.696304, 1.704994, 1.731155, 1.835901, 2.271952",\
|
|
"1.562118, 1.570809, 1.596970, 1.701715, 2.137767");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017068, 0.025472, 0.055531, 0.205642, 0.842612",\
|
|
"0.017068, 0.025472, 0.055531, 0.205642, 0.842612",\
|
|
"0.017068, 0.025472, 0.055531, 0.205642, 0.842612",\
|
|
"0.017068, 0.025472, 0.055531, 0.205642, 0.842612",\
|
|
"0.017068, 0.025472, 0.055531, 0.205642, 0.842612");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.721749, 1.728303, 1.745630, 1.795626, 1.976475",\
|
|
"1.721749, 1.728303, 1.745630, 1.795626, 1.976475",\
|
|
"1.721749, 1.728303, 1.745630, 1.795626, 1.976475",\
|
|
"1.721749, 1.728303, 1.745630, 1.795626, 1.976475",\
|
|
"1.587564, 1.594118, 1.611445, 1.661440, 1.842290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015256, 0.019618, 0.032761, 0.089088, 0.334536",\
|
|
"0.015256, 0.019618, 0.032761, 0.089088, 0.334536",\
|
|
"0.015256, 0.019618, 0.032761, 0.089088, 0.334536",\
|
|
"0.015256, 0.019618, 0.032761, 0.089088, 0.334536",\
|
|
"0.015256, 0.019618, 0.032761, 0.089088, 0.334536");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[36]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
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.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.417748, 0.424784, 0.450947, 0.558298, 0.975167",\
|
|
"0.417748, 0.424784, 0.450947, 0.558298, 0.975167",\
|
|
"0.405158, 0.412193, 0.438356, 0.545708, 0.975167",\
|
|
"0.307065, 0.314100, 0.340264, 0.447616, 0.892899",\
|
|
"-0.076361, -0.069326, -0.043161, 0.064191, 0.509475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017084, 0.025486, 0.055538, 0.213404, 0.875973",\
|
|
"0.017084, 0.025486, 0.055538, 0.213404, 0.875973",\
|
|
"0.017085, 0.025487, 0.055538, 0.213404, 0.875973",\
|
|
"0.017090, 0.025491, 0.055540, 0.213404, 0.875973",\
|
|
"0.017102, 0.025502, 0.055545, 0.213404, 0.875973");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.462944, 0.468572, 0.485908, 0.538861, 0.728757",\
|
|
"0.554028, 0.559655, 0.576991, 0.629944, 0.819840",\
|
|
"0.675862, 0.681489, 0.698825, 0.751778, 0.941674",\
|
|
"0.926068, 0.931695, 0.949030, 1.001984, 1.191880",\
|
|
"1.519941, 1.525568, 1.542903, 1.595857, 1.785753");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032754, 0.095037, 0.356858",\
|
|
"0.015250, 0.019620, 0.032754, 0.095037, 0.356858",\
|
|
"0.015250, 0.019620, 0.032754, 0.095037, 0.356858");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.381407, 0.390877, 0.417037, 0.521783, 0.957834",\
|
|
"0.381407, 0.390877, 0.417037, 0.521783, 0.957834",\
|
|
"0.381407, 0.390877, 0.417037, 0.521783, 0.957834",\
|
|
"0.299905, 0.308596, 0.334756, 0.439502, 0.875553",\
|
|
"-0.083548, -0.074858, -0.048698, 0.056048, 0.492100");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017064, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017064, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017064, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017065, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017065, 0.025470, 0.055530, 0.205642, 0.842613");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.456849, 0.464006, 0.481351, 0.531325, 0.712170",\
|
|
"0.548509, 0.555666, 0.573011, 0.622985, 0.803830",\
|
|
"0.670289, 0.677446, 0.694791, 0.744765, 0.925610",\
|
|
"0.921015, 0.927576, 0.944920, 0.994894, 1.175740",\
|
|
"1.514814, 1.521375, 1.538720, 1.588693, 1.769539");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334545");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.508818, 0.514445, 0.531781, 0.584734, 0.746312",\
|
|
"0.508818, 0.514445, 0.531781, 0.584734, 0.746312",\
|
|
"0.495826, 0.501454, 0.518789, 0.571742, 0.746312",\
|
|
"0.395976, 0.401603, 0.418938, 0.471892, 0.661788",\
|
|
"0.007247, 0.012874, 0.030209, 0.083163, 0.273059");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032754, 0.095037, 0.356858",\
|
|
"0.015250, 0.019620, 0.032754, 0.095037, 0.356858",\
|
|
"0.015250, 0.019620, 0.032754, 0.095037, 0.356858");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.384970, 0.392005, 0.418168, 0.525520, 0.970802",\
|
|
"0.476218, 0.483254, 0.509416, 0.616768, 1.062051",\
|
|
"0.598583, 0.605618, 0.631781, 0.739133, 1.184415",\
|
|
"0.849399, 0.856434, 0.882598, 0.989950, 1.435233",\
|
|
"1.441814, 1.448848, 1.475014, 1.582366, 2.027650");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017084, 0.025486, 0.055538, 0.213404, 0.875973",\
|
|
"0.017084, 0.025486, 0.055538, 0.213404, 0.875973",\
|
|
"0.017085, 0.025487, 0.055538, 0.213404, 0.875973",\
|
|
"0.017090, 0.025491, 0.055540, 0.213404, 0.875973",\
|
|
"0.017102, 0.025502, 0.055545, 0.213404, 0.875973");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.474997, 0.482155, 0.499499, 0.549473, 0.730319",\
|
|
"0.474997, 0.482155, 0.499499, 0.549473, 0.730319",\
|
|
"0.474997, 0.482155, 0.499499, 0.549473, 0.730319",\
|
|
"0.390924, 0.397484, 0.414829, 0.464803, 0.645648",\
|
|
"0.002120, 0.008681, 0.026026, 0.075999, 0.256844");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334544",\
|
|
"0.015244, 0.019621, 0.032745, 0.089088, 0.334545");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.376379, 0.385850, 0.412009, 0.516755, 0.952807",\
|
|
"0.468290, 0.477761, 0.503920, 0.608666, 1.044718",\
|
|
"0.590653, 0.600123, 0.626283, 0.731028, 1.167080",\
|
|
"0.842239, 0.850930, 0.877090, 0.981836, 1.417887",\
|
|
"1.434626, 1.443317, 1.469477, 1.574223, 2.010274");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017064, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017064, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017064, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017065, 0.025469, 0.055529, 0.205642, 0.842613",\
|
|
"0.017065, 0.025470, 0.055530, 0.205642, 0.842613");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.444635, 0.451670, 0.477834, 0.585186, 0.974087",\
|
|
"0.444635, 0.451670, 0.477834, 0.585186, 0.974087",\
|
|
"0.444635, 0.451670, 0.477834, 0.585186, 0.974087",\
|
|
"0.423566, 0.430601, 0.456766, 0.564118, 0.974087",\
|
|
"0.334552, 0.341587, 0.367753, 0.475105, 0.920389");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017091, 0.025492, 0.055541, 0.213403, 0.875972",\
|
|
"0.017091, 0.025492, 0.055541, 0.213403, 0.875972",\
|
|
"0.017092, 0.025493, 0.055541, 0.213403, 0.875972",\
|
|
"0.017094, 0.025495, 0.055542, 0.213403, 0.875972",\
|
|
"0.017105, 0.025504, 0.055547, 0.213403, 0.875972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.422156, 0.427784, 0.445120, 0.498072, 0.687968",\
|
|
"0.527741, 0.533369, 0.550705, 0.603658, 0.793553",\
|
|
"0.618593, 0.624221, 0.641557, 0.694510, 0.884406",\
|
|
"0.772417, 0.778045, 0.795381, 0.848334, 1.038229",\
|
|
"1.408722, 1.414349, 1.431684, 1.484638, 1.674534");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032753, 0.095037, 0.356859",\
|
|
"0.015250, 0.019620, 0.032754, 0.095037, 0.356859");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.380359, 0.389840, 0.416004, 0.520751, 0.956803",\
|
|
"0.380359, 0.389840, 0.416004, 0.520751, 0.956803",\
|
|
"0.380359, 0.389840, 0.416004, 0.520751, 0.956803",\
|
|
"0.380359, 0.389840, 0.416004, 0.520751, 0.956803",\
|
|
"0.326652, 0.336138, 0.362304, 0.467052, 0.903105");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.017091, 0.025492, 0.055541, 0.205641, 0.842609",\
|
|
"0.017091, 0.025492, 0.055541, 0.205641, 0.842609",\
|
|
"0.017092, 0.025493, 0.055541, 0.205641, 0.842609",\
|
|
"0.017094, 0.025495, 0.055542, 0.205641, 0.842609",\
|
|
"0.017105, 0.025504, 0.055547, 0.205641, 0.842609");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.418041, 0.425195, 0.442532, 0.492516, 0.673363",\
|
|
"0.523626, 0.530781, 0.548117, 0.598101, 0.778948",\
|
|
"0.614478, 0.621633, 0.638969, 0.688953, 0.869801",\
|
|
"0.768302, 0.775457, 0.792793, 0.842777, 1.023624",\
|
|
"1.404606, 1.411761, 1.429096, 1.479081, 1.659929");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.015250, 0.019620, 0.032753, 0.089088, 0.334540",\
|
|
"0.015250, 0.019620, 0.032753, 0.089088, 0.334540",\
|
|
"0.015250, 0.019620, 0.032753, 0.089088, 0.334540",\
|
|
"0.015250, 0.019620, 0.032753, 0.089088, 0.334540",\
|
|
"0.015250, 0.019620, 0.032754, 0.089088, 0.334540");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una_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.002582 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.933514, 1.940726, 1.967141, 2.074384, 2.518169",\
|
|
"2.009727, 2.016938, 2.043354, 2.150597, 2.594382",\
|
|
"2.051843, 2.059054, 2.085470, 2.192713, 2.636498",\
|
|
"2.095464, 2.102675, 2.129091, 2.236334, 2.680119",\
|
|
"2.272194, 2.279405, 2.305821, 2.413064, 2.856849");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018919, 0.027062, 0.056257, 0.212179, 0.871172",\
|
|
"0.018919, 0.027062, 0.056257, 0.212179, 0.871172",\
|
|
"0.018919, 0.027062, 0.056257, 0.212179, 0.871172",\
|
|
"0.018919, 0.027062, 0.056257, 0.212179, 0.871172",\
|
|
"0.018919, 0.027062, 0.056257, 0.212179, 0.871172");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "2.035129, 2.040761, 2.058435, 2.109711, 2.300651",\
|
|
"2.111342, 2.116974, 2.134648, 2.185924, 2.376864",\
|
|
"2.153458, 2.159090, 2.176764, 2.228040, 2.418980",\
|
|
"2.197079, 2.202711, 2.220385, 2.271661, 2.462601",\
|
|
"2.373809, 2.379441, 2.397115, 2.448391, 2.639331");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016248, 0.020691, 0.033687, 0.095749, 0.354058",\
|
|
"0.016248, 0.020691, 0.033687, 0.095749, 0.354058",\
|
|
"0.016248, 0.020691, 0.033687, 0.095749, 0.354058",\
|
|
"0.016248, 0.020691, 0.033687, 0.095749, 0.354058",\
|
|
"0.016248, 0.020691, 0.033687, 0.095749, 0.354058");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[35]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.795857, 1.804868, 1.831284, 1.936240, 2.372536",\
|
|
"1.795857, 1.804868, 1.831284, 1.936240, 2.372536",\
|
|
"1.795857, 1.804868, 1.831284, 1.936240, 2.372536",\
|
|
"1.795857, 1.804868, 1.831284, 1.936240, 2.372536",\
|
|
"1.661671, 1.670683, 1.697098, 1.802055, 2.238351");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018919, 0.027062, 0.056257, 0.205362, 0.842447",\
|
|
"0.018919, 0.027062, 0.056257, 0.205362, 0.842447",\
|
|
"0.018919, 0.027062, 0.056257, 0.205362, 0.842447",\
|
|
"0.018919, 0.027062, 0.056257, 0.205362, 0.842447",\
|
|
"0.018919, 0.027062, 0.056257, 0.205362, 0.842447");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.880103, 1.886889, 1.904563, 1.954900, 2.135878",\
|
|
"1.880103, 1.886889, 1.904563, 1.954900, 2.135878",\
|
|
"1.880103, 1.886889, 1.904563, 1.954900, 2.135878",\
|
|
"1.880103, 1.886889, 1.904563, 1.954900, 2.135878",\
|
|
"1.745917, 1.752704, 1.770378, 1.820714, 2.001692");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016248, 0.020691, 0.033687, 0.089395, 0.334765",\
|
|
"0.016248, 0.020691, 0.033687, 0.089395, 0.334765",\
|
|
"0.016248, 0.020691, 0.033687, 0.089395, 0.334765",\
|
|
"0.016248, 0.020691, 0.033687, 0.089395, 0.334765",\
|
|
"0.016248, 0.020691, 0.033687, 0.089395, 0.334765");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[35]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.465656, 0.472866, 0.499288, 0.606533, 1.005611",\
|
|
"0.465656, 0.472866, 0.499288, 0.606533, 1.005611",\
|
|
"0.465656, 0.472866, 0.499288, 0.606533, 1.005611",\
|
|
"0.422872, 0.430082, 0.456504, 0.563749, 1.005611",\
|
|
"0.244081, 0.251290, 0.277713, 0.384958, 0.828745");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018922, 0.027064, 0.056258, 0.212179, 0.871172",\
|
|
"0.018922, 0.027064, 0.056258, 0.212179, 0.871172",\
|
|
"0.018964, 0.027100, 0.056276, 0.212179, 0.871172",\
|
|
"0.018965, 0.027101, 0.056276, 0.212179, 0.871172",\
|
|
"0.018968, 0.027104, 0.056278, 0.212179, 0.871172");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.507684, 0.513310, 0.530941, 0.582196, 0.773125",\
|
|
"0.621466, 0.627092, 0.644723, 0.695979, 0.886908",\
|
|
"0.728061, 0.733687, 0.751319, 0.802574, 0.993503",\
|
|
"0.910815, 0.916441, 0.934073, 0.985329, 1.176259",\
|
|
"1.666670, 1.672297, 1.689940, 1.741201, 1.932133");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016122, 0.020561, 0.033581, 0.095702, 0.354030",\
|
|
"0.016122, 0.020562, 0.033581, 0.095703, 0.354030",\
|
|
"0.016124, 0.020563, 0.033582, 0.095703, 0.354030",\
|
|
"0.016125, 0.020564, 0.033583, 0.095704, 0.354031",\
|
|
"0.016156, 0.020597, 0.033610, 0.095715, 0.354038");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.419148, 0.428160, 0.454575, 0.559532, 0.995828",\
|
|
"0.419148, 0.428160, 0.454575, 0.559532, 0.995828",\
|
|
"0.419148, 0.428160, 0.454575, 0.559532, 0.995828",\
|
|
"0.419148, 0.428160, 0.454575, 0.559532, 0.995828",\
|
|
"0.242195, 0.251209, 0.277626, 0.382583, 0.818879");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018919, 0.027061, 0.056257, 0.205362, 0.842447",\
|
|
"0.018919, 0.027061, 0.056257, 0.205362, 0.842447",\
|
|
"0.018922, 0.027064, 0.056258, 0.205362, 0.842447",\
|
|
"0.018922, 0.027064, 0.056258, 0.205362, 0.842447",\
|
|
"0.018931, 0.027071, 0.056262, 0.205362, 0.842446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.506353, 0.513115, 0.530741, 0.581050, 0.762021",\
|
|
"0.620127, 0.626890, 0.644515, 0.694824, 0.875796",\
|
|
"0.726700, 0.733462, 0.751087, 0.801397, 0.982368",\
|
|
"0.909419, 0.916181, 0.933806, 0.984115, 1.165086",\
|
|
"1.664925, 1.671688, 1.689313, 1.739622, 1.920593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016107, 0.020545, 0.033568, 0.089344, 0.334736",\
|
|
"0.016106, 0.020545, 0.033568, 0.089344, 0.334736",\
|
|
"0.016106, 0.020544, 0.033567, 0.089344, 0.334736",\
|
|
"0.016106, 0.020543, 0.033566, 0.089344, 0.334736",\
|
|
"0.016106, 0.020543, 0.033566, 0.089344, 0.334736");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.583360, 0.588986, 0.606617, 0.657873, 0.804818",\
|
|
"0.583360, 0.588986, 0.606617, 0.657873, 0.804818",\
|
|
"0.583360, 0.588986, 0.606617, 0.657873, 0.804818",\
|
|
"0.539255, 0.544881, 0.562513, 0.613769, 0.804699",\
|
|
"0.354236, 0.359864, 0.377506, 0.428767, 0.619700");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016122, 0.020561, 0.033581, 0.095702, 0.354030",\
|
|
"0.016122, 0.020562, 0.033581, 0.095703, 0.354030",\
|
|
"0.016124, 0.020563, 0.033582, 0.095703, 0.354030",\
|
|
"0.016125, 0.020564, 0.033583, 0.095704, 0.354031",\
|
|
"0.016156, 0.020597, 0.033610, 0.095715, 0.354038");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.461922, 0.469134, 0.495550, 0.602793, 1.046578",\
|
|
"0.575948, 0.583159, 0.609575, 0.716818, 1.160603",\
|
|
"0.685316, 0.692525, 0.718948, 0.826192, 1.269979",\
|
|
"0.869013, 0.876222, 0.902645, 1.009889, 1.453676",\
|
|
"1.622711, 1.629920, 1.656343, 1.763588, 2.207375");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018922, 0.027064, 0.056258, 0.212179, 0.871172",\
|
|
"0.018922, 0.027064, 0.056258, 0.212179, 0.871172",\
|
|
"0.018964, 0.027100, 0.056276, 0.212179, 0.871172",\
|
|
"0.018965, 0.027101, 0.056276, 0.212179, 0.871172",\
|
|
"0.018968, 0.027104, 0.056278, 0.212179, 0.871172");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.538046, 0.544808, 0.562434, 0.612743, 0.793714",\
|
|
"0.538046, 0.544808, 0.562434, 0.612743, 0.793714",\
|
|
"0.538046, 0.544808, 0.562434, 0.612743, 0.793714",\
|
|
"0.537859, 0.544621, 0.562246, 0.612554, 0.793526",\
|
|
"0.352492, 0.359254, 0.376879, 0.427188, 0.608159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016107, 0.020545, 0.033568, 0.089344, 0.334736",\
|
|
"0.016106, 0.020545, 0.033568, 0.089344, 0.334736",\
|
|
"0.016106, 0.020544, 0.033567, 0.089344, 0.334736",\
|
|
"0.016106, 0.020543, 0.033566, 0.089344, 0.334736",\
|
|
"0.016106, 0.020543, 0.033566, 0.089344, 0.334736");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.460115, 0.469127, 0.495542, 0.600498, 1.036795",\
|
|
"0.574141, 0.583152, 0.609568, 0.714524, 1.150820",\
|
|
"0.683420, 0.692432, 0.718848, 0.823805, 1.260101",\
|
|
"0.867116, 0.876128, 0.902544, 1.007501, 1.443797",\
|
|
"1.620825, 1.629838, 1.656255, 1.761212, 2.197509");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018919, 0.027061, 0.056257, 0.205362, 0.842447",\
|
|
"0.018919, 0.027061, 0.056257, 0.205362, 0.842447",\
|
|
"0.018922, 0.027064, 0.056258, 0.205362, 0.842447",\
|
|
"0.018922, 0.027064, 0.056258, 0.205362, 0.842447",\
|
|
"0.018931, 0.027071, 0.056262, 0.205362, 0.842446");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.486658, 0.493869, 0.520286, 0.627530, 1.017216",\
|
|
"0.486658, 0.493869, 0.520286, 0.627530, 1.017216",\
|
|
"0.486658, 0.493869, 0.520286, 0.627530, 1.017216",\
|
|
"0.468546, 0.475757, 0.502174, 0.609418, 1.017216",\
|
|
"0.392745, 0.399956, 0.426374, 0.533618, 0.977404");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018928, 0.027069, 0.056261, 0.212179, 0.871172",\
|
|
"0.018929, 0.027070, 0.056261, 0.212179, 0.871172",\
|
|
"0.018929, 0.027070, 0.056261, 0.212179, 0.871172",\
|
|
"0.018931, 0.027072, 0.056262, 0.212179, 0.871172",\
|
|
"0.018940, 0.027079, 0.056266, 0.212179, 0.871172");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.483842, 0.489472, 0.507134, 0.558405, 0.749342",\
|
|
"0.581369, 0.586999, 0.604661, 0.655931, 0.846868",\
|
|
"0.659729, 0.665360, 0.683022, 0.734292, 0.925229",\
|
|
"0.796382, 0.802012, 0.819674, 0.870944, 1.061881",\
|
|
"1.360726, 1.366356, 1.384020, 1.435291, 1.626228");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016213, 0.020655, 0.033657, 0.095736, 0.354050",\
|
|
"0.016213, 0.020655, 0.033657, 0.095736, 0.354050",\
|
|
"0.016213, 0.020655, 0.033657, 0.095736, 0.354050",\
|
|
"0.016213, 0.020655, 0.033657, 0.095736, 0.354050",\
|
|
"0.016217, 0.020660, 0.033661, 0.095738, 0.354051");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.430757, 0.439770, 0.466187, 0.571144, 1.007440",\
|
|
"0.430757, 0.439770, 0.466187, 0.571144, 1.007440",\
|
|
"0.430757, 0.439770, 0.466187, 0.571144, 1.007440",\
|
|
"0.430757, 0.439770, 0.466187, 0.571144, 1.007440",\
|
|
"0.390941, 0.399956, 0.426374, 0.531332, 0.967629");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.018928, 0.027069, 0.056261, 0.205362, 0.842445",\
|
|
"0.018929, 0.027070, 0.056261, 0.205362, 0.842445",\
|
|
"0.018929, 0.027070, 0.056261, 0.205362, 0.842445",\
|
|
"0.018931, 0.027072, 0.056262, 0.205362, 0.842445",\
|
|
"0.018940, 0.027079, 0.056266, 0.205362, 0.842445");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.482692, 0.489472, 0.507134, 0.557464, 0.738440",\
|
|
"0.580218, 0.586999, 0.604661, 0.654990, 0.835967",\
|
|
"0.658579, 0.665360, 0.683022, 0.733351, 0.914328",\
|
|
"0.795232, 0.802012, 0.819674, 0.870004, 1.050980",\
|
|
"1.359575, 1.366356, 1.384020, 1.434350, 1.615327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.016213, 0.020654, 0.033657, 0.089382, 0.334758",\
|
|
"0.016213, 0.020654, 0.033657, 0.089382, 0.334758",\
|
|
"0.016213, 0.020654, 0.033657, 0.089382, 0.334758",\
|
|
"0.016213, 0.020654, 0.033657, 0.089382, 0.334758",\
|
|
"0.016217, 0.020660, 0.033661, 0.089384, 0.334759");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una_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.001949 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "1.689145, 1.697204, 1.723285, 1.830322, 2.273268",\
|
|
"1.765358, 1.773417, 1.799497, 1.906534, 2.349481",\
|
|
"1.807473, 1.815533, 1.841613, 1.948650, 2.391597",\
|
|
"1.851095, 1.859154, 1.885234, 1.992271, 2.435218",\
|
|
"2.027824, 2.035884, 2.061964, 2.169001, 2.611948");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.015500, 0.024072, 0.054524, 0.210959, 0.868304",\
|
|
"0.015500, 0.024072, 0.054524, 0.210959, 0.868304",\
|
|
"0.015500, 0.024072, 0.054524, 0.210959, 0.868304",\
|
|
"0.015500, 0.024072, 0.054524, 0.210959, 0.868304",\
|
|
"0.015500, 0.024072, 0.054524, 0.210959, 0.868304");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "1.663901, 1.670234, 1.687672, 1.738656, 1.929094",\
|
|
"1.740114, 1.746447, 1.763884, 1.814869, 2.005306",\
|
|
"1.782229, 1.788562, 1.806000, 1.856984, 2.047422",\
|
|
"1.825851, 1.832184, 1.849621, 1.900606, 2.091043",\
|
|
"2.002581, 2.008914, 2.026351, 2.077336, 2.267773");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.014767, 0.019339, 0.032514, 0.094630, 0.352392",\
|
|
"0.014767, 0.019339, 0.032514, 0.094630, 0.352392",\
|
|
"0.014767, 0.019339, 0.032514, 0.094630, 0.352392",\
|
|
"0.014767, 0.019339, 0.032514, 0.094630, 0.352392",\
|
|
"0.014767, 0.019339, 0.032514, 0.094630, 0.352392");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[34]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "1.568920, 1.577688, 1.603769, 1.708646, 2.144538",\
|
|
"1.568920, 1.577688, 1.603769, 1.708646, 2.144538",\
|
|
"1.568920, 1.577688, 1.603769, 1.708646, 2.144538",\
|
|
"1.568920, 1.577688, 1.603769, 1.708646, 2.144538",\
|
|
"1.434735, 1.443503, 1.469583, 1.574461, 2.010353");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.015500, 0.024072, 0.054524, 0.204600, 0.841398",\
|
|
"0.015500, 0.024072, 0.054524, 0.204600, 0.841398",\
|
|
"0.015500, 0.024072, 0.054524, 0.204600, 0.841398",\
|
|
"0.015500, 0.024072, 0.054524, 0.204600, 0.841398",\
|
|
"0.015500, 0.024072, 0.054524, 0.204600, 0.841398");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "1.524472, 1.531258, 1.548696, 1.598795, 1.779847",\
|
|
"1.524472, 1.531258, 1.548696, 1.598795, 1.779847",\
|
|
"1.524472, 1.531258, 1.548696, 1.598795, 1.779847",\
|
|
"1.524472, 1.531258, 1.548696, 1.598795, 1.779847",\
|
|
"1.390287, 1.397073, 1.414510, 1.464609, 1.645661");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.014767, 0.019339, 0.032514, 0.088789, 0.334574",\
|
|
"0.014767, 0.019339, 0.032514, 0.088789, 0.334574",\
|
|
"0.014767, 0.019339, 0.032514, 0.088789, 0.334574",\
|
|
"0.014767, 0.019339, 0.032514, 0.088789, 0.334574",\
|
|
"0.014767, 0.019339, 0.032514, 0.088789, 0.334574");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002558 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "1.691485, 1.700169, 1.726278, 1.833597, 2.278083",\
|
|
"1.767698, 1.776381, 1.802491, 1.909810, 2.354296",\
|
|
"1.809814, 1.818497, 1.844606, 1.951925, 2.396411",\
|
|
"1.853435, 1.862118, 1.888228, 1.995547, 2.440033",\
|
|
"2.030165, 2.038848, 2.064957, 2.172277, 2.616763");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.016338, 0.024817, 0.055075, 0.212978, 0.874755",\
|
|
"0.016338, 0.024817, 0.055075, 0.212978, 0.874755",\
|
|
"0.016338, 0.024817, 0.055075, 0.212978, 0.874755",\
|
|
"0.016338, 0.024817, 0.055075, 0.212978, 0.874755",\
|
|
"0.016338, 0.024817, 0.055075, 0.212978, 0.874755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "1.652322, 1.658964, 1.676395, 1.729264, 1.919103",\
|
|
"1.728534, 1.735177, 1.752607, 1.805477, 1.995316",\
|
|
"1.770650, 1.777293, 1.794723, 1.847593, 2.037431",\
|
|
"1.814271, 1.820914, 1.838344, 1.891214, 2.081053",\
|
|
"1.991001, 1.997644, 2.015074, 2.067944, 2.257783");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.015071, 0.019518, 0.032618, 0.094818, 0.356443",\
|
|
"0.015071, 0.019518, 0.032618, 0.094818, 0.356443",\
|
|
"0.015071, 0.019518, 0.032618, 0.094818, 0.356443",\
|
|
"0.015071, 0.019518, 0.032618, 0.094818, 0.356443",\
|
|
"0.015071, 0.019518, 0.032618, 0.094818, 0.356443");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[33]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "1.576432, 1.585116, 1.611225, 1.715968, 2.152149",\
|
|
"1.576432, 1.585116, 1.611225, 1.715968, 2.152149",\
|
|
"1.576432, 1.585116, 1.611225, 1.715968, 2.152149",\
|
|
"1.576432, 1.585116, 1.611225, 1.715968, 2.152149",\
|
|
"1.442247, 1.450930, 1.477040, 1.581783, 2.017963");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.016338, 0.024817, 0.055075, 0.205360, 0.842572",\
|
|
"0.016338, 0.024817, 0.055075, 0.205360, 0.842572",\
|
|
"0.016338, 0.024817, 0.055075, 0.205360, 0.842572",\
|
|
"0.016338, 0.024817, 0.055075, 0.205360, 0.842572",\
|
|
"0.016338, 0.024817, 0.055075, 0.205360, 0.842572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "1.523498, 1.530141, 1.547571, 1.597521, 1.778433",\
|
|
"1.523498, 1.530141, 1.547571, 1.597521, 1.778433",\
|
|
"1.523498, 1.530141, 1.547571, 1.597521, 1.778433",\
|
|
"1.523498, 1.530141, 1.547571, 1.597521, 1.778433",\
|
|
"1.389313, 1.395955, 1.413386, 1.463335, 1.644248");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.015071, 0.019518, 0.032618, 0.088984, 0.334565",\
|
|
"0.015071, 0.019518, 0.032618, 0.088984, 0.334565",\
|
|
"0.015071, 0.019518, 0.032618, 0.088984, 0.334565",\
|
|
"0.015071, 0.019518, 0.032618, 0.088984, 0.334565",\
|
|
"0.015071, 0.019518, 0.032618, 0.088984, 0.334565");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001863 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "1.669250, 1.678051, 1.704159, 1.811252, 2.254533",\
|
|
"1.745463, 1.754264, 1.780372, 1.887465, 2.330745",\
|
|
"1.787578, 1.796379, 1.822487, 1.929580, 2.372861",\
|
|
"1.831200, 1.840001, 1.866109, 1.973202, 2.416482",\
|
|
"2.007930, 2.016731, 2.042839, 2.149932, 2.593212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.015439, 0.024010, 0.054439, 0.211142, 0.869407",\
|
|
"0.015439, 0.024010, 0.054439, 0.211142, 0.869407",\
|
|
"0.015439, 0.024010, 0.054439, 0.211142, 0.869407",\
|
|
"0.015439, 0.024010, 0.054439, 0.211142, 0.869407",\
|
|
"0.015439, 0.024010, 0.054439, 0.211142, 0.869407");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "1.652128, 1.658946, 1.676417, 1.727426, 1.918207",\
|
|
"1.728341, 1.735159, 1.752630, 1.803639, 1.994420",\
|
|
"1.770456, 1.777274, 1.794746, 1.845754, 2.036536",\
|
|
"1.814078, 1.820896, 1.838367, 1.889376, 2.080157",\
|
|
"1.990808, 1.997626, 2.015097, 2.066105, 2.256887");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.014724, 0.019304, 0.032471, 0.094878, 0.353240",\
|
|
"0.014724, 0.019304, 0.032471, 0.094878, 0.353240",\
|
|
"0.014724, 0.019304, 0.032471, 0.094878, 0.353240",\
|
|
"0.014724, 0.019304, 0.032471, 0.094878, 0.353240",\
|
|
"0.014724, 0.019304, 0.032471, 0.094878, 0.353240");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[32]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "1.538817, 1.547618, 1.573726, 1.678577, 2.114542",\
|
|
"1.538817, 1.547618, 1.573726, 1.678577, 2.114542",\
|
|
"1.538817, 1.547618, 1.573726, 1.678577, 2.114542",\
|
|
"1.538817, 1.547618, 1.573726, 1.678577, 2.114542",\
|
|
"1.404632, 1.413433, 1.439541, 1.544391, 1.980356");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.015439, 0.024010, 0.054439, 0.204538, 0.841441",\
|
|
"0.015439, 0.024010, 0.054439, 0.204538, 0.841441",\
|
|
"0.015439, 0.024010, 0.054439, 0.204538, 0.841441",\
|
|
"0.015439, 0.024010, 0.054439, 0.204538, 0.841441",\
|
|
"0.015439, 0.024010, 0.054439, 0.204538, 0.841441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "1.487803, 1.494621, 1.512092, 1.562170, 1.743243",\
|
|
"1.487803, 1.494621, 1.512092, 1.562170, 1.743243",\
|
|
"1.487803, 1.494621, 1.512092, 1.562170, 1.743243",\
|
|
"1.487803, 1.494621, 1.512092, 1.562170, 1.743243",\
|
|
"1.353618, 1.360436, 1.377907, 1.427985, 1.609058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.014724, 0.019304, 0.032471, 0.088761, 0.334573",\
|
|
"0.014724, 0.019304, 0.032471, 0.088761, 0.334573",\
|
|
"0.014724, 0.019304, 0.032471, 0.088761, 0.334573",\
|
|
"0.014724, 0.019304, 0.032471, 0.088761, 0.334573",\
|
|
"0.014724, 0.019304, 0.032471, 0.088761, 0.334573");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001894 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "1.689253, 1.697453, 1.723519, 1.830520, 2.273370",\
|
|
"1.765466, 1.773666, 1.799732, 1.906733, 2.349582",\
|
|
"1.807581, 1.815781, 1.841847, 1.948849, 2.391698",\
|
|
"1.851203, 1.859403, 1.885469, 1.992470, 2.435319",\
|
|
"2.027932, 2.036133, 2.062199, 2.169200, 2.612049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.015483, 0.024058, 0.054508, 0.210756, 0.867651",\
|
|
"0.015483, 0.024058, 0.054508, 0.210756, 0.867651",\
|
|
"0.015483, 0.024058, 0.054508, 0.210756, 0.867651",\
|
|
"0.015483, 0.024058, 0.054508, 0.210756, 0.867651",\
|
|
"0.015483, 0.024058, 0.054508, 0.210756, 0.867651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "1.656714, 1.663138, 1.680562, 1.731540, 1.921767",\
|
|
"1.732926, 1.739350, 1.756774, 1.807752, 1.997980",\
|
|
"1.775042, 1.781466, 1.798890, 1.849868, 2.040096",\
|
|
"1.818663, 1.825087, 1.842511, 1.893489, 2.083717",\
|
|
"1.995393, 2.001817, 2.019241, 2.070219, 2.260447");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.014742, 0.019322, 0.032517, 0.094412, 0.351791",\
|
|
"0.014742, 0.019322, 0.032517, 0.094412, 0.351791",\
|
|
"0.014742, 0.019322, 0.032517, 0.094412, 0.351791",\
|
|
"0.014742, 0.019322, 0.032517, 0.094412, 0.351791",\
|
|
"0.014742, 0.019322, 0.032517, 0.094412, 0.351791");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[31]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "1.580289, 1.589072, 1.615138, 1.720038, 2.156016",\
|
|
"1.580289, 1.589072, 1.615138, 1.720038, 2.156016",\
|
|
"1.580289, 1.589072, 1.615138, 1.720038, 2.156016",\
|
|
"1.580289, 1.589072, 1.615138, 1.720038, 2.156016",\
|
|
"1.446104, 1.454887, 1.480953, 1.585853, 2.021831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.015483, 0.024058, 0.054508, 0.204575, 0.841498",\
|
|
"0.015483, 0.024058, 0.054508, 0.204575, 0.841498",\
|
|
"0.015483, 0.024058, 0.054508, 0.204575, 0.841498",\
|
|
"0.015483, 0.024058, 0.054508, 0.204575, 0.841498",\
|
|
"0.015483, 0.024058, 0.054508, 0.204575, 0.841498");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "1.547961, 1.554757, 1.572181, 1.622311, 1.803378",\
|
|
"1.547961, 1.554757, 1.572181, 1.622311, 1.803378",\
|
|
"1.547961, 1.554757, 1.572181, 1.622311, 1.803378",\
|
|
"1.547961, 1.554757, 1.572181, 1.622311, 1.803378",\
|
|
"1.413775, 1.420572, 1.437996, 1.488126, 1.669193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.014742, 0.019322, 0.032517, 0.088771, 0.334571",\
|
|
"0.014742, 0.019322, 0.032517, 0.088771, 0.334571",\
|
|
"0.014742, 0.019322, 0.032517, 0.088771, 0.334571",\
|
|
"0.014742, 0.019322, 0.032517, 0.088771, 0.334571",\
|
|
"0.014742, 0.019322, 0.032517, 0.088771, 0.334571");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002478 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "1.703708, 1.712429, 1.738548, 1.845819, 2.290116",\
|
|
"1.779920, 1.788642, 1.814761, 1.922032, 2.366328",\
|
|
"1.822036, 1.830757, 1.856877, 1.964147, 2.408444",\
|
|
"1.865657, 1.874379, 1.900498, 2.007769, 2.452065",\
|
|
"2.042387, 2.051109, 2.077228, 2.184499, 2.628795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.016502, 0.024958, 0.055133, 0.212638, 0.873605",\
|
|
"0.016502, 0.024958, 0.055133, 0.212638, 0.873605",\
|
|
"0.016502, 0.024958, 0.055133, 0.212638, 0.873605",\
|
|
"0.016502, 0.024958, 0.055133, 0.212638, 0.873605",\
|
|
"0.016502, 0.024958, 0.055133, 0.212638, 0.873605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "1.745754, 1.752496, 1.770075, 1.823087, 2.012914",\
|
|
"1.821966, 1.828709, 1.846288, 1.899300, 2.089127",\
|
|
"1.864082, 1.870825, 1.888403, 1.941416, 2.131242",\
|
|
"1.907703, 1.914446, 1.932025, 1.985037, 2.174864",\
|
|
"2.084433, 2.091176, 2.108754, 2.161767, 2.351593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.015737, 0.020165, 0.033225, 0.094810, 0.355790",\
|
|
"0.015737, 0.020165, 0.033225, 0.094810, 0.355790",\
|
|
"0.015737, 0.020165, 0.033225, 0.094810, 0.355790",\
|
|
"0.015737, 0.020165, 0.033225, 0.094810, 0.355790",\
|
|
"0.015737, 0.020165, 0.033225, 0.094810, 0.355790");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[30]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "1.584384, 1.593106, 1.619225, 1.724013, 2.160287",\
|
|
"1.584384, 1.593106, 1.619225, 1.724013, 2.160287",\
|
|
"1.584384, 1.593106, 1.619225, 1.724013, 2.160287",\
|
|
"1.584384, 1.593106, 1.619225, 1.724013, 2.160287",\
|
|
"1.450199, 1.458920, 1.485039, 1.589827, 2.026102");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.016502, 0.024958, 0.055133, 0.205307, 0.842632",\
|
|
"0.016502, 0.024958, 0.055133, 0.205307, 0.842632",\
|
|
"0.016502, 0.024958, 0.055133, 0.205307, 0.842632",\
|
|
"0.016502, 0.024958, 0.055133, 0.205307, 0.842632",\
|
|
"0.016502, 0.024958, 0.055133, 0.205307, 0.842632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "1.613328, 1.620071, 1.637649, 1.687841, 1.868820",\
|
|
"1.613328, 1.620071, 1.637649, 1.687841, 1.868820",\
|
|
"1.613328, 1.620071, 1.637649, 1.687841, 1.868820",\
|
|
"1.613328, 1.620071, 1.637649, 1.687841, 1.868820",\
|
|
"1.479143, 1.485885, 1.503464, 1.553655, 1.734635");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.015737, 0.020165, 0.033225, 0.089194, 0.334670",\
|
|
"0.015737, 0.020165, 0.033225, 0.089194, 0.334670",\
|
|
"0.015737, 0.020165, 0.033225, 0.089194, 0.334670",\
|
|
"0.015737, 0.020165, 0.033225, 0.089194, 0.334670",\
|
|
"0.015737, 0.020165, 0.033225, 0.089194, 0.334670");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001765 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "1.734475, 1.743623, 1.769961, 1.877105, 2.320981",\
|
|
"1.810688, 1.819836, 1.846173, 1.953318, 2.397194",\
|
|
"1.852804, 1.861952, 1.888289, 1.995434, 2.439310",\
|
|
"1.896425, 1.905573, 1.931911, 2.039055, 2.482931",\
|
|
"2.073155, 2.082303, 2.108640, 2.215785, 2.659661");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.017502, 0.025795, 0.055304, 0.211125, 0.869721",\
|
|
"0.017502, 0.025795, 0.055304, 0.211125, 0.869721",\
|
|
"0.017502, 0.025795, 0.055304, 0.211125, 0.869721",\
|
|
"0.017502, 0.025795, 0.055304, 0.211125, 0.869721",\
|
|
"0.017502, 0.025795, 0.055304, 0.211125, 0.869721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "1.676168, 1.683000, 1.700431, 1.751532, 1.942155",\
|
|
"1.752380, 1.759213, 1.776644, 1.827745, 2.018368",\
|
|
"1.794496, 1.801329, 1.818760, 1.869861, 2.060484",\
|
|
"1.838117, 1.844950, 1.862381, 1.913482, 2.104105",\
|
|
"2.014847, 2.021680, 2.039111, 2.090212, 2.280835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.014824, 0.019391, 0.032634, 0.094692, 0.352623",\
|
|
"0.014824, 0.019391, 0.032634, 0.094692, 0.352623",\
|
|
"0.014824, 0.019391, 0.032634, 0.094692, 0.352623",\
|
|
"0.014824, 0.019391, 0.032634, 0.094692, 0.352623",\
|
|
"0.014824, 0.019391, 0.032634, 0.094692, 0.352623");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[29]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "1.601783, 1.610931, 1.637269, 1.742242, 2.178977",\
|
|
"1.601783, 1.610931, 1.637269, 1.742242, 2.178977",\
|
|
"1.601783, 1.610931, 1.637269, 1.742242, 2.178977",\
|
|
"1.601783, 1.610931, 1.637269, 1.742242, 2.178977",\
|
|
"1.467598, 1.476746, 1.503083, 1.608057, 2.044792");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.017502, 0.025795, 0.055304, 0.204693, 0.842507",\
|
|
"0.017502, 0.025795, 0.055304, 0.204693, 0.842507",\
|
|
"0.017502, 0.025795, 0.055304, 0.204693, 0.842507",\
|
|
"0.017502, 0.025795, 0.055304, 0.204693, 0.842507",\
|
|
"0.017502, 0.025795, 0.055304, 0.204693, 0.842507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "1.556247, 1.563080, 1.580511, 1.630738, 1.811859",\
|
|
"1.556247, 1.563080, 1.580511, 1.630738, 1.811859",\
|
|
"1.556247, 1.563080, 1.580511, 1.630738, 1.811859",\
|
|
"1.556247, 1.563080, 1.580511, 1.630738, 1.811859",\
|
|
"1.422062, 1.428894, 1.446325, 1.496552, 1.677673");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.014824, 0.019391, 0.032634, 0.088774, 0.334561",\
|
|
"0.014824, 0.019391, 0.032634, 0.088774, 0.334561",\
|
|
"0.014824, 0.019391, 0.032634, 0.088774, 0.334561",\
|
|
"0.014824, 0.019391, 0.032634, 0.088774, 0.334561",\
|
|
"0.014824, 0.019391, 0.032634, 0.088774, 0.334561");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001811 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "1.671436, 1.680272, 1.706320, 1.813340, 2.256706",\
|
|
"1.747649, 1.756485, 1.782533, 1.889553, 2.332919",\
|
|
"1.789765, 1.798600, 1.824648, 1.931669, 2.375035",\
|
|
"1.833386, 1.842222, 1.868270, 1.975290, 2.418656",\
|
|
"2.010116, 2.018952, 2.045000, 2.152020, 2.595386");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.015664, 0.024210, 0.054559, 0.210875, 0.868535",\
|
|
"0.015664, 0.024210, 0.054559, 0.210875, 0.868535",\
|
|
"0.015664, 0.024210, 0.054559, 0.210875, 0.868535",\
|
|
"0.015664, 0.024210, 0.054559, 0.210875, 0.868535",\
|
|
"0.015664, 0.024210, 0.054559, 0.210875, 0.868535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "1.685262, 1.692061, 1.709436, 1.760506, 1.950796",\
|
|
"1.761475, 1.768274, 1.785649, 1.836719, 2.027009",\
|
|
"1.803590, 1.810390, 1.827764, 1.878835, 2.069125",\
|
|
"1.847212, 1.854011, 1.871386, 1.922456, 2.112746",\
|
|
"2.023942, 2.030741, 2.048115, 2.099186, 2.289476");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.014772, 0.019331, 0.032600, 0.094407, 0.351787",\
|
|
"0.014772, 0.019331, 0.032600, 0.094407, 0.351787",\
|
|
"0.014772, 0.019331, 0.032600, 0.094407, 0.351787",\
|
|
"0.014772, 0.019331, 0.032600, 0.094407, 0.351787",\
|
|
"0.014772, 0.019331, 0.032600, 0.094407, 0.351787");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[28]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "1.551472, 1.560308, 1.586356, 1.691269, 2.127756",\
|
|
"1.551472, 1.560308, 1.586356, 1.691269, 2.127756",\
|
|
"1.551472, 1.560308, 1.586356, 1.691269, 2.127756",\
|
|
"1.551472, 1.560308, 1.586356, 1.691269, 2.127756",\
|
|
"1.417287, 1.426123, 1.452171, 1.557084, 1.993570");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.015664, 0.024210, 0.054559, 0.204690, 0.842351",\
|
|
"0.015664, 0.024210, 0.054559, 0.204690, 0.842351",\
|
|
"0.015664, 0.024210, 0.054559, 0.204690, 0.842351",\
|
|
"0.015664, 0.024210, 0.054559, 0.204690, 0.842351",\
|
|
"0.015664, 0.024210, 0.054559, 0.204690, 0.842351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "1.558357, 1.565156, 1.582531, 1.632769, 1.813875",\
|
|
"1.558357, 1.565156, 1.582531, 1.632769, 1.813875",\
|
|
"1.558357, 1.565156, 1.582531, 1.632769, 1.813875",\
|
|
"1.558357, 1.565156, 1.582531, 1.632769, 1.813875",\
|
|
"1.424172, 1.430971, 1.448346, 1.498583, 1.679689");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.014772, 0.019331, 0.032600, 0.088761, 0.334545",\
|
|
"0.014772, 0.019331, 0.032600, 0.088761, 0.334545",\
|
|
"0.014772, 0.019331, 0.032600, 0.088761, 0.334545",\
|
|
"0.014772, 0.019331, 0.032600, 0.088761, 0.334545",\
|
|
"0.014772, 0.019331, 0.032600, 0.088761, 0.334545");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002177 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "1.698038, 1.706761, 1.732890, 1.840096, 2.283763",\
|
|
"1.774251, 1.782973, 1.809102, 1.916308, 2.359976",\
|
|
"1.816366, 1.825089, 1.851218, 1.958424, 2.402092",\
|
|
"1.859987, 1.868710, 1.894839, 2.002045, 2.445713",\
|
|
"2.036717, 2.045440, 2.071569, 2.178775, 2.622443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.015720, 0.024258, 0.054656, 0.211953, 0.871718",\
|
|
"0.015720, 0.024258, 0.054656, 0.211953, 0.871718",\
|
|
"0.015720, 0.024258, 0.054656, 0.211953, 0.871718",\
|
|
"0.015720, 0.024258, 0.054656, 0.211953, 0.871718",\
|
|
"0.015720, 0.024258, 0.054656, 0.211953, 0.871718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "1.686216, 1.692947, 1.710410, 1.763165, 1.952829",\
|
|
"1.762429, 1.769160, 1.786623, 1.839378, 2.029041",\
|
|
"1.804544, 1.811275, 1.828739, 1.881493, 2.071157",\
|
|
"1.848166, 1.854897, 1.872360, 1.925115, 2.114778",\
|
|
"2.024895, 2.031627, 2.049090, 2.101845, 2.291508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.014885, 0.019400, 0.032528, 0.094306, 0.355066",\
|
|
"0.014885, 0.019400, 0.032528, 0.094306, 0.355066",\
|
|
"0.014885, 0.019400, 0.032528, 0.094306, 0.355066",\
|
|
"0.014885, 0.019400, 0.032528, 0.094306, 0.355066",\
|
|
"0.014885, 0.019400, 0.032528, 0.094306, 0.355066");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[27]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "1.578357, 1.587080, 1.613209, 1.717994, 2.153811",\
|
|
"1.578357, 1.587080, 1.613209, 1.717994, 2.153811",\
|
|
"1.578357, 1.587080, 1.613209, 1.717994, 2.153811",\
|
|
"1.578357, 1.587080, 1.613209, 1.717994, 2.153811",\
|
|
"1.444172, 1.452895, 1.479023, 1.583809, 2.019625");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.015720, 0.024258, 0.054656, 0.204811, 0.841497",\
|
|
"0.015720, 0.024258, 0.054656, 0.204811, 0.841497",\
|
|
"0.015720, 0.024258, 0.054656, 0.204811, 0.841497",\
|
|
"0.015720, 0.024258, 0.054656, 0.204811, 0.841497",\
|
|
"0.015720, 0.024258, 0.054656, 0.204811, 0.841497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "1.527045, 1.533777, 1.551240, 1.601246, 1.782246",\
|
|
"1.527045, 1.533777, 1.551240, 1.601246, 1.782246",\
|
|
"1.527045, 1.533777, 1.551240, 1.601246, 1.782246",\
|
|
"1.527045, 1.533777, 1.551240, 1.601246, 1.782246",\
|
|
"1.392860, 1.399591, 1.417054, 1.467061, 1.648061");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.014885, 0.019400, 0.032528, 0.088862, 0.334571",\
|
|
"0.014885, 0.019400, 0.032528, 0.088862, 0.334571",\
|
|
"0.014885, 0.019400, 0.032528, 0.088862, 0.334571",\
|
|
"0.014885, 0.019400, 0.032528, 0.088862, 0.334571",\
|
|
"0.014885, 0.019400, 0.032528, 0.088862, 0.334571");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001915 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "1.707554, 1.715661, 1.741700, 1.848737, 2.292234",\
|
|
"1.783767, 1.791874, 1.817913, 1.924950, 2.368447",\
|
|
"1.825883, 1.833990, 1.860029, 1.967065, 2.410562",\
|
|
"1.869504, 1.877611, 1.903650, 2.010687, 2.454184",\
|
|
"2.046234, 2.054341, 2.080380, 2.187417, 2.630913");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.015818, 0.024349, 0.054670, 0.211082, 0.869045",\
|
|
"0.015818, 0.024349, 0.054670, 0.211082, 0.869045",\
|
|
"0.015818, 0.024349, 0.054670, 0.211082, 0.869045",\
|
|
"0.015818, 0.024349, 0.054670, 0.211082, 0.869045",\
|
|
"0.015818, 0.024349, 0.054670, 0.211082, 0.869045");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "1.680172, 1.686370, 1.703756, 1.754782, 1.945111",\
|
|
"1.756385, 1.762583, 1.779969, 1.830994, 2.021324",\
|
|
"1.798500, 1.804699, 1.822085, 1.873110, 2.063440",\
|
|
"1.842122, 1.848320, 1.865706, 1.916731, 2.107061",\
|
|
"2.018852, 2.025050, 2.042436, 2.093461, 2.283791");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.014768, 0.019321, 0.032552, 0.094501, 0.352017",\
|
|
"0.014768, 0.019321, 0.032552, 0.094501, 0.352017",\
|
|
"0.014768, 0.019321, 0.032552, 0.094501, 0.352017",\
|
|
"0.014768, 0.019321, 0.032552, 0.094501, 0.352017",\
|
|
"0.014768, 0.019321, 0.032552, 0.094501, 0.352017");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[26]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "1.589201, 1.598015, 1.624054, 1.728961, 2.165514",\
|
|
"1.589201, 1.598015, 1.624054, 1.728961, 2.165514",\
|
|
"1.589201, 1.598015, 1.624054, 1.728961, 2.165514",\
|
|
"1.589201, 1.598015, 1.624054, 1.728961, 2.165514",\
|
|
"1.455015, 1.463829, 1.489868, 1.594776, 2.031328");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.015818, 0.024349, 0.054670, 0.204827, 0.842581",\
|
|
"0.015818, 0.024349, 0.054670, 0.204827, 0.842581",\
|
|
"0.015818, 0.024349, 0.054670, 0.204827, 0.842581",\
|
|
"0.015818, 0.024349, 0.054670, 0.204827, 0.842581",\
|
|
"0.015818, 0.024349, 0.054670, 0.204827, 0.842581");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "1.557647, 1.564423, 1.581809, 1.631978, 1.813049",\
|
|
"1.557647, 1.564423, 1.581809, 1.631978, 1.813049",\
|
|
"1.557647, 1.564423, 1.581809, 1.631978, 1.813049",\
|
|
"1.557647, 1.564423, 1.581809, 1.631978, 1.813049",\
|
|
"1.423462, 1.430237, 1.447623, 1.497793, 1.678863");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.014768, 0.019321, 0.032552, 0.088777, 0.334553",\
|
|
"0.014768, 0.019321, 0.032552, 0.088777, 0.334553",\
|
|
"0.014768, 0.019321, 0.032552, 0.088777, 0.334553",\
|
|
"0.014768, 0.019321, 0.032552, 0.088777, 0.334553",\
|
|
"0.014768, 0.019321, 0.032552, 0.088777, 0.334553");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002318 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "1.675620, 1.681656, 1.706784, 1.813934, 2.257308",\
|
|
"1.751832, 1.757869, 1.782997, 1.890147, 2.333521",\
|
|
"1.793948, 1.799985, 1.825113, 1.932262, 2.375636",\
|
|
"1.837569, 1.843606, 1.868734, 1.975884, 2.419257",\
|
|
"2.014299, 2.020336, 2.045464, 2.152614, 2.595988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.015832, 0.024366, 0.054783, 0.211889, 0.870887",\
|
|
"0.015832, 0.024366, 0.054783, 0.211889, 0.870887",\
|
|
"0.015832, 0.024366, 0.054783, 0.211889, 0.870887",\
|
|
"0.015832, 0.024366, 0.054783, 0.211889, 0.870887",\
|
|
"0.015832, 0.024366, 0.054783, 0.211889, 0.870887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "1.650751, 1.655092, 1.671874, 1.722886, 1.913984",\
|
|
"1.726963, 1.731304, 1.748087, 1.799099, 1.990196",\
|
|
"1.769079, 1.773420, 1.790202, 1.841215, 2.032312",\
|
|
"1.812700, 1.817041, 1.833824, 1.884836, 2.075933",\
|
|
"1.989430, 1.993771, 2.010554, 2.061566, 2.252663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.014953, 0.019453, 0.032580, 0.095432, 0.354409",\
|
|
"0.014953, 0.019453, 0.032580, 0.095432, 0.354409",\
|
|
"0.014953, 0.019453, 0.032580, 0.095432, 0.354409",\
|
|
"0.014953, 0.019453, 0.032580, 0.095432, 0.354409",\
|
|
"0.014953, 0.019453, 0.032580, 0.095432, 0.354409");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[25]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "1.553861, 1.564725, 1.590827, 1.695632, 2.131353",\
|
|
"1.553861, 1.564725, 1.590827, 1.695632, 2.131353",\
|
|
"1.553861, 1.564725, 1.590827, 1.695632, 2.131353",\
|
|
"1.553861, 1.564725, 1.590827, 1.695632, 2.131353",\
|
|
"1.419676, 1.430539, 1.456641, 1.561446, 1.997168");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.015832, 0.024366, 0.054783, 0.204923, 0.841471",\
|
|
"0.015832, 0.024366, 0.054783, 0.204923, 0.841471",\
|
|
"0.015832, 0.024366, 0.054783, 0.204923, 0.841471",\
|
|
"0.015832, 0.024366, 0.054783, 0.204923, 0.841471",\
|
|
"0.015832, 0.024366, 0.054783, 0.204923, 0.841471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "1.505658, 1.513062, 1.530492, 1.580506, 1.761472",\
|
|
"1.505658, 1.513062, 1.530492, 1.580506, 1.761472",\
|
|
"1.505658, 1.513062, 1.530492, 1.580506, 1.761472",\
|
|
"1.505658, 1.513062, 1.530492, 1.580506, 1.761472",\
|
|
"1.371473, 1.378877, 1.396306, 1.446321, 1.627286");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.014953, 0.019453, 0.032580, 0.088908, 0.334574",\
|
|
"0.014953, 0.019453, 0.032580, 0.088908, 0.334574",\
|
|
"0.014953, 0.019453, 0.032580, 0.088908, 0.334574",\
|
|
"0.014953, 0.019453, 0.032580, 0.088908, 0.334574",\
|
|
"0.014953, 0.019453, 0.032580, 0.088908, 0.334574");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002140 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "1.684762, 1.693493, 1.719608, 1.826777, 2.270312",\
|
|
"1.760975, 1.769706, 1.795821, 1.902990, 2.346525",\
|
|
"1.803090, 1.811822, 1.837937, 1.945105, 2.388640",\
|
|
"1.846712, 1.855443, 1.881558, 1.988726, 2.432262",\
|
|
"2.023442, 2.032173, 2.058288, 2.165457, 2.608992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.015702, 0.024244, 0.054647, 0.211756, 0.871015",\
|
|
"0.015702, 0.024244, 0.054647, 0.211756, 0.871015",\
|
|
"0.015702, 0.024244, 0.054647, 0.211756, 0.871015",\
|
|
"0.015702, 0.024244, 0.054647, 0.211756, 0.871015",\
|
|
"0.015702, 0.024244, 0.054647, 0.211756, 0.871015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "1.660497, 1.667234, 1.684684, 1.735720, 1.926881",\
|
|
"1.736709, 1.743446, 1.760897, 1.811933, 2.003094",\
|
|
"1.778825, 1.785562, 1.803012, 1.854049, 2.045210",\
|
|
"1.822446, 1.829183, 1.846634, 1.897670, 2.088831",\
|
|
"1.999176, 2.005913, 2.023363, 2.074400, 2.265561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.014868, 0.019390, 0.032533, 0.095372, 0.354452",\
|
|
"0.014868, 0.019390, 0.032533, 0.095372, 0.354452",\
|
|
"0.014868, 0.019390, 0.032533, 0.095372, 0.354452",\
|
|
"0.014868, 0.019390, 0.032533, 0.095372, 0.354452",\
|
|
"0.014868, 0.019390, 0.032533, 0.095372, 0.354452");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[24]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "1.572083, 1.580814, 1.606929, 1.711736, 2.147599",\
|
|
"1.572083, 1.580814, 1.606929, 1.711736, 2.147599",\
|
|
"1.572083, 1.580814, 1.606929, 1.711736, 2.147599",\
|
|
"1.572083, 1.580814, 1.606929, 1.711736, 2.147599",\
|
|
"1.437898, 1.446629, 1.472744, 1.577551, 2.013414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.015702, 0.024244, 0.054647, 0.204790, 0.841544",\
|
|
"0.015702, 0.024244, 0.054647, 0.204790, 0.841544",\
|
|
"0.015702, 0.024244, 0.054647, 0.204790, 0.841544",\
|
|
"0.015702, 0.024244, 0.054647, 0.204790, 0.841544",\
|
|
"0.015702, 0.024244, 0.054647, 0.204790, 0.841544");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "1.541957, 1.548694, 1.566144, 1.616177, 1.797187",\
|
|
"1.541957, 1.548694, 1.566144, 1.616177, 1.797187",\
|
|
"1.541957, 1.548694, 1.566144, 1.616177, 1.797187",\
|
|
"1.541957, 1.548694, 1.566144, 1.616177, 1.797187",\
|
|
"1.407772, 1.414509, 1.431959, 1.481992, 1.663001");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.014868, 0.019390, 0.032533, 0.088850, 0.334570",\
|
|
"0.014868, 0.019390, 0.032533, 0.088850, 0.334570",\
|
|
"0.014868, 0.019390, 0.032533, 0.088850, 0.334570",\
|
|
"0.014868, 0.019390, 0.032533, 0.088850, 0.334570",\
|
|
"0.014868, 0.019390, 0.032533, 0.088850, 0.334570");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002207 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "1.657726, 1.666423, 1.692502, 1.799580, 2.242575",\
|
|
"1.733939, 1.742635, 1.768715, 1.875793, 2.318788",\
|
|
"1.776055, 1.784751, 1.810831, 1.917909, 2.360904",\
|
|
"1.819676, 1.828372, 1.854452, 1.961530, 2.404525",\
|
|
"1.996406, 2.005102, 2.031182, 2.138260, 2.581255");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.015709, 0.024261, 0.054711, 0.211384, 0.869163",\
|
|
"0.015709, 0.024261, 0.054711, 0.211384, 0.869163",\
|
|
"0.015709, 0.024261, 0.054711, 0.211384, 0.869163",\
|
|
"0.015709, 0.024261, 0.054711, 0.211384, 0.869163",\
|
|
"0.015709, 0.024261, 0.054711, 0.211384, 0.869163");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "1.634216, 1.640927, 1.658340, 1.709337, 1.899972",\
|
|
"1.710429, 1.717139, 1.734553, 1.785550, 1.976185",\
|
|
"1.752545, 1.759255, 1.776669, 1.827666, 2.018301",\
|
|
"1.796166, 1.802877, 1.820290, 1.871287, 2.061922",\
|
|
"1.972896, 1.979606, 1.997020, 2.048017, 2.238652");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.014898, 0.019422, 0.032576, 0.094956, 0.353099",\
|
|
"0.014898, 0.019422, 0.032576, 0.094956, 0.353099",\
|
|
"0.014898, 0.019422, 0.032576, 0.094956, 0.353099",\
|
|
"0.014898, 0.019422, 0.032576, 0.094956, 0.353099",\
|
|
"0.014898, 0.019422, 0.032576, 0.094956, 0.353099");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[23]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "1.539626, 1.548323, 1.574402, 1.679251, 2.114983",\
|
|
"1.539626, 1.548323, 1.574402, 1.679251, 2.114983",\
|
|
"1.539626, 1.548323, 1.574402, 1.679251, 2.114983",\
|
|
"1.539626, 1.548323, 1.574402, 1.679251, 2.114983",\
|
|
"1.405441, 1.414137, 1.440217, 1.545066, 1.980797");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.015709, 0.024261, 0.054711, 0.204808, 0.841371",\
|
|
"0.015709, 0.024261, 0.054711, 0.204808, 0.841371",\
|
|
"0.015709, 0.024261, 0.054711, 0.204808, 0.841371",\
|
|
"0.015709, 0.024261, 0.054711, 0.204808, 0.841371",\
|
|
"0.015709, 0.024261, 0.054711, 0.204808, 0.841371");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "1.509715, 1.516426, 1.533839, 1.583904, 1.764895",\
|
|
"1.509715, 1.516426, 1.533839, 1.583904, 1.764895",\
|
|
"1.509715, 1.516426, 1.533839, 1.583904, 1.764895",\
|
|
"1.509715, 1.516426, 1.533839, 1.583904, 1.764895",\
|
|
"1.375530, 1.382240, 1.399654, 1.449718, 1.630710");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.014898, 0.019422, 0.032576, 0.088872, 0.334574",\
|
|
"0.014898, 0.019422, 0.032576, 0.088872, 0.334574",\
|
|
"0.014898, 0.019422, 0.032576, 0.088872, 0.334574",\
|
|
"0.014898, 0.019422, 0.032576, 0.088872, 0.334574",\
|
|
"0.014898, 0.019422, 0.032576, 0.088872, 0.334574");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002332 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "1.685984, 1.694652, 1.720745, 1.827882, 2.271081",\
|
|
"1.762197, 1.770864, 1.796958, 1.904095, 2.347293",\
|
|
"1.804313, 1.812980, 1.839073, 1.946210, 2.389409",\
|
|
"1.847934, 1.856601, 1.882695, 1.989832, 2.433030",\
|
|
"2.024664, 2.033331, 2.059425, 2.166562, 2.609760");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.015817, 0.024356, 0.054792, 0.211757, 0.870298",\
|
|
"0.015817, 0.024356, 0.054792, 0.211757, 0.870298",\
|
|
"0.015817, 0.024356, 0.054792, 0.211757, 0.870298",\
|
|
"0.015817, 0.024356, 0.054792, 0.211757, 0.870298",\
|
|
"0.015817, 0.024356, 0.054792, 0.211757, 0.870298");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "1.667319, 1.673997, 1.691413, 1.742432, 1.933369",\
|
|
"1.743532, 1.750210, 1.767625, 1.818645, 2.009581",\
|
|
"1.785648, 1.792326, 1.809741, 1.860761, 2.051697",\
|
|
"1.829269, 1.835947, 1.853362, 1.904382, 2.095318",\
|
|
"2.005999, 2.012677, 2.030092, 2.081112, 2.272048");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.014961, 0.019460, 0.032594, 0.095296, 0.354006",\
|
|
"0.014961, 0.019460, 0.032594, 0.095296, 0.354006",\
|
|
"0.014961, 0.019460, 0.032594, 0.095296, 0.354006",\
|
|
"0.014961, 0.019460, 0.032594, 0.095296, 0.354006",\
|
|
"0.014961, 0.019460, 0.032594, 0.095296, 0.354006");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[22]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "1.572943, 1.581610, 1.607703, 1.712520, 2.148185",\
|
|
"1.572943, 1.581610, 1.607703, 1.712520, 2.148185",\
|
|
"1.572943, 1.581610, 1.607703, 1.712520, 2.148185",\
|
|
"1.572943, 1.581610, 1.607703, 1.712520, 2.148185",\
|
|
"1.438757, 1.447425, 1.473518, 1.578335, 2.013999");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.015817, 0.024356, 0.054792, 0.204915, 0.841380",\
|
|
"0.015817, 0.024356, 0.054792, 0.204915, 0.841380",\
|
|
"0.015817, 0.024356, 0.054792, 0.204915, 0.841380",\
|
|
"0.015817, 0.024356, 0.054792, 0.204915, 0.841380",\
|
|
"0.015817, 0.024356, 0.054792, 0.204915, 0.841380");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "1.535520, 1.542198, 1.559614, 1.609643, 1.790605",\
|
|
"1.535520, 1.542198, 1.559614, 1.609643, 1.790605",\
|
|
"1.535520, 1.542198, 1.559614, 1.609643, 1.790605",\
|
|
"1.535520, 1.542198, 1.559614, 1.609643, 1.790605",\
|
|
"1.401335, 1.408013, 1.425428, 1.475458, 1.656420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.014961, 0.019460, 0.032594, 0.088912, 0.334573",\
|
|
"0.014961, 0.019460, 0.032594, 0.088912, 0.334573",\
|
|
"0.014961, 0.019460, 0.032594, 0.088912, 0.334573",\
|
|
"0.014961, 0.019460, 0.032594, 0.088912, 0.334573",\
|
|
"0.014961, 0.019460, 0.032594, 0.088912, 0.334573");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002012 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "1.716118, 1.724892, 1.750992, 1.858130, 2.301721",\
|
|
"1.792330, 1.801105, 1.827205, 1.934343, 2.377933",\
|
|
"1.834446, 1.843220, 1.869321, 1.976459, 2.420049",\
|
|
"1.878067, 1.886842, 1.912942, 2.020080, 2.463670",\
|
|
"2.054797, 2.063572, 2.089672, 2.196810, 2.640400");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.015682, 0.024225, 0.054600, 0.211533, 0.870560",\
|
|
"0.015682, 0.024225, 0.054600, 0.211533, 0.870560",\
|
|
"0.015682, 0.024225, 0.054600, 0.211533, 0.870560",\
|
|
"0.015682, 0.024225, 0.054600, 0.211533, 0.870560",\
|
|
"0.015682, 0.024225, 0.054600, 0.211533, 0.870560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "1.740155, 1.746916, 1.764338, 1.815399, 2.006379",\
|
|
"1.816368, 1.823128, 1.840550, 1.891612, 2.082592",\
|
|
"1.858484, 1.865244, 1.882666, 1.933728, 2.124707",\
|
|
"1.902105, 1.908865, 1.926287, 1.977349, 2.168329",\
|
|
"2.078835, 2.085595, 2.103017, 2.154079, 2.345058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.014817, 0.019344, 0.032537, 0.095128, 0.353825",\
|
|
"0.014817, 0.019344, 0.032537, 0.095128, 0.353825",\
|
|
"0.014817, 0.019344, 0.032537, 0.095128, 0.353825",\
|
|
"0.014817, 0.019344, 0.032537, 0.095128, 0.353825",\
|
|
"0.014817, 0.019344, 0.032537, 0.095128, 0.353825");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[21]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "1.549077, 1.557851, 1.583951, 1.688785, 2.124880",\
|
|
"1.549077, 1.557851, 1.583951, 1.688785, 2.124880",\
|
|
"1.549077, 1.557851, 1.583951, 1.688785, 2.124880",\
|
|
"1.549077, 1.557851, 1.583951, 1.688785, 2.124880",\
|
|
"1.414891, 1.423665, 1.449766, 1.554600, 1.990694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.015680, 0.024223, 0.054600, 0.204747, 0.841837",\
|
|
"0.015680, 0.024223, 0.054600, 0.204747, 0.841837",\
|
|
"0.015680, 0.024223, 0.054600, 0.204747, 0.841837",\
|
|
"0.015680, 0.024223, 0.054600, 0.204747, 0.841837",\
|
|
"0.015680, 0.024223, 0.054600, 0.204747, 0.841837");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "1.497113, 1.503873, 1.521295, 1.571394, 1.752441",\
|
|
"1.497113, 1.503873, 1.521295, 1.571394, 1.752441",\
|
|
"1.497113, 1.503873, 1.521295, 1.571394, 1.752441",\
|
|
"1.497113, 1.503873, 1.521295, 1.571394, 1.752441",\
|
|
"1.362928, 1.369688, 1.387110, 1.437208, 1.618255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.014817, 0.019344, 0.032537, 0.088808, 0.334555",\
|
|
"0.014817, 0.019344, 0.032537, 0.088808, 0.334555",\
|
|
"0.014817, 0.019344, 0.032537, 0.088808, 0.334555",\
|
|
"0.014817, 0.019344, 0.032537, 0.088808, 0.334555",\
|
|
"0.014817, 0.019344, 0.032537, 0.088808, 0.334555");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001511 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "1.711653, 1.720545, 1.746623, 1.853585, 2.296468",\
|
|
"1.787865, 1.796758, 1.822836, 1.929798, 2.372681",\
|
|
"1.829981, 1.838873, 1.864951, 1.971914, 2.414797",\
|
|
"1.873602, 1.882495, 1.908573, 2.015535, 2.458418",\
|
|
"2.050332, 2.059224, 2.085303, 2.192265, 2.635148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.015164, 0.023767, 0.054216, 0.210237, 0.866846",\
|
|
"0.015164, 0.023767, 0.054216, 0.210237, 0.866846",\
|
|
"0.015164, 0.023767, 0.054216, 0.210237, 0.866846",\
|
|
"0.015164, 0.023767, 0.054216, 0.210237, 0.866846",\
|
|
"0.015164, 0.023767, 0.054216, 0.210237, 0.866846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "1.711427, 1.718333, 1.735788, 1.786769, 1.976857",\
|
|
"1.787640, 1.794546, 1.812001, 1.862981, 2.053069",\
|
|
"1.829756, 1.836661, 1.854116, 1.905097, 2.095185",\
|
|
"1.873377, 1.880283, 1.897738, 1.948718, 2.138806",\
|
|
"2.050107, 2.057012, 2.074468, 2.125448, 2.315536");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.014547, 0.019192, 0.032428, 0.094062, 0.351138",\
|
|
"0.014547, 0.019192, 0.032428, 0.094062, 0.351138",\
|
|
"0.014547, 0.019192, 0.032428, 0.094062, 0.351138",\
|
|
"0.014547, 0.019192, 0.032428, 0.094062, 0.351138",\
|
|
"0.014547, 0.019192, 0.032428, 0.094062, 0.351138");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[20]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "1.587835, 1.596727, 1.622805, 1.727733, 2.163937",\
|
|
"1.587835, 1.596727, 1.622805, 1.727733, 2.163937",\
|
|
"1.587835, 1.596727, 1.622805, 1.727733, 2.163937",\
|
|
"1.587835, 1.596727, 1.622805, 1.727733, 2.163937",\
|
|
"1.453649, 1.462541, 1.488620, 1.593547, 2.029752");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.015164, 0.023767, 0.054216, 0.204260, 0.841513",\
|
|
"0.015164, 0.023767, 0.054216, 0.204260, 0.841513",\
|
|
"0.015164, 0.023767, 0.054216, 0.204260, 0.841513",\
|
|
"0.015164, 0.023767, 0.054216, 0.204260, 0.841513",\
|
|
"0.015164, 0.023767, 0.054216, 0.204260, 0.841513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "1.545797, 1.552703, 1.570158, 1.620344, 1.801504",\
|
|
"1.545797, 1.552703, 1.570158, 1.620344, 1.801504",\
|
|
"1.545797, 1.552703, 1.570158, 1.620344, 1.801504",\
|
|
"1.545797, 1.552703, 1.570158, 1.620344, 1.801504",\
|
|
"1.411612, 1.418517, 1.435973, 1.486158, 1.667319");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.014547, 0.019192, 0.032428, 0.088648, 0.334565",\
|
|
"0.014547, 0.019192, 0.032428, 0.088648, 0.334565",\
|
|
"0.014547, 0.019192, 0.032428, 0.088648, 0.334565",\
|
|
"0.014547, 0.019192, 0.032428, 0.088648, 0.334565",\
|
|
"0.014547, 0.019192, 0.032428, 0.088648, 0.334565");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000725 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "1.721419, 1.730607, 1.756603, 1.864486, 2.310646",\
|
|
"1.797632, 1.806820, 1.832815, 1.940698, 2.386858",\
|
|
"1.839748, 1.848936, 1.874931, 1.982814, 2.428974",\
|
|
"1.883369, 1.892557, 1.918552, 2.026435, 2.472596",\
|
|
"2.060099, 2.069287, 2.095282, 2.203165, 2.649325");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.015218, 0.023802, 0.054055, 0.208946, 0.864561",\
|
|
"0.015218, 0.023802, 0.054055, 0.208946, 0.864561",\
|
|
"0.015218, 0.023802, 0.054055, 0.208946, 0.864561",\
|
|
"0.015218, 0.023802, 0.054055, 0.208946, 0.864561",\
|
|
"0.015218, 0.023802, 0.054055, 0.208946, 0.864561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "1.777282, 1.784510, 1.802181, 1.855584, 2.041136",\
|
|
"1.853495, 1.860723, 1.878394, 1.931797, 2.117348",\
|
|
"1.895610, 1.902839, 1.920510, 1.973912, 2.159464",\
|
|
"1.939232, 1.946460, 1.964131, 2.017534, 2.203086",\
|
|
"2.115961, 2.123190, 2.140861, 2.194263, 2.379815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.015017, 0.019893, 0.033172, 0.093849, 0.345253",\
|
|
"0.015017, 0.019893, 0.033172, 0.093849, 0.345253",\
|
|
"0.015017, 0.019893, 0.033172, 0.093849, 0.345253",\
|
|
"0.015017, 0.019893, 0.033172, 0.093849, 0.345253",\
|
|
"0.015017, 0.019893, 0.033172, 0.093849, 0.345253");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[19]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "1.591617, 1.600805, 1.626801, 1.731985, 2.169264",\
|
|
"1.591617, 1.600805, 1.626801, 1.731985, 2.169264",\
|
|
"1.591617, 1.600805, 1.626801, 1.731985, 2.169264",\
|
|
"1.591617, 1.600805, 1.626801, 1.731985, 2.169264",\
|
|
"1.457432, 1.466619, 1.492615, 1.597799, 2.035078");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.015218, 0.023802, 0.054055, 0.203846, 0.842620",\
|
|
"0.015218, 0.023802, 0.054055, 0.203846, 0.842620",\
|
|
"0.015218, 0.023802, 0.054055, 0.203846, 0.842620",\
|
|
"0.015218, 0.023802, 0.054055, 0.203846, 0.842620",\
|
|
"0.015218, 0.023802, 0.054055, 0.203846, 0.842620");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "1.629154, 1.636382, 1.654053, 1.704745, 1.886152",\
|
|
"1.629154, 1.636382, 1.654053, 1.704745, 1.886152",\
|
|
"1.629154, 1.636382, 1.654053, 1.704745, 1.886152",\
|
|
"1.629154, 1.636382, 1.654053, 1.704745, 1.886152",\
|
|
"1.494968, 1.502197, 1.519868, 1.570560, 1.751966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.015017, 0.019893, 0.033172, 0.088722, 0.334722",\
|
|
"0.015017, 0.019893, 0.033172, 0.088722, 0.334722",\
|
|
"0.015017, 0.019893, 0.033172, 0.088722, 0.334722",\
|
|
"0.015017, 0.019893, 0.033172, 0.088722, 0.334722",\
|
|
"0.015017, 0.019893, 0.033172, 0.088722, 0.334722");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001030 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "1.703389, 1.712382, 1.738339, 1.846244, 2.291851",\
|
|
"1.779602, 1.788595, 1.814552, 1.922457, 2.368064",\
|
|
"1.821717, 1.830711, 1.856667, 1.964573, 2.410179",\
|
|
"1.865339, 1.874332, 1.900289, 2.008194, 2.453800",\
|
|
"2.042068, 2.051062, 2.077019, 2.184924, 2.630531");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.014782, 0.023446, 0.053991, 0.209101, 0.864047",\
|
|
"0.014782, 0.023446, 0.053991, 0.209101, 0.864047",\
|
|
"0.014782, 0.023446, 0.053991, 0.209101, 0.864047",\
|
|
"0.014782, 0.023446, 0.053991, 0.209101, 0.864047",\
|
|
"0.014782, 0.023446, 0.053991, 0.209101, 0.864047");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "1.698231, 1.705242, 1.722615, 1.773452, 1.961308",\
|
|
"1.774444, 1.781454, 1.798827, 1.849664, 2.037521",\
|
|
"1.816560, 1.823570, 1.840943, 1.891780, 2.079637",\
|
|
"1.860181, 1.867191, 1.884564, 1.935401, 2.123258",\
|
|
"2.036911, 2.043921, 2.061294, 2.112131, 2.299988");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.014298, 0.019063, 0.032430, 0.091918, 0.345387",\
|
|
"0.014298, 0.019063, 0.032430, 0.091918, 0.345387",\
|
|
"0.014298, 0.019063, 0.032430, 0.091918, 0.345387",\
|
|
"0.014298, 0.019063, 0.032430, 0.091918, 0.345387",\
|
|
"0.014298, 0.019063, 0.032430, 0.091918, 0.345387");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[18]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "1.594042, 1.603035, 1.628992, 1.734129, 2.170645",\
|
|
"1.594042, 1.603035, 1.628992, 1.734129, 2.170645",\
|
|
"1.594042, 1.603035, 1.628992, 1.734129, 2.170645",\
|
|
"1.594042, 1.603035, 1.628992, 1.734129, 2.170645",\
|
|
"1.459857, 1.468850, 1.494807, 1.599944, 2.036460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.014782, 0.023446, 0.053991, 0.203875, 0.841583",\
|
|
"0.014782, 0.023446, 0.053991, 0.203875, 0.841583",\
|
|
"0.014782, 0.023446, 0.053991, 0.203875, 0.841583",\
|
|
"0.014782, 0.023446, 0.053991, 0.203875, 0.841583",\
|
|
"0.014782, 0.023446, 0.053991, 0.203875, 0.841583");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "1.574844, 1.581855, 1.599228, 1.649642, 1.830916",\
|
|
"1.574844, 1.581855, 1.599228, 1.649642, 1.830916",\
|
|
"1.574844, 1.581855, 1.599228, 1.649642, 1.830916",\
|
|
"1.574844, 1.581855, 1.599228, 1.649642, 1.830916",\
|
|
"1.440659, 1.447670, 1.465042, 1.515456, 1.696730");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.014298, 0.019063, 0.032430, 0.088493, 0.334564",\
|
|
"0.014298, 0.019063, 0.032430, 0.088493, 0.334564",\
|
|
"0.014298, 0.019063, 0.032430, 0.088493, 0.334564",\
|
|
"0.014298, 0.019063, 0.032430, 0.088493, 0.334564",\
|
|
"0.014298, 0.019063, 0.032430, 0.088493, 0.334564");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000983 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "1.726806, 1.735947, 1.761950, 1.869843, 2.315860",\
|
|
"1.803019, 1.812160, 1.838162, 1.946055, 2.392072",\
|
|
"1.845135, 1.854275, 1.880278, 1.988171, 2.434188",\
|
|
"1.888756, 1.897897, 1.923900, 2.031792, 2.477809",\
|
|
"2.065486, 2.074626, 2.100630, 2.208522, 2.654539");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.015607, 0.024155, 0.054339, 0.209160, 0.864544",\
|
|
"0.015607, 0.024155, 0.054339, 0.209160, 0.864544",\
|
|
"0.015607, 0.024155, 0.054339, 0.209160, 0.864544",\
|
|
"0.015607, 0.024155, 0.054339, 0.209160, 0.864544",\
|
|
"0.015607, 0.024155, 0.054339, 0.209160, 0.864544");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "1.752840, 1.759987, 1.777609, 1.831000, 2.016486",\
|
|
"1.829052, 1.836199, 1.853821, 1.907213, 2.092699",\
|
|
"1.871168, 1.878315, 1.895937, 1.949329, 2.134815",\
|
|
"1.914789, 1.921936, 1.939559, 1.992950, 2.178436",\
|
|
"2.091519, 2.098666, 2.116288, 2.169680, 2.355165");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.015145, 0.019962, 0.033233, 0.093928, 0.345248",\
|
|
"0.015145, 0.019962, 0.033233, 0.093928, 0.345248",\
|
|
"0.015145, 0.019962, 0.033233, 0.093928, 0.345248",\
|
|
"0.015145, 0.019962, 0.033233, 0.093928, 0.345248",\
|
|
"0.015145, 0.019962, 0.033233, 0.093928, 0.345248");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[17]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "1.579801, 1.588942, 1.614945, 1.720134, 2.157273",\
|
|
"1.579801, 1.588942, 1.614945, 1.720134, 2.157273",\
|
|
"1.579801, 1.588942, 1.614945, 1.720134, 2.157273",\
|
|
"1.579801, 1.588942, 1.614945, 1.720134, 2.157273",\
|
|
"1.445616, 1.454757, 1.480760, 1.585949, 2.023087");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.015607, 0.024155, 0.054339, 0.204058, 0.842606",\
|
|
"0.015607, 0.024155, 0.054339, 0.204058, 0.842606",\
|
|
"0.015607, 0.024155, 0.054339, 0.204058, 0.842606",\
|
|
"0.015607, 0.024155, 0.054339, 0.204058, 0.842606",\
|
|
"0.015607, 0.024155, 0.054339, 0.204058, 0.842606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "1.598210, 1.605357, 1.622979, 1.673655, 1.855000",\
|
|
"1.598210, 1.605357, 1.622979, 1.673655, 1.855000",\
|
|
"1.598210, 1.605357, 1.622979, 1.673655, 1.855000",\
|
|
"1.598210, 1.605357, 1.622979, 1.673655, 1.855000",\
|
|
"1.464025, 1.471172, 1.488794, 1.539470, 1.720815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.015145, 0.019962, 0.033233, 0.088798, 0.334718",\
|
|
"0.015145, 0.019962, 0.033233, 0.088798, 0.334718",\
|
|
"0.015145, 0.019962, 0.033233, 0.088798, 0.334718",\
|
|
"0.015145, 0.019962, 0.033233, 0.088798, 0.334718",\
|
|
"0.015145, 0.019962, 0.033233, 0.088798, 0.334718");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001307 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "1.754609, 1.763217, 1.789550, 1.897600, 2.343719",\
|
|
"1.830822, 1.839430, 1.865763, 1.973813, 2.419931",\
|
|
"1.872938, 1.881545, 1.907879, 2.015929, 2.462047",\
|
|
"1.916559, 1.925167, 1.951500, 2.059550, 2.505668",\
|
|
"2.093289, 2.101897, 2.128230, 2.236280, 2.682398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.018129, 0.026362, 0.055553, 0.209531, 0.864894",\
|
|
"0.018129, 0.026362, 0.055553, 0.209531, 0.864894",\
|
|
"0.018129, 0.026362, 0.055553, 0.209531, 0.864894",\
|
|
"0.018129, 0.026362, 0.055553, 0.209531, 0.864894",\
|
|
"0.018129, 0.026362, 0.055553, 0.209531, 0.864894");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "1.649572, 1.656178, 1.673486, 1.724414, 1.912221",\
|
|
"1.725785, 1.732390, 1.749698, 1.800626, 1.988434",\
|
|
"1.767900, 1.774506, 1.791814, 1.842742, 2.030549",\
|
|
"1.811522, 1.818128, 1.835435, 1.886363, 2.074171",\
|
|
"1.988252, 1.994857, 2.012165, 2.063093, 2.250901");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.014565, 0.019279, 0.032676, 0.092057, 0.345383",\
|
|
"0.014565, 0.019279, 0.032676, 0.092057, 0.345383",\
|
|
"0.014565, 0.019279, 0.032676, 0.092057, 0.345383",\
|
|
"0.014565, 0.019279, 0.032676, 0.092057, 0.345383",\
|
|
"0.014565, 0.019279, 0.032676, 0.092057, 0.345383");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[16]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "1.556456, 1.565887, 1.592221, 1.697500, 2.134531",\
|
|
"1.556456, 1.565887, 1.592221, 1.697500, 2.134531",\
|
|
"1.556456, 1.565887, 1.592221, 1.697500, 2.134531",\
|
|
"1.556456, 1.565887, 1.592221, 1.697500, 2.134531",\
|
|
"1.422271, 1.431702, 1.458035, 1.563314, 2.000345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.018129, 0.026362, 0.055553, 0.204298, 0.842429",\
|
|
"0.018129, 0.026362, 0.055553, 0.204298, 0.842429",\
|
|
"0.018129, 0.026362, 0.055553, 0.204298, 0.842429",\
|
|
"0.018129, 0.026362, 0.055553, 0.204298, 0.842429",\
|
|
"0.018129, 0.026362, 0.055553, 0.204298, 0.842429");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "1.515098, 1.522017, 1.539324, 1.589827, 1.771056",\
|
|
"1.515098, 1.522017, 1.539324, 1.589827, 1.771056",\
|
|
"1.515098, 1.522017, 1.539324, 1.589827, 1.771056",\
|
|
"1.515098, 1.522017, 1.539324, 1.589827, 1.771056",\
|
|
"1.380913, 1.387831, 1.405139, 1.455641, 1.636871");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.014565, 0.019279, 0.032676, 0.088627, 0.334561",\
|
|
"0.014565, 0.019279, 0.032676, 0.088627, 0.334561",\
|
|
"0.014565, 0.019279, 0.032676, 0.088627, 0.334561",\
|
|
"0.014565, 0.019279, 0.032676, 0.088627, 0.334561",\
|
|
"0.014565, 0.019279, 0.032676, 0.088627, 0.334561");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000976 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "1.686971, 1.695975, 1.721930, 1.829780, 2.275159",\
|
|
"1.763184, 1.772188, 1.798143, 1.905993, 2.351372",\
|
|
"1.805300, 1.814304, 1.840259, 1.948109, 2.393487",\
|
|
"1.848921, 1.857925, 1.883880, 1.991730, 2.437109",\
|
|
"2.025651, 2.034655, 2.060610, 2.168460, 2.613839");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.014710, 0.023384, 0.053945, 0.208915, 0.863436",\
|
|
"0.014710, 0.023384, 0.053945, 0.208915, 0.863436",\
|
|
"0.014710, 0.023384, 0.053945, 0.208915, 0.863436",\
|
|
"0.014710, 0.023384, 0.053945, 0.208915, 0.863436",\
|
|
"0.014710, 0.023384, 0.053945, 0.208915, 0.863436");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "1.664512, 1.671543, 1.688929, 1.739743, 1.927479",\
|
|
"1.740724, 1.747756, 1.765142, 1.815956, 2.003691",\
|
|
"1.782840, 1.789871, 1.807258, 1.858072, 2.045807",\
|
|
"1.826461, 1.833493, 1.850879, 1.901693, 2.089428",\
|
|
"2.003191, 2.010222, 2.027609, 2.078423, 2.266158");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.014274, 0.019049, 0.032410, 0.091793, 0.345092",\
|
|
"0.014274, 0.019049, 0.032410, 0.091793, 0.345092",\
|
|
"0.014274, 0.019049, 0.032410, 0.091793, 0.345092",\
|
|
"0.014274, 0.019049, 0.032410, 0.091793, 0.345092",\
|
|
"0.014274, 0.019049, 0.032410, 0.091793, 0.345092");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[15]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "1.574613, 1.583617, 1.609572, 1.714720, 2.151220",\
|
|
"1.574613, 1.583617, 1.609572, 1.714720, 2.151220",\
|
|
"1.574613, 1.583617, 1.609572, 1.714720, 2.151220",\
|
|
"1.574613, 1.583617, 1.609572, 1.714720, 2.151220",\
|
|
"1.440428, 1.449432, 1.475387, 1.580534, 2.017034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.014710, 0.023384, 0.053945, 0.203812, 0.841497",\
|
|
"0.014710, 0.023384, 0.053945, 0.203812, 0.841497",\
|
|
"0.014710, 0.023384, 0.053945, 0.203812, 0.841497",\
|
|
"0.014710, 0.023384, 0.053945, 0.203812, 0.841497",\
|
|
"0.014710, 0.023384, 0.053945, 0.203812, 0.841497");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "1.537522, 1.544554, 1.561940, 1.612351, 1.793636",\
|
|
"1.537522, 1.544554, 1.561940, 1.612351, 1.793636",\
|
|
"1.537522, 1.544554, 1.561940, 1.612351, 1.793636",\
|
|
"1.537522, 1.544554, 1.561940, 1.612351, 1.793636",\
|
|
"1.403337, 1.410368, 1.427755, 1.478166, 1.659450");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.014274, 0.019049, 0.032410, 0.088476, 0.334570",\
|
|
"0.014274, 0.019049, 0.032410, 0.088476, 0.334570",\
|
|
"0.014274, 0.019049, 0.032410, 0.088476, 0.334570",\
|
|
"0.014274, 0.019049, 0.032410, 0.088476, 0.334570",\
|
|
"0.014274, 0.019049, 0.032410, 0.088476, 0.334570");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001348 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "1.680246, 1.689145, 1.715105, 1.823145, 2.263022",\
|
|
"1.756459, 1.765358, 1.791317, 1.899357, 2.339235",\
|
|
"1.798574, 1.807473, 1.833433, 1.941473, 2.381350",\
|
|
"1.842196, 1.851095, 1.877054, 1.985094, 2.424972",\
|
|
"2.018925, 2.027825, 2.053784, 2.161824, 2.601701");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.014995, 0.023642, 0.054203, 0.209644, 0.860223",\
|
|
"0.014995, 0.023642, 0.054203, 0.209644, 0.860223",\
|
|
"0.014995, 0.023642, 0.054203, 0.209644, 0.860223",\
|
|
"0.014995, 0.023642, 0.054203, 0.209644, 0.860223",\
|
|
"0.014995, 0.023642, 0.054203, 0.209644, 0.860223");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "1.655967, 1.662894, 1.680259, 1.731097, 1.919192",\
|
|
"1.732179, 1.739106, 1.756471, 1.807310, 1.995404",\
|
|
"1.774295, 1.781222, 1.798587, 1.849426, 2.037520",\
|
|
"1.817916, 1.824843, 1.842208, 1.893047, 2.081141",\
|
|
"1.994646, 2.001573, 2.018938, 2.069777, 2.257871");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.014466, 0.019171, 0.032487, 0.092298, 0.346173",\
|
|
"0.014466, 0.019171, 0.032487, 0.092298, 0.346173",\
|
|
"0.014466, 0.019171, 0.032487, 0.092298, 0.346173",\
|
|
"0.014466, 0.019171, 0.032487, 0.092298, 0.346173",\
|
|
"0.014466, 0.019171, 0.032487, 0.092298, 0.346173");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[14]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "1.567813, 1.576712, 1.602672, 1.707774, 2.144008",\
|
|
"1.567813, 1.576712, 1.602672, 1.707774, 2.144008",\
|
|
"1.567813, 1.576712, 1.602672, 1.707774, 2.144008",\
|
|
"1.567813, 1.576712, 1.602672, 1.707774, 2.144008",\
|
|
"1.433628, 1.442527, 1.468486, 1.573588, 2.009823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.014995, 0.023642, 0.054203, 0.204100, 0.841398",\
|
|
"0.014995, 0.023642, 0.054203, 0.204100, 0.841398",\
|
|
"0.014995, 0.023642, 0.054203, 0.204100, 0.841398",\
|
|
"0.014995, 0.023642, 0.054203, 0.204100, 0.841398",\
|
|
"0.014995, 0.023642, 0.054203, 0.204100, 0.841398");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "1.533735, 1.540662, 1.558027, 1.608373, 1.789568",\
|
|
"1.533735, 1.540662, 1.558027, 1.608373, 1.789568",\
|
|
"1.533735, 1.540662, 1.558027, 1.608373, 1.789568",\
|
|
"1.533735, 1.540662, 1.558027, 1.608373, 1.789568",\
|
|
"1.399550, 1.406477, 1.423842, 1.474188, 1.655383");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.014466, 0.019171, 0.032487, 0.088596, 0.334574",\
|
|
"0.014466, 0.019171, 0.032487, 0.088596, 0.334574",\
|
|
"0.014466, 0.019171, 0.032487, 0.088596, 0.334574",\
|
|
"0.014466, 0.019171, 0.032487, 0.088596, 0.334574",\
|
|
"0.014466, 0.019171, 0.032487, 0.088596, 0.334574");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001002 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "1.696425, 1.705420, 1.731374, 1.839224, 2.284570",\
|
|
"1.772638, 1.781633, 1.807587, 1.915437, 2.360782",\
|
|
"1.814754, 1.823749, 1.849702, 1.957552, 2.402898",\
|
|
"1.858375, 1.867370, 1.893324, 2.001174, 2.446519",\
|
|
"2.035105, 2.044100, 2.070054, 2.177904, 2.623249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.014723, 0.023396, 0.053962, 0.208930, 0.863403",\
|
|
"0.014723, 0.023396, 0.053962, 0.208930, 0.863403",\
|
|
"0.014723, 0.023396, 0.053962, 0.208930, 0.863403",\
|
|
"0.014723, 0.023396, 0.053962, 0.208930, 0.863403",\
|
|
"0.014723, 0.023396, 0.053962, 0.208930, 0.863403");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "1.684049, 1.691071, 1.708451, 1.759268, 1.946996",\
|
|
"1.760262, 1.767283, 1.784664, 1.835480, 2.023208",\
|
|
"1.802377, 1.809399, 1.826780, 1.877596, 2.065324",\
|
|
"1.845999, 1.853020, 1.870401, 1.921217, 2.108945",\
|
|
"2.022728, 2.029750, 2.047131, 2.097947, 2.285675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.014287, 0.019058, 0.032420, 0.091801, 0.345091",\
|
|
"0.014287, 0.019058, 0.032420, 0.091801, 0.345091",\
|
|
"0.014287, 0.019058, 0.032420, 0.091801, 0.345091",\
|
|
"0.014287, 0.019058, 0.032420, 0.091801, 0.345091",\
|
|
"0.014287, 0.019058, 0.032420, 0.091801, 0.345091");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[13]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "1.583258, 1.592253, 1.618207, 1.723354, 2.159821",\
|
|
"1.583258, 1.592253, 1.618207, 1.723354, 2.159821",\
|
|
"1.583258, 1.592253, 1.618207, 1.723354, 2.159821",\
|
|
"1.583258, 1.592253, 1.618207, 1.723354, 2.159821",\
|
|
"1.449073, 1.458068, 1.484022, 1.589168, 2.025635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.014723, 0.023396, 0.053962, 0.203827, 0.841465",\
|
|
"0.014723, 0.023396, 0.053962, 0.203827, 0.841465",\
|
|
"0.014723, 0.023396, 0.053962, 0.203827, 0.841465",\
|
|
"0.014723, 0.023396, 0.053962, 0.203827, 0.841465",\
|
|
"0.014723, 0.023396, 0.053962, 0.203827, 0.841465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "1.542380, 1.549402, 1.566783, 1.617195, 1.798473",\
|
|
"1.542380, 1.549402, 1.566783, 1.617195, 1.798473",\
|
|
"1.542380, 1.549402, 1.566783, 1.617195, 1.798473",\
|
|
"1.542380, 1.549402, 1.566783, 1.617195, 1.798473",\
|
|
"1.408195, 1.415217, 1.432598, 1.483010, 1.664288");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.014287, 0.019058, 0.032420, 0.088485, 0.334570",\
|
|
"0.014287, 0.019058, 0.032420, 0.088485, 0.334570",\
|
|
"0.014287, 0.019058, 0.032420, 0.088485, 0.334570",\
|
|
"0.014287, 0.019058, 0.032420, 0.088485, 0.334570",\
|
|
"0.014287, 0.019058, 0.032420, 0.088485, 0.334570");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001189 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "1.635794, 1.644721, 1.670693, 1.778646, 2.224044",\
|
|
"1.712006, 1.720934, 1.746906, 1.854858, 2.300256",\
|
|
"1.754122, 1.763050, 1.789022, 1.896974, 2.342372",\
|
|
"1.797743, 1.806671, 1.832643, 1.940596, 2.385993",\
|
|
"1.974473, 1.983401, 2.009372, 2.117325, 2.562723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.014728, 0.023409, 0.054026, 0.209228, 0.863969",\
|
|
"0.014728, 0.023409, 0.054026, 0.209228, 0.863969",\
|
|
"0.014728, 0.023409, 0.054026, 0.209228, 0.863969",\
|
|
"0.014728, 0.023409, 0.054026, 0.209228, 0.863969",\
|
|
"0.014728, 0.023409, 0.054026, 0.209228, 0.863969");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "1.598882, 1.605871, 1.623287, 1.674074, 1.862002",\
|
|
"1.675094, 1.682084, 1.699500, 1.750287, 1.938215",\
|
|
"1.717210, 1.724200, 1.741616, 1.792403, 1.980331",\
|
|
"1.760832, 1.767821, 1.785237, 1.836024, 2.023952",\
|
|
"1.937561, 1.944551, 1.961967, 2.012753, 2.200682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.014392, 0.019126, 0.032419, 0.092081, 0.345731",\
|
|
"0.014392, 0.019126, 0.032419, 0.092081, 0.345731",\
|
|
"0.014392, 0.019126, 0.032419, 0.092081, 0.345731",\
|
|
"0.014392, 0.019126, 0.032419, 0.092081, 0.345731",\
|
|
"0.014392, 0.019126, 0.032419, 0.092081, 0.345731");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[12]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "1.526943, 1.535871, 1.561843, 1.666957, 2.103046",\
|
|
"1.526943, 1.535871, 1.561843, 1.666957, 2.103046",\
|
|
"1.526943, 1.535871, 1.561843, 1.666957, 2.103046",\
|
|
"1.526943, 1.535871, 1.561843, 1.666957, 2.103046",\
|
|
"1.392758, 1.401685, 1.427657, 1.532772, 1.968861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.014728, 0.023409, 0.054026, 0.203874, 0.840963",\
|
|
"0.014728, 0.023409, 0.054026, 0.203874, 0.840963",\
|
|
"0.014728, 0.023409, 0.054026, 0.203874, 0.840963",\
|
|
"0.014728, 0.023409, 0.054026, 0.203874, 0.840963",\
|
|
"0.014728, 0.023409, 0.054026, 0.203874, 0.840963");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "1.485466, 1.492456, 1.509872, 1.560197, 1.741421",\
|
|
"1.485466, 1.492456, 1.509872, 1.560197, 1.741421",\
|
|
"1.485466, 1.492456, 1.509872, 1.560197, 1.741421",\
|
|
"1.485466, 1.492456, 1.509872, 1.560197, 1.741421",\
|
|
"1.351281, 1.358270, 1.375686, 1.426012, 1.607236");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.014392, 0.019126, 0.032419, 0.088546, 0.334591",\
|
|
"0.014392, 0.019126, 0.032419, 0.088546, 0.334591",\
|
|
"0.014392, 0.019126, 0.032419, 0.088546, 0.334591",\
|
|
"0.014392, 0.019126, 0.032419, 0.088546, 0.334591",\
|
|
"0.014392, 0.019126, 0.032419, 0.088546, 0.334591");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "1.639919, 1.648856, 1.674822, 1.782757, 2.228176",\
|
|
"1.716132, 1.725069, 1.751034, 1.858970, 2.304389",\
|
|
"1.758248, 1.767185, 1.793150, 1.901086, 2.346504",\
|
|
"1.801869, 1.810806, 1.836771, 1.944707, 2.390126",\
|
|
"1.978599, 1.987536, 2.013501, 2.121437, 2.566855");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.014762, 0.023438, 0.054038, 0.209205, 0.863942",\
|
|
"0.014762, 0.023438, 0.054038, 0.209205, 0.863942",\
|
|
"0.014762, 0.023438, 0.054038, 0.209205, 0.863942",\
|
|
"0.014762, 0.023438, 0.054038, 0.209205, 0.863942",\
|
|
"0.014762, 0.023438, 0.054038, 0.209205, 0.863942");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "1.595920, 1.602911, 1.620321, 1.671111, 1.858998",\
|
|
"1.672133, 1.679124, 1.696534, 1.747323, 1.935211",\
|
|
"1.714249, 1.721240, 1.738650, 1.789439, 1.977327",\
|
|
"1.757870, 1.764861, 1.782271, 1.833060, 2.020948",\
|
|
"1.934600, 1.941591, 1.959001, 2.009790, 2.197678");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.014383, 0.019120, 0.032422, 0.092037, 0.345619",\
|
|
"0.014383, 0.019120, 0.032422, 0.092037, 0.345619",\
|
|
"0.014383, 0.019120, 0.032422, 0.092037, 0.345619",\
|
|
"0.014383, 0.019120, 0.032422, 0.092037, 0.345619",\
|
|
"0.014383, 0.019120, 0.032422, 0.092037, 0.345619");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[11]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "1.530524, 1.539461, 1.565427, 1.670548, 2.106733",\
|
|
"1.530524, 1.539461, 1.565427, 1.670548, 2.106733",\
|
|
"1.530524, 1.539461, 1.565427, 1.670548, 2.106733",\
|
|
"1.530524, 1.539461, 1.565427, 1.670548, 2.106733",\
|
|
"1.396339, 1.405276, 1.431241, 1.536362, 1.972548");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.014762, 0.023438, 0.054038, 0.203895, 0.841123",\
|
|
"0.014762, 0.023438, 0.054038, 0.203895, 0.841123",\
|
|
"0.014762, 0.023438, 0.054038, 0.203895, 0.841123",\
|
|
"0.014762, 0.023438, 0.054038, 0.203895, 0.841123",\
|
|
"0.014762, 0.023438, 0.054038, 0.203895, 0.841123");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "1.487533, 1.494524, 1.511934, 1.562271, 1.743500",\
|
|
"1.487533, 1.494524, 1.511934, 1.562271, 1.743500",\
|
|
"1.487533, 1.494524, 1.511934, 1.562271, 1.743500",\
|
|
"1.487533, 1.494524, 1.511934, 1.562271, 1.743500",\
|
|
"1.353348, 1.360339, 1.377749, 1.428086, 1.609315");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.014383, 0.019120, 0.032422, 0.088540, 0.334588",\
|
|
"0.014383, 0.019120, 0.032422, 0.088540, 0.334588",\
|
|
"0.014383, 0.019120, 0.032422, 0.088540, 0.334588",\
|
|
"0.014383, 0.019120, 0.032422, 0.088540, 0.334588",\
|
|
"0.014383, 0.019120, 0.032422, 0.088540, 0.334588");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001142 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "1.647733, 1.656689, 1.682684, 1.790802, 2.230789",\
|
|
"1.723946, 1.732902, 1.758897, 1.867015, 2.307002",\
|
|
"1.766062, 1.775018, 1.801012, 1.909131, 2.349118",\
|
|
"1.809683, 1.818639, 1.844634, 1.952752, 2.392739",\
|
|
"1.986413, 1.995369, 2.021363, 2.129482, 2.569469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.014752, 0.023421, 0.053991, 0.209605, 0.860626",\
|
|
"0.014752, 0.023421, 0.053991, 0.209605, 0.860626",\
|
|
"0.014752, 0.023421, 0.053991, 0.209605, 0.860626",\
|
|
"0.014752, 0.023421, 0.053991, 0.209605, 0.860626",\
|
|
"0.014752, 0.023421, 0.053991, 0.209605, 0.860626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "1.608100, 1.615105, 1.632542, 1.683366, 1.871711",\
|
|
"1.684312, 1.691318, 1.708754, 1.759578, 1.947923",\
|
|
"1.726428, 1.733434, 1.750870, 1.801694, 1.990039",\
|
|
"1.770049, 1.777055, 1.794491, 1.845316, 2.033660",\
|
|
"1.946779, 1.953785, 1.971221, 2.022045, 2.210390");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.014366, 0.019102, 0.032392, 0.092392, 0.346650",\
|
|
"0.014366, 0.019102, 0.032392, 0.092392, 0.346650",\
|
|
"0.014366, 0.019102, 0.032392, 0.092392, 0.346650",\
|
|
"0.014366, 0.019102, 0.032392, 0.092392, 0.346650",\
|
|
"0.014366, 0.019102, 0.032392, 0.092392, 0.346650");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[10]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "1.539346, 1.548302, 1.574297, 1.679382, 2.115615",\
|
|
"1.539346, 1.548302, 1.574297, 1.679382, 2.115615",\
|
|
"1.539346, 1.548302, 1.574297, 1.679382, 2.115615",\
|
|
"1.539346, 1.548302, 1.574297, 1.679382, 2.115615",\
|
|
"1.405161, 1.414117, 1.440111, 1.545197, 1.981429");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.014752, 0.023421, 0.053991, 0.203881, 0.841178",\
|
|
"0.014752, 0.023421, 0.053991, 0.203881, 0.841178",\
|
|
"0.014752, 0.023421, 0.053991, 0.203881, 0.841178",\
|
|
"0.014752, 0.023421, 0.053991, 0.203881, 0.841178",\
|
|
"0.014752, 0.023421, 0.053991, 0.203881, 0.841178");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "1.496501, 1.503507, 1.520943, 1.571253, 1.752491",\
|
|
"1.496501, 1.503507, 1.520943, 1.571253, 1.752491",\
|
|
"1.496501, 1.503507, 1.520943, 1.571253, 1.752491",\
|
|
"1.496501, 1.503507, 1.520943, 1.571253, 1.752491",\
|
|
"1.362316, 1.369321, 1.386758, 1.437068, 1.618306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.014366, 0.019102, 0.032392, 0.088530, 0.334585",\
|
|
"0.014366, 0.019102, 0.032392, 0.088530, 0.334585",\
|
|
"0.014366, 0.019102, 0.032392, 0.088530, 0.334585",\
|
|
"0.014366, 0.019102, 0.032392, 0.088530, 0.334585",\
|
|
"0.014366, 0.019102, 0.032392, 0.088530, 0.334585");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "1.623294, 1.631563, 1.657526, 1.765458, 2.210742",\
|
|
"1.699507, 1.707775, 1.733738, 1.841671, 2.286955",\
|
|
"1.741622, 1.749891, 1.775854, 1.883786, 2.329071",\
|
|
"1.785244, 1.793512, 1.819475, 1.927408, 2.372692",\
|
|
"1.961974, 1.970242, 1.996205, 2.104138, 2.549422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.014793, 0.023469, 0.054090, 0.209252, 0.863793",\
|
|
"0.014793, 0.023469, 0.054090, 0.209252, 0.863793",\
|
|
"0.014793, 0.023469, 0.054090, 0.209252, 0.863793",\
|
|
"0.014793, 0.023469, 0.054090, 0.209252, 0.863793",\
|
|
"0.014793, 0.023469, 0.054090, 0.209252, 0.863793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "1.580313, 1.587005, 1.604407, 1.655188, 1.843050",\
|
|
"1.656525, 1.663218, 1.680620, 1.731400, 1.919262",\
|
|
"1.698641, 1.705334, 1.722736, 1.773516, 1.961378",\
|
|
"1.742262, 1.748955, 1.766357, 1.817137, 2.004999",\
|
|
"1.918992, 1.925685, 1.943087, 1.993867, 2.181729");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.014427, 0.019153, 0.032444, 0.092069, 0.345623",\
|
|
"0.014427, 0.019153, 0.032444, 0.092069, 0.345623",\
|
|
"0.014427, 0.019153, 0.032444, 0.092069, 0.345623",\
|
|
"0.014427, 0.019153, 0.032444, 0.092069, 0.345623",\
|
|
"0.014427, 0.019153, 0.032444, 0.092069, 0.345623");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[9]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "1.511142, 1.520047, 1.546010, 1.651128, 2.087181",\
|
|
"1.511142, 1.520047, 1.546010, 1.651128, 2.087181",\
|
|
"1.511142, 1.520047, 1.546010, 1.651128, 2.087181",\
|
|
"1.511142, 1.520047, 1.546010, 1.651128, 2.087181",\
|
|
"1.376957, 1.385862, 1.411825, 1.516943, 1.952995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.014793, 0.023469, 0.054090, 0.203937, 0.840972",\
|
|
"0.014793, 0.023469, 0.054090, 0.203937, 0.840972",\
|
|
"0.014793, 0.023469, 0.054090, 0.203937, 0.840972",\
|
|
"0.014793, 0.023469, 0.054090, 0.203937, 0.840972",\
|
|
"0.014793, 0.023469, 0.054090, 0.203937, 0.840972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "1.466724, 1.473690, 1.491092, 1.541417, 1.722624",\
|
|
"1.466724, 1.473690, 1.491092, 1.541417, 1.722624",\
|
|
"1.466724, 1.473690, 1.491092, 1.541417, 1.722624",\
|
|
"1.466724, 1.473690, 1.491092, 1.541417, 1.722624",\
|
|
"1.332539, 1.339505, 1.356907, 1.407232, 1.588438");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.014427, 0.019153, 0.032444, 0.088569, 0.334591",\
|
|
"0.014427, 0.019153, 0.032444, 0.088569, 0.334591",\
|
|
"0.014427, 0.019153, 0.032444, 0.088569, 0.334591",\
|
|
"0.014427, 0.019153, 0.032444, 0.088569, 0.334591",\
|
|
"0.014427, 0.019153, 0.032444, 0.088569, 0.334591");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001204 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "1.674937, 1.683876, 1.709849, 1.817888, 2.257802",\
|
|
"1.751150, 1.760088, 1.786061, 1.894101, 2.334014",\
|
|
"1.793265, 1.802204, 1.828177, 1.936216, 2.376130",\
|
|
"1.836887, 1.845825, 1.871798, 1.979838, 2.419751",\
|
|
"2.013617, 2.022555, 2.048528, 2.156568, 2.596481");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.014846, 0.023507, 0.054074, 0.209501, 0.860135",\
|
|
"0.014846, 0.023507, 0.054074, 0.209501, 0.860135",\
|
|
"0.014846, 0.023507, 0.054074, 0.209501, 0.860135",\
|
|
"0.014846, 0.023507, 0.054074, 0.209501, 0.860135",\
|
|
"0.014846, 0.023507, 0.054074, 0.209501, 0.860135");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "1.636076, 1.643053, 1.660453, 1.711280, 1.899411",\
|
|
"1.712289, 1.719266, 1.736665, 1.787492, 1.975624",\
|
|
"1.754405, 1.761382, 1.778781, 1.829608, 2.017740",\
|
|
"1.798026, 1.805003, 1.822402, 1.873229, 2.061361",\
|
|
"1.974756, 1.981733, 1.999132, 2.049959, 2.238091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.014395, 0.019124, 0.032434, 0.092249, 0.346179",\
|
|
"0.014395, 0.019124, 0.032434, 0.092249, 0.346179",\
|
|
"0.014395, 0.019124, 0.032434, 0.092249, 0.346179",\
|
|
"0.014395, 0.019124, 0.032434, 0.092249, 0.346179",\
|
|
"0.014395, 0.019124, 0.032434, 0.092249, 0.346179");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[8]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "1.566550, 1.575488, 1.601462, 1.706565, 2.142833",\
|
|
"1.566550, 1.575488, 1.601462, 1.706565, 2.142833",\
|
|
"1.566550, 1.575488, 1.601462, 1.706565, 2.142833",\
|
|
"1.566550, 1.575488, 1.601462, 1.706565, 2.142833",\
|
|
"1.432364, 1.441303, 1.467276, 1.572379, 2.008648");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.014846, 0.023507, 0.054074, 0.203962, 0.841310",\
|
|
"0.014846, 0.023507, 0.054074, 0.203962, 0.841310",\
|
|
"0.014846, 0.023507, 0.054074, 0.203962, 0.841310",\
|
|
"0.014846, 0.023507, 0.054074, 0.203962, 0.841310",\
|
|
"0.014846, 0.023507, 0.054074, 0.203962, 0.841310");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "1.527689, 1.534666, 1.552065, 1.602405, 1.783631",\
|
|
"1.527689, 1.534666, 1.552065, 1.602405, 1.783631",\
|
|
"1.527689, 1.534666, 1.552065, 1.602405, 1.783631",\
|
|
"1.527689, 1.534666, 1.552065, 1.602405, 1.783631",\
|
|
"1.393504, 1.400481, 1.417880, 1.468219, 1.649446");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.014395, 0.019124, 0.032434, 0.088550, 0.334579",\
|
|
"0.014395, 0.019124, 0.032434, 0.088550, 0.334579",\
|
|
"0.014395, 0.019124, 0.032434, 0.088550, 0.334579",\
|
|
"0.014395, 0.019124, 0.032434, 0.088550, 0.334579",\
|
|
"0.014395, 0.019124, 0.032434, 0.088550, 0.334579");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001277 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "1.645261, 1.654203, 1.680140, 1.788146, 2.234249",\
|
|
"1.721474, 1.730415, 1.756352, 1.864359, 2.310462",\
|
|
"1.763589, 1.772531, 1.798468, 1.906474, 2.352577",\
|
|
"1.807211, 1.816152, 1.842089, 1.950096, 2.396199",\
|
|
"1.983940, 1.992882, 2.018819, 2.126826, 2.572929");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.015145, 0.023767, 0.054249, 0.209629, 0.865455",\
|
|
"0.015145, 0.023767, 0.054249, 0.209629, 0.865455",\
|
|
"0.015145, 0.023767, 0.054249, 0.209629, 0.865455",\
|
|
"0.015145, 0.023767, 0.054249, 0.209629, 0.865455",\
|
|
"0.015145, 0.023767, 0.054249, 0.209629, 0.865455");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "1.594766, 1.601721, 1.619107, 1.669922, 1.857921",\
|
|
"1.670979, 1.677933, 1.695320, 1.746135, 1.934133",\
|
|
"1.713094, 1.720049, 1.737436, 1.788250, 1.976249",\
|
|
"1.756716, 1.763670, 1.781057, 1.831872, 2.019870",\
|
|
"1.933445, 1.940400, 1.957787, 2.008601, 2.196600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.014432, 0.019152, 0.032458, 0.092183, 0.345927",\
|
|
"0.014432, 0.019152, 0.032458, 0.092183, 0.345927",\
|
|
"0.014432, 0.019152, 0.032458, 0.092183, 0.345927",\
|
|
"0.014432, 0.019152, 0.032458, 0.092183, 0.345927",\
|
|
"0.014432, 0.019152, 0.032458, 0.092183, 0.345927");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[7]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "1.532565, 1.541507, 1.567444, 1.672567, 2.109218",\
|
|
"1.532565, 1.541507, 1.567444, 1.672567, 2.109218",\
|
|
"1.532565, 1.541507, 1.567444, 1.672567, 2.109218",\
|
|
"1.532565, 1.541507, 1.567444, 1.672567, 2.109218",\
|
|
"1.398380, 1.407321, 1.433258, 1.538381, 1.975033");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.015145, 0.023767, 0.054249, 0.204191, 0.842093",\
|
|
"0.015145, 0.023767, 0.054249, 0.204191, 0.842093",\
|
|
"0.015145, 0.023767, 0.054249, 0.204191, 0.842093",\
|
|
"0.015145, 0.023767, 0.054249, 0.204191, 0.842093",\
|
|
"0.015145, 0.023767, 0.054249, 0.204191, 0.842093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "1.481205, 1.488160, 1.505547, 1.555885, 1.737093",\
|
|
"1.481205, 1.488160, 1.505547, 1.555885, 1.737093",\
|
|
"1.481205, 1.488160, 1.505547, 1.555885, 1.737093",\
|
|
"1.481205, 1.488160, 1.505547, 1.555885, 1.737093",\
|
|
"1.347020, 1.353974, 1.371361, 1.421699, 1.602907");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.014432, 0.019152, 0.032458, 0.088573, 0.334582",\
|
|
"0.014432, 0.019152, 0.032458, 0.088573, 0.334582",\
|
|
"0.014432, 0.019152, 0.032458, 0.088573, 0.334582",\
|
|
"0.014432, 0.019152, 0.032458, 0.088573, 0.334582",\
|
|
"0.014432, 0.019152, 0.032458, 0.088573, 0.334582");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001180 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "1.673923, 1.682864, 1.708827, 1.816785, 2.262356",\
|
|
"1.750136, 1.759076, 1.785040, 1.892997, 2.338568",\
|
|
"1.792251, 1.801192, 1.827155, 1.935113, 2.380684",\
|
|
"1.835873, 1.844813, 1.870777, 1.978734, 2.424305",\
|
|
"2.012602, 2.021543, 2.047506, 2.155464, 2.601035");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.014814, 0.023481, 0.054062, 0.209287, 0.864279",\
|
|
"0.014814, 0.023481, 0.054062, 0.209287, 0.864279",\
|
|
"0.014814, 0.023481, 0.054062, 0.209287, 0.864279",\
|
|
"0.014814, 0.023481, 0.054062, 0.209287, 0.864279",\
|
|
"0.014814, 0.023481, 0.054062, 0.209287, 0.864279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "1.643709, 1.650691, 1.668084, 1.718896, 1.906834",\
|
|
"1.719922, 1.726904, 1.744297, 1.795108, 1.983047",\
|
|
"1.762038, 1.769019, 1.786413, 1.837224, 2.025162",\
|
|
"1.805659, 1.812641, 1.830034, 1.880845, 2.068784",\
|
|
"1.982388, 1.989370, 2.006763, 2.057575, 2.245513");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.014383, 0.019119, 0.032437, 0.092078, 0.345719",\
|
|
"0.014383, 0.019119, 0.032437, 0.092078, 0.345719",\
|
|
"0.014383, 0.019119, 0.032437, 0.092078, 0.345719",\
|
|
"0.014383, 0.019119, 0.032437, 0.092078, 0.345719",\
|
|
"0.014383, 0.019119, 0.032437, 0.092078, 0.345719");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[6]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "1.564270, 1.573211, 1.599174, 1.704293, 2.140556",\
|
|
"1.564270, 1.573211, 1.599174, 1.704293, 2.140556",\
|
|
"1.564270, 1.573211, 1.599174, 1.704293, 2.140556",\
|
|
"1.564270, 1.573211, 1.599174, 1.704293, 2.140556",\
|
|
"1.430085, 1.439025, 1.464989, 1.570108, 2.006371");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.014814, 0.023481, 0.054062, 0.203933, 0.841273",\
|
|
"0.014814, 0.023481, 0.054062, 0.203933, 0.841273",\
|
|
"0.014814, 0.023481, 0.054062, 0.203933, 0.841273",\
|
|
"0.014814, 0.023481, 0.054062, 0.203933, 0.841273",\
|
|
"0.014814, 0.023481, 0.054062, 0.203933, 0.841273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "1.525450, 1.532432, 1.549825, 1.600180, 1.781411",\
|
|
"1.525450, 1.532432, 1.549825, 1.600180, 1.781411",\
|
|
"1.525450, 1.532432, 1.549825, 1.600180, 1.781411",\
|
|
"1.525450, 1.532432, 1.549825, 1.600180, 1.781411",\
|
|
"1.391265, 1.398247, 1.415640, 1.465994, 1.647226");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.014383, 0.019119, 0.032437, 0.088542, 0.334580",\
|
|
"0.014383, 0.019119, 0.032437, 0.088542, 0.334580",\
|
|
"0.014383, 0.019119, 0.032437, 0.088542, 0.334580",\
|
|
"0.014383, 0.019119, 0.032437, 0.088542, 0.334580",\
|
|
"0.014383, 0.019119, 0.032437, 0.088542, 0.334580");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001217 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "1.664693, 1.672924, 1.698871, 1.806733, 2.251898",\
|
|
"1.740906, 1.749137, 1.775084, 1.882946, 2.328111",\
|
|
"1.783021, 1.791252, 1.817199, 1.925062, 2.370227",\
|
|
"1.826643, 1.834874, 1.860821, 1.968683, 2.413848",\
|
|
"2.003372, 2.011603, 2.037550, 2.145413, 2.590578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.014834, 0.023504, 0.054101, 0.209105, 0.863344",\
|
|
"0.014834, 0.023504, 0.054101, 0.209105, 0.863344",\
|
|
"0.014834, 0.023504, 0.054101, 0.209105, 0.863344",\
|
|
"0.014834, 0.023504, 0.054101, 0.209105, 0.863344",\
|
|
"0.014834, 0.023504, 0.054101, 0.209105, 0.863344");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "1.625967, 1.632481, 1.649860, 1.700647, 1.888348",\
|
|
"1.702179, 1.708694, 1.726073, 1.776859, 1.964561",\
|
|
"1.744295, 1.750809, 1.768189, 1.818975, 2.006677",\
|
|
"1.787916, 1.794431, 1.811810, 1.862596, 2.050298",\
|
|
"1.964646, 1.971160, 1.988540, 2.039326, 2.227028");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.014403, 0.019136, 0.032456, 0.091909, 0.345204",\
|
|
"0.014403, 0.019136, 0.032456, 0.091909, 0.345204",\
|
|
"0.014403, 0.019136, 0.032456, 0.091909, 0.345204",\
|
|
"0.014403, 0.019136, 0.032456, 0.091909, 0.345204",\
|
|
"0.014403, 0.019136, 0.032456, 0.091909, 0.345204");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[5]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "1.555779, 1.564703, 1.590650, 1.695787, 2.132008",\
|
|
"1.555779, 1.564703, 1.590650, 1.695787, 2.132008",\
|
|
"1.555779, 1.564703, 1.590650, 1.695787, 2.132008",\
|
|
"1.555779, 1.564703, 1.590650, 1.695787, 2.132008",\
|
|
"1.421593, 1.430518, 1.456465, 1.561602, 1.997823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.014834, 0.023504, 0.054101, 0.203956, 0.841235",\
|
|
"0.014834, 0.023504, 0.054101, 0.203956, 0.841235",\
|
|
"0.014834, 0.023504, 0.054101, 0.203956, 0.841235",\
|
|
"0.014834, 0.023504, 0.054101, 0.203956, 0.841235",\
|
|
"0.014834, 0.023504, 0.054101, 0.203956, 0.841235");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "1.514387, 1.521356, 1.538736, 1.589099, 1.770320",\
|
|
"1.514387, 1.521356, 1.538736, 1.589099, 1.770320",\
|
|
"1.514387, 1.521356, 1.538736, 1.589099, 1.770320",\
|
|
"1.514387, 1.521356, 1.538736, 1.589099, 1.770320",\
|
|
"1.380202, 1.387171, 1.404550, 1.454914, 1.636135");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.014403, 0.019136, 0.032456, 0.088554, 0.334583",\
|
|
"0.014403, 0.019136, 0.032456, 0.088554, 0.334583",\
|
|
"0.014403, 0.019136, 0.032456, 0.088554, 0.334583",\
|
|
"0.014403, 0.019136, 0.032456, 0.088554, 0.334583",\
|
|
"0.014403, 0.019136, 0.032456, 0.088554, 0.334583");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[5] */
|
|
|
|
pin("mgmt_gpio_oeb[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001008 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "1.696970, 1.705969, 1.731939, 1.839898, 2.285689",\
|
|
"1.773182, 1.782182, 1.808151, 1.916111, 2.361902",\
|
|
"1.815298, 1.824297, 1.850267, 1.958227, 2.404017",\
|
|
"1.858919, 1.867918, 1.893888, 2.001848, 2.447639",\
|
|
"2.035649, 2.044648, 2.070618, 2.178578, 2.624368");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.014736, 0.023404, 0.053953, 0.209190, 0.864502",\
|
|
"0.014736, 0.023404, 0.053953, 0.209190, 0.864502",\
|
|
"0.014736, 0.023404, 0.053953, 0.209190, 0.864502",\
|
|
"0.014736, 0.023404, 0.053953, 0.209190, 0.864502",\
|
|
"0.014736, 0.023404, 0.053953, 0.209190, 0.864502");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "1.690608, 1.697632, 1.715026, 1.765862, 1.953859",\
|
|
"1.766820, 1.773844, 1.791239, 1.842075, 2.030072",\
|
|
"1.808936, 1.815960, 1.833355, 1.884190, 2.072187",\
|
|
"1.852557, 1.859581, 1.876976, 1.927812, 2.115809",\
|
|
"2.029287, 2.036311, 2.053706, 2.104542, 2.292539");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.014289, 0.019055, 0.032407, 0.092022, 0.345707",\
|
|
"0.014289, 0.019055, 0.032407, 0.092022, 0.345707",\
|
|
"0.014289, 0.019055, 0.032407, 0.092022, 0.345707",\
|
|
"0.014289, 0.019055, 0.032407, 0.092022, 0.345707",\
|
|
"0.014289, 0.019055, 0.032407, 0.092022, 0.345707");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[4]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "1.586425, 1.595424, 1.621394, 1.726519, 2.162999",\
|
|
"1.586425, 1.595424, 1.621394, 1.726519, 2.162999",\
|
|
"1.586425, 1.595424, 1.621394, 1.726519, 2.162999",\
|
|
"1.586425, 1.595424, 1.621394, 1.726519, 2.162999",\
|
|
"1.452240, 1.461239, 1.487208, 1.592333, 2.028813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.014736, 0.023404, 0.053953, 0.203838, 0.841494",\
|
|
"0.014736, 0.023404, 0.053953, 0.203838, 0.841494",\
|
|
"0.014736, 0.023404, 0.053953, 0.203838, 0.841494",\
|
|
"0.014736, 0.023404, 0.053953, 0.203838, 0.841494",\
|
|
"0.014736, 0.023404, 0.053953, 0.203838, 0.841494");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "1.555518, 1.562542, 1.579937, 1.630329, 1.811606",\
|
|
"1.555518, 1.562542, 1.579937, 1.630329, 1.811606",\
|
|
"1.555518, 1.562542, 1.579937, 1.630329, 1.811606",\
|
|
"1.555518, 1.562542, 1.579937, 1.630329, 1.811606",\
|
|
"1.421332, 1.428356, 1.445751, 1.496143, 1.677421");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.014289, 0.019055, 0.032407, 0.088486, 0.334569",\
|
|
"0.014289, 0.019055, 0.032407, 0.088486, 0.334569",\
|
|
"0.014289, 0.019055, 0.032407, 0.088486, 0.334569",\
|
|
"0.014289, 0.019055, 0.032407, 0.088486, 0.334569",\
|
|
"0.014289, 0.019055, 0.032407, 0.088486, 0.334569");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000775 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "1.761928, 1.771003, 1.796963, 1.904818, 2.350495",\
|
|
"1.838141, 1.847216, 1.873176, 1.981030, 2.426708",\
|
|
"1.880257, 1.889332, 1.915292, 2.023146, 2.468823",\
|
|
"1.923878, 1.932953, 1.958913, 2.066768, 2.512445",\
|
|
"2.100607, 2.109683, 2.135643, 2.243497, 2.689174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.014644, 0.023314, 0.053828, 0.208817, 0.863773",\
|
|
"0.014644, 0.023314, 0.053828, 0.208817, 0.863773",\
|
|
"0.014644, 0.023314, 0.053828, 0.208817, 0.863773",\
|
|
"0.014644, 0.023314, 0.053828, 0.208817, 0.863773",\
|
|
"0.014644, 0.023314, 0.053828, 0.208817, 0.863773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "1.799755, 1.806829, 1.824206, 1.875060, 2.062866",\
|
|
"1.875967, 1.883042, 1.900418, 1.951273, 2.139079",\
|
|
"1.918083, 1.925157, 1.942534, 1.993389, 2.181195",\
|
|
"1.961704, 1.968778, 1.986155, 2.037010, 2.224816",\
|
|
"2.138434, 2.145508, 2.162885, 2.213740, 2.401546");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.014151, 0.018972, 0.032384, 0.091727, 0.345072",\
|
|
"0.014151, 0.018972, 0.032384, 0.091727, 0.345072",\
|
|
"0.014151, 0.018972, 0.032384, 0.091727, 0.345072",\
|
|
"0.014151, 0.018972, 0.032384, 0.091727, 0.345072",\
|
|
"0.014151, 0.018972, 0.032384, 0.091727, 0.345072");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[3]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "1.633414, 1.642489, 1.668449, 1.773604, 2.210400",\
|
|
"1.633414, 1.642489, 1.668449, 1.773604, 2.210400",\
|
|
"1.633414, 1.642489, 1.668449, 1.773604, 2.210400",\
|
|
"1.633414, 1.642489, 1.668449, 1.773604, 2.210400",\
|
|
"1.499229, 1.508304, 1.534264, 1.639419, 2.076215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.014644, 0.023314, 0.053828, 0.203717, 0.841832",\
|
|
"0.014644, 0.023314, 0.053828, 0.203717, 0.841832",\
|
|
"0.014644, 0.023314, 0.053828, 0.203717, 0.841832",\
|
|
"0.014644, 0.023314, 0.053828, 0.203717, 0.841832",\
|
|
"0.014644, 0.023314, 0.053828, 0.203717, 0.841832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "1.584821, 1.591895, 1.609271, 1.659740, 1.841080",\
|
|
"1.584821, 1.591895, 1.609271, 1.659740, 1.841080",\
|
|
"1.584821, 1.591895, 1.609271, 1.659740, 1.841080",\
|
|
"1.584821, 1.591895, 1.609271, 1.659740, 1.841080",\
|
|
"1.450635, 1.457709, 1.475086, 1.525555, 1.706895");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.014151, 0.018972, 0.032384, 0.088411, 0.334552",\
|
|
"0.014151, 0.018972, 0.032384, 0.088411, 0.334552",\
|
|
"0.014151, 0.018972, 0.032384, 0.088411, 0.334552",\
|
|
"0.014151, 0.018972, 0.032384, 0.088411, 0.334552",\
|
|
"0.014151, 0.018972, 0.032384, 0.088411, 0.334552");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000942 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "1.703347, 1.712446, 1.738420, 1.846406, 2.292868",\
|
|
"1.779560, 1.788659, 1.814632, 1.922619, 2.369081",\
|
|
"1.821676, 1.830774, 1.856748, 1.964735, 2.411196",\
|
|
"1.865297, 1.874396, 1.900369, 2.008356, 2.454818",\
|
|
"2.042027, 2.051126, 2.077099, 2.185086, 2.631547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.015252, 0.023839, 0.054152, 0.209379, 0.865639",\
|
|
"0.015252, 0.023839, 0.054152, 0.209379, 0.865639",\
|
|
"0.015252, 0.023839, 0.054152, 0.209379, 0.865639",\
|
|
"0.015252, 0.023839, 0.054152, 0.209379, 0.865639",\
|
|
"0.015252, 0.023839, 0.054152, 0.209379, 0.865639");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "1.724955, 1.732047, 1.749544, 1.800540, 1.988615",\
|
|
"1.801168, 1.808259, 1.825756, 1.876753, 2.064827",\
|
|
"1.843283, 1.850375, 1.867872, 1.918869, 2.106943",\
|
|
"1.886905, 1.893996, 1.911493, 1.962490, 2.150565",\
|
|
"2.063634, 2.070726, 2.088223, 2.139220, 2.327294");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.014703, 0.019510, 0.032851, 0.092172, 0.345773",\
|
|
"0.014703, 0.019510, 0.032851, 0.092172, 0.345773",\
|
|
"0.014703, 0.019510, 0.032851, 0.092172, 0.345773",\
|
|
"0.014703, 0.019510, 0.032851, 0.092172, 0.345773",\
|
|
"0.014703, 0.019510, 0.032851, 0.092172, 0.345773");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "1.594926, 1.604025, 1.629999, 1.735151, 2.172301",\
|
|
"1.594926, 1.604025, 1.629999, 1.735151, 2.172301",\
|
|
"1.594926, 1.604025, 1.629999, 1.735151, 2.172301",\
|
|
"1.594926, 1.604025, 1.629999, 1.735151, 2.172301",\
|
|
"1.460741, 1.469840, 1.495813, 1.600966, 2.038116");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.015252, 0.023839, 0.054152, 0.204029, 0.842631",\
|
|
"0.015252, 0.023839, 0.054152, 0.204029, 0.842631",\
|
|
"0.015252, 0.023839, 0.054152, 0.204029, 0.842631",\
|
|
"0.015252, 0.023839, 0.054152, 0.204029, 0.842631",\
|
|
"0.015252, 0.023839, 0.054152, 0.204029, 0.842631");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "1.608572, 1.615664, 1.633161, 1.683736, 1.865069",\
|
|
"1.608572, 1.615664, 1.633161, 1.683736, 1.865069",\
|
|
"1.608572, 1.615664, 1.633161, 1.683736, 1.865069",\
|
|
"1.608572, 1.615664, 1.633161, 1.683736, 1.865069",\
|
|
"1.474387, 1.481479, 1.498976, 1.549551, 1.730884");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.014703, 0.019510, 0.032851, 0.088635, 0.334632",\
|
|
"0.014703, 0.019510, 0.032851, 0.088635, 0.334632",\
|
|
"0.014703, 0.019510, 0.032851, 0.088635, 0.334632",\
|
|
"0.014703, 0.019510, 0.032851, 0.088635, 0.334632",\
|
|
"0.014703, 0.019510, 0.032851, 0.088635, 0.334632");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000755 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
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.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.676970, 0.686191, 0.712219, 0.820112, 1.237876",\
|
|
"0.676970, 0.686191, 0.712219, 0.820112, 1.237876",\
|
|
"0.663846, 0.673067, 0.699094, 0.806988, 1.237876",\
|
|
"0.565609, 0.574830, 0.600858, 0.708751, 1.154902",\
|
|
"0.186659, 0.195881, 0.221908, 0.329802, 0.775952");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.929079, 0.936147, 0.953502, 1.006711, 1.192202",\
|
|
"1.021061, 1.028130, 1.045485, 1.098694, 1.284184",\
|
|
"1.142238, 1.149306, 1.166661, 1.219871, 1.405361",\
|
|
"1.400023, 1.407092, 1.424447, 1.477656, 1.663146",\
|
|
"2.004149, 2.011217, 2.028572, 2.081782, 2.267272");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.634015, 0.643228, 0.669250, 0.774442, 1.211710",\
|
|
"0.634015, 0.643228, 0.669250, 0.774442, 1.211710",\
|
|
"0.634015, 0.643228, 0.669250, 0.774442, 1.211710",\
|
|
"0.551041, 0.560254, 0.586276, 0.691468, 1.128736",\
|
|
"0.172091, 0.181305, 0.207326, 0.312519, 0.749787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.787239, 0.794313, 0.811679, 0.862164, 1.043512",\
|
|
"0.879268, 0.886342, 0.903708, 0.954193, 1.135541",\
|
|
"1.000679, 1.007753, 1.025119, 1.075604, 1.256953",\
|
|
"1.258591, 1.265664, 1.283030, 1.333516, 1.514864",\
|
|
"1.863873, 1.870946, 1.888312, 1.938798, 2.120146");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.752026, 0.759095, 0.776450, 0.829659, 0.986762",\
|
|
"0.752026, 0.759095, 0.776450, 0.829659, 0.986762",\
|
|
"0.738901, 0.745970, 0.763325, 0.816534, 0.986762",\
|
|
"0.640665, 0.647733, 0.665088, 0.718297, 0.903788",\
|
|
"0.261715, 0.268784, 0.286139, 0.339348, 0.524838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.849633, 0.858854, 0.884882, 0.992775, 1.438926",\
|
|
"0.941615, 0.950836, 0.976864, 1.084757, 1.530908",\
|
|
"1.062792, 1.072013, 1.098041, 1.205934, 1.652085",\
|
|
"1.320577, 1.329799, 1.355826, 1.463719, 1.909870",\
|
|
"1.924703, 1.933924, 1.959952, 2.067845, 2.513996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864544");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.710048, 0.717122, 0.734487, 0.784973, 0.966321",\
|
|
"0.710048, 0.717122, 0.734487, 0.784973, 0.966321",\
|
|
"0.710048, 0.717122, 0.734487, 0.784973, 0.966321",\
|
|
"0.627074, 0.634147, 0.651513, 0.701999, 0.883347",\
|
|
"0.248125, 0.255198, 0.272564, 0.323050, 0.504398");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.706471, 0.715684, 0.741706, 0.846898, 1.284166",\
|
|
"0.798500, 0.807713, 0.833735, 0.938927, 1.376195",\
|
|
"0.919911, 0.929124, 0.955146, 1.060338, 1.497606",\
|
|
"1.177822, 1.187036, 1.213057, 1.318250, 1.755518",\
|
|
"1.783104, 1.792318, 1.818339, 1.923532, 2.360800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.985947, 0.995166, 1.021191, 1.129083, 1.575233",\
|
|
"1.110030, 1.119248, 1.145273, 1.253166, 1.699316",\
|
|
"1.229099, 1.238317, 1.264343, 1.372235, 1.818385",\
|
|
"1.433138, 1.442356, 1.468381, 1.576274, 2.022424",\
|
|
"2.272547, 2.281765, 2.307790, 2.415682, 2.861832");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015449, 0.024005, 0.054167, 0.208968, 0.864545",\
|
|
"0.015449, 0.024005, 0.054167, 0.208968, 0.864545",\
|
|
"0.015449, 0.024005, 0.054167, 0.208968, 0.864545",\
|
|
"0.015449, 0.024005, 0.054167, 0.208968, 0.864545",\
|
|
"0.015449, 0.024005, 0.054167, 0.208968, 0.864545");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.929719, 0.936787, 0.954142, 1.007352, 1.192842",\
|
|
"1.053801, 1.060870, 1.078224, 1.131434, 1.316924",\
|
|
"1.172871, 1.179939, 1.197294, 1.250503, 1.435994",\
|
|
"1.376909, 1.383978, 1.401332, 1.454542, 1.640032",\
|
|
"2.216318, 2.223387, 2.240741, 2.293951, 2.479441");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060",\
|
|
"0.014128, 0.018960, 0.032399, 0.093532, 0.345060");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_fedg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.979473, 0.988692, 1.014717, 1.119910, 1.557179",\
|
|
"1.077086, 1.086304, 1.112329, 1.217523, 1.654791",\
|
|
"1.161512, 1.170730, 1.196755, 1.301949, 1.739218",\
|
|
"1.284554, 1.293772, 1.319797, 1.424990, 1.862259",\
|
|
"1.790155, 1.799373, 1.825399, 1.930592, 2.367861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015449, 0.024005, 0.054167, 0.203868, 0.842604",\
|
|
"0.015449, 0.024005, 0.054167, 0.203868, 0.842604",\
|
|
"0.015449, 0.024005, 0.054167, 0.203868, 0.842604",\
|
|
"0.015449, 0.024005, 0.054167, 0.203868, 0.842604",\
|
|
"0.015449, 0.024005, 0.054167, 0.203868, 0.842604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.927016, 0.934084, 0.951439, 1.001938, 1.183288",\
|
|
"1.024628, 1.031697, 1.049051, 1.099550, 1.280900",\
|
|
"1.109054, 1.116123, 1.133478, 1.183976, 1.365326",\
|
|
"1.232096, 1.239165, 1.256519, 1.307018, 1.488368",\
|
|
"1.737698, 1.744766, 1.762121, 1.812619, 1.993970");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014128, 0.018960, 0.032399, 0.088404, 0.334541",\
|
|
"0.014128, 0.018960, 0.032399, 0.088404, 0.334541",\
|
|
"0.014128, 0.018960, 0.032399, 0.088404, 0.334541",\
|
|
"0.014128, 0.018960, 0.032399, 0.088404, 0.334541",\
|
|
"0.014128, 0.018960, 0.032399, 0.088404, 0.334541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_fedg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.387928, 2.397149, 2.423177, 2.531070, 2.977220",\
|
|
"2.464140, 2.473361, 2.499389, 2.607282, 3.053433",\
|
|
"2.506256, 2.515477, 2.541505, 2.649398, 3.095548",\
|
|
"2.549877, 2.559098, 2.585126, 2.693019, 3.139170",\
|
|
"2.726607, 2.735828, 2.761856, 2.869749, 3.315899");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015465, 0.024018, 0.054174, 0.208968, 0.864543",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864543",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864543",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864543",\
|
|
"0.015465, 0.024018, 0.054174, 0.208968, 0.864543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.468983, 2.476046, 2.493390, 2.546612, 2.732104",\
|
|
"2.545196, 2.552259, 2.569603, 2.622825, 2.808317",\
|
|
"2.587311, 2.594374, 2.611718, 2.664940, 2.850432",\
|
|
"2.630933, 2.637996, 2.655340, 2.708562, 2.894054",\
|
|
"2.807662, 2.814725, 2.832069, 2.885291, 3.070784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014122, 0.018958, 0.032408, 0.093531, 0.345054",\
|
|
"0.014122, 0.018958, 0.032408, 0.093531, 0.345054",\
|
|
"0.014122, 0.018958, 0.032408, 0.093531, 0.345054",\
|
|
"0.014122, 0.018958, 0.032408, 0.093531, 0.345054",\
|
|
"0.014122, 0.018958, 0.032408, 0.093531, 0.345054");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "1.691267, 1.700481, 1.726502, 1.831695, 2.268963",\
|
|
"1.691267, 1.700481, 1.726502, 1.831695, 2.268963",\
|
|
"1.691267, 1.700481, 1.726502, 1.831695, 2.268963",\
|
|
"1.691267, 1.700481, 1.726502, 1.831695, 2.268963",\
|
|
"1.557082, 1.566296, 1.592317, 1.697509, 2.134777");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606",\
|
|
"0.015425, 0.023984, 0.054157, 0.203869, 0.842606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "1.707579, 1.714653, 1.732018, 1.782504, 1.963852",\
|
|
"1.707579, 1.714653, 1.732018, 1.782504, 1.963852",\
|
|
"1.707579, 1.714653, 1.732018, 1.782504, 1.963852",\
|
|
"1.707579, 1.714653, 1.732018, 1.782504, 1.963852",\
|
|
"1.573394, 1.580467, 1.597833, 1.648319, 1.829667");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546",\
|
|
"0.014133, 0.018962, 0.032390, 0.088404, 0.334546");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.418941, 0.428222, 0.454339, 0.562367, 0.950952",\
|
|
"0.418941, 0.428222, 0.454339, 0.562367, 0.950952",\
|
|
"0.418941, 0.428222, 0.454339, 0.562367, 0.950952",\
|
|
"0.398147, 0.407427, 0.433544, 0.541573, 0.950952",\
|
|
"0.309035, 0.318318, 0.344436, 0.452465, 0.898984");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016129, 0.024601, 0.054504, 0.209329, 0.865569");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.457817, 0.464923, 0.482431, 0.533429, 0.721517",\
|
|
"0.561110, 0.568217, 0.585724, 0.636722, 0.824810",\
|
|
"0.648858, 0.655965, 0.673472, 0.724470, 0.912559",\
|
|
"0.796778, 0.803885, 0.821392, 0.872390, 1.060478",\
|
|
"1.406320, 1.413427, 1.430934, 1.481932, 1.670020");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.358350, 0.367631, 0.393747, 0.498942, 0.936149",\
|
|
"0.358350, 0.367631, 0.393747, 0.498942, 0.936149",\
|
|
"0.358350, 0.367631, 0.393747, 0.498942, 0.936149",\
|
|
"0.358350, 0.367631, 0.393747, 0.498942, 0.936149",\
|
|
"0.306362, 0.315643, 0.341760, 0.446955, 0.884162");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016119, 0.024593, 0.054500, 0.203979, 0.842560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.457131, 0.464234, 0.481734, 0.532309, 0.713652",\
|
|
"0.560429, 0.567532, 0.585032, 0.635606, 0.816949",\
|
|
"0.648171, 0.655274, 0.672773, 0.723348, 0.904691",\
|
|
"0.796074, 0.803176, 0.820676, 0.871250, 1.052593",\
|
|
"1.405601, 1.412703, 1.430202, 1.480776, 1.662119");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014665, 0.019481, 0.032827, 0.088616, 0.334630",\
|
|
"0.014664, 0.019481, 0.032827, 0.088615, 0.334630",\
|
|
"0.014664, 0.019481, 0.032827, 0.088615, 0.334629",\
|
|
"0.014663, 0.019480, 0.032826, 0.088615, 0.334629",\
|
|
"0.014662, 0.019479, 0.032825, 0.088615, 0.334629");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.548657, 0.555764, 0.573271, 0.624269, 0.755192",\
|
|
"0.548657, 0.555764, 0.573271, 0.624269, 0.755192",\
|
|
"0.548657, 0.555764, 0.573271, 0.624269, 0.755192",\
|
|
"0.526489, 0.533596, 0.551103, 0.602101, 0.755192",\
|
|
"0.430115, 0.437222, 0.454729, 0.505727, 0.693815");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775",\
|
|
"0.014686, 0.019504, 0.032845, 0.092160, 0.345775");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.401224, 0.410504, 0.436621, 0.544649, 0.991168",\
|
|
"0.504631, 0.513911, 0.540028, 0.648057, 1.094576",\
|
|
"0.592947, 0.602227, 0.628344, 0.736373, 1.182891",\
|
|
"0.741760, 0.751041, 0.777158, 0.885186, 1.331705",\
|
|
"1.352878, 1.362161, 1.388280, 1.496309, 1.942828");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016117, 0.024591, 0.054499, 0.209329, 0.865569",\
|
|
"0.016129, 0.024601, 0.054504, 0.209329, 0.865569");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.490806, 0.497910, 0.515409, 0.565984, 0.747327",\
|
|
"0.490806, 0.497910, 0.515409, 0.565984, 0.747327",\
|
|
"0.490806, 0.497910, 0.515409, 0.565984, 0.747327",\
|
|
"0.490806, 0.497910, 0.515409, 0.565984, 0.747327",\
|
|
"0.429396, 0.436498, 0.453997, 0.504571, 0.685914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014665, 0.019481, 0.032827, 0.088616, 0.334630",\
|
|
"0.014664, 0.019481, 0.032827, 0.088615, 0.334630",\
|
|
"0.014664, 0.019481, 0.032827, 0.088615, 0.334629",\
|
|
"0.014663, 0.019480, 0.032826, 0.088615, 0.334629",\
|
|
"0.014662, 0.019479, 0.032825, 0.088615, 0.334629");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.398567, 0.407847, 0.433964, 0.539159, 0.976366",\
|
|
"0.501974, 0.511255, 0.537372, 0.642566, 1.079773",\
|
|
"0.590291, 0.599572, 0.625688, 0.730883, 1.168090",\
|
|
"0.739103, 0.748383, 0.774500, 0.879695, 1.316902",\
|
|
"1.350206, 1.359486, 1.385604, 1.490799, 1.928006");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016117, 0.024590, 0.054499, 0.203979, 0.842560",\
|
|
"0.016119, 0.024593, 0.054500, 0.203979, 0.842560");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.384296, 0.393578, 0.419696, 0.527724, 0.940397",\
|
|
"0.384296, 0.393578, 0.419696, 0.527724, 0.940397",\
|
|
"0.379304, 0.388585, 0.414703, 0.522732, 0.940397",\
|
|
"0.333508, 0.342790, 0.368907, 0.476936, 0.923455",\
|
|
"0.141905, 0.151188, 0.177307, 0.285336, 0.731856");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016122, 0.024595, 0.054501, 0.209329, 0.865568",\
|
|
"0.016122, 0.024595, 0.054501, 0.209329, 0.865568",\
|
|
"0.016122, 0.024595, 0.054501, 0.209329, 0.865568",\
|
|
"0.016123, 0.024595, 0.054502, 0.209329, 0.865568",\
|
|
"0.016132, 0.024604, 0.054506, 0.209329, 0.865567");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.422745, 0.429836, 0.447311, 0.498294, 0.686375",\
|
|
"0.522448, 0.529539, 0.547014, 0.597997, 0.786078",\
|
|
"0.609044, 0.616135, 0.633610, 0.684592, 0.872673",\
|
|
"0.761231, 0.768322, 0.785797, 0.836779, 1.024860",\
|
|
"1.388919, 1.396010, 1.413485, 1.464467, 1.652549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014596, 0.019411, 0.032769, 0.092128, 0.345755",\
|
|
"0.014595, 0.019409, 0.032768, 0.092127, 0.345755",\
|
|
"0.014595, 0.019409, 0.032768, 0.092127, 0.345755",\
|
|
"0.014595, 0.019409, 0.032768, 0.092127, 0.345755",\
|
|
"0.014595, 0.019409, 0.032768, 0.092127, 0.345755");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.347794, 0.357075, 0.383193, 0.488388, 0.925595",\
|
|
"0.347794, 0.357075, 0.383193, 0.488388, 0.925595",\
|
|
"0.347794, 0.357075, 0.383193, 0.488388, 0.925595",\
|
|
"0.330852, 0.340134, 0.366252, 0.471447, 0.908654",\
|
|
"0.139249, 0.148532, 0.174651, 0.279847, 0.717054");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016122, 0.024595, 0.054501, 0.203979, 0.842560",\
|
|
"0.016122, 0.024595, 0.054501, 0.203979, 0.842560",\
|
|
"0.016122, 0.024595, 0.054501, 0.203979, 0.842560",\
|
|
"0.016123, 0.024595, 0.054502, 0.203979, 0.842560",\
|
|
"0.016132, 0.024604, 0.054506, 0.203979, 0.842559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.422322, 0.429413, 0.446889, 0.497450, 0.678790",\
|
|
"0.522026, 0.529117, 0.546592, 0.597153, 0.778493",\
|
|
"0.608621, 0.615712, 0.633187, 0.683749, 0.865088",\
|
|
"0.760808, 0.767899, 0.785374, 0.835935, 1.017275",\
|
|
"1.388496, 1.395587, 1.413063, 1.463624, 1.644963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014596, 0.019411, 0.032769, 0.088591, 0.334616",\
|
|
"0.014595, 0.019409, 0.032768, 0.088590, 0.334615",\
|
|
"0.014595, 0.019409, 0.032768, 0.088590, 0.334615",\
|
|
"0.014595, 0.019408, 0.032768, 0.088590, 0.334615",\
|
|
"0.014595, 0.019408, 0.032768, 0.088590, 0.334615");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.925930, 1.935212, 1.961329, 2.069358, 2.515877",\
|
|
"2.002143, 2.011425, 2.037542, 2.145571, 2.592090",\
|
|
"2.044259, 2.053540, 2.079658, 2.187687, 2.634206",\
|
|
"2.087880, 2.097162, 2.123280, 2.231308, 2.677827",\
|
|
"2.264610, 2.273891, 2.300009, 2.408038, 2.854557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016123, 0.024595, 0.054501, 0.209329, 0.865568",\
|
|
"0.016123, 0.024595, 0.054501, 0.209329, 0.865568",\
|
|
"0.016123, 0.024595, 0.054501, 0.209329, 0.865568",\
|
|
"0.016123, 0.024595, 0.054501, 0.209329, 0.865568",\
|
|
"0.016123, 0.024595, 0.054501, 0.209329, 0.865568");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.007110, 2.014207, 2.031694, 2.082682, 2.270766",\
|
|
"2.083323, 2.090419, 2.107906, 2.158894, 2.346978",\
|
|
"2.125438, 2.132535, 2.150022, 2.201010, 2.389094",\
|
|
"2.169060, 2.176157, 2.193644, 2.244632, 2.432715",\
|
|
"2.345789, 2.352886, 2.370373, 2.421361, 2.609445");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014628, 0.019444, 0.032797, 0.092139, 0.345762",\
|
|
"0.014628, 0.019444, 0.032797, 0.092139, 0.345762",\
|
|
"0.014628, 0.019444, 0.032797, 0.092139, 0.345762",\
|
|
"0.014628, 0.019444, 0.032797, 0.092139, 0.345762",\
|
|
"0.014628, 0.019444, 0.032797, 0.092139, 0.345762");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.791291, 1.800573, 1.826691, 1.931886, 2.369093",\
|
|
"1.791291, 1.800573, 1.826691, 1.931886, 2.369093",\
|
|
"1.791291, 1.800573, 1.826691, 1.931886, 2.369093",\
|
|
"1.791291, 1.800573, 1.826691, 1.931886, 2.369093",\
|
|
"1.657106, 1.666388, 1.692505, 1.797701, 2.234907");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016123, 0.024595, 0.054501, 0.203979, 0.842560",\
|
|
"0.016123, 0.024595, 0.054501, 0.203979, 0.842560",\
|
|
"0.016123, 0.024595, 0.054501, 0.203979, 0.842560",\
|
|
"0.016123, 0.024595, 0.054501, 0.203979, 0.842560",\
|
|
"0.016123, 0.024595, 0.054501, 0.203979, 0.842560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.853188, 1.860285, 1.877772, 1.928340, 2.109681",\
|
|
"1.853188, 1.860285, 1.877772, 1.928340, 2.109681",\
|
|
"1.853188, 1.860285, 1.877772, 1.928340, 2.109681",\
|
|
"1.853188, 1.860285, 1.877772, 1.928340, 2.109681",\
|
|
"1.719003, 1.726099, 1.743586, 1.794154, 1.975495");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014628, 0.019444, 0.032797, 0.088603, 0.334622",\
|
|
"0.014628, 0.019444, 0.032797, 0.088603, 0.334622",\
|
|
"0.014628, 0.019444, 0.032797, 0.088603, 0.334622",\
|
|
"0.014628, 0.019444, 0.032797, 0.088603, 0.334622",\
|
|
"0.014628, 0.019444, 0.032797, 0.088603, 0.334622");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002981 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.584619, 1.592317, 1.618583, 1.726237, 2.171708",\
|
|
"1.660832, 1.668530, 1.694796, 1.802450, 2.247920",\
|
|
"1.702948, 1.710646, 1.736912, 1.844566, 2.290036",\
|
|
"1.746569, 1.754267, 1.780533, 1.888187, 2.333658",\
|
|
"1.923299, 1.930997, 1.957263, 2.064917, 2.510387");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017690, 0.026010, 0.055813, 0.213981, 0.877484",\
|
|
"0.017690, 0.026010, 0.055813, 0.213981, 0.877484",\
|
|
"0.017690, 0.026010, 0.055813, 0.213981, 0.877484",\
|
|
"0.017690, 0.026010, 0.055813, 0.213981, 0.877484",\
|
|
"0.017690, 0.026010, 0.055813, 0.213981, 0.877484");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.680418, 1.686269, 1.703727, 1.756849, 1.947117",\
|
|
"1.756631, 1.762482, 1.779939, 1.833062, 2.023330",\
|
|
"1.798746, 1.804598, 1.822055, 1.875178, 2.065446",\
|
|
"1.842368, 1.848219, 1.865676, 1.918799, 2.109067",\
|
|
"2.019098, 2.024949, 2.042406, 2.095529, 2.285797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015641, 0.019997, 0.033053, 0.095587, 0.358194",\
|
|
"0.015641, 0.019997, 0.033053, 0.095587, 0.358194",\
|
|
"0.015641, 0.019997, 0.033053, 0.095587, 0.358194",\
|
|
"0.015641, 0.019997, 0.033053, 0.095587, 0.358194",\
|
|
"0.015641, 0.019997, 0.033053, 0.095587, 0.358194");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[37]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.441682, 1.450437, 1.476703, 1.581432, 2.017447",\
|
|
"1.441682, 1.450437, 1.476703, 1.581432, 2.017447",\
|
|
"1.441682, 1.450437, 1.476703, 1.581432, 2.017447",\
|
|
"1.441682, 1.450437, 1.476703, 1.581432, 2.017447",\
|
|
"1.307497, 1.316252, 1.342517, 1.447246, 1.883261");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017690, 0.026010, 0.055813, 0.205716, 0.842569",\
|
|
"0.017690, 0.026010, 0.055813, 0.205716, 0.842569",\
|
|
"0.017690, 0.026010, 0.055813, 0.205716, 0.842569",\
|
|
"0.017690, 0.026010, 0.055813, 0.205716, 0.842569",\
|
|
"0.017690, 0.026010, 0.055813, 0.205716, 0.842569");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.544766, 1.551364, 1.568822, 1.618839, 1.799683",\
|
|
"1.544766, 1.551364, 1.568822, 1.618839, 1.799683",\
|
|
"1.544766, 1.551364, 1.568822, 1.618839, 1.799683",\
|
|
"1.544766, 1.551364, 1.568822, 1.618839, 1.799683",\
|
|
"1.410580, 1.417179, 1.434636, 1.484653, 1.665498");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015641, 0.019997, 0.033053, 0.089243, 0.334605",\
|
|
"0.015641, 0.019997, 0.033053, 0.089243, 0.334605",\
|
|
"0.015641, 0.019997, 0.033053, 0.089243, 0.334605",\
|
|
"0.015641, 0.019997, 0.033053, 0.089243, 0.334605",\
|
|
"0.015641, 0.019997, 0.033053, 0.089243, 0.334605");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[37]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
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.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.442762, 0.450460, 0.476730, 0.584385, 1.001442",\
|
|
"0.442762, 0.450460, 0.476730, 0.584385, 1.001442",\
|
|
"0.430169, 0.437868, 0.464137, 0.571792, 1.001442",\
|
|
"0.332066, 0.339765, 0.366034, 0.473689, 0.919160",\
|
|
"-0.051380, -0.043681, -0.017412, 0.090243, 0.535715");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017712, 0.026029, 0.055823, 0.213980, 0.877482",\
|
|
"0.017712, 0.026029, 0.055823, 0.213980, 0.877482",\
|
|
"0.017712, 0.026030, 0.055823, 0.213980, 0.877482",\
|
|
"0.017713, 0.026030, 0.055823, 0.213980, 0.877482",\
|
|
"0.017715, 0.026032, 0.055824, 0.213980, 0.877482");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.484863, 0.490702, 0.508110, 0.561203, 0.751464",\
|
|
"0.575932, 0.581772, 0.599180, 0.652274, 0.842535",\
|
|
"0.697790, 0.703630, 0.721040, 0.774135, 0.964396",\
|
|
"0.948169, 0.954009, 0.971421, 1.024517, 1.214778",\
|
|
"1.542026, 1.547867, 1.565280, 1.618376, 1.808637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015496, 0.019848, 0.032932, 0.095531, 0.358162",\
|
|
"0.015498, 0.019849, 0.032933, 0.095531, 0.358162",\
|
|
"0.015503, 0.019855, 0.032937, 0.095533, 0.358163",\
|
|
"0.015509, 0.019861, 0.032942, 0.095536, 0.358164",\
|
|
"0.015511, 0.019863, 0.032944, 0.095536, 0.358165");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.385004, 0.393760, 0.420028, 0.524757, 0.960772",\
|
|
"0.385004, 0.393760, 0.420028, 0.524757, 0.960772",\
|
|
"0.385004, 0.393760, 0.420028, 0.524757, 0.960772",\
|
|
"0.302731, 0.311488, 0.337756, 0.442486, 0.878501",\
|
|
"-0.080705, -0.071947, -0.045678, 0.059052, 0.495068");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017700, 0.026019, 0.055818, 0.205716, 0.842567",\
|
|
"0.017700, 0.026019, 0.055818, 0.205716, 0.842567",\
|
|
"0.017701, 0.026020, 0.055818, 0.205716, 0.842567",\
|
|
"0.017705, 0.026023, 0.055820, 0.205716, 0.842567",\
|
|
"0.017713, 0.026030, 0.055823, 0.205716, 0.842567");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.460962, 0.467518, 0.484890, 0.534860, 0.715691",\
|
|
"0.552568, 0.559125, 0.576497, 0.626466, 0.807297",\
|
|
"0.674357, 0.680914, 0.698286, 0.748255, 0.929086",\
|
|
"0.924648, 0.931204, 0.948576, 0.998545, 1.179376",\
|
|
"1.518441, 1.524996, 1.542367, 1.592335, 1.773166");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015390, 0.019738, 0.032843, 0.089152, 0.334554",\
|
|
"0.015390, 0.019738, 0.032842, 0.089152, 0.334554",\
|
|
"0.015389, 0.019738, 0.032842, 0.089152, 0.334554",\
|
|
"0.015388, 0.019737, 0.032841, 0.089152, 0.334553",\
|
|
"0.015385, 0.019734, 0.032839, 0.089151, 0.334553");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.530516, 0.536356, 0.553764, 0.606858, 0.768794",\
|
|
"0.530516, 0.536356, 0.553764, 0.606858, 0.768794",\
|
|
"0.517537, 0.523377, 0.540788, 0.593882, 0.768794",\
|
|
"0.417695, 0.423535, 0.440947, 0.494043, 0.684304",\
|
|
"0.028944, 0.034785, 0.052198, 0.105294, 0.295556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015496, 0.019848, 0.032932, 0.095531, 0.358162",\
|
|
"0.015498, 0.019849, 0.032933, 0.095531, 0.358162",\
|
|
"0.015503, 0.019855, 0.032937, 0.095533, 0.358163",\
|
|
"0.015509, 0.019861, 0.032942, 0.095536, 0.358164",\
|
|
"0.015511, 0.019863, 0.032944, 0.095536, 0.358165");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.411598, 0.419296, 0.445565, 0.553221, 0.998692",\
|
|
"0.502833, 0.510532, 0.536801, 0.644456, 1.089927",\
|
|
"0.625201, 0.632899, 0.659168, 0.766823, 1.212294",\
|
|
"0.876160, 0.883859, 0.910128, 1.017783, 1.463254",\
|
|
"1.468521, 1.476219, 1.502489, 1.610144, 2.055615");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017712, 0.026029, 0.055823, 0.213980, 0.877482",\
|
|
"0.017712, 0.026029, 0.055823, 0.213980, 0.877482",\
|
|
"0.017712, 0.026030, 0.055823, 0.213980, 0.877482",\
|
|
"0.017713, 0.026030, 0.055823, 0.213980, 0.877482",\
|
|
"0.017715, 0.026032, 0.055824, 0.213980, 0.877482");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.478850, 0.485407, 0.502779, 0.552748, 0.733580",\
|
|
"0.478850, 0.485407, 0.502779, 0.552748, 0.733580",\
|
|
"0.478850, 0.485407, 0.502779, 0.552748, 0.733580",\
|
|
"0.394174, 0.400730, 0.418102, 0.468071, 0.648902",\
|
|
"0.005359, 0.011915, 0.029285, 0.079253, 0.260084");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015390, 0.019738, 0.032843, 0.089152, 0.334554",\
|
|
"0.015390, 0.019738, 0.032842, 0.089152, 0.334554",\
|
|
"0.015389, 0.019738, 0.032842, 0.089152, 0.334554",\
|
|
"0.015388, 0.019737, 0.032841, 0.089152, 0.334553",\
|
|
"0.015385, 0.019734, 0.032839, 0.089151, 0.334553");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.381629, 0.390385, 0.416652, 0.521381, 0.957397",\
|
|
"0.473489, 0.482246, 0.508513, 0.613242, 1.049258",\
|
|
"0.595858, 0.604615, 0.630882, 0.735612, 1.171627",\
|
|
"0.846825, 0.855582, 0.881850, 0.986580, 1.422595",\
|
|
"1.439195, 1.447953, 1.474222, 1.578952, 2.014968");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017700, 0.026019, 0.055818, 0.205716, 0.842567",\
|
|
"0.017700, 0.026019, 0.055818, 0.205716, 0.842567",\
|
|
"0.017701, 0.026020, 0.055818, 0.205716, 0.842567",\
|
|
"0.017705, 0.026023, 0.055820, 0.205716, 0.842567",\
|
|
"0.017713, 0.026030, 0.055823, 0.205716, 0.842567");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.455346, 0.463044, 0.489312, 0.596967, 0.988699",\
|
|
"0.455346, 0.463044, 0.489312, 0.596967, 0.988699",\
|
|
"0.455346, 0.463044, 0.489312, 0.596967, 0.988699",\
|
|
"0.437085, 0.444783, 0.471051, 0.578706, 0.988699",\
|
|
"0.361825, 0.369523, 0.395793, 0.503448, 0.948919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017703, 0.026022, 0.055819, 0.213980, 0.877483",\
|
|
"0.017704, 0.026022, 0.055819, 0.213980, 0.877483",\
|
|
"0.017704, 0.026023, 0.055820, 0.213980, 0.877483",\
|
|
"0.017706, 0.026024, 0.055820, 0.213980, 0.877483",\
|
|
"0.017715, 0.026032, 0.055824, 0.213980, 0.877483");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.449698, 0.455540, 0.472956, 0.526055, 0.716317",\
|
|
"0.547204, 0.553046, 0.570462, 0.623561, 0.813823",\
|
|
"0.625669, 0.631510, 0.648927, 0.702025, 0.892287",\
|
|
"0.763110, 0.768951, 0.786367, 0.839466, 1.029727",\
|
|
"1.330993, 1.336835, 1.354255, 1.407355, 1.597617");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015522, 0.019874, 0.032953, 0.095541, 0.358167",\
|
|
"0.015522, 0.019874, 0.032953, 0.095541, 0.358167",\
|
|
"0.015522, 0.019874, 0.032953, 0.095541, 0.358167",\
|
|
"0.015522, 0.019874, 0.032953, 0.095541, 0.358167",\
|
|
"0.015529, 0.019882, 0.032960, 0.095544, 0.358169");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.372288, 0.381045, 0.407313, 0.512042, 0.948058",\
|
|
"0.372288, 0.381045, 0.407313, 0.512042, 0.948058",\
|
|
"0.372288, 0.381045, 0.407313, 0.512042, 0.948058",\
|
|
"0.372288, 0.381045, 0.407313, 0.512042, 0.948058",\
|
|
"0.332505, 0.341263, 0.367532, 0.472263, 0.908278");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.017703, 0.026022, 0.055819, 0.205716, 0.842567",\
|
|
"0.017704, 0.026022, 0.055819, 0.205716, 0.842567",\
|
|
"0.017704, 0.026023, 0.055820, 0.205716, 0.842567",\
|
|
"0.017706, 0.026024, 0.055820, 0.205716, 0.842567",\
|
|
"0.017715, 0.026032, 0.055824, 0.205716, 0.842567");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.427677, 0.434255, 0.451672, 0.501666, 0.682504",\
|
|
"0.525182, 0.531761, 0.549178, 0.599172, 0.780010",\
|
|
"0.603647, 0.610226, 0.627642, 0.677637, 0.858475",\
|
|
"0.741088, 0.747666, 0.765083, 0.815077, 0.995915",\
|
|
"1.308971, 1.315551, 1.332970, 1.382966, 1.563805");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.015522, 0.019873, 0.032952, 0.089199, 0.334581",\
|
|
"0.015522, 0.019873, 0.032952, 0.089199, 0.334581",\
|
|
"0.015522, 0.019873, 0.032952, 0.089199, 0.334581",\
|
|
"0.015522, 0.019873, 0.032952, 0.089199, 0.334581",\
|
|
"0.015529, 0.019882, 0.032960, 0.089202, 0.334582");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una_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.002660 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.548009, 1.556762, 1.582957, 1.690306, 2.134820",\
|
|
"1.624222, 1.632975, 1.659170, 1.766519, 2.211033",\
|
|
"1.666338, 1.675091, 1.701286, 1.808635, 2.253149",\
|
|
"1.709959, 1.718712, 1.744907, 1.852256, 2.296770",\
|
|
"1.886689, 1.895442, 1.921637, 2.028986, 2.473500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017063, 0.025451, 0.055432, 0.213100, 0.874879",\
|
|
"0.017063, 0.025451, 0.055432, 0.213100, 0.874879",\
|
|
"0.017063, 0.025451, 0.055432, 0.213100, 0.874879",\
|
|
"0.017063, 0.025451, 0.055432, 0.213100, 0.874879",\
|
|
"0.017063, 0.025451, 0.055432, 0.213100, 0.874879");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.649739, 1.656351, 1.673730, 1.726693, 1.916549",\
|
|
"1.725951, 1.732563, 1.749942, 1.802905, 1.992761",\
|
|
"1.768067, 1.774679, 1.792058, 1.845021, 2.034877",\
|
|
"1.811689, 1.818301, 1.835680, 1.888643, 2.078499",\
|
|
"1.988418, 1.995030, 2.012409, 2.065372, 2.255228");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015240, 0.019627, 0.032772, 0.094904, 0.356510",\
|
|
"0.015240, 0.019627, 0.032772, 0.094904, 0.356510",\
|
|
"0.015240, 0.019627, 0.032772, 0.094904, 0.356510",\
|
|
"0.015240, 0.019627, 0.032772, 0.094904, 0.356510",\
|
|
"0.015240, 0.019627, 0.032772, 0.094904, 0.356510");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[36]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.431217, 1.439970, 1.466165, 1.570934, 2.007119",\
|
|
"1.431217, 1.439970, 1.466165, 1.570934, 2.007119",\
|
|
"1.431217, 1.439970, 1.466165, 1.570934, 2.007119",\
|
|
"1.431217, 1.439970, 1.466165, 1.570934, 2.007119",\
|
|
"1.297032, 1.305785, 1.331980, 1.436749, 1.872934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017063, 0.025451, 0.055432, 0.205454, 0.842599",\
|
|
"0.017063, 0.025451, 0.055432, 0.205454, 0.842599",\
|
|
"0.017063, 0.025451, 0.055432, 0.205454, 0.842599",\
|
|
"0.017063, 0.025451, 0.055432, 0.205454, 0.842599",\
|
|
"0.017063, 0.025451, 0.055432, 0.205454, 0.842599");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.533927, 1.540539, 1.557918, 1.607954, 1.788861",\
|
|
"1.533927, 1.540539, 1.557918, 1.607954, 1.788861",\
|
|
"1.533927, 1.540539, 1.557918, 1.607954, 1.788861",\
|
|
"1.533927, 1.540539, 1.557918, 1.607954, 1.788861",\
|
|
"1.399741, 1.406353, 1.423732, 1.473768, 1.654675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015240, 0.019627, 0.032772, 0.089045, 0.334552",\
|
|
"0.015240, 0.019627, 0.032772, 0.089045, 0.334552",\
|
|
"0.015240, 0.019627, 0.032772, 0.089045, 0.334552",\
|
|
"0.015240, 0.019627, 0.032772, 0.089045, 0.334552",\
|
|
"0.015240, 0.019627, 0.032772, 0.089045, 0.334552");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[36]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
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.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.421220, 0.429975, 0.456172, 0.563521, 0.979622",\
|
|
"0.421220, 0.429975, 0.456172, 0.563521, 0.979622",\
|
|
"0.408630, 0.417385, 0.443582, 0.550932, 0.979622",\
|
|
"0.310539, 0.319294, 0.345492, 0.452842, 0.897357",\
|
|
"-0.072883, -0.064126, -0.037926, 0.069424, 0.513940");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017077, 0.025463, 0.055438, 0.213100, 0.874878",\
|
|
"0.017078, 0.025464, 0.055438, 0.213100, 0.874878",\
|
|
"0.017079, 0.025464, 0.055439, 0.213100, 0.874878",\
|
|
"0.017083, 0.025468, 0.055440, 0.213100, 0.874878",\
|
|
"0.017095, 0.025478, 0.055445, 0.213100, 0.874877");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.466458, 0.473057, 0.490411, 0.543355, 0.733206",\
|
|
"0.557514, 0.564114, 0.581468, 0.634411, 0.824262",\
|
|
"0.679357, 0.685957, 0.703310, 0.756254, 0.946105",\
|
|
"0.929721, 0.936320, 0.953673, 1.006618, 1.196469",\
|
|
"1.523438, 1.530037, 1.547391, 1.600335, 1.790186");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032702, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032702, 0.094872, 0.356493");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.389594, 0.398347, 0.424541, 0.529310, 0.965495",\
|
|
"0.389594, 0.398347, 0.424541, 0.529310, 0.965495",\
|
|
"0.389594, 0.398347, 0.424541, 0.529310, 0.965495",\
|
|
"0.307317, 0.316070, 0.342264, 0.447033, 0.883218",\
|
|
"-0.076128, -0.067376, -0.041181, 0.063587, 0.499772");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025448, 0.055430, 0.205454, 0.842599");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.462260, 0.468862, 0.486226, 0.536232, 0.717132",\
|
|
"0.553891, 0.560493, 0.577857, 0.627863, 0.808763",\
|
|
"0.675673, 0.682275, 0.699639, 0.749645, 0.930545",\
|
|
"0.925953, 0.932556, 0.949920, 0.999925, 1.180825",\
|
|
"1.519597, 1.526200, 1.543564, 1.593569, 1.774469");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.512214, 0.518813, 0.536167, 0.589111, 0.750641",\
|
|
"0.512214, 0.518813, 0.536167, 0.589111, 0.750641",\
|
|
"0.499229, 0.505828, 0.523182, 0.576126, 0.750641",\
|
|
"0.399385, 0.405984, 0.423338, 0.476282, 0.666133",\
|
|
"0.010655, 0.017254, 0.034607, 0.087552, 0.277403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032702, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032702, 0.094872, 0.356493");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.388517, 0.397272, 0.423470, 0.530819, 0.975334",\
|
|
"0.479735, 0.488491, 0.514688, 0.622037, 1.066552",\
|
|
"0.602101, 0.610856, 0.637053, 0.744403, 1.188918",\
|
|
"0.853065, 0.861821, 0.888019, 0.995368, 1.439884",\
|
|
"1.445317, 1.454074, 1.480274, 1.587624, 2.032140");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017077, 0.025463, 0.055438, 0.213100, 0.874878",\
|
|
"0.017078, 0.025464, 0.055438, 0.213100, 0.874878",\
|
|
"0.017079, 0.025464, 0.055439, 0.213100, 0.874878",\
|
|
"0.017083, 0.025468, 0.055440, 0.213100, 0.874878",\
|
|
"0.017095, 0.025478, 0.055445, 0.213100, 0.874877");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.480288, 0.486891, 0.504254, 0.554260, 0.735160",\
|
|
"0.480288, 0.486891, 0.504254, 0.554260, 0.735160",\
|
|
"0.480288, 0.486891, 0.504254, 0.554260, 0.735160",\
|
|
"0.395618, 0.402221, 0.419584, 0.469590, 0.650490",\
|
|
"0.006814, 0.013417, 0.030781, 0.080786, 0.261686");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541",\
|
|
"0.015151, 0.019545, 0.032692, 0.089016, 0.334541");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.384643, 0.393395, 0.419589, 0.524358, 0.960543",\
|
|
"0.476524, 0.485277, 0.511471, 0.616240, 1.052424",\
|
|
"0.598887, 0.607640, 0.633834, 0.738603, 1.174788",\
|
|
"0.849844, 0.858596, 0.884791, 0.989559, 1.425744",\
|
|
"1.442072, 1.450824, 1.477019, 1.581787, 2.017972");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025447, 0.055430, 0.205454, 0.842599",\
|
|
"0.017059, 0.025448, 0.055430, 0.205454, 0.842599");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.432590, 0.441345, 0.467543, 0.574892, 0.961482",\
|
|
"0.432590, 0.441345, 0.467543, 0.574892, 0.961482",\
|
|
"0.432590, 0.441345, 0.467543, 0.574892, 0.961482",\
|
|
"0.411143, 0.419899, 0.446096, 0.553446, 0.961482",\
|
|
"0.319235, 0.327993, 0.354192, 0.461542, 0.906058");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017077, 0.025463, 0.055438, 0.213100, 0.874878",\
|
|
"0.017078, 0.025464, 0.055438, 0.213100, 0.874878",\
|
|
"0.017079, 0.025465, 0.055439, 0.213100, 0.874878",\
|
|
"0.017082, 0.025467, 0.055440, 0.213100, 0.874878",\
|
|
"0.017094, 0.025478, 0.055445, 0.213100, 0.874877");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.417079, 0.423678, 0.441032, 0.493975, 0.683827",\
|
|
"0.521576, 0.528175, 0.545529, 0.598473, 0.788324",\
|
|
"0.611466, 0.618065, 0.635419, 0.688362, 0.878214",\
|
|
"0.763597, 0.770196, 0.787550, 0.840494, 1.030345",\
|
|
"1.392466, 1.399065, 1.416418, 1.469363, 1.659214");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032701, 0.094872, 0.356493",\
|
|
"0.015158, 0.019544, 0.032702, 0.094872, 0.356493");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.371493, 0.380249, 0.406446, 0.511215, 0.947401",\
|
|
"0.371493, 0.380249, 0.406446, 0.511215, 0.947401",\
|
|
"0.371493, 0.380249, 0.406446, 0.511215, 0.947401",\
|
|
"0.371493, 0.380249, 0.406446, 0.511215, 0.947401",\
|
|
"0.316063, 0.324821, 0.351021, 0.455791, 0.891977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.017077, 0.025463, 0.055438, 0.205453, 0.842598",\
|
|
"0.017078, 0.025464, 0.055438, 0.205453, 0.842597",\
|
|
"0.017079, 0.025465, 0.055439, 0.205453, 0.842597",\
|
|
"0.017082, 0.025467, 0.055440, 0.205453, 0.842597",\
|
|
"0.017094, 0.025478, 0.055445, 0.205453, 0.842596");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.414887, 0.421486, 0.438840, 0.488857, 0.669760",\
|
|
"0.519384, 0.525983, 0.543337, 0.593355, 0.774257",\
|
|
"0.609274, 0.615873, 0.633227, 0.683245, 0.864147",\
|
|
"0.761405, 0.768005, 0.785358, 0.835376, 1.016278",\
|
|
"1.390275, 1.396874, 1.414227, 1.464245, 1.645148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.015158, 0.019544, 0.032701, 0.089016, 0.334536",\
|
|
"0.015158, 0.019544, 0.032701, 0.089016, 0.334536",\
|
|
"0.015158, 0.019544, 0.032701, 0.089016, 0.334536",\
|
|
"0.015158, 0.019544, 0.032701, 0.089016, 0.334536",\
|
|
"0.015158, 0.019544, 0.032702, 0.089016, 0.334536");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una_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.002482 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.732661, 1.741779, 1.768338, 1.875741, 2.320292",\
|
|
"1.808874, 1.817992, 1.844550, 1.951953, 2.396504",\
|
|
"1.850990, 1.860108, 1.886666, 1.994069, 2.438620",\
|
|
"1.894611, 1.903729, 1.930288, 2.037690, 2.482241",\
|
|
"2.071341, 2.080459, 2.107017, 2.214420, 2.658971");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019337, 0.027400, 0.056330, 0.212758, 0.873986",\
|
|
"0.019337, 0.027400, 0.056330, 0.212758, 0.873986",\
|
|
"0.019337, 0.027400, 0.056330, 0.212758, 0.873986",\
|
|
"0.019337, 0.027400, 0.056330, 0.212758, 0.873986",\
|
|
"0.019337, 0.027400, 0.056330, 0.212758, 0.873986");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.806266, 1.813136, 1.830976, 1.884175, 2.074185",\
|
|
"1.882478, 1.889349, 1.907189, 1.960388, 2.150398",\
|
|
"1.924594, 1.931465, 1.949304, 2.002504, 2.192514",\
|
|
"1.968216, 1.975086, 1.992926, 2.046125, 2.236135",\
|
|
"2.144945, 2.151815, 2.169655, 2.222855, 2.412865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016462, 0.020912, 0.033826, 0.095303, 0.356451",\
|
|
"0.016462, 0.020912, 0.033826, 0.095303, 0.356451",\
|
|
"0.016462, 0.020912, 0.033826, 0.095303, 0.356451",\
|
|
"0.016462, 0.020912, 0.033826, 0.095303, 0.356451",\
|
|
"0.016462, 0.020912, 0.033826, 0.095303, 0.356451");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[35]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.587195, 1.596313, 1.622872, 1.727775, 2.164146",\
|
|
"1.587195, 1.596313, 1.622872, 1.727775, 2.164146",\
|
|
"1.587195, 1.596313, 1.622872, 1.727775, 2.164146",\
|
|
"1.587195, 1.596313, 1.622872, 1.727775, 2.164146",\
|
|
"1.453010, 1.462128, 1.488686, 1.593590, 2.029961");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019337, 0.027400, 0.056330, 0.205272, 0.842408",\
|
|
"0.019337, 0.027400, 0.056330, 0.205272, 0.842408",\
|
|
"0.019337, 0.027400, 0.056330, 0.205272, 0.842408",\
|
|
"0.019337, 0.027400, 0.056330, 0.205272, 0.842408",\
|
|
"0.019337, 0.027400, 0.056330, 0.205272, 0.842408");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.681015, 1.687885, 1.705725, 1.756039, 1.937054",\
|
|
"1.681015, 1.687885, 1.705725, 1.756039, 1.937054",\
|
|
"1.681015, 1.687885, 1.705725, 1.756039, 1.937054",\
|
|
"1.681015, 1.687885, 1.705725, 1.756039, 1.937054",\
|
|
"1.546830, 1.553700, 1.571540, 1.621854, 1.802869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016462, 0.020912, 0.033826, 0.089457, 0.334819",\
|
|
"0.016462, 0.020912, 0.033826, 0.089457, 0.334819",\
|
|
"0.016462, 0.020912, 0.033826, 0.089457, 0.334819",\
|
|
"0.016462, 0.020912, 0.033826, 0.089457, 0.334819",\
|
|
"0.016462, 0.020912, 0.033826, 0.089457, 0.334819");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[35]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.492269, 0.501388, 0.527947, 0.635350, 1.035291",\
|
|
"0.492269, 0.501388, 0.527947, 0.635350, 1.035291",\
|
|
"0.492269, 0.501388, 0.527947, 0.635350, 1.035291",\
|
|
"0.449488, 0.458607, 0.485166, 0.592569, 1.035291",\
|
|
"0.270697, 0.279817, 0.306377, 0.413781, 0.858332");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019350, 0.027411, 0.056336, 0.212758, 0.873985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.523040, 0.529887, 0.547680, 0.600852, 0.790854",\
|
|
"0.636823, 0.643670, 0.661463, 0.714634, 0.904637",\
|
|
"0.743418, 0.750264, 0.768058, 0.821230, 1.011233",\
|
|
"0.926172, 0.933019, 0.950813, 1.003985, 1.193988",\
|
|
"1.679174, 1.686021, 1.703815, 1.756988, 1.946991");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016326, 0.020771, 0.033710, 0.095250, 0.356421",\
|
|
"0.016326, 0.020771, 0.033711, 0.095250, 0.356421",\
|
|
"0.016327, 0.020772, 0.033712, 0.095251, 0.356421",\
|
|
"0.016329, 0.020774, 0.033713, 0.095251, 0.356421",\
|
|
"0.016330, 0.020776, 0.033714, 0.095252, 0.356422");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.411562, 0.420680, 0.447238, 0.552142, 0.988512",\
|
|
"0.411562, 0.420680, 0.447238, 0.552142, 0.988512",\
|
|
"0.411562, 0.420680, 0.447238, 0.552142, 0.988512",\
|
|
"0.411562, 0.420680, 0.447238, 0.552142, 0.988512",\
|
|
"0.234594, 0.243713, 0.270272, 0.375176, 0.811546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019338, 0.027401, 0.056331, 0.205272, 0.842407",\
|
|
"0.019338, 0.027401, 0.056331, 0.205272, 0.842407",\
|
|
"0.019339, 0.027402, 0.056331, 0.205272, 0.842407",\
|
|
"0.019340, 0.027403, 0.056332, 0.205272, 0.842407",\
|
|
"0.019342, 0.027405, 0.056333, 0.205272, 0.842407");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.507129, 0.513973, 0.531760, 0.582045, 0.763052",\
|
|
"0.620904, 0.627747, 0.645535, 0.695819, 0.876827",\
|
|
"0.727477, 0.734321, 0.752108, 0.802392, 0.983400",\
|
|
"0.910197, 0.917041, 0.934827, 0.985112, 1.166119",\
|
|
"1.663196, 1.670040, 1.687827, 1.738111, 1.919119");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016310, 0.020755, 0.033697, 0.089402, 0.334788",\
|
|
"0.016310, 0.020755, 0.033697, 0.089402, 0.334788",\
|
|
"0.016309, 0.020754, 0.033697, 0.089402, 0.334787",\
|
|
"0.016309, 0.020753, 0.033696, 0.089402, 0.334787",\
|
|
"0.016309, 0.020753, 0.033696, 0.089402, 0.334787");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.598716, 0.605563, 0.623357, 0.676529, 0.822547",\
|
|
"0.598716, 0.605563, 0.623357, 0.676529, 0.822547",\
|
|
"0.598716, 0.605563, 0.623357, 0.676529, 0.822547",\
|
|
"0.554612, 0.561459, 0.579253, 0.632426, 0.822429",\
|
|
"0.369248, 0.376095, 0.393890, 0.447062, 0.637065");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016326, 0.020771, 0.033710, 0.095250, 0.356421",\
|
|
"0.016326, 0.020771, 0.033711, 0.095250, 0.356421",\
|
|
"0.016327, 0.020772, 0.033712, 0.095251, 0.356421",\
|
|
"0.016329, 0.020774, 0.033713, 0.095251, 0.356421",\
|
|
"0.016330, 0.020776, 0.033714, 0.095252, 0.356422");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.488656, 0.497775, 0.524334, 0.631737, 1.076288",\
|
|
"0.602680, 0.611798, 0.638357, 0.745760, 1.190312",\
|
|
"0.709924, 0.719042, 0.745602, 0.853005, 1.297556",\
|
|
"0.893618, 0.902737, 0.929296, 1.036699, 1.481251",\
|
|
"1.647320, 1.656440, 1.683000, 1.790403, 2.234955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019342, 0.027405, 0.056333, 0.212758, 0.873986",\
|
|
"0.019350, 0.027411, 0.056336, 0.212758, 0.873985");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.538821, 0.545665, 0.563453, 0.613737, 0.794745",\
|
|
"0.538821, 0.545665, 0.563453, 0.613737, 0.794745",\
|
|
"0.538821, 0.545665, 0.563453, 0.613737, 0.794745",\
|
|
"0.538638, 0.545481, 0.563268, 0.613552, 0.794560",\
|
|
"0.353270, 0.360114, 0.377901, 0.428185, 0.609193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016310, 0.020755, 0.033697, 0.089402, 0.334788",\
|
|
"0.016310, 0.020755, 0.033697, 0.089402, 0.334788",\
|
|
"0.016309, 0.020754, 0.033697, 0.089402, 0.334787",\
|
|
"0.016309, 0.020753, 0.033696, 0.089402, 0.334787",\
|
|
"0.016309, 0.020753, 0.033696, 0.089402, 0.334787");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.452559, 0.461677, 0.488236, 0.593139, 1.029510",\
|
|
"0.566583, 0.575701, 0.602260, 0.707163, 1.143534",\
|
|
"0.673829, 0.682947, 0.709506, 0.814409, 1.250780",\
|
|
"0.857524, 0.866643, 0.893201, 0.998105, 1.434476",\
|
|
"1.611217, 1.620335, 1.646895, 1.751798, 2.188169");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019338, 0.027401, 0.056331, 0.205272, 0.842407",\
|
|
"0.019338, 0.027401, 0.056331, 0.205272, 0.842407",\
|
|
"0.019339, 0.027402, 0.056331, 0.205272, 0.842407",\
|
|
"0.019340, 0.027403, 0.056332, 0.205272, 0.842407",\
|
|
"0.019342, 0.027405, 0.056333, 0.205272, 0.842407");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.502878, 0.511997, 0.538557, 0.645960, 1.036176",\
|
|
"0.502878, 0.511997, 0.538557, 0.645960, 1.036176",\
|
|
"0.502878, 0.511997, 0.538557, 0.645960, 1.036176",\
|
|
"0.484649, 0.493768, 0.520328, 0.627732, 1.036176",\
|
|
"0.408639, 0.417760, 0.444321, 0.551725, 0.996276");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019345, 0.027407, 0.056334, 0.212758, 0.873986",\
|
|
"0.019345, 0.027407, 0.056334, 0.212758, 0.873986",\
|
|
"0.019346, 0.027408, 0.056334, 0.212758, 0.873986",\
|
|
"0.019348, 0.027410, 0.056335, 0.212758, 0.873986",\
|
|
"0.019357, 0.027417, 0.056339, 0.212757, 0.873985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.490879, 0.497743, 0.515571, 0.568763, 0.758771",\
|
|
"0.588401, 0.595266, 0.613093, 0.666286, 0.856294",\
|
|
"0.666655, 0.673520, 0.691347, 0.744540, 0.934548",\
|
|
"0.802754, 0.809618, 0.827446, 0.880638, 1.070646",\
|
|
"1.364694, 1.371559, 1.389388, 1.442581, 1.632589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016427, 0.020876, 0.033796, 0.095290, 0.356444",\
|
|
"0.016427, 0.020876, 0.033796, 0.095290, 0.356444",\
|
|
"0.016427, 0.020876, 0.033796, 0.095290, 0.356444",\
|
|
"0.016427, 0.020876, 0.033796, 0.095290, 0.356444",\
|
|
"0.016432, 0.020880, 0.033800, 0.095291, 0.356444");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.412455, 0.421574, 0.448134, 0.553037, 0.989408",\
|
|
"0.412455, 0.421574, 0.448134, 0.553037, 0.989408",\
|
|
"0.412455, 0.421574, 0.448134, 0.553037, 0.989408",\
|
|
"0.412455, 0.421574, 0.448134, 0.553037, 0.989408",\
|
|
"0.372551, 0.381672, 0.408233, 0.513137, 0.949509");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.019345, 0.027407, 0.056334, 0.205272, 0.842407",\
|
|
"0.019345, 0.027407, 0.056334, 0.205272, 0.842407",\
|
|
"0.019346, 0.027408, 0.056334, 0.205272, 0.842407",\
|
|
"0.019348, 0.027410, 0.056335, 0.205272, 0.842407",\
|
|
"0.019357, 0.027417, 0.056339, 0.205272, 0.842406");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.475158, 0.482022, 0.499850, 0.550157, 0.731171",\
|
|
"0.572681, 0.579545, 0.597373, 0.647680, 0.828693",\
|
|
"0.650935, 0.657799, 0.675627, 0.725934, 0.906947",\
|
|
"0.787033, 0.793898, 0.811725, 0.862032, 1.043046",\
|
|
"1.348973, 1.355838, 1.373667, 1.423975, 1.604989");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.016427, 0.020876, 0.033796, 0.089445, 0.334811",\
|
|
"0.016427, 0.020876, 0.033796, 0.089445, 0.334811",\
|
|
"0.016427, 0.020876, 0.033796, 0.089445, 0.334811",\
|
|
"0.016427, 0.020876, 0.033796, 0.089445, 0.334811",\
|
|
"0.016432, 0.020880, 0.033800, 0.089446, 0.334812");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una_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.003479 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "1.584043, 1.591670, 1.617862, 1.725243, 2.169313",\
|
|
"1.660255, 1.667882, 1.694075, 1.801456, 2.245525",\
|
|
"1.702371, 1.709998, 1.736191, 1.843571, 2.287641",\
|
|
"1.745993, 1.753619, 1.779812, 1.887193, 2.331263",\
|
|
"1.922722, 1.930349, 1.956542, 2.063922, 2.507992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.018111, 0.026424, 0.056263, 0.213826, 0.874959",\
|
|
"0.018111, 0.026424, 0.056263, 0.213826, 0.874959",\
|
|
"0.018111, 0.026424, 0.056263, 0.213826, 0.874959",\
|
|
"0.018111, 0.026424, 0.056263, 0.213826, 0.874959",\
|
|
"0.018111, 0.026424, 0.056263, 0.213826, 0.874959");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "1.589808, 1.595697, 1.612946, 1.665872, 1.855513",\
|
|
"1.666021, 1.671910, 1.689159, 1.742085, 1.931725",\
|
|
"1.708137, 1.714026, 1.731274, 1.784201, 1.973841",\
|
|
"1.751758, 1.757647, 1.774896, 1.827822, 2.017462",\
|
|
"1.928488, 1.934377, 1.951625, 2.004552, 2.194192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.015503, 0.019828, 0.032924, 0.095170, 0.356598",\
|
|
"0.015503, 0.019828, 0.032924, 0.095170, 0.356598",\
|
|
"0.015503, 0.019828, 0.032924, 0.095170, 0.356598",\
|
|
"0.015503, 0.019828, 0.032924, 0.095170, 0.356598",\
|
|
"0.015503, 0.019828, 0.032924, 0.095170, 0.356598");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[34]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "1.402948, 1.411602, 1.437795, 1.542566, 1.978299",\
|
|
"1.402948, 1.411602, 1.437795, 1.542566, 1.978299",\
|
|
"1.402948, 1.411602, 1.437795, 1.542566, 1.978299",\
|
|
"1.402948, 1.411602, 1.437795, 1.542566, 1.978299",\
|
|
"1.268763, 1.277417, 1.303609, 1.408381, 1.844113");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.018111, 0.026424, 0.056263, 0.206130, 0.842567",\
|
|
"0.018111, 0.026424, 0.056263, 0.206130, 0.842567",\
|
|
"0.018111, 0.026424, 0.056263, 0.206130, 0.842567",\
|
|
"0.018111, 0.026424, 0.056263, 0.206130, 0.842567",\
|
|
"0.018111, 0.026424, 0.056263, 0.206130, 0.842567");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "1.442000, 1.448434, 1.465683, 1.515630, 1.696334",\
|
|
"1.442000, 1.448434, 1.465683, 1.515630, 1.696334",\
|
|
"1.442000, 1.448434, 1.465683, 1.515630, 1.696334",\
|
|
"1.442000, 1.448434, 1.465683, 1.515630, 1.696334",\
|
|
"1.307815, 1.314249, 1.331497, 1.381444, 1.562148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.015503, 0.019828, 0.032924, 0.089280, 0.334546",\
|
|
"0.015503, 0.019828, 0.032924, 0.089280, 0.334546",\
|
|
"0.015503, 0.019828, 0.032924, 0.089280, 0.334546",\
|
|
"0.015503, 0.019828, 0.032924, 0.089280, 0.334546",\
|
|
"0.015503, 0.019828, 0.032924, 0.089280, 0.334546");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002456 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.690094, 1.699087, 1.725507, 1.832880, 2.277436",\
|
|
"1.766307, 1.775300, 1.801720, 1.909092, 2.353648",\
|
|
"1.808423, 1.817415, 1.843836, 1.951208, 2.395764",\
|
|
"1.852044, 1.861037, 1.887457, 1.994830, 2.439385",\
|
|
"2.028774, 2.037766, 2.064187, 2.171559, 2.616115");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018372, 0.026565, 0.055905, 0.212772, 0.874176",\
|
|
"0.018372, 0.026565, 0.055905, 0.212772, 0.874176",\
|
|
"0.018372, 0.026565, 0.055905, 0.212772, 0.874176",\
|
|
"0.018372, 0.026565, 0.055905, 0.212772, 0.874176",\
|
|
"0.018372, 0.026565, 0.055905, 0.212772, 0.874176");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.773782, 1.780576, 1.798256, 1.851355, 2.041386",\
|
|
"1.849995, 1.856788, 1.874469, 1.927567, 2.117599",\
|
|
"1.892111, 1.898904, 1.916585, 1.969683, 2.159715",\
|
|
"1.935732, 1.942526, 1.960206, 2.013304, 2.203336",\
|
|
"2.112462, 2.119255, 2.136936, 2.190034, 2.380066");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015969, 0.020405, 0.033410, 0.095039, 0.356438",\
|
|
"0.015969, 0.020405, 0.033410, 0.095039, 0.356438",\
|
|
"0.015969, 0.020405, 0.033410, 0.095039, 0.356438",\
|
|
"0.015969, 0.020405, 0.033410, 0.095039, 0.356438",\
|
|
"0.015969, 0.020405, 0.033410, 0.095039, 0.356438");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[33]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.575672, 1.584664, 1.611085, 1.715941, 2.152294",\
|
|
"1.575672, 1.584664, 1.611085, 1.715941, 2.152294",\
|
|
"1.575672, 1.584664, 1.611085, 1.715941, 2.152294",\
|
|
"1.575672, 1.584664, 1.611085, 1.715941, 2.152294",\
|
|
"1.441486, 1.450479, 1.476899, 1.581756, 2.018109");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018372, 0.026565, 0.055905, 0.205263, 0.842483",\
|
|
"0.018372, 0.026565, 0.055905, 0.205263, 0.842483",\
|
|
"0.018372, 0.026565, 0.055905, 0.205263, 0.842483",\
|
|
"0.018372, 0.026565, 0.055905, 0.205263, 0.842483",\
|
|
"0.018372, 0.026565, 0.055905, 0.205263, 0.842483");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.664984, 1.671777, 1.689458, 1.739678, 1.920675",\
|
|
"1.664984, 1.671777, 1.689458, 1.739678, 1.920675",\
|
|
"1.664984, 1.671777, 1.689458, 1.739678, 1.920675",\
|
|
"1.664984, 1.671777, 1.689458, 1.739678, 1.920675",\
|
|
"1.530799, 1.537592, 1.555273, 1.605492, 1.786489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015969, 0.020405, 0.033410, 0.089275, 0.334720",\
|
|
"0.015969, 0.020405, 0.033410, 0.089275, 0.334720",\
|
|
"0.015969, 0.020405, 0.033410, 0.089275, 0.334720",\
|
|
"0.015969, 0.020405, 0.033410, 0.089275, 0.334720",\
|
|
"0.015969, 0.020405, 0.033410, 0.089275, 0.334720");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[33]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.467322, 0.476315, 0.502737, 0.610109, 1.000452",\
|
|
"0.467322, 0.476315, 0.502737, 0.610109, 1.000452",\
|
|
"0.467322, 0.476315, 0.502737, 0.610109, 1.000452",\
|
|
"0.449111, 0.458105, 0.484527, 0.591900, 1.000452",\
|
|
"0.374061, 0.383056, 0.409480, 0.516853, 0.961410");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018378, 0.026570, 0.055907, 0.212772, 0.874175",\
|
|
"0.018378, 0.026571, 0.055907, 0.212772, 0.874175",\
|
|
"0.018379, 0.026571, 0.055908, 0.212772, 0.874175",\
|
|
"0.018381, 0.026573, 0.055909, 0.212772, 0.874175",\
|
|
"0.018391, 0.026582, 0.055913, 0.212772, 0.874175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.465532, 0.472320, 0.489989, 0.543081, 0.733111",\
|
|
"0.563057, 0.569845, 0.587514, 0.640606, 0.830636",\
|
|
"0.641326, 0.648114, 0.665783, 0.718874, 0.908904",\
|
|
"0.777501, 0.784288, 0.801957, 0.855048, 1.045079",\
|
|
"1.342264, 1.349057, 1.366736, 1.419834, 1.609865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015936, 0.020371, 0.033382, 0.095026, 0.356431",\
|
|
"0.015936, 0.020371, 0.033382, 0.095026, 0.356431",\
|
|
"0.015936, 0.020371, 0.033382, 0.095026, 0.356431",\
|
|
"0.015936, 0.020371, 0.033382, 0.095026, 0.356431",\
|
|
"0.015966, 0.020401, 0.033407, 0.095037, 0.356437");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.408537, 0.417531, 0.443952, 0.548809, 0.985162",\
|
|
"0.408537, 0.417531, 0.443952, 0.548809, 0.985162",\
|
|
"0.408537, 0.417531, 0.443952, 0.548809, 0.985162",\
|
|
"0.408537, 0.417531, 0.443952, 0.548809, 0.985162",\
|
|
"0.369490, 0.378485, 0.404908, 0.509766, 0.946119");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018378, 0.026570, 0.055907, 0.205263, 0.842481",\
|
|
"0.018378, 0.026571, 0.055907, 0.205263, 0.842481",\
|
|
"0.018379, 0.026571, 0.055908, 0.205263, 0.842481",\
|
|
"0.018381, 0.026573, 0.055909, 0.205263, 0.842481",\
|
|
"0.018391, 0.026582, 0.055913, 0.205263, 0.842481");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.465031, 0.471818, 0.489488, 0.539701, 0.720696",\
|
|
"0.562556, 0.569343, 0.587013, 0.637226, 0.818221",\
|
|
"0.640824, 0.647612, 0.665281, 0.715494, 0.896490",\
|
|
"0.776999, 0.783787, 0.801456, 0.851669, 1.032664",\
|
|
"1.341762, 1.348555, 1.366235, 1.416454, 1.597450");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015936, 0.020370, 0.033382, 0.089263, 0.334713",\
|
|
"0.015936, 0.020370, 0.033382, 0.089263, 0.334713",\
|
|
"0.015936, 0.020370, 0.033382, 0.089263, 0.334713",\
|
|
"0.015936, 0.020370, 0.033382, 0.089263, 0.334713",\
|
|
"0.015966, 0.020401, 0.033407, 0.089274, 0.334719");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.455478, 0.464476, 0.490902, 0.598276, 0.998229",\
|
|
"0.455478, 0.464476, 0.490902, 0.598276, 0.998229",\
|
|
"0.455478, 0.464476, 0.490902, 0.598276, 0.998229",\
|
|
"0.412689, 0.421687, 0.448113, 0.555487, 0.998229",\
|
|
"0.233905, 0.242903, 0.269330, 0.376704, 0.821262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018410, 0.026598, 0.055921, 0.212771, 0.874173",\
|
|
"0.018410, 0.026598, 0.055921, 0.212771, 0.874173",\
|
|
"0.018410, 0.026598, 0.055921, 0.212771, 0.874173",\
|
|
"0.018411, 0.026599, 0.055921, 0.212771, 0.874173",\
|
|
"0.018414, 0.026601, 0.055923, 0.212771, 0.874173");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.500184, 0.506962, 0.524612, 0.577693, 0.767720",\
|
|
"0.613966, 0.620744, 0.638395, 0.691475, 0.881502",\
|
|
"0.720559, 0.727338, 0.744989, 0.798069, 0.988097",\
|
|
"0.903312, 0.910091, 0.927742, 0.980823, 1.170850",\
|
|
"1.656318, 1.663097, 1.680749, 1.733830, 1.923857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015881, 0.020314, 0.033336, 0.095004, 0.356418",\
|
|
"0.015881, 0.020314, 0.033336, 0.095004, 0.356419",\
|
|
"0.015883, 0.020315, 0.033337, 0.095005, 0.356419",\
|
|
"0.015884, 0.020317, 0.033338, 0.095005, 0.356419",\
|
|
"0.015886, 0.020319, 0.033340, 0.095006, 0.356420");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.406226, 0.415219, 0.441639, 0.546496, 0.982849",\
|
|
"0.406226, 0.415219, 0.441639, 0.546496, 0.982849",\
|
|
"0.406226, 0.415219, 0.441639, 0.546496, 0.982849",\
|
|
"0.406226, 0.415219, 0.441639, 0.546496, 0.982849",\
|
|
"0.229268, 0.238262, 0.264684, 0.369541, 0.805894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018382, 0.026574, 0.055909, 0.205263, 0.842482");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.499491, 0.506267, 0.523912, 0.574111, 0.755103",\
|
|
"0.613265, 0.620041, 0.637686, 0.687885, 0.868877",\
|
|
"0.719836, 0.726611, 0.744256, 0.794456, 0.975447",\
|
|
"0.902553, 0.909328, 0.926972, 0.977172, 1.158163",\
|
|
"1.655553, 1.662329, 1.679973, 1.730173, 1.911164");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015866, 0.020298, 0.033323, 0.089238, 0.334699",\
|
|
"0.015865, 0.020298, 0.033323, 0.089237, 0.334698",\
|
|
"0.015865, 0.020297, 0.033322, 0.089237, 0.334698",\
|
|
"0.015865, 0.020296, 0.033321, 0.089237, 0.334698",\
|
|
"0.015865, 0.020296, 0.033321, 0.089237, 0.334698");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.575872, 0.582650, 0.600301, 0.653381, 0.799425",\
|
|
"0.575872, 0.582650, 0.600301, 0.653381, 0.799425",\
|
|
"0.575872, 0.582650, 0.600301, 0.653381, 0.799425",\
|
|
"0.531766, 0.538545, 0.556197, 0.609277, 0.799305",\
|
|
"0.346405, 0.353184, 0.370836, 0.423917, 0.613944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015881, 0.020314, 0.033336, 0.095004, 0.356418",\
|
|
"0.015881, 0.020314, 0.033336, 0.095004, 0.356419",\
|
|
"0.015883, 0.020315, 0.033337, 0.095005, 0.356419",\
|
|
"0.015884, 0.020317, 0.033338, 0.095005, 0.356419",\
|
|
"0.015886, 0.020319, 0.033340, 0.095006, 0.356420");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.453584, 0.462582, 0.489008, 0.596382, 1.040939",\
|
|
"0.567611, 0.576608, 0.603035, 0.710409, 1.154966",\
|
|
"0.674862, 0.683860, 0.710286, 0.817660, 1.262218",\
|
|
"0.858566, 0.867564, 0.893990, 1.001364, 1.445921",\
|
|
"1.612278, 1.621276, 1.647703, 1.755077, 2.199635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018410, 0.026598, 0.055921, 0.212771, 0.874173",\
|
|
"0.018410, 0.026598, 0.055921, 0.212771, 0.874173",\
|
|
"0.018410, 0.026598, 0.055921, 0.212771, 0.874173",\
|
|
"0.018411, 0.026599, 0.055921, 0.212771, 0.874173",\
|
|
"0.018414, 0.026601, 0.055923, 0.212771, 0.874173");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.531196, 0.537972, 0.555617, 0.605817, 0.786808",\
|
|
"0.531196, 0.537972, 0.555617, 0.605817, 0.786808",\
|
|
"0.531196, 0.537972, 0.555617, 0.605817, 0.786808",\
|
|
"0.531007, 0.537783, 0.555427, 0.605626, 0.786618",\
|
|
"0.345640, 0.352416, 0.370060, 0.420260, 0.601251");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.015866, 0.020298, 0.033323, 0.089238, 0.334699",\
|
|
"0.015865, 0.020298, 0.033323, 0.089237, 0.334698",\
|
|
"0.015865, 0.020297, 0.033322, 0.089237, 0.334698",\
|
|
"0.015865, 0.020296, 0.033321, 0.089237, 0.334698",\
|
|
"0.015865, 0.020296, 0.033321, 0.089237, 0.334698");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.448937, 0.457929, 0.484350, 0.589207, 1.025559",\
|
|
"0.562963, 0.571955, 0.598376, 0.703232, 1.139585",\
|
|
"0.670213, 0.679205, 0.705626, 0.810482, 1.246835",\
|
|
"0.853915, 0.862908, 0.889329, 0.994185, 1.430538",\
|
|
"1.607641, 1.616635, 1.643057, 1.747914, 2.184267");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018373, 0.026566, 0.055905, 0.205263, 0.842482",\
|
|
"0.018382, 0.026574, 0.055909, 0.205263, 0.842482");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv_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.002578 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.713305, 1.722339, 1.748819, 1.856205, 2.300680",\
|
|
"1.789518, 1.798551, 1.825032, 1.932418, 2.376893",\
|
|
"1.831633, 1.840667, 1.867148, 1.974534, 2.419009",\
|
|
"1.875255, 1.884288, 1.910769, 2.018155, 2.462630",\
|
|
"2.051984, 2.061018, 2.087499, 2.194885, 2.639360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018949, 0.027074, 0.056211, 0.212845, 0.874023",\
|
|
"0.018949, 0.027074, 0.056211, 0.212845, 0.874023",\
|
|
"0.018949, 0.027074, 0.056211, 0.212845, 0.874023",\
|
|
"0.018949, 0.027074, 0.056211, 0.212845, 0.874023",\
|
|
"0.018949, 0.027074, 0.056211, 0.212845, 0.874023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.791082, 1.797892, 1.815639, 1.868783, 2.058763",\
|
|
"1.867294, 1.874104, 1.891851, 1.944995, 2.134976",\
|
|
"1.909410, 1.916220, 1.933967, 1.987111, 2.177091",\
|
|
"1.953032, 1.959842, 1.977588, 2.030733, 2.220713",\
|
|
"2.129761, 2.136572, 2.154318, 2.207463, 2.397443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016281, 0.020713, 0.033665, 0.095157, 0.356401",\
|
|
"0.016281, 0.020713, 0.033665, 0.095157, 0.356401",\
|
|
"0.016281, 0.020713, 0.033665, 0.095157, 0.356401",\
|
|
"0.016281, 0.020713, 0.033665, 0.095157, 0.356401",\
|
|
"0.016281, 0.020713, 0.033665, 0.095157, 0.356401");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[32]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.571199, 1.580233, 1.606714, 1.711594, 2.147893",\
|
|
"1.571199, 1.580233, 1.606714, 1.711594, 2.147893",\
|
|
"1.571199, 1.580233, 1.606714, 1.711594, 2.147893",\
|
|
"1.571199, 1.580233, 1.606714, 1.711594, 2.147893",\
|
|
"1.437014, 1.446048, 1.472528, 1.577408, 2.013708");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018949, 0.027074, 0.056211, 0.205359, 0.842444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.667886, 1.674696, 1.692443, 1.742708, 1.923689",\
|
|
"1.667886, 1.674696, 1.692443, 1.742708, 1.923689",\
|
|
"1.667886, 1.674696, 1.692443, 1.742708, 1.923689",\
|
|
"1.667886, 1.674696, 1.692443, 1.742708, 1.923689",\
|
|
"1.533700, 1.540511, 1.558257, 1.608523, 1.789504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016281, 0.020713, 0.033665, 0.089407, 0.334773",\
|
|
"0.016281, 0.020713, 0.033665, 0.089407, 0.334773",\
|
|
"0.016281, 0.020713, 0.033665, 0.089407, 0.334773",\
|
|
"0.016281, 0.020713, 0.033665, 0.089407, 0.334773",\
|
|
"0.016281, 0.020713, 0.033665, 0.089407, 0.334773");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[32]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.479451, 0.488485, 0.514966, 0.622353, 1.022222",\
|
|
"0.479451, 0.488485, 0.514966, 0.622353, 1.022222",\
|
|
"0.479451, 0.488485, 0.514966, 0.622353, 1.022222",\
|
|
"0.436666, 0.445700, 0.472181, 0.579567, 1.022222",\
|
|
"0.257885, 0.266921, 0.293403, 0.400790, 0.845265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018952, 0.027077, 0.056212, 0.212845, 0.874023",\
|
|
"0.018952, 0.027077, 0.056212, 0.212845, 0.874023",\
|
|
"0.018952, 0.027077, 0.056212, 0.212845, 0.874023",\
|
|
"0.018953, 0.027077, 0.056213, 0.212845, 0.874023",\
|
|
"0.018961, 0.027084, 0.056216, 0.212845, 0.874023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.513984, 0.520772, 0.538476, 0.591595, 0.781569",\
|
|
"0.627766, 0.634555, 0.652259, 0.705378, 0.895352",\
|
|
"0.734361, 0.741150, 0.758854, 0.811974, 1.001947",\
|
|
"0.917116, 0.923905, 0.941610, 0.994729, 1.184703",\
|
|
"1.670120, 1.676910, 1.694615, 1.747735, 1.937709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016156, 0.020584, 0.033560, 0.095109, 0.356373",\
|
|
"0.016156, 0.020585, 0.033560, 0.095109, 0.356374",\
|
|
"0.016158, 0.020586, 0.033561, 0.095109, 0.356374",\
|
|
"0.016159, 0.020587, 0.033563, 0.095110, 0.356374",\
|
|
"0.016161, 0.020589, 0.033564, 0.095111, 0.356374");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.401029, 0.410063, 0.436544, 0.541424, 0.977723",\
|
|
"0.401029, 0.410063, 0.436544, 0.541424, 0.977723",\
|
|
"0.401029, 0.410063, 0.436544, 0.541424, 0.977723",\
|
|
"0.401029, 0.410063, 0.436544, 0.541424, 0.977723",\
|
|
"0.224061, 0.233095, 0.259577, 0.364457, 0.800757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018950, 0.027075, 0.056212, 0.205359, 0.842444",\
|
|
"0.018951, 0.027075, 0.056212, 0.205359, 0.842444",\
|
|
"0.018954, 0.027078, 0.056213, 0.205359, 0.842444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.498892, 0.505679, 0.523377, 0.573616, 0.754590",\
|
|
"0.612667, 0.619453, 0.637152, 0.687391, 0.868364",\
|
|
"0.719240, 0.726026, 0.743724, 0.793963, 0.974937",\
|
|
"0.901960, 0.908745, 0.926443, 0.976682, 1.157655",\
|
|
"1.654960, 1.661745, 1.679444, 1.729682, 1.910656");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016141, 0.020568, 0.033547, 0.089357, 0.334744",\
|
|
"0.016140, 0.020568, 0.033547, 0.089357, 0.334744",\
|
|
"0.016140, 0.020567, 0.033546, 0.089356, 0.334744",\
|
|
"0.016140, 0.020566, 0.033545, 0.089356, 0.334743",\
|
|
"0.016140, 0.020566, 0.033545, 0.089356, 0.334743");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.589654, 0.596443, 0.614147, 0.667267, 0.813257",\
|
|
"0.589654, 0.596443, 0.614147, 0.667267, 0.813257",\
|
|
"0.589654, 0.596443, 0.614147, 0.667267, 0.813257",\
|
|
"0.545549, 0.552338, 0.570043, 0.623163, 0.813137",\
|
|
"0.360187, 0.366976, 0.384682, 0.437802, 0.627776");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016156, 0.020584, 0.033560, 0.095109, 0.356373",\
|
|
"0.016156, 0.020585, 0.033560, 0.095109, 0.356374",\
|
|
"0.016158, 0.020586, 0.033561, 0.095109, 0.356374",\
|
|
"0.016159, 0.020587, 0.033563, 0.095110, 0.356374",\
|
|
"0.016161, 0.020589, 0.033564, 0.095111, 0.356374");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.475809, 0.484843, 0.511324, 0.618710, 1.063185",\
|
|
"0.589834, 0.598868, 0.625349, 0.732736, 1.177211",\
|
|
"0.697083, 0.706117, 0.732598, 0.839984, 1.284460",\
|
|
"0.880784, 0.889818, 0.916299, 1.023686, 1.468161",\
|
|
"1.634502, 1.643538, 1.670020, 1.777406, 2.221882");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018952, 0.027077, 0.056212, 0.212845, 0.874023",\
|
|
"0.018952, 0.027077, 0.056212, 0.212845, 0.874023",\
|
|
"0.018952, 0.027077, 0.056212, 0.212845, 0.874023",\
|
|
"0.018953, 0.027077, 0.056213, 0.212845, 0.874023",\
|
|
"0.018961, 0.027084, 0.056216, 0.212845, 0.874023");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.530581, 0.537367, 0.555065, 0.605304, 0.786278",\
|
|
"0.530581, 0.537367, 0.555065, 0.605304, 0.786278",\
|
|
"0.530581, 0.537367, 0.555065, 0.605304, 0.786278",\
|
|
"0.530393, 0.537178, 0.554876, 0.605115, 0.786089",\
|
|
"0.345026, 0.351812, 0.369510, 0.419749, 0.600723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016141, 0.020568, 0.033547, 0.089357, 0.334744",\
|
|
"0.016140, 0.020568, 0.033547, 0.089357, 0.334744",\
|
|
"0.016140, 0.020567, 0.033546, 0.089356, 0.334744",\
|
|
"0.016140, 0.020566, 0.033545, 0.089356, 0.334743",\
|
|
"0.016140, 0.020566, 0.033545, 0.089356, 0.334743");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.441993, 0.451027, 0.477507, 0.582388, 1.018687",\
|
|
"0.556019, 0.565053, 0.591533, 0.696414, 1.132713",\
|
|
"0.663269, 0.672303, 0.698784, 0.803664, 1.239964",\
|
|
"0.846971, 0.856005, 0.882486, 0.987366, 1.423666",\
|
|
"1.600678, 1.609712, 1.636194, 1.741074, 2.177374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018949, 0.027074, 0.056211, 0.205359, 0.842444",\
|
|
"0.018950, 0.027075, 0.056212, 0.205359, 0.842444",\
|
|
"0.018951, 0.027075, 0.056212, 0.205359, 0.842444",\
|
|
"0.018954, 0.027078, 0.056213, 0.205359, 0.842444");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.484785, 0.493820, 0.520301, 0.627688, 1.017265",\
|
|
"0.484785, 0.493820, 0.520301, 0.627688, 1.017265",\
|
|
"0.484785, 0.493820, 0.520301, 0.627688, 1.017265",\
|
|
"0.466624, 0.475659, 0.502141, 0.609527, 1.017265",\
|
|
"0.390370, 0.399406, 0.425889, 0.533276, 0.977752");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018956, 0.027080, 0.056214, 0.212845, 0.874023",\
|
|
"0.018956, 0.027080, 0.056214, 0.212845, 0.874023",\
|
|
"0.018956, 0.027080, 0.056214, 0.212845, 0.874023",\
|
|
"0.018958, 0.027082, 0.056215, 0.212845, 0.874023",\
|
|
"0.018968, 0.027090, 0.056219, 0.212845, 0.874023");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.476954, 0.483759, 0.501494, 0.554631, 0.744610",\
|
|
"0.574469, 0.581274, 0.599009, 0.652146, 0.842125",\
|
|
"0.652668, 0.659473, 0.677208, 0.730345, 0.920323",\
|
|
"0.788484, 0.795288, 0.813023, 0.866160, 1.056139",\
|
|
"1.349202, 1.356007, 1.373743, 1.426881, 1.616860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016247, 0.020678, 0.033637, 0.095144, 0.356394",\
|
|
"0.016247, 0.020678, 0.033637, 0.095144, 0.356394",\
|
|
"0.016247, 0.020678, 0.033637, 0.095144, 0.356394",\
|
|
"0.016247, 0.020678, 0.033637, 0.095144, 0.356394",\
|
|
"0.016251, 0.020682, 0.033640, 0.095146, 0.356395");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.396078, 0.405113, 0.431594, 0.536475, 0.972775",\
|
|
"0.396078, 0.405113, 0.431594, 0.536475, 0.972775",\
|
|
"0.396078, 0.405113, 0.431594, 0.536475, 0.972775",\
|
|
"0.396078, 0.405113, 0.431594, 0.536475, 0.972775",\
|
|
"0.356561, 0.365597, 0.392080, 0.496962, 0.933262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.018956, 0.027080, 0.056214, 0.205358, 0.842443",\
|
|
"0.018956, 0.027080, 0.056214, 0.205358, 0.842443",\
|
|
"0.018956, 0.027080, 0.056214, 0.205358, 0.842443",\
|
|
"0.018958, 0.027082, 0.056215, 0.205358, 0.842443",\
|
|
"0.018968, 0.027090, 0.056219, 0.205358, 0.842443");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.462055, 0.468859, 0.486594, 0.536854, 0.717833",\
|
|
"0.559570, 0.566374, 0.584109, 0.634369, 0.815348",\
|
|
"0.637769, 0.644573, 0.662308, 0.712568, 0.893547",\
|
|
"0.773584, 0.780389, 0.798123, 0.848383, 1.029362",\
|
|
"1.334302, 1.341107, 1.358843, 1.409103, 1.590083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.016247, 0.020678, 0.033636, 0.089395, 0.334766",\
|
|
"0.016247, 0.020678, 0.033636, 0.089395, 0.334766",\
|
|
"0.016247, 0.020678, 0.033636, 0.089395, 0.334766",\
|
|
"0.016247, 0.020678, 0.033636, 0.089395, 0.334766",\
|
|
"0.016251, 0.020682, 0.033640, 0.089396, 0.334766");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una_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.002972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "1.532610, 1.539873, 1.565971, 1.673235, 2.116688",\
|
|
"1.608822, 1.616085, 1.642183, 1.749447, 2.192901",\
|
|
"1.650938, 1.658201, 1.684299, 1.791563, 2.235016",\
|
|
"1.694559, 1.701822, 1.727920, 1.835184, 2.278638",\
|
|
"1.871289, 1.878552, 1.904650, 2.011914, 2.455368");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.016334, 0.024845, 0.055259, 0.212928, 0.872930",\
|
|
"0.016334, 0.024845, 0.055259, 0.212928, 0.872930",\
|
|
"0.016334, 0.024845, 0.055259, 0.212928, 0.872930",\
|
|
"0.016334, 0.024845, 0.055259, 0.212928, 0.872930",\
|
|
"0.016334, 0.024845, 0.055259, 0.212928, 0.872930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "1.559816, 1.565796, 1.583204, 1.635974, 1.825738",\
|
|
"1.636029, 1.642008, 1.659416, 1.712187, 1.901951",\
|
|
"1.678145, 1.684124, 1.701532, 1.754303, 1.944066",\
|
|
"1.721766, 1.727745, 1.745153, 1.797924, 1.987688",\
|
|
"1.898496, 1.904475, 1.921883, 1.974654, 2.164418");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.015219, 0.019671, 0.032703, 0.094831, 0.356167",\
|
|
"0.015219, 0.019671, 0.032703, 0.094831, 0.356167",\
|
|
"0.015219, 0.019671, 0.032703, 0.094831, 0.356167",\
|
|
"0.015219, 0.019671, 0.032703, 0.094831, 0.356167",\
|
|
"0.015219, 0.019671, 0.032703, 0.094831, 0.356167");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[31]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "1.421203, 1.429776, 1.455874, 1.560610, 1.995919",\
|
|
"1.421203, 1.429776, 1.455874, 1.560610, 1.995919",\
|
|
"1.421203, 1.429776, 1.455874, 1.560610, 1.995919",\
|
|
"1.421203, 1.429776, 1.455874, 1.560610, 1.995919",\
|
|
"1.287018, 1.295591, 1.321689, 1.426424, 1.861734");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.016334, 0.024845, 0.055259, 0.205449, 0.841396",\
|
|
"0.016334, 0.024845, 0.055259, 0.205449, 0.841396",\
|
|
"0.016334, 0.024845, 0.055259, 0.205449, 0.841396",\
|
|
"0.016334, 0.024845, 0.055259, 0.205449, 0.841396",\
|
|
"0.016334, 0.024845, 0.055259, 0.205449, 0.841396");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "1.450666, 1.457237, 1.474646, 1.524523, 1.705325",\
|
|
"1.450666, 1.457237, 1.474646, 1.524523, 1.705325",\
|
|
"1.450666, 1.457237, 1.474646, 1.524523, 1.705325",\
|
|
"1.450666, 1.457237, 1.474646, 1.524523, 1.705325",\
|
|
"1.316480, 1.323052, 1.340460, 1.390337, 1.571139");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.015219, 0.019671, 0.032703, 0.089119, 0.334592",\
|
|
"0.015219, 0.019671, 0.032703, 0.089119, 0.334592",\
|
|
"0.015219, 0.019671, 0.032703, 0.089119, 0.334592",\
|
|
"0.015219, 0.019671, 0.032703, 0.089119, 0.334592",\
|
|
"0.015219, 0.019671, 0.032703, 0.089119, 0.334592");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002477 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "1.524728, 1.533376, 1.559503, 1.666734, 2.110206",\
|
|
"1.600941, 1.609589, 1.635716, 1.742946, 2.186418",\
|
|
"1.643057, 1.651705, 1.677832, 1.785062, 2.228534",\
|
|
"1.686678, 1.695326, 1.721453, 1.828683, 2.272155",\
|
|
"1.863408, 1.872056, 1.898183, 2.005413, 2.448885");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.015879, 0.024412, 0.054844, 0.212289, 0.872022",\
|
|
"0.015879, 0.024412, 0.054844, 0.212289, 0.872022",\
|
|
"0.015879, 0.024412, 0.054844, 0.212289, 0.872022",\
|
|
"0.015879, 0.024412, 0.054844, 0.212289, 0.872022",\
|
|
"0.015879, 0.024412, 0.054844, 0.212289, 0.872022");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "1.555228, 1.561903, 1.579383, 1.632112, 1.821834",\
|
|
"1.631441, 1.638116, 1.655596, 1.708324, 1.898046",\
|
|
"1.673557, 1.680232, 1.697711, 1.750440, 1.940162",\
|
|
"1.717178, 1.723853, 1.741333, 1.794061, 1.983783",\
|
|
"1.893908, 1.900583, 1.918063, 1.970791, 2.160513");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.014992, 0.019507, 0.032562, 0.094524, 0.355588",\
|
|
"0.014992, 0.019507, 0.032562, 0.094524, 0.355588",\
|
|
"0.014992, 0.019507, 0.032562, 0.094524, 0.355588",\
|
|
"0.014992, 0.019507, 0.032562, 0.094524, 0.355588",\
|
|
"0.014992, 0.019507, 0.032562, 0.094524, 0.355588");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[30]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "1.416348, 1.424996, 1.451123, 1.555882, 1.991365",\
|
|
"1.416348, 1.424996, 1.451123, 1.555882, 1.991365",\
|
|
"1.416348, 1.424996, 1.451123, 1.555882, 1.991365",\
|
|
"1.416348, 1.424996, 1.451123, 1.555882, 1.991365",\
|
|
"1.282162, 1.290810, 1.316937, 1.421697, 1.857180");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.015879, 0.024412, 0.054844, 0.204995, 0.841196",\
|
|
"0.015879, 0.024412, 0.054844, 0.204995, 0.841196",\
|
|
"0.015879, 0.024412, 0.054844, 0.204995, 0.841196",\
|
|
"0.015879, 0.024412, 0.054844, 0.204995, 0.841196",\
|
|
"0.015879, 0.024412, 0.054844, 0.204995, 0.841196");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "1.446848, 1.453523, 1.471002, 1.520916, 1.701833",\
|
|
"1.446848, 1.453523, 1.471002, 1.520916, 1.701833",\
|
|
"1.446848, 1.453523, 1.471002, 1.520916, 1.701833",\
|
|
"1.446848, 1.453523, 1.471002, 1.520916, 1.701833",\
|
|
"1.312662, 1.319337, 1.336817, 1.386730, 1.567648");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.014992, 0.019507, 0.032562, 0.088960, 0.334595",\
|
|
"0.014992, 0.019507, 0.032562, 0.088960, 0.334595",\
|
|
"0.014992, 0.019507, 0.032562, 0.088960, 0.334595",\
|
|
"0.014992, 0.019507, 0.032562, 0.088960, 0.334595",\
|
|
"0.014992, 0.019507, 0.032562, 0.088960, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002509 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "1.530694, 1.539332, 1.565441, 1.672635, 2.115904",\
|
|
"1.606906, 1.615544, 1.641654, 1.748847, 2.192117",\
|
|
"1.649022, 1.657660, 1.683769, 1.790963, 2.234232",\
|
|
"1.692643, 1.701281, 1.727391, 1.834584, 2.277854",\
|
|
"1.869373, 1.878011, 1.904120, 2.011314, 2.454584");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.015903, 0.024439, 0.054884, 0.212138, 0.871264",\
|
|
"0.015903, 0.024439, 0.054884, 0.212138, 0.871264",\
|
|
"0.015903, 0.024439, 0.054884, 0.212138, 0.871264",\
|
|
"0.015903, 0.024439, 0.054884, 0.212138, 0.871264",\
|
|
"0.015903, 0.024439, 0.054884, 0.212138, 0.871264");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "1.559707, 1.566371, 1.583831, 1.636520, 1.826037",\
|
|
"1.635920, 1.642584, 1.660043, 1.712732, 1.902249",\
|
|
"1.678036, 1.684700, 1.702159, 1.754848, 1.944365",\
|
|
"1.721657, 1.728321, 1.745780, 1.798469, 1.987986",\
|
|
"1.898387, 1.905051, 1.922510, 1.975199, 2.164716");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.015007, 0.019522, 0.032585, 0.094389, 0.354973",\
|
|
"0.015007, 0.019522, 0.032585, 0.094389, 0.354973",\
|
|
"0.015007, 0.019522, 0.032585, 0.094389, 0.354973",\
|
|
"0.015007, 0.019522, 0.032585, 0.094389, 0.354973",\
|
|
"0.015007, 0.019522, 0.032585, 0.094389, 0.354973");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[29]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "1.422313, 1.430951, 1.457060, 1.561840, 1.997300",\
|
|
"1.422313, 1.430951, 1.457060, 1.561840, 1.997300",\
|
|
"1.422313, 1.430951, 1.457060, 1.561840, 1.997300",\
|
|
"1.422313, 1.430951, 1.457060, 1.561840, 1.997300",\
|
|
"1.288128, 1.296766, 1.322875, 1.427654, 1.863115");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.015903, 0.024439, 0.054884, 0.205020, 0.841188",\
|
|
"0.015903, 0.024439, 0.054884, 0.205020, 0.841188",\
|
|
"0.015903, 0.024439, 0.054884, 0.205020, 0.841188",\
|
|
"0.015903, 0.024439, 0.054884, 0.205020, 0.841188",\
|
|
"0.015903, 0.024439, 0.054884, 0.205020, 0.841188");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "1.451327, 1.457991, 1.475450, 1.525382, 1.706292",\
|
|
"1.451327, 1.457991, 1.475450, 1.525382, 1.706292",\
|
|
"1.451327, 1.457991, 1.475450, 1.525382, 1.706292",\
|
|
"1.451327, 1.457991, 1.475450, 1.525382, 1.706292",\
|
|
"1.317141, 1.323805, 1.341265, 1.391196, 1.572106");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.015007, 0.019522, 0.032585, 0.088970, 0.334595",\
|
|
"0.015007, 0.019522, 0.032585, 0.088970, 0.334595",\
|
|
"0.015007, 0.019522, 0.032585, 0.088970, 0.334595",\
|
|
"0.015007, 0.019522, 0.032585, 0.088970, 0.334595",\
|
|
"0.015007, 0.019522, 0.032585, 0.088970, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.003018 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "1.523826, 1.530631, 1.556739, 1.664021, 2.107614",\
|
|
"1.600038, 1.606843, 1.632952, 1.740234, 2.183827",\
|
|
"1.642154, 1.648959, 1.675068, 1.782349, 2.225943",\
|
|
"1.685775, 1.692580, 1.718689, 1.825971, 2.269564",\
|
|
"1.862505, 1.869310, 1.895419, 2.002701, 2.446294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.016371, 0.024878, 0.055282, 0.213145, 0.873645",\
|
|
"0.016371, 0.024878, 0.055282, 0.213145, 0.873645",\
|
|
"0.016371, 0.024878, 0.055282, 0.213145, 0.873645",\
|
|
"0.016371, 0.024878, 0.055282, 0.213145, 0.873645",\
|
|
"0.016371, 0.024878, 0.055282, 0.213145, 0.873645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "1.553169, 1.558619, 1.576034, 1.628837, 1.818543",\
|
|
"1.629382, 1.634832, 1.652247, 1.705050, 1.894755",\
|
|
"1.671498, 1.676947, 1.694363, 1.747166, 1.936871",\
|
|
"1.715119, 1.720569, 1.737984, 1.790787, 1.980492",\
|
|
"1.891849, 1.897299, 1.914714, 1.967517, 2.157222");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.015239, 0.019683, 0.032704, 0.094992, 0.356522",\
|
|
"0.015239, 0.019683, 0.032704, 0.094992, 0.356522",\
|
|
"0.015239, 0.019683, 0.032704, 0.094992, 0.356522",\
|
|
"0.015239, 0.019683, 0.032704, 0.094992, 0.356522",\
|
|
"0.015239, 0.019683, 0.032704, 0.094992, 0.356522");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[28]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "1.413166, 1.421735, 1.447843, 1.552559, 1.987844",\
|
|
"1.413166, 1.421735, 1.447843, 1.552559, 1.987844",\
|
|
"1.413166, 1.421735, 1.447843, 1.552559, 1.987844",\
|
|
"1.413166, 1.421735, 1.447843, 1.552559, 1.987844",\
|
|
"1.278980, 1.287549, 1.313658, 1.418374, 1.853659");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.016371, 0.024878, 0.055282, 0.205488, 0.841398",\
|
|
"0.016371, 0.024878, 0.055282, 0.205488, 0.841398",\
|
|
"0.016371, 0.024878, 0.055282, 0.205488, 0.841398",\
|
|
"0.016371, 0.024878, 0.055282, 0.205488, 0.841398",\
|
|
"0.016371, 0.024878, 0.055282, 0.205488, 0.841398");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "1.443353, 1.449919, 1.467334, 1.517190, 1.697981",\
|
|
"1.443353, 1.449919, 1.467334, 1.517190, 1.697981",\
|
|
"1.443353, 1.449919, 1.467334, 1.517190, 1.697981",\
|
|
"1.443353, 1.449919, 1.467334, 1.517190, 1.697981",\
|
|
"1.309167, 1.315733, 1.333148, 1.383004, 1.563795");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.015239, 0.019683, 0.032704, 0.089133, 0.334592",\
|
|
"0.015239, 0.019683, 0.032704, 0.089133, 0.334592",\
|
|
"0.015239, 0.019683, 0.032704, 0.089133, 0.334592",\
|
|
"0.015239, 0.019683, 0.032704, 0.089133, 0.334592",\
|
|
"0.015239, 0.019683, 0.032704, 0.089133, 0.334592");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002303 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "1.524198, 1.532879, 1.558999, 1.666195, 2.109675",\
|
|
"1.600411, 1.609091, 1.635212, 1.742408, 2.185888",\
|
|
"1.642527, 1.651207, 1.677327, 1.784523, 2.228004",\
|
|
"1.686148, 1.694828, 1.720949, 1.828145, 2.271625",\
|
|
"1.862878, 1.871558, 1.897679, 2.004875, 2.448355");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.015785, 0.024320, 0.054741, 0.211997, 0.871428",\
|
|
"0.015785, 0.024320, 0.054741, 0.211997, 0.871428",\
|
|
"0.015785, 0.024320, 0.054741, 0.211997, 0.871428",\
|
|
"0.015785, 0.024320, 0.054741, 0.211997, 0.871428",\
|
|
"0.015785, 0.024320, 0.054741, 0.211997, 0.871428");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "1.553653, 1.560361, 1.577848, 1.630543, 1.820120",\
|
|
"1.629866, 1.636574, 1.654061, 1.706756, 1.896333",\
|
|
"1.671982, 1.678689, 1.696177, 1.748872, 1.938449",\
|
|
"1.715603, 1.722311, 1.739798, 1.792493, 1.982070",\
|
|
"1.892333, 1.899041, 1.916528, 1.969223, 2.158800");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.014918, 0.019451, 0.032528, 0.094320, 0.354970",\
|
|
"0.014918, 0.019451, 0.032528, 0.094320, 0.354970",\
|
|
"0.014918, 0.019451, 0.032528, 0.094320, 0.354970",\
|
|
"0.014918, 0.019451, 0.032528, 0.094320, 0.354970",\
|
|
"0.014918, 0.019451, 0.032528, 0.094320, 0.354970");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[27]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "1.415818, 1.424498, 1.450619, 1.555404, 1.991071",\
|
|
"1.415818, 1.424498, 1.450619, 1.555404, 1.991071",\
|
|
"1.415818, 1.424498, 1.450619, 1.555404, 1.991071",\
|
|
"1.415818, 1.424498, 1.450619, 1.555404, 1.991071",\
|
|
"1.281632, 1.290313, 1.316433, 1.421218, 1.856885");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.015785, 0.024320, 0.054741, 0.204884, 0.841353",\
|
|
"0.015785, 0.024320, 0.054741, 0.204884, 0.841353",\
|
|
"0.015785, 0.024320, 0.054741, 0.204884, 0.841353",\
|
|
"0.015785, 0.024320, 0.054741, 0.204884, 0.841353",\
|
|
"0.015785, 0.024320, 0.054741, 0.204884, 0.841353");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "1.445273, 1.451981, 1.469468, 1.519416, 1.700375",\
|
|
"1.445273, 1.451981, 1.469468, 1.519416, 1.700375",\
|
|
"1.445273, 1.451981, 1.469468, 1.519416, 1.700375",\
|
|
"1.445273, 1.451981, 1.469468, 1.519416, 1.700375",\
|
|
"1.311087, 1.317795, 1.335282, 1.385230, 1.566190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.014918, 0.019451, 0.032528, 0.088904, 0.334593",\
|
|
"0.014918, 0.019451, 0.032528, 0.088904, 0.334593",\
|
|
"0.014918, 0.019451, 0.032528, 0.088904, 0.334593",\
|
|
"0.014918, 0.019451, 0.032528, 0.088904, 0.334593",\
|
|
"0.014918, 0.019451, 0.032528, 0.088904, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002362 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "1.500449, 1.509102, 1.535212, 1.642361, 2.085443",\
|
|
"1.576662, 1.585315, 1.611425, 1.718573, 2.161656",\
|
|
"1.618778, 1.627431, 1.653541, 1.760689, 2.203771",\
|
|
"1.662399, 1.671052, 1.697162, 1.804311, 2.247393",\
|
|
"1.839129, 1.847782, 1.873892, 1.981040, 2.424123");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.015736, 0.024284, 0.054756, 0.211801, 0.870342",\
|
|
"0.015736, 0.024284, 0.054756, 0.211801, 0.870342",\
|
|
"0.015736, 0.024284, 0.054756, 0.211801, 0.870342",\
|
|
"0.015736, 0.024284, 0.054756, 0.211801, 0.870342",\
|
|
"0.015736, 0.024284, 0.054756, 0.211801, 0.870342");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "1.529685, 1.536378, 1.553851, 1.604820, 1.795854",\
|
|
"1.605898, 1.612591, 1.630063, 1.681033, 1.872066",\
|
|
"1.648013, 1.654706, 1.672179, 1.723149, 1.914182",\
|
|
"1.691635, 1.698328, 1.715800, 1.766770, 1.957804",\
|
|
"1.868365, 1.875057, 1.892530, 1.943500, 2.134533");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.014938, 0.019476, 0.032550, 0.095416, 0.354365",\
|
|
"0.014938, 0.019476, 0.032550, 0.095416, 0.354365",\
|
|
"0.014938, 0.019476, 0.032550, 0.095416, 0.354365",\
|
|
"0.014938, 0.019476, 0.032550, 0.095416, 0.354365",\
|
|
"0.014938, 0.019476, 0.032550, 0.095416, 0.354365");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[26]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "1.386819, 1.395472, 1.421582, 1.526382, 1.961832",\
|
|
"1.386819, 1.395472, 1.421582, 1.526382, 1.961832",\
|
|
"1.386819, 1.395472, 1.421582, 1.526382, 1.961832",\
|
|
"1.386819, 1.395472, 1.421582, 1.526382, 1.961832",\
|
|
"1.252634, 1.261287, 1.287397, 1.392196, 1.827646");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.015736, 0.024284, 0.054756, 0.204860, 0.841014",\
|
|
"0.015736, 0.024284, 0.054756, 0.204860, 0.841014",\
|
|
"0.015736, 0.024284, 0.054756, 0.204860, 0.841014",\
|
|
"0.015736, 0.024284, 0.054756, 0.204860, 0.841014",\
|
|
"0.015736, 0.024284, 0.054756, 0.204860, 0.841014");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "1.416055, 1.422748, 1.440220, 1.490173, 1.671117",\
|
|
"1.416055, 1.422748, 1.440220, 1.490173, 1.671117",\
|
|
"1.416055, 1.422748, 1.440220, 1.490173, 1.671117",\
|
|
"1.416055, 1.422748, 1.440220, 1.490173, 1.671117",\
|
|
"1.281870, 1.288562, 1.306035, 1.355988, 1.536931");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.014938, 0.019476, 0.032550, 0.088923, 0.334597",\
|
|
"0.014938, 0.019476, 0.032550, 0.088923, 0.334597",\
|
|
"0.014938, 0.019476, 0.032550, 0.088923, 0.334597",\
|
|
"0.014938, 0.019476, 0.032550, 0.088923, 0.334597",\
|
|
"0.014938, 0.019476, 0.032550, 0.088923, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.003473 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "1.527319, 1.533825, 1.558960, 1.666299, 2.110651",\
|
|
"1.603531, 1.610038, 1.635172, 1.742511, 2.186863",\
|
|
"1.645647, 1.652154, 1.677288, 1.784627, 2.228979",\
|
|
"1.689269, 1.695775, 1.720909, 1.828249, 2.272600",\
|
|
"1.865998, 1.872505, 1.897639, 2.004978, 2.449330");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.016701, 0.025196, 0.055612, 0.213766, 0.875283",\
|
|
"0.016701, 0.025196, 0.055612, 0.213766, 0.875283",\
|
|
"0.016701, 0.025196, 0.055612, 0.213766, 0.875283",\
|
|
"0.016701, 0.025196, 0.055612, 0.213766, 0.875283",\
|
|
"0.016701, 0.025196, 0.055612, 0.213766, 0.875283");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "1.550677, 1.555422, 1.572151, 1.625006, 1.814864",\
|
|
"1.626890, 1.631635, 1.648363, 1.701218, 1.891077",\
|
|
"1.669005, 1.673751, 1.690479, 1.743334, 1.933193",\
|
|
"1.712627, 1.717372, 1.734100, 1.786955, 1.976814",\
|
|
"1.889356, 1.894102, 1.910830, 1.963685, 2.153544");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.015441, 0.019834, 0.032817, 0.095361, 0.357442",\
|
|
"0.015441, 0.019834, 0.032817, 0.095361, 0.357442",\
|
|
"0.015441, 0.019834, 0.032817, 0.095361, 0.357442",\
|
|
"0.015441, 0.019834, 0.032817, 0.095361, 0.357442",\
|
|
"0.015441, 0.019834, 0.032817, 0.095361, 0.357442");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[25]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "1.407394, 1.417448, 1.443548, 1.548224, 1.983182",\
|
|
"1.407394, 1.417448, 1.443548, 1.548224, 1.983182",\
|
|
"1.407394, 1.417448, 1.443548, 1.548224, 1.983182",\
|
|
"1.407394, 1.417448, 1.443548, 1.548224, 1.983182",\
|
|
"1.273208, 1.283263, 1.309363, 1.414039, 1.848997");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.016701, 0.025196, 0.055612, 0.205840, 0.841273",\
|
|
"0.016701, 0.025196, 0.055612, 0.205840, 0.841273",\
|
|
"0.016701, 0.025196, 0.055612, 0.205840, 0.841273",\
|
|
"0.016701, 0.025196, 0.055612, 0.205840, 0.841273",\
|
|
"0.016701, 0.025196, 0.055612, 0.205840, 0.841273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "1.433301, 1.440416, 1.457785, 1.507582, 1.688265",\
|
|
"1.433301, 1.440416, 1.457785, 1.507582, 1.688265",\
|
|
"1.433301, 1.440416, 1.457785, 1.507582, 1.688265",\
|
|
"1.433301, 1.440416, 1.457785, 1.507582, 1.688265",\
|
|
"1.299116, 1.306230, 1.323599, 1.373397, 1.554079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.015441, 0.019834, 0.032817, 0.089280, 0.334594",\
|
|
"0.015441, 0.019834, 0.032817, 0.089280, 0.334594",\
|
|
"0.015441, 0.019834, 0.032817, 0.089280, 0.334594",\
|
|
"0.015441, 0.019834, 0.032817, 0.089280, 0.334594",\
|
|
"0.015441, 0.019834, 0.032817, 0.089280, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002313 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "1.529868, 1.538532, 1.564645, 1.671797, 2.114929",\
|
|
"1.606081, 1.614745, 1.640857, 1.748010, 2.191142",\
|
|
"1.648197, 1.656860, 1.682973, 1.790125, 2.233258",\
|
|
"1.691818, 1.700482, 1.726594, 1.833747, 2.276879",\
|
|
"1.868548, 1.877212, 1.903324, 2.010476, 2.453609");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.015707, 0.024255, 0.054722, 0.211764, 0.870378",\
|
|
"0.015707, 0.024255, 0.054722, 0.211764, 0.870378",\
|
|
"0.015707, 0.024255, 0.054722, 0.211764, 0.870378",\
|
|
"0.015707, 0.024255, 0.054722, 0.211764, 0.870378",\
|
|
"0.015707, 0.024255, 0.054722, 0.211764, 0.870378");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "1.552545, 1.559249, 1.576729, 1.627703, 1.818748",\
|
|
"1.628758, 1.635462, 1.652942, 1.703916, 1.894961",\
|
|
"1.670874, 1.677578, 1.695058, 1.746031, 1.937077",\
|
|
"1.714495, 1.721199, 1.738679, 1.789653, 1.980698",\
|
|
"1.891225, 1.897929, 1.915409, 1.966383, 2.157428");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.014916, 0.019459, 0.032535, 0.095396, 0.354364",\
|
|
"0.014916, 0.019459, 0.032535, 0.095396, 0.354364",\
|
|
"0.014916, 0.019459, 0.032535, 0.095396, 0.354364",\
|
|
"0.014916, 0.019459, 0.032535, 0.095396, 0.354364",\
|
|
"0.014916, 0.019459, 0.032535, 0.095396, 0.354364");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[24]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "1.416238, 1.424902, 1.451015, 1.555815, 1.991314",\
|
|
"1.416238, 1.424902, 1.451015, 1.555815, 1.991314",\
|
|
"1.416238, 1.424902, 1.451015, 1.555815, 1.991314",\
|
|
"1.416238, 1.424902, 1.451015, 1.555815, 1.991314",\
|
|
"1.282053, 1.290717, 1.316829, 1.421630, 1.857129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.015707, 0.024255, 0.054722, 0.204828, 0.841053",\
|
|
"0.015707, 0.024255, 0.054722, 0.204828, 0.841053",\
|
|
"0.015707, 0.024255, 0.054722, 0.204828, 0.841053",\
|
|
"0.015707, 0.024255, 0.054722, 0.204828, 0.841053",\
|
|
"0.015707, 0.024255, 0.054722, 0.204828, 0.841053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "1.438915, 1.445619, 1.463099, 1.513055, 1.694010",\
|
|
"1.438915, 1.445619, 1.463099, 1.513055, 1.694010",\
|
|
"1.438915, 1.445619, 1.463099, 1.513055, 1.694010",\
|
|
"1.438915, 1.445619, 1.463099, 1.513055, 1.694010",\
|
|
"1.304730, 1.311434, 1.328914, 1.378870, 1.559825");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.014916, 0.019459, 0.032535, 0.088907, 0.334597",\
|
|
"0.014916, 0.019459, 0.032535, 0.088907, 0.334597",\
|
|
"0.014916, 0.019459, 0.032535, 0.088907, 0.334597",\
|
|
"0.014916, 0.019459, 0.032535, 0.088907, 0.334597",\
|
|
"0.014916, 0.019459, 0.032535, 0.088907, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "1.503955, 1.511720, 1.537815, 1.644896, 2.087756",\
|
|
"1.580167, 1.587933, 1.614028, 1.721108, 2.163969",\
|
|
"1.622283, 1.630049, 1.656144, 1.763224, 2.206084",\
|
|
"1.665904, 1.673670, 1.699765, 1.806846, 2.249706",\
|
|
"1.842634, 1.850400, 1.876495, 1.983575, 2.426435");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.015582, 0.024148, 0.054634, 0.211306, 0.868935",\
|
|
"0.015582, 0.024148, 0.054634, 0.211306, 0.868935",\
|
|
"0.015582, 0.024148, 0.054634, 0.211306, 0.868935",\
|
|
"0.015582, 0.024148, 0.054634, 0.211306, 0.868935",\
|
|
"0.015582, 0.024148, 0.054634, 0.211306, 0.868935");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "1.532432, 1.538511, 1.555984, 1.606934, 1.797592",\
|
|
"1.608645, 1.614724, 1.632197, 1.683147, 1.873805",\
|
|
"1.650761, 1.656839, 1.674312, 1.725263, 1.915921",\
|
|
"1.694382, 1.700461, 1.717934, 1.768884, 1.959542",\
|
|
"1.871112, 1.877190, 1.894664, 1.945614, 2.136272");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.014851, 0.019419, 0.032519, 0.094971, 0.353216",\
|
|
"0.014851, 0.019419, 0.032519, 0.094971, 0.353216",\
|
|
"0.014851, 0.019419, 0.032519, 0.094971, 0.353216",\
|
|
"0.014851, 0.019419, 0.032519, 0.094971, 0.353216",\
|
|
"0.014851, 0.019419, 0.032519, 0.094971, 0.353216");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[23]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "1.389394, 1.398090, 1.424185, 1.529026, 1.964593",\
|
|
"1.389394, 1.398090, 1.424185, 1.529026, 1.964593",\
|
|
"1.389394, 1.398090, 1.424185, 1.529026, 1.964593",\
|
|
"1.389394, 1.398090, 1.424185, 1.529026, 1.964593",\
|
|
"1.255209, 1.263905, 1.290000, 1.394841, 1.830408");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.015582, 0.024148, 0.054634, 0.204706, 0.841031",\
|
|
"0.015582, 0.024148, 0.054634, 0.204706, 0.841031",\
|
|
"0.015582, 0.024148, 0.054634, 0.204706, 0.841031",\
|
|
"0.015582, 0.024148, 0.054634, 0.204706, 0.841031",\
|
|
"0.015582, 0.024148, 0.054634, 0.204706, 0.841031");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "1.418140, 1.424881, 1.442354, 1.492355, 1.673343",\
|
|
"1.418140, 1.424881, 1.442354, 1.492355, 1.673343",\
|
|
"1.418140, 1.424881, 1.442354, 1.492355, 1.673343",\
|
|
"1.418140, 1.424881, 1.442354, 1.492355, 1.673343",\
|
|
"1.283955, 1.290695, 1.308169, 1.358170, 1.539158");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.014851, 0.019419, 0.032519, 0.088862, 0.334597",\
|
|
"0.014851, 0.019419, 0.032519, 0.088862, 0.334597",\
|
|
"0.014851, 0.019419, 0.032519, 0.088862, 0.334597",\
|
|
"0.014851, 0.019419, 0.032519, 0.088862, 0.334597",\
|
|
"0.014851, 0.019419, 0.032519, 0.088862, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002253 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "1.505609, 1.514304, 1.540432, 1.647636, 2.091176",\
|
|
"1.581821, 1.590517, 1.616645, 1.723848, 2.167388",\
|
|
"1.623937, 1.632633, 1.658761, 1.765964, 2.209504",\
|
|
"1.667558, 1.676254, 1.702382, 1.809585, 2.253125",\
|
|
"1.844288, 1.852984, 1.879112, 1.986315, 2.429855");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.015739, 0.024278, 0.054696, 0.211985, 0.871564",\
|
|
"0.015739, 0.024278, 0.054696, 0.211985, 0.871564",\
|
|
"0.015739, 0.024278, 0.054696, 0.211985, 0.871564",\
|
|
"0.015739, 0.024278, 0.054696, 0.211985, 0.871564",\
|
|
"0.015739, 0.024278, 0.054696, 0.211985, 0.871564");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "1.533779, 1.540503, 1.558002, 1.610705, 1.800334",\
|
|
"1.609991, 1.616716, 1.634215, 1.686917, 1.876547",\
|
|
"1.652107, 1.658832, 1.676330, 1.729033, 1.918663",\
|
|
"1.695728, 1.702453, 1.719952, 1.772654, 1.962284",\
|
|
"1.872458, 1.879183, 1.896682, 1.949384, 2.139014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.014893, 0.019433, 0.032510, 0.094331, 0.355090",\
|
|
"0.014893, 0.019433, 0.032510, 0.094331, 0.355090",\
|
|
"0.014893, 0.019433, 0.032510, 0.094331, 0.355090",\
|
|
"0.014893, 0.019433, 0.032510, 0.094331, 0.355090",\
|
|
"0.014893, 0.019433, 0.032510, 0.094331, 0.355090");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[22]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "1.389556, 1.398252, 1.424380, 1.529162, 1.964852",\
|
|
"1.389556, 1.398252, 1.424380, 1.529162, 1.964852",\
|
|
"1.389556, 1.398252, 1.424380, 1.529162, 1.964852",\
|
|
"1.389556, 1.398252, 1.424380, 1.529162, 1.964852",\
|
|
"1.255371, 1.264067, 1.290194, 1.394976, 1.830666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.015739, 0.024278, 0.054696, 0.204840, 0.841343",\
|
|
"0.015739, 0.024278, 0.054696, 0.204840, 0.841343",\
|
|
"0.015739, 0.024278, 0.054696, 0.204840, 0.841343",\
|
|
"0.015739, 0.024278, 0.054696, 0.204840, 0.841343",\
|
|
"0.015739, 0.024278, 0.054696, 0.204840, 0.841343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "1.418749, 1.425474, 1.442973, 1.492919, 1.673890",\
|
|
"1.418749, 1.425474, 1.442973, 1.492919, 1.673890",\
|
|
"1.418749, 1.425474, 1.442973, 1.492919, 1.673890",\
|
|
"1.418749, 1.425474, 1.442973, 1.492919, 1.673890",\
|
|
"1.284564, 1.291289, 1.308787, 1.358733, 1.539705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.014893, 0.019433, 0.032510, 0.088888, 0.334593",\
|
|
"0.014893, 0.019433, 0.032510, 0.088888, 0.334593",\
|
|
"0.014893, 0.019433, 0.032510, 0.088888, 0.334593",\
|
|
"0.014893, 0.019433, 0.032510, 0.088888, 0.334593",\
|
|
"0.014893, 0.019433, 0.032510, 0.088888, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002920 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "1.497092, 1.504344, 1.530439, 1.637673, 2.080982",\
|
|
"1.573304, 1.580556, 1.606652, 1.713886, 2.157195",\
|
|
"1.615420, 1.622672, 1.648768, 1.756002, 2.199310",\
|
|
"1.659042, 1.666294, 1.692389, 1.799623, 2.242932",\
|
|
"1.835771, 1.843023, 1.869119, 1.976353, 2.419662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.016258, 0.024776, 0.055209, 0.212753, 0.872353",\
|
|
"0.016258, 0.024776, 0.055209, 0.212753, 0.872353",\
|
|
"0.016258, 0.024776, 0.055209, 0.212753, 0.872353",\
|
|
"0.016258, 0.024776, 0.055209, 0.212753, 0.872353",\
|
|
"0.016258, 0.024776, 0.055209, 0.212753, 0.872353");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "1.526211, 1.531945, 1.549356, 1.602097, 1.791756",\
|
|
"1.602424, 1.608158, 1.625569, 1.678310, 1.867969",\
|
|
"1.644539, 1.650274, 1.667684, 1.720426, 1.910085",\
|
|
"1.688161, 1.693895, 1.711306, 1.764047, 1.953706",\
|
|
"1.864890, 1.870625, 1.888036, 1.940777, 2.130436");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.015194, 0.019657, 0.032692, 0.094727, 0.355794",\
|
|
"0.015194, 0.019657, 0.032692, 0.094727, 0.355794",\
|
|
"0.015194, 0.019657, 0.032692, 0.094727, 0.355794",\
|
|
"0.015194, 0.019657, 0.032692, 0.094727, 0.355794",\
|
|
"0.015194, 0.019657, 0.032692, 0.094727, 0.355794");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[21]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "1.381806, 1.390381, 1.416477, 1.521224, 1.956496",\
|
|
"1.381806, 1.390381, 1.416477, 1.521224, 1.956496",\
|
|
"1.381806, 1.390381, 1.416477, 1.521224, 1.956496",\
|
|
"1.381806, 1.390381, 1.416477, 1.521224, 1.956496",\
|
|
"1.247620, 1.256196, 1.282291, 1.387038, 1.822311");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.016258, 0.024776, 0.055209, 0.205380, 0.841273",\
|
|
"0.016258, 0.024776, 0.055209, 0.205380, 0.841273",\
|
|
"0.016258, 0.024776, 0.055209, 0.205380, 0.841273",\
|
|
"0.016258, 0.024776, 0.055209, 0.205380, 0.841273",\
|
|
"0.016258, 0.024776, 0.055209, 0.205380, 0.841273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "1.411530, 1.418112, 1.435523, 1.485410, 1.666223",\
|
|
"1.411530, 1.418112, 1.435523, 1.485410, 1.666223",\
|
|
"1.411530, 1.418112, 1.435523, 1.485410, 1.666223",\
|
|
"1.411530, 1.418112, 1.435523, 1.485410, 1.666223",\
|
|
"1.277345, 1.283927, 1.301337, 1.351225, 1.532038");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.015194, 0.019657, 0.032692, 0.089102, 0.334594",\
|
|
"0.015194, 0.019657, 0.032692, 0.089102, 0.334594",\
|
|
"0.015194, 0.019657, 0.032692, 0.089102, 0.334594",\
|
|
"0.015194, 0.019657, 0.032692, 0.089102, 0.334594",\
|
|
"0.015194, 0.019657, 0.032692, 0.089102, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "1.478516, 1.487361, 1.513468, 1.620509, 2.063662",\
|
|
"1.554729, 1.563573, 1.589681, 1.696721, 2.139874",\
|
|
"1.596844, 1.605689, 1.631797, 1.738837, 2.181990",\
|
|
"1.640465, 1.649310, 1.675418, 1.782458, 2.225611",\
|
|
"1.817195, 1.826040, 1.852148, 1.959188, 2.402341");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.015270, 0.023859, 0.054303, 0.210804, 0.868567",\
|
|
"0.015270, 0.023859, 0.054303, 0.210804, 0.868567",\
|
|
"0.015270, 0.023859, 0.054303, 0.210804, 0.868567",\
|
|
"0.015270, 0.023859, 0.054303, 0.210804, 0.868567",\
|
|
"0.015270, 0.023859, 0.054303, 0.210804, 0.868567");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "1.508558, 1.515442, 1.532968, 1.583908, 1.774502",\
|
|
"1.584770, 1.591655, 1.609180, 1.660121, 1.850715",\
|
|
"1.626886, 1.633771, 1.651296, 1.702237, 1.892831",\
|
|
"1.670507, 1.677392, 1.694918, 1.745858, 1.936452",\
|
|
"1.847237, 1.854122, 1.871647, 1.922588, 2.113182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.014628, 0.019255, 0.032397, 0.094626, 0.352650",\
|
|
"0.014628, 0.019255, 0.032397, 0.094626, 0.352650",\
|
|
"0.014628, 0.019255, 0.032397, 0.094626, 0.352650",\
|
|
"0.014628, 0.019255, 0.032397, 0.094626, 0.352650",\
|
|
"0.014628, 0.019255, 0.032397, 0.094626, 0.352650");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[20]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "1.364895, 1.373740, 1.399848, 1.504720, 1.940740",\
|
|
"1.364895, 1.373740, 1.399848, 1.504720, 1.940740",\
|
|
"1.364895, 1.373740, 1.399848, 1.504720, 1.940740",\
|
|
"1.364895, 1.373740, 1.399848, 1.504720, 1.940740",\
|
|
"1.230710, 1.239555, 1.265662, 1.370535, 1.806555");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.015270, 0.023859, 0.054303, 0.204377, 0.841361",\
|
|
"0.015270, 0.023859, 0.054303, 0.204377, 0.841361",\
|
|
"0.015270, 0.023859, 0.054303, 0.204377, 0.841361",\
|
|
"0.015270, 0.023859, 0.054303, 0.204377, 0.841361",\
|
|
"0.015270, 0.023859, 0.054303, 0.204377, 0.841361");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "1.394937, 1.401822, 1.419347, 1.469404, 1.650508",\
|
|
"1.394937, 1.401822, 1.419347, 1.469404, 1.650508",\
|
|
"1.394937, 1.401822, 1.419347, 1.469404, 1.650508",\
|
|
"1.394937, 1.401822, 1.419347, 1.469404, 1.650508",\
|
|
"1.260752, 1.267636, 1.285162, 1.335218, 1.516323");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.014628, 0.019255, 0.032397, 0.088707, 0.334593",\
|
|
"0.014628, 0.019255, 0.032397, 0.088707, 0.334593",\
|
|
"0.014628, 0.019255, 0.032397, 0.088707, 0.334593",\
|
|
"0.014628, 0.019255, 0.032397, 0.088707, 0.334593",\
|
|
"0.014628, 0.019255, 0.032397, 0.088707, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000964 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "1.538275, 1.547302, 1.573333, 1.681650, 2.122160",\
|
|
"1.614488, 1.623515, 1.649545, 1.757863, 2.198373",\
|
|
"1.656603, 1.665631, 1.691661, 1.799978, 2.240489",\
|
|
"1.700225, 1.709252, 1.735282, 1.843600, 2.284110",\
|
|
"1.876955, 1.885982, 1.912012, 2.020330, 2.460840");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.014693, 0.023352, 0.053858, 0.209961, 0.862420",\
|
|
"0.014693, 0.023352, 0.053858, 0.209961, 0.862420",\
|
|
"0.014693, 0.023352, 0.053858, 0.209961, 0.862420",\
|
|
"0.014693, 0.023352, 0.053858, 0.209961, 0.862420",\
|
|
"0.014693, 0.023352, 0.053858, 0.209961, 0.862420");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "1.565588, 1.572664, 1.590173, 1.641011, 1.829876",\
|
|
"1.641800, 1.648877, 1.666386, 1.717224, 1.906088",\
|
|
"1.683916, 1.690992, 1.708502, 1.759339, 1.948204",\
|
|
"1.727537, 1.734614, 1.752123, 1.802961, 1.991825",\
|
|
"1.904267, 1.911343, 1.928853, 1.979691, 2.168555");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.014283, 0.019036, 0.032298, 0.092724, 0.347779",\
|
|
"0.014283, 0.019036, 0.032298, 0.092724, 0.347779",\
|
|
"0.014283, 0.019036, 0.032298, 0.092724, 0.347779",\
|
|
"0.014283, 0.019036, 0.032298, 0.092724, 0.347779",\
|
|
"0.014283, 0.019036, 0.032298, 0.092724, 0.347779");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[19]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "1.425229, 1.434256, 1.460287, 1.565339, 2.001835",\
|
|
"1.425229, 1.434256, 1.460287, 1.565339, 2.001835",\
|
|
"1.425229, 1.434256, 1.460287, 1.565339, 2.001835",\
|
|
"1.425229, 1.434256, 1.460287, 1.565339, 2.001835",\
|
|
"1.291044, 1.300071, 1.326102, 1.431154, 1.867650");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.014693, 0.023352, 0.053858, 0.203798, 0.841478",\
|
|
"0.014693, 0.023352, 0.053858, 0.203798, 0.841478",\
|
|
"0.014693, 0.023352, 0.053858, 0.203798, 0.841478",\
|
|
"0.014693, 0.023352, 0.053858, 0.203798, 0.841478",\
|
|
"0.014693, 0.023352, 0.053858, 0.203798, 0.841478");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "1.455954, 1.463031, 1.480540, 1.530803, 1.712080",\
|
|
"1.455954, 1.463031, 1.480540, 1.530803, 1.712080",\
|
|
"1.455954, 1.463031, 1.480540, 1.530803, 1.712080",\
|
|
"1.455954, 1.463031, 1.480540, 1.530803, 1.712080",\
|
|
"1.321769, 1.328845, 1.346355, 1.396617, 1.577895");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.014283, 0.019036, 0.032298, 0.088473, 0.334591",\
|
|
"0.014283, 0.019036, 0.032298, 0.088473, 0.334591",\
|
|
"0.014283, 0.019036, 0.032298, 0.088473, 0.334591",\
|
|
"0.014283, 0.019036, 0.032298, 0.088473, 0.334591",\
|
|
"0.014283, 0.019036, 0.032298, 0.088473, 0.334591");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000944 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "1.525174, 1.534179, 1.560161, 1.668097, 2.113662",\
|
|
"1.601386, 1.610391, 1.636374, 1.744309, 2.189874",\
|
|
"1.643502, 1.652507, 1.678489, 1.786425, 2.231990",\
|
|
"1.687123, 1.696128, 1.722111, 1.830046, 2.275612",\
|
|
"1.863853, 1.872858, 1.898840, 2.006776, 2.452341");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.014576, 0.023265, 0.053856, 0.209017, 0.863968",\
|
|
"0.014576, 0.023265, 0.053856, 0.209017, 0.863968",\
|
|
"0.014576, 0.023265, 0.053856, 0.209017, 0.863968",\
|
|
"0.014576, 0.023265, 0.053856, 0.209017, 0.863968",\
|
|
"0.014576, 0.023265, 0.053856, 0.209017, 0.863968");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "1.554697, 1.561768, 1.579232, 1.630002, 1.817951",\
|
|
"1.630910, 1.637981, 1.655444, 1.706214, 1.894163",\
|
|
"1.673026, 1.680097, 1.697560, 1.748330, 1.936279",\
|
|
"1.716647, 1.723718, 1.741181, 1.791951, 1.979900",\
|
|
"1.893377, 1.900448, 1.917911, 1.968681, 2.156630");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.014278, 0.019045, 0.032339, 0.091962, 0.345628",\
|
|
"0.014278, 0.019045, 0.032339, 0.091962, 0.345628",\
|
|
"0.014278, 0.019045, 0.032339, 0.091962, 0.345628",\
|
|
"0.014278, 0.019045, 0.032339, 0.091962, 0.345628",\
|
|
"0.014278, 0.019045, 0.032339, 0.091962, 0.345628");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[18]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "1.416280, 1.425285, 1.451267, 1.556392, 1.992721",\
|
|
"1.416280, 1.425285, 1.451267, 1.556392, 1.992721",\
|
|
"1.416280, 1.425285, 1.451267, 1.556392, 1.992721",\
|
|
"1.416280, 1.425285, 1.451267, 1.556392, 1.992721",\
|
|
"1.282095, 1.291100, 1.317082, 1.422207, 1.858536");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.014576, 0.023265, 0.053856, 0.203710, 0.841149",\
|
|
"0.014576, 0.023265, 0.053856, 0.203710, 0.841149",\
|
|
"0.014576, 0.023265, 0.053856, 0.203710, 0.841149",\
|
|
"0.014576, 0.023265, 0.053856, 0.203710, 0.841149",\
|
|
"0.014576, 0.023265, 0.053856, 0.203710, 0.841149");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "1.445907, 1.452977, 1.470441, 1.520769, 1.702049",\
|
|
"1.445907, 1.452977, 1.470441, 1.520769, 1.702049",\
|
|
"1.445907, 1.452977, 1.470441, 1.520769, 1.702049",\
|
|
"1.445907, 1.452977, 1.470441, 1.520769, 1.702049",\
|
|
"1.311721, 1.318792, 1.336256, 1.386584, 1.567864");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.014278, 0.019045, 0.032339, 0.088467, 0.334596",\
|
|
"0.014278, 0.019045, 0.032339, 0.088467, 0.334596",\
|
|
"0.014278, 0.019045, 0.032339, 0.088467, 0.334596",\
|
|
"0.014278, 0.019045, 0.032339, 0.088467, 0.334596",\
|
|
"0.014278, 0.019045, 0.032339, 0.088467, 0.334596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "1.549231, 1.558212, 1.584191, 1.692146, 2.137733",\
|
|
"1.625443, 1.634425, 1.660404, 1.768359, 2.213945",\
|
|
"1.667559, 1.676540, 1.702520, 1.810474, 2.256061",\
|
|
"1.711180, 1.720162, 1.746141, 1.854096, 2.299682",\
|
|
"1.887910, 1.896892, 1.922871, 2.030825, 2.476412");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.014641, 0.023326, 0.053917, 0.209128, 0.864143",\
|
|
"0.014641, 0.023326, 0.053917, 0.209128, 0.864143",\
|
|
"0.014641, 0.023326, 0.053917, 0.209128, 0.864143",\
|
|
"0.014641, 0.023326, 0.053917, 0.209128, 0.864143",\
|
|
"0.014641, 0.023326, 0.053917, 0.209128, 0.864143");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "1.573990, 1.581036, 1.598491, 1.649263, 1.837235",\
|
|
"1.650202, 1.657249, 1.674703, 1.725475, 1.913448",\
|
|
"1.692318, 1.699364, 1.716819, 1.767591, 1.955564",\
|
|
"1.735939, 1.742986, 1.760440, 1.811212, 1.999185",\
|
|
"1.912669, 1.919716, 1.937170, 1.987942, 2.175915");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.014317, 0.019073, 0.032360, 0.092028, 0.345737",\
|
|
"0.014317, 0.019073, 0.032360, 0.092028, 0.345737",\
|
|
"0.014317, 0.019073, 0.032360, 0.092028, 0.345737",\
|
|
"0.014317, 0.019073, 0.032360, 0.092028, 0.345737",\
|
|
"0.014317, 0.019073, 0.032360, 0.092028, 0.345737");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[17]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "1.440850, 1.449831, 1.475811, 1.580930, 2.017206",\
|
|
"1.440850, 1.449831, 1.475811, 1.580930, 2.017206",\
|
|
"1.440850, 1.449831, 1.475811, 1.580930, 2.017206",\
|
|
"1.440850, 1.449831, 1.475811, 1.580930, 2.017206",\
|
|
"1.306665, 1.315646, 1.341625, 1.446745, 1.883020");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.014641, 0.023326, 0.053917, 0.203776, 0.841136",\
|
|
"0.014641, 0.023326, 0.053917, 0.203776, 0.841136",\
|
|
"0.014641, 0.023326, 0.053917, 0.203776, 0.841136",\
|
|
"0.014641, 0.023326, 0.053917, 0.203776, 0.841136",\
|
|
"0.014641, 0.023326, 0.053917, 0.203776, 0.841136");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "1.465609, 1.472656, 1.490110, 1.540429, 1.721689",\
|
|
"1.465609, 1.472656, 1.490110, 1.540429, 1.721689",\
|
|
"1.465609, 1.472656, 1.490110, 1.540429, 1.721689",\
|
|
"1.465609, 1.472656, 1.490110, 1.540429, 1.721689",\
|
|
"1.331424, 1.338470, 1.355925, 1.406244, 1.587504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.014317, 0.019073, 0.032360, 0.088493, 0.334596",\
|
|
"0.014317, 0.019073, 0.032360, 0.088493, 0.334596",\
|
|
"0.014317, 0.019073, 0.032360, 0.088493, 0.334596",\
|
|
"0.014317, 0.019073, 0.032360, 0.088493, 0.334596",\
|
|
"0.014317, 0.019073, 0.032360, 0.088493, 0.334596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000963 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "1.553521, 1.562519, 1.588483, 1.696329, 2.141564",\
|
|
"1.629734, 1.638732, 1.664696, 1.772542, 2.217777",\
|
|
"1.671850, 1.680847, 1.706812, 1.814657, 2.259892",\
|
|
"1.715471, 1.724469, 1.750433, 1.858279, 2.303514",\
|
|
"1.892201, 1.901199, 1.927163, 2.035009, 2.480243");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.014614, 0.023302, 0.053895, 0.208845, 0.863158",\
|
|
"0.014614, 0.023302, 0.053895, 0.208845, 0.863158",\
|
|
"0.014614, 0.023302, 0.053895, 0.208845, 0.863158",\
|
|
"0.014614, 0.023302, 0.053895, 0.208845, 0.863158",\
|
|
"0.014614, 0.023302, 0.053895, 0.208845, 0.863158");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "1.575708, 1.582768, 1.600213, 1.650968, 1.838691",\
|
|
"1.651921, 1.658981, 1.676425, 1.727181, 1.914904",\
|
|
"1.694036, 1.701096, 1.718541, 1.769296, 1.957019",\
|
|
"1.737658, 1.744718, 1.762162, 1.812918, 2.000641",\
|
|
"1.914387, 1.921448, 1.938892, 1.989648, 2.177371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.014287, 0.019055, 0.032360, 0.091789, 0.345120",\
|
|
"0.014287, 0.019055, 0.032360, 0.091789, 0.345120",\
|
|
"0.014287, 0.019055, 0.032360, 0.091789, 0.345120",\
|
|
"0.014287, 0.019055, 0.032360, 0.091789, 0.345120",\
|
|
"0.014287, 0.019055, 0.032360, 0.091789, 0.345120");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[16]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "1.442283, 1.451281, 1.477245, 1.582389, 2.018745",\
|
|
"1.442283, 1.451281, 1.477245, 1.582389, 2.018745",\
|
|
"1.442283, 1.451281, 1.477245, 1.582389, 2.018745",\
|
|
"1.442283, 1.451281, 1.477245, 1.582389, 2.018745",\
|
|
"1.308098, 1.317095, 1.343060, 1.448203, 1.884559");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.014614, 0.023302, 0.053895, 0.203742, 0.841218",\
|
|
"0.014614, 0.023302, 0.053895, 0.203742, 0.841218",\
|
|
"0.014614, 0.023302, 0.053895, 0.203742, 0.841218",\
|
|
"0.014614, 0.023302, 0.053895, 0.203742, 0.841218",\
|
|
"0.014614, 0.023302, 0.053895, 0.203742, 0.841218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "1.467026, 1.474086, 1.491531, 1.541878, 1.723154",\
|
|
"1.467026, 1.474086, 1.491531, 1.541878, 1.723154",\
|
|
"1.467026, 1.474086, 1.491531, 1.541878, 1.723154",\
|
|
"1.467026, 1.474086, 1.491531, 1.541878, 1.723154",\
|
|
"1.332841, 1.339901, 1.357345, 1.407693, 1.588969");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.014287, 0.019055, 0.032360, 0.088473, 0.334595",\
|
|
"0.014287, 0.019055, 0.032360, 0.088473, 0.334595",\
|
|
"0.014287, 0.019055, 0.032360, 0.088473, 0.334595",\
|
|
"0.014287, 0.019055, 0.032360, 0.088473, 0.334595",\
|
|
"0.014287, 0.019055, 0.032360, 0.088473, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002244 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "1.893839, 1.919747, 1.978992, 2.188096, 2.784834",\
|
|
"1.970052, 1.995960, 2.055205, 2.264308, 2.861047",\
|
|
"2.012167, 2.038076, 2.097321, 2.306424, 2.903162",\
|
|
"2.055789, 2.081697, 2.140942, 2.350045, 2.946784",\
|
|
"2.232518, 2.258427, 2.317672, 2.526775, 3.123514");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.019747, 0.047287, 0.128933, 0.433673, 1.304507",\
|
|
"0.019747, 0.047287, 0.128933, 0.433673, 1.304507",\
|
|
"0.019747, 0.047287, 0.128933, 0.433673, 1.304507",\
|
|
"0.019747, 0.047287, 0.128933, 0.433673, 1.304507",\
|
|
"0.019747, 0.047287, 0.128933, 0.433673, 1.304507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "1.944250, 1.966153, 2.006197, 2.129878, 2.471269",\
|
|
"2.020462, 2.042366, 2.082410, 2.206090, 2.547482",\
|
|
"2.062578, 2.084481, 2.124526, 2.248206, 2.589598",\
|
|
"2.106199, 2.128102, 2.168147, 2.291827, 2.633219",\
|
|
"2.282929, 2.304832, 2.344877, 2.468557, 2.809949");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.017529, 0.034878, 0.077881, 0.239980, 0.715280",\
|
|
"0.017529, 0.034878, 0.077881, 0.239980, 0.715280",\
|
|
"0.017529, 0.034878, 0.077881, 0.239980, 0.715280",\
|
|
"0.017529, 0.034878, 0.077881, 0.239980, 0.715280",\
|
|
"0.017529, 0.034878, 0.077881, 0.239980, 0.715280");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[15]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "1.547411, 1.574587, 1.632572, 1.838456, 2.425921",\
|
|
"1.547411, 1.574587, 1.632572, 1.838456, 2.425921",\
|
|
"1.547411, 1.574587, 1.632572, 1.838456, 2.425921",\
|
|
"1.547411, 1.574587, 1.632572, 1.838456, 2.425921",\
|
|
"1.413226, 1.440401, 1.498387, 1.704270, 2.291736");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.019701, 0.047268, 0.126587, 0.425209, 1.278549",\
|
|
"0.019701, 0.047268, 0.126587, 0.425209, 1.278549",\
|
|
"0.019701, 0.047268, 0.126587, 0.425209, 1.278549",\
|
|
"0.019701, 0.047268, 0.126587, 0.425209, 1.278549",\
|
|
"0.019701, 0.047268, 0.126587, 0.425209, 1.278549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "1.620339, 1.642897, 1.681677, 1.802019, 2.141220",\
|
|
"1.620339, 1.642897, 1.681677, 1.802019, 2.141220",\
|
|
"1.620339, 1.642897, 1.681677, 1.802019, 2.141220",\
|
|
"1.620339, 1.642897, 1.681677, 1.802019, 2.141220",\
|
|
"1.486154, 1.508711, 1.547492, 1.667834, 2.007035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.017514, 0.034863, 0.075525, 0.231281, 0.693770",\
|
|
"0.017514, 0.034863, 0.075525, 0.231281, 0.693770",\
|
|
"0.017514, 0.034863, 0.075525, 0.231281, 0.693770",\
|
|
"0.017514, 0.034863, 0.075525, 0.231281, 0.693770",\
|
|
"0.017514, 0.034863, 0.075525, 0.231281, 0.693770");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[15]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.310435, 0.336349, 0.395587, 0.604663, 1.133681",\
|
|
"0.310435, 0.336349, 0.395587, 0.604663, 1.133681",\
|
|
"0.310435, 0.336349, 0.395587, 0.604663, 1.133681",\
|
|
"0.294286, 0.320270, 0.379504, 0.588527, 1.133681",\
|
|
"0.223820, 0.250499, 0.309860, 0.518943, 1.116583");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.019707, 0.047271, 0.128932, 0.433680, 1.304576",\
|
|
"0.019752, 0.047289, 0.128934, 0.433680, 1.304576",\
|
|
"0.019849, 0.047327, 0.128938, 0.433680, 1.304576",\
|
|
"0.020203, 0.047518, 0.128977, 0.433680, 1.304576",\
|
|
"0.021835, 0.048760, 0.129318, 0.433680, 1.305936");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.318324, 0.340224, 0.380268, 0.503949, 0.845329",\
|
|
"0.421644, 0.443541, 0.483585, 0.607265, 0.948626",\
|
|
"0.546802, 0.568660, 0.608702, 0.732385, 1.073570",\
|
|
"0.762210, 0.784007, 0.824044, 0.947732, 1.288636",\
|
|
"1.644126, 1.667192, 1.708053, 1.831917, 2.172398");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.017532, 0.034880, 0.077883, 0.239977, 0.715188",\
|
|
"0.017537, 0.034885, 0.077885, 0.239971, 0.715044",\
|
|
"0.017581, 0.034925, 0.077906, 0.239921, 0.713721",\
|
|
"0.017650, 0.034989, 0.077939, 0.239842, 0.711612",\
|
|
"0.020583, 0.037757, 0.079375, 0.239615, 0.711051");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.223171, 0.250348, 0.308333, 0.514215, 1.101682",\
|
|
"0.223171, 0.250348, 0.308333, 0.514215, 1.101682",\
|
|
"0.223171, 0.250348, 0.308333, 0.514215, 1.101682",\
|
|
"0.213578, 0.240890, 0.298861, 0.504651, 1.092254",\
|
|
"-0.001617, 0.026585, 0.084683, 0.290535, 0.878910");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.019707, 0.047271, 0.126587, 0.425117, 1.278087",\
|
|
"0.019752, 0.047289, 0.126589, 0.425117, 1.278087",\
|
|
"0.019849, 0.047327, 0.126594, 0.425117, 1.278087",\
|
|
"0.020203, 0.047518, 0.126633, 0.425117, 1.278087",\
|
|
"0.021835, 0.048760, 0.126974, 0.425117, 1.279900");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.305233, 0.327776, 0.366555, 0.486898, 0.826039",\
|
|
"0.397178, 0.419717, 0.458496, 0.578839, 0.917964",\
|
|
"0.506889, 0.529392, 0.568169, 0.688515, 1.027497",\
|
|
"0.686693, 0.709139, 0.747912, 0.868262, 1.207017",\
|
|
"1.421698, 1.445609, 1.485205, 1.605732, 1.944056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002244, 0.026554, 0.090971, 0.326083, 1.000000");
|
|
values ( "0.017532, 0.034880, 0.075534, 0.231260, 0.693204",\
|
|
"0.017537, 0.034885, 0.075536, 0.231255, 0.693059",\
|
|
"0.017581, 0.034925, 0.075557, 0.231205, 0.691731",\
|
|
"0.017650, 0.034989, 0.075590, 0.231125, 0.689613",\
|
|
"0.020583, 0.037757, 0.077027, 0.230898, 0.689053");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_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.001327 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "1.895100, 1.922875, 1.981484, 2.190731, 2.787286",\
|
|
"1.971312, 1.999088, 2.057697, 2.266944, 2.863499",\
|
|
"2.013428, 2.041203, 2.099813, 2.309060, 2.905615",\
|
|
"2.057049, 2.084825, 2.143434, 2.352681, 2.949236",\
|
|
"2.233779, 2.261554, 2.320163, 2.529411, 3.125966");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.018803, 0.046250, 0.124242, 0.431544, 1.301427",\
|
|
"0.018803, 0.046250, 0.124242, 0.431544, 1.301427",\
|
|
"0.018803, 0.046250, 0.124242, 0.431544, 1.301427",\
|
|
"0.018803, 0.046250, 0.124242, 0.431544, 1.301427",\
|
|
"0.018803, 0.046250, 0.124242, 0.431544, 1.301427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "1.936958, 1.960141, 1.999744, 2.123474, 2.471446",\
|
|
"2.013170, 2.036354, 2.075957, 2.199687, 2.547658",\
|
|
"2.055286, 2.078469, 2.118072, 2.241802, 2.589774",\
|
|
"2.098907, 2.122091, 2.161694, 2.285424, 2.633395",\
|
|
"2.275637, 2.298820, 2.338423, 2.462154, 2.810125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.016666, 0.034341, 0.073964, 0.238368, 0.716770",\
|
|
"0.016666, 0.034341, 0.073964, 0.238368, 0.716770",\
|
|
"0.016666, 0.034341, 0.073964, 0.238368, 0.716770",\
|
|
"0.016666, 0.034341, 0.073964, 0.238368, 0.716770",\
|
|
"0.016666, 0.034341, 0.073964, 0.238368, 0.716770");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[14]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "1.506959, 1.534726, 1.593338, 1.798611, 2.386901",\
|
|
"1.506959, 1.534726, 1.593338, 1.798611, 2.386901",\
|
|
"1.506959, 1.534726, 1.593338, 1.798611, 2.386901",\
|
|
"1.506959, 1.534726, 1.593338, 1.798611, 2.386901",\
|
|
"1.372774, 1.400540, 1.459152, 1.664425, 2.252716");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.018759, 0.046233, 0.124240, 0.424027, 1.278323",\
|
|
"0.018759, 0.046233, 0.124240, 0.424027, 1.278323",\
|
|
"0.018759, 0.046233, 0.124240, 0.424027, 1.278323",\
|
|
"0.018759, 0.046233, 0.124240, 0.424027, 1.278323",\
|
|
"0.018759, 0.046233, 0.124240, 0.424027, 1.278323");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "1.598444, 1.621639, 1.661243, 1.780891, 2.120532",\
|
|
"1.598444, 1.621639, 1.661243, 1.780891, 2.120532",\
|
|
"1.598444, 1.621639, 1.661243, 1.780891, 2.120532",\
|
|
"1.598444, 1.621639, 1.661243, 1.780891, 2.120532",\
|
|
"1.464258, 1.487453, 1.527057, 1.646706, 1.986347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.016650, 0.034327, 0.073957, 0.230644, 0.693573",\
|
|
"0.016650, 0.034327, 0.073957, 0.230644, 0.693573",\
|
|
"0.016650, 0.034327, 0.073957, 0.230644, 0.693573",\
|
|
"0.016650, 0.034327, 0.073957, 0.230644, 0.693573",\
|
|
"0.016650, 0.034327, 0.073957, 0.230644, 0.693573");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[14]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.644147, 0.671916, 0.730527, 0.939783, 1.536332",\
|
|
"0.745341, 0.773110, 0.831721, 1.040977, 1.637526",\
|
|
"0.821522, 0.849292, 0.907903, 1.117158, 1.713707",\
|
|
"0.944032, 0.971802, 1.030413, 1.239668, 1.836217",\
|
|
"1.447049, 1.474818, 1.533429, 1.742684, 2.339234");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.018772, 0.046238, 0.124241, 0.431549, 1.301479",\
|
|
"0.018772, 0.046238, 0.124241, 0.431549, 1.301479",\
|
|
"0.018772, 0.046238, 0.124241, 0.431549, 1.301479",\
|
|
"0.018772, 0.046238, 0.124241, 0.431549, 1.301479",\
|
|
"0.018772, 0.046238, 0.124241, 0.431549, 1.301478");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.682272, 0.705453, 0.745055, 0.868786, 1.216746",\
|
|
"0.830725, 0.853906, 0.893509, 1.017239, 1.365200",\
|
|
"0.986192, 1.009372, 1.048975, 1.172706, 1.520666",\
|
|
"1.279717, 1.302898, 1.342501, 1.466231, 1.814192",\
|
|
"2.472620, 2.495801, 2.535404, 2.659134, 3.007095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.016669, 0.034344, 0.073966, 0.238364, 0.716671",\
|
|
"0.016669, 0.034344, 0.073966, 0.238364, 0.716671",\
|
|
"0.016669, 0.034344, 0.073966, 0.238364, 0.716671",\
|
|
"0.016669, 0.034344, 0.073966, 0.238364, 0.716671",\
|
|
"0.016669, 0.034344, 0.073966, 0.238364, 0.716671");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.595401, 0.623170, 0.681781, 0.887051, 1.475344",\
|
|
"0.595401, 0.623170, 0.681781, 0.887051, 1.475344",\
|
|
"0.589731, 0.617500, 0.676111, 0.881381, 1.469674",\
|
|
"0.471070, 0.498839, 0.557450, 0.762720, 1.351013",\
|
|
"-0.019839, 0.007930, 0.066541, 0.271811, 0.860104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.018772, 0.046238, 0.124241, 0.424025, 1.278302",\
|
|
"0.018772, 0.046238, 0.124241, 0.424025, 1.278302",\
|
|
"0.018772, 0.046238, 0.124241, 0.424025, 1.278302",\
|
|
"0.018772, 0.046238, 0.124241, 0.424025, 1.278302",\
|
|
"0.018772, 0.046238, 0.124241, 0.424025, 1.278302");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.654470, 0.677651, 0.717254, 0.836903, 1.176482",\
|
|
"0.723763, 0.746944, 0.786547, 0.906197, 1.245776",\
|
|
"0.774902, 0.798082, 0.837685, 0.957335, 1.296914",\
|
|
"0.825008, 0.848189, 0.887791, 1.007441, 1.347020",\
|
|
"1.014720, 1.037901, 1.077503, 1.197153, 1.536732");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001327, 0.025637, 0.090054, 0.325166, 1.000000");
|
|
values ( "0.016669, 0.034344, 0.073966, 0.230623, 0.692997",\
|
|
"0.016669, 0.034344, 0.073966, 0.230623, 0.692997",\
|
|
"0.016669, 0.034344, 0.073966, 0.230623, 0.692997",\
|
|
"0.016669, 0.034344, 0.073966, 0.230623, 0.692997",\
|
|
"0.016669, 0.034344, 0.073966, 0.230623, 0.692997");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una_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.001249 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.747556, 1.756579, 1.782555, 1.890627, 2.337235",\
|
|
"1.823769, 1.832792, 1.858767, 1.966840, 2.413447",\
|
|
"1.865884, 1.874907, 1.900883, 2.008956, 2.455563",\
|
|
"1.909506, 1.918529, 1.944504, 2.052577, 2.499184",\
|
|
"2.086236, 2.095259, 2.121234, 2.229307, 2.675914");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.015588, 0.024146, 0.054423, 0.209824, 0.866426",\
|
|
"0.015588, 0.024146, 0.054423, 0.209824, 0.866426",\
|
|
"0.015588, 0.024146, 0.054423, 0.209824, 0.866426",\
|
|
"0.015588, 0.024146, 0.054423, 0.209824, 0.866426",\
|
|
"0.015588, 0.024146, 0.054423, 0.209824, 0.866426");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.826159, 1.833087, 1.850398, 1.901309, 2.089452",\
|
|
"1.902372, 1.909299, 1.926610, 1.977521, 2.165665",\
|
|
"1.944488, 1.951415, 1.968726, 2.019637, 2.207781",\
|
|
"1.988109, 1.995036, 2.012347, 2.063258, 2.251402",\
|
|
"2.164839, 2.171766, 2.189077, 2.239988, 2.428132");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.014406, 0.019125, 0.032516, 0.092264, 0.346139",\
|
|
"0.014406, 0.019125, 0.032516, 0.092264, 0.346139",\
|
|
"0.014406, 0.019125, 0.032516, 0.092264, 0.346139",\
|
|
"0.014406, 0.019125, 0.032516, 0.092264, 0.346139",\
|
|
"0.014406, 0.019125, 0.032516, 0.092264, 0.346139");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[13]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.532708, 1.541728, 1.567701, 1.672836, 2.109813",\
|
|
"1.532708, 1.541728, 1.567701, 1.672836, 2.109813",\
|
|
"1.532708, 1.541728, 1.567701, 1.672836, 2.109813",\
|
|
"1.532708, 1.541728, 1.567701, 1.672836, 2.109813",\
|
|
"1.398523, 1.407543, 1.433516, 1.538651, 1.975628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.015570, 0.024130, 0.054415, 0.204284, 0.842626",\
|
|
"0.015570, 0.024130, 0.054415, 0.204284, 0.842626",\
|
|
"0.015570, 0.024130, 0.054415, 0.204284, 0.842626",\
|
|
"0.015570, 0.024130, 0.054415, 0.204284, 0.842626",\
|
|
"0.015570, 0.024130, 0.054415, 0.204284, 0.842626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.621340, 1.628275, 1.645603, 1.696015, 1.877244",\
|
|
"1.621340, 1.628275, 1.645603, 1.696015, 1.877244",\
|
|
"1.621340, 1.628275, 1.645603, 1.696015, 1.877244",\
|
|
"1.621340, 1.628275, 1.645603, 1.696015, 1.877244",\
|
|
"1.487154, 1.494089, 1.511418, 1.561829, 1.743058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.014409, 0.019128, 0.032501, 0.088563, 0.334551",\
|
|
"0.014409, 0.019128, 0.032501, 0.088563, 0.334551",\
|
|
"0.014409, 0.019128, 0.032501, 0.088563, 0.334551",\
|
|
"0.014409, 0.019128, 0.032501, 0.088563, 0.334551",\
|
|
"0.014409, 0.019128, 0.032501, 0.088563, 0.334551");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[13]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.446695, 0.455723, 0.481703, 0.589777, 1.005174",\
|
|
"0.446695, 0.455723, 0.481703, 0.589777, 1.005174",\
|
|
"0.434846, 0.443874, 0.469853, 0.577927, 1.005174",\
|
|
"0.372580, 0.381608, 0.407589, 0.515663, 0.962271",\
|
|
"0.115923, 0.124953, 0.150935, 0.259010, 0.705618");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.015615, 0.024169, 0.054435, 0.209824, 0.866424",\
|
|
"0.015615, 0.024169, 0.054435, 0.209824, 0.866424",\
|
|
"0.015616, 0.024170, 0.054435, 0.209824, 0.866424",\
|
|
"0.015618, 0.024172, 0.054436, 0.209824, 0.866424",\
|
|
"0.015629, 0.024181, 0.054441, 0.209824, 0.866424");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.431755, 0.438687, 0.456007, 0.506908, 0.695049",\
|
|
"0.543493, 0.550424, 0.567745, 0.618646, 0.806787",\
|
|
"0.647002, 0.653934, 0.671254, 0.722155, 0.910296",\
|
|
"0.837194, 0.844126, 0.861446, 0.912347, 1.100488",\
|
|
"1.606164, 1.613095, 1.630414, 1.681316, 1.869457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.014408, 0.019127, 0.032509, 0.092264, 0.346143",\
|
|
"0.014408, 0.019127, 0.032509, 0.092264, 0.346143",\
|
|
"0.014408, 0.019127, 0.032509, 0.092264, 0.346143",\
|
|
"0.014408, 0.019127, 0.032509, 0.092264, 0.346143",\
|
|
"0.014407, 0.019126, 0.032509, 0.092264, 0.346143");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.415484, 0.424512, 0.450491, 0.555629, 0.992607",\
|
|
"0.415484, 0.424512, 0.450491, 0.555629, 0.992607",\
|
|
"0.415484, 0.424512, 0.450491, 0.555629, 0.992607",\
|
|
"0.372580, 0.381608, 0.407589, 0.512726, 0.949705",\
|
|
"0.115923, 0.124953, 0.150935, 0.256073, 0.693052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.015615, 0.024169, 0.054435, 0.204283, 0.842621",\
|
|
"0.015615, 0.024169, 0.054435, 0.204283, 0.842621",\
|
|
"0.015616, 0.024170, 0.054435, 0.204283, 0.842621",\
|
|
"0.015618, 0.024172, 0.054436, 0.204283, 0.842621",\
|
|
"0.015629, 0.024181, 0.054441, 0.204283, 0.842621");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.431072, 0.438003, 0.455324, 0.505745, 0.686975",\
|
|
"0.543493, 0.550424, 0.567745, 0.618166, 0.799397",\
|
|
"0.647002, 0.653934, 0.671254, 0.721675, 0.902906",\
|
|
"0.837194, 0.844126, 0.861446, 0.911867, 1.093098",\
|
|
"1.606164, 1.613095, 1.630414, 1.680836, 1.862067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.014408, 0.019127, 0.032508, 0.088563, 0.334547",\
|
|
"0.014408, 0.019127, 0.032508, 0.088563, 0.334547",\
|
|
"0.014408, 0.019127, 0.032508, 0.088563, 0.334547",\
|
|
"0.014408, 0.019127, 0.032508, 0.088563, 0.334547",\
|
|
"0.014407, 0.019126, 0.032508, 0.088563, 0.334547");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una_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.001331 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "1.636989, 1.645922, 1.671849, 1.779858, 2.226040",\
|
|
"1.713202, 1.722135, 1.748061, 1.856071, 2.302253",\
|
|
"1.755318, 1.764250, 1.790177, 1.898186, 2.344368",\
|
|
"1.798939, 1.807872, 1.833798, 1.941808, 2.387990",\
|
|
"1.975669, 1.984601, 2.010528, 2.118538, 2.564719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.015252, 0.023862, 0.054321, 0.209720, 0.865659",\
|
|
"0.015252, 0.023862, 0.054321, 0.209720, 0.865659",\
|
|
"0.015252, 0.023862, 0.054321, 0.209720, 0.865659",\
|
|
"0.015252, 0.023862, 0.054321, 0.209720, 0.865659",\
|
|
"0.015252, 0.023862, 0.054321, 0.209720, 0.865659");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "1.629736, 1.636672, 1.654046, 1.704865, 1.892850",\
|
|
"1.705949, 1.712885, 1.730259, 1.781078, 1.969062",\
|
|
"1.748065, 1.755000, 1.772374, 1.823194, 2.011178",\
|
|
"1.791686, 1.798622, 1.815996, 1.866815, 2.054799",\
|
|
"1.968416, 1.975352, 1.992726, 2.043545, 2.231529");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.014458, 0.019170, 0.032478, 0.092201, 0.345925",\
|
|
"0.014458, 0.019170, 0.032478, 0.092201, 0.345925",\
|
|
"0.014458, 0.019170, 0.032478, 0.092201, 0.345925",\
|
|
"0.014458, 0.019170, 0.032478, 0.092201, 0.345925",\
|
|
"0.014458, 0.019170, 0.032478, 0.092201, 0.345925");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[12]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "1.488141, 1.497073, 1.523000, 1.628125, 2.064856",\
|
|
"1.488141, 1.497073, 1.523000, 1.628125, 2.064856",\
|
|
"1.488141, 1.497073, 1.523000, 1.628125, 2.064856",\
|
|
"1.488141, 1.497073, 1.523000, 1.628125, 2.064856",\
|
|
"1.353955, 1.362888, 1.388815, 1.493940, 1.930671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.015252, 0.023862, 0.054321, 0.204280, 0.842297",\
|
|
"0.015252, 0.023862, 0.054321, 0.204280, 0.842297",\
|
|
"0.015252, 0.023862, 0.054321, 0.204280, 0.842297",\
|
|
"0.015252, 0.023862, 0.054321, 0.204280, 0.842297",\
|
|
"0.015252, 0.023862, 0.054321, 0.204280, 0.842297");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "1.502879, 1.509815, 1.527189, 1.577529, 1.758725",\
|
|
"1.502879, 1.509815, 1.527189, 1.577529, 1.758725",\
|
|
"1.502879, 1.509815, 1.527189, 1.577529, 1.758725",\
|
|
"1.502879, 1.509815, 1.527189, 1.577529, 1.758725",\
|
|
"1.368694, 1.375629, 1.393003, 1.443344, 1.624540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.014458, 0.019170, 0.032478, 0.088591, 0.334580",\
|
|
"0.014458, 0.019170, 0.032478, 0.088591, 0.334580",\
|
|
"0.014458, 0.019170, 0.032478, 0.088591, 0.334580",\
|
|
"0.014458, 0.019170, 0.032478, 0.088591, 0.334580",\
|
|
"0.014458, 0.019170, 0.032478, 0.088591, 0.334580");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001188 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "1.609964, 1.618910, 1.644898, 1.753018, 2.193034",\
|
|
"1.686177, 1.695123, 1.721111, 1.829231, 2.269246",\
|
|
"1.728293, 1.737239, 1.763227, 1.871346, 2.311362",\
|
|
"1.771914, 1.780860, 1.806848, 1.914968, 2.354984",\
|
|
"1.948644, 1.957590, 1.983578, 2.091697, 2.531713");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.014823, 0.023484, 0.054043, 0.209667, 0.860730",\
|
|
"0.014823, 0.023484, 0.054043, 0.209667, 0.860730",\
|
|
"0.014823, 0.023484, 0.054043, 0.209667, 0.860730",\
|
|
"0.014823, 0.023484, 0.054043, 0.209667, 0.860730",\
|
|
"0.014823, 0.023484, 0.054043, 0.209667, 0.860730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "1.614903, 1.621903, 1.639353, 1.690156, 1.878481",\
|
|
"1.691115, 1.698116, 1.715565, 1.766368, 1.954693",\
|
|
"1.733231, 1.740232, 1.757681, 1.808484, 1.996809",\
|
|
"1.776853, 1.783853, 1.801303, 1.852105, 2.040431",\
|
|
"1.953582, 1.960583, 1.978032, 2.028835, 2.217160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.014392, 0.019122, 0.032388, 0.092408, 0.346660",\
|
|
"0.014392, 0.019122, 0.032388, 0.092408, 0.346660",\
|
|
"0.014392, 0.019122, 0.032388, 0.092408, 0.346660",\
|
|
"0.014392, 0.019122, 0.032388, 0.092408, 0.346660",\
|
|
"0.014392, 0.019122, 0.032388, 0.092408, 0.346660");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[11]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "1.492196, 1.501142, 1.527130, 1.632216, 2.068479",\
|
|
"1.492196, 1.501142, 1.527130, 1.632216, 2.068479",\
|
|
"1.492196, 1.501142, 1.527130, 1.632216, 2.068479",\
|
|
"1.492196, 1.501142, 1.527130, 1.632216, 2.068479",\
|
|
"1.358011, 1.366957, 1.392945, 1.498031, 1.934293");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.014823, 0.023484, 0.054043, 0.203942, 0.841281",\
|
|
"0.014823, 0.023484, 0.054043, 0.203942, 0.841281",\
|
|
"0.014823, 0.023484, 0.054043, 0.203942, 0.841281",\
|
|
"0.014823, 0.023484, 0.054043, 0.203942, 0.841281",\
|
|
"0.014823, 0.023484, 0.054043, 0.203942, 0.841281");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "1.503537, 1.510537, 1.527987, 1.578270, 1.759493",\
|
|
"1.503537, 1.510537, 1.527987, 1.578270, 1.759493",\
|
|
"1.503537, 1.510537, 1.527987, 1.578270, 1.759493",\
|
|
"1.503537, 1.510537, 1.527987, 1.578270, 1.759493",\
|
|
"1.369351, 1.376352, 1.393801, 1.444085, 1.625307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.014392, 0.019122, 0.032388, 0.088545, 0.334594",\
|
|
"0.014392, 0.019122, 0.032388, 0.088545, 0.334594",\
|
|
"0.014392, 0.019122, 0.032388, 0.088545, 0.334594",\
|
|
"0.014392, 0.019122, 0.032388, 0.088545, 0.334594",\
|
|
"0.014392, 0.019122, 0.032388, 0.088545, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001247 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
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.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.471681, 0.481005, 0.507260, 0.615529, 1.027621",\
|
|
"0.471681, 0.481005, 0.507260, 0.615529, 1.027621",\
|
|
"0.460142, 0.469466, 0.495720, 0.603989, 1.027621",\
|
|
"0.362514, 0.371838, 0.398093, 0.506362, 0.947195",\
|
|
"-0.018147, -0.008822, 0.017434, 0.125703, 0.566536");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.017273, 0.025607, 0.055121, 0.210068, 0.862220",\
|
|
"0.017274, 0.025607, 0.055121, 0.210068, 0.862220",\
|
|
"0.017274, 0.025607, 0.055121, 0.210068, 0.862220",\
|
|
"0.017276, 0.025608, 0.055122, 0.210068, 0.862220",\
|
|
"0.017281, 0.025613, 0.055124, 0.210068, 0.862220");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.499838, 0.506879, 0.524427, 0.575489, 0.763978",\
|
|
"0.593855, 0.600896, 0.618445, 0.669506, 0.857996",\
|
|
"0.720964, 0.728005, 0.745555, 0.796617, 0.985107",\
|
|
"0.983944, 0.990987, 1.008538, 1.059601, 1.248091",\
|
|
"1.608253, 1.615297, 1.632853, 1.683918, 1.872409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.015071, 0.019809, 0.033077, 0.092743, 0.346950",\
|
|
"0.015072, 0.019810, 0.033077, 0.092744, 0.346950",\
|
|
"0.015075, 0.019813, 0.033080, 0.092745, 0.346951",\
|
|
"0.015081, 0.019819, 0.033084, 0.092747, 0.346952",\
|
|
"0.015092, 0.019831, 0.033094, 0.092751, 0.346954");
|
|
}
|
|
|
|
} /* 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.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.425917, 0.435241, 0.461494, 0.566685, 1.003722",\
|
|
"0.425917, 0.435241, 0.461494, 0.566685, 1.003722",\
|
|
"0.425917, 0.435241, 0.461494, 0.566685, 1.003722",\
|
|
"0.345744, 0.355068, 0.381322, 0.486513, 0.923550",\
|
|
"-0.033914, -0.024589, 0.001666, 0.106856, 0.543894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.017269, 0.025603, 0.055119, 0.204259, 0.842493",\
|
|
"0.017270, 0.025603, 0.055119, 0.204259, 0.842493",\
|
|
"0.017270, 0.025604, 0.055119, 0.204259, 0.842493",\
|
|
"0.017272, 0.025605, 0.055120, 0.204259, 0.842492",\
|
|
"0.017278, 0.025611, 0.055123, 0.204259, 0.842492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.473864, 0.480905, 0.498453, 0.549010, 0.730281",\
|
|
"0.568558, 0.575598, 0.593146, 0.643703, 0.824974",\
|
|
"0.697927, 0.704967, 0.722515, 0.773071, 0.954342",\
|
|
"0.963705, 0.970745, 0.988293, 1.038850, 1.220121",\
|
|
"1.592385, 1.599429, 1.616982, 1.667541, 1.848813");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.015071, 0.019806, 0.033074, 0.088802, 0.334671",\
|
|
"0.015071, 0.019806, 0.033074, 0.088802, 0.334671",\
|
|
"0.015071, 0.019806, 0.033074, 0.088802, 0.334671",\
|
|
"0.015071, 0.019808, 0.033075, 0.088802, 0.334672",\
|
|
"0.015084, 0.019823, 0.033088, 0.088807, 0.334674");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "1.838424, 1.847748, 1.874002, 1.982270, 2.423104",\
|
|
"1.914636, 1.923960, 1.950214, 2.058483, 2.499316",\
|
|
"1.956752, 1.966076, 1.992330, 2.100599, 2.541432",\
|
|
"2.000374, 2.009697, 2.035951, 2.144220, 2.585053",\
|
|
"2.177104, 2.186427, 2.212681, 2.320950, 2.761783");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.017272, 0.025605, 0.055120, 0.210068, 0.862220",\
|
|
"0.017272, 0.025605, 0.055120, 0.210068, 0.862220",\
|
|
"0.017272, 0.025605, 0.055120, 0.210068, 0.862220",\
|
|
"0.017272, 0.025605, 0.055120, 0.210068, 0.862220",\
|
|
"0.017272, 0.025605, 0.055120, 0.210068, 0.862220");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "1.852178, 1.859214, 1.876752, 1.927808, 2.116295",\
|
|
"1.928391, 1.935427, 1.952965, 2.004021, 2.192508",\
|
|
"1.970507, 1.977543, 1.995080, 2.046137, 2.234624",\
|
|
"2.014128, 2.021164, 2.038702, 2.089758, 2.278245",\
|
|
"2.190858, 2.197894, 2.215432, 2.266488, 2.454975");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.015041, 0.019778, 0.033051, 0.092732, 0.346943",\
|
|
"0.015041, 0.019778, 0.033051, 0.092732, 0.346943",\
|
|
"0.015041, 0.019778, 0.033051, 0.092732, 0.346943",\
|
|
"0.015041, 0.019778, 0.033051, 0.092732, 0.346943",\
|
|
"0.015041, 0.019778, 0.033051, 0.092732, 0.346943");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[10]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.940181, 0.949501, 0.975752, 1.080942, 1.517978",\
|
|
"0.940181, 0.949501, 0.975752, 1.080942, 1.517978",\
|
|
"0.940181, 0.949501, 0.975752, 1.080942, 1.517978",\
|
|
"0.940181, 0.949501, 0.975752, 1.080942, 1.517978",\
|
|
"0.805808, 0.815128, 0.841379, 0.946569, 1.383605");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.017252, 0.025588, 0.055112, 0.204259, 0.842494",\
|
|
"0.017252, 0.025588, 0.055112, 0.204259, 0.842494",\
|
|
"0.017252, 0.025588, 0.055112, 0.204259, 0.842494",\
|
|
"0.017252, 0.025588, 0.055112, 0.204259, 0.842494",\
|
|
"0.017252, 0.025588, 0.055112, 0.204259, 0.842494");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "1.043748, 1.050758, 1.068241, 1.118763, 1.300024",\
|
|
"1.043748, 1.050758, 1.068241, 1.118763, 1.300024",\
|
|
"1.043748, 1.050758, 1.068241, 1.118763, 1.300024",\
|
|
"1.043748, 1.050758, 1.068241, 1.118763, 1.300024",\
|
|
"0.909375, 0.916385, 0.933868, 0.984390, 1.165651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.014887, 0.019619, 0.032921, 0.088736, 0.334634",\
|
|
"0.014887, 0.019619, 0.032921, 0.088736, 0.334634",\
|
|
"0.014887, 0.019619, 0.032921, 0.088736, 0.334634",\
|
|
"0.014887, 0.019619, 0.032921, 0.088736, 0.334634",\
|
|
"0.014887, 0.019619, 0.032921, 0.088736, 0.334634");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001042 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "1.696841, 1.724449, 1.783177, 1.992865, 2.589221",\
|
|
"1.773053, 1.800662, 1.859390, 2.069077, 2.665434",\
|
|
"1.815169, 1.842778, 1.901506, 2.111193, 2.707550",\
|
|
"1.858791, 1.886399, 1.945127, 2.154814, 2.751171",\
|
|
"2.035520, 2.063129, 2.121857, 2.331544, 2.927901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016661, 0.045198, 0.123806, 0.431365, 1.304126",\
|
|
"0.016661, 0.045198, 0.123806, 0.431365, 1.304126",\
|
|
"0.016661, 0.045198, 0.123806, 0.431365, 1.304126",\
|
|
"0.016661, 0.045198, 0.123806, 0.431365, 1.304126",\
|
|
"0.016661, 0.045198, 0.123806, 0.431365, 1.304126");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "1.759479, 1.782969, 1.822598, 1.946278, 2.294626",\
|
|
"1.835691, 1.859182, 1.898811, 2.022491, 2.370839",\
|
|
"1.877807, 1.901297, 1.940927, 2.064607, 2.412955",\
|
|
"1.921429, 1.944919, 1.984548, 2.108228, 2.456576",\
|
|
"2.098158, 2.121648, 2.161278, 2.284958, 2.633306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016271, 0.034072, 0.073735, 0.238183, 0.719608",\
|
|
"0.016271, 0.034072, 0.073735, 0.238183, 0.719608",\
|
|
"0.016271, 0.034072, 0.073735, 0.238183, 0.719608",\
|
|
"0.016271, 0.034072, 0.073735, 0.238183, 0.719608",\
|
|
"0.016271, 0.034072, 0.073735, 0.238183, 0.719608");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.935002, 0.962590, 1.021325, 1.227107, 1.815291",\
|
|
"0.935002, 0.962590, 1.021325, 1.227107, 1.815291",\
|
|
"0.935002, 0.962590, 1.021325, 1.227107, 1.815291",\
|
|
"0.935002, 0.962590, 1.021325, 1.227107, 1.815291",\
|
|
"0.800629, 0.828217, 0.886952, 1.092734, 1.680918");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016570, 0.045162, 0.123802, 0.423953, 1.281392",\
|
|
"0.016570, 0.045162, 0.123802, 0.423953, 1.281392",\
|
|
"0.016570, 0.045162, 0.123802, 0.423953, 1.281392",\
|
|
"0.016570, 0.045162, 0.123802, 0.423953, 1.281392",\
|
|
"0.016570, 0.045162, 0.123802, 0.423953, 1.281392");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "1.028772, 1.052266, 1.091895, 1.211552, 1.551640",\
|
|
"1.028772, 1.052266, 1.091895, 1.211552, 1.551640",\
|
|
"1.028772, 1.052266, 1.091895, 1.211552, 1.551640",\
|
|
"1.028772, 1.052266, 1.091895, 1.211552, 1.551640",\
|
|
"0.894399, 0.917893, 0.957522, 1.077179, 1.417267");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016266, 0.034067, 0.073733, 0.230549, 0.696398",\
|
|
"0.016266, 0.034067, 0.073733, 0.230549, 0.696398",\
|
|
"0.016266, 0.034067, 0.073733, 0.230549, 0.696398",\
|
|
"0.016266, 0.034067, 0.073733, 0.230549, 0.696398",\
|
|
"0.016266, 0.034067, 0.073733, 0.230549, 0.696398");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.493921, 0.521516, 0.580248, 0.789952, 1.386296",\
|
|
"0.570125, 0.597720, 0.656452, 0.866156, 1.462500",\
|
|
"0.612226, 0.639821, 0.698553, 0.908257, 1.504602",\
|
|
"0.655822, 0.683417, 0.742149, 0.951853, 1.548197",\
|
|
"0.832495, 0.860089, 0.918822, 1.128526, 1.724870");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016597, 0.045173, 0.123803, 0.431375, 1.304231",\
|
|
"0.016597, 0.045173, 0.123803, 0.431375, 1.304231",\
|
|
"0.016597, 0.045173, 0.123803, 0.431375, 1.304231",\
|
|
"0.016597, 0.045173, 0.123803, 0.431375, 1.304231",\
|
|
"0.016597, 0.045173, 0.123803, 0.431375, 1.304231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.565939, 0.589428, 0.629057, 0.752737, 1.101079",\
|
|
"0.689995, 0.713484, 0.753113, 0.876794, 1.225136",\
|
|
"0.809235, 0.832724, 0.872353, 0.996033, 1.344375",\
|
|
"1.013317, 1.036806, 1.076435, 1.200115, 1.548457",\
|
|
"1.852387, 1.875876, 1.915505, 2.039186, 2.387528");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016273, 0.034073, 0.073736, 0.238182, 0.719553",\
|
|
"0.016273, 0.034073, 0.073736, 0.238182, 0.719553",\
|
|
"0.016273, 0.034073, 0.073736, 0.238182, 0.719553",\
|
|
"0.016273, 0.034073, 0.073736, 0.238182, 0.719553",\
|
|
"0.016273, 0.034073, 0.073736, 0.238182, 0.719553");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.486484, 0.514079, 0.572811, 0.778586, 1.366776",\
|
|
"0.486484, 0.514079, 0.572811, 0.778586, 1.366776",\
|
|
"0.486484, 0.514079, 0.572811, 0.778586, 1.366776",\
|
|
"0.486484, 0.514079, 0.572811, 0.778586, 1.366776",\
|
|
"0.352193, 0.379788, 0.438520, 0.644295, 1.232485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016597, 0.045173, 0.123803, 0.423949, 1.281346",\
|
|
"0.016597, 0.045173, 0.123803, 0.423949, 1.281346",\
|
|
"0.016597, 0.045173, 0.123803, 0.423949, 1.281346",\
|
|
"0.016597, 0.045173, 0.123803, 0.423949, 1.281346",\
|
|
"0.016597, 0.045173, 0.123803, 0.423949, 1.281346");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.559633, 0.583121, 0.622751, 0.742408, 1.082472",\
|
|
"0.657232, 0.680721, 0.720350, 0.840007, 1.180071",\
|
|
"0.741981, 0.765470, 0.805099, 0.924756, 1.264821",\
|
|
"0.865066, 0.888555, 0.928184, 1.047841, 1.387905",\
|
|
"1.370328, 1.393816, 1.433445, 1.553102, 1.893167");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001042, 0.025352, 0.089769, 0.324881, 1.000000");
|
|
values ( "0.016273, 0.034073, 0.073736, 0.230542, 0.696178",\
|
|
"0.016273, 0.034073, 0.073736, 0.230542, 0.696178",\
|
|
"0.016273, 0.034073, 0.073736, 0.230542, 0.696178",\
|
|
"0.016273, 0.034073, 0.073736, 0.230542, 0.696178",\
|
|
"0.016273, 0.034073, 0.073736, 0.230542, 0.696178");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_una_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.001049 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
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.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.448221, 0.457479, 0.483595, 0.591521, 1.009110",\
|
|
"0.448221, 0.457479, 0.483595, 0.591521, 1.009110",\
|
|
"0.435258, 0.444516, 0.470632, 0.578559, 1.009110",\
|
|
"0.336600, 0.345858, 0.371974, 0.479901, 0.925905",\
|
|
"-0.042979, -0.033720, -0.007603, 0.100324, 0.546329");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.016425, 0.024870, 0.054718, 0.209210, 0.864487",\
|
|
"0.016425, 0.024870, 0.054718, 0.209210, 0.864487",\
|
|
"0.016426, 0.024871, 0.054718, 0.209210, 0.864487",\
|
|
"0.016427, 0.024872, 0.054719, 0.209210, 0.864487",\
|
|
"0.016434, 0.024878, 0.054721, 0.209210, 0.864487");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.456362, 0.463387, 0.480791, 0.534065, 0.719502",\
|
|
"0.548436, 0.555461, 0.572864, 0.626139, 0.811576",\
|
|
"0.669947, 0.676972, 0.694375, 0.747649, 0.933086",\
|
|
"0.927933, 0.934958, 0.952362, 1.005636, 1.191073",\
|
|
"1.532027, 1.539054, 1.556462, 1.609739, 1.795177");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.014596, 0.019377, 0.032758, 0.093743, 0.345120",\
|
|
"0.014596, 0.019377, 0.032758, 0.093743, 0.345120",\
|
|
"0.014596, 0.019377, 0.032758, 0.093743, 0.345120",\
|
|
"0.014597, 0.019378, 0.032758, 0.093743, 0.345120",\
|
|
"0.014609, 0.019390, 0.032768, 0.093747, 0.345123");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.406608, 0.415866, 0.441982, 0.547206, 0.984332",\
|
|
"0.406608, 0.415866, 0.441982, 0.547206, 0.984332",\
|
|
"0.406608, 0.415866, 0.441982, 0.547206, 0.984332",\
|
|
"0.323403, 0.332661, 0.358777, 0.464001, 0.901128",\
|
|
"-0.056176, -0.046917, -0.020800, 0.084425, 0.521551");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.016425, 0.024870, 0.054718, 0.204103, 0.842546",\
|
|
"0.016425, 0.024870, 0.054718, 0.204103, 0.842546",\
|
|
"0.016426, 0.024871, 0.054718, 0.204103, 0.842546",\
|
|
"0.016427, 0.024872, 0.054719, 0.204103, 0.842546",\
|
|
"0.016434, 0.024878, 0.054721, 0.204103, 0.842545");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.450510, 0.457535, 0.474938, 0.525498, 0.706798",\
|
|
"0.542622, 0.549648, 0.567051, 0.617611, 0.798910",\
|
|
"0.664344, 0.671369, 0.688772, 0.739332, 0.920631",\
|
|
"0.922487, 0.929512, 0.946916, 0.997475, 1.178775",\
|
|
"1.527442, 1.534469, 1.551877, 1.602439, 1.783739");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.014596, 0.019376, 0.032757, 0.088608, 0.334598",\
|
|
"0.014596, 0.019376, 0.032757, 0.088608, 0.334598",\
|
|
"0.014596, 0.019376, 0.032757, 0.088608, 0.334598",\
|
|
"0.014596, 0.019377, 0.032758, 0.088608, 0.334598",\
|
|
"0.014609, 0.019390, 0.032768, 0.088613, 0.334600");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "1.758591, 1.767849, 1.793965, 1.901891, 2.347895",\
|
|
"1.834804, 1.844062, 1.870177, 1.978104, 2.424108",\
|
|
"1.876920, 1.886178, 1.912293, 2.020220, 2.466224",\
|
|
"1.920541, 1.929799, 1.955914, 2.063841, 2.509845",\
|
|
"2.097271, 2.106529, 2.132644, 2.240571, 2.686575");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.016423, 0.024868, 0.054717, 0.209210, 0.864487",\
|
|
"0.016423, 0.024868, 0.054717, 0.209210, 0.864487",\
|
|
"0.016423, 0.024868, 0.054717, 0.209210, 0.864487",\
|
|
"0.016423, 0.024868, 0.054717, 0.209210, 0.864487",\
|
|
"0.016423, 0.024868, 0.054717, 0.209210, 0.864487");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "1.823471, 1.830492, 1.847885, 1.901154, 2.086590",\
|
|
"1.899684, 1.906704, 1.924098, 1.977367, 2.162802",\
|
|
"1.941800, 1.948820, 1.966214, 2.019483, 2.204918",\
|
|
"1.985421, 1.992442, 2.009835, 2.063104, 2.248540",\
|
|
"2.162151, 2.169171, 2.186565, 2.239834, 2.425269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.014568, 0.019348, 0.032735, 0.093733, 0.345114",\
|
|
"0.014568, 0.019348, 0.032735, 0.093733, 0.345114",\
|
|
"0.014568, 0.019348, 0.032735, 0.093733, 0.345114",\
|
|
"0.014568, 0.019348, 0.032735, 0.093733, 0.345114",\
|
|
"0.014568, 0.019348, 0.032735, 0.093733, 0.345114");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[8]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.918313, 0.927566, 0.953678, 1.058900, 1.496026",\
|
|
"0.918313, 0.927566, 0.953678, 1.058900, 1.496026",\
|
|
"0.918313, 0.927566, 0.953678, 1.058900, 1.496026",\
|
|
"0.918313, 0.927566, 0.953678, 1.058900, 1.496026",\
|
|
"0.783940, 0.793193, 0.819305, 0.924527, 1.361653");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.016399, 0.024847, 0.054706, 0.204104, 0.842548",\
|
|
"0.016399, 0.024847, 0.054706, 0.204104, 0.842548",\
|
|
"0.016399, 0.024847, 0.054706, 0.204104, 0.842548",\
|
|
"0.016399, 0.024847, 0.054706, 0.204104, 0.842548",\
|
|
"0.016399, 0.024847, 0.054706, 0.204104, 0.842548");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "1.026973, 1.033970, 1.051315, 1.101843, 1.283134",\
|
|
"1.026973, 1.033970, 1.051315, 1.101843, 1.283134",\
|
|
"1.026973, 1.033970, 1.051315, 1.101843, 1.283134",\
|
|
"1.026973, 1.033970, 1.051315, 1.101843, 1.283134",\
|
|
"0.892600, 0.899597, 0.916942, 0.967470, 1.148761");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.014431, 0.019207, 0.032619, 0.088549, 0.334564",\
|
|
"0.014431, 0.019207, 0.032619, 0.088549, 0.334564",\
|
|
"0.014431, 0.019207, 0.032619, 0.088549, 0.334564",\
|
|
"0.014431, 0.019207, 0.032619, 0.088549, 0.334564",\
|
|
"0.014431, 0.019207, 0.032619, 0.088549, 0.334564");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001351 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "1.605557, 1.614449, 1.640414, 1.748450, 2.188214",\
|
|
"1.681770, 1.690661, 1.716627, 1.824663, 2.264427",\
|
|
"1.723886, 1.732777, 1.758742, 1.866778, 2.306542",\
|
|
"1.767507, 1.776398, 1.802364, 1.910400, 2.350164",\
|
|
"1.944237, 1.953128, 1.979093, 2.087129, 2.526893");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.014935, 0.023592, 0.054176, 0.209604, 0.860020",\
|
|
"0.014935, 0.023592, 0.054176, 0.209604, 0.860020",\
|
|
"0.014935, 0.023592, 0.054176, 0.209604, 0.860020",\
|
|
"0.014935, 0.023592, 0.054176, 0.209604, 0.860020",\
|
|
"0.014935, 0.023592, 0.054176, 0.209604, 0.860020");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "1.613052, 1.619998, 1.637412, 1.688198, 1.876278",\
|
|
"1.689264, 1.696211, 1.713624, 1.764410, 1.952491",\
|
|
"1.731380, 1.738327, 1.755740, 1.806526, 1.994607",\
|
|
"1.775001, 1.781948, 1.799361, 1.850147, 2.038228",\
|
|
"1.951731, 1.958678, 1.976091, 2.026877, 2.214957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.014470, 0.019181, 0.032447, 0.092300, 0.346198",\
|
|
"0.014470, 0.019181, 0.032447, 0.092300, 0.346198",\
|
|
"0.014470, 0.019181, 0.032447, 0.092300, 0.346198",\
|
|
"0.014470, 0.019181, 0.032447, 0.092300, 0.346198",\
|
|
"0.014470, 0.019181, 0.032447, 0.092300, 0.346198");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[7]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "1.493342, 1.502234, 1.528199, 1.633298, 2.069420",\
|
|
"1.493342, 1.502234, 1.528199, 1.633298, 2.069420",\
|
|
"1.493342, 1.502234, 1.528199, 1.633298, 2.069420",\
|
|
"1.493342, 1.502234, 1.528199, 1.633298, 2.069420",\
|
|
"1.359157, 1.368048, 1.394014, 1.499113, 1.935235");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.014935, 0.023592, 0.054176, 0.204058, 0.841194",\
|
|
"0.014935, 0.023592, 0.054176, 0.204058, 0.841194",\
|
|
"0.014935, 0.023592, 0.054176, 0.204058, 0.841194",\
|
|
"0.014935, 0.023592, 0.054176, 0.204058, 0.841194",\
|
|
"0.014935, 0.023592, 0.054176, 0.204058, 0.841194");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "1.504448, 1.511394, 1.528808, 1.579097, 1.760281",\
|
|
"1.504448, 1.511394, 1.528808, 1.579097, 1.760281",\
|
|
"1.504448, 1.511394, 1.528808, 1.579097, 1.760281",\
|
|
"1.504448, 1.511394, 1.528808, 1.579097, 1.760281",\
|
|
"1.370263, 1.377209, 1.394622, 1.444912, 1.626095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.014470, 0.019181, 0.032447, 0.088598, 0.334596",\
|
|
"0.014470, 0.019181, 0.032447, 0.088598, 0.334596",\
|
|
"0.014470, 0.019181, 0.032447, 0.088598, 0.334596",\
|
|
"0.014470, 0.019181, 0.032447, 0.088598, 0.334596",\
|
|
"0.014470, 0.019181, 0.032447, 0.088598, 0.334596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.707503, 1.716883, 1.743086, 1.851038, 2.297103",\
|
|
"1.783716, 1.793096, 1.819299, 1.927250, 2.373316",\
|
|
"1.825832, 1.835212, 1.861415, 1.969366, 2.415432",\
|
|
"1.869453, 1.878833, 1.905036, 2.012987, 2.459053",\
|
|
"2.046183, 2.055563, 2.081766, 2.189717, 2.635783");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016890, 0.025271, 0.054881, 0.209139, 0.864446",\
|
|
"0.016890, 0.025271, 0.054881, 0.209139, 0.864446",\
|
|
"0.016890, 0.025271, 0.054881, 0.209139, 0.864446",\
|
|
"0.016890, 0.025271, 0.054881, 0.209139, 0.864446",\
|
|
"0.016890, 0.025271, 0.054881, 0.209139, 0.864446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.823393, 1.830521, 1.848100, 1.901466, 2.086948",\
|
|
"1.899606, 1.906734, 1.924313, 1.977679, 2.163161",\
|
|
"1.941721, 1.948849, 1.966429, 2.019795, 2.205276",\
|
|
"1.985343, 1.992471, 2.010050, 2.063416, 2.248898",\
|
|
"2.162073, 2.169200, 2.186780, 2.240146, 2.425628");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.015016, 0.019831, 0.033126, 0.093883, 0.345221",\
|
|
"0.015016, 0.019831, 0.033126, 0.093883, 0.345221",\
|
|
"0.015016, 0.019831, 0.033126, 0.093883, 0.345221",\
|
|
"0.015016, 0.019831, 0.033126, 0.093883, 0.345221",\
|
|
"0.015016, 0.019831, 0.033126, 0.093883, 0.345221");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[6]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.574988, 1.584368, 1.610571, 1.715821, 2.153007",\
|
|
"1.574988, 1.584368, 1.610571, 1.715821, 2.153007",\
|
|
"1.574988, 1.584368, 1.610571, 1.715821, 2.153007",\
|
|
"1.574988, 1.584368, 1.610571, 1.715821, 2.153007",\
|
|
"1.440803, 1.450183, 1.476386, 1.581635, 2.018822");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016890, 0.025271, 0.054881, 0.204034, 0.842505",\
|
|
"0.016890, 0.025271, 0.054881, 0.204034, 0.842505",\
|
|
"0.016890, 0.025271, 0.054881, 0.204034, 0.842505",\
|
|
"0.016890, 0.025271, 0.054881, 0.204034, 0.842505",\
|
|
"0.016890, 0.025271, 0.054881, 0.204034, 0.842505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.703248, 1.710376, 1.727955, 1.778607, 1.959948",\
|
|
"1.703248, 1.710376, 1.727955, 1.778607, 1.959948",\
|
|
"1.703248, 1.710376, 1.727955, 1.778607, 1.959948",\
|
|
"1.703248, 1.710376, 1.727955, 1.778607, 1.959948",\
|
|
"1.569062, 1.576190, 1.593770, 1.644422, 1.825763");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.015016, 0.019831, 0.033126, 0.088751, 0.334692",\
|
|
"0.015016, 0.019831, 0.033126, 0.088751, 0.334692",\
|
|
"0.015016, 0.019831, 0.033126, 0.088751, 0.334692",\
|
|
"0.015016, 0.019831, 0.033126, 0.088751, 0.334692",\
|
|
"0.015016, 0.019831, 0.033126, 0.088751, 0.334692");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[6]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.385438, 0.394819, 0.421023, 0.528975, 0.941034",\
|
|
"0.385438, 0.394819, 0.421023, 0.528975, 0.941034",\
|
|
"0.380947, 0.390328, 0.416532, 0.524484, 0.941034",\
|
|
"0.334429, 0.343810, 0.370014, 0.477965, 0.924031",\
|
|
"0.140838, 0.150220, 0.176425, 0.284377, 0.730443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016895, 0.025276, 0.054883, 0.209139, 0.864445",\
|
|
"0.016895, 0.025276, 0.054883, 0.209139, 0.864445",\
|
|
"0.016895, 0.025276, 0.054883, 0.209139, 0.864445",\
|
|
"0.016895, 0.025276, 0.054883, 0.209139, 0.864445",\
|
|
"0.016901, 0.025281, 0.054886, 0.209138, 0.864445");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.429756, 0.436879, 0.454448, 0.507809, 0.693289",\
|
|
"0.528609, 0.535732, 0.553300, 0.606661, 0.792140",\
|
|
"0.612621, 0.619743, 0.637310, 0.690670, 0.876150",\
|
|
"0.761818, 0.768940, 0.786507, 0.839867, 1.025347",\
|
|
"1.379044, 1.386170, 1.403746, 1.457110, 1.642591");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.014988, 0.019801, 0.033102, 0.093872, 0.345215",\
|
|
"0.014988, 0.019801, 0.033102, 0.093872, 0.345215",\
|
|
"0.014988, 0.019801, 0.033102, 0.093872, 0.345215",\
|
|
"0.014988, 0.019801, 0.033102, 0.093872, 0.345215",\
|
|
"0.015005, 0.019819, 0.033117, 0.093879, 0.345219");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.327214, 0.336595, 0.362799, 0.468048, 0.905235",\
|
|
"0.327214, 0.336595, 0.362799, 0.468048, 0.905235",\
|
|
"0.327214, 0.336595, 0.362799, 0.468048, 0.905235",\
|
|
"0.310210, 0.319591, 0.345795, 0.451045, 0.888232",\
|
|
"0.116620, 0.126002, 0.152207, 0.257456, 0.694644");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016895, 0.025276, 0.054883, 0.204034, 0.842505",\
|
|
"0.016895, 0.025276, 0.054883, 0.204034, 0.842505",\
|
|
"0.016895, 0.025276, 0.054883, 0.204034, 0.842505",\
|
|
"0.016895, 0.025276, 0.054883, 0.204034, 0.842505",\
|
|
"0.016901, 0.025281, 0.054886, 0.204034, 0.842504");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.417908, 0.425031, 0.442600, 0.493247, 0.674586",\
|
|
"0.516761, 0.523883, 0.541452, 0.592098, 0.773437",\
|
|
"0.600772, 0.607895, 0.625462, 0.676108, 0.857447",\
|
|
"0.749969, 0.757091, 0.774659, 0.825305, 1.006643",\
|
|
"1.367196, 1.374322, 1.391897, 1.442548, 1.623888");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.014988, 0.019796, 0.033098, 0.088739, 0.334685",\
|
|
"0.014988, 0.019796, 0.033098, 0.088739, 0.334685",\
|
|
"0.014988, 0.019796, 0.033098, 0.088739, 0.334685",\
|
|
"0.014988, 0.019796, 0.033098, 0.088739, 0.334685",\
|
|
"0.015005, 0.019819, 0.033117, 0.088747, 0.334690");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.418177, 0.427564, 0.453773, 0.561726, 0.973952",\
|
|
"0.418177, 0.427564, 0.453773, 0.561726, 0.973952",\
|
|
"0.413070, 0.422457, 0.448666, 0.556619, 0.973952",\
|
|
"0.366913, 0.376300, 0.402509, 0.510462, 0.956529",\
|
|
"0.174276, 0.183663, 0.209873, 0.317826, 0.763893");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016927, 0.025303, 0.054897, 0.209138, 0.864443",\
|
|
"0.016927, 0.025303, 0.054897, 0.209138, 0.864443",\
|
|
"0.016927, 0.025304, 0.054897, 0.209138, 0.864443",\
|
|
"0.016928, 0.025304, 0.054897, 0.209138, 0.864443",\
|
|
"0.016930, 0.025306, 0.054898, 0.209138, 0.864443");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.482641, 0.489754, 0.507303, 0.560653, 0.746130",\
|
|
"0.582736, 0.589849, 0.607397, 0.660747, 0.846224",\
|
|
"0.669516, 0.676630, 0.694178, 0.747528, 0.933005",\
|
|
"0.821968, 0.829082, 0.846631, 0.899981, 1.085458",\
|
|
"1.450187, 1.457301, 1.474852, 1.528203, 1.713679");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.014931, 0.019742, 0.033054, 0.093852, 0.345202",\
|
|
"0.014931, 0.019742, 0.033054, 0.093852, 0.345202",\
|
|
"0.014931, 0.019742, 0.033054, 0.093852, 0.345202",\
|
|
"0.014932, 0.019743, 0.033055, 0.093852, 0.345203",\
|
|
"0.014935, 0.019747, 0.033058, 0.093854, 0.345203");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.360046, 0.369426, 0.395630, 0.500879, 0.938066",\
|
|
"0.360046, 0.369426, 0.395630, 0.500879, 0.938066",\
|
|
"0.360046, 0.369426, 0.395630, 0.500879, 0.938066",\
|
|
"0.342620, 0.352000, 0.378203, 0.483452, 0.920639",\
|
|
"0.149991, 0.159372, 0.185577, 0.290826, 0.728013");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016897, 0.025277, 0.054884, 0.204034, 0.842504");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.470599, 0.477710, 0.495253, 0.545886, 0.727221",\
|
|
"0.570698, 0.577808, 0.595351, 0.645984, 0.827319",\
|
|
"0.657463, 0.664573, 0.682116, 0.732749, 0.914084",\
|
|
"0.809878, 0.816988, 0.834531, 0.885163, 1.066499",\
|
|
"1.438057, 1.445167, 1.462710, 1.513342, 1.694677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.014915, 0.019726, 0.033040, 0.088715, 0.334672",\
|
|
"0.014915, 0.019725, 0.033040, 0.088714, 0.334672",\
|
|
"0.014914, 0.019725, 0.033040, 0.088714, 0.334672",\
|
|
"0.014913, 0.019723, 0.033039, 0.088714, 0.334671",\
|
|
"0.014913, 0.019723, 0.033039, 0.088714, 0.334671");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.539101, 0.546214, 0.563762, 0.617112, 0.768870",\
|
|
"0.539101, 0.546214, 0.563762, 0.617112, 0.768870",\
|
|
"0.533781, 0.540894, 0.558443, 0.611793, 0.768870",\
|
|
"0.486698, 0.493811, 0.511361, 0.564711, 0.750187",\
|
|
"0.289119, 0.296233, 0.313784, 0.367135, 0.552612");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.014931, 0.019742, 0.033054, 0.093852, 0.345202",\
|
|
"0.014931, 0.019742, 0.033054, 0.093852, 0.345202",\
|
|
"0.014931, 0.019742, 0.033054, 0.093852, 0.345202",\
|
|
"0.014932, 0.019743, 0.033055, 0.093852, 0.345203",\
|
|
"0.014935, 0.019747, 0.033058, 0.093854, 0.345203");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.436162, 0.445549, 0.471758, 0.579710, 1.025777",\
|
|
"0.536433, 0.545820, 0.572029, 0.679982, 1.126048",\
|
|
"0.623721, 0.633107, 0.659316, 0.767269, 1.213336",\
|
|
"0.776938, 0.786325, 0.812534, 0.920487, 1.366554",\
|
|
"1.406932, 1.416319, 1.442529, 1.550482, 1.996549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016927, 0.025303, 0.054897, 0.209138, 0.864443",\
|
|
"0.016927, 0.025303, 0.054897, 0.209138, 0.864443",\
|
|
"0.016927, 0.025304, 0.054897, 0.209138, 0.864443",\
|
|
"0.016928, 0.025304, 0.054897, 0.209138, 0.864443",\
|
|
"0.016930, 0.025306, 0.054898, 0.209138, 0.864443");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.493340, 0.500450, 0.517994, 0.568626, 0.749962",\
|
|
"0.493340, 0.500450, 0.517994, 0.568626, 0.749962",\
|
|
"0.493340, 0.500450, 0.517994, 0.568626, 0.749962",\
|
|
"0.474608, 0.481718, 0.499260, 0.549893, 0.731228",\
|
|
"0.276989, 0.284099, 0.301642, 0.352274, 0.533610");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.014915, 0.019726, 0.033040, 0.088715, 0.334672",\
|
|
"0.014915, 0.019725, 0.033040, 0.088714, 0.334672",\
|
|
"0.014914, 0.019725, 0.033040, 0.088714, 0.334672",\
|
|
"0.014913, 0.019723, 0.033039, 0.088714, 0.334671",\
|
|
"0.014913, 0.019723, 0.033039, 0.088714, 0.334671");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.411872, 0.421252, 0.447455, 0.552705, 0.989892",\
|
|
"0.512143, 0.521523, 0.547726, 0.652975, 1.090163",\
|
|
"0.599429, 0.608810, 0.635013, 0.740262, 1.177449",\
|
|
"0.752645, 0.762025, 0.788228, 0.893478, 1.330665",\
|
|
"1.382647, 1.392028, 1.418233, 1.523482, 1.960669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016891, 0.025272, 0.054881, 0.204034, 0.842504",\
|
|
"0.016897, 0.025277, 0.054884, 0.204034, 0.842504");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv_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.001212 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "1.624827, 1.633121, 1.659092, 1.767131, 2.207054",\
|
|
"1.701039, 1.709333, 1.735305, 1.843344, 2.283267",\
|
|
"1.743155, 1.751449, 1.777421, 1.885460, 2.325382",\
|
|
"1.786776, 1.795070, 1.821042, 1.929081, 2.369004",\
|
|
"1.963506, 1.971800, 1.997772, 2.105811, 2.545733");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.014860, 0.023519, 0.054083, 0.209514, 0.860161",\
|
|
"0.014860, 0.023519, 0.054083, 0.209514, 0.860161",\
|
|
"0.014860, 0.023519, 0.054083, 0.209514, 0.860161",\
|
|
"0.014860, 0.023519, 0.054083, 0.209514, 0.860161",\
|
|
"0.014860, 0.023519, 0.054083, 0.209514, 0.860161");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "1.626791, 1.633323, 1.650754, 1.701546, 1.889667",\
|
|
"1.703004, 1.709536, 1.726967, 1.777759, 1.965879",\
|
|
"1.745120, 1.751651, 1.769083, 1.819875, 2.007995",\
|
|
"1.788741, 1.795273, 1.812704, 1.863496, 2.051616",\
|
|
"1.965471, 1.972002, 1.989434, 2.040226, 2.228346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.014403, 0.019132, 0.032409, 0.092253, 0.346195",\
|
|
"0.014403, 0.019132, 0.032409, 0.092253, 0.346195",\
|
|
"0.014403, 0.019132, 0.032409, 0.092253, 0.346195",\
|
|
"0.014403, 0.019132, 0.032409, 0.092253, 0.346195",\
|
|
"0.014403, 0.019132, 0.032409, 0.092253, 0.346195");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[5]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "1.498890, 1.507828, 1.533799, 1.638903, 2.075181",\
|
|
"1.498890, 1.507828, 1.533799, 1.638903, 2.075181",\
|
|
"1.498890, 1.507828, 1.533799, 1.638903, 2.075181",\
|
|
"1.498890, 1.507828, 1.533799, 1.638903, 2.075181",\
|
|
"1.364705, 1.373642, 1.399614, 1.504717, 1.940995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.014860, 0.023519, 0.054083, 0.203973, 0.841335",\
|
|
"0.014860, 0.023519, 0.054083, 0.203973, 0.841335",\
|
|
"0.014860, 0.023519, 0.054083, 0.203973, 0.841335",\
|
|
"0.014860, 0.023519, 0.054083, 0.203973, 0.841335",\
|
|
"0.014860, 0.023519, 0.054083, 0.203973, 0.841335");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "1.513557, 1.520546, 1.537977, 1.588278, 1.769495",\
|
|
"1.513557, 1.520546, 1.537977, 1.588278, 1.769495",\
|
|
"1.513557, 1.520546, 1.537977, 1.588278, 1.769495",\
|
|
"1.513557, 1.520546, 1.537977, 1.588278, 1.769495",\
|
|
"1.379371, 1.386360, 1.403791, 1.454092, 1.635310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.014403, 0.019132, 0.032409, 0.088553, 0.334594",\
|
|
"0.014403, 0.019132, 0.032409, 0.088553, 0.334594",\
|
|
"0.014403, 0.019132, 0.032409, 0.088553, 0.334594",\
|
|
"0.014403, 0.019132, 0.032409, 0.088553, 0.334594",\
|
|
"0.014403, 0.019132, 0.032409, 0.088553, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001126 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "1.593305, 1.602266, 1.628237, 1.736231, 2.182024",\
|
|
"1.669518, 1.678479, 1.704450, 1.812444, 2.258237",\
|
|
"1.711634, 1.720595, 1.746566, 1.854560, 2.300353",\
|
|
"1.755255, 1.764216, 1.790187, 1.898181, 2.343974",\
|
|
"1.931985, 1.940946, 1.966917, 2.074911, 2.520704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.014794, 0.023459, 0.054023, 0.209343, 0.864722",\
|
|
"0.014794, 0.023459, 0.054023, 0.209343, 0.864722",\
|
|
"0.014794, 0.023459, 0.054023, 0.209343, 0.864722",\
|
|
"0.014794, 0.023459, 0.054023, 0.209343, 0.864722",\
|
|
"0.014794, 0.023459, 0.054023, 0.209343, 0.864722");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "1.609726, 1.616739, 1.634177, 1.684962, 1.872998",\
|
|
"1.685939, 1.692952, 1.710389, 1.761175, 1.949211",\
|
|
"1.728054, 1.735068, 1.752505, 1.803290, 1.991326",\
|
|
"1.771676, 1.778689, 1.796126, 1.846912, 2.034947",\
|
|
"1.948405, 1.955419, 1.972856, 2.023641, 2.211677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.014362, 0.019104, 0.032391, 0.092134, 0.345940",\
|
|
"0.014362, 0.019104, 0.032391, 0.092134, 0.345940",\
|
|
"0.014362, 0.019104, 0.032391, 0.092134, 0.345940",\
|
|
"0.014362, 0.019104, 0.032391, 0.092134, 0.345940",\
|
|
"0.014362, 0.019104, 0.032391, 0.092134, 0.345940");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[4]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "1.478424, 1.487386, 1.513356, 1.618470, 2.054809",\
|
|
"1.478424, 1.487386, 1.513356, 1.618470, 2.054809",\
|
|
"1.478424, 1.487386, 1.513356, 1.618470, 2.054809",\
|
|
"1.478424, 1.487386, 1.513356, 1.618470, 2.054809",\
|
|
"1.344239, 1.353200, 1.379171, 1.484285, 1.920624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.014794, 0.023459, 0.054023, 0.203906, 0.841358",\
|
|
"0.014794, 0.023459, 0.054023, 0.203906, 0.841358",\
|
|
"0.014794, 0.023459, 0.054023, 0.203906, 0.841358",\
|
|
"0.014794, 0.023459, 0.054023, 0.203906, 0.841358",\
|
|
"0.014794, 0.023459, 0.054023, 0.203906, 0.841358");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "1.498531, 1.505544, 1.522982, 1.573297, 1.754535",\
|
|
"1.498531, 1.505544, 1.522982, 1.573297, 1.754535",\
|
|
"1.498531, 1.505544, 1.522982, 1.573297, 1.754535",\
|
|
"1.498531, 1.505544, 1.522982, 1.573297, 1.754535",\
|
|
"1.364346, 1.371359, 1.388796, 1.439111, 1.620349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.014362, 0.019104, 0.032391, 0.088525, 0.334593",\
|
|
"0.014362, 0.019104, 0.032391, 0.088525, 0.334593",\
|
|
"0.014362, 0.019104, 0.032391, 0.088525, 0.334593",\
|
|
"0.014362, 0.019104, 0.032391, 0.088525, 0.334593",\
|
|
"0.014362, 0.019104, 0.032391, 0.088525, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001044 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "1.514842, 1.523192, 1.549162, 1.657059, 2.102397",\
|
|
"1.591055, 1.599405, 1.625375, 1.733272, 2.178609",\
|
|
"1.633170, 1.641521, 1.667491, 1.775388, 2.220725",\
|
|
"1.676792, 1.685142, 1.711112, 1.819009, 2.264346",\
|
|
"1.853521, 1.861872, 1.887842, 1.995739, 2.441076");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.014646, 0.023332, 0.053936, 0.209012, 0.863567",\
|
|
"0.014646, 0.023332, 0.053936, 0.209012, 0.863567",\
|
|
"0.014646, 0.023332, 0.053936, 0.209012, 0.863567",\
|
|
"0.014646, 0.023332, 0.053936, 0.209012, 0.863567",\
|
|
"0.014646, 0.023332, 0.053936, 0.209012, 0.863567");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "1.539635, 1.546674, 1.564118, 1.614877, 1.802710",\
|
|
"1.615848, 1.622887, 1.640331, 1.691090, 1.878923",\
|
|
"1.657964, 1.665003, 1.682446, 1.733206, 1.921039",\
|
|
"1.701585, 1.708624, 1.726068, 1.776827, 1.964660",\
|
|
"1.878315, 1.885354, 1.902798, 1.953557, 2.141390");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.014326, 0.019081, 0.032373, 0.091925, 0.345424",\
|
|
"0.014326, 0.019081, 0.032373, 0.091925, 0.345424",\
|
|
"0.014326, 0.019081, 0.032373, 0.091925, 0.345424",\
|
|
"0.014326, 0.019081, 0.032373, 0.091925, 0.345424",\
|
|
"0.014326, 0.019081, 0.032373, 0.091925, 0.345424");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[3]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "1.398319, 1.407292, 1.433262, 1.538392, 1.974639",\
|
|
"1.398319, 1.407292, 1.433262, 1.538392, 1.974639",\
|
|
"1.398319, 1.407292, 1.433262, 1.538392, 1.974639",\
|
|
"1.398319, 1.407292, 1.433262, 1.538392, 1.974639",\
|
|
"1.264134, 1.273106, 1.299077, 1.404207, 1.840453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.014646, 0.023332, 0.053936, 0.203783, 0.841101",\
|
|
"0.014646, 0.023332, 0.053936, 0.203783, 0.841101",\
|
|
"0.014646, 0.023332, 0.053936, 0.203783, 0.841101",\
|
|
"0.014646, 0.023332, 0.053936, 0.203783, 0.841101",\
|
|
"0.014646, 0.023332, 0.053936, 0.203783, 0.841101");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "1.426432, 1.433471, 1.450915, 1.501243, 1.682499",\
|
|
"1.426432, 1.433471, 1.450915, 1.501243, 1.682499",\
|
|
"1.426432, 1.433471, 1.450915, 1.501243, 1.682499",\
|
|
"1.426432, 1.433471, 1.450915, 1.501243, 1.682499",\
|
|
"1.292247, 1.299286, 1.316730, 1.367058, 1.548314");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.014326, 0.019081, 0.032373, 0.088499, 0.334597",\
|
|
"0.014326, 0.019081, 0.032373, 0.088499, 0.334597",\
|
|
"0.014326, 0.019081, 0.032373, 0.088499, 0.334597",\
|
|
"0.014326, 0.019081, 0.032373, 0.088499, 0.334597",\
|
|
"0.014326, 0.019081, 0.032373, 0.088499, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001024 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "1.497315, 1.506301, 1.532284, 1.640275, 2.086046",\
|
|
"1.573527, 1.582513, 1.608496, 1.716488, 2.162259",\
|
|
"1.615643, 1.624629, 1.650612, 1.758604, 2.204375",\
|
|
"1.659264, 1.668250, 1.694233, 1.802225, 2.247996",\
|
|
"1.835994, 1.844980, 1.870963, 1.978955, 2.424726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.014662, 0.023341, 0.053920, 0.209226, 0.864574",\
|
|
"0.014662, 0.023341, 0.053920, 0.209226, 0.864574",\
|
|
"0.014662, 0.023341, 0.053920, 0.209226, 0.864574",\
|
|
"0.014662, 0.023341, 0.053920, 0.209226, 0.864574",\
|
|
"0.014662, 0.023341, 0.053920, 0.209226, 0.864574");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "1.526770, 1.533817, 1.551274, 1.602054, 1.790119",\
|
|
"1.602982, 1.610030, 1.627487, 1.678267, 1.866331",\
|
|
"1.645098, 1.652145, 1.669603, 1.720382, 1.908447",\
|
|
"1.688720, 1.695767, 1.713224, 1.764004, 1.952069",\
|
|
"1.865449, 1.872496, 1.889954, 1.940734, 2.128798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.014315, 0.019070, 0.032357, 0.092101, 0.345942",\
|
|
"0.014315, 0.019070, 0.032357, 0.092101, 0.345942",\
|
|
"0.014315, 0.019070, 0.032357, 0.092101, 0.345942",\
|
|
"0.014315, 0.019070, 0.032357, 0.092101, 0.345942",\
|
|
"0.014315, 0.019070, 0.032357, 0.092101, 0.345942");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "1.385478, 1.394464, 1.420448, 1.525561, 1.961877",\
|
|
"1.385478, 1.394464, 1.420448, 1.525561, 1.961877",\
|
|
"1.385478, 1.394464, 1.420448, 1.525561, 1.961877",\
|
|
"1.385478, 1.394464, 1.420448, 1.525561, 1.961877",\
|
|
"1.251293, 1.260279, 1.286262, 1.391375, 1.827692");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.014662, 0.023341, 0.053920, 0.203790, 0.841209",\
|
|
"0.014662, 0.023341, 0.053920, 0.203790, 0.841209",\
|
|
"0.014662, 0.023341, 0.053920, 0.203790, 0.841209",\
|
|
"0.014662, 0.023341, 0.053920, 0.203790, 0.841209",\
|
|
"0.014662, 0.023341, 0.053920, 0.203790, 0.841209");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "1.414934, 1.421981, 1.439438, 1.489754, 1.671015",\
|
|
"1.414934, 1.421981, 1.439438, 1.489754, 1.671015",\
|
|
"1.414934, 1.421981, 1.439438, 1.489754, 1.671015",\
|
|
"1.414934, 1.421981, 1.439438, 1.489754, 1.671015",\
|
|
"1.280748, 1.287796, 1.305253, 1.355568, 1.536830");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.014315, 0.019070, 0.032357, 0.088493, 0.334595",\
|
|
"0.014315, 0.019070, 0.032357, 0.088493, 0.334595",\
|
|
"0.014315, 0.019070, 0.032357, 0.088493, 0.334595",\
|
|
"0.014315, 0.019070, 0.032357, 0.088493, 0.334595",\
|
|
"0.014315, 0.019070, 0.032357, 0.088493, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.685167, 0.694472, 0.720610, 0.828644, 1.231422",\
|
|
"0.685167, 0.694472, 0.720610, 0.828644, 1.231422",\
|
|
"0.684774, 0.694079, 0.720216, 0.828251, 1.231422",\
|
|
"0.642089, 0.651393, 0.677531, 0.785565, 1.231422",\
|
|
"0.465414, 0.474719, 0.500856, 0.608891, 1.055414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.703744, 0.710852, 0.728362, 0.779361, 0.967450",\
|
|
"0.817872, 0.824980, 0.842490, 0.893489, 1.081578",\
|
|
"0.927443, 0.934551, 0.952061, 1.003060, 1.191148",\
|
|
"1.119848, 1.126956, 1.144466, 1.195465, 1.383554",\
|
|
"1.897417, 1.904525, 1.922035, 1.973034, 2.161123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.605782, 0.615087, 0.641224, 0.746425, 1.183636",\
|
|
"0.605782, 0.615087, 0.641224, 0.746425, 1.183636",\
|
|
"0.605782, 0.615087, 0.641224, 0.746425, 1.183636",\
|
|
"0.605782, 0.615087, 0.641224, 0.746425, 1.183636",\
|
|
"0.429774, 0.439079, 0.465216, 0.570417, 1.007628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.687189, 0.694289, 0.711782, 0.762353, 0.943695",\
|
|
"0.801317, 0.808417, 0.825910, 0.876481, 1.057823",\
|
|
"0.910887, 0.917987, 0.935481, 0.986052, 1.167394",\
|
|
"1.103293, 1.110392, 1.127886, 1.178457, 1.359799",\
|
|
"1.880862, 1.887962, 1.905455, 1.956026, 2.137369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014646, 0.019462, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019462, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019462, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019462, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019462, 0.032812, 0.088609, 0.334626");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.181954, 1.191259, 1.217396, 1.325431, 1.743567",\
|
|
"1.181954, 1.191259, 1.217396, 1.325431, 1.743567",\
|
|
"1.168829, 1.178134, 1.204272, 1.312306, 1.743567",\
|
|
"1.070592, 1.079897, 1.106034, 1.214069, 1.660592",\
|
|
"0.691633, 0.700938, 0.727076, 0.835110, 1.281633");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.550296, 1.557404, 1.574914, 1.625913, 1.814001",\
|
|
"1.642278, 1.649386, 1.666896, 1.717895, 1.905984",\
|
|
"1.763455, 1.770563, 1.788073, 1.839072, 2.027161",\
|
|
"2.021240, 2.028348, 2.045858, 2.096857, 2.284945",\
|
|
"2.625365, 2.632473, 2.649982, 2.700981, 2.889070");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.061440, 1.070745, 1.096882, 1.202083, 1.639294",\
|
|
"1.061440, 1.070745, 1.096882, 1.202083, 1.639294",\
|
|
"1.061440, 1.070745, 1.096882, 1.202083, 1.639294",\
|
|
"0.978465, 0.987770, 1.013907, 1.119108, 1.556319",\
|
|
"0.599507, 0.608811, 0.634949, 0.740150, 1.177361");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.383329, 1.390429, 1.407923, 1.458494, 1.639836",\
|
|
"1.475358, 1.482458, 1.499952, 1.550523, 1.731865",\
|
|
"1.596769, 1.603869, 1.621363, 1.671934, 1.853276",\
|
|
"1.854681, 1.861781, 1.879274, 1.929845, 2.111187",\
|
|
"2.459961, 2.467062, 2.484555, 2.535126, 2.716468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.355885, 1.362993, 1.380503, 1.431502, 1.591204",\
|
|
"1.355885, 1.362993, 1.380503, 1.431502, 1.591204",\
|
|
"1.342761, 1.349869, 1.367378, 1.418378, 1.591204",\
|
|
"1.244523, 1.251631, 1.269141, 1.320140, 1.508229",\
|
|
"0.865565, 0.872673, 0.890183, 0.941182, 1.129271");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.335042, 1.344347, 1.370485, 1.478519, 1.925043",\
|
|
"1.427025, 1.436330, 1.462467, 1.570502, 2.017025",\
|
|
"1.548202, 1.557507, 1.583644, 1.691678, 2.138202",\
|
|
"1.805987, 1.815292, 1.841429, 1.949463, 2.395987",\
|
|
"2.410111, 2.419416, 2.445554, 2.553588, 3.000112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.256769, 1.263869, 1.281362, 1.331933, 1.513275",\
|
|
"1.256769, 1.263869, 1.281362, 1.331933, 1.513275",\
|
|
"1.256769, 1.263869, 1.281362, 1.331933, 1.513275",\
|
|
"1.173794, 1.180894, 1.198387, 1.248958, 1.430301",\
|
|
"0.794835, 0.801935, 0.819429, 0.870000, 1.051342");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.146870, 1.156175, 1.182313, 1.287514, 1.724725",\
|
|
"1.238899, 1.248204, 1.274342, 1.379543, 1.816754",\
|
|
"1.360311, 1.369616, 1.395753, 1.500954, 1.938165",\
|
|
"1.618222, 1.627527, 1.653664, 1.758865, 2.196076",\
|
|
"2.223503, 2.232807, 2.258945, 2.364146, 2.801357");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.061562, 1.070867, 1.097004, 1.205039, 1.651562",\
|
|
"1.185530, 1.194835, 1.220972, 1.329007, 1.775530",\
|
|
"1.304854, 1.314159, 1.340297, 1.448331, 1.894854",\
|
|
"1.508816, 1.518121, 1.544259, 1.652293, 2.098817",\
|
|
"2.347829, 2.357134, 2.383271, 2.491305, 2.937829");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558",\
|
|
"0.016248, 0.024705, 0.054555, 0.209327, 0.865558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.210654, 1.217762, 1.235272, 1.286271, 1.474360",\
|
|
"1.334622, 1.341730, 1.359240, 1.410239, 1.598328",\
|
|
"1.453946, 1.461054, 1.478564, 1.529563, 1.717652",\
|
|
"1.657908, 1.665016, 1.682526, 1.733525, 1.921614",\
|
|
"2.496921, 2.504029, 2.521538, 2.572538, 2.760626");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_fedg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.014732, 1.024037, 1.050175, 1.155376, 1.592587",\
|
|
"1.112327, 1.121632, 1.147769, 1.252970, 1.690181",\
|
|
"1.197118, 1.206423, 1.232560, 1.337761, 1.774972",\
|
|
"1.320083, 1.329388, 1.355525, 1.460726, 1.897937",\
|
|
"1.825286, 1.834591, 1.860729, 1.965930, 2.403141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.184851, 1.191951, 1.209445, 1.260016, 1.441358",\
|
|
"1.282446, 1.289546, 1.307039, 1.357611, 1.538953",\
|
|
"1.367237, 1.374337, 1.391830, 1.442401, 1.623744",\
|
|
"1.490202, 1.497302, 1.514795, 1.565367, 1.746709",\
|
|
"1.995405, 2.002505, 2.019999, 2.070570, 2.251912");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626",\
|
|
"0.014646, 0.019463, 0.032812, 0.088609, 0.334626");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_fedg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.873824, 2.883132, 2.909272, 3.017308, 3.463831",\
|
|
"2.950037, 2.959345, 2.985485, 3.093520, 3.540044",\
|
|
"2.992152, 3.001460, 3.027600, 3.135636, 3.582160",\
|
|
"3.035773, 3.045081, 3.071221, 3.179257, 3.625781",\
|
|
"3.212503, 3.221811, 3.247951, 3.355987, 3.802510");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016266, 0.024720, 0.054563, 0.209327, 0.865557",\
|
|
"0.016266, 0.024720, 0.054563, 0.209327, 0.865557",\
|
|
"0.016266, 0.024720, 0.054563, 0.209327, 0.865557",\
|
|
"0.016266, 0.024720, 0.054563, 0.209327, 0.865557",\
|
|
"0.016266, 0.024720, 0.054563, 0.209327, 0.865557");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.088812, 3.095920, 3.113430, 3.164429, 3.352518",\
|
|
"3.165024, 3.172132, 3.189642, 3.240641, 3.428730",\
|
|
"3.207140, 3.214248, 3.231758, 3.282757, 3.470846",\
|
|
"3.250761, 3.257869, 3.275379, 3.326378, 3.514467",\
|
|
"3.427491, 3.434599, 3.452109, 3.503108, 3.691196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777",\
|
|
"0.014693, 0.019511, 0.032851, 0.092163, 0.345777");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.932641, 0.941946, 0.968083, 1.073284, 1.510495",\
|
|
"0.932641, 0.941946, 0.968083, 1.073284, 1.510495",\
|
|
"0.932641, 0.941946, 0.968083, 1.073284, 1.510495",\
|
|
"0.932641, 0.941946, 0.968083, 1.073284, 1.510495",\
|
|
"0.798269, 0.807573, 0.833711, 0.938912, 1.376123");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550",\
|
|
"0.016248, 0.024705, 0.054555, 0.203978, 0.842550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.054269, 1.061355, 1.078818, 1.129373, 1.310711",\
|
|
"1.054269, 1.061355, 1.078818, 1.129373, 1.310711",\
|
|
"1.054269, 1.061355, 1.078818, 1.129373, 1.310711",\
|
|
"1.054269, 1.061355, 1.078818, 1.129373, 1.310711",\
|
|
"0.919897, 0.926982, 0.944446, 0.995001, 1.176339");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014562, 0.019375, 0.032741, 0.088579, 0.334609",\
|
|
"0.014562, 0.019375, 0.032741, 0.088579, 0.334609",\
|
|
"0.014562, 0.019375, 0.032741, 0.088579, 0.334609",\
|
|
"0.014562, 0.019375, 0.032741, 0.088579, 0.334609",\
|
|
"0.014562, 0.019375, 0.032741, 0.088579, 0.334609");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_redg_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.450299, 0.459605, 0.485743, 0.593778, 0.982662",\
|
|
"0.450299, 0.459605, 0.485743, 0.593778, 0.982662",\
|
|
"0.450299, 0.459605, 0.485743, 0.593778, 0.982662",\
|
|
"0.429148, 0.438454, 0.464592, 0.572627, 0.982662",\
|
|
"0.341104, 0.350412, 0.376553, 0.484588, 0.931112");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016253, 0.024709, 0.054557, 0.209327, 0.865558",\
|
|
"0.016253, 0.024709, 0.054557, 0.209327, 0.865558",\
|
|
"0.016253, 0.024709, 0.054557, 0.209327, 0.865558",\
|
|
"0.016256, 0.024711, 0.054558, 0.209327, 0.865558",\
|
|
"0.016269, 0.024723, 0.054564, 0.209327, 0.865557");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.439995, 0.447097, 0.464593, 0.515585, 0.703671",\
|
|
"0.543411, 0.550512, 0.568008, 0.619001, 0.807087",\
|
|
"0.632291, 0.639392, 0.656888, 0.707881, 0.895967",\
|
|
"0.782444, 0.789545, 0.807041, 0.858034, 1.046119",\
|
|
"1.402360, 1.409462, 1.426959, 1.477952, 1.666039");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014655, 0.019471, 0.032819, 0.092149, 0.345768",\
|
|
"0.014655, 0.019471, 0.032819, 0.092149, 0.345768",\
|
|
"0.014655, 0.019471, 0.032819, 0.092149, 0.345768",\
|
|
"0.014655, 0.019471, 0.032819, 0.092149, 0.345768",\
|
|
"0.014657, 0.019474, 0.032821, 0.092150, 0.345769");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.368033, 0.377339, 0.403477, 0.508678, 0.945889",\
|
|
"0.368033, 0.377339, 0.403477, 0.508678, 0.945889",\
|
|
"0.368033, 0.377339, 0.403477, 0.508678, 0.945889",\
|
|
"0.368033, 0.377339, 0.403477, 0.508678, 0.945889",\
|
|
"0.316477, 0.325786, 0.351926, 0.457128, 0.894340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.016253, 0.024709, 0.054557, 0.203978, 0.842550",\
|
|
"0.016253, 0.024709, 0.054557, 0.203978, 0.842550",\
|
|
"0.016253, 0.024709, 0.054557, 0.203978, 0.842550",\
|
|
"0.016256, 0.024711, 0.054558, 0.203978, 0.842550",\
|
|
"0.016269, 0.024723, 0.054564, 0.203977, 0.842549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.427445, 0.434539, 0.452018, 0.502582, 0.683922",\
|
|
"0.530861, 0.537954, 0.555433, 0.605997, 0.787337",\
|
|
"0.619741, 0.626834, 0.644313, 0.694877, 0.876217",\
|
|
"0.769894, 0.776987, 0.794466, 0.845030, 1.026370",\
|
|
"1.389811, 1.396905, 1.414385, 1.464949, 1.646290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.014607, 0.019421, 0.032778, 0.088595, 0.334618",\
|
|
"0.014607, 0.019421, 0.032778, 0.088595, 0.334618",\
|
|
"0.014607, 0.019421, 0.032778, 0.088595, 0.334618",\
|
|
"0.014607, 0.019421, 0.032778, 0.088595, 0.334618",\
|
|
"0.014610, 0.019425, 0.032781, 0.088596, 0.334618");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una_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.000722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.409241, 0.418552, 0.444647, 0.552560, 0.940811",\
|
|
"0.409241, 0.418552, 0.444647, 0.552560, 0.940811",\
|
|
"0.409241, 0.418552, 0.444647, 0.552560, 0.940811",\
|
|
"0.388443, 0.397755, 0.423850, 0.531763, 0.940811",\
|
|
"0.299313, 0.308626, 0.334724, 0.442637, 0.888821");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015867, 0.024368, 0.054330, 0.208934, 0.864511");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.450273, 0.457395, 0.474845, 0.528129, 0.713646",\
|
|
"0.553566, 0.560689, 0.578139, 0.631422, 0.816940",\
|
|
"0.641314, 0.648437, 0.665887, 0.719171, 0.904688",\
|
|
"0.789234, 0.796356, 0.813806, 0.867090, 1.052607",\
|
|
"1.400743, 1.407865, 1.425314, 1.478597, 1.664115");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014393, 0.019247, 0.032647, 0.093624, 0.345116");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.351307, 0.360618, 0.386714, 0.491927, 0.929230",\
|
|
"0.351307, 0.360618, 0.386714, 0.491927, 0.929230",\
|
|
"0.351307, 0.360618, 0.386714, 0.491927, 0.929230",\
|
|
"0.351307, 0.360618, 0.386714, 0.491927, 0.929230",\
|
|
"0.299293, 0.308605, 0.334700, 0.439914, 0.877217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015857, 0.024359, 0.054325, 0.203835, 0.842570");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.449431, 0.456542, 0.473969, 0.524529, 0.705901",\
|
|
"0.552729, 0.559840, 0.577267, 0.627827, 0.809199",\
|
|
"0.640505, 0.647616, 0.665044, 0.715604, 0.896977",\
|
|
"0.788405, 0.795516, 0.812943, 0.863503, 1.044876",\
|
|
"1.399912, 1.407023, 1.424449, 1.475008, 1.656381");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014329, 0.019181, 0.032592, 0.088475, 0.334582",\
|
|
"0.014328, 0.019180, 0.032592, 0.088474, 0.334582",\
|
|
"0.014328, 0.019180, 0.032592, 0.088474, 0.334582",\
|
|
"0.014328, 0.019180, 0.032592, 0.088474, 0.334581",\
|
|
"0.014327, 0.019179, 0.032591, 0.088474, 0.334581");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.541125, 0.548248, 0.565698, 0.618981, 0.747325",\
|
|
"0.541125, 0.548248, 0.565698, 0.618981, 0.747325",\
|
|
"0.541125, 0.548248, 0.565698, 0.618981, 0.747325",\
|
|
"0.518960, 0.526082, 0.543533, 0.596816, 0.747325",\
|
|
"0.424587, 0.431709, 0.449159, 0.502442, 0.687959");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014396, 0.019250, 0.032649, 0.093625, 0.345117",\
|
|
"0.014393, 0.019247, 0.032647, 0.093624, 0.345116");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.391455, 0.400766, 0.426861, 0.534774, 0.980958",\
|
|
"0.494863, 0.504175, 0.530270, 0.638182, 1.084366",\
|
|
"0.583179, 0.592491, 0.618586, 0.726498, 1.172683",\
|
|
"0.731992, 0.741303, 0.767398, 0.875311, 1.321495",\
|
|
"1.343109, 1.352423, 1.378520, 1.486434, 1.932618");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054324, 0.208934, 0.864511",\
|
|
"0.015867, 0.024368, 0.054330, 0.208934, 0.864511");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.483110, 0.490221, 0.507647, 0.558207, 0.739580",\
|
|
"0.483110, 0.490221, 0.507647, 0.558207, 0.739580",\
|
|
"0.483110, 0.490221, 0.507647, 0.558207, 0.739580",\
|
|
"0.483110, 0.490221, 0.507647, 0.558207, 0.739580",\
|
|
"0.423757, 0.430868, 0.448294, 0.498853, 0.680225");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014329, 0.019181, 0.032592, 0.088475, 0.334582",\
|
|
"0.014328, 0.019180, 0.032592, 0.088474, 0.334582",\
|
|
"0.014328, 0.019180, 0.032592, 0.088474, 0.334582",\
|
|
"0.014328, 0.019180, 0.032592, 0.088474, 0.334581",\
|
|
"0.014327, 0.019179, 0.032591, 0.088474, 0.334581");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.391454, 0.400765, 0.426860, 0.532074, 0.969377",\
|
|
"0.494863, 0.504174, 0.530269, 0.635483, 1.072785",\
|
|
"0.583179, 0.592491, 0.618586, 0.723800, 1.161102",\
|
|
"0.731991, 0.741302, 0.767397, 0.872611, 1.309913",\
|
|
"1.343090, 1.352402, 1.378497, 1.483711, 1.921014");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015854, 0.024357, 0.054324, 0.203835, 0.842570",\
|
|
"0.015857, 0.024359, 0.054325, 0.203835, 0.842570");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.353841, 0.363153, 0.389249, 0.497162, 0.909377",\
|
|
"0.353841, 0.363153, 0.389249, 0.497162, 0.909377",\
|
|
"0.349241, 0.358553, 0.384649, 0.492562, 0.909377",\
|
|
"0.302901, 0.312213, 0.338309, 0.446222, 0.892406",\
|
|
"0.109814, 0.119128, 0.145225, 0.253138, 0.699323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015858, 0.024360, 0.054326, 0.208934, 0.864510",\
|
|
"0.015859, 0.024360, 0.054326, 0.208934, 0.864510",\
|
|
"0.015859, 0.024361, 0.054326, 0.208934, 0.864510",\
|
|
"0.015859, 0.024361, 0.054326, 0.208934, 0.864510",\
|
|
"0.015868, 0.024368, 0.054330, 0.208934, 0.864510");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.406640, 0.413764, 0.431218, 0.484504, 0.670021",\
|
|
"0.505656, 0.512780, 0.530233, 0.583518, 0.769036",\
|
|
"0.590222, 0.597345, 0.614798, 0.668082, 0.853600",\
|
|
"0.740064, 0.747187, 0.764639, 0.817924, 1.003442",\
|
|
"1.357737, 1.364861, 1.382313, 1.435597, 1.621115");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014405, 0.019260, 0.032657, 0.093629, 0.345119",\
|
|
"0.014403, 0.019258, 0.032655, 0.093628, 0.345119",\
|
|
"0.014401, 0.019256, 0.032653, 0.093627, 0.345118",\
|
|
"0.014401, 0.019255, 0.032653, 0.093627, 0.345118",\
|
|
"0.014400, 0.019255, 0.032653, 0.093627, 0.345118");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.319872, 0.329184, 0.355280, 0.460494, 0.897796",\
|
|
"0.319872, 0.329184, 0.355280, 0.460494, 0.897796",\
|
|
"0.319872, 0.329184, 0.355280, 0.460494, 0.897796",\
|
|
"0.302901, 0.312213, 0.338309, 0.443523, 0.880826",\
|
|
"0.109814, 0.119128, 0.145225, 0.250439, 0.687742");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015858, 0.024360, 0.054326, 0.203835, 0.842569",\
|
|
"0.015859, 0.024360, 0.054326, 0.203835, 0.842569",\
|
|
"0.015859, 0.024361, 0.054326, 0.203835, 0.842569",\
|
|
"0.015859, 0.024361, 0.054326, 0.203835, 0.842569",\
|
|
"0.015868, 0.024368, 0.054330, 0.203835, 0.842569");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.406109, 0.413226, 0.430664, 0.481230, 0.662605",\
|
|
"0.505124, 0.512241, 0.529678, 0.580244, 0.761619",\
|
|
"0.589689, 0.596805, 0.614243, 0.664808, 0.846182",\
|
|
"0.739531, 0.746647, 0.764084, 0.814650, 0.996024",\
|
|
"1.357204, 1.364320, 1.381757, 1.432323, 1.613696");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014362, 0.019216, 0.032621, 0.088487, 0.334588",\
|
|
"0.014360, 0.019214, 0.032619, 0.088486, 0.334588",\
|
|
"0.014358, 0.019212, 0.032617, 0.088485, 0.334587",\
|
|
"0.014358, 0.019211, 0.032617, 0.088485, 0.334587",\
|
|
"0.014357, 0.019210, 0.032616, 0.088485, 0.334587");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.678650, 1.687962, 1.714057, 1.821970, 2.268154",\
|
|
"1.754863, 1.764175, 1.790270, 1.898183, 2.344367",\
|
|
"1.796979, 1.806291, 1.832386, 1.940298, 2.386482",\
|
|
"1.840600, 1.849912, 1.876007, 1.983920, 2.430104",\
|
|
"2.017330, 2.026642, 2.052737, 2.160650, 2.606834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015855, 0.024357, 0.054325, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054325, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054325, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054325, 0.208934, 0.864511",\
|
|
"0.015855, 0.024357, 0.054325, 0.208934, 0.864511");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.803509, 1.810639, 1.828104, 1.881396, 2.066915",\
|
|
"1.879722, 1.886851, 1.904317, 1.957608, 2.143128",\
|
|
"1.921837, 1.928967, 1.946432, 1.999724, 2.185244",\
|
|
"1.965459, 1.972588, 1.990054, 2.043345, 2.228865",\
|
|
"2.142189, 2.149318, 2.166784, 2.220075, 2.405595");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014437, 0.019293, 0.032684, 0.093640, 0.345126",\
|
|
"0.014437, 0.019293, 0.032684, 0.093640, 0.345126",\
|
|
"0.014437, 0.019293, 0.032684, 0.093640, 0.345126",\
|
|
"0.014437, 0.019293, 0.032684, 0.093640, 0.345126",\
|
|
"0.014437, 0.019293, 0.032684, 0.093640, 0.345126");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.570354, 1.579666, 1.605761, 1.710975, 2.148277",\
|
|
"1.570354, 1.579666, 1.605761, 1.710975, 2.148277",\
|
|
"1.570354, 1.579666, 1.605761, 1.710975, 2.148277",\
|
|
"1.570354, 1.579666, 1.605761, 1.710975, 2.148277",\
|
|
"1.436168, 1.445480, 1.471575, 1.576789, 2.014092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.015855, 0.024357, 0.054325, 0.203835, 0.842570",\
|
|
"0.015855, 0.024357, 0.054325, 0.203835, 0.842570",\
|
|
"0.015855, 0.024357, 0.054325, 0.203835, 0.842570",\
|
|
"0.015855, 0.024357, 0.054325, 0.203835, 0.842570",\
|
|
"0.015855, 0.024357, 0.054325, 0.203835, 0.842570");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.694689, 1.701811, 1.719262, 1.769834, 1.951210",\
|
|
"1.694689, 1.701811, 1.719262, 1.769834, 1.951210",\
|
|
"1.694689, 1.701811, 1.719262, 1.769834, 1.951210",\
|
|
"1.694689, 1.701811, 1.719262, 1.769834, 1.951210",\
|
|
"1.560503, 1.567626, 1.585076, 1.635649, 1.817025");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.014395, 0.019250, 0.032649, 0.088499, 0.334595",\
|
|
"0.014395, 0.019250, 0.032649, 0.088499, 0.334595",\
|
|
"0.014395, 0.019250, 0.032649, 0.088499, 0.334595",\
|
|
"0.014395, 0.019250, 0.032649, 0.088499, 0.334595",\
|
|
"0.014395, 0.019250, 0.032649, 0.088499, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001734 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "1.658212, 1.667089, 1.694318, 1.801403, 2.244572",\
|
|
"1.734424, 1.743302, 1.770530, 1.877616, 2.320785",\
|
|
"1.776540, 1.785417, 1.812646, 1.919731, 2.362901",\
|
|
"1.820161, 1.829039, 1.856267, 1.963353, 2.406522",\
|
|
"1.996891, 2.005768, 2.032997, 2.140082, 2.583252");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.021079, 0.029261, 0.057392, 0.210853, 0.866725",\
|
|
"0.021079, 0.029261, 0.057392, 0.210853, 0.866725",\
|
|
"0.021079, 0.029261, 0.057392, 0.210853, 0.866725",\
|
|
"0.021079, 0.029261, 0.057392, 0.210853, 0.866725",\
|
|
"0.021079, 0.029261, 0.057392, 0.210853, 0.866725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "1.687082, 1.693859, 1.712122, 1.763602, 1.953857",\
|
|
"1.763295, 1.770072, 1.788335, 1.839814, 2.030070",\
|
|
"1.805411, 1.812188, 1.830450, 1.881930, 2.072186",\
|
|
"1.849032, 1.855809, 1.874072, 1.925551, 2.115807",\
|
|
"2.025762, 2.032539, 2.050802, 2.102281, 2.292537");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.017286, 0.021958, 0.034752, 0.095086, 0.351646",\
|
|
"0.017286, 0.021958, 0.034752, 0.095086, 0.351646",\
|
|
"0.017286, 0.021958, 0.034752, 0.095086, 0.351646",\
|
|
"0.017286, 0.021958, 0.034752, 0.095086, 0.351646",\
|
|
"0.017286, 0.021958, 0.034752, 0.095086, 0.351646");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "1.531264, 1.541172, 1.568400, 1.673491, 2.109989",\
|
|
"1.531264, 1.541172, 1.568400, 1.673491, 2.109989",\
|
|
"1.531264, 1.541172, 1.568400, 1.673491, 2.109989",\
|
|
"1.531264, 1.541172, 1.568400, 1.673491, 2.109989",\
|
|
"1.397079, 1.406986, 1.434215, 1.539306, 1.975804");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.021079, 0.029261, 0.057392, 0.204858, 0.841435",\
|
|
"0.021079, 0.029261, 0.057392, 0.204858, 0.841435",\
|
|
"0.021079, 0.029261, 0.057392, 0.204858, 0.841435",\
|
|
"0.021079, 0.029261, 0.057392, 0.204858, 0.841435",\
|
|
"0.021079, 0.029261, 0.057392, 0.204858, 0.841435");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "1.572871, 1.580118, 1.598354, 1.649097, 1.830348",\
|
|
"1.572871, 1.580118, 1.598354, 1.649097, 1.830348",\
|
|
"1.572871, 1.580118, 1.598354, 1.649097, 1.830348",\
|
|
"1.572871, 1.580118, 1.598354, 1.649097, 1.830348",\
|
|
"1.438685, 1.445933, 1.464169, 1.514912, 1.696162");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.017209, 0.021878, 0.034687, 0.089631, 0.335054",\
|
|
"0.017209, 0.021878, 0.034687, 0.089631, 0.335054",\
|
|
"0.017209, 0.021878, 0.034687, 0.089631, 0.335054",\
|
|
"0.017209, 0.021878, 0.034687, 0.089631, 0.335054",\
|
|
"0.017209, 0.021878, 0.034687, 0.089631, 0.335054");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002284 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.726417, 1.735521, 1.761988, 1.869242, 2.313216",\
|
|
"1.802629, 1.811734, 1.838201, 1.945455, 2.389429",\
|
|
"1.844745, 1.853849, 1.880316, 1.987571, 2.431545",\
|
|
"1.888366, 1.897471, 1.923938, 2.031192, 2.475166",\
|
|
"2.065096, 2.074200, 2.100667, 2.207922, 2.651896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.018858, 0.026985, 0.056089, 0.211921, 0.871170",\
|
|
"0.018858, 0.026985, 0.056089, 0.211921, 0.871170",\
|
|
"0.018858, 0.026985, 0.056089, 0.211921, 0.871170",\
|
|
"0.018858, 0.026985, 0.056089, 0.211921, 0.871170",\
|
|
"0.018858, 0.026985, 0.056089, 0.211921, 0.871170");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.600593, 1.607333, 1.624826, 1.676001, 1.866967",\
|
|
"1.676806, 1.683546, 1.701039, 1.752214, 1.943180",\
|
|
"1.718921, 1.725662, 1.743155, 1.794330, 1.985295",\
|
|
"1.762543, 1.769283, 1.786776, 1.837951, 2.028917",\
|
|
"1.939273, 1.946013, 1.963506, 2.014681, 2.205647");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.015445, 0.019900, 0.033036, 0.095397, 0.353919",\
|
|
"0.015445, 0.019900, 0.033036, 0.095397, 0.353919",\
|
|
"0.015445, 0.019900, 0.033036, 0.095397, 0.353919",\
|
|
"0.015445, 0.019900, 0.033036, 0.095397, 0.353919",\
|
|
"0.015445, 0.019900, 0.033036, 0.095397, 0.353919");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.566180, 1.575284, 1.601751, 1.706720, 2.143192",\
|
|
"1.566180, 1.575284, 1.601751, 1.706720, 2.143192",\
|
|
"1.566180, 1.575284, 1.601751, 1.706720, 2.143192",\
|
|
"1.566180, 1.575284, 1.601751, 1.706720, 2.143192",\
|
|
"1.431995, 1.441099, 1.467566, 1.572534, 2.009006");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.018858, 0.026985, 0.056089, 0.205112, 0.842434",\
|
|
"0.018858, 0.026985, 0.056089, 0.205112, 0.842434",\
|
|
"0.018858, 0.026985, 0.056089, 0.205112, 0.842434",\
|
|
"0.018858, 0.026985, 0.056089, 0.205112, 0.842434",\
|
|
"0.018858, 0.026985, 0.056089, 0.205112, 0.842434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.483052, 1.489792, 1.507285, 1.557508, 1.738523",\
|
|
"1.483052, 1.489792, 1.507285, 1.557508, 1.738523",\
|
|
"1.483052, 1.489792, 1.507285, 1.557508, 1.738523",\
|
|
"1.483052, 1.489792, 1.507285, 1.557508, 1.738523",\
|
|
"1.348866, 1.355606, 1.373099, 1.423322, 1.604337");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.015445, 0.019900, 0.033036, 0.089059, 0.334628",\
|
|
"0.015445, 0.019900, 0.033036, 0.089059, 0.334628",\
|
|
"0.015445, 0.019900, 0.033036, 0.089059, 0.334628",\
|
|
"0.015445, 0.019900, 0.033036, 0.089059, 0.334628",\
|
|
"0.015445, 0.019900, 0.033036, 0.089059, 0.334628");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001405 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "1.595633, 1.605098, 1.631573, 1.740341, 2.181696",\
|
|
"1.671845, 1.681311, 1.707786, 1.816553, 2.257909",\
|
|
"1.713961, 1.723427, 1.749901, 1.858669, 2.300025",\
|
|
"1.757582, 1.767048, 1.793523, 1.902290, 2.343646",\
|
|
"1.934312, 1.943778, 1.970253, 2.079020, 2.520376");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.018458, 0.026626, 0.055627, 0.211209, 0.865565",\
|
|
"0.018458, 0.026626, 0.055627, 0.211209, 0.865565",\
|
|
"0.018458, 0.026626, 0.055627, 0.211209, 0.865565",\
|
|
"0.018458, 0.026626, 0.055627, 0.211209, 0.865565",\
|
|
"0.018458, 0.026626, 0.055627, 0.211209, 0.865565");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "1.628174, 1.635274, 1.653045, 1.704250, 1.893817",\
|
|
"1.704387, 1.711487, 1.729258, 1.780462, 1.970030",\
|
|
"1.746503, 1.753602, 1.771373, 1.822578, 2.012146",\
|
|
"1.790124, 1.797224, 1.814995, 1.866199, 2.055767",\
|
|
"1.966854, 1.973954, 1.991724, 2.042929, 2.232497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.015664, 0.020368, 0.033483, 0.093884, 0.349667",\
|
|
"0.015664, 0.020368, 0.033483, 0.093884, 0.349667",\
|
|
"0.015664, 0.020368, 0.033483, 0.093884, 0.349667",\
|
|
"0.015664, 0.020368, 0.033483, 0.093884, 0.349667",\
|
|
"0.015664, 0.020368, 0.033483, 0.093884, 0.349667");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "1.469460, 1.478926, 1.505400, 1.610546, 2.047529",\
|
|
"1.469460, 1.478926, 1.505400, 1.610546, 2.047529",\
|
|
"1.469460, 1.478926, 1.505400, 1.610546, 2.047529",\
|
|
"1.469460, 1.478926, 1.505400, 1.610546, 2.047529",\
|
|
"1.335275, 1.344740, 1.371215, 1.476361, 1.913344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.018458, 0.026626, 0.055627, 0.204377, 0.842409",\
|
|
"0.018458, 0.026626, 0.055627, 0.204377, 0.842409",\
|
|
"0.018458, 0.026626, 0.055627, 0.204377, 0.842409",\
|
|
"0.018458, 0.026626, 0.055627, 0.204377, 0.842409",\
|
|
"0.018458, 0.026626, 0.055627, 0.204377, 0.842409");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "1.517468, 1.524568, 1.542339, 1.592894, 1.774153",\
|
|
"1.517468, 1.524568, 1.542339, 1.592894, 1.774153",\
|
|
"1.517468, 1.524568, 1.542339, 1.592894, 1.774153",\
|
|
"1.517468, 1.524568, 1.542339, 1.592894, 1.774153",\
|
|
"1.383283, 1.390383, 1.408154, 1.458709, 1.639968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.015664, 0.020368, 0.033483, 0.089035, 0.334775",\
|
|
"0.015664, 0.020368, 0.033483, 0.089035, 0.334775",\
|
|
"0.015664, 0.020368, 0.033483, 0.089035, 0.334775",\
|
|
"0.015664, 0.020368, 0.033483, 0.089035, 0.334775",\
|
|
"0.015664, 0.020368, 0.033483, 0.089035, 0.334775");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001245 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "1.544642, 1.553941, 1.580226, 1.688932, 2.130341",\
|
|
"1.620855, 1.630153, 1.656438, 1.765145, 2.206553",\
|
|
"1.662971, 1.672269, 1.698554, 1.807260, 2.248669",\
|
|
"1.706592, 1.715890, 1.742175, 1.850882, 2.292290",\
|
|
"1.883322, 1.892620, 1.918905, 2.027611, 2.469020");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.017008, 0.025360, 0.054936, 0.211088, 0.865668",\
|
|
"0.017008, 0.025360, 0.054936, 0.211088, 0.865668",\
|
|
"0.017008, 0.025360, 0.054936, 0.211088, 0.865668",\
|
|
"0.017008, 0.025360, 0.054936, 0.211088, 0.865668",\
|
|
"0.017008, 0.025360, 0.054936, 0.211088, 0.865668");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "1.599872, 1.606907, 1.624474, 1.675569, 1.865128",\
|
|
"1.676085, 1.683120, 1.700687, 1.751782, 1.941341",\
|
|
"1.718200, 1.725236, 1.742802, 1.793897, 1.983457",\
|
|
"1.761822, 1.768857, 1.786424, 1.837519, 2.027078",\
|
|
"1.938552, 1.945587, 1.963154, 2.014249, 2.203808");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.014919, 0.019637, 0.032884, 0.093589, 0.349522",\
|
|
"0.014919, 0.019637, 0.032884, 0.093589, 0.349522",\
|
|
"0.014919, 0.019637, 0.032884, 0.093589, 0.349522",\
|
|
"0.014919, 0.019637, 0.032884, 0.093589, 0.349522",\
|
|
"0.014919, 0.019637, 0.032884, 0.093589, 0.349522");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[4]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "1.436348, 1.445647, 1.471932, 1.577018, 2.014048",\
|
|
"1.436348, 1.445647, 1.471932, 1.577018, 2.014048",\
|
|
"1.436348, 1.445647, 1.471932, 1.577018, 2.014048",\
|
|
"1.436348, 1.445647, 1.471932, 1.577018, 2.014048",\
|
|
"1.302163, 1.311461, 1.337746, 1.442833, 1.879862");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.017008, 0.025360, 0.054936, 0.204261, 0.842513",\
|
|
"0.017008, 0.025360, 0.054936, 0.204261, 0.842513",\
|
|
"0.017008, 0.025360, 0.054936, 0.204261, 0.842513",\
|
|
"0.017008, 0.025360, 0.054936, 0.204261, 0.842513",\
|
|
"0.017008, 0.025360, 0.054936, 0.204261, 0.842513");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "1.491578, 1.498613, 1.516180, 1.566617, 1.747881",\
|
|
"1.491578, 1.498613, 1.516180, 1.566617, 1.747881",\
|
|
"1.491578, 1.498613, 1.516180, 1.566617, 1.747881",\
|
|
"1.491578, 1.498613, 1.516180, 1.566617, 1.747881",\
|
|
"1.357393, 1.364428, 1.381995, 1.432432, 1.613695");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.014919, 0.019637, 0.032884, 0.088748, 0.334641",\
|
|
"0.014919, 0.019637, 0.032884, 0.088748, 0.334641",\
|
|
"0.014919, 0.019637, 0.032884, 0.088748, 0.334641",\
|
|
"0.014919, 0.019637, 0.032884, 0.088748, 0.334641",\
|
|
"0.014919, 0.019637, 0.032884, 0.088748, 0.334641");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002071 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "1.613585, 1.622819, 1.649324, 1.756494, 2.200135",\
|
|
"1.689798, 1.699032, 1.725536, 1.832706, 2.276348",\
|
|
"1.731913, 1.741147, 1.767652, 1.874822, 2.318464",\
|
|
"1.775535, 1.784769, 1.811273, 1.918443, 2.362085",\
|
|
"1.952264, 1.961498, 1.988003, 2.095173, 2.538815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.019079, 0.027175, 0.056124, 0.211278, 0.869197",\
|
|
"0.019079, 0.027175, 0.056124, 0.211278, 0.869197",\
|
|
"0.019079, 0.027175, 0.056124, 0.211278, 0.869197",\
|
|
"0.019079, 0.027175, 0.056124, 0.211278, 0.869197",\
|
|
"0.019079, 0.027175, 0.056124, 0.211278, 0.869197");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "1.644184, 1.651113, 1.668869, 1.720137, 1.910646",\
|
|
"1.720397, 1.727325, 1.745082, 1.796350, 1.986858",\
|
|
"1.762513, 1.769441, 1.787197, 1.838466, 2.028974",\
|
|
"1.806134, 1.813062, 1.830819, 1.882087, 2.072595",\
|
|
"1.982864, 1.989792, 2.007549, 2.058817, 2.249325");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.016100, 0.020639, 0.033662, 0.095097, 0.352533",\
|
|
"0.016100, 0.020639, 0.033662, 0.095097, 0.352533",\
|
|
"0.016100, 0.020639, 0.033662, 0.095097, 0.352533",\
|
|
"0.016100, 0.020639, 0.033662, 0.095097, 0.352533",\
|
|
"0.016100, 0.020639, 0.033662, 0.095097, 0.352533");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[3]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "1.461116, 1.470350, 1.496855, 1.601897, 2.038504",\
|
|
"1.461116, 1.470350, 1.496855, 1.601897, 2.038504",\
|
|
"1.461116, 1.470350, 1.496855, 1.601897, 2.038504",\
|
|
"1.461116, 1.470350, 1.496855, 1.601897, 2.038504",\
|
|
"1.326931, 1.336165, 1.362670, 1.467712, 1.904319");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.019079, 0.027175, 0.056124, 0.204929, 0.842403",\
|
|
"0.019079, 0.027175, 0.056124, 0.204929, 0.842403",\
|
|
"0.019079, 0.027175, 0.056124, 0.204929, 0.842403",\
|
|
"0.019079, 0.027175, 0.056124, 0.204929, 0.842403",\
|
|
"0.019079, 0.027175, 0.056124, 0.204929, 0.842403");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "1.524860, 1.531789, 1.549545, 1.599980, 1.781085",\
|
|
"1.524860, 1.531789, 1.549545, 1.599980, 1.781085",\
|
|
"1.524860, 1.531789, 1.549545, 1.599980, 1.781085",\
|
|
"1.524860, 1.531789, 1.549545, 1.599980, 1.781085",\
|
|
"1.390675, 1.397603, 1.415360, 1.465795, 1.646900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.016100, 0.020639, 0.033662, 0.089270, 0.334787",\
|
|
"0.016100, 0.020639, 0.033662, 0.089270, 0.334787",\
|
|
"0.016100, 0.020639, 0.033662, 0.089270, 0.334787",\
|
|
"0.016100, 0.020639, 0.033662, 0.089270, 0.334787",\
|
|
"0.016100, 0.020639, 0.033662, 0.089270, 0.334787");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001155 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "1.702317, 1.711700, 1.738026, 1.846647, 2.287992",\
|
|
"1.778530, 1.787912, 1.814238, 1.922860, 2.364205",\
|
|
"1.820645, 1.830028, 1.856354, 1.964976, 2.406321",\
|
|
"1.864267, 1.873649, 1.899975, 2.008597, 2.449942",\
|
|
"2.040997, 2.050379, 2.076705, 2.185327, 2.626672");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.017253, 0.025572, 0.055015, 0.210782, 0.864889",\
|
|
"0.017253, 0.025572, 0.055015, 0.210782, 0.864889",\
|
|
"0.017253, 0.025572, 0.055015, 0.210782, 0.864889",\
|
|
"0.017253, 0.025572, 0.055015, 0.210782, 0.864889",\
|
|
"0.017253, 0.025572, 0.055015, 0.210782, 0.864889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "1.593728, 1.600732, 1.618187, 1.669215, 1.858539",\
|
|
"1.669941, 1.676945, 1.694399, 1.745428, 1.934752",\
|
|
"1.712057, 1.719061, 1.736515, 1.787544, 1.976868",\
|
|
"1.755678, 1.762682, 1.780136, 1.831165, 2.020489",\
|
|
"1.932408, 1.939412, 1.956866, 2.007895, 2.197219");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.014554, 0.019284, 0.032606, 0.093245, 0.348873",\
|
|
"0.014554, 0.019284, 0.032606, 0.093245, 0.348873",\
|
|
"0.014554, 0.019284, 0.032606, 0.093245, 0.348873",\
|
|
"0.014554, 0.019284, 0.032606, 0.093245, 0.348873",\
|
|
"0.014554, 0.019284, 0.032606, 0.093245, 0.348873");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "1.571451, 1.580834, 1.607160, 1.712283, 2.149374",\
|
|
"1.571451, 1.580834, 1.607160, 1.712283, 2.149374",\
|
|
"1.571451, 1.580834, 1.607160, 1.712283, 2.149374",\
|
|
"1.571451, 1.580834, 1.607160, 1.712283, 2.149374",\
|
|
"1.437266, 1.446648, 1.472975, 1.578097, 2.015189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.017253, 0.025572, 0.055015, 0.204182, 0.842488",\
|
|
"0.017253, 0.025572, 0.055015, 0.204182, 0.842488",\
|
|
"0.017253, 0.025572, 0.055015, 0.204182, 0.842488",\
|
|
"0.017253, 0.025572, 0.055015, 0.204182, 0.842488",\
|
|
"0.017253, 0.025572, 0.055015, 0.204182, 0.842488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "1.480534, 1.487538, 1.504992, 1.555393, 1.736662",\
|
|
"1.480534, 1.487538, 1.504992, 1.555393, 1.736662",\
|
|
"1.480534, 1.487538, 1.504992, 1.555393, 1.736662",\
|
|
"1.480534, 1.487538, 1.504992, 1.555393, 1.736662",\
|
|
"1.346348, 1.353352, 1.370807, 1.421208, 1.602477");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.014554, 0.019284, 0.032606, 0.088606, 0.334577",\
|
|
"0.014554, 0.019284, 0.032606, 0.088606, 0.334577",\
|
|
"0.014554, 0.019284, 0.032606, 0.088606, 0.334577",\
|
|
"0.014554, 0.019284, 0.032606, 0.088606, 0.334577",\
|
|
"0.014554, 0.019284, 0.032606, 0.088606, 0.334577");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000981 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "1.570761, 1.580206, 1.606520, 1.714935, 2.156115",\
|
|
"1.646974, 1.656419, 1.682733, 1.791148, 2.232328",\
|
|
"1.689090, 1.698534, 1.724848, 1.833264, 2.274444",\
|
|
"1.732711, 1.742156, 1.768470, 1.876885, 2.318065",\
|
|
"1.909441, 1.918885, 1.945199, 2.053615, 2.494795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.017150, 0.025482, 0.054922, 0.210166, 0.863312",\
|
|
"0.017150, 0.025482, 0.054922, 0.210166, 0.863312",\
|
|
"0.017150, 0.025482, 0.054922, 0.210166, 0.863312",\
|
|
"0.017150, 0.025482, 0.054922, 0.210166, 0.863312",\
|
|
"0.017150, 0.025482, 0.054922, 0.210166, 0.863312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "1.621941, 1.629078, 1.646709, 1.697794, 1.886716",\
|
|
"1.698153, 1.705290, 1.722921, 1.774007, 1.962928",\
|
|
"1.740269, 1.747406, 1.765037, 1.816123, 2.005044",\
|
|
"1.783890, 1.791027, 1.808659, 1.859744, 2.048665",\
|
|
"1.960620, 1.967757, 1.985388, 2.036474, 2.225395");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.014967, 0.019762, 0.033016, 0.092962, 0.347787",\
|
|
"0.014967, 0.019762, 0.033016, 0.092962, 0.347787",\
|
|
"0.014967, 0.019762, 0.033016, 0.092962, 0.347787",\
|
|
"0.014967, 0.019762, 0.033016, 0.092962, 0.347787",\
|
|
"0.014967, 0.019762, 0.033016, 0.092962, 0.347787");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "1.450427, 1.459872, 1.486186, 1.591355, 2.028547",\
|
|
"1.450427, 1.459872, 1.486186, 1.591355, 2.028547",\
|
|
"1.450427, 1.459872, 1.486186, 1.591355, 2.028547",\
|
|
"1.450427, 1.459872, 1.486186, 1.591355, 2.028547",\
|
|
"1.316242, 1.325686, 1.352000, 1.457169, 1.894362");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.017150, 0.025482, 0.054922, 0.204036, 0.842485",\
|
|
"0.017150, 0.025482, 0.054922, 0.204036, 0.842485",\
|
|
"0.017150, 0.025482, 0.054922, 0.204036, 0.842485",\
|
|
"0.017150, 0.025482, 0.054922, 0.204036, 0.842485",\
|
|
"0.017150, 0.025482, 0.054922, 0.204036, 0.842485");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "1.509096, 1.516233, 1.533864, 1.584414, 1.765751",\
|
|
"1.509096, 1.516233, 1.533864, 1.584414, 1.765751",\
|
|
"1.509096, 1.516233, 1.533864, 1.584414, 1.765751",\
|
|
"1.509096, 1.516233, 1.533864, 1.584414, 1.765751",\
|
|
"1.374911, 1.382048, 1.399679, 1.450229, 1.631565");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.014967, 0.019762, 0.033016, 0.088734, 0.334682",\
|
|
"0.014967, 0.019762, 0.033016, 0.088734, 0.334682",\
|
|
"0.014967, 0.019762, 0.033016, 0.088734, 0.334682",\
|
|
"0.014967, 0.019762, 0.033016, 0.088734, 0.334682",\
|
|
"0.014967, 0.019762, 0.033016, 0.088734, 0.334682");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "1.542038, 1.551065, 1.577297, 1.684394, 2.128098",\
|
|
"1.618250, 1.627277, 1.653509, 1.760607, 2.204311",\
|
|
"1.660366, 1.669393, 1.695625, 1.802723, 2.246427",\
|
|
"1.703987, 1.713014, 1.739246, 1.846344, 2.290048",\
|
|
"1.880717, 1.889744, 1.915976, 2.023074, 2.466778");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.016973, 0.025343, 0.055122, 0.211098, 0.869345",\
|
|
"0.016973, 0.025343, 0.055122, 0.211098, 0.869345",\
|
|
"0.016973, 0.025343, 0.055122, 0.211098, 0.869345",\
|
|
"0.016973, 0.025343, 0.055122, 0.211098, 0.869345",\
|
|
"0.016973, 0.025343, 0.055122, 0.211098, 0.869345");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "1.596743, 1.603571, 1.621025, 1.672135, 1.862622",\
|
|
"1.672955, 1.679784, 1.697237, 1.748348, 1.938834",\
|
|
"1.715071, 1.721900, 1.739353, 1.790463, 1.980950",\
|
|
"1.758692, 1.765521, 1.782974, 1.834085, 2.024571",\
|
|
"1.935422, 1.942251, 1.959704, 2.010814, 2.201301");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.014991, 0.019548, 0.032769, 0.094655, 0.352314",\
|
|
"0.014991, 0.019548, 0.032769, 0.094655, 0.352314",\
|
|
"0.014991, 0.019548, 0.032769, 0.094655, 0.352314",\
|
|
"0.014991, 0.019548, 0.032769, 0.094655, 0.352314",\
|
|
"0.014991, 0.019548, 0.032769, 0.094655, 0.352314");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "1.427984, 1.437011, 1.463243, 1.568199, 2.004871",\
|
|
"1.427984, 1.437011, 1.463243, 1.568199, 2.004871",\
|
|
"1.427984, 1.437011, 1.463243, 1.568199, 2.004871",\
|
|
"1.427984, 1.437011, 1.463243, 1.568199, 2.004871",\
|
|
"1.293798, 1.302825, 1.329057, 1.434014, 1.870686");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.016973, 0.025343, 0.055122, 0.204763, 0.842554",\
|
|
"0.016973, 0.025343, 0.055122, 0.204763, 0.842554",\
|
|
"0.016973, 0.025343, 0.055122, 0.204763, 0.842554",\
|
|
"0.016973, 0.025343, 0.055122, 0.204763, 0.842554",\
|
|
"0.016973, 0.025343, 0.055122, 0.204763, 0.842554");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "1.485760, 1.492589, 1.510043, 1.560301, 1.741411",\
|
|
"1.485760, 1.492589, 1.510043, 1.560301, 1.741411",\
|
|
"1.485760, 1.492589, 1.510043, 1.560301, 1.741411",\
|
|
"1.485760, 1.492589, 1.510043, 1.560301, 1.741411",\
|
|
"1.351575, 1.358404, 1.375857, 1.426116, 1.607225");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.014991, 0.019548, 0.032769, 0.088843, 0.334587",\
|
|
"0.014991, 0.019548, 0.032769, 0.088843, 0.334587",\
|
|
"0.014991, 0.019548, 0.032769, 0.088843, 0.334587",\
|
|
"0.014991, 0.019548, 0.032769, 0.088843, 0.334587",\
|
|
"0.014991, 0.019548, 0.032769, 0.088843, 0.334587");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001847 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "1.591523, 1.600781, 1.627230, 1.734350, 2.177925",\
|
|
"1.667735, 1.676994, 1.703443, 1.810563, 2.254138",\
|
|
"1.709851, 1.719110, 1.745559, 1.852678, 2.296254",\
|
|
"1.753472, 1.762731, 1.789180, 1.896300, 2.339875",\
|
|
"1.930202, 1.939461, 1.965910, 2.073030, 2.516605");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.018507, 0.026674, 0.055793, 0.210911, 0.868473",\
|
|
"0.018507, 0.026674, 0.055793, 0.210911, 0.868473",\
|
|
"0.018507, 0.026674, 0.055793, 0.210911, 0.868473",\
|
|
"0.018507, 0.026674, 0.055793, 0.210911, 0.868473",\
|
|
"0.018507, 0.026674, 0.055793, 0.210911, 0.868473");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "1.630336, 1.637287, 1.654981, 1.706201, 1.896520",\
|
|
"1.706549, 1.713500, 1.731194, 1.782414, 1.972732",\
|
|
"1.748665, 1.755615, 1.773309, 1.824529, 2.014848",\
|
|
"1.792286, 1.799237, 1.816931, 1.868151, 2.058470",\
|
|
"1.969016, 1.975966, 1.993660, 2.044881, 2.235199");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.015732, 0.020317, 0.033407, 0.094730, 0.351881",\
|
|
"0.015732, 0.020317, 0.033407, 0.094730, 0.351881",\
|
|
"0.015732, 0.020317, 0.033407, 0.094730, 0.351881",\
|
|
"0.015732, 0.020317, 0.033407, 0.094730, 0.351881",\
|
|
"0.015732, 0.020317, 0.033407, 0.094730, 0.351881");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "1.449170, 1.458429, 1.484878, 1.589926, 2.026647",\
|
|
"1.449170, 1.458429, 1.484878, 1.589926, 2.026647",\
|
|
"1.449170, 1.458429, 1.484878, 1.589926, 2.026647",\
|
|
"1.449170, 1.458429, 1.484878, 1.589926, 2.026647",\
|
|
"1.314985, 1.324243, 1.350692, 1.455740, 1.892461");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.018507, 0.026674, 0.055793, 0.204748, 0.842434",\
|
|
"0.018507, 0.026674, 0.055793, 0.204748, 0.842434",\
|
|
"0.018507, 0.026674, 0.055793, 0.204748, 0.842434",\
|
|
"0.018507, 0.026674, 0.055793, 0.204748, 0.842434",\
|
|
"0.018507, 0.026674, 0.055793, 0.204748, 0.842434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "1.512134, 1.519084, 1.536778, 1.587199, 1.768344",\
|
|
"1.512134, 1.519084, 1.536778, 1.587199, 1.768344",\
|
|
"1.512134, 1.519084, 1.536778, 1.587199, 1.768344",\
|
|
"1.512134, 1.519084, 1.536778, 1.587199, 1.768344",\
|
|
"1.377948, 1.384899, 1.402593, 1.453013, 1.634159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.015732, 0.020317, 0.033407, 0.089111, 0.334738",\
|
|
"0.015732, 0.020317, 0.033407, 0.089111, 0.334738",\
|
|
"0.015732, 0.020317, 0.033407, 0.089111, 0.334738",\
|
|
"0.015732, 0.020317, 0.033407, 0.089111, 0.334738",\
|
|
"0.015732, 0.020317, 0.033407, 0.089111, 0.334738");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002274 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "1.695306, 1.704286, 1.730617, 1.837837, 2.281781",\
|
|
"1.771519, 1.780498, 1.806829, 1.914049, 2.357993",\
|
|
"1.813635, 1.822614, 1.848945, 1.956165, 2.400109",\
|
|
"1.857256, 1.866235, 1.892566, 1.999786, 2.443730",\
|
|
"2.033986, 2.042965, 2.069296, 2.176517, 2.620460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.017945, 0.026196, 0.055696, 0.211921, 0.871242",\
|
|
"0.017945, 0.026196, 0.055696, 0.211921, 0.871242",\
|
|
"0.017945, 0.026196, 0.055696, 0.211921, 0.871242",\
|
|
"0.017945, 0.026196, 0.055696, 0.211921, 0.871242",\
|
|
"0.017945, 0.026196, 0.055696, 0.211921, 0.871242");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "1.585163, 1.591840, 1.609204, 1.660317, 1.851251",\
|
|
"1.661375, 1.668052, 1.685416, 1.736529, 1.927464",\
|
|
"1.703491, 1.710168, 1.727532, 1.778645, 1.969579",\
|
|
"1.747112, 1.753789, 1.771153, 1.822266, 2.013201",\
|
|
"1.923842, 1.930519, 1.947883, 1.998996, 2.189931");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.015061, 0.019505, 0.032714, 0.095254, 0.353835",\
|
|
"0.015061, 0.019505, 0.032714, 0.095254, 0.353835",\
|
|
"0.015061, 0.019505, 0.032714, 0.095254, 0.353835",\
|
|
"0.015061, 0.019505, 0.032714, 0.095254, 0.353835",\
|
|
"0.015061, 0.019505, 0.032714, 0.095254, 0.353835");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "1.555103, 1.564082, 1.590413, 1.695339, 2.131786",\
|
|
"1.555103, 1.564082, 1.590413, 1.695339, 2.131786",\
|
|
"1.555103, 1.564082, 1.590413, 1.695339, 2.131786",\
|
|
"1.555103, 1.564082, 1.590413, 1.695339, 2.131786",\
|
|
"1.420917, 1.429897, 1.456228, 1.561154, 1.997600");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.017945, 0.026196, 0.055696, 0.205116, 0.842505",\
|
|
"0.017945, 0.026196, 0.055696, 0.205116, 0.842505",\
|
|
"0.017945, 0.026196, 0.055696, 0.205116, 0.842505",\
|
|
"0.017945, 0.026196, 0.055696, 0.205116, 0.842505",\
|
|
"0.017945, 0.026196, 0.055696, 0.205116, 0.842505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "1.468665, 1.475343, 1.492706, 1.542857, 1.723855",\
|
|
"1.468665, 1.475343, 1.492706, 1.542857, 1.723855",\
|
|
"1.468665, 1.475343, 1.492706, 1.542857, 1.723855",\
|
|
"1.468665, 1.475343, 1.492706, 1.542857, 1.723855",\
|
|
"1.334480, 1.341157, 1.358521, 1.408671, 1.589669");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.015061, 0.019505, 0.032714, 0.088919, 0.334550",\
|
|
"0.015061, 0.019505, 0.032714, 0.088919, 0.334550",\
|
|
"0.015061, 0.019505, 0.032714, 0.088919, 0.334550",\
|
|
"0.015061, 0.019505, 0.032714, 0.088919, 0.334550",\
|
|
"0.015061, 0.019505, 0.032714, 0.088919, 0.334550");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.550873, 1.560300, 1.586522, 1.694725, 2.135787",\
|
|
"1.627086, 1.636512, 1.662735, 1.770938, 2.211999",\
|
|
"1.669202, 1.678628, 1.704851, 1.813053, 2.254115",\
|
|
"1.712823, 1.722249, 1.748472, 1.856675, 2.297736",\
|
|
"1.889553, 1.898979, 1.925202, 2.033405, 2.474466");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.016412, 0.024834, 0.054523, 0.209536, 0.861926",\
|
|
"0.016412, 0.024834, 0.054523, 0.209536, 0.861926",\
|
|
"0.016412, 0.024834, 0.054523, 0.209536, 0.861926",\
|
|
"0.016412, 0.024834, 0.054523, 0.209536, 0.861926",\
|
|
"0.016412, 0.024834, 0.054523, 0.209536, 0.861926");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.597705, 1.604861, 1.622403, 1.673412, 1.861930",\
|
|
"1.673918, 1.681074, 1.698616, 1.749624, 1.938142",\
|
|
"1.716034, 1.723190, 1.740731, 1.791740, 1.980258",\
|
|
"1.759655, 1.766811, 1.784353, 1.835361, 2.023879",\
|
|
"1.936385, 1.943541, 1.961082, 2.012091, 2.200609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.014541, 0.019389, 0.032730, 0.092401, 0.346652",\
|
|
"0.014541, 0.019389, 0.032730, 0.092401, 0.346652",\
|
|
"0.014541, 0.019389, 0.032730, 0.092401, 0.346652",\
|
|
"0.014541, 0.019389, 0.032730, 0.092401, 0.346652",\
|
|
"0.014541, 0.019389, 0.032730, 0.092401, 0.346652");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.428914, 1.438340, 1.464562, 1.569748, 2.007065",\
|
|
"1.428914, 1.438340, 1.464562, 1.569748, 2.007065",\
|
|
"1.428914, 1.438340, 1.464562, 1.569748, 2.007065",\
|
|
"1.428914, 1.438340, 1.464562, 1.569748, 2.007065",\
|
|
"1.294728, 1.304154, 1.330377, 1.435562, 1.872879");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.016412, 0.024834, 0.054523, 0.203834, 0.842527",\
|
|
"0.016412, 0.024834, 0.054523, 0.203834, 0.842527",\
|
|
"0.016412, 0.024834, 0.054523, 0.203834, 0.842527",\
|
|
"0.016412, 0.024834, 0.054523, 0.203834, 0.842527",\
|
|
"0.016412, 0.024834, 0.054523, 0.203834, 0.842527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.484123, 1.491279, 1.508821, 1.559366, 1.740748",\
|
|
"1.484123, 1.491279, 1.508821, 1.559366, 1.740748",\
|
|
"1.484123, 1.491279, 1.508821, 1.559366, 1.740748",\
|
|
"1.484123, 1.491279, 1.508821, 1.559366, 1.740748",\
|
|
"1.349938, 1.357094, 1.374636, 1.425181, 1.606562");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.014541, 0.019389, 0.032730, 0.088552, 0.334624",\
|
|
"0.014541, 0.019389, 0.032730, 0.088552, 0.334624",\
|
|
"0.014541, 0.019389, 0.032730, 0.088552, 0.334624",\
|
|
"0.014541, 0.019389, 0.032730, 0.088552, 0.334624",\
|
|
"0.014541, 0.019389, 0.032730, 0.088552, 0.334624");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.005153 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "1.667938, 1.674447, 1.700727, 1.809176, 2.256652",\
|
|
"1.744151, 1.750659, 1.776939, 1.885389, 2.332864",\
|
|
"1.786267, 1.792775, 1.819055, 1.927505, 2.374980",\
|
|
"1.829888, 1.836396, 1.862676, 1.971126, 2.418601",\
|
|
"2.006618, 2.013126, 2.039406, 2.147856, 2.595331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.019609, 0.027795, 0.061240, 0.218903, 0.890230",\
|
|
"0.019609, 0.027795, 0.061240, 0.218903, 0.890230",\
|
|
"0.019609, 0.027795, 0.061240, 0.218903, 0.890230",\
|
|
"0.019609, 0.027795, 0.061240, 0.218903, 0.890230",\
|
|
"0.019609, 0.027795, 0.061240, 0.218903, 0.890230");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "1.572316, 1.577951, 1.594910, 1.648817, 1.841971",\
|
|
"1.648529, 1.654163, 1.671123, 1.725029, 1.918184",\
|
|
"1.690644, 1.696279, 1.713239, 1.767145, 1.960299",\
|
|
"1.734266, 1.739900, 1.756860, 1.810766, 2.003921",\
|
|
"1.910996, 1.916630, 1.933590, 1.987496, 2.180651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.016224, 0.020329, 0.036986, 0.098941, 0.369203",\
|
|
"0.016224, 0.020329, 0.036986, 0.098941, 0.369203",\
|
|
"0.016224, 0.020329, 0.036986, 0.098941, 0.369203",\
|
|
"0.016224, 0.020329, 0.036986, 0.098941, 0.369203",\
|
|
"0.016224, 0.020329, 0.036986, 0.098941, 0.369203");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[25]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "1.549703, 1.558141, 1.583320, 1.688885, 2.123671",\
|
|
"1.549703, 1.558141, 1.583320, 1.688885, 2.123671",\
|
|
"1.549703, 1.558141, 1.583320, 1.688885, 2.123671",\
|
|
"1.549703, 1.558141, 1.583320, 1.688885, 2.123671",\
|
|
"1.415518, 1.423956, 1.449135, 1.554700, 1.989485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.019609, 0.027795, 0.058544, 0.207520, 0.842550",\
|
|
"0.019609, 0.027795, 0.058544, 0.207520, 0.842550",\
|
|
"0.019609, 0.027795, 0.058544, 0.207520, 0.842550",\
|
|
"0.019609, 0.027795, 0.058544, 0.207520, 0.842550",\
|
|
"0.019609, 0.027795, 0.058544, 0.207520, 0.842550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "1.459941, 1.466098, 1.482094, 1.532848, 1.713157",\
|
|
"1.459941, 1.466098, 1.482094, 1.532848, 1.713157",\
|
|
"1.459941, 1.466098, 1.482094, 1.532848, 1.713157",\
|
|
"1.459941, 1.466098, 1.482094, 1.532848, 1.713157",\
|
|
"1.325756, 1.331913, 1.347909, 1.398663, 1.578972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.016224, 0.020329, 0.034101, 0.089818, 0.334544",\
|
|
"0.016224, 0.020329, 0.034101, 0.089818, 0.334544",\
|
|
"0.016224, 0.020329, 0.034101, 0.089818, 0.334544",\
|
|
"0.016224, 0.020329, 0.034101, 0.089818, 0.334544",\
|
|
"0.016224, 0.020329, 0.034101, 0.089818, 0.334544");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.003133 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "1.630702, 1.639579, 1.666003, 1.773700, 2.219112",\
|
|
"1.706914, 1.715792, 1.742216, 1.849913, 2.295324",\
|
|
"1.749030, 1.757908, 1.784332, 1.892028, 2.337440",\
|
|
"1.792651, 1.801529, 1.827953, 1.935650, 2.381061",\
|
|
"1.969381, 1.978259, 2.004683, 2.112380, 2.557791");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.018955, 0.027114, 0.056427, 0.214088, 0.877341",\
|
|
"0.018955, 0.027114, 0.056427, 0.214088, 0.877341",\
|
|
"0.018955, 0.027114, 0.056427, 0.214088, 0.877341",\
|
|
"0.018955, 0.027114, 0.056427, 0.214088, 0.877341",\
|
|
"0.018955, 0.027114, 0.056427, 0.214088, 0.877341");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "1.511635, 1.518153, 1.535496, 1.588517, 1.778704",\
|
|
"1.587848, 1.594366, 1.611709, 1.664730, 1.854917",\
|
|
"1.629963, 1.636482, 1.653824, 1.706846, 1.897033",\
|
|
"1.673585, 1.680103, 1.697446, 1.750467, 1.940654",\
|
|
"1.850314, 1.856833, 1.874175, 1.927197, 2.117384");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.015348, 0.019700, 0.032789, 0.095495, 0.358089",\
|
|
"0.015348, 0.019700, 0.032789, 0.095495, 0.358089",\
|
|
"0.015348, 0.019700, 0.032789, 0.095495, 0.358089",\
|
|
"0.015348, 0.019700, 0.032789, 0.095495, 0.358089",\
|
|
"0.015348, 0.019700, 0.032789, 0.095495, 0.358089");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[24]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "1.494344, 1.503222, 1.529646, 1.634427, 2.070396",\
|
|
"1.494344, 1.503222, 1.529646, 1.634427, 2.070396",\
|
|
"1.494344, 1.503222, 1.529646, 1.634427, 2.070396",\
|
|
"1.494344, 1.503222, 1.529646, 1.634427, 2.070396",\
|
|
"1.360159, 1.369037, 1.395461, 1.500242, 1.936211");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.018955, 0.027114, 0.056427, 0.205827, 0.842477",\
|
|
"0.018955, 0.027114, 0.056427, 0.205827, 0.842477",\
|
|
"0.018955, 0.027114, 0.056427, 0.205827, 0.842477",\
|
|
"0.018955, 0.027114, 0.056427, 0.205827, 0.842477",\
|
|
"0.018955, 0.027114, 0.056427, 0.205827, 0.842477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "1.396987, 1.403505, 1.420848, 1.470761, 1.651546",\
|
|
"1.396987, 1.403505, 1.420848, 1.470761, 1.651546",\
|
|
"1.396987, 1.403505, 1.420848, 1.470761, 1.651546",\
|
|
"1.396987, 1.403505, 1.420848, 1.470761, 1.651546",\
|
|
"1.262802, 1.269320, 1.286662, 1.336575, 1.517360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.015348, 0.019700, 0.032789, 0.089169, 0.334548",\
|
|
"0.015348, 0.019700, 0.032789, 0.089169, 0.334548",\
|
|
"0.015348, 0.019700, 0.032789, 0.089169, 0.334548",\
|
|
"0.015348, 0.019700, 0.032789, 0.089169, 0.334548",\
|
|
"0.015348, 0.019700, 0.032789, 0.089169, 0.334548");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.003542 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "1.575738, 1.582728, 1.608870, 1.716274, 2.161438",\
|
|
"1.651951, 1.658941, 1.685083, 1.792487, 2.237650",\
|
|
"1.694066, 1.701057, 1.727199, 1.834603, 2.279766",\
|
|
"1.737688, 1.744678, 1.770820, 1.878224, 2.323387",\
|
|
"1.914418, 1.921408, 1.947550, 2.054954, 2.500117");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.017679, 0.026052, 0.056083, 0.214195, 0.876951",\
|
|
"0.017679, 0.026052, 0.056083, 0.214195, 0.876951",\
|
|
"0.017679, 0.026052, 0.056083, 0.214195, 0.876951",\
|
|
"0.017679, 0.026052, 0.056083, 0.214195, 0.876951",\
|
|
"0.017679, 0.026052, 0.056083, 0.214195, 0.876951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "1.480140, 1.486101, 1.503435, 1.556352, 1.746274",\
|
|
"1.556352, 1.562314, 1.579647, 1.632565, 1.822487",\
|
|
"1.598468, 1.604429, 1.621763, 1.674681, 1.864602",\
|
|
"1.642089, 1.648051, 1.665384, 1.718302, 1.908224",\
|
|
"1.818819, 1.824781, 1.842114, 1.895032, 2.084954");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.015489, 0.019852, 0.032860, 0.095537, 0.357700",\
|
|
"0.015489, 0.019852, 0.032860, 0.095537, 0.357700",\
|
|
"0.015489, 0.019852, 0.032860, 0.095537, 0.357700",\
|
|
"0.015489, 0.019852, 0.032860, 0.095537, 0.357700",\
|
|
"0.015489, 0.019852, 0.032860, 0.095537, 0.357700");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[23]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "1.460279, 1.468866, 1.495009, 1.599722, 2.035402",\
|
|
"1.460279, 1.468866, 1.495009, 1.599722, 2.035402",\
|
|
"1.460279, 1.468866, 1.495009, 1.599722, 2.035402",\
|
|
"1.460279, 1.468866, 1.495009, 1.599722, 2.035402",\
|
|
"1.326094, 1.334681, 1.360823, 1.465537, 1.901217");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.017679, 0.026052, 0.056083, 0.206189, 0.842605",\
|
|
"0.017679, 0.026052, 0.056083, 0.206189, 0.842605",\
|
|
"0.017679, 0.026052, 0.056083, 0.206189, 0.842605",\
|
|
"0.017679, 0.026052, 0.056083, 0.206189, 0.842605",\
|
|
"0.017679, 0.026052, 0.056083, 0.206189, 0.842605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "1.367795, 1.374248, 1.391582, 1.441406, 1.622079",\
|
|
"1.367795, 1.374248, 1.391582, 1.441406, 1.622079",\
|
|
"1.367795, 1.374248, 1.391582, 1.441406, 1.622079",\
|
|
"1.367795, 1.374248, 1.391582, 1.441406, 1.622079",\
|
|
"1.233610, 1.240063, 1.257397, 1.307220, 1.487894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.015489, 0.019852, 0.032860, 0.089301, 0.334579",\
|
|
"0.015489, 0.019852, 0.032860, 0.089301, 0.334579",\
|
|
"0.015489, 0.019852, 0.032860, 0.089301, 0.334579",\
|
|
"0.015489, 0.019852, 0.032860, 0.089301, 0.334579",\
|
|
"0.015489, 0.019852, 0.032860, 0.089301, 0.334579");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001741 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "1.659717, 1.668106, 1.694302, 1.801313, 2.244643",\
|
|
"1.735930, 1.744318, 1.770515, 1.877525, 2.320856",\
|
|
"1.778046, 1.786434, 1.812630, 1.919641, 2.362971",\
|
|
"1.821667, 1.830055, 1.856252, 1.963262, 2.406593",\
|
|
"1.998397, 2.006786, 2.032982, 2.139992, 2.583323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.016842, 0.025232, 0.055056, 0.210600, 0.867598",\
|
|
"0.016842, 0.025232, 0.055056, 0.210600, 0.867598",\
|
|
"0.016842, 0.025232, 0.055056, 0.210600, 0.867598",\
|
|
"0.016842, 0.025232, 0.055056, 0.210600, 0.867598",\
|
|
"0.016842, 0.025232, 0.055056, 0.210600, 0.867598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "1.567985, 1.574537, 1.591905, 1.642922, 1.832872",\
|
|
"1.644197, 1.650750, 1.668118, 1.719135, 1.909085",\
|
|
"1.686313, 1.692865, 1.710233, 1.761251, 1.951200",\
|
|
"1.729934, 1.736487, 1.753855, 1.804872, 1.994822",\
|
|
"1.906664, 1.913217, 1.930584, 1.981602, 2.171551");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.014678, 0.019266, 0.032540, 0.094065, 0.350885",\
|
|
"0.014678, 0.019266, 0.032540, 0.094065, 0.350885",\
|
|
"0.014678, 0.019266, 0.032540, 0.094065, 0.350885",\
|
|
"0.014678, 0.019266, 0.032540, 0.094065, 0.350885",\
|
|
"0.014678, 0.019266, 0.032540, 0.094065, 0.350885");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[22]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "1.543445, 1.552488, 1.578684, 1.683687, 2.120414",\
|
|
"1.543445, 1.552488, 1.578684, 1.683687, 2.120414",\
|
|
"1.543445, 1.552488, 1.578684, 1.683687, 2.120414",\
|
|
"1.543445, 1.552488, 1.578684, 1.683687, 2.120414",\
|
|
"1.409260, 1.418303, 1.444499, 1.549502, 1.986229");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.016842, 0.025232, 0.055056, 0.204681, 0.842558",\
|
|
"0.016842, 0.025232, 0.055056, 0.204681, 0.842558",\
|
|
"0.016842, 0.025232, 0.055056, 0.204681, 0.842558",\
|
|
"0.016842, 0.025232, 0.055056, 0.204681, 0.842558",\
|
|
"0.016842, 0.025232, 0.055056, 0.204681, 0.842558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "1.455470, 1.462285, 1.479653, 1.529888, 1.711003",\
|
|
"1.455470, 1.462285, 1.479653, 1.529888, 1.711003",\
|
|
"1.455470, 1.462285, 1.479653, 1.529888, 1.711003",\
|
|
"1.455470, 1.462285, 1.479653, 1.529888, 1.711003",\
|
|
"1.321285, 1.328099, 1.345467, 1.395703, 1.576818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.014678, 0.019266, 0.032540, 0.088721, 0.334545",\
|
|
"0.014678, 0.019266, 0.032540, 0.088721, 0.334545",\
|
|
"0.014678, 0.019266, 0.032540, 0.088721, 0.334545",\
|
|
"0.014678, 0.019266, 0.032540, 0.088721, 0.334545",\
|
|
"0.014678, 0.019266, 0.032540, 0.088721, 0.334545");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002535 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "1.829778, 1.836758, 1.864205, 1.971453, 2.414948",\
|
|
"1.905991, 1.912971, 1.940418, 2.047666, 2.491161",\
|
|
"1.948107, 1.955087, 1.982534, 2.089782, 2.533277",\
|
|
"1.991728, 1.998708, 2.026155, 2.133403, 2.576898",\
|
|
"2.168458, 2.175438, 2.202885, 2.310133, 2.753628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.022262, 0.030420, 0.058389, 0.212535, 0.870210",\
|
|
"0.022262, 0.030420, 0.058389, 0.212535, 0.870210",\
|
|
"0.022262, 0.030420, 0.058389, 0.212535, 0.870210",\
|
|
"0.022262, 0.030420, 0.058389, 0.212535, 0.870210",\
|
|
"0.022262, 0.030420, 0.058389, 0.212535, 0.870210");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "1.664416, 1.669971, 1.688038, 1.739499, 1.930669",\
|
|
"1.740629, 1.746184, 1.764251, 1.815711, 2.006882",\
|
|
"1.782745, 1.788299, 1.806366, 1.857827, 2.048997",\
|
|
"1.826366, 1.831921, 1.849988, 1.901448, 2.092619",\
|
|
"2.003096, 2.008651, 2.026718, 2.078178, 2.269349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.017324, 0.021807, 0.034590, 0.096242, 0.354621",\
|
|
"0.017324, 0.021807, 0.034590, 0.096242, 0.354621",\
|
|
"0.017324, 0.021807, 0.034590, 0.096242, 0.354621",\
|
|
"0.017324, 0.021807, 0.034590, 0.096242, 0.354621",\
|
|
"0.017324, 0.021807, 0.034590, 0.096242, 0.354621");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[21]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "1.622428, 1.632181, 1.659629, 1.764588, 2.200502",\
|
|
"1.622428, 1.632181, 1.659629, 1.764588, 2.200502",\
|
|
"1.622428, 1.632181, 1.659629, 1.764588, 2.200502",\
|
|
"1.622428, 1.632181, 1.659629, 1.764588, 2.200502",\
|
|
"1.488243, 1.497996, 1.525443, 1.630403, 2.066317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.022262, 0.030420, 0.058389, 0.205608, 0.841085",\
|
|
"0.022262, 0.030420, 0.058389, 0.205608, 0.841085",\
|
|
"0.022262, 0.030420, 0.058389, 0.205608, 0.841085",\
|
|
"0.022262, 0.030420, 0.058389, 0.205608, 0.841085",\
|
|
"0.022262, 0.030420, 0.058389, 0.205608, 0.841085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "1.548298, 1.555278, 1.573331, 1.623862, 1.804905",\
|
|
"1.548298, 1.555278, 1.573331, 1.623862, 1.804905",\
|
|
"1.548298, 1.555278, 1.573331, 1.623862, 1.804905",\
|
|
"1.548298, 1.555278, 1.573331, 1.623862, 1.804905",\
|
|
"1.414112, 1.421093, 1.439146, 1.489677, 1.670720");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.017282, 0.021764, 0.034555, 0.089761, 0.334982",\
|
|
"0.017282, 0.021764, 0.034555, 0.089761, 0.334982",\
|
|
"0.017282, 0.021764, 0.034555, 0.089761, 0.334982",\
|
|
"0.017282, 0.021764, 0.034555, 0.089761, 0.334982",\
|
|
"0.017282, 0.021764, 0.034555, 0.089761, 0.334982");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001828 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "1.647744, 1.656018, 1.682427, 1.789503, 2.232893",\
|
|
"1.723957, 1.732231, 1.758640, 1.865715, 2.309105",\
|
|
"1.766073, 1.774346, 1.800756, 1.907831, 2.351221",\
|
|
"1.809694, 1.817968, 1.844377, 1.951452, 2.394842",\
|
|
"1.986424, 1.994697, 2.021107, 2.128182, 2.571572");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.018326, 0.026521, 0.055722, 0.210715, 0.867717",\
|
|
"0.018326, 0.026521, 0.055722, 0.210715, 0.867717",\
|
|
"0.018326, 0.026521, 0.055722, 0.210715, 0.867717",\
|
|
"0.018326, 0.026521, 0.055722, 0.210715, 0.867717",\
|
|
"0.018326, 0.026521, 0.055722, 0.210715, 0.867717");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "1.530567, 1.537351, 1.554699, 1.605730, 1.795730",\
|
|
"1.606779, 1.613564, 1.630912, 1.681942, 1.871943",\
|
|
"1.648895, 1.655680, 1.673027, 1.724058, 1.914058",\
|
|
"1.692516, 1.699301, 1.716649, 1.767679, 1.957680",\
|
|
"1.869246, 1.876031, 1.893378, 1.944409, 2.134409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.014729, 0.019293, 0.032571, 0.094157, 0.351060",\
|
|
"0.014729, 0.019293, 0.032571, 0.094157, 0.351060",\
|
|
"0.014729, 0.019293, 0.032571, 0.094157, 0.351060",\
|
|
"0.014729, 0.019293, 0.032571, 0.094157, 0.351060",\
|
|
"0.014729, 0.019293, 0.032571, 0.094157, 0.351060");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[20]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "1.525475, 1.534711, 1.561120, 1.666181, 2.102908",\
|
|
"1.525475, 1.534711, 1.561120, 1.666181, 2.102908",\
|
|
"1.525475, 1.534711, 1.561120, 1.666181, 2.102908",\
|
|
"1.525475, 1.534711, 1.561120, 1.666181, 2.102908",\
|
|
"1.391290, 1.400526, 1.426935, 1.531996, 1.968722");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.018326, 0.026521, 0.055722, 0.204734, 0.842446",\
|
|
"0.018326, 0.026521, 0.055722, 0.204734, 0.842446",\
|
|
"0.018326, 0.026521, 0.055722, 0.204734, 0.842446",\
|
|
"0.018326, 0.026521, 0.055722, 0.204734, 0.842446",\
|
|
"0.018326, 0.026521, 0.055722, 0.204734, 0.842446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "1.422273, 1.429057, 1.446405, 1.496643, 1.677740",\
|
|
"1.422273, 1.429057, 1.446405, 1.496643, 1.677740",\
|
|
"1.422273, 1.429057, 1.446405, 1.496643, 1.677740",\
|
|
"1.422273, 1.429057, 1.446405, 1.496643, 1.677740",\
|
|
"1.288087, 1.294872, 1.312220, 1.362458, 1.543555");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.014729, 0.019293, 0.032571, 0.088749, 0.334541",\
|
|
"0.014729, 0.019293, 0.032571, 0.088749, 0.334541",\
|
|
"0.014729, 0.019293, 0.032571, 0.088749, 0.334541",\
|
|
"0.014729, 0.019293, 0.032571, 0.088749, 0.334541",\
|
|
"0.014729, 0.019293, 0.032571, 0.088749, 0.334541");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002124 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "1.596861, 1.604009, 1.630124, 1.737136, 2.180301",\
|
|
"1.673074, 1.680221, 1.706337, 1.813348, 2.256514",\
|
|
"1.715190, 1.722337, 1.748453, 1.855464, 2.298630",\
|
|
"1.758811, 1.765958, 1.792074, 1.899085, 2.342251",\
|
|
"1.935541, 1.942688, 1.968804, 2.075815, 2.518981");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.016788, 0.025205, 0.055202, 0.211007, 0.867940",\
|
|
"0.016788, 0.025205, 0.055202, 0.211007, 0.867940",\
|
|
"0.016788, 0.025205, 0.055202, 0.211007, 0.867940",\
|
|
"0.016788, 0.025205, 0.055202, 0.211007, 0.867940",\
|
|
"0.016788, 0.025205, 0.055202, 0.211007, 0.867940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "1.498726, 1.504657, 1.522037, 1.572989, 1.762905",\
|
|
"1.574939, 1.580870, 1.598250, 1.649202, 1.839118",\
|
|
"1.617055, 1.622986, 1.640365, 1.691317, 1.881234",\
|
|
"1.660676, 1.666607, 1.683987, 1.734939, 1.924855",\
|
|
"1.837406, 1.843337, 1.860717, 1.911669, 2.101585");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.014855, 0.019407, 0.032593, 0.094282, 0.351164",\
|
|
"0.014855, 0.019407, 0.032593, 0.094282, 0.351164",\
|
|
"0.014855, 0.019407, 0.032593, 0.094282, 0.351164",\
|
|
"0.014855, 0.019407, 0.032593, 0.094282, 0.351164",\
|
|
"0.014855, 0.019407, 0.032593, 0.094282, 0.351164");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[19]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "1.483574, 1.492435, 1.518551, 1.623523, 2.060019",\
|
|
"1.483574, 1.492435, 1.518551, 1.623523, 2.060019",\
|
|
"1.483574, 1.492435, 1.518551, 1.623523, 2.060019",\
|
|
"1.483574, 1.492435, 1.518551, 1.623523, 2.060019",\
|
|
"1.349388, 1.358250, 1.384365, 1.489337, 1.925833");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.016788, 0.025205, 0.055202, 0.205005, 0.842587",\
|
|
"0.016788, 0.025205, 0.055202, 0.205005, 0.842587",\
|
|
"0.016788, 0.025205, 0.055202, 0.205005, 0.842587",\
|
|
"0.016788, 0.025205, 0.055202, 0.205005, 0.842587",\
|
|
"0.016788, 0.025205, 0.055202, 0.205005, 0.842587");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "1.389415, 1.396139, 1.413518, 1.463648, 1.644659",\
|
|
"1.389415, 1.396139, 1.413518, 1.463648, 1.644659",\
|
|
"1.389415, 1.396139, 1.413518, 1.463648, 1.644659",\
|
|
"1.389415, 1.396139, 1.413518, 1.463648, 1.644659",\
|
|
"1.255230, 1.261953, 1.279333, 1.329463, 1.510473");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.014855, 0.019407, 0.032593, 0.088845, 0.334576",\
|
|
"0.014855, 0.019407, 0.032593, 0.088845, 0.334576",\
|
|
"0.014855, 0.019407, 0.032593, 0.088845, 0.334576",\
|
|
"0.014855, 0.019407, 0.032593, 0.088845, 0.334576",\
|
|
"0.014855, 0.019407, 0.032593, 0.088845, 0.334576");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001005 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "1.713487, 1.723023, 1.749419, 1.857860, 2.299043",\
|
|
"1.789700, 1.799235, 1.825632, 1.934073, 2.375256",\
|
|
"1.831816, 1.841351, 1.867748, 1.976189, 2.417372",\
|
|
"1.875437, 1.884972, 1.911369, 2.019810, 2.460993",\
|
|
"2.052167, 2.061702, 2.088099, 2.196540, 2.637723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.017715, 0.025976, 0.055174, 0.210179, 0.863269",\
|
|
"0.017715, 0.025976, 0.055174, 0.210179, 0.863269",\
|
|
"0.017715, 0.025976, 0.055174, 0.210179, 0.863269",\
|
|
"0.017715, 0.025976, 0.055174, 0.210179, 0.863269",\
|
|
"0.017715, 0.025976, 0.055174, 0.210179, 0.863269");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "1.597325, 1.604400, 1.621917, 1.672949, 1.861838",\
|
|
"1.673538, 1.680613, 1.698129, 1.749161, 1.938051",\
|
|
"1.715653, 1.722728, 1.740245, 1.791277, 1.980166",\
|
|
"1.759275, 1.766350, 1.783866, 1.834898, 2.023788",\
|
|
"1.936005, 1.943080, 1.960596, 2.011628, 2.200518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.014667, 0.019446, 0.032759, 0.092855, 0.347718",\
|
|
"0.014667, 0.019446, 0.032759, 0.092855, 0.347718",\
|
|
"0.014667, 0.019446, 0.032759, 0.092855, 0.347718",\
|
|
"0.014667, 0.019446, 0.032759, 0.092855, 0.347718",\
|
|
"0.014667, 0.019446, 0.032759, 0.092855, 0.347718");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[18]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "1.578557, 1.588093, 1.614489, 1.719683, 2.156881",\
|
|
"1.578557, 1.588093, 1.614489, 1.719683, 2.156881",\
|
|
"1.578557, 1.588093, 1.614489, 1.719683, 2.156881",\
|
|
"1.578557, 1.588093, 1.614489, 1.719683, 2.156881",\
|
|
"1.444372, 1.453907, 1.480304, 1.585498, 2.022695");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.017715, 0.025976, 0.055174, 0.204049, 0.842442",\
|
|
"0.017715, 0.025976, 0.055174, 0.204049, 0.842442",\
|
|
"0.017715, 0.025976, 0.055174, 0.204049, 0.842442",\
|
|
"0.017715, 0.025976, 0.055174, 0.204049, 0.842442",\
|
|
"0.017715, 0.025976, 0.055174, 0.204049, 0.842442");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "1.482174, 1.489249, 1.506766, 1.557254, 1.738569",\
|
|
"1.482174, 1.489249, 1.506766, 1.557254, 1.738569",\
|
|
"1.482174, 1.489249, 1.506766, 1.557254, 1.738569",\
|
|
"1.482174, 1.489249, 1.506766, 1.557254, 1.738569",\
|
|
"1.347988, 1.355064, 1.372580, 1.423069, 1.604383");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.014667, 0.019446, 0.032759, 0.088629, 0.334618",\
|
|
"0.014667, 0.019446, 0.032759, 0.088629, 0.334618",\
|
|
"0.014667, 0.019446, 0.032759, 0.088629, 0.334618",\
|
|
"0.014667, 0.019446, 0.032759, 0.088629, 0.334618",\
|
|
"0.014667, 0.019446, 0.032759, 0.088629, 0.334618");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002462 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "1.673416, 1.682241, 1.708434, 1.815619, 2.259353",\
|
|
"1.749629, 1.758454, 1.784647, 1.891832, 2.335566",\
|
|
"1.791745, 1.800570, 1.826762, 1.933948, 2.377682",\
|
|
"1.835366, 1.844191, 1.870384, 1.977569, 2.421303",\
|
|
"2.012096, 2.020921, 2.047114, 2.154299, 2.598033");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.017317, 0.025670, 0.055522, 0.212021, 0.871021",\
|
|
"0.017317, 0.025670, 0.055522, 0.212021, 0.871021",\
|
|
"0.017317, 0.025670, 0.055522, 0.212021, 0.871021",\
|
|
"0.017317, 0.025670, 0.055522, 0.212021, 0.871021",\
|
|
"0.017317, 0.025670, 0.055522, 0.212021, 0.871021");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "1.580599, 1.587228, 1.604559, 1.655634, 1.846408",\
|
|
"1.656812, 1.663441, 1.680772, 1.731846, 1.922621",\
|
|
"1.698928, 1.705556, 1.722887, 1.773962, 1.964737",\
|
|
"1.742549, 1.749178, 1.766509, 1.817583, 2.008358",\
|
|
"1.919279, 1.925907, 1.943239, 1.994313, 2.185088");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.015056, 0.019498, 0.032688, 0.095213, 0.353606",\
|
|
"0.015056, 0.019498, 0.032688, 0.095213, 0.353606",\
|
|
"0.015056, 0.019498, 0.032688, 0.095213, 0.353606",\
|
|
"0.015056, 0.019498, 0.032688, 0.095213, 0.353606",\
|
|
"0.015056, 0.019498, 0.032688, 0.095213, 0.353606");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[17]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "1.560587, 1.569412, 1.595604, 1.700499, 2.136811",\
|
|
"1.560587, 1.569412, 1.595604, 1.700499, 2.136811",\
|
|
"1.560587, 1.569412, 1.595604, 1.700499, 2.136811",\
|
|
"1.560587, 1.569412, 1.595604, 1.700499, 2.136811",\
|
|
"1.426401, 1.435226, 1.461419, 1.566314, 2.002626");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.017317, 0.025670, 0.055522, 0.205283, 0.842566",\
|
|
"0.017317, 0.025670, 0.055522, 0.205283, 0.842566",\
|
|
"0.017317, 0.025670, 0.055522, 0.205283, 0.842566",\
|
|
"0.017317, 0.025670, 0.055522, 0.205283, 0.842566",\
|
|
"0.017317, 0.025670, 0.055522, 0.205283, 0.842566");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "1.472305, 1.478934, 1.496265, 1.546365, 1.727309",\
|
|
"1.472305, 1.478934, 1.496265, 1.546365, 1.727309",\
|
|
"1.472305, 1.478934, 1.496265, 1.546365, 1.727309",\
|
|
"1.472305, 1.478934, 1.496265, 1.546365, 1.727309",\
|
|
"1.338120, 1.344749, 1.362080, 1.412180, 1.593123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.015056, 0.019498, 0.032688, 0.088953, 0.334548",\
|
|
"0.015056, 0.019498, 0.032688, 0.088953, 0.334548",\
|
|
"0.015056, 0.019498, 0.032688, 0.088953, 0.334548",\
|
|
"0.015056, 0.019498, 0.032688, 0.088953, 0.334548",\
|
|
"0.015056, 0.019498, 0.032688, 0.088953, 0.334548");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.693538, 1.702979, 1.729214, 1.837421, 2.278485",\
|
|
"1.769751, 1.779192, 1.805427, 1.913634, 2.354698",\
|
|
"1.811867, 1.821308, 1.847543, 1.955749, 2.396813",\
|
|
"1.855488, 1.864929, 1.891164, 1.999371, 2.440435",\
|
|
"2.032218, 2.041659, 2.067894, 2.176101, 2.617165");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.016491, 0.024903, 0.054556, 0.209535, 0.861920",\
|
|
"0.016491, 0.024903, 0.054556, 0.209535, 0.861920",\
|
|
"0.016491, 0.024903, 0.054556, 0.209535, 0.861920",\
|
|
"0.016491, 0.024903, 0.054556, 0.209535, 0.861920",\
|
|
"0.016491, 0.024903, 0.054556, 0.209535, 0.861920");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.587337, 1.594419, 1.611807, 1.662739, 1.851223",\
|
|
"1.663549, 1.670631, 1.688020, 1.738952, 1.927436",\
|
|
"1.705665, 1.712747, 1.730135, 1.781068, 1.969551",\
|
|
"1.749286, 1.756368, 1.773757, 1.824689, 2.013173",\
|
|
"1.926016, 1.933098, 1.950487, 2.001419, 2.189903");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.014107, 0.018939, 0.032362, 0.092243, 0.346557",\
|
|
"0.014107, 0.018939, 0.032362, 0.092243, 0.346557",\
|
|
"0.014107, 0.018939, 0.032362, 0.092243, 0.346557",\
|
|
"0.014107, 0.018939, 0.032362, 0.092243, 0.346557",\
|
|
"0.014107, 0.018939, 0.032362, 0.092243, 0.346557");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[16]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.564593, 1.574035, 1.600269, 1.705458, 2.142778",\
|
|
"1.564593, 1.574035, 1.600269, 1.705458, 2.142778",\
|
|
"1.564593, 1.574035, 1.600269, 1.705458, 2.142778",\
|
|
"1.564593, 1.574035, 1.600269, 1.705458, 2.142778",\
|
|
"1.430408, 1.439849, 1.466084, 1.571273, 2.008593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.016491, 0.024903, 0.054556, 0.203833, 0.842521",\
|
|
"0.016491, 0.024903, 0.054556, 0.203833, 0.842521",\
|
|
"0.016491, 0.024903, 0.054556, 0.203833, 0.842521",\
|
|
"0.016491, 0.024903, 0.054556, 0.203833, 0.842521",\
|
|
"0.016491, 0.024903, 0.054556, 0.203833, 0.842521");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "1.474757, 1.481839, 1.499227, 1.549687, 1.731046",\
|
|
"1.474757, 1.481839, 1.499227, 1.549687, 1.731046",\
|
|
"1.474757, 1.481839, 1.499227, 1.549687, 1.731046",\
|
|
"1.474757, 1.481839, 1.499227, 1.549687, 1.731046",\
|
|
"1.340571, 1.347653, 1.365042, 1.415501, 1.596860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.014107, 0.018939, 0.032362, 0.088396, 0.334536",\
|
|
"0.014107, 0.018939, 0.032362, 0.088396, 0.334536",\
|
|
"0.014107, 0.018939, 0.032362, 0.088396, 0.334536",\
|
|
"0.014107, 0.018939, 0.032362, 0.088396, 0.334536",\
|
|
"0.014107, 0.018939, 0.032362, 0.088396, 0.334536");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001379 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "1.726969, 1.736389, 1.762821, 1.871623, 2.313046",\
|
|
"1.803182, 1.812602, 1.839034, 1.947836, 2.389259",\
|
|
"1.845297, 1.854717, 1.881150, 1.989951, 2.431375",\
|
|
"1.888919, 1.898339, 1.924771, 2.033573, 2.474996",\
|
|
"2.065648, 2.075069, 2.101501, 2.210303, 2.651726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.018095, 0.026309, 0.055453, 0.211302, 0.865969",\
|
|
"0.018095, 0.026309, 0.055453, 0.211302, 0.865969",\
|
|
"0.018095, 0.026309, 0.055453, 0.211302, 0.865969",\
|
|
"0.018095, 0.026309, 0.055453, 0.211302, 0.865969",\
|
|
"0.018095, 0.026309, 0.055453, 0.211302, 0.865969");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "1.612728, 1.619714, 1.637246, 1.688337, 1.877970",\
|
|
"1.688941, 1.695927, 1.713459, 1.764550, 1.954183",\
|
|
"1.731056, 1.738043, 1.755574, 1.806665, 1.996299",\
|
|
"1.774678, 1.781664, 1.799196, 1.850287, 2.039920",\
|
|
"1.951408, 1.958394, 1.975926, 2.027017, 2.216650");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.014935, 0.019618, 0.032865, 0.093712, 0.349800",\
|
|
"0.014935, 0.019618, 0.032865, 0.093712, 0.349800",\
|
|
"0.014935, 0.019618, 0.032865, 0.093712, 0.349800",\
|
|
"0.014935, 0.019618, 0.032865, 0.093712, 0.349800",\
|
|
"0.014935, 0.019618, 0.032865, 0.093712, 0.349800");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[15]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "1.588154, 1.597574, 1.624006, 1.729126, 2.166113",\
|
|
"1.588154, 1.597574, 1.624006, 1.729126, 2.166113",\
|
|
"1.588154, 1.597574, 1.624006, 1.729126, 2.166113",\
|
|
"1.588154, 1.597574, 1.624006, 1.729126, 2.166113",\
|
|
"1.453969, 1.463389, 1.489821, 1.594941, 2.031928");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.018095, 0.026309, 0.055453, 0.204359, 0.842436",\
|
|
"0.018095, 0.026309, 0.055453, 0.204359, 0.842436",\
|
|
"0.018095, 0.026309, 0.055453, 0.204359, 0.842436",\
|
|
"0.018095, 0.026309, 0.055453, 0.204359, 0.842436",\
|
|
"0.018095, 0.026309, 0.055453, 0.204359, 0.842436");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "1.502738, 1.509724, 1.527256, 1.577665, 1.758894",\
|
|
"1.502738, 1.509724, 1.527256, 1.577665, 1.758894",\
|
|
"1.502738, 1.509724, 1.527256, 1.577665, 1.758894",\
|
|
"1.502738, 1.509724, 1.527256, 1.577665, 1.758894",\
|
|
"1.368553, 1.375539, 1.393071, 1.443479, 1.624708");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.014935, 0.019618, 0.032865, 0.088769, 0.334629",\
|
|
"0.014935, 0.019618, 0.032865, 0.088769, 0.334629",\
|
|
"0.014935, 0.019618, 0.032865, 0.088769, 0.334629",\
|
|
"0.014935, 0.019618, 0.032865, 0.088769, 0.334629",\
|
|
"0.014935, 0.019618, 0.032865, 0.088769, 0.334629");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001506 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "1.713173, 1.721784, 1.748128, 1.856876, 2.298170",\
|
|
"1.789385, 1.797997, 1.824341, 1.933089, 2.374382",\
|
|
"1.831501, 1.840113, 1.866457, 1.975204, 2.416498",\
|
|
"1.875122, 1.883734, 1.910078, 2.018826, 2.460119",\
|
|
"2.051852, 2.060464, 2.086808, 2.195556, 2.636849");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.017728, 0.025997, 0.055360, 0.211344, 0.865759",\
|
|
"0.017728, 0.025997, 0.055360, 0.211344, 0.865759",\
|
|
"0.017728, 0.025997, 0.055360, 0.211344, 0.865759",\
|
|
"0.017728, 0.025997, 0.055360, 0.211344, 0.865759",\
|
|
"0.017728, 0.025997, 0.055360, 0.211344, 0.865759");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "1.607723, 1.614320, 1.631743, 1.682791, 1.872291",\
|
|
"1.683936, 1.690533, 1.707956, 1.759004, 1.948504",\
|
|
"1.726051, 1.732648, 1.750071, 1.801119, 1.990620",\
|
|
"1.769673, 1.776270, 1.793693, 1.844741, 2.034241",\
|
|
"1.946402, 1.953000, 1.970423, 2.021471, 2.210971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.014771, 0.019418, 0.032709, 0.093603, 0.349558",\
|
|
"0.014771, 0.019418, 0.032709, 0.093603, 0.349558",\
|
|
"0.014771, 0.019418, 0.032709, 0.093603, 0.349558",\
|
|
"0.014771, 0.019418, 0.032709, 0.093603, 0.349558",\
|
|
"0.014771, 0.019418, 0.032709, 0.093603, 0.349558");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[14]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "1.592731, 1.602022, 1.628366, 1.733469, 2.170368",\
|
|
"1.592731, 1.602022, 1.628366, 1.733469, 2.170368",\
|
|
"1.592731, 1.602022, 1.628366, 1.733469, 2.170368",\
|
|
"1.592731, 1.602022, 1.628366, 1.733469, 2.170368",\
|
|
"1.458546, 1.467837, 1.494181, 1.599284, 2.036182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.017728, 0.025997, 0.055360, 0.204471, 0.842473",\
|
|
"0.017728, 0.025997, 0.055360, 0.204471, 0.842473",\
|
|
"0.017728, 0.025997, 0.055360, 0.204471, 0.842473",\
|
|
"0.017728, 0.025997, 0.055360, 0.204471, 0.842473",\
|
|
"0.017728, 0.025997, 0.055360, 0.204471, 0.842473");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "1.496605, 1.503511, 1.520934, 1.571297, 1.752484",\
|
|
"1.496605, 1.503511, 1.520934, 1.571297, 1.752484",\
|
|
"1.496605, 1.503511, 1.520934, 1.571297, 1.752484",\
|
|
"1.496605, 1.503511, 1.520934, 1.571297, 1.752484",\
|
|
"1.362420, 1.369325, 1.386748, 1.437112, 1.618299");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.014771, 0.019418, 0.032709, 0.088725, 0.334580",\
|
|
"0.014771, 0.019418, 0.032709, 0.088725, 0.334580",\
|
|
"0.014771, 0.019418, 0.032709, 0.088725, 0.334580",\
|
|
"0.014771, 0.019418, 0.032709, 0.088725, 0.334580",\
|
|
"0.014771, 0.019418, 0.032709, 0.088725, 0.334580");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001158 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "1.621771, 1.631169, 1.657510, 1.766136, 2.207482",\
|
|
"1.697984, 1.707382, 1.733722, 1.842348, 2.283695",\
|
|
"1.740099, 1.749498, 1.775838, 1.884464, 2.325811",\
|
|
"1.783721, 1.793119, 1.819459, 1.928085, 2.369432",\
|
|
"1.960451, 1.969849, 1.996189, 2.104815, 2.546162");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.017348, 0.025655, 0.055056, 0.210783, 0.864882",\
|
|
"0.017348, 0.025655, 0.055056, 0.210783, 0.864882",\
|
|
"0.017348, 0.025655, 0.055056, 0.210783, 0.864882",\
|
|
"0.017348, 0.025655, 0.055056, 0.210783, 0.864882",\
|
|
"0.017348, 0.025655, 0.055056, 0.210783, 0.864882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "1.510683, 1.517667, 1.535084, 1.586043, 1.775338",\
|
|
"1.586896, 1.593880, 1.611297, 1.662255, 1.851550",\
|
|
"1.629012, 1.635995, 1.653413, 1.704371, 1.893666",\
|
|
"1.672633, 1.679617, 1.697034, 1.747992, 1.937287",\
|
|
"1.849363, 1.856346, 1.873764, 1.924722, 2.114017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.014357, 0.019079, 0.032405, 0.093171, 0.348845",\
|
|
"0.014357, 0.019079, 0.032405, 0.093171, 0.348845",\
|
|
"0.014357, 0.019079, 0.032405, 0.093171, 0.348845",\
|
|
"0.014357, 0.019079, 0.032405, 0.093171, 0.348845",\
|
|
"0.014357, 0.019079, 0.032405, 0.093171, 0.348845");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[13]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "1.504737, 1.514135, 1.540475, 1.645603, 2.082696",\
|
|
"1.504737, 1.514135, 1.540475, 1.645603, 2.082696",\
|
|
"1.504737, 1.514135, 1.540475, 1.645603, 2.082696",\
|
|
"1.504737, 1.514135, 1.540475, 1.645603, 2.082696",\
|
|
"1.370551, 1.379950, 1.406290, 1.511417, 1.948511");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.017348, 0.025655, 0.055056, 0.204182, 0.842481",\
|
|
"0.017348, 0.025655, 0.055056, 0.204182, 0.842481",\
|
|
"0.017348, 0.025655, 0.055056, 0.204182, 0.842481",\
|
|
"0.017348, 0.025655, 0.055056, 0.204182, 0.842481",\
|
|
"0.017348, 0.025655, 0.055056, 0.204182, 0.842481");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "1.401927, 1.408911, 1.426328, 1.476648, 1.657899",\
|
|
"1.401927, 1.408911, 1.426328, 1.476648, 1.657899",\
|
|
"1.401927, 1.408911, 1.426328, 1.476648, 1.657899",\
|
|
"1.401927, 1.408911, 1.426328, 1.476648, 1.657899",\
|
|
"1.267742, 1.274725, 1.292143, 1.342463, 1.523714");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.014357, 0.019079, 0.032405, 0.088534, 0.334551",\
|
|
"0.014357, 0.019079, 0.032405, 0.088534, 0.334551",\
|
|
"0.014357, 0.019079, 0.032405, 0.088534, 0.334551",\
|
|
"0.014357, 0.019079, 0.032405, 0.088534, 0.334551",\
|
|
"0.014357, 0.019079, 0.032405, 0.088534, 0.334551");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002852 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "1.536708, 1.544552, 1.570730, 1.678031, 2.122189",\
|
|
"1.612921, 1.620765, 1.646943, 1.754244, 2.198402",\
|
|
"1.655037, 1.662880, 1.689059, 1.796360, 2.240517",\
|
|
"1.698658, 1.706502, 1.732680, 1.839981, 2.284139",\
|
|
"1.875388, 1.883232, 1.909410, 2.016711, 2.460869");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.017351, 0.025721, 0.055666, 0.213021, 0.873827",\
|
|
"0.017351, 0.025721, 0.055666, 0.213021, 0.873827",\
|
|
"0.017351, 0.025721, 0.055666, 0.213021, 0.873827",\
|
|
"0.017351, 0.025721, 0.055666, 0.213021, 0.873827",\
|
|
"0.017351, 0.025721, 0.055666, 0.213021, 0.873827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "1.587846, 1.594063, 1.611365, 1.664253, 1.854006",\
|
|
"1.664059, 1.670275, 1.687578, 1.740466, 1.930219",\
|
|
"1.706175, 1.712391, 1.729693, 1.782582, 1.972334",\
|
|
"1.749796, 1.756012, 1.773315, 1.826203, 2.015956",\
|
|
"1.926526, 1.932742, 1.950045, 2.002933, 2.192686");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.015242, 0.019615, 0.032776, 0.094734, 0.355862",\
|
|
"0.015242, 0.019615, 0.032776, 0.094734, 0.355862",\
|
|
"0.015242, 0.019615, 0.032776, 0.094734, 0.355862",\
|
|
"0.015242, 0.019615, 0.032776, 0.094734, 0.355862",\
|
|
"0.015242, 0.019615, 0.032776, 0.094734, 0.355862");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[12]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "1.415818, 1.424548, 1.450726, 1.555527, 1.991607",\
|
|
"1.415818, 1.424548, 1.450726, 1.555527, 1.991607",\
|
|
"1.415818, 1.424548, 1.450726, 1.555527, 1.991607",\
|
|
"1.415818, 1.424548, 1.450726, 1.555527, 1.991607",\
|
|
"1.281632, 1.290362, 1.316541, 1.421342, 1.857422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.017351, 0.025721, 0.055666, 0.205612, 0.842588",\
|
|
"0.017351, 0.025721, 0.055666, 0.205612, 0.842588",\
|
|
"0.017351, 0.025721, 0.055666, 0.205612, 0.842588",\
|
|
"0.017351, 0.025721, 0.055666, 0.205612, 0.842588",\
|
|
"0.017351, 0.025721, 0.055666, 0.205612, 0.842588");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "1.472703, 1.479256, 1.496558, 1.546594, 1.727451",\
|
|
"1.472703, 1.479256, 1.496558, 1.546594, 1.727451",\
|
|
"1.472703, 1.479256, 1.496558, 1.546594, 1.727451",\
|
|
"1.472703, 1.479256, 1.496558, 1.546594, 1.727451",\
|
|
"1.338518, 1.345070, 1.362373, 1.412409, 1.593265");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.015242, 0.019615, 0.032776, 0.089078, 0.334537",\
|
|
"0.015242, 0.019615, 0.032776, 0.089078, 0.334537",\
|
|
"0.015242, 0.019615, 0.032776, 0.089078, 0.334537",\
|
|
"0.015242, 0.019615, 0.032776, 0.089078, 0.334537",\
|
|
"0.015242, 0.019615, 0.032776, 0.089078, 0.334537");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001359 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "1.710978, 1.720417, 1.746884, 1.853946, 2.297553",\
|
|
"1.787190, 1.796630, 1.823096, 1.930159, 2.373766",\
|
|
"1.829306, 1.838745, 1.865212, 1.972275, 2.415881",\
|
|
"1.872927, 1.882367, 1.908833, 2.015896, 2.459503",\
|
|
"2.049657, 2.059097, 2.085563, 2.192626, 2.636233");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.018095, 0.026301, 0.055414, 0.210248, 0.867427",\
|
|
"0.018095, 0.026301, 0.055414, 0.210248, 0.867427",\
|
|
"0.018095, 0.026301, 0.055414, 0.210248, 0.867427",\
|
|
"0.018095, 0.026301, 0.055414, 0.210248, 0.867427",\
|
|
"0.018095, 0.026301, 0.055414, 0.210248, 0.867427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "1.602284, 1.609295, 1.626881, 1.678004, 1.868101",\
|
|
"1.678497, 1.685508, 1.703094, 1.754217, 1.944314",\
|
|
"1.720613, 1.727624, 1.745209, 1.796332, 1.986430",\
|
|
"1.764234, 1.771245, 1.788831, 1.839954, 2.030051",\
|
|
"1.940964, 1.947975, 1.965561, 2.016684, 2.206781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.014981, 0.019664, 0.032881, 0.094112, 0.350950",\
|
|
"0.014981, 0.019664, 0.032881, 0.094112, 0.350950",\
|
|
"0.014981, 0.019664, 0.032881, 0.094112, 0.350950",\
|
|
"0.014981, 0.019664, 0.032881, 0.094112, 0.350950",\
|
|
"0.014981, 0.019664, 0.032881, 0.094112, 0.350950");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[11]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "1.587513, 1.596952, 1.623419, 1.728501, 2.165500",\
|
|
"1.587513, 1.596952, 1.623419, 1.728501, 2.165500",\
|
|
"1.587513, 1.596952, 1.623419, 1.728501, 2.165500",\
|
|
"1.587513, 1.596952, 1.623419, 1.728501, 2.165500",\
|
|
"1.453327, 1.462767, 1.489233, 1.594316, 2.031315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.018095, 0.026301, 0.055414, 0.204342, 0.842435",\
|
|
"0.018095, 0.026301, 0.055414, 0.204342, 0.842435",\
|
|
"0.018095, 0.026301, 0.055414, 0.204342, 0.842435",\
|
|
"0.018095, 0.026301, 0.055414, 0.204342, 0.842435",\
|
|
"0.018095, 0.026301, 0.055414, 0.204342, 0.842435");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "1.490302, 1.497313, 1.514898, 1.565280, 1.746517",\
|
|
"1.490302, 1.497313, 1.514898, 1.565280, 1.746517",\
|
|
"1.490302, 1.497313, 1.514898, 1.565280, 1.746517",\
|
|
"1.490302, 1.497313, 1.514898, 1.565280, 1.746517",\
|
|
"1.356116, 1.363127, 1.380713, 1.431095, 1.612331");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.014981, 0.019664, 0.032881, 0.088783, 0.334641",\
|
|
"0.014981, 0.019664, 0.032881, 0.088783, 0.334641",\
|
|
"0.014981, 0.019664, 0.032881, 0.088783, 0.334641",\
|
|
"0.014981, 0.019664, 0.032881, 0.088783, 0.334641",\
|
|
"0.014981, 0.019664, 0.032881, 0.088783, 0.334641");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.000931 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "1.718062, 1.727689, 1.754135, 1.862519, 2.303660",\
|
|
"1.794275, 1.803901, 1.830348, 1.938732, 2.379873",\
|
|
"1.836390, 1.846017, 1.872464, 1.980848, 2.421989",\
|
|
"1.880012, 1.889638, 1.916085, 2.024469, 2.465610",\
|
|
"2.056742, 2.066368, 2.092815, 2.201199, 2.642340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.018013, 0.026235, 0.055279, 0.209947, 0.862684",\
|
|
"0.018013, 0.026235, 0.055279, 0.209947, 0.862684",\
|
|
"0.018013, 0.026235, 0.055279, 0.209947, 0.862684",\
|
|
"0.018013, 0.026235, 0.055279, 0.209947, 0.862684",\
|
|
"0.018013, 0.026235, 0.055279, 0.209947, 0.862684");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "1.610534, 1.617655, 1.635226, 1.686273, 1.875019",\
|
|
"1.686747, 1.693868, 1.711439, 1.762486, 1.951232",\
|
|
"1.728863, 1.735984, 1.753554, 1.804602, 1.993348",\
|
|
"1.772484, 1.779605, 1.797176, 1.848223, 2.036969",\
|
|
"1.949214, 1.956335, 1.973906, 2.024953, 2.213699");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.014778, 0.019581, 0.032877, 0.092740, 0.347331",\
|
|
"0.014778, 0.019581, 0.032877, 0.092740, 0.347331",\
|
|
"0.014778, 0.019581, 0.032877, 0.092740, 0.347331",\
|
|
"0.014778, 0.019581, 0.032877, 0.092740, 0.347331",\
|
|
"0.014778, 0.019581, 0.032877, 0.092740, 0.347331");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[10]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "1.603241, 1.612868, 1.639315, 1.744541, 2.181793",\
|
|
"1.603241, 1.612868, 1.639315, 1.744541, 2.181793",\
|
|
"1.603241, 1.612868, 1.639315, 1.744541, 2.181793",\
|
|
"1.603241, 1.612868, 1.639315, 1.744541, 2.181793",\
|
|
"1.469056, 1.478683, 1.505129, 1.610356, 2.047607");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.018013, 0.026235, 0.055279, 0.203983, 0.842414",\
|
|
"0.018013, 0.026235, 0.055279, 0.203983, 0.842414",\
|
|
"0.018013, 0.026235, 0.055279, 0.203983, 0.842414",\
|
|
"0.018013, 0.026235, 0.055279, 0.203983, 0.842414",\
|
|
"0.018013, 0.026235, 0.055279, 0.203983, 0.842414");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "1.501702, 1.508823, 1.526394, 1.576930, 1.758270",\
|
|
"1.501702, 1.508823, 1.526394, 1.576930, 1.758270",\
|
|
"1.501702, 1.508823, 1.526394, 1.576930, 1.758270",\
|
|
"1.501702, 1.508823, 1.526394, 1.576930, 1.758270",\
|
|
"1.367517, 1.374637, 1.392208, 1.442744, 1.624084");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.014778, 0.019581, 0.032877, 0.088660, 0.334649",\
|
|
"0.014778, 0.019581, 0.032877, 0.088660, 0.334649",\
|
|
"0.014778, 0.019581, 0.032877, 0.088660, 0.334649",\
|
|
"0.014778, 0.019581, 0.032877, 0.088660, 0.334649",\
|
|
"0.014778, 0.019581, 0.032877, 0.088660, 0.334649");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002056 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "1.633854, 1.642948, 1.669314, 1.776484, 2.220252",\
|
|
"1.710067, 1.719160, 1.745527, 1.852697, 2.296465",\
|
|
"1.752183, 1.761276, 1.787642, 1.894813, 2.338580",\
|
|
"1.795804, 1.804897, 1.831264, 1.938434, 2.382202",\
|
|
"1.972534, 1.981627, 2.007993, 2.115164, 2.558932");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.018059, 0.026290, 0.055670, 0.211420, 0.869908",\
|
|
"0.018059, 0.026290, 0.055670, 0.211420, 0.869908",\
|
|
"0.018059, 0.026290, 0.055670, 0.211420, 0.869908",\
|
|
"0.018059, 0.026290, 0.055670, 0.211420, 0.869908",\
|
|
"0.018059, 0.026290, 0.055670, 0.211420, 0.869908");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "1.518308, 1.525043, 1.542419, 1.593473, 1.784054",\
|
|
"1.594521, 1.601256, 1.618632, 1.669686, 1.860267",\
|
|
"1.636637, 1.643372, 1.660748, 1.711802, 1.902383",\
|
|
"1.680258, 1.686993, 1.704369, 1.755423, 1.946004",\
|
|
"1.856988, 1.863723, 1.881099, 1.932153, 2.122734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.014847, 0.019364, 0.032583, 0.094801, 0.352780",\
|
|
"0.014847, 0.019364, 0.032583, 0.094801, 0.352780",\
|
|
"0.014847, 0.019364, 0.032583, 0.094801, 0.352780",\
|
|
"0.014847, 0.019364, 0.032583, 0.094801, 0.352780",\
|
|
"0.014847, 0.019364, 0.032583, 0.094801, 0.352780");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[9]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "1.503850, 1.512944, 1.539310, 1.644289, 2.080870",\
|
|
"1.503850, 1.512944, 1.539310, 1.644289, 2.080870",\
|
|
"1.503850, 1.512944, 1.539310, 1.644289, 2.080870",\
|
|
"1.503850, 1.512944, 1.539310, 1.644289, 2.080870",\
|
|
"1.369665, 1.378758, 1.405125, 1.510103, 1.946684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.018059, 0.026290, 0.055670, 0.204930, 0.842482",\
|
|
"0.018059, 0.026290, 0.055670, 0.204930, 0.842482",\
|
|
"0.018059, 0.026290, 0.055670, 0.204930, 0.842482",\
|
|
"0.018059, 0.026290, 0.055670, 0.204930, 0.842482",\
|
|
"0.018059, 0.026290, 0.055670, 0.204930, 0.842482");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "1.405962, 1.412697, 1.430073, 1.480219, 1.661258",\
|
|
"1.405962, 1.412697, 1.430073, 1.480219, 1.661258",\
|
|
"1.405962, 1.412697, 1.430073, 1.480219, 1.661258",\
|
|
"1.405962, 1.412697, 1.430073, 1.480219, 1.661258",\
|
|
"1.271777, 1.278511, 1.295887, 1.346033, 1.527072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.014847, 0.019364, 0.032583, 0.088822, 0.334549",\
|
|
"0.014847, 0.019364, 0.032583, 0.088822, 0.334549",\
|
|
"0.014847, 0.019364, 0.032583, 0.088822, 0.334549",\
|
|
"0.014847, 0.019364, 0.032583, 0.088822, 0.334549",\
|
|
"0.014847, 0.019364, 0.032583, 0.088822, 0.334549");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002201 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "1.599320, 1.606672, 1.632868, 1.739979, 2.183541",\
|
|
"1.675533, 1.682885, 1.709081, 1.816191, 2.259754",\
|
|
"1.717649, 1.725000, 1.751196, 1.858307, 2.301870",\
|
|
"1.761270, 1.768622, 1.794818, 1.901928, 2.345491",\
|
|
"1.938000, 1.945351, 1.971548, 2.078658, 2.522221");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.017181, 0.025541, 0.055370, 0.211482, 0.869665",\
|
|
"0.017181, 0.025541, 0.055370, 0.211482, 0.869665",\
|
|
"0.017181, 0.025541, 0.055370, 0.211482, 0.869665",\
|
|
"0.017181, 0.025541, 0.055370, 0.211482, 0.869665",\
|
|
"0.017181, 0.025541, 0.055370, 0.211482, 0.869665");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "1.498596, 1.504479, 1.521869, 1.572866, 1.763297",\
|
|
"1.574808, 1.580692, 1.598082, 1.649078, 1.839510",\
|
|
"1.616924, 1.622808, 1.640198, 1.691194, 1.881626",\
|
|
"1.660545, 1.666429, 1.683819, 1.734815, 1.925247",\
|
|
"1.837275, 1.843159, 1.860549, 1.911545, 2.101977");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.014901, 0.019422, 0.032595, 0.094771, 0.352544",\
|
|
"0.014901, 0.019422, 0.032595, 0.094771, 0.352544",\
|
|
"0.014901, 0.019422, 0.032595, 0.094771, 0.352544",\
|
|
"0.014901, 0.019422, 0.032595, 0.094771, 0.352544",\
|
|
"0.014901, 0.019422, 0.032595, 0.094771, 0.352544");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[8]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "1.486202, 1.495096, 1.521292, 1.626231, 2.062695",\
|
|
"1.486202, 1.495096, 1.521292, 1.626231, 2.062695",\
|
|
"1.486202, 1.495096, 1.521292, 1.626231, 2.062695",\
|
|
"1.486202, 1.495096, 1.521292, 1.626231, 2.062695",\
|
|
"1.352016, 1.360911, 1.387107, 1.492046, 1.928509");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.017181, 0.025541, 0.055370, 0.205065, 0.842561",\
|
|
"0.017181, 0.025541, 0.055370, 0.205065, 0.842561",\
|
|
"0.017181, 0.025541, 0.055370, 0.205065, 0.842561",\
|
|
"0.017181, 0.025541, 0.055370, 0.205065, 0.842561",\
|
|
"0.017181, 0.025541, 0.055370, 0.205065, 0.842561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "1.389169, 1.395873, 1.413263, 1.463358, 1.644353",\
|
|
"1.389169, 1.395873, 1.413263, 1.463358, 1.644353",\
|
|
"1.389169, 1.395873, 1.413263, 1.463358, 1.644353",\
|
|
"1.389169, 1.395873, 1.413263, 1.463358, 1.644353",\
|
|
"1.254983, 1.261688, 1.279078, 1.329173, 1.510168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.014901, 0.019422, 0.032595, 0.088870, 0.334569",\
|
|
"0.014901, 0.019422, 0.032595, 0.088870, 0.334569",\
|
|
"0.014901, 0.019422, 0.032595, 0.088870, 0.334569",\
|
|
"0.014901, 0.019422, 0.032595, 0.088870, 0.334569",\
|
|
"0.014901, 0.019422, 0.032595, 0.088870, 0.334569");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.004139 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "1.721974, 1.729680, 1.756845, 1.864661, 2.312562",\
|
|
"1.798187, 1.805893, 1.833057, 1.940873, 2.388775",\
|
|
"1.840303, 1.848009, 1.875173, 1.982989, 2.430891",\
|
|
"1.883924, 1.891630, 1.918794, 2.026610, 2.474512",\
|
|
"2.060654, 2.068360, 2.095524, 2.203340, 2.651242");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.020088, 0.028125, 0.061304, 0.217766, 0.889184",\
|
|
"0.020088, 0.028125, 0.061304, 0.217766, 0.889184",\
|
|
"0.020088, 0.028125, 0.061304, 0.217766, 0.889184",\
|
|
"0.020088, 0.028125, 0.061304, 0.217766, 0.889184",\
|
|
"0.020088, 0.028125, 0.061304, 0.217766, 0.889184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "1.608715, 1.614750, 1.632671, 1.685924, 1.878702",\
|
|
"1.684927, 1.690962, 1.708884, 1.762137, 1.954915",\
|
|
"1.727043, 1.733078, 1.751000, 1.804253, 1.997030",\
|
|
"1.770664, 1.776699, 1.794621, 1.847874, 2.040652",\
|
|
"1.947394, 1.953429, 1.971351, 2.024604, 2.217382");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.016173, 0.020371, 0.037187, 0.098537, 0.368180",\
|
|
"0.016173, 0.020371, 0.037187, 0.098537, 0.368180",\
|
|
"0.016173, 0.020371, 0.037187, 0.098537, 0.368180",\
|
|
"0.016173, 0.020371, 0.037187, 0.098537, 0.368180",\
|
|
"0.016173, 0.020371, 0.037187, 0.098537, 0.368180");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[7]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "1.594362, 1.603145, 1.628607, 1.734244, 2.169653",\
|
|
"1.594362, 1.603145, 1.628607, 1.734244, 2.169653",\
|
|
"1.594362, 1.603145, 1.628607, 1.734244, 2.169653",\
|
|
"1.594362, 1.603145, 1.628607, 1.734244, 2.169653",\
|
|
"1.460176, 1.468960, 1.494421, 1.600059, 2.035467");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.020088, 0.028125, 0.058259, 0.206659, 0.842448",\
|
|
"0.020088, 0.028125, 0.058259, 0.206659, 0.842448",\
|
|
"0.020088, 0.028125, 0.058259, 0.206659, 0.842448",\
|
|
"0.020088, 0.028125, 0.058259, 0.206659, 0.842448",\
|
|
"0.020088, 0.028125, 0.058259, 0.206659, 0.842448");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "1.495668, 1.502088, 1.518369, 1.569260, 1.749832",\
|
|
"1.495668, 1.502088, 1.518369, 1.569260, 1.749832",\
|
|
"1.495668, 1.502088, 1.518369, 1.569260, 1.749832",\
|
|
"1.495668, 1.502088, 1.518369, 1.569260, 1.749832",\
|
|
"1.361482, 1.367903, 1.384184, 1.435074, 1.615646");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.016173, 0.020371, 0.034125, 0.089627, 0.334613",\
|
|
"0.016173, 0.020371, 0.034125, 0.089627, 0.334613",\
|
|
"0.016173, 0.020371, 0.034125, 0.089627, 0.334613",\
|
|
"0.016173, 0.020371, 0.034125, 0.089627, 0.334613",\
|
|
"0.016173, 0.020371, 0.034125, 0.089627, 0.334613");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001950 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "1.734556, 1.742658, 1.769197, 1.876356, 2.319974",\
|
|
"1.810768, 1.818871, 1.845410, 1.952569, 2.396187",\
|
|
"1.852884, 1.860986, 1.887525, 1.994684, 2.438302",\
|
|
"1.896505, 1.904608, 1.931147, 2.038306, 2.481924",\
|
|
"2.073236, 2.081338, 2.107876, 2.215035, 2.658654");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.019195, 0.027272, 0.056126, 0.211071, 0.868753",\
|
|
"0.019195, 0.027272, 0.056126, 0.211071, 0.868753",\
|
|
"0.019195, 0.027272, 0.056126, 0.211071, 0.868753",\
|
|
"0.019195, 0.027272, 0.056126, 0.211071, 0.868753",\
|
|
"0.019195, 0.027272, 0.056126, 0.211071, 0.868753");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "1.617026, 1.623906, 1.641508, 1.692694, 1.883064",\
|
|
"1.693238, 1.700119, 1.717721, 1.768907, 1.959277",\
|
|
"1.735354, 1.742234, 1.759837, 1.811023, 2.001393",\
|
|
"1.778975, 1.785856, 1.803458, 1.854644, 2.045014",\
|
|
"1.955705, 1.962586, 1.980188, 2.031374, 2.221744");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.015557, 0.020109, 0.033234, 0.094766, 0.352088",\
|
|
"0.015557, 0.020109, 0.033234, 0.094766, 0.352088",\
|
|
"0.015557, 0.020109, 0.033234, 0.094766, 0.352088",\
|
|
"0.015557, 0.020109, 0.033234, 0.094766, 0.352088",\
|
|
"0.015557, 0.020109, 0.033234, 0.094766, 0.352088");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[6]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "1.609457, 1.618770, 1.645308, 1.750374, 2.187057",\
|
|
"1.609457, 1.618770, 1.645308, 1.750374, 2.187057",\
|
|
"1.609457, 1.618770, 1.645308, 1.750374, 2.187057",\
|
|
"1.609457, 1.618770, 1.645308, 1.750374, 2.187057",\
|
|
"1.475271, 1.484584, 1.511123, 1.616188, 2.052872");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.019195, 0.027272, 0.056126, 0.204826, 0.842386",\
|
|
"0.019195, 0.027272, 0.056126, 0.204826, 0.842386",\
|
|
"0.019195, 0.027272, 0.056126, 0.204826, 0.842386",\
|
|
"0.019195, 0.027272, 0.056126, 0.204826, 0.842386",\
|
|
"0.019195, 0.027272, 0.056126, 0.204826, 0.842386");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "1.505247, 1.512128, 1.529730, 1.580092, 1.761201",\
|
|
"1.505247, 1.512128, 1.529730, 1.580092, 1.761201",\
|
|
"1.505247, 1.512128, 1.529730, 1.580092, 1.761201",\
|
|
"1.505247, 1.512128, 1.529730, 1.580092, 1.761201",\
|
|
"1.371062, 1.377943, 1.395545, 1.445907, 1.627016");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.015557, 0.020109, 0.033234, 0.089060, 0.334690",\
|
|
"0.015557, 0.020109, 0.033234, 0.089060, 0.334690",\
|
|
"0.015557, 0.020109, 0.033234, 0.089060, 0.334690",\
|
|
"0.015557, 0.020109, 0.033234, 0.089060, 0.334690",\
|
|
"0.015557, 0.020109, 0.033234, 0.089060, 0.334690");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001488 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "1.680356, 1.689541, 1.715801, 1.822795, 2.266135",\
|
|
"1.756568, 1.765754, 1.792014, 1.899007, 2.342348",\
|
|
"1.798684, 1.807869, 1.834129, 1.941123, 2.384464",\
|
|
"1.842305, 1.851491, 1.877751, 1.984744, 2.428085",\
|
|
"2.019035, 2.028221, 2.054481, 2.161474, 2.604815");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.017003, 0.025362, 0.055021, 0.210233, 0.866945",\
|
|
"0.017003, 0.025362, 0.055021, 0.210233, 0.866945",\
|
|
"0.017003, 0.025362, 0.055021, 0.210233, 0.866945",\
|
|
"0.017003, 0.025362, 0.055021, 0.210233, 0.866945",\
|
|
"0.017003, 0.025362, 0.055021, 0.210233, 0.866945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "1.584205, 1.591086, 1.608465, 1.659489, 1.849324",\
|
|
"1.660417, 1.667299, 1.684678, 1.735702, 1.925536",\
|
|
"1.702533, 1.709415, 1.726794, 1.777817, 1.967652",\
|
|
"1.746154, 1.753036, 1.770415, 1.821439, 2.011273",\
|
|
"1.922884, 1.929766, 1.947145, 1.998169, 2.188003");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.014539, 0.019179, 0.032489, 0.093813, 0.350390",\
|
|
"0.014539, 0.019179, 0.032489, 0.093813, 0.350390",\
|
|
"0.014539, 0.019179, 0.032489, 0.093813, 0.350390",\
|
|
"0.014539, 0.019179, 0.032489, 0.093813, 0.350390",\
|
|
"0.014539, 0.019179, 0.032489, 0.093813, 0.350390");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[5]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "1.564647, 1.573832, 1.600092, 1.705132, 2.142016",\
|
|
"1.564647, 1.573832, 1.600092, 1.705132, 2.142016",\
|
|
"1.564647, 1.573832, 1.600092, 1.705132, 2.142016",\
|
|
"1.564647, 1.573832, 1.600092, 1.705132, 2.142016",\
|
|
"1.430461, 1.439647, 1.465907, 1.570947, 2.007831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.017003, 0.025362, 0.055021, 0.204466, 0.842529",\
|
|
"0.017003, 0.025362, 0.055021, 0.204466, 0.842529",\
|
|
"0.017003, 0.025362, 0.055021, 0.204466, 0.842529",\
|
|
"0.017003, 0.025362, 0.055021, 0.204466, 0.842529",\
|
|
"0.017003, 0.025362, 0.055021, 0.204466, 0.842529");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "1.474621, 1.481503, 1.498882, 1.549165, 1.730343",\
|
|
"1.474621, 1.481503, 1.498882, 1.549165, 1.730343",\
|
|
"1.474621, 1.481503, 1.498882, 1.549165, 1.730343",\
|
|
"1.474621, 1.481503, 1.498882, 1.549165, 1.730343",\
|
|
"1.340436, 1.347318, 1.364697, 1.414980, 1.596158");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.014539, 0.019179, 0.032489, 0.088639, 0.334538",\
|
|
"0.014539, 0.019179, 0.032489, 0.088639, 0.334538",\
|
|
"0.014539, 0.019179, 0.032489, 0.088639, 0.334538",\
|
|
"0.014539, 0.019179, 0.032489, 0.088639, 0.334538",\
|
|
"0.014539, 0.019179, 0.032489, 0.088639, 0.334538");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001891 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "1.676026, 1.683993, 1.710231, 1.817275, 2.260637",\
|
|
"1.752239, 1.760206, 1.786444, 1.893488, 2.336850",\
|
|
"1.794355, 1.802322, 1.828559, 1.935603, 2.378965",\
|
|
"1.837976, 1.845943, 1.872181, 1.979225, 2.422587",\
|
|
"2.014706, 2.022673, 2.048911, 2.155955, 2.599317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.017258, 0.025598, 0.055293, 0.210830, 0.868017",\
|
|
"0.017258, 0.025598, 0.055293, 0.210830, 0.868017",\
|
|
"0.017258, 0.025598, 0.055293, 0.210830, 0.868017",\
|
|
"0.017258, 0.025598, 0.055293, 0.210830, 0.868017",\
|
|
"0.017258, 0.025598, 0.055293, 0.210830, 0.868017");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "1.582807, 1.589573, 1.606912, 1.657951, 1.847998",\
|
|
"1.659020, 1.665786, 1.683125, 1.734163, 1.924211",\
|
|
"1.701136, 1.707901, 1.725240, 1.776279, 1.966327",\
|
|
"1.744757, 1.751523, 1.768862, 1.819900, 2.009948",\
|
|
"1.921487, 1.928253, 1.945592, 1.996630, 2.186678");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.014766, 0.019313, 0.032589, 0.094234, 0.351226",\
|
|
"0.014766, 0.019313, 0.032589, 0.094234, 0.351226",\
|
|
"0.014766, 0.019313, 0.032589, 0.094234, 0.351226",\
|
|
"0.014766, 0.019313, 0.032589, 0.094234, 0.351226",\
|
|
"0.014766, 0.019313, 0.032589, 0.094234, 0.351226");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[4]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "1.564271, 1.573311, 1.599549, 1.704551, 2.141203",\
|
|
"1.564271, 1.573311, 1.599549, 1.704551, 2.141203",\
|
|
"1.564271, 1.573311, 1.599549, 1.704551, 2.141203",\
|
|
"1.564271, 1.573311, 1.599549, 1.704551, 2.141203",\
|
|
"1.430086, 1.439126, 1.465364, 1.570366, 2.007018");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.017258, 0.025598, 0.055293, 0.204802, 0.842535",\
|
|
"0.017258, 0.025598, 0.055293, 0.204802, 0.842535",\
|
|
"0.017258, 0.025598, 0.055293, 0.204802, 0.842535",\
|
|
"0.017258, 0.025598, 0.055293, 0.204802, 0.842535",\
|
|
"0.017258, 0.025598, 0.055293, 0.204802, 0.842535");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "1.474513, 1.481279, 1.498618, 1.548851, 1.729934",\
|
|
"1.474513, 1.481279, 1.498618, 1.548851, 1.729934",\
|
|
"1.474513, 1.481279, 1.498618, 1.548851, 1.729934",\
|
|
"1.474513, 1.481279, 1.498618, 1.548851, 1.729934",\
|
|
"1.340328, 1.347094, 1.364433, 1.414666, 1.595748");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.014766, 0.019313, 0.032589, 0.088769, 0.334539",\
|
|
"0.014766, 0.019313, 0.032589, 0.088769, 0.334539",\
|
|
"0.014766, 0.019313, 0.032589, 0.088769, 0.334539",\
|
|
"0.014766, 0.019313, 0.032589, 0.088769, 0.334539",\
|
|
"0.014766, 0.019313, 0.032589, 0.088769, 0.334539");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002665 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "1.619933, 1.627409, 1.653686, 1.760880, 2.204453",\
|
|
"1.696146, 1.703622, 1.729899, 1.837092, 2.280666",\
|
|
"1.738261, 1.745738, 1.772014, 1.879208, 2.322782",\
|
|
"1.781883, 1.789359, 1.815636, 1.922829, 2.366403",\
|
|
"1.958613, 1.966089, 1.992365, 2.099559, 2.543133");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.018180, 0.026433, 0.055992, 0.212127, 0.870692",\
|
|
"0.018180, 0.026433, 0.055992, 0.212127, 0.870692",\
|
|
"0.018180, 0.026433, 0.055992, 0.212127, 0.870692",\
|
|
"0.018180, 0.026433, 0.055992, 0.212127, 0.870692",\
|
|
"0.018180, 0.026433, 0.055992, 0.212127, 0.870692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "1.510201, 1.516120, 1.533435, 1.584476, 1.775107",\
|
|
"1.586414, 1.592333, 1.609648, 1.660689, 1.851320",\
|
|
"1.628529, 1.634449, 1.651763, 1.702804, 1.893436",\
|
|
"1.672151, 1.678070, 1.695385, 1.746426, 1.937057",\
|
|
"1.848881, 1.854800, 1.872115, 1.923156, 2.113787");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.015131, 0.019573, 0.032735, 0.095215, 0.353396",\
|
|
"0.015131, 0.019573, 0.032735, 0.095215, 0.353396",\
|
|
"0.015131, 0.019573, 0.032735, 0.095215, 0.353396",\
|
|
"0.015131, 0.019573, 0.032735, 0.095215, 0.353396",\
|
|
"0.015131, 0.019573, 0.032735, 0.095215, 0.353396");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[3]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "1.505161, 1.514042, 1.540319, 1.645251, 2.081472",\
|
|
"1.505161, 1.514042, 1.540319, 1.645251, 2.081472",\
|
|
"1.505161, 1.514042, 1.540319, 1.645251, 2.081472",\
|
|
"1.505161, 1.514042, 1.540319, 1.645251, 2.081472",\
|
|
"1.370976, 1.379857, 1.406133, 1.511066, 1.947287");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.018180, 0.026433, 0.055992, 0.205442, 0.842511",\
|
|
"0.018180, 0.026433, 0.055992, 0.205442, 0.842511",\
|
|
"0.018180, 0.026433, 0.055992, 0.205442, 0.842511",\
|
|
"0.018180, 0.026433, 0.055992, 0.205442, 0.842511",\
|
|
"0.018180, 0.026433, 0.055992, 0.205442, 0.842511");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "1.401235, 1.407826, 1.425141, 1.475213, 1.656104",\
|
|
"1.401235, 1.407826, 1.425141, 1.475213, 1.656104",\
|
|
"1.401235, 1.407826, 1.425141, 1.475213, 1.656104",\
|
|
"1.401235, 1.407826, 1.425141, 1.475213, 1.656104",\
|
|
"1.267049, 1.273641, 1.290956, 1.341028, 1.521918");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.015131, 0.019573, 0.032735, 0.089018, 0.334558",\
|
|
"0.015131, 0.019573, 0.032735, 0.089018, 0.334558",\
|
|
"0.015131, 0.019573, 0.032735, 0.089018, 0.334558",\
|
|
"0.015131, 0.019573, 0.032735, 0.089018, 0.334558",\
|
|
"0.015131, 0.019573, 0.032735, 0.089018, 0.334558");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.002860 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "1.715101, 1.724057, 1.750487, 1.857856, 2.302076",\
|
|
"1.791314, 1.800270, 1.826700, 1.934069, 2.378289",\
|
|
"1.833429, 1.842385, 1.868815, 1.976185, 2.420404",\
|
|
"1.877051, 1.886007, 1.912437, 2.019806, 2.464025",\
|
|
"2.053781, 2.062737, 2.089167, 2.196536, 2.640756");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.019039, 0.027176, 0.056391, 0.213008, 0.873690",\
|
|
"0.019039, 0.027176, 0.056391, 0.213008, 0.873690",\
|
|
"0.019039, 0.027176, 0.056391, 0.213008, 0.873690",\
|
|
"0.019039, 0.027176, 0.056391, 0.213008, 0.873690",\
|
|
"0.019039, 0.027176, 0.056391, 0.213008, 0.873690");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "1.606791, 1.613397, 1.630809, 1.683770, 1.873538",\
|
|
"1.683003, 1.689610, 1.707022, 1.759983, 1.949751",\
|
|
"1.725119, 1.731726, 1.749138, 1.802098, 1.991866",\
|
|
"1.768740, 1.775347, 1.792759, 1.845720, 2.035488",\
|
|
"1.945470, 1.952077, 1.969489, 2.022449, 2.212218");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.015582, 0.019962, 0.033063, 0.094865, 0.355934",\
|
|
"0.015582, 0.019962, 0.033063, 0.094865, 0.355934",\
|
|
"0.015582, 0.019962, 0.033063, 0.094865, 0.355934",\
|
|
"0.015582, 0.019962, 0.033063, 0.094865, 0.355934",\
|
|
"0.015582, 0.019962, 0.033063, 0.094865, 0.355934");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "1.591963, 1.600919, 1.627349, 1.732228, 2.168363",\
|
|
"1.591963, 1.600919, 1.627349, 1.732228, 2.168363",\
|
|
"1.591963, 1.600919, 1.627349, 1.732228, 2.168363",\
|
|
"1.591963, 1.600919, 1.627349, 1.732228, 2.168363",\
|
|
"1.457778, 1.466734, 1.493164, 1.598043, 2.034177");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.019039, 0.027176, 0.056391, 0.205595, 0.842454",\
|
|
"0.019039, 0.027176, 0.056391, 0.205595, 0.842454",\
|
|
"0.019039, 0.027176, 0.056391, 0.205595, 0.842454",\
|
|
"0.019039, 0.027176, 0.056391, 0.205595, 0.842454",\
|
|
"0.019039, 0.027176, 0.056391, 0.205595, 0.842454");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "1.494266, 1.500872, 1.518284, 1.568387, 1.749260",\
|
|
"1.494266, 1.500872, 1.518284, 1.568387, 1.749260",\
|
|
"1.494266, 1.500872, 1.518284, 1.568387, 1.749260",\
|
|
"1.494266, 1.500872, 1.518284, 1.568387, 1.749260",\
|
|
"1.360080, 1.366687, 1.384099, 1.434202, 1.615075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.015582, 0.019962, 0.033063, 0.089201, 0.334604",\
|
|
"0.015582, 0.019962, 0.033063, 0.089201, 0.334604",\
|
|
"0.015582, 0.019962, 0.033063, 0.089201, 0.334604",\
|
|
"0.015582, 0.019962, 0.033063, 0.089201, 0.334604",\
|
|
"0.015582, 0.019962, 0.033063, 0.089201, 0.334604");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001500 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "1.623336, 1.632557, 1.658844, 1.765822, 2.209039",\
|
|
"1.699549, 1.708770, 1.735057, 1.842035, 2.285252",\
|
|
"1.741664, 1.750885, 1.777173, 1.884150, 2.327367",\
|
|
"1.785286, 1.794507, 1.820794, 1.927772, 2.370989",\
|
|
"1.962016, 1.971237, 1.997524, 2.104501, 2.547719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.017267, 0.025594, 0.055149, 0.210122, 0.866418",\
|
|
"0.017267, 0.025594, 0.055149, 0.210122, 0.866418",\
|
|
"0.017267, 0.025594, 0.055149, 0.210122, 0.866418",\
|
|
"0.017267, 0.025594, 0.055149, 0.210122, 0.866418",\
|
|
"0.017267, 0.025594, 0.055149, 0.210122, 0.866418");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "1.511445, 1.518336, 1.535741, 1.586716, 1.776379",\
|
|
"1.587658, 1.594549, 1.611953, 1.662929, 1.852592",\
|
|
"1.629773, 1.636665, 1.654069, 1.705044, 1.894707",\
|
|
"1.673395, 1.680286, 1.697690, 1.748666, 1.938329",\
|
|
"1.850125, 1.857016, 1.874420, 1.925395, 2.115058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.014543, 0.019192, 0.032470, 0.093685, 0.350014",\
|
|
"0.014543, 0.019192, 0.032470, 0.093685, 0.350014",\
|
|
"0.014543, 0.019192, 0.032470, 0.093685, 0.350014",\
|
|
"0.014543, 0.019192, 0.032470, 0.093685, 0.350014",\
|
|
"0.014543, 0.019192, 0.032470, 0.093685, 0.350014");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "1.494102, 1.503323, 1.529611, 1.634676, 2.071562",\
|
|
"1.494102, 1.503323, 1.529611, 1.634676, 2.071562",\
|
|
"1.494102, 1.503323, 1.529611, 1.634676, 2.071562",\
|
|
"1.494102, 1.503323, 1.529611, 1.634676, 2.071562",\
|
|
"1.359917, 1.369138, 1.395425, 1.500491, 1.937377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.017267, 0.025594, 0.055149, 0.204472, 0.842509",\
|
|
"0.017267, 0.025594, 0.055149, 0.204472, 0.842509",\
|
|
"0.017267, 0.025594, 0.055149, 0.204472, 0.842509",\
|
|
"0.017267, 0.025594, 0.055149, 0.204472, 0.842509",\
|
|
"0.017267, 0.025594, 0.055149, 0.204472, 0.842509");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "1.400188, 1.407079, 1.424484, 1.474735, 1.655903",\
|
|
"1.400188, 1.407079, 1.424484, 1.474735, 1.655903",\
|
|
"1.400188, 1.407079, 1.424484, 1.474735, 1.655903",\
|
|
"1.400188, 1.407079, 1.424484, 1.474735, 1.655903",\
|
|
"1.266003, 1.272894, 1.290299, 1.340550, 1.521718");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.014543, 0.019192, 0.032470, 0.088644, 0.334556",\
|
|
"0.014543, 0.019192, 0.032470, 0.088644, 0.334556",\
|
|
"0.014543, 0.019192, 0.032470, 0.088644, 0.334556",\
|
|
"0.014543, 0.019192, 0.032470, 0.088644, 0.334556",\
|
|
"0.014543, 0.019192, 0.032470, 0.088644, 0.334556");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "1.638766, 1.647932, 1.674316, 1.781434, 2.225005",\
|
|
"1.714979, 1.724145, 1.750528, 1.857647, 2.301218",\
|
|
"1.757095, 1.766261, 1.792644, 1.899763, 2.343333",\
|
|
"1.800716, 1.809882, 1.836265, 1.943384, 2.386955",\
|
|
"1.977446, 1.986612, 2.012995, 2.120114, 2.563684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.018147, 0.026365, 0.055669, 0.211031, 0.868733",\
|
|
"0.018147, 0.026365, 0.055669, 0.211031, 0.868733",\
|
|
"0.018147, 0.026365, 0.055669, 0.211031, 0.868733",\
|
|
"0.018147, 0.026365, 0.055669, 0.211031, 0.868733",\
|
|
"0.018147, 0.026365, 0.055669, 0.211031, 0.868733");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "1.522150, 1.528916, 1.546280, 1.597322, 1.787594",\
|
|
"1.598363, 1.605129, 1.622493, 1.673534, 1.863806",\
|
|
"1.640479, 1.647245, 1.664609, 1.715650, 1.905922",\
|
|
"1.684100, 1.690866, 1.708230, 1.759271, 1.949543",\
|
|
"1.860830, 1.867596, 1.884960, 1.936001, 2.126273");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.014778, 0.019322, 0.032572, 0.094449, 0.351852",\
|
|
"0.014778, 0.019322, 0.032572, 0.094449, 0.351852",\
|
|
"0.014778, 0.019322, 0.032572, 0.094449, 0.351852",\
|
|
"0.014778, 0.019322, 0.032572, 0.094449, 0.351852",\
|
|
"0.014778, 0.019322, 0.032572, 0.094449, 0.351852");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "1.516013, 1.525179, 1.551562, 1.656583, 2.093247",\
|
|
"1.516013, 1.525179, 1.551562, 1.656583, 2.093247",\
|
|
"1.516013, 1.525179, 1.551562, 1.656583, 2.093247",\
|
|
"1.516013, 1.525179, 1.551562, 1.656583, 2.093247",\
|
|
"1.381827, 1.390994, 1.417377, 1.522398, 1.959062");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.018147, 0.026365, 0.055669, 0.204816, 0.842467",\
|
|
"0.018147, 0.026365, 0.055669, 0.204816, 0.842467",\
|
|
"0.018147, 0.026365, 0.055669, 0.204816, 0.842467",\
|
|
"0.018147, 0.026365, 0.055669, 0.204816, 0.842467",\
|
|
"0.018147, 0.026365, 0.055669, 0.204816, 0.842467");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "1.411232, 1.417997, 1.435362, 1.485556, 1.666629",\
|
|
"1.411232, 1.417997, 1.435362, 1.485556, 1.666629",\
|
|
"1.411232, 1.417997, 1.435362, 1.485556, 1.666629",\
|
|
"1.411232, 1.417997, 1.435362, 1.485556, 1.666629",\
|
|
"1.277046, 1.283812, 1.301176, 1.351371, 1.532443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.014778, 0.019322, 0.032572, 0.088779, 0.334545",\
|
|
"0.014778, 0.019322, 0.032572, 0.088779, 0.334545",\
|
|
"0.014778, 0.019322, 0.032572, 0.088779, 0.334545",\
|
|
"0.014778, 0.019322, 0.032572, 0.088779, 0.334545",\
|
|
"0.014778, 0.019322, 0.032572, 0.088779, 0.334545");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001626 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "1.582967, 1.592347, 1.618847, 1.725977, 2.169693",\
|
|
"1.659180, 1.668559, 1.695060, 1.802190, 2.245905",\
|
|
"1.701296, 1.710675, 1.737176, 1.844306, 2.288021",\
|
|
"1.744917, 1.754296, 1.780797, 1.887927, 2.331642",\
|
|
"1.921647, 1.931026, 1.957527, 2.064657, 2.508372");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.018541, 0.026694, 0.055705, 0.210717, 0.868453",\
|
|
"0.018541, 0.026694, 0.055705, 0.210717, 0.868453",\
|
|
"0.018541, 0.026694, 0.055705, 0.210717, 0.868453",\
|
|
"0.018541, 0.026694, 0.055705, 0.210717, 0.868453",\
|
|
"0.018541, 0.026694, 0.055705, 0.210717, 0.868453");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "1.630656, 1.637690, 1.655452, 1.706691, 1.897077",\
|
|
"1.706869, 1.713902, 1.731664, 1.782904, 1.973290",\
|
|
"1.748985, 1.756018, 1.773780, 1.825020, 2.015406",\
|
|
"1.792606, 1.799639, 1.817401, 1.868641, 2.059027",\
|
|
"1.969336, 1.976369, 1.994131, 2.045371, 2.235757");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.015697, 0.020335, 0.033417, 0.094683, 0.351899",\
|
|
"0.015697, 0.020335, 0.033417, 0.094683, 0.351899",\
|
|
"0.015697, 0.020335, 0.033417, 0.094683, 0.351899",\
|
|
"0.015697, 0.020335, 0.033417, 0.094683, 0.351899",\
|
|
"0.015697, 0.020335, 0.033417, 0.094683, 0.351899");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[3]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "1.464191, 1.473570, 1.500071, 1.605132, 2.041986",\
|
|
"1.464191, 1.473570, 1.500071, 1.605132, 2.041986",\
|
|
"1.464191, 1.473570, 1.500071, 1.605132, 2.041986",\
|
|
"1.464191, 1.473570, 1.500071, 1.605132, 2.041986",\
|
|
"1.330006, 1.339385, 1.365885, 1.470946, 1.907801");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.018541, 0.026694, 0.055705, 0.204561, 0.842417",\
|
|
"0.018541, 0.026694, 0.055705, 0.204561, 0.842417",\
|
|
"0.018541, 0.026694, 0.055705, 0.204561, 0.842417",\
|
|
"0.018541, 0.026694, 0.055705, 0.204561, 0.842417",\
|
|
"0.018541, 0.026694, 0.055705, 0.204561, 0.842417");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "1.514882, 1.521915, 1.539677, 1.590126, 1.771329",\
|
|
"1.514882, 1.521915, 1.539677, 1.590126, 1.771329",\
|
|
"1.514882, 1.521915, 1.539677, 1.590126, 1.771329",\
|
|
"1.514882, 1.521915, 1.539677, 1.590126, 1.771329",\
|
|
"1.380696, 1.387730, 1.405492, 1.455941, 1.637143");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.015697, 0.020335, 0.033417, 0.089073, 0.334756",\
|
|
"0.015697, 0.020335, 0.033417, 0.089073, 0.334756",\
|
|
"0.015697, 0.020335, 0.033417, 0.089073, 0.334756",\
|
|
"0.015697, 0.020335, 0.033417, 0.089073, 0.334756",\
|
|
"0.015697, 0.020335, 0.033417, 0.089073, 0.334756");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001634 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "1.590600, 1.599996, 1.626511, 1.733633, 2.177287",\
|
|
"1.666813, 1.676208, 1.702723, 1.809845, 2.253500",\
|
|
"1.708929, 1.718324, 1.744839, 1.851961, 2.295616",\
|
|
"1.752550, 1.761946, 1.788460, 1.895582, 2.339237",\
|
|
"1.929280, 1.938675, 1.965190, 2.072312, 2.515967");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.018678, 0.026815, 0.055773, 0.210666, 0.868198",\
|
|
"0.018678, 0.026815, 0.055773, 0.210666, 0.868198",\
|
|
"0.018678, 0.026815, 0.055773, 0.210666, 0.868198",\
|
|
"0.018678, 0.026815, 0.055773, 0.210666, 0.868198",\
|
|
"0.018678, 0.026815, 0.055773, 0.210666, 0.868198");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "1.630840, 1.637888, 1.655682, 1.706934, 1.897253",\
|
|
"1.707053, 1.714101, 1.731894, 1.783146, 1.973465",\
|
|
"1.749168, 1.756217, 1.774010, 1.825262, 2.015581",\
|
|
"1.792790, 1.799838, 1.817631, 1.868883, 2.059202",\
|
|
"1.969519, 1.976568, 1.994361, 2.045613, 2.235932");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.015810, 0.020452, 0.033516, 0.094663, 0.351730",\
|
|
"0.015810, 0.020452, 0.033516, 0.094663, 0.351730",\
|
|
"0.015810, 0.020452, 0.033516, 0.094663, 0.351730",\
|
|
"0.015810, 0.020452, 0.033516, 0.094663, 0.351730",\
|
|
"0.015810, 0.020452, 0.033516, 0.094663, 0.351730");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[2]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "1.468186, 1.477581, 1.504096, 1.609169, 2.046023",\
|
|
"1.468186, 1.477581, 1.504096, 1.609169, 2.046023",\
|
|
"1.468186, 1.477581, 1.504096, 1.609169, 2.046023",\
|
|
"1.468186, 1.477581, 1.504096, 1.609169, 2.046023",\
|
|
"1.334000, 1.343396, 1.369910, 1.474984, 1.911838");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.018678, 0.026815, 0.055773, 0.204567, 0.842407",\
|
|
"0.018678, 0.026815, 0.055773, 0.204567, 0.842407",\
|
|
"0.018678, 0.026815, 0.055773, 0.204567, 0.842407",\
|
|
"0.018678, 0.026815, 0.055773, 0.204567, 0.842407",\
|
|
"0.018678, 0.026815, 0.055773, 0.204567, 0.842407");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "1.515494, 1.522542, 1.540336, 1.590812, 1.772018",\
|
|
"1.515494, 1.522542, 1.540336, 1.590812, 1.772018",\
|
|
"1.515494, 1.522542, 1.540336, 1.590812, 1.772018",\
|
|
"1.515494, 1.522542, 1.540336, 1.590812, 1.772018",\
|
|
"1.381309, 1.388357, 1.406151, 1.456627, 1.637832");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.015810, 0.020452, 0.033516, 0.089115, 0.334778",\
|
|
"0.015810, 0.020452, 0.033516, 0.089115, 0.334778",\
|
|
"0.015810, 0.020452, 0.033516, 0.089115, 0.334778",\
|
|
"0.015810, 0.020452, 0.033516, 0.089115, 0.334778",\
|
|
"0.015810, 0.020452, 0.033516, 0.089115, 0.334778");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001800 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "1.535293, 1.544353, 1.570614, 1.677742, 2.121583",\
|
|
"1.611505, 1.620565, 1.646827, 1.753955, 2.197795",\
|
|
"1.653621, 1.662681, 1.688943, 1.796071, 2.239911",\
|
|
"1.697242, 1.706303, 1.732564, 1.839692, 2.283532",\
|
|
"1.873972, 1.883032, 1.909294, 2.016422, 2.460262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.017050, 0.025405, 0.055127, 0.211163, 0.869775",\
|
|
"0.017050, 0.025405, 0.055127, 0.211163, 0.869775",\
|
|
"0.017050, 0.025405, 0.055127, 0.211163, 0.869775",\
|
|
"0.017050, 0.025405, 0.055127, 0.211163, 0.869775",\
|
|
"0.017050, 0.025405, 0.055127, 0.211163, 0.869775");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "1.591970, 1.598824, 1.616313, 1.667446, 1.858080",\
|
|
"1.668182, 1.675036, 1.692526, 1.743659, 1.934292",\
|
|
"1.710298, 1.717152, 1.734642, 1.785775, 1.976408",\
|
|
"1.753919, 1.760773, 1.778263, 1.829396, 2.020029",\
|
|
"1.930649, 1.937503, 1.954993, 2.006126, 2.196759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.015028, 0.019594, 0.032800, 0.094776, 0.352677",\
|
|
"0.015028, 0.019594, 0.032800, 0.094776, 0.352677",\
|
|
"0.015028, 0.019594, 0.032800, 0.094776, 0.352677",\
|
|
"0.015028, 0.019594, 0.032800, 0.094776, 0.352677",\
|
|
"0.015028, 0.019594, 0.032800, 0.094776, 0.352677");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[1]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "1.423441, 1.432502, 1.458763, 1.563713, 2.000412",\
|
|
"1.423441, 1.432502, 1.458763, 1.563713, 2.000412",\
|
|
"1.423441, 1.432502, 1.458763, 1.563713, 2.000412",\
|
|
"1.423441, 1.432502, 1.458763, 1.563713, 2.000412",\
|
|
"1.289256, 1.298316, 1.324578, 1.429528, 1.866227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.017050, 0.025405, 0.055127, 0.204728, 0.842545",\
|
|
"0.017050, 0.025405, 0.055127, 0.204728, 0.842545",\
|
|
"0.017050, 0.025405, 0.055127, 0.204728, 0.842545",\
|
|
"0.017050, 0.025405, 0.055127, 0.204728, 0.842545",\
|
|
"0.017050, 0.025405, 0.055127, 0.204728, 0.842545");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "1.480119, 1.486972, 1.504462, 1.554723, 1.735845",\
|
|
"1.480119, 1.486972, 1.504462, 1.554723, 1.735845",\
|
|
"1.480119, 1.486972, 1.504462, 1.554723, 1.735845",\
|
|
"1.480119, 1.486972, 1.504462, 1.554723, 1.735845",\
|
|
"1.345933, 1.352787, 1.370277, 1.420537, 1.601659");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.015028, 0.019594, 0.032800, 0.088852, 0.334599",\
|
|
"0.015028, 0.019594, 0.032800, 0.088852, 0.334599",\
|
|
"0.015028, 0.019594, 0.032800, 0.088852, 0.334599",\
|
|
"0.015028, 0.019594, 0.032800, 0.088852, 0.334599",\
|
|
"0.015028, 0.019594, 0.032800, 0.088852, 0.334599");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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.001162 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "1.557215, 1.566584, 1.592900, 1.701511, 2.142839",\
|
|
"1.633427, 1.642797, 1.669113, 1.777723, 2.219051",\
|
|
"1.675543, 1.684913, 1.711228, 1.819839, 2.261167",\
|
|
"1.719164, 1.728534, 1.754850, 1.863460, 2.304788",\
|
|
"1.895894, 1.905264, 1.931580, 2.040190, 2.481518");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.017204, 0.025530, 0.054998, 0.210770, 0.864828",\
|
|
"0.017204, 0.025530, 0.054998, 0.210770, 0.864828",\
|
|
"0.017204, 0.025530, 0.054998, 0.210770, 0.864828",\
|
|
"0.017204, 0.025530, 0.054998, 0.210770, 0.864828",\
|
|
"0.017204, 0.025530, 0.054998, 0.210770, 0.864828");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "1.609120, 1.616203, 1.633821, 1.684928, 1.874268",\
|
|
"1.685333, 1.692416, 1.710034, 1.761141, 1.950481",\
|
|
"1.727449, 1.734532, 1.752150, 1.803257, 1.992596",\
|
|
"1.771070, 1.778153, 1.795771, 1.846878, 2.036218",\
|
|
"1.947800, 1.954883, 1.972501, 2.023608, 2.212948");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.015028, 0.019773, 0.033006, 0.093402, 0.348926",\
|
|
"0.015028, 0.019773, 0.033006, 0.093402, 0.348926",\
|
|
"0.015028, 0.019773, 0.033006, 0.093402, 0.348926",\
|
|
"0.015028, 0.019773, 0.033006, 0.093402, 0.348926",\
|
|
"0.015028, 0.019773, 0.033006, 0.093402, 0.348926");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[0]_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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "1.442068, 1.451437, 1.477753, 1.582875, 2.019960",\
|
|
"1.442068, 1.451437, 1.477753, 1.582875, 2.019960",\
|
|
"1.442068, 1.451437, 1.477753, 1.582875, 2.019960",\
|
|
"1.442068, 1.451437, 1.477753, 1.582875, 2.019960",\
|
|
"1.307882, 1.317252, 1.343568, 1.448689, 1.885775");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.017204, 0.025530, 0.054998, 0.204188, 0.842492",\
|
|
"0.017204, 0.025530, 0.054998, 0.204188, 0.842492",\
|
|
"0.017204, 0.025530, 0.054998, 0.204188, 0.842492",\
|
|
"0.017204, 0.025530, 0.054998, 0.204188, 0.842492",\
|
|
"0.017204, 0.025530, 0.054998, 0.204188, 0.842492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "1.496813, 1.503895, 1.521513, 1.572006, 1.753298",\
|
|
"1.496813, 1.503895, 1.521513, 1.572006, 1.753298",\
|
|
"1.496813, 1.503895, 1.521513, 1.572006, 1.753298",\
|
|
"1.496813, 1.503895, 1.521513, 1.572006, 1.753298",\
|
|
"1.362627, 1.369710, 1.387328, 1.437821, 1.619112");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.015028, 0.019773, 0.033006, 0.088777, 0.334673",\
|
|
"0.015028, 0.019773, 0.033006, 0.088777, 0.334673",\
|
|
"0.015028, 0.019773, 0.033006, 0.088777, 0.334673",\
|
|
"0.015028, 0.019773, 0.033006, 0.088777, 0.334673",\
|
|
"0.015028, 0.019773, 0.033006, 0.088777, 0.334673");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_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 : 0.000000 ;
|
|
capacitance : 0.004893 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.421447, 0.398672, 0.427120, 0.545787, 1.036646",\
|
|
"0.455664, 0.432890, 0.461337, 0.580004, 1.070864",\
|
|
"0.450649, 0.427874, 0.456321, 0.574989, 1.065848",\
|
|
"0.399764, 0.376989, 0.405436, 0.524104, 1.014963",\
|
|
"0.189427, 0.166652, 0.195099, 0.313767, 0.804626");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.518336, 0.495561, 0.524008, 0.642676, 1.133535",\
|
|
"0.616317, 0.593542, 0.621990, 0.740657, 1.231516",\
|
|
"0.698507, 0.675732, 0.704179, 0.822847, 1.313706",\
|
|
"0.844881, 0.822107, 0.850554, 0.969221, 1.460081",\
|
|
"1.447903, 1.425129, 1.453576, 1.572243, 2.063102");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.160398, -0.059205, 0.016975, 0.139478, 0.642545",\
|
|
"-0.194615, -0.093422, -0.017243, 0.105261, 0.608327",\
|
|
"-0.189599, -0.088406, -0.012227, 0.110277, 0.613343",\
|
|
"-0.138714, -0.037521, 0.038658, 0.161162, 0.664228",\
|
|
"0.071623, 0.172816, 0.248995, 0.371499, 0.874565");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.222560, -0.121367, -0.045187, 0.077316, 0.580383",\
|
|
"-0.320541, -0.219348, -0.143168, -0.020665, 0.482401",\
|
|
"-0.402731, -0.301537, -0.225358, -0.102854, 0.400212",\
|
|
"-0.549105, -0.447912, -0.371733, -0.249229, 0.253837",\
|
|
"-1.152127, -1.050934, -0.974755, -0.852251, -0.349185");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005564 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.442380, 0.419605, 0.448053, 0.566720, 1.057579",\
|
|
"0.476590, 0.453816, 0.482263, 0.600930, 1.091790",\
|
|
"0.471584, 0.448809, 0.477257, 0.595924, 1.086783",\
|
|
"0.420977, 0.398202, 0.426650, 0.545317, 1.036176",\
|
|
"0.211727, 0.188952, 0.217400, 0.336067, 0.826926");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.529811, 0.507037, 0.535484, 0.654151, 1.145011",\
|
|
"0.627880, 0.605105, 0.633552, 0.752220, 1.243079",\
|
|
"0.710196, 0.687421, 0.715869, 0.834536, 1.325395",\
|
|
"0.856700, 0.833925, 0.862373, 0.981040, 1.471899",\
|
|
"1.460481, 1.437706, 1.466154, 1.584821, 2.075680");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.181277, -0.080084, -0.003905, 0.118599, 0.621665",\
|
|
"-0.119291, -0.018098, 0.058081, 0.180585, 0.683651",\
|
|
"0.011327, 0.112520, 0.188700, 0.311203, 0.814269",\
|
|
"0.351477, 0.452670, 0.528850, 0.651353, 1.154419",\
|
|
"1.754004, 1.855197, 1.931377, 2.053880, 2.556947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.233983, -0.132790, -0.056611, 0.065893, 0.568959",\
|
|
"-0.233638, -0.132445, -0.056265, 0.066238, 0.569304",\
|
|
"-0.187451, -0.086258, -0.010079, 0.112425, 0.615491",\
|
|
"-0.037747, 0.063446, 0.139625, 0.262129, 0.765195",\
|
|
"0.579217, 0.680410, 0.756589, 0.879093, 1.382159");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005236 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.461495, 0.438720, 0.467168, 0.585835, 1.076694",\
|
|
"0.495541, 0.472767, 0.501214, 0.619881, 1.110741",\
|
|
"0.489978, 0.467203, 0.495651, 0.614318, 1.105177",\
|
|
"0.439192, 0.416417, 0.444864, 0.563532, 1.054391",\
|
|
"0.229451, 0.206677, 0.235124, 0.353791, 0.844651");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.456721, 0.433947, 0.462394, 0.581061, 1.071921",\
|
|
"0.554315, 0.531540, 0.559988, 0.678655, 1.169514",\
|
|
"0.635966, 0.613191, 0.641638, 0.760306, 1.251165",\
|
|
"0.781853, 0.759079, 0.787526, 0.906193, 1.397053",\
|
|
"1.384646, 1.361872, 1.390319, 1.508986, 1.999846");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.165718, -0.064525, 0.011654, 0.134158, 0.637224",\
|
|
"-0.199764, -0.098571, -0.022392, 0.100112, 0.603178",\
|
|
"-0.194201, -0.093008, -0.016828, 0.105675, 0.608741",\
|
|
"-0.143415, -0.042222, 0.033958, 0.156461, 0.659528",\
|
|
"0.066326, 0.167519, 0.243698, 0.366202, 0.869268");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.195579, -0.094386, -0.018206, 0.104297, 0.607363",\
|
|
"-0.293173, -0.191980, -0.115800, 0.006703, 0.509769",\
|
|
"-0.374823, -0.273630, -0.197451, -0.074947, 0.428119",\
|
|
"-0.520711, -0.419518, -0.343338, -0.220835, 0.282231",\
|
|
"-1.123504, -1.022311, -0.946132, -0.823628, -0.320562");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005253 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.460584, 0.437809, 0.466256, 0.584924, 1.075783",\
|
|
"0.494522, 0.471747, 0.500194, 0.618862, 1.109721",\
|
|
"0.489458, 0.466684, 0.495131, 0.613798, 1.104658",\
|
|
"0.439988, 0.417214, 0.445661, 0.564329, 1.055188",\
|
|
"0.235068, 0.212293, 0.240741, 0.359408, 0.850267");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.536866, 0.514091, 0.542539, 0.661206, 1.152065",\
|
|
"0.635565, 0.612791, 0.641238, 0.759905, 1.250765",\
|
|
"0.718773, 0.695998, 0.724446, 0.843113, 1.333972",\
|
|
"0.866153, 0.843378, 0.871826, 0.990493, 1.481352",\
|
|
"1.473545, 1.450770, 1.479218, 1.597885, 2.088744");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.199441, -0.098248, -0.022069, 0.100435, 0.603501",\
|
|
"-0.233379, -0.132186, -0.056007, 0.066497, 0.569563",\
|
|
"-0.228316, -0.127123, -0.050944, 0.071560, 0.574626",\
|
|
"-0.178846, -0.077653, -0.001474, 0.121030, 0.624096",\
|
|
"0.026074, 0.127267, 0.203447, 0.325950, 0.829017");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.241089, -0.139896, -0.063716, 0.058787, 0.561853",\
|
|
"-0.339789, -0.238595, -0.162416, -0.039912, 0.463154",\
|
|
"-0.422996, -0.321803, -0.245623, -0.123120, 0.379946",\
|
|
"-0.570376, -0.469183, -0.393003, -0.270500, 0.232566",\
|
|
"-1.177768, -1.076575, -1.000395, -0.877892, -0.374826");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005450 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.433834, 0.411059, 0.439506, 0.558174, 1.049033",\
|
|
"0.468035, 0.445260, 0.473708, 0.592375, 1.083234",\
|
|
"0.463006, 0.440231, 0.468679, 0.587346, 1.078205",\
|
|
"0.412210, 0.389435, 0.417883, 0.536550, 1.027409",\
|
|
"0.202210, 0.179436, 0.207883, 0.326550, 0.817410");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.521530, 0.498755, 0.527203, 0.645870, 1.136729",\
|
|
"0.619556, 0.596782, 0.625229, 0.743896, 1.234756",\
|
|
"0.701815, 0.679041, 0.707488, 0.826156, 1.317015",\
|
|
"0.848257, 0.825482, 0.853930, 0.972597, 1.463457",\
|
|
"1.451563, 1.428788, 1.457235, 1.575903, 2.066762");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.172689, -0.071495, 0.004684, 0.127188, 0.630254",\
|
|
"-0.201631, -0.100438, -0.024259, 0.098245, 0.601311",\
|
|
"-0.189736, -0.088543, -0.012363, 0.110140, 0.613206",\
|
|
"-0.123112, -0.021919, 0.054261, 0.176764, 0.679830",\
|
|
"0.152118, 0.253311, 0.329491, 0.451994, 0.955061");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.225750, -0.124557, -0.048378, 0.074126, 0.577192",\
|
|
"-0.318332, -0.217139, -0.140960, -0.018456, 0.484610",\
|
|
"-0.393483, -0.292290, -0.216110, -0.093607, 0.409460",\
|
|
"-0.523538, -0.422345, -0.346166, -0.223662, 0.279404",\
|
|
"-1.059313, -0.958120, -0.881940, -0.759437, -0.256371");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005207 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.468314, 0.445539, 0.473986, 0.592654, 1.083513",\
|
|
"0.502230, 0.479455, 0.507903, 0.626570, 1.117429",\
|
|
"0.496700, 0.473925, 0.502373, 0.621040, 1.111899",\
|
|
"0.445682, 0.422908, 0.451355, 0.570022, 1.060882",\
|
|
"0.235144, 0.212369, 0.240817, 0.359484, 0.850343");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.467963, 0.445188, 0.473636, 0.592303, 1.083162",\
|
|
"0.565715, 0.542940, 0.571387, 0.690055, 1.180914",\
|
|
"0.647590, 0.624815, 0.653263, 0.771930, 1.262789",\
|
|
"0.793734, 0.770959, 0.799406, 0.918074, 1.408933",\
|
|
"1.397607, 1.374833, 1.403280, 1.521947, 2.012807");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.172517, -0.071324, 0.004856, 0.127359, 0.630425",\
|
|
"-0.170049, -0.068856, 0.007324, 0.129827, 0.632893",\
|
|
"-0.117010, -0.015817, 0.060362, 0.182866, 0.685932",\
|
|
"0.043519, 0.144712, 0.220892, 0.343395, 0.846461",\
|
|
"0.705381, 0.806574, 0.882754, 1.005257, 1.508323");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.206801, -0.105608, -0.029429, 0.093075, 0.596141",\
|
|
"-0.266841, -0.165648, -0.089468, 0.033035, 0.536101",\
|
|
"-0.299475, -0.198281, -0.122102, 0.000402, 0.503468",\
|
|
"-0.332113, -0.230920, -0.154740, -0.032237, 0.470829",\
|
|
"-0.468204, -0.367010, -0.290831, -0.168327, 0.334739");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005460 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.628650, 0.605876, 0.634323, 0.752990, 1.243850",\
|
|
"0.662954, 0.640179, 0.668627, 0.787294, 1.278153",\
|
|
"0.658302, 0.635528, 0.663975, 0.782642, 1.273502",\
|
|
"0.609346, 0.586571, 0.615019, 0.733686, 1.224545",\
|
|
"0.406564, 0.383789, 0.412237, 0.530904, 1.021763");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.617495, 0.594720, 0.623168, 0.741835, 1.232694",\
|
|
"0.715538, 0.692763, 0.721210, 0.839878, 1.330737",\
|
|
"0.797820, 0.775045, 0.803493, 0.922160, 1.413019",\
|
|
"0.944342, 0.921567, 0.950015, 1.068682, 1.559541",\
|
|
"1.548946, 1.526172, 1.554619, 1.673286, 2.164146");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.332873, -0.231680, -0.155501, -0.032997, 0.470069",\
|
|
"-0.367177, -0.265984, -0.189804, -0.067301, 0.435765",\
|
|
"-0.362525, -0.261332, -0.185153, -0.062649, 0.440417",\
|
|
"-0.313569, -0.212376, -0.136196, -0.013693, 0.489373",\
|
|
"-0.110787, -0.009594, 0.066585, 0.189089, 0.692155");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.356333, -0.255140, -0.178961, -0.056457, 0.446609",\
|
|
"-0.454376, -0.353183, -0.277003, -0.154500, 0.348566",\
|
|
"-0.536658, -0.435465, -0.359285, -0.236782, 0.266284",\
|
|
"-0.683180, -0.581987, -0.505808, -0.383304, 0.119762",\
|
|
"-1.287785, -1.186591, -1.110412, -0.987908, -0.484842");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005749 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.681603, 0.658828, 0.687276, 0.805943, 1.296802",\
|
|
"0.715306, 0.692531, 0.720978, 0.839646, 1.330505",\
|
|
"0.710227, 0.687452, 0.715900, 0.834567, 1.325426",\
|
|
"0.663786, 0.641012, 0.669459, 0.788126, 1.278986",\
|
|
"0.467271, 0.444496, 0.472944, 0.591611, 1.082471");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.827451, 0.804676, 0.833123, 0.951791, 1.442650",\
|
|
"0.926175, 0.903400, 0.931847, 1.050515, 1.541374",\
|
|
"1.010235, 0.987461, 1.015908, 1.134575, 1.625435",\
|
|
"1.159499, 1.136724, 1.165171, 1.283839, 1.774698",\
|
|
"1.774815, 1.752040, 1.780488, 1.899155, 2.390014");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.420441, -0.319248, -0.243069, -0.120565, 0.382501",\
|
|
"-0.454144, -0.352951, -0.276771, -0.154268, 0.348798",\
|
|
"-0.449065, -0.347872, -0.271692, -0.149189, 0.353877",\
|
|
"-0.402624, -0.301431, -0.225252, -0.102748, 0.400318",\
|
|
"-0.206109, -0.104916, -0.028737, 0.093767, 0.596833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.531674, -0.430480, -0.354301, -0.231798, 0.271269",\
|
|
"-0.630398, -0.529204, -0.453025, -0.330522, 0.172545",\
|
|
"-0.714458, -0.613265, -0.537086, -0.414582, 0.088484",\
|
|
"-0.863722, -0.762528, -0.686349, -0.563845, -0.060779",\
|
|
"-1.479038, -1.377845, -1.301665, -1.179162, -0.676096");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007898 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.524985, 2.502209, 2.530655, 2.649315, 3.140412",\
|
|
"2.573218, 2.550442, 2.578888, 2.697548, 3.188645",\
|
|
"2.581884, 2.559108, 2.587554, 2.706214, 3.197311",\
|
|
"2.559507, 2.536732, 2.565177, 2.683837, 3.174934",\
|
|
"2.463999, 2.441223, 2.469668, 2.588329, 3.079425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.609842, 2.587066, 2.615512, 2.734172, 3.225269",\
|
|
"2.712908, 2.690132, 2.718577, 2.837238, 3.328334",\
|
|
"2.800844, 2.778068, 2.806514, 2.925174, 3.416270",\
|
|
"2.949273, 2.926497, 2.954943, 3.073603, 3.564700",\
|
|
"3.560944, 3.538168, 3.566614, 3.685274, 4.176371");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.218283, -0.117090, -0.040910, 0.081593, 0.584659",\
|
|
"-0.266674, -0.165480, -0.089301, 0.033203, 0.536269",\
|
|
"-0.275387, -0.174194, -0.098015, 0.024489, 0.527555",\
|
|
"-0.253297, -0.152104, -0.075924, 0.046579, 0.549645",\
|
|
"-0.157880, -0.056687, 0.019493, 0.141996, 0.645062");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.302899, -0.201706, -0.125526, -0.003023, 0.500043",\
|
|
"-0.405965, -0.304772, -0.228592, -0.106089, 0.396977",\
|
|
"-0.493906, -0.392713, -0.316533, -0.194030, 0.309036",\
|
|
"-0.642353, -0.541160, -0.464981, -0.342477, 0.160589",\
|
|
"-1.253917, -1.152724, -1.076544, -0.954041, -0.450974");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.008284 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.520903, 2.498127, 2.526572, 2.645233, 3.136329",\
|
|
"2.582992, 2.560216, 2.588661, 2.707322, 3.198418",\
|
|
"2.606523, 2.583747, 2.612192, 2.730853, 3.221949",\
|
|
"2.604094, 2.581318, 2.609763, 2.728424, 3.219520",\
|
|
"2.589141, 2.566365, 2.594810, 2.713471, 3.204567");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.594312, 2.571536, 2.599982, 2.718642, 3.209738",\
|
|
"2.705649, 2.682873, 2.711319, 2.829979, 3.321076",\
|
|
"2.804026, 2.781251, 2.809696, 2.928356, 3.419453",\
|
|
"2.963748, 2.940972, 2.969417, 3.088078, 3.579174",\
|
|
"3.622736, 3.599960, 3.628405, 3.747066, 4.238162");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.209357, -0.108164, -0.031984, 0.090519, 0.593585",\
|
|
"-0.271723, -0.170530, -0.094350, 0.028153, 0.531219",\
|
|
"-0.295112, -0.193918, -0.117739, 0.004764, 0.507831",\
|
|
"-0.292848, -0.191655, -0.115476, 0.007028, 0.510094",\
|
|
"-0.277337, -0.176143, -0.099964, 0.022539, 0.525606");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.287394, -0.186201, -0.110021, 0.012482, 0.515548",\
|
|
"-0.398731, -0.297538, -0.221359, -0.098855, 0.404211",\
|
|
"-0.497117, -0.395924, -0.319745, -0.197241, 0.305825",\
|
|
"-0.656842, -0.555649, -0.479469, -0.356966, 0.146100",\
|
|
"-1.315610, -1.214417, -1.138237, -1.015734, -0.512668");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007517 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.561033, 2.538258, 2.566703, 2.685363, 3.176460",\
|
|
"2.618874, 2.596098, 2.624543, 2.743204, 3.234300",\
|
|
"2.637276, 2.614501, 2.642946, 2.761606, 3.252703",\
|
|
"2.625049, 2.602273, 2.630719, 2.749379, 3.240476",\
|
|
"2.566607, 2.543832, 2.572277, 2.690937, 3.182034");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.676509, 2.653733, 2.682178, 2.800839, 3.291935",\
|
|
"2.790455, 2.767679, 2.796125, 2.914785, 3.405882",\
|
|
"2.892706, 2.869931, 2.898376, 3.017036, 3.508133",\
|
|
"3.063387, 3.040612, 3.069057, 3.187717, 3.678814",\
|
|
"3.765151, 3.742375, 3.770820, 3.889481, 4.380577");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.232668, -0.131475, -0.055295, 0.067208, 0.570274",\
|
|
"-0.253866, -0.152672, -0.076493, 0.046010, 0.549077",\
|
|
"-0.223595, -0.122401, -0.046222, 0.076282, 0.579348",\
|
|
"-0.099991, 0.001203, 0.077382, 0.199886, 0.702952",\
|
|
"0.416278, 0.517471, 0.593650, 0.716154, 1.219220");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.369282, -0.268089, -0.191909, -0.069406, 0.433660",\
|
|
"-0.444012, -0.342819, -0.266639, -0.144136, 0.358930",\
|
|
"-0.495072, -0.393878, -0.317699, -0.195195, 0.307871",\
|
|
"-0.547727, -0.446534, -0.370354, -0.247851, 0.255216",\
|
|
"-0.763018, -0.661825, -0.585646, -0.463142, 0.039924");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.011528 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.573641, 2.550865, 2.579310, 2.697971, 3.189067",\
|
|
"2.602226, 2.579450, 2.607895, 2.726556, 3.217652",\
|
|
"2.590291, 2.567515, 2.595960, 2.714621, 3.205717",\
|
|
"2.490079, 2.467304, 2.495749, 2.614409, 3.105506",\
|
|
"2.094919, 2.072144, 2.100589, 2.219249, 2.710346");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.678645, 2.655870, 2.684315, 2.802975, 3.294072",\
|
|
"2.773490, 2.750714, 2.779160, 2.897820, 3.388916",\
|
|
"2.895454, 2.872678, 2.901124, 3.019784, 3.510880",\
|
|
"3.149728, 3.126952, 3.155397, 3.274058, 3.765154",\
|
|
"3.755303, 3.732527, 3.760973, 3.879633, 4.370729");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.239373, -0.138180, -0.062000, 0.060503, 0.563569",\
|
|
"-0.268012, -0.166819, -0.090640, 0.031864, 0.534930",\
|
|
"-0.256258, -0.155065, -0.078885, 0.043618, 0.546684",\
|
|
"-0.155355, -0.054161, 0.022018, 0.144521, 0.647588",\
|
|
"0.240190, 0.341383, 0.417563, 0.540066, 1.043133");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.172977, -0.071783, 0.004398, 0.126909, 0.629738",\
|
|
"-0.268027, -0.166833, -0.090652, 0.031859, 0.534688",\
|
|
"-0.390784, -0.289590, -0.213409, -0.090898, 0.411931",\
|
|
"-0.646403, -0.545209, -0.469028, -0.346517, 0.156312",\
|
|
"-1.254791, -1.153597, -1.077416, -0.954905, -0.452076");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006161 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.712105, 2.689330, 2.717775, 2.836435, 3.327532",\
|
|
"2.745894, 2.723119, 2.751564, 2.870224, 3.361321",\
|
|
"2.740966, 2.718190, 2.746635, 2.865296, 3.356392",\
|
|
"2.693236, 2.670460, 2.698905, 2.817566, 3.308662",\
|
|
"2.495146, 2.472371, 2.500816, 2.619476, 3.110573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.798254, 2.775479, 2.803924, 2.922584, 3.413681",\
|
|
"2.897585, 2.874809, 2.903255, 3.021915, 3.513011",\
|
|
"2.982434, 2.959658, 2.988104, 3.106764, 3.597861",\
|
|
"3.132508, 3.109732, 3.138177, 3.256838, 3.747934",\
|
|
"3.750951, 3.728175, 3.756621, 3.875281, 4.366377");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.426398, -0.325204, -0.249025, -0.126521, 0.376545",\
|
|
"-0.460215, -0.359022, -0.282843, -0.160339, 0.342727",\
|
|
"-0.455343, -0.354150, -0.277970, -0.155467, 0.347599",\
|
|
"-0.409451, -0.308258, -0.232078, -0.109575, 0.393492",\
|
|
"-0.215212, -0.114019, -0.037839, 0.084664, 0.587730");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.563275, -0.462082, -0.385903, -0.263399, 0.239667",\
|
|
"-0.662232, -0.561038, -0.484859, -0.362356, 0.140711",\
|
|
"-0.746366, -0.645173, -0.568994, -0.446490, 0.056576",\
|
|
"-0.894762, -0.793569, -0.717389, -0.594886, -0.091820",\
|
|
"-1.506261, -1.405067, -1.328888, -1.206384, -0.703318");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004056 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.709807, 2.687031, 2.715477, 2.834137, 3.325233",\
|
|
"2.743510, 2.720735, 2.749180, 2.867841, 3.358937",\
|
|
"2.738457, 2.715682, 2.744127, 2.862787, 3.353884",\
|
|
"2.690009, 2.667233, 2.695678, 2.814339, 3.305435",\
|
|
"2.489351, 2.466575, 2.495020, 2.613681, 3.104777");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.802612, 2.779836, 2.808282, 2.926942, 3.418039",\
|
|
"2.901823, 2.879047, 2.907492, 3.026153, 3.517249",\
|
|
"2.986216, 2.963441, 2.991886, 3.110546, 3.601643",\
|
|
"3.135524, 3.112748, 3.141193, 3.259854, 3.750950",\
|
|
"3.750883, 3.728108, 3.756553, 3.875213, 4.366310");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.417201, -0.316008, -0.239828, -0.117325, 0.385741",\
|
|
"-0.450962, -0.349768, -0.273589, -0.151085, 0.351981",\
|
|
"-0.446020, -0.344827, -0.268647, -0.146144, 0.356922",\
|
|
"-0.399638, -0.298445, -0.222266, -0.099762, 0.403304",\
|
|
"-0.203298, -0.102105, -0.025925, 0.096578, 0.599644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.550226, -0.449033, -0.372853, -0.250350, 0.252716",\
|
|
"-0.649000, -0.547807, -0.471628, -0.349124, 0.153942",\
|
|
"-0.732719, -0.631526, -0.555346, -0.432843, 0.070223",\
|
|
"-0.881131, -0.779938, -0.703758, -0.581255, -0.078188",\
|
|
"-1.492743, -1.391549, -1.315370, -1.192866, -0.689800");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004168 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.702901, 2.680126, 2.708571, 2.827231, 3.318328",\
|
|
"2.736838, 2.714062, 2.742508, 2.861168, 3.352265",\
|
|
"2.732221, 2.709446, 2.737891, 2.856551, 3.347648",\
|
|
"2.685231, 2.662455, 2.690900, 2.809561, 3.300657",\
|
|
"2.489345, 2.466569, 2.495015, 2.613675, 3.104772");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.769127, 2.746351, 2.774796, 2.893457, 3.384553",\
|
|
"2.868300, 2.845525, 2.873970, 2.992630, 3.483727",\
|
|
"2.952785, 2.930009, 2.958455, 3.077115, 3.568212",\
|
|
"3.102267, 3.079492, 3.107937, 3.226597, 3.717694",\
|
|
"3.718218, 3.695442, 3.723888, 3.842548, 4.333644");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.434396, -0.333202, -0.257023, -0.134520, 0.368547",\
|
|
"-0.468173, -0.366980, -0.290801, -0.168297, 0.334769",\
|
|
"-0.463245, -0.362052, -0.285872, -0.163369, 0.339697",\
|
|
"-0.417020, -0.315827, -0.239648, -0.117144, 0.385922",\
|
|
"-0.221419, -0.120226, -0.044046, 0.078457, 0.581523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.629870, -0.528677, -0.452498, -0.329994, 0.173072",\
|
|
"-0.728578, -0.627385, -0.551206, -0.428702, 0.074364",\
|
|
"-0.812330, -0.711137, -0.634958, -0.512454, -0.009388",\
|
|
"-0.960744, -0.859550, -0.783371, -0.660867, -0.157801",\
|
|
"-1.572360, -1.471167, -1.394987, -1.272484, -0.769418");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004641 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.706315, 2.683539, 2.711984, 2.830645, 3.321741",\
|
|
"2.740203, 2.717427, 2.745872, 2.864533, 3.355629",\
|
|
"2.735508, 2.712732, 2.741178, 2.859838, 3.350935",\
|
|
"2.688100, 2.665324, 2.693769, 2.812430, 3.303526",\
|
|
"2.490991, 2.468215, 2.496661, 2.615321, 3.106418");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.784360, 2.761585, 2.790030, 2.908690, 3.399787",\
|
|
"2.883463, 2.860687, 2.889132, 3.007793, 3.498889",\
|
|
"2.967713, 2.944937, 2.973382, 3.092043, 3.583139",\
|
|
"3.117016, 3.094240, 3.122686, 3.241346, 3.732443",\
|
|
"3.732343, 3.709568, 3.738013, 3.856673, 4.347770");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.428215, -0.327022, -0.250843, -0.128339, 0.374727",\
|
|
"-0.461964, -0.360771, -0.284592, -0.162088, 0.340978",\
|
|
"-0.456998, -0.355805, -0.279625, -0.157122, 0.345944",\
|
|
"-0.410533, -0.309340, -0.233160, -0.110657, 0.392409",\
|
|
"-0.214027, -0.112834, -0.036655, 0.085849, 0.588915");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.591765, -0.490572, -0.414393, -0.291889, 0.211177",\
|
|
"-0.689985, -0.588792, -0.512612, -0.390109, 0.112957",\
|
|
"-0.772868, -0.671675, -0.595495, -0.472992, 0.030074",\
|
|
"-0.921184, -0.819991, -0.743812, -0.621308, -0.118242",\
|
|
"-1.532565, -1.431372, -1.355192, -1.232689, -0.729623");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004667 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.708899, 2.686123, 2.714568, 2.833229, 3.324325",\
|
|
"2.742699, 2.719923, 2.748368, 2.867029, 3.358125",\
|
|
"2.737852, 2.715077, 2.743522, 2.862182, 3.353279",\
|
|
"2.689800, 2.667024, 2.695469, 2.814130, 3.305226",\
|
|
"2.490565, 2.467789, 2.496234, 2.614895, 3.105991");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.807769, 2.784994, 2.813439, 2.932099, 3.423196",\
|
|
"2.906879, 2.884104, 2.912549, 3.031209, 3.522306",\
|
|
"2.991083, 2.968307, 2.996752, 3.115413, 3.606509",\
|
|
"3.140293, 3.117517, 3.145963, 3.264623, 3.755720",\
|
|
"3.755335, 3.732559, 3.761004, 3.879665, 4.370761");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.433848, -0.332655, -0.256476, -0.133972, 0.369094",\
|
|
"-0.467753, -0.366559, -0.290380, -0.167876, 0.335190",\
|
|
"-0.463111, -0.361918, -0.285738, -0.163235, 0.339831",\
|
|
"-0.417434, -0.316241, -0.240061, -0.117558, 0.385508",\
|
|
"-0.224262, -0.123068, -0.046889, 0.075615, 0.578681");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.655207, -0.554014, -0.477834, -0.355331, 0.147735",\
|
|
"-0.753817, -0.652624, -0.576444, -0.453941, 0.049126",\
|
|
"-0.837248, -0.736055, -0.659875, -0.537372, -0.034306",\
|
|
"-0.984921, -0.883728, -0.807549, -0.685045, -0.181979",\
|
|
"-1.593595, -1.492401, -1.416222, -1.293719, -0.790652");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004481 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.718279, 2.695503, 2.723949, 2.842609, 3.333706",\
|
|
"2.751976, 2.729200, 2.757646, 2.876306, 3.367403",\
|
|
"2.746880, 2.724104, 2.752549, 2.871210, 3.362306",\
|
|
"2.698698, 2.675922, 2.704367, 2.823028, 3.314124",\
|
|
"2.499027, 2.476251, 2.504696, 2.623357, 3.114453");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.819723, 2.796947, 2.825393, 2.944053, 3.435150",\
|
|
"2.919100, 2.896324, 2.924769, 3.043430, 3.534526",\
|
|
"3.003992, 2.981217, 3.009662, 3.128322, 3.619419",\
|
|
"3.153973, 3.131197, 3.159642, 3.278303, 3.769399",\
|
|
"3.772072, 3.749296, 3.777742, 3.896402, 4.387498");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.439882, -0.338689, -0.262510, -0.140006, 0.363060",\
|
|
"-0.473701, -0.372508, -0.296329, -0.173825, 0.329241",\
|
|
"-0.468844, -0.367651, -0.291471, -0.168968, 0.334098",\
|
|
"-0.422955, -0.321762, -0.245583, -0.123079, 0.379987",\
|
|
"-0.228752, -0.127559, -0.051379, 0.071124, 0.574190");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.650781, -0.549588, -0.473409, -0.350905, 0.152161",\
|
|
"-0.749497, -0.648304, -0.572124, -0.449621, 0.053445",\
|
|
"-0.833393, -0.732199, -0.656020, -0.533516, -0.030450",\
|
|
"-0.982230, -0.881037, -0.804857, -0.682354, -0.179287",\
|
|
"-1.595645, -1.494452, -1.418273, -1.295769, -0.792703");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004538 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.704553, 2.681777, 2.710222, 2.828883, 3.319979",\
|
|
"2.738500, 2.715724, 2.744169, 2.862830, 3.353926",\
|
|
"2.733917, 2.711141, 2.739586, 2.858247, 3.349343",\
|
|
"2.686857, 2.664081, 2.692526, 2.811187, 3.302283",\
|
|
"2.490765, 2.467989, 2.496434, 2.615095, 3.106191");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.781680, 2.758904, 2.787349, 2.906010, 3.397106",\
|
|
"2.880794, 2.858018, 2.886463, 3.005124, 3.496220",\
|
|
"2.965101, 2.942325, 2.970770, 3.089431, 3.580527",\
|
|
"3.114352, 3.091577, 3.120022, 3.238683, 3.729779",\
|
|
"3.729434, 3.706659, 3.735104, 3.853764, 4.344861");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.272776, -0.171583, -0.095403, 0.027100, 0.530166",\
|
|
"-0.306373, -0.205180, -0.129001, -0.006497, 0.496569",\
|
|
"-0.301107, -0.199914, -0.123734, -0.001231, 0.501836",\
|
|
"-0.253658, -0.152465, -0.076286, 0.046218, 0.549284",\
|
|
"-0.053603, 0.047590, 0.123770, 0.246273, 0.749340");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.410484, -0.309291, -0.233112, -0.110608, 0.392458",\
|
|
"-0.509059, -0.407866, -0.331687, -0.209183, 0.293883",\
|
|
"-0.592538, -0.491345, -0.415165, -0.292662, 0.210404",\
|
|
"-0.741041, -0.639848, -0.563668, -0.441165, 0.061901",\
|
|
"-1.353127, -1.251933, -1.175754, -1.053250, -0.550184");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005859 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.728286, 2.705510, 2.733956, 2.852616, 3.343713",\
|
|
"2.762090, 2.739314, 2.767760, 2.886420, 3.377517",\
|
|
"2.757118, 2.734342, 2.762787, 2.881448, 3.372544",\
|
|
"2.710445, 2.687670, 2.716115, 2.834775, 3.325872",\
|
|
"2.515718, 2.492942, 2.521387, 2.640048, 3.131144");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.809186, 2.786410, 2.814856, 2.933516, 3.424613",\
|
|
"2.908859, 2.886083, 2.914529, 3.033189, 3.524286",\
|
|
"2.994895, 2.972119, 3.000565, 3.119225, 3.610322",\
|
|
"3.146423, 3.123648, 3.152093, 3.270753, 3.761850",\
|
|
"3.770579, 3.747803, 3.776249, 3.894909, 4.386005");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.284356, -0.183163, -0.106984, 0.015520, 0.518586",\
|
|
"-0.299418, -0.198225, -0.122046, 0.000458, 0.503524",\
|
|
"-0.269826, -0.168633, -0.092454, 0.030050, 0.533116",\
|
|
"-0.166979, -0.065785, 0.010394, 0.132898, 0.635964",\
|
|
"0.261047, 0.362240, 0.438419, 0.560923, 1.063989");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.384060, -0.282867, -0.206688, -0.084184, 0.418882",\
|
|
"-0.463984, -0.362790, -0.286611, -0.164108, 0.338959",\
|
|
"-0.524352, -0.423158, -0.346979, -0.224475, 0.278591",\
|
|
"-0.617421, -0.516228, -0.440049, -0.317545, 0.185521",\
|
|
"-1.001711, -0.900518, -0.824338, -0.701835, -0.198769");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004893 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.711684, 2.688909, 2.717354, 2.836015, 3.327111",\
|
|
"2.745470, 2.722694, 2.751140, 2.869800, 3.360897",\
|
|
"2.740567, 2.717792, 2.746237, 2.864897, 3.355994",\
|
|
"2.692722, 2.669946, 2.698391, 2.817052, 3.308148",\
|
|
"2.494209, 2.471433, 2.499878, 2.618539, 3.109635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.815564, 2.792788, 2.821233, 2.939894, 3.430990",\
|
|
"2.914806, 2.892030, 2.920475, 3.039136, 3.530232",\
|
|
"2.999424, 2.976649, 3.005094, 3.123755, 3.614851",\
|
|
"3.149236, 3.126460, 3.154905, 3.273566, 3.764662",\
|
|
"3.766617, 3.743841, 3.772287, 3.890947, 4.382043");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.278869, -0.177675, -0.101496, 0.021008, 0.524074",\
|
|
"-0.312594, -0.211401, -0.135221, -0.012718, 0.490348",\
|
|
"-0.307574, -0.206381, -0.130201, -0.007698, 0.495368",\
|
|
"-0.261076, -0.159883, -0.083703, 0.038800, 0.541866",\
|
|
"-0.064395, 0.036798, 0.112977, 0.235481, 0.738547");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.441038, -0.339845, -0.263665, -0.141162, 0.361904",\
|
|
"-0.539868, -0.438674, -0.362495, -0.239991, 0.263075",\
|
|
"-0.623779, -0.522586, -0.446406, -0.323903, 0.179163",\
|
|
"-0.771915, -0.670722, -0.594542, -0.472039, 0.031028",\
|
|
"-1.382430, -1.281237, -1.205057, -1.082554, -0.579487");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005866 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.713283, 2.690507, 2.718952, 2.837613, 3.328709",\
|
|
"2.746978, 2.724203, 2.752648, 2.871308, 3.362405",\
|
|
"2.741910, 2.719134, 2.747580, 2.866240, 3.357337",\
|
|
"2.693540, 2.670764, 2.699210, 2.817870, 3.308967",\
|
|
"2.493161, 2.470385, 2.498831, 2.617491, 3.108588");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.822386, 2.799610, 2.828055, 2.946716, 3.437812",\
|
|
"2.921647, 2.898871, 2.927316, 3.045977, 3.537073",\
|
|
"3.006203, 2.983427, 3.011872, 3.130533, 3.621629",\
|
|
"3.155735, 3.132959, 3.161405, 3.280065, 3.771162",\
|
|
"3.771994, 3.749218, 3.777663, 3.896324, 4.387420");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.276280, -0.175086, -0.098907, 0.023596, 0.526663",\
|
|
"-0.309941, -0.208747, -0.132568, -0.010064, 0.493002",\
|
|
"-0.304805, -0.203611, -0.127432, -0.004929, 0.498138",\
|
|
"-0.257804, -0.156611, -0.080432, 0.042072, 0.545138",\
|
|
"-0.059330, 0.041863, 0.118043, 0.240546, 0.743613");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.431102, -0.329909, -0.253729, -0.131226, 0.371840",\
|
|
"-0.529954, -0.428761, -0.352581, -0.230078, 0.272988",\
|
|
"-0.613865, -0.512672, -0.436493, -0.313989, 0.189077",\
|
|
"-0.762264, -0.661071, -0.584891, -0.462388, 0.040678",\
|
|
"-1.373644, -1.272451, -1.196271, -1.073768, -0.570702");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005828 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.697057, 2.674282, 2.702727, 2.821387, 3.312484",\
|
|
"2.731035, 2.708259, 2.736704, 2.855365, 3.346461",\
|
|
"2.726547, 2.703772, 2.732217, 2.850878, 3.341974",\
|
|
"2.679270, 2.656494, 2.684939, 2.803600, 3.294696",\
|
|
"2.482534, 2.459758, 2.488204, 2.606864, 3.097960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.784456, 2.761681, 2.790126, 2.908787, 3.399883",\
|
|
"2.883446, 2.860670, 2.889115, 3.007776, 3.498872",\
|
|
"2.967408, 2.944633, 2.973078, 3.091738, 3.582835",\
|
|
"3.116132, 3.093357, 3.121802, 3.240463, 3.731559",\
|
|
"3.729200, 3.706424, 3.734869, 3.853530, 4.344626");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.235631, -0.134437, -0.058258, 0.064246, 0.567312",\
|
|
"-0.243659, -0.142466, -0.066286, 0.056217, 0.559283",\
|
|
"-0.205084, -0.103891, -0.027711, 0.094792, 0.597858",\
|
|
"-0.079047, 0.022146, 0.098326, 0.220829, 0.723895",\
|
|
"0.441822, 0.543015, 0.619195, 0.741698, 1.244764");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.282435, -0.181242, -0.105063, 0.017441, 0.520507",\
|
|
"-0.355114, -0.253921, -0.177741, -0.055238, 0.447828",\
|
|
"-0.404762, -0.303569, -0.227390, -0.104886, 0.398180",\
|
|
"-0.473726, -0.372533, -0.296353, -0.173850, 0.329216",\
|
|
"-0.757896, -0.656703, -0.580524, -0.458020, 0.045046");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006242 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.704771, 2.681996, 2.710441, 2.829101, 3.320198",\
|
|
"2.738667, 2.715891, 2.744337, 2.862997, 3.354094",\
|
|
"2.734023, 2.711247, 2.739692, 2.858353, 3.349449",\
|
|
"2.686464, 2.663689, 2.692134, 2.810794, 3.301891",\
|
|
"2.488859, 2.466084, 2.494529, 2.613189, 3.104286");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.802170, 2.779395, 2.807840, 2.926500, 3.417597",\
|
|
"2.901215, 2.878439, 2.906884, 3.025545, 3.516641",\
|
|
"2.985326, 2.962550, 2.990996, 3.109656, 3.600753",\
|
|
"3.134402, 3.111626, 3.140072, 3.258732, 3.749829",\
|
|
"3.748889, 3.726114, 3.754559, 3.873219, 4.364316");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.247776, -0.146583, -0.070404, 0.052100, 0.555166",\
|
|
"-0.281413, -0.180220, -0.104040, 0.018463, 0.521529",\
|
|
"-0.276262, -0.175069, -0.098890, 0.023614, 0.526680",\
|
|
"-0.227368, -0.126174, -0.049995, 0.072509, 0.575575",\
|
|
"-0.024396, 0.076797, 0.152976, 0.275480, 0.778546");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.287377, -0.186184, -0.110004, 0.012499, 0.515565",\
|
|
"-0.386576, -0.285383, -0.209204, -0.086700, 0.416366",\
|
|
"-0.470927, -0.369734, -0.293554, -0.171051, 0.332015",\
|
|
"-0.619762, -0.518568, -0.442389, -0.319885, 0.183181",\
|
|
"-1.233122, -1.131929, -1.055750, -0.933246, -0.430180");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.010169 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.676441, 2.653666, 2.682111, 2.800771, 3.291868",\
|
|
"2.732759, 2.709983, 2.738428, 2.857089, 3.348185",\
|
|
"2.748247, 2.725471, 2.753917, 2.872577, 3.363673",\
|
|
"2.730580, 2.707804, 2.736249, 2.854910, 3.346006",\
|
|
"2.654354, 2.631578, 2.660023, 2.778684, 3.269780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.775836, 2.753061, 2.781506, 2.900166, 3.391263",\
|
|
"2.894655, 2.871879, 2.900324, 3.018985, 3.510081",\
|
|
"3.004949, 2.982173, 3.010618, 3.129279, 3.620375",\
|
|
"3.189847, 3.167072, 3.195517, 3.314178, 3.805274",\
|
|
"3.951889, 3.929114, 3.957559, 4.076219, 4.567316");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.174622, -0.073428, 0.002754, 0.125264, 0.628093",\
|
|
"-0.216937, -0.115742, -0.039561, 0.082950, 0.585779",\
|
|
"-0.214082, -0.112888, -0.036707, 0.085804, 0.588633",\
|
|
"-0.154113, -0.052919, 0.023262, 0.145773, 0.648602",\
|
|
"0.100432, 0.201626, 0.277807, 0.400318, 0.903147");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.242483, -0.141289, -0.065108, 0.057403, 0.560232",\
|
|
"-0.345775, -0.244581, -0.168400, -0.045889, 0.456940",\
|
|
"-0.435598, -0.334404, -0.258223, -0.135712, 0.367117",\
|
|
"-0.573541, -0.472347, -0.396166, -0.273655, 0.229174",\
|
|
"-1.140386, -1.039192, -0.963011, -0.840500, -0.337671");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.010076 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.667763, 2.644987, 2.673433, 2.792093, 3.283190",\
|
|
"2.724200, 2.701425, 2.729870, 2.848530, 3.339627",\
|
|
"2.741633, 2.718857, 2.747302, 2.865963, 3.357059",\
|
|
"2.722230, 2.699454, 2.727899, 2.846560, 3.337656",\
|
|
"2.642248, 2.619472, 2.647918, 2.766578, 3.257674");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.754230, 2.731455, 2.759900, 2.878561, 3.369657",\
|
|
"2.872783, 2.850007, 2.878452, 2.997113, 3.488209",\
|
|
"2.982691, 2.959916, 2.988361, 3.107021, 3.598118",\
|
|
"3.166866, 3.144090, 3.172536, 3.291196, 3.782293",\
|
|
"3.925268, 3.902492, 3.930938, 4.049598, 4.540694");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.238091, -0.136897, -0.060715, 0.061795, 0.564624",\
|
|
"-0.294186, -0.192992, -0.116811, 0.005700, 0.508529",\
|
|
"-0.311738, -0.210544, -0.134362, -0.011852, 0.490977",\
|
|
"-0.292019, -0.190824, -0.114643, 0.007868, 0.510697",\
|
|
"-0.206806, -0.105612, -0.029431, 0.093080, 0.595909");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.369632, -0.268438, -0.192257, -0.069746, 0.433083",\
|
|
"-0.488239, -0.387045, -0.310863, -0.188352, 0.314476",\
|
|
"-0.598638, -0.497444, -0.421263, -0.298752, 0.204077",\
|
|
"-0.783461, -0.682267, -0.606085, -0.483575, 0.019254",\
|
|
"-1.540561, -1.439367, -1.363186, -1.240675, -0.737846");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.013096 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.943902, 2.921126, 2.949572, 3.068232, 3.559329",\
|
|
"3.000222, 2.977446, 3.005892, 3.124552, 3.615649",\
|
|
"3.015697, 2.992921, 3.021366, 3.140027, 3.631123",\
|
|
"2.997895, 2.975119, 3.003564, 3.122225, 3.613321",\
|
|
"2.920090, 2.897314, 2.925760, 3.044420, 3.535517");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.983481, 2.960706, 2.989151, 3.107811, 3.598908",\
|
|
"3.102475, 3.079700, 3.108145, 3.226805, 3.717902",\
|
|
"3.212819, 3.190044, 3.218489, 3.337149, 3.828246",\
|
|
"3.397797, 3.375022, 3.403467, 3.522127, 4.013224",\
|
|
"4.159290, 4.136514, 4.164960, 4.283620, 4.774716");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.261773, -0.160580, -0.084401, 0.038103, 0.541169",\
|
|
"-0.317878, -0.216685, -0.140506, -0.018002, 0.485064",\
|
|
"-0.333793, -0.232600, -0.156420, -0.033917, 0.469149",\
|
|
"-0.316409, -0.215216, -0.139037, -0.016533, 0.486533",\
|
|
"-0.236039, -0.134845, -0.058666, 0.063837, 0.566904");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.313604, -0.212411, -0.136232, -0.013728, 0.489338",\
|
|
"-0.432503, -0.331310, -0.255131, -0.132627, 0.370439",\
|
|
"-0.542614, -0.441421, -0.365242, -0.242738, 0.260328",\
|
|
"-0.727186, -0.625993, -0.549813, -0.427310, 0.075756",\
|
|
"-1.485040, -1.383847, -1.307667, -1.185164, -0.682098");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.011982 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.957809, 2.935034, 2.963479, 3.082139, 3.573236",\
|
|
"2.986320, 2.963545, 2.991990, 3.110650, 3.601747",\
|
|
"2.973996, 2.951221, 2.979666, 3.098326, 3.589423",\
|
|
"2.872497, 2.849721, 2.878166, 2.996827, 3.487923",\
|
|
"2.482586, 2.459810, 2.488256, 2.606916, 3.098013");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.983650, 2.960875, 2.989320, 3.107980, 3.599077",\
|
|
"3.077187, 3.054411, 3.082857, 3.201517, 3.692614",\
|
|
"3.203831, 3.181056, 3.209501, 3.328161, 3.819258",\
|
|
"3.461882, 3.439106, 3.467552, 3.586212, 4.077309",\
|
|
"4.074231, 4.051455, 4.079901, 4.198561, 4.689657");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.270829, -0.169635, -0.093454, 0.029057, 0.531886",\
|
|
"-0.299272, -0.198078, -0.121896, 0.000614, 0.503443",\
|
|
"-0.286699, -0.185505, -0.109324, 0.013187, 0.516016",\
|
|
"-0.185984, -0.084790, -0.008608, 0.113902, 0.616731",\
|
|
"0.202898, 0.304092, 0.380273, 0.502784, 1.005613");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.417802, -0.316609, -0.240430, -0.117926, 0.385140",\
|
|
"-0.511023, -0.409830, -0.333650, -0.211147, 0.291919",\
|
|
"-0.636376, -0.535183, -0.459004, -0.336500, 0.166566",\
|
|
"-0.892346, -0.791153, -0.714973, -0.592470, -0.089404",\
|
|
"-1.500365, -1.399172, -1.322992, -1.200489, -0.697423");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004956 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.062273, 3.039497, 3.067942, 3.186603, 3.677699",\
|
|
"3.124334, 3.101558, 3.130003, 3.248664, 3.739760",\
|
|
"3.147404, 3.124629, 3.153074, 3.271734, 3.762831",\
|
|
"3.145978, 3.123202, 3.151647, 3.270308, 3.761404",\
|
|
"3.140220, 3.117444, 3.145890, 3.264550, 3.755646");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.109627, 3.086851, 3.115297, 3.233957, 3.725054",\
|
|
"3.221677, 3.198901, 3.227346, 3.346007, 3.837103",\
|
|
"3.321750, 3.298975, 3.327420, 3.446080, 3.937177",\
|
|
"3.485487, 3.462711, 3.491156, 3.609817, 4.100913",\
|
|
"4.162673, 4.139897, 4.168343, 4.287003, 4.778099");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.437211, -0.336018, -0.259838, -0.137335, 0.365731",\
|
|
"-0.499563, -0.398369, -0.322190, -0.199686, 0.303380",\
|
|
"-0.524342, -0.423149, -0.346969, -0.224466, 0.278600",\
|
|
"-0.524773, -0.423580, -0.347401, -0.224897, 0.278169",\
|
|
"-0.521500, -0.420307, -0.344127, -0.221624, 0.281442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.454347, -0.353154, -0.276974, -0.154471, 0.348595",\
|
|
"-0.566395, -0.465202, -0.389022, -0.266519, 0.236547",\
|
|
"-0.666456, -0.565262, -0.489083, -0.366579, 0.136487",\
|
|
"-0.830108, -0.728915, -0.652736, -0.530232, -0.027166",\
|
|
"-1.506849, -1.405656, -1.329476, -1.206973, -0.703907");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.012044 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.887525, 2.864749, 2.893194, 3.011855, 3.502951",\
|
|
"2.916211, 2.893436, 2.921881, 3.040541, 3.531638",\
|
|
"2.904268, 2.881492, 2.909938, 3.028598, 3.519695",\
|
|
"2.804748, 2.781973, 2.810418, 2.929078, 3.420175",\
|
|
"2.415070, 2.392294, 2.420739, 2.539400, 3.030496");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.958732, 2.935956, 2.964401, 3.083062, 3.574158",\
|
|
"3.052971, 3.030195, 3.058641, 3.177301, 3.668398",\
|
|
"3.178438, 3.155663, 3.184108, 3.302768, 3.793865",\
|
|
"3.440684, 3.417908, 3.446354, 3.565014, 4.056110",\
|
|
"4.055496, 4.032720, 4.061166, 4.179826, 4.670922");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.251874, -0.150680, -0.074499, 0.048012, 0.550841",\
|
|
"-0.280514, -0.179320, -0.103138, 0.019372, 0.522201",\
|
|
"-0.268411, -0.167217, -0.091035, 0.031475, 0.534304",\
|
|
"-0.169942, -0.068748, 0.007433, 0.129944, 0.632773",\
|
|
"0.216124, 0.317318, 0.393500, 0.516010, 1.018839");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.250392, -0.149198, -0.073016, 0.049494, 0.552323",\
|
|
"-0.344425, -0.243231, -0.167050, -0.044539, 0.458290",\
|
|
"-0.469647, -0.368453, -0.292272, -0.169761, 0.333068",\
|
|
"-0.732265, -0.631071, -0.554889, -0.432379, 0.070450",\
|
|
"-1.349975, -1.248780, -1.172599, -1.050088, -0.547259");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.009794 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.854176, 2.831400, 2.859845, 2.978506, 3.469602",\
|
|
"2.882704, 2.859929, 2.888374, 3.007035, 3.498131",\
|
|
"2.871018, 2.848243, 2.876688, 2.995348, 3.486445",\
|
|
"2.774486, 2.751711, 2.780156, 2.898816, 3.389913",\
|
|
"2.388480, 2.365705, 2.394150, 2.512810, 3.003907");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.915870, 2.893094, 2.921540, 3.040200, 3.531296",\
|
|
"3.007776, 2.985000, 3.013445, 3.132106, 3.623202",\
|
|
"3.128786, 3.106010, 3.134455, 3.253116, 3.744212",\
|
|
"3.376428, 3.353652, 3.382097, 3.500758, 3.991854",\
|
|
"3.966439, 3.943663, 3.972109, 4.090769, 4.581865");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.325278, -0.224085, -0.147906, -0.025402, 0.477664",\
|
|
"-0.353687, -0.252494, -0.176315, -0.053811, 0.449255",\
|
|
"-0.341597, -0.240404, -0.164225, -0.041721, 0.461345",\
|
|
"-0.243527, -0.142334, -0.066154, 0.056349, 0.559415",\
|
|
"0.145332, 0.246526, 0.322705, 0.445209, 0.948275");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.251019, -0.149825, -0.073643, 0.048867, 0.551696",\
|
|
"-0.342914, -0.241720, -0.165538, -0.043028, 0.459801",\
|
|
"-0.463909, -0.362715, -0.286534, -0.164023, 0.338806",\
|
|
"-0.711868, -0.610674, -0.534493, -0.411982, 0.090847",\
|
|
"-1.302260, -1.201066, -1.124884, -1.002373, -0.499545");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.009974 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.378937, 2.356161, 2.384606, 2.503267, 2.994363",\
|
|
"2.434892, 2.412117, 2.440562, 2.559222, 3.050319",\
|
|
"2.449745, 2.426970, 2.455415, 2.574075, 3.065172",\
|
|
"2.431595, 2.408819, 2.437264, 2.555925, 3.047021",\
|
|
"2.353510, 2.330734, 2.359180, 2.477840, 2.968937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.524538, 2.501763, 2.530208, 2.648868, 3.139965",\
|
|
"2.643533, 2.620757, 2.649203, 2.767863, 3.258960",\
|
|
"2.754060, 2.731284, 2.759730, 2.878390, 3.369487",\
|
|
"2.939453, 2.916677, 2.945123, 3.063783, 3.554880",\
|
|
"3.704353, 3.681577, 3.710022, 3.828683, 4.319779");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.253700, -0.152507, -0.076328, 0.046176, 0.549242",\
|
|
"-0.309936, -0.208743, -0.132563, -0.010060, 0.493006",\
|
|
"-0.325366, -0.224173, -0.147994, -0.025490, 0.477576",\
|
|
"-0.309137, -0.207944, -0.131765, -0.009261, 0.493805",\
|
|
"-0.235038, -0.133845, -0.057665, 0.064838, 0.567904");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.251126, -0.149933, -0.073753, 0.048750, 0.551816",\
|
|
"-0.370332, -0.269139, -0.192960, -0.070456, 0.432610",\
|
|
"-0.481144, -0.379951, -0.303771, -0.181268, 0.321798",\
|
|
"-0.667288, -0.566095, -0.489916, -0.367412, 0.135654",\
|
|
"-1.432273, -1.331080, -1.254900, -1.132397, -0.629331");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.003704 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.004276, -0.018500, 0.009945, 0.128606, 0.619704",\
|
|
"0.038031, 0.015256, 0.043701, 0.162362, 0.653460",\
|
|
"0.032968, 0.010193, 0.038638, 0.157299, 0.648397",\
|
|
"-0.014169, -0.036945, -0.008499, 0.110161, 0.601259",\
|
|
"-0.211134, -0.233909, -0.205464, -0.086803, 0.404294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.161946, 0.139171, 0.167616, 0.286277, 0.777374",\
|
|
"0.261721, 0.238946, 0.267391, 0.386052, 0.877149",\
|
|
"0.347599, 0.324824, 0.353269, 0.471930, 0.963028",\
|
|
"0.498728, 0.475952, 0.504398, 0.623058, 1.114156",\
|
|
"1.121058, 1.098282, 1.126727, 1.245388, 1.736486");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.035363, 0.136557, 0.212738, 0.335249, 0.838076",\
|
|
"0.001607, 0.102801, 0.178982, 0.301493, 0.804320",\
|
|
"0.006670, 0.107864, 0.184046, 0.306556, 0.809384",\
|
|
"0.053808, 0.155002, 0.231183, 0.353693, 0.856521",\
|
|
"0.250772, 0.351966, 0.428148, 0.550658, 1.053486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.105028, -0.003834, 0.072348, 0.194858, 0.697686",\
|
|
"-0.204803, -0.103609, -0.027427, 0.095083, 0.597911",\
|
|
"-0.290681, -0.189487, -0.113306, 0.009205, 0.512032",\
|
|
"-0.441810, -0.340616, -0.264434, -0.141924, 0.360904",\
|
|
"-1.064139, -0.962945, -0.886764, -0.764254, -0.261426");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004006 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.050521, -0.073297, -0.044852, 0.073809, 0.564905",\
|
|
"-0.016634, -0.039409, -0.010964, 0.107696, 0.598792",\
|
|
"-0.021290, -0.044065, -0.015620, 0.103040, 0.594136",\
|
|
"-0.069135, -0.091910, -0.063465, 0.055195, 0.546291",\
|
|
"-0.268007, -0.290783, -0.262338, -0.143677, 0.347419");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.143079, 0.120304, 0.148749, 0.267409, 0.758506",\
|
|
"0.241981, 0.219205, 0.247650, 0.366311, 0.857407",\
|
|
"0.325718, 0.302942, 0.331387, 0.450047, 0.941144",\
|
|
"0.473786, 0.451011, 0.479456, 0.598116, 1.089212",\
|
|
"1.083990, 1.061214, 1.089660, 1.208320, 1.699416");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.092227, 0.193422, 0.269603, 0.392114, 0.894943",\
|
|
"0.058340, 0.159534, 0.235716, 0.358226, 0.861056",\
|
|
"0.062996, 0.164190, 0.240372, 0.362882, 0.865712",\
|
|
"0.110841, 0.212035, 0.288217, 0.410727, 0.913557",\
|
|
"0.309714, 0.410908, 0.487089, 0.609600, 1.112429");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.084598, 0.016596, 0.092778, 0.215288, 0.718117",\
|
|
"-0.183499, -0.082305, -0.006124, 0.116387, 0.619216",\
|
|
"-0.267236, -0.166042, -0.089860, 0.032650, 0.535479",\
|
|
"-0.415305, -0.314111, -0.237929, -0.115419, 0.387411",\
|
|
"-1.025509, -0.924314, -0.848133, -0.725622, -0.222793");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004385 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.075042, -0.097818, -0.069373, 0.049288, 0.540386",\
|
|
"-0.041210, -0.063986, -0.035541, 0.083120, 0.574218",\
|
|
"-0.046059, -0.068835, -0.040390, 0.078271, 0.569369",\
|
|
"-0.093317, -0.116093, -0.087647, 0.031013, 0.522111",\
|
|
"-0.290378, -0.313154, -0.284708, -0.166047, 0.325050");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.123679, 0.100903, 0.129349, 0.248009, 0.739107",\
|
|
"0.223005, 0.200230, 0.228675, 0.347336, 0.838433",\
|
|
"0.307888, 0.285112, 0.313558, 0.432218, 0.923316",\
|
|
"0.457604, 0.434828, 0.463273, 0.581934, 1.073032",\
|
|
"1.074444, 1.051669, 1.080114, 1.198775, 1.689873");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.091572, 0.192766, 0.268948, 0.391458, 0.894286",\
|
|
"0.057740, 0.158934, 0.235116, 0.357626, 0.860454",\
|
|
"0.062589, 0.163783, 0.239965, 0.362475, 0.865303",\
|
|
"0.109847, 0.211041, 0.287222, 0.409733, 0.912561",\
|
|
"0.306908, 0.408102, 0.484283, 0.606793, 1.109621");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.079439, 0.021755, 0.097937, 0.220447, 0.723275",\
|
|
"-0.178765, -0.077571, -0.001390, 0.121121, 0.623948",\
|
|
"-0.263648, -0.162454, -0.086272, 0.036238, 0.539066",\
|
|
"-0.413364, -0.312169, -0.235988, -0.113478, 0.389350",\
|
|
"-1.030204, -0.929010, -0.852829, -0.730318, -0.227491");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004775 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.034477, -0.057253, -0.028807, 0.089853, 0.580949",\
|
|
"-0.000682, -0.023457, 0.004988, 0.123648, 0.614744",\
|
|
"-0.005661, -0.028436, 0.000009, 0.118669, 0.609766",\
|
|
"-0.052548, -0.075323, -0.046878, 0.071782, 0.562879",\
|
|
"-0.248404, -0.271180, -0.242734, -0.124074, 0.367022");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.151552, 0.128777, 0.157222, 0.275882, 0.766979",\
|
|
"0.251169, 0.228394, 0.256839, 0.375499, 0.866596",\
|
|
"0.336810, 0.314035, 0.342480, 0.461140, 0.952237",\
|
|
"0.487617, 0.464842, 0.493287, 0.611947, 1.103044",\
|
|
"1.108751, 1.085976, 1.114421, 1.233081, 1.724177");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.066086, 0.167280, 0.243462, 0.365972, 0.868802",\
|
|
"0.061310, 0.162504, 0.238685, 0.361196, 0.864025",\
|
|
"0.104172, 0.205367, 0.281548, 0.404059, 0.906888",\
|
|
"0.238385, 0.339579, 0.415760, 0.538271, 1.041100",\
|
|
"0.794130, 0.895324, 0.971506, 1.094016, 1.596845");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.106066, -0.004872, 0.071309, 0.193820, 0.696649",\
|
|
"-0.175517, -0.074323, 0.001859, 0.124369, 0.627199",\
|
|
"-0.221776, -0.120582, -0.044401, 0.078110, 0.580939",\
|
|
"-0.281807, -0.180613, -0.104431, 0.018079, 0.520909",\
|
|
"-0.528828, -0.427634, -0.351452, -0.228942, 0.273887");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004815 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.007390, -0.015386, 0.013059, 0.131720, 0.622817",\
|
|
"0.041129, 0.018353, 0.046799, 0.165459, 0.656557",\
|
|
"0.036003, 0.013227, 0.041673, 0.160333, 0.651430",\
|
|
"-0.010860, -0.033635, -0.005190, 0.113471, 0.604568",\
|
|
"-0.206930, -0.229706, -0.201260, -0.082600, 0.408498");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.166534, 0.143759, 0.172204, 0.290864, 0.781962",\
|
|
"0.266484, 0.243708, 0.272154, 0.390814, 0.881912",\
|
|
"0.352832, 0.330057, 0.358502, 0.477163, 0.968260",\
|
|
"0.504662, 0.481886, 0.510331, 0.628992, 1.120089",\
|
|
"1.129741, 1.106966, 1.135411, 1.254072, 1.745169");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.020080, 0.121274, 0.197456, 0.319966, 0.822794",\
|
|
"-0.013659, 0.087535, 0.163716, 0.286227, 0.789055",\
|
|
"-0.008533, 0.092661, 0.168843, 0.291353, 0.794181",\
|
|
"0.038329, 0.139524, 0.215705, 0.338215, 0.841043",\
|
|
"0.234400, 0.335594, 0.411775, 0.534286, 1.037114");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.120240, -0.019046, 0.057136, 0.179646, 0.682474",\
|
|
"-0.220190, -0.118996, -0.042814, 0.079696, 0.582524",\
|
|
"-0.306538, -0.205344, -0.129162, -0.006652, 0.496176",\
|
|
"-0.458367, -0.357173, -0.280992, -0.158481, 0.344347",\
|
|
"-1.083447, -0.982253, -0.906071, -0.783561, -0.280733");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004254 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.049350, 0.026575, 0.055020, 0.173681, 0.664778",\
|
|
"0.083094, 0.060318, 0.088763, 0.207424, 0.698521",\
|
|
"0.077979, 0.055203, 0.083649, 0.202309, 0.693406",\
|
|
"0.031071, 0.008296, 0.036741, 0.155402, 0.646499",\
|
|
"-0.165143, -0.187919, -0.159473, -0.040813, 0.450284");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.191798, 0.169022, 0.197468, 0.316128, 0.807225",\
|
|
"0.291718, 0.268943, 0.297388, 0.416049, 0.907146",\
|
|
"0.377986, 0.355210, 0.383655, 0.502316, 0.993413",\
|
|
"0.529694, 0.506918, 0.535364, 0.654024, 1.145121",\
|
|
"1.154300, 1.131525, 1.159970, 1.278630, 1.769727");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.029599, 0.130793, 0.206974, 0.329485, 0.832313",\
|
|
"-0.004144, 0.097050, 0.173231, 0.295742, 0.798570",\
|
|
"0.000970, 0.102164, 0.178346, 0.300856, 0.803685",\
|
|
"0.047878, 0.149072, 0.225253, 0.347764, 0.850592",\
|
|
"0.244092, 0.345286, 0.421468, 0.543978, 1.046807");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.115060, -0.013866, 0.062315, 0.184826, 0.687654",\
|
|
"-0.214981, -0.113787, -0.037605, 0.084905, 0.587734",\
|
|
"-0.301248, -0.200054, -0.123872, -0.001362, 0.501467",\
|
|
"-0.452956, -0.351762, -0.275581, -0.153070, 0.349758",\
|
|
"-1.077563, -0.976369, -0.900187, -0.777677, -0.274848");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004167 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.024893, -0.047668, -0.019223, 0.099437, 0.590534",\
|
|
"0.008870, -0.013906, 0.014540, 0.133200, 0.624297",\
|
|
"0.003774, -0.019002, 0.009444, 0.128104, 0.619201",\
|
|
"-0.042766, -0.065541, -0.037096, 0.081565, 0.572661",\
|
|
"-0.237521, -0.260297, -0.231851, -0.113191, 0.377906");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.156394, 0.133618, 0.162063, 0.280724, 0.771820",\
|
|
"0.256272, 0.233496, 0.261941, 0.380602, 0.871698",\
|
|
"0.342603, 0.319828, 0.348273, 0.466933, 0.958030",\
|
|
"0.494407, 0.471632, 0.500077, 0.618737, 1.109834",\
|
|
"1.119465, 1.096689, 1.125135, 1.243795, 1.734892");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.054516, 0.155710, 0.231892, 0.354402, 0.857231",\
|
|
"0.020754, 0.121948, 0.198129, 0.320640, 0.823469",\
|
|
"0.025850, 0.127044, 0.203225, 0.325736, 0.828565",\
|
|
"0.072389, 0.173583, 0.249765, 0.372275, 0.875104",\
|
|
"0.267145, 0.368339, 0.444520, 0.567031, 1.069860");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.109665, -0.008471, 0.067711, 0.190221, 0.693050",\
|
|
"-0.209543, -0.108349, -0.032167, 0.090343, 0.593172",\
|
|
"-0.295875, -0.194680, -0.118499, 0.004012, 0.506840",\
|
|
"-0.447679, -0.346484, -0.270303, -0.147792, 0.355036",\
|
|
"-1.072736, -0.971542, -0.895361, -0.772850, -0.270021");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004516 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.046432, 0.023656, 0.052101, 0.170762, 0.661859",\
|
|
"0.080157, 0.057381, 0.085827, 0.204487, 0.695584",\
|
|
"0.074973, 0.052197, 0.080643, 0.199303, 0.690400",\
|
|
"0.028315, 0.005539, 0.033985, 0.152645, 0.643742",\
|
|
"-0.167105, -0.189881, -0.161435, -0.042775, 0.448322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.186865, 0.164089, 0.192534, 0.311195, 0.802292",\
|
|
"0.286952, 0.264176, 0.292622, 0.411282, 0.902379",\
|
|
"0.373685, 0.350910, 0.379355, 0.498015, 0.989112",\
|
|
"0.526076, 0.503300, 0.531745, 0.650406, 1.141503",\
|
|
"1.153319, 1.130544, 1.158989, 1.277650, 1.768747");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.016688, 0.117882, 0.194064, 0.316574, 0.819403",\
|
|
"-0.005206, 0.095988, 0.172170, 0.294680, 0.797509",\
|
|
"0.015425, 0.116619, 0.192801, 0.315311, 0.818139",\
|
|
"0.097688, 0.198883, 0.275064, 0.397574, 0.900403",\
|
|
"0.439847, 0.541041, 0.617223, 0.739733, 1.242562");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.120661, -0.019467, 0.056714, 0.179225, 0.682053",\
|
|
"-0.208424, -0.107230, -0.031048, 0.091462, 0.594290",\
|
|
"-0.279068, -0.177874, -0.101692, 0.020818, 0.523647",\
|
|
"-0.394371, -0.293177, -0.216995, -0.094485, 0.408344",\
|
|
"-0.868769, -0.767575, -0.691393, -0.568883, -0.066054");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005089 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.077026, -0.099801, -0.071356, 0.047305, 0.538403",\
|
|
"-0.043112, -0.065888, -0.037442, 0.081218, 0.572316",\
|
|
"-0.047671, -0.070447, -0.042002, 0.076659, 0.567757",\
|
|
"-0.095795, -0.118571, -0.090125, 0.028535, 0.519633",\
|
|
"-0.295555, -0.318330, -0.289885, -0.171224, 0.319873");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.120127, 0.097352, 0.125797, 0.244458, 0.735556",\
|
|
"0.218811, 0.196035, 0.224481, 0.343141, 0.834239",\
|
|
"0.301975, 0.279199, 0.307645, 0.426306, 0.917403",\
|
|
"0.449236, 0.426460, 0.454906, 0.573566, 1.064664",\
|
|
"1.056088, 1.033312, 1.061757, 1.180418, 1.671516");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.116665, 0.217859, 0.294041, 0.416551, 0.919379",\
|
|
"0.082752, 0.183946, 0.260128, 0.382638, 0.885465",\
|
|
"0.087311, 0.188505, 0.264687, 0.387197, 0.890024",\
|
|
"0.135435, 0.236629, 0.312810, 0.435321, 0.938148",\
|
|
"0.335195, 0.436389, 0.512570, 0.635080, 1.137908");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.063209, 0.037985, 0.114166, 0.236677, 0.739504",\
|
|
"-0.161892, -0.060698, 0.015483, 0.137993, 0.640821",\
|
|
"-0.245057, -0.143863, -0.067681, 0.054829, 0.557657",\
|
|
"-0.392317, -0.291123, -0.214942, -0.092432, 0.410396",\
|
|
"-0.999169, -0.897975, -0.821794, -0.699284, -0.196456");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004886 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.005306, -0.028082, 0.000363, 0.119024, 0.610120",\
|
|
"0.028619, 0.005843, 0.034289, 0.152949, 0.644045",\
|
|
"0.023934, 0.001158, 0.029603, 0.148264, 0.639360",\
|
|
"-0.024629, -0.047405, -0.018960, 0.099701, 0.590797",\
|
|
"-0.226149, -0.248925, -0.220479, -0.101819, 0.389277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.161111, 0.138335, 0.166781, 0.285441, 0.776537",\
|
|
"0.259777, 0.237002, 0.265447, 0.384107, 0.875203",\
|
|
"0.342936, 0.320160, 0.348605, 0.467266, 0.958362",\
|
|
"0.490226, 0.467451, 0.495896, 0.614556, 1.105652",\
|
|
"1.097095, 1.074319, 1.102764, 1.221425, 1.712521");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.047011, 0.148206, 0.224387, 0.346898, 0.849727",\
|
|
"0.013086, 0.114280, 0.190462, 0.312972, 0.815802",\
|
|
"0.017771, 0.118966, 0.195147, 0.317658, 0.820487",\
|
|
"0.066334, 0.167529, 0.243710, 0.366221, 0.869050",\
|
|
"0.267854, 0.369048, 0.445230, 0.567740, 1.070570");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.102630, -0.001436, 0.074746, 0.197256, 0.700086",\
|
|
"-0.201296, -0.100102, -0.023920, 0.098590, 0.601420",\
|
|
"-0.284455, -0.183260, -0.107079, 0.015432, 0.518261",\
|
|
"-0.431745, -0.330551, -0.254369, -0.131859, 0.370970",\
|
|
"-1.038614, -0.937420, -0.861238, -0.738728, -0.235898");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004811 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.039386, -0.062162, -0.033717, 0.084944, 0.576042",\
|
|
"-0.005550, -0.028326, 0.000120, 0.118780, 0.609878",\
|
|
"-0.010261, -0.033036, -0.004591, 0.114070, 0.605168",\
|
|
"-0.058709, -0.081485, -0.053039, 0.065621, 0.556719",\
|
|
"-0.259857, -0.282632, -0.254187, -0.135526, 0.355571");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.138477, 0.115701, 0.144147, 0.262808, 0.753905",\
|
|
"0.237341, 0.214565, 0.243010, 0.361671, 0.852769",\
|
|
"0.320807, 0.298031, 0.326476, 0.445137, 0.936235",\
|
|
"0.468420, 0.445644, 0.474090, 0.592750, 1.083848",\
|
|
"1.076650, 1.053875, 1.082320, 1.200981, 1.692078");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.055915, 0.157109, 0.233290, 0.355801, 0.858629",\
|
|
"0.022079, 0.123273, 0.199454, 0.321964, 0.824792",\
|
|
"0.026789, 0.127983, 0.204165, 0.326675, 0.829503",\
|
|
"0.075238, 0.176432, 0.252613, 0.375124, 0.877951",\
|
|
"0.276385, 0.377579, 0.453761, 0.576271, 1.079099");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.094237, 0.006957, 0.083138, 0.205649, 0.708477",\
|
|
"-0.193101, -0.091907, -0.015725, 0.106785, 0.609613",\
|
|
"-0.276567, -0.175373, -0.099191, 0.023319, 0.526147",\
|
|
"-0.424180, -0.322986, -0.246804, -0.124294, 0.378534",\
|
|
"-1.032410, -0.931216, -0.855035, -0.732525, -0.229697");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004862 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.000956, -0.021820, 0.006625, 0.125286, 0.616382",\
|
|
"0.034779, 0.012004, 0.040449, 0.159109, 0.650206",\
|
|
"0.030007, 0.007231, 0.035677, 0.154337, 0.645433",\
|
|
"-0.018191, -0.040967, -0.012522, 0.106139, 0.597235",\
|
|
"-0.218533, -0.241308, -0.212863, -0.094203, 0.396894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.165019, 0.142243, 0.170689, 0.289349, 0.780445",\
|
|
"0.264052, 0.241277, 0.269722, 0.388382, 0.879478",\
|
|
"0.347972, 0.325197, 0.353642, 0.472302, 0.963399",\
|
|
"0.496229, 0.473453, 0.501899, 0.620559, 1.111655",\
|
|
"1.107168, 1.084392, 1.112838, 1.231498, 1.722594");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.033319, 0.134513, 0.210695, 0.333205, 0.836035",\
|
|
"-0.000504, 0.100690, 0.176871, 0.299382, 0.802211",\
|
|
"0.004268, 0.105462, 0.181644, 0.304154, 0.806983",\
|
|
"0.052466, 0.153660, 0.229842, 0.352352, 0.855182",\
|
|
"0.252808, 0.354002, 0.430183, 0.552694, 1.055523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.118445, -0.017251, 0.058931, 0.181442, 0.684271",\
|
|
"-0.217478, -0.116284, -0.040102, 0.082409, 0.585238",\
|
|
"-0.301398, -0.200204, -0.124022, -0.001512, 0.501318",\
|
|
"-0.449655, -0.348461, -0.272279, -0.149768, 0.353061",\
|
|
"-1.060593, -0.959399, -0.883218, -0.760707, -0.257878");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005888 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.087968, -0.110743, -0.082298, 0.036362, 0.527460",\
|
|
"-0.054055, -0.076831, -0.048385, 0.070275, 0.561373",\
|
|
"-0.058630, -0.081406, -0.052960, 0.065700, 0.556798",\
|
|
"-0.106700, -0.129475, -0.101030, 0.017631, 0.508728",\
|
|
"-0.306297, -0.329072, -0.300627, -0.181966, 0.309131");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.113091, 0.090315, 0.118760, 0.237421, 0.728518",\
|
|
"0.211813, 0.189038, 0.217483, 0.336144, 0.827241",\
|
|
"0.295076, 0.272300, 0.300746, 0.419406, 0.910503",\
|
|
"0.442478, 0.419702, 0.448148, 0.566808, 1.057906",\
|
|
"1.049921, 1.027145, 1.055591, 1.174251, 1.665348");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.112221, 0.213415, 0.289596, 0.412106, 0.914935",\
|
|
"0.078308, 0.179502, 0.255683, 0.378194, 0.881022",\
|
|
"0.082883, 0.184077, 0.260258, 0.382769, 0.885597",\
|
|
"0.130952, 0.232146, 0.308328, 0.430838, 0.933666",\
|
|
"0.330549, 0.431743, 0.507925, 0.630435, 1.133263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.068764, 0.032430, 0.108612, 0.231122, 0.733950",\
|
|
"-0.167487, -0.066293, 0.009889, 0.132399, 0.635227",\
|
|
"-0.250749, -0.149555, -0.073374, 0.049137, 0.551965",\
|
|
"-0.398152, -0.296957, -0.220776, -0.098266, 0.404562",\
|
|
"-1.005594, -0.904400, -0.828219, -0.705708, -0.202880");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006037 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.035451, -0.058226, -0.029781, 0.088880, 0.579976",\
|
|
"-0.001569, -0.024345, 0.004100, 0.122761, 0.613858",\
|
|
"-0.006248, -0.029024, -0.000578, 0.118082, 0.609179",\
|
|
"-0.054025, -0.076800, -0.048355, 0.070306, 0.561403",\
|
|
"-0.252683, -0.275459, -0.247014, -0.128353, 0.362744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.146590, 0.123815, 0.152260, 0.270921, 0.762018",\
|
|
"0.245542, 0.222766, 0.251211, 0.369872, 0.860969",\
|
|
"0.329414, 0.306638, 0.335084, 0.453744, 0.944841",\
|
|
"0.477675, 0.454900, 0.483345, 0.602005, 1.093102",\
|
|
"1.088680, 1.065904, 1.094350, 1.213010, 1.704107");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.114415, 0.215609, 0.291790, 0.414301, 0.917129",\
|
|
"0.108957, 0.210152, 0.286333, 0.408843, 0.911672",\
|
|
"0.150749, 0.251943, 0.328125, 0.450635, 0.953464",\
|
|
"0.284073, 0.385267, 0.461449, 0.583959, 1.086788",\
|
|
"0.835294, 0.936488, 1.012670, 1.135180, 1.638009");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.069839, 0.031355, 0.107536, 0.230047, 0.732875",\
|
|
"-0.139463, -0.038269, 0.037912, 0.160423, 0.663251",\
|
|
"-0.185045, -0.083851, -0.007669, 0.114841, 0.617670",\
|
|
"-0.245044, -0.143850, -0.067668, 0.054842, 0.557671",\
|
|
"-0.492298, -0.391104, -0.314922, -0.192412, 0.310417");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004797 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.010546, -0.012230, 0.016216, 0.134876, 0.625973",\
|
|
"0.044323, 0.021547, 0.049993, 0.168653, 0.659750",\
|
|
"0.039364, 0.016589, 0.045034, 0.163695, 0.654791",\
|
|
"-0.008172, -0.030948, -0.002502, 0.116158, 0.607255",\
|
|
"-0.206414, -0.229190, -0.200744, -0.082084, 0.409013");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.168550, 0.145774, 0.174220, 0.292880, 0.783977",\
|
|
"0.268047, 0.245272, 0.273717, 0.392377, 0.883474",\
|
|
"0.353207, 0.330432, 0.358877, 0.477537, 0.968634",\
|
|
"0.503266, 0.480491, 0.508936, 0.627596, 1.118693",\
|
|
"1.121449, 1.098673, 1.127118, 1.245779, 1.736875");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.019076, 0.120271, 0.196452, 0.318963, 0.821791",\
|
|
"-0.014700, 0.086494, 0.162675, 0.285186, 0.788015",\
|
|
"-0.009742, 0.091452, 0.167634, 0.290144, 0.792973",\
|
|
"0.037794, 0.138988, 0.215170, 0.337681, 0.840509",\
|
|
"0.236036, 0.337231, 0.413412, 0.535923, 1.038751");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.121821, -0.020627, 0.055554, 0.178065, 0.680894",\
|
|
"-0.221319, -0.120125, -0.043943, 0.078567, 0.581396",\
|
|
"-0.306479, -0.205285, -0.129103, -0.006593, 0.496236",\
|
|
"-0.456538, -0.355344, -0.279162, -0.156652, 0.346177",\
|
|
"-1.074720, -0.973526, -0.897345, -0.774834, -0.272005");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.007883 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.053698, -0.076474, -0.048028, 0.070632, 0.561729",\
|
|
"-0.019644, -0.042419, -0.013974, 0.104687, 0.595783",\
|
|
"-0.024244, -0.047019, -0.018574, 0.100087, 0.591184",\
|
|
"-0.072605, -0.095381, -0.066936, 0.051725, 0.542822",\
|
|
"-0.273194, -0.295970, -0.267525, -0.148864, 0.342233");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.134065, 0.111290, 0.139735, 0.258396, 0.749493",\
|
|
"0.232441, 0.209665, 0.238110, 0.356771, 0.847868",\
|
|
"0.315207, 0.292432, 0.320877, 0.439537, 0.930634",\
|
|
"0.462081, 0.439305, 0.467751, 0.586411, 1.077508",\
|
|
"1.067317, 1.044542, 1.072987, 1.191648, 1.682745");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.114921, 0.216115, 0.292296, 0.414807, 0.917635",\
|
|
"0.129235, 0.230429, 0.306611, 0.429121, 0.931949",\
|
|
"0.197028, 0.298222, 0.374403, 0.496914, 0.999742",\
|
|
"0.391053, 0.492247, 0.568428, 0.690939, 1.193767",\
|
|
"1.191956, 1.293150, 1.369331, 1.491842, 1.994670");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.068179, 0.033015, 0.109196, 0.231707, 0.734535",\
|
|
"-0.116977, -0.015783, 0.060399, 0.182909, 0.685738",\
|
|
"-0.134973, -0.033779, 0.042403, 0.164913, 0.667742",\
|
|
"-0.132547, -0.031353, 0.044829, 0.167339, 0.670167",\
|
|
"-0.122484, -0.021290, 0.054892, 0.177402, 0.680230");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.006025 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.022675, -0.045450, -0.017005, 0.101656, 0.592754",\
|
|
"0.011036, -0.011740, 0.016706, 0.135366, 0.626464",\
|
|
"0.006000, -0.016776, 0.011669, 0.130330, 0.621428",\
|
|
"-0.042372, -0.065147, -0.036702, 0.081959, 0.573056",\
|
|
"-0.243534, -0.266309, -0.237864, -0.119203, 0.371895");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.117888, 0.095112, 0.123557, 0.242218, 0.733316",\
|
|
"0.216921, 0.194145, 0.222591, 0.341252, 0.832349",\
|
|
"0.301111, 0.278335, 0.306781, 0.425442, 0.916539",\
|
|
"0.450277, 0.427502, 0.455947, 0.574608, 1.065705",\
|
|
"1.064996, 1.042221, 1.070666, 1.189327, 1.680424");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.062313, 0.163507, 0.239689, 0.362199, 0.865027",\
|
|
"0.028603, 0.129797, 0.205978, 0.328488, 0.831316",\
|
|
"0.033639, 0.134833, 0.211014, 0.333525, 0.836352",\
|
|
"0.082010, 0.183204, 0.259386, 0.381896, 0.884724",\
|
|
"0.283172, 0.384366, 0.460548, 0.583058, 1.085886");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.060969, 0.040225, 0.116406, 0.238916, 0.741744",\
|
|
"-0.160003, -0.058809, 0.017373, 0.139883, 0.642711",\
|
|
"-0.244193, -0.142999, -0.066817, 0.055693, 0.558521",\
|
|
"-0.393359, -0.292165, -0.215983, -0.093473, 0.409355",\
|
|
"-1.008078, -0.906884, -0.830702, -0.708192, -0.205365");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005795 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.005757, -0.017019, 0.011426, 0.130087, 0.621183",\
|
|
"0.039458, 0.016683, 0.045128, 0.163788, 0.654884",\
|
|
"0.034355, 0.011580, 0.040025, 0.158685, 0.649781",\
|
|
"-0.013614, -0.036390, -0.007945, 0.110716, 0.601812",\
|
|
"-0.213423, -0.236199, -0.207753, -0.089093, 0.402003");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.141443, 0.118668, 0.147113, 0.265773, 0.756869",\
|
|
"0.240728, 0.217952, 0.246397, 0.365058, 0.856154",\
|
|
"0.325691, 0.302915, 0.331360, 0.450020, 0.941117",\
|
|
"0.475829, 0.453053, 0.481499, 0.600159, 1.091255",\
|
|
"1.094101, 1.071326, 1.099771, 1.218431, 1.709527");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.035948, 0.137142, 0.213324, 0.335835, 0.838664",\
|
|
"0.002247, 0.103441, 0.179622, 0.302133, 0.804962",\
|
|
"0.007350, 0.108544, 0.184726, 0.307236, 0.810066",\
|
|
"0.055319, 0.156513, 0.232695, 0.355206, 0.858035",\
|
|
"0.255128, 0.356322, 0.432504, 0.555014, 1.057844");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.082962, 0.018232, 0.094413, 0.216924, 0.719753",\
|
|
"-0.182247, -0.081053, -0.004871, 0.117640, 0.620469",\
|
|
"-0.267209, -0.166015, -0.089834, 0.032677, 0.535506",\
|
|
"-0.417348, -0.316154, -0.239972, -0.117462, 0.385368",\
|
|
"-1.035620, -0.934426, -0.858245, -0.735734, -0.232905");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005517 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.092817, -0.115593, -0.087148, 0.031513, 0.522611",\
|
|
"-0.058961, -0.081736, -0.053291, 0.065370, 0.556467",\
|
|
"-0.063679, -0.086454, -0.058009, 0.060652, 0.551749",\
|
|
"-0.111578, -0.134354, -0.105908, 0.012752, 0.503850",\
|
|
"-0.311016, -0.333792, -0.305347, -0.186686, 0.304412");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.078432, 0.055656, 0.084102, 0.202762, 0.693860",\
|
|
"0.177061, 0.154285, 0.182731, 0.301391, 0.792489",\
|
|
"0.260440, 0.237664, 0.266110, 0.384770, 0.875868",\
|
|
"0.408173, 0.385397, 0.413843, 0.532503, 1.023601",\
|
|
"1.017066, 0.994291, 1.022736, 1.141397, 1.632494");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.109346, 0.210540, 0.286722, 0.409232, 0.912060",\
|
|
"0.075490, 0.176684, 0.252865, 0.375375, 0.878203",\
|
|
"0.080208, 0.181402, 0.257583, 0.380094, 0.882922",\
|
|
"0.128107, 0.229301, 0.305483, 0.427993, 0.930821",\
|
|
"0.327545, 0.428739, 0.504921, 0.627431, 1.130259");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.034192, 0.067002, 0.143184, 0.265694, 0.768522",\
|
|
"-0.132821, -0.031627, 0.044555, 0.167065, 0.669893",\
|
|
"-0.216200, -0.115006, -0.038824, 0.083686, 0.586514",\
|
|
"-0.363933, -0.262739, -0.186557, -0.064047, 0.438781",\
|
|
"-0.972826, -0.871632, -0.795451, -0.672940, -0.170112");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005752 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.064020, -0.086795, -0.058350, 0.060310, 0.551406",\
|
|
"-0.030152, -0.052927, -0.024482, 0.094178, 0.585274",\
|
|
"-0.034826, -0.057602, -0.029157, 0.089504, 0.580600",\
|
|
"-0.082855, -0.105630, -0.077185, 0.041475, 0.532572",\
|
|
"-0.282686, -0.305462, -0.277017, -0.158356, 0.332740");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.098803, 0.076028, 0.104473, 0.223133, 0.714230",\
|
|
"0.197328, 0.174553, 0.202998, 0.321658, 0.812755",\
|
|
"0.280440, 0.257664, 0.286109, 0.404770, 0.895866",\
|
|
"0.427793, 0.405018, 0.433463, 0.552123, 1.043220",\
|
|
"1.035161, 1.012385, 1.040830, 1.159491, 1.650587");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.095618, 0.196812, 0.272994, 0.395504, 0.898334",\
|
|
"0.061750, 0.162944, 0.239126, 0.361636, 0.864466",\
|
|
"0.066425, 0.167619, 0.243800, 0.366311, 0.869140",\
|
|
"0.114453, 0.215647, 0.291829, 0.414339, 0.917168",\
|
|
"0.314285, 0.415479, 0.491660, 0.614171, 1.117000");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.053327, 0.047867, 0.124048, 0.246559, 0.749388",\
|
|
"-0.151852, -0.050658, 0.025524, 0.148034, 0.650863",\
|
|
"-0.234963, -0.133769, -0.057588, 0.064923, 0.567752",\
|
|
"-0.382317, -0.281123, -0.204942, -0.082431, 0.420398",\
|
|
"-0.989684, -0.888490, -0.812309, -0.689798, -0.186969");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004947 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.026387, -0.049163, -0.020718, 0.097943, 0.589040",\
|
|
"0.007330, -0.015446, 0.012999, 0.131660, 0.622757",\
|
|
"0.002315, -0.020461, 0.007984, 0.126645, 0.617742",\
|
|
"-0.046109, -0.068885, -0.040439, 0.078221, 0.569319",\
|
|
"-0.247443, -0.270219, -0.241774, -0.123113, 0.367984");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.117486, 0.094710, 0.123156, 0.241816, 0.732913",\
|
|
"0.216459, 0.193684, 0.222129, 0.340790, 0.831887",\
|
|
"0.300494, 0.277718, 0.306163, 0.424824, 0.915921",\
|
|
"0.449482, 0.426707, 0.455152, 0.573813, 1.064910",\
|
|
"1.063542, 1.040766, 1.069212, 1.187872, 1.678970");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.053857, 0.155051, 0.231233, 0.353743, 0.856571",\
|
|
"0.020140, 0.121334, 0.197516, 0.320026, 0.822854",\
|
|
"0.025155, 0.126349, 0.202531, 0.325041, 0.827869",\
|
|
"0.073579, 0.174773, 0.250954, 0.373465, 0.876293",\
|
|
"0.274913, 0.376107, 0.452289, 0.574799, 1.077627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.071191, 0.030003, 0.106184, 0.228694, 0.731523",\
|
|
"-0.170165, -0.068971, 0.007210, 0.129721, 0.632549",\
|
|
"-0.254199, -0.153005, -0.076824, 0.045687, 0.548515",\
|
|
"-0.403188, -0.301994, -0.225812, -0.103302, 0.399526",\
|
|
"-1.017247, -0.916053, -0.839872, -0.717362, -0.214533");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005003 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.007351, -0.015424, 0.013021, 0.131681, 0.622778",\
|
|
"0.041079, 0.018303, 0.046749, 0.165409, 0.656506",\
|
|
"0.036149, 0.013374, 0.041819, 0.160480, 0.651576",\
|
|
"-0.012768, -0.035543, -0.007098, 0.111563, 0.602660",\
|
|
"-0.215753, -0.238529, -0.210083, -0.091423, 0.399674");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.137485, 0.114710, 0.143155, 0.261815, 0.752912",\
|
|
"0.236145, 0.213369, 0.241815, 0.360475, 0.851572",\
|
|
"0.319344, 0.296568, 0.325013, 0.443674, 0.934771",\
|
|
"0.466995, 0.444220, 0.472665, 0.591326, 1.082422",\
|
|
"1.076094, 1.053318, 1.081763, 1.200424, 1.691521");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.071607, 0.172801, 0.248983, 0.371493, 0.874322",\
|
|
"0.061398, 0.162592, 0.238773, 0.361284, 0.864112",\
|
|
"0.097032, 0.198226, 0.274408, 0.396918, 0.899747",\
|
|
"0.216725, 0.317919, 0.394100, 0.516611, 1.019439",\
|
|
"0.711396, 0.812590, 0.888771, 1.011282, 1.514110");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.060738, 0.040456, 0.116637, 0.239148, 0.741976",\
|
|
"-0.134990, -0.033795, 0.042386, 0.164896, 0.667725",\
|
|
"-0.186322, -0.085128, -0.008946, 0.113564, 0.616393",\
|
|
"-0.260519, -0.159325, -0.083143, 0.039367, 0.542195",\
|
|
"-0.566894, -0.465700, -0.389518, -0.267008, 0.235821");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004632 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.068017, -0.090792, -0.062347, 0.056313, 0.547410",\
|
|
"-0.034123, -0.056899, -0.028454, 0.090207, 0.581303",\
|
|
"-0.038724, -0.061500, -0.033055, 0.085606, 0.576703",\
|
|
"-0.086995, -0.109771, -0.081325, 0.037335, 0.528432",\
|
|
"-0.287556, -0.310331, -0.281886, -0.163226, 0.327871");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.095250, 0.072474, 0.100920, 0.219580, 0.710677",\
|
|
"0.193564, 0.170788, 0.199233, 0.317894, 0.808990",\
|
|
"0.276175, 0.253400, 0.281845, 0.400506, 0.891602",\
|
|
"0.422841, 0.400065, 0.428511, 0.547171, 1.038268",\
|
|
"1.027438, 1.004662, 1.033107, 1.151768, 1.642864");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.097639, 0.198834, 0.275015, 0.397526, 0.900354",\
|
|
"0.063746, 0.164940, 0.241122, 0.363632, 0.866461",\
|
|
"0.068347, 0.169541, 0.245723, 0.368233, 0.871062",\
|
|
"0.116618, 0.217812, 0.293993, 0.416504, 0.919333",\
|
|
"0.317178, 0.418373, 0.494554, 0.617065, 1.119893");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.048521, 0.052673, 0.128854, 0.251365, 0.754194",\
|
|
"-0.146835, -0.045641, 0.030541, 0.153051, 0.655880",\
|
|
"-0.229447, -0.128253, -0.052071, 0.070439, 0.573268",\
|
|
"-0.376112, -0.274918, -0.198737, -0.076226, 0.426603",\
|
|
"-0.980709, -0.879515, -0.803333, -0.680823, -0.177994");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004714 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.001405, -0.021371, 0.007075, 0.125735, 0.616832",\
|
|
"0.035128, 0.012353, 0.040798, 0.159459, 0.650555",\
|
|
"0.030172, 0.007397, 0.035842, 0.154502, 0.645599",\
|
|
"-0.018618, -0.041393, -0.012948, 0.105713, 0.596810",\
|
|
"-0.221178, -0.243954, -0.215509, -0.096848, 0.394249");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.130858, 0.108083, 0.136528, 0.255188, 0.746285",\
|
|
"0.229609, 0.206834, 0.235279, 0.353940, 0.845037",\
|
|
"0.313045, 0.290269, 0.318714, 0.437375, 0.928472",\
|
|
"0.461060, 0.438284, 0.466729, 0.585390, 1.076487",\
|
|
"1.071491, 1.048716, 1.077161, 1.195822, 1.686919");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.061710, 0.162905, 0.239086, 0.361596, 0.864425",\
|
|
"0.027987, 0.129181, 0.205363, 0.327873, 0.830702",\
|
|
"0.032943, 0.134137, 0.210319, 0.332829, 0.835658",\
|
|
"0.081733, 0.182927, 0.259109, 0.381619, 0.884447",\
|
|
"0.284294, 0.385488, 0.461669, 0.584180, 1.087008");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.064659, 0.036535, 0.112717, 0.235227, 0.738055",\
|
|
"-0.163410, -0.062216, 0.013965, 0.136476, 0.639304",\
|
|
"-0.246846, -0.145651, -0.069470, 0.053040, 0.555869",\
|
|
"-0.394861, -0.293666, -0.217485, -0.094975, 0.407854",\
|
|
"-1.005292, -0.904098, -0.827917, -0.705406, -0.202578");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004474 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.036594, -0.059369, -0.030924, 0.087737, 0.578835",\
|
|
"-0.002810, -0.025585, 0.002860, 0.121521, 0.612619",\
|
|
"-0.008033, -0.030808, -0.002363, 0.116298, 0.607396",\
|
|
"-0.054658, -0.077433, -0.048988, 0.069673, 0.560770",\
|
|
"-0.250959, -0.273734, -0.245289, -0.126628, 0.364470");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.109504, 0.086729, 0.115174, 0.233835, 0.724933",\
|
|
"0.209286, 0.186511, 0.214956, 0.333617, 0.824715",\
|
|
"0.295686, 0.272910, 0.301356, 0.420016, 0.911114",\
|
|
"0.447671, 0.424895, 0.453340, 0.572001, 1.063099",\
|
|
"1.073348, 1.050572, 1.079018, 1.197678, 1.688776");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.076233, 0.177427, 0.253608, 0.376118, 0.878946",\
|
|
"0.042449, 0.143643, 0.219824, 0.342334, 0.845162",\
|
|
"0.047672, 0.148866, 0.225047, 0.347558, 0.850385",\
|
|
"0.094297, 0.195491, 0.271672, 0.394183, 0.897010",\
|
|
"0.290598, 0.391792, 0.467973, 0.590483, 1.093311");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.052586, 0.048608, 0.124790, 0.247300, 0.750128",\
|
|
"-0.152368, -0.051174, 0.025007, 0.147518, 0.650345",\
|
|
"-0.238768, -0.137574, -0.061392, 0.061118, 0.563946",\
|
|
"-0.390752, -0.289558, -0.213377, -0.090867, 0.411961",\
|
|
"-1.016430, -0.915236, -0.839054, -0.716544, -0.213716");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004747 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.022650, -0.045426, -0.016981, 0.101680, 0.592776",\
|
|
"0.011092, -0.011684, 0.016761, 0.135422, 0.626518",\
|
|
"0.005941, -0.016834, 0.011611, 0.130271, 0.621367",\
|
|
"-0.040566, -0.063341, -0.034896, 0.083764, 0.574861",\
|
|
"-0.235808, -0.258584, -0.230138, -0.111478, 0.379618");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.124931, 0.102156, 0.130601, 0.249261, 0.740358",\
|
|
"0.224619, 0.201844, 0.230289, 0.348949, 0.840045",\
|
|
"0.310813, 0.288037, 0.316482, 0.435143, 0.926239",\
|
|
"0.462393, 0.439617, 0.468063, 0.586723, 1.077819",\
|
|
"1.086511, 1.063735, 1.092181, 1.210841, 1.701937");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.064366, 0.165560, 0.241742, 0.364253, 0.867082",\
|
|
"0.053522, 0.154716, 0.230897, 0.353408, 0.856237",\
|
|
"0.088568, 0.189762, 0.265944, 0.388454, 0.891284",\
|
|
"0.203987, 0.305181, 0.381362, 0.503873, 1.006702",\
|
|
"0.683233, 0.784427, 0.860608, 0.983119, 1.485948");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.066440, 0.034754, 0.110936, 0.233446, 0.736276",\
|
|
"-0.142320, -0.041126, 0.035056, 0.157567, 0.660396",\
|
|
"-0.197429, -0.096235, -0.020053, 0.102458, 0.605287",\
|
|
"-0.277358, -0.176164, -0.099982, 0.022528, 0.525358",\
|
|
"-0.606184, -0.504989, -0.428808, -0.306297, 0.196532");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004412 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.006146, -0.028921, -0.000476, 0.118185, 0.609282",\
|
|
"0.027590, 0.004814, 0.033260, 0.151920, 0.643018",\
|
|
"0.022244, -0.000532, 0.027914, 0.146574, 0.637672",\
|
|
"-0.024868, -0.047644, -0.019198, 0.099462, 0.590560",\
|
|
"-0.222424, -0.245200, -0.216755, -0.098094, 0.393004");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.132746, 0.109970, 0.138416, 0.257076, 0.748174",\
|
|
"0.232856, 0.210080, 0.238526, 0.357186, 0.848284",\
|
|
"0.319859, 0.297084, 0.325529, 0.444190, 0.935287",\
|
|
"0.472790, 0.450015, 0.478460, 0.597121, 1.088219",\
|
|
"1.101261, 1.078486, 1.106931, 1.225592, 1.716690");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.022680, 0.123874, 0.200055, 0.322565, 0.825393",\
|
|
"0.005249, 0.106443, 0.182625, 0.305135, 0.807963",\
|
|
"0.031882, 0.133076, 0.209257, 0.331768, 0.834596",\
|
|
"0.128061, 0.229255, 0.305436, 0.427946, 0.930774",\
|
|
"0.527833, 0.629027, 0.705208, 0.827719, 1.330547");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.088501, 0.012693, 0.088875, 0.211385, 0.714213",\
|
|
"-0.171612, -0.070418, 0.005764, 0.128274, 0.631102",\
|
|
"-0.236423, -0.135229, -0.059048, 0.063462, 0.566290",\
|
|
"-0.338202, -0.237008, -0.160827, -0.038316, 0.464512",\
|
|
"-0.755860, -0.654666, -0.578484, -0.455974, 0.046854");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004755 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.019574, -0.003202, 0.025243, 0.143904, 0.635000",\
|
|
"0.053262, 0.030486, 0.058931, 0.177592, 0.668688",\
|
|
"0.048022, 0.025246, 0.053691, 0.172352, 0.663448",\
|
|
"0.000874, -0.021902, 0.006544, 0.125204, 0.616300",\
|
|
"-0.196174, -0.218950, -0.190505, -0.071844, 0.419252");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.149971, 0.127195, 0.155640, 0.274301, 0.765397",\
|
|
"0.249771, 0.226995, 0.255441, 0.374101, 0.865197",\
|
|
"0.336318, 0.313542, 0.341987, 0.460648, 0.951744",\
|
|
"0.488441, 0.465665, 0.494111, 0.612771, 1.103867",\
|
|
"1.113992, 1.091216, 1.119661, 1.238322, 1.729418");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.014701, 0.115895, 0.192077, 0.314587, 0.817417",\
|
|
"-0.018987, 0.082207, 0.158389, 0.280899, 0.783729",\
|
|
"-0.013747, 0.087447, 0.163629, 0.286139, 0.788969",\
|
|
"0.033401, 0.134595, 0.210777, 0.333287, 0.836116",\
|
|
"0.230449, 0.331643, 0.407825, 0.530336, 1.033165");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.103396, -0.002202, 0.073979, 0.196490, 0.699319",\
|
|
"-0.203197, -0.102003, -0.025821, 0.096690, 0.599519",\
|
|
"-0.289743, -0.188549, -0.112368, 0.010143, 0.512972",\
|
|
"-0.441867, -0.340673, -0.264491, -0.141980, 0.360849",\
|
|
"-1.067417, -0.966223, -0.890042, -0.767531, -0.264702");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004621 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.064903, -0.087678, -0.059233, 0.059428, 0.550525",\
|
|
"-0.031124, -0.053899, -0.025454, 0.093206, 0.584304",\
|
|
"-0.036137, -0.058913, -0.030468, 0.088193, 0.579290",\
|
|
"-0.083087, -0.105863, -0.077417, 0.041243, 0.532341",\
|
|
"-0.279655, -0.302431, -0.273985, -0.155325, 0.335773");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.092462, 0.069687, 0.098132, 0.216793, 0.707890",\
|
|
"0.191809, 0.169034, 0.197479, 0.316140, 0.807237",\
|
|
"0.277110, 0.254335, 0.282780, 0.401441, 0.892538",\
|
|
"0.427472, 0.404696, 0.433142, 0.551802, 1.042900",\
|
|
"1.046751, 1.023975, 1.052421, 1.171081, 1.662179");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.089155, 0.190349, 0.266530, 0.389041, 0.891869",\
|
|
"0.055376, 0.156570, 0.232752, 0.355262, 0.858090",\
|
|
"0.060389, 0.161583, 0.237765, 0.360275, 0.863103",\
|
|
"0.107339, 0.208533, 0.284715, 0.407225, 0.910053",\
|
|
"0.303907, 0.405101, 0.481283, 0.603793, 1.106621");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.048136, 0.053058, 0.129240, 0.251750, 0.754578",\
|
|
"-0.147483, -0.046289, 0.029893, 0.152403, 0.655231",\
|
|
"-0.232784, -0.131590, -0.055408, 0.067102, 0.569930",\
|
|
"-0.383146, -0.281951, -0.205770, -0.083260, 0.419568",\
|
|
"-1.002424, -0.901230, -0.825049, -0.702539, -0.199710");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004258 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.002446, -0.025221, 0.003224, 0.121884, 0.612981",\
|
|
"0.031346, 0.008571, 0.037016, 0.155677, 0.646774",\
|
|
"0.026113, 0.003338, 0.031783, 0.150444, 0.641541",\
|
|
"-0.020527, -0.043303, -0.014857, 0.103803, 0.594900",\
|
|
"-0.216987, -0.239763, -0.211317, -0.092657, 0.398440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.131239, 0.108463, 0.136908, 0.255569, 0.746666",\
|
|
"0.231030, 0.208254, 0.236699, 0.355360, 0.846457",\
|
|
"0.317441, 0.294665, 0.323110, 0.441771, 0.932868",\
|
|
"0.469464, 0.446689, 0.475134, 0.593794, 1.084891",\
|
|
"1.095316, 1.072540, 1.100985, 1.219646, 1.710743");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.081396, 0.182590, 0.258771, 0.381282, 0.884110",\
|
|
"0.047603, 0.148797, 0.224979, 0.347489, 0.850318",\
|
|
"0.052836, 0.154030, 0.230212, 0.352722, 0.855551",\
|
|
"0.099477, 0.200671, 0.276852, 0.399363, 0.902191",\
|
|
"0.295937, 0.397131, 0.473312, 0.595823, 1.098651");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.054501, 0.046693, 0.122875, 0.245385, 0.748214",\
|
|
"-0.154292, -0.053098, 0.023084, 0.145594, 0.648423",\
|
|
"-0.240703, -0.139509, -0.063327, 0.059183, 0.562012",\
|
|
"-0.392726, -0.291532, -0.215351, -0.092840, 0.409988",\
|
|
"-1.018578, -0.917384, -0.841202, -0.718692, -0.215863");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004350 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.001384, -0.024159, 0.004286, 0.122946, 0.614043",\
|
|
"0.032321, 0.009546, 0.037991, 0.156651, 0.647748",\
|
|
"0.027225, 0.004449, 0.032894, 0.151555, 0.642651",\
|
|
"-0.020794, -0.043569, -0.015124, 0.103536, 0.594633",\
|
|
"-0.220768, -0.243543, -0.215098, -0.096438, 0.394659");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.134156, 0.111380, 0.139825, 0.258486, 0.749583",\
|
|
"0.233417, 0.210641, 0.239086, 0.357747, 0.848843",\
|
|
"0.318292, 0.295517, 0.323962, 0.442623, 0.933719",\
|
|
"0.468318, 0.445543, 0.473988, 0.592649, 1.083745",\
|
|
"1.086177, 1.063401, 1.091846, 1.210507, 1.701604");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.031006, 0.132200, 0.208382, 0.330892, 0.833721",\
|
|
"-0.002699, 0.098495, 0.174677, 0.297187, 0.800016",\
|
|
"0.002398, 0.103592, 0.179774, 0.302284, 0.805113",\
|
|
"0.050416, 0.151610, 0.227792, 0.350302, 0.853131",\
|
|
"0.250390, 0.351584, 0.427766, 0.550276, 1.053105");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.087427, 0.013767, 0.089948, 0.212459, 0.715288",\
|
|
"-0.186688, -0.085494, -0.009313, 0.113198, 0.616027",\
|
|
"-0.271564, -0.170370, -0.094188, 0.028322, 0.531151",\
|
|
"-0.421590, -0.320396, -0.244214, -0.121704, 0.381125",\
|
|
"-1.039448, -0.938254, -0.862073, -0.739562, -0.236733");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004429 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.041190, -0.063966, -0.035520, 0.083140, 0.574237",\
|
|
"-0.007356, -0.030132, -0.001686, 0.116974, 0.608071",\
|
|
"-0.012170, -0.034945, -0.006500, 0.112161, 0.603258",\
|
|
"-0.059754, -0.082530, -0.054084, 0.064576, 0.555673",\
|
|
"-0.258247, -0.281022, -0.252577, -0.133916, 0.357181");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.106960, 0.084185, 0.112630, 0.231291, 0.722388",\
|
|
"0.205825, 0.183049, 0.211494, 0.330155, 0.821252",\
|
|
"0.289822, 0.267047, 0.295492, 0.414153, 0.905249",\
|
|
"0.438423, 0.415647, 0.444093, 0.562753, 1.053850",\
|
|
"1.050786, 1.028010, 1.056456, 1.175116, 1.666213");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.102359, 0.203553, 0.279735, 0.402245, 0.905074",\
|
|
"0.068525, 0.169719, 0.245901, 0.368411, 0.871240",\
|
|
"0.073339, 0.174533, 0.250714, 0.373225, 0.876053",\
|
|
"0.120923, 0.222117, 0.298299, 0.420809, 0.923638",\
|
|
"0.319416, 0.420610, 0.496791, 0.619302, 1.122130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.041127, 0.060068, 0.136249, 0.258759, 0.761588",\
|
|
"-0.139991, -0.038797, 0.037385, 0.159895, 0.662724",\
|
|
"-0.223988, -0.122794, -0.046613, 0.075898, 0.578726",\
|
|
"-0.372589, -0.271395, -0.195213, -0.072703, 0.430125",\
|
|
"-0.984952, -0.883758, -0.807577, -0.685066, -0.182238");
|
|
}
|
|
|
|
} /* 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.000917 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "1.838226, 1.847209, 1.873277, 1.981407, 2.420943",\
|
|
"1.939419, 1.948402, 1.974470, 2.082600, 2.522136",\
|
|
"2.015598, 2.024581, 2.050649, 2.158779, 2.598315",\
|
|
"2.138100, 2.147084, 2.173151, 2.281281, 2.720817",\
|
|
"2.641599, 2.650582, 2.676650, 2.784780, 3.224316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.014178, 0.022920, 0.053621, 0.209307, 0.859644",\
|
|
"0.014178, 0.022920, 0.053621, 0.209307, 0.859644",\
|
|
"0.014178, 0.022920, 0.053621, 0.209307, 0.859644",\
|
|
"0.014178, 0.022920, 0.053621, 0.209307, 0.859644",\
|
|
"0.014178, 0.022920, 0.053621, 0.209307, 0.859644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "1.838994, 1.846089, 1.863598, 1.914389, 2.102894",\
|
|
"1.940187, 1.947282, 1.964790, 2.015581, 2.204087",\
|
|
"2.016366, 2.023461, 2.040969, 2.091760, 2.280266",\
|
|
"2.138868, 2.145963, 2.163471, 2.214262, 2.402768",\
|
|
"2.642350, 2.649445, 2.666953, 2.717744, 2.906249");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.014245, 0.019047, 0.032215, 0.092416, 0.347277",\
|
|
"0.014245, 0.019047, 0.032215, 0.092416, 0.347277",\
|
|
"0.014245, 0.019047, 0.032215, 0.092416, 0.347277",\
|
|
"0.014245, 0.019047, 0.032215, 0.092416, 0.347277",\
|
|
"0.014245, 0.019047, 0.032215, 0.092416, 0.347277");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "1.818463, 1.827446, 1.853514, 1.958556, 2.394275",\
|
|
"1.818463, 1.827446, 1.853514, 1.958556, 2.394275",\
|
|
"1.812790, 1.821773, 1.847841, 1.952883, 2.388602",\
|
|
"1.694121, 1.703104, 1.729172, 1.834214, 2.269933",\
|
|
"1.203694, 1.212677, 1.238745, 1.343787, 1.779506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.014178, 0.022920, 0.053621, 0.203476, 0.839817",\
|
|
"0.014178, 0.022920, 0.053621, 0.203476, 0.839817",\
|
|
"0.014178, 0.022920, 0.053621, 0.203476, 0.839817",\
|
|
"0.014178, 0.022920, 0.053621, 0.203476, 0.839817",\
|
|
"0.014178, 0.022920, 0.053621, 0.203476, 0.839817");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "1.831932, 1.839028, 1.856536, 1.906800, 2.088056",\
|
|
"1.831932, 1.839028, 1.856536, 1.906800, 2.088056",\
|
|
"1.826259, 1.833354, 1.850862, 1.901127, 2.082382",\
|
|
"1.707590, 1.714685, 1.732194, 1.782458, 1.963714",\
|
|
"1.217147, 1.224242, 1.241750, 1.292014, 1.473270");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.014245, 0.019047, 0.032215, 0.088459, 0.334909",\
|
|
"0.014245, 0.019047, 0.032215, 0.088459, 0.334909",\
|
|
"0.014245, 0.019047, 0.032215, 0.088459, 0.334909",\
|
|
"0.014245, 0.019047, 0.032215, 0.088459, 0.334909",\
|
|
"0.014245, 0.019047, 0.032215, 0.088459, 0.334909");
|
|
}
|
|
|
|
} /* 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.000924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "1.858526, 1.867509, 1.893585, 2.001748, 2.441334",\
|
|
"1.959719, 1.968702, 1.994777, 2.102940, 2.542526",\
|
|
"2.035898, 2.044881, 2.070956, 2.179119, 2.618705",\
|
|
"2.158400, 2.167383, 2.193459, 2.301622, 2.741208",\
|
|
"2.661899, 2.670882, 2.696957, 2.805120, 3.244706");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.014184, 0.022924, 0.053620, 0.209405, 0.859901",\
|
|
"0.014184, 0.022924, 0.053620, 0.209405, 0.859901",\
|
|
"0.014184, 0.022924, 0.053620, 0.209405, 0.859901",\
|
|
"0.014184, 0.022924, 0.053620, 0.209405, 0.859901",\
|
|
"0.014184, 0.022924, 0.053620, 0.209405, 0.859901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "1.852714, 1.859809, 1.877322, 1.928118, 2.116710",\
|
|
"1.953907, 1.961002, 1.978515, 2.029311, 2.217903",\
|
|
"2.030087, 2.037181, 2.054694, 2.105490, 2.294082",\
|
|
"2.152589, 2.159683, 2.177196, 2.227993, 2.416584",\
|
|
"2.656070, 2.663165, 2.680678, 2.731474, 2.920066");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.014248, 0.019048, 0.032211, 0.092491, 0.347492",\
|
|
"0.014248, 0.019048, 0.032211, 0.092491, 0.347492",\
|
|
"0.014248, 0.019048, 0.032211, 0.092491, 0.347492",\
|
|
"0.014248, 0.019048, 0.032211, 0.092491, 0.347492",\
|
|
"0.014248, 0.019048, 0.032211, 0.092491, 0.347492");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "1.840276, 1.849259, 1.875334, 1.980365, 2.416086",\
|
|
"1.840276, 1.849259, 1.875334, 1.980365, 2.416086",\
|
|
"1.834602, 1.843586, 1.869661, 1.974691, 2.410413",\
|
|
"1.715934, 1.724917, 1.750992, 1.856023, 2.291744",\
|
|
"1.225507, 1.234491, 1.260566, 1.365596, 1.801318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.014184, 0.022924, 0.053620, 0.203491, 0.839795",\
|
|
"0.014184, 0.022924, 0.053620, 0.203491, 0.839795",\
|
|
"0.014184, 0.022924, 0.053620, 0.203491, 0.839795",\
|
|
"0.014184, 0.022924, 0.053620, 0.203491, 0.839795",\
|
|
"0.014184, 0.022924, 0.053620, 0.203491, 0.839795");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "1.845902, 1.852997, 1.870509, 1.920766, 2.102020",\
|
|
"1.845902, 1.852997, 1.870509, 1.920766, 2.102020",\
|
|
"1.840228, 1.847323, 1.864836, 1.915092, 2.096346",\
|
|
"1.721560, 1.728654, 1.746167, 1.796424, 1.977677",\
|
|
"1.231116, 1.238211, 1.255723, 1.305980, 1.487233");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.014248, 0.019048, 0.032211, 0.088461, 0.334914",\
|
|
"0.014248, 0.019048, 0.032211, 0.088461, 0.334914",\
|
|
"0.014248, 0.019048, 0.032211, 0.088461, 0.334914",\
|
|
"0.014248, 0.019048, 0.032211, 0.088461, 0.334914",\
|
|
"0.014248, 0.019048, 0.032211, 0.088461, 0.334914");
|
|
}
|
|
|
|
} /* 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.000895 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "1.823281, 1.832271, 1.858343, 1.966470, 2.406024",\
|
|
"1.924474, 1.933464, 1.959536, 2.067663, 2.507217",\
|
|
"2.000653, 2.009643, 2.035715, 2.143842, 2.583396",\
|
|
"2.123155, 2.132145, 2.158217, 2.266344, 2.705898",\
|
|
"2.626654, 2.635644, 2.661716, 2.769842, 3.209397");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.014158, 0.022902, 0.053602, 0.209297, 0.859623",\
|
|
"0.014158, 0.022902, 0.053602, 0.209297, 0.859623",\
|
|
"0.014158, 0.022902, 0.053602, 0.209297, 0.859623",\
|
|
"0.014158, 0.022902, 0.053602, 0.209297, 0.859623",\
|
|
"0.014158, 0.022902, 0.053602, 0.209297, 0.859623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "1.824171, 1.831273, 1.848785, 1.899576, 2.088087",\
|
|
"1.925364, 1.932466, 1.949978, 2.000769, 2.189280",\
|
|
"2.001543, 2.008645, 2.026157, 2.076948, 2.265459",\
|
|
"2.124045, 2.131147, 2.148659, 2.199450, 2.387961",\
|
|
"2.627527, 2.634629, 2.652141, 2.702932, 2.891443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.014233, 0.019039, 0.032208, 0.092409, 0.347281",\
|
|
"0.014233, 0.019039, 0.032208, 0.092409, 0.347281",\
|
|
"0.014233, 0.019039, 0.032208, 0.092409, 0.347281",\
|
|
"0.014233, 0.019039, 0.032208, 0.092409, 0.347281",\
|
|
"0.014233, 0.019039, 0.032208, 0.092409, 0.347281");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "1.809438, 1.818429, 1.844500, 1.949539, 2.385277",\
|
|
"1.809438, 1.818429, 1.844500, 1.949539, 2.385277",\
|
|
"1.803765, 1.812755, 1.838827, 1.943865, 2.379603",\
|
|
"1.685096, 1.694086, 1.720158, 1.825196, 2.260934",\
|
|
"1.194669, 1.203660, 1.229731, 1.334770, 1.770508");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.014158, 0.022902, 0.053602, 0.203466, 0.839796",\
|
|
"0.014158, 0.022902, 0.053602, 0.203466, 0.839796",\
|
|
"0.014158, 0.022902, 0.053602, 0.203466, 0.839796",\
|
|
"0.014158, 0.022902, 0.053602, 0.203466, 0.839796",\
|
|
"0.014158, 0.022902, 0.053602, 0.203466, 0.839796");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "1.818522, 1.825624, 1.843136, 1.893401, 2.074662",\
|
|
"1.818522, 1.825624, 1.843136, 1.893401, 2.074662",\
|
|
"1.812848, 1.819950, 1.837462, 1.887728, 2.068988",\
|
|
"1.694179, 1.701282, 1.718793, 1.769059, 1.950320",\
|
|
"1.203736, 1.210838, 1.228350, 1.278615, 1.459876");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.014233, 0.019039, 0.032208, 0.088452, 0.334912",\
|
|
"0.014233, 0.019039, 0.032208, 0.088452, 0.334912",\
|
|
"0.014233, 0.019039, 0.032208, 0.088452, 0.334912",\
|
|
"0.014233, 0.019039, 0.032208, 0.088452, 0.334912",\
|
|
"0.014233, 0.019039, 0.032208, 0.088452, 0.334912");
|
|
}
|
|
|
|
} /* 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.000982 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "1.858350, 1.866429, 1.892498, 2.000663, 2.440211",\
|
|
"1.959542, 1.967622, 1.993691, 2.101856, 2.541404",\
|
|
"2.035721, 2.043801, 2.069870, 2.178035, 2.617583",\
|
|
"2.158223, 2.166303, 2.192372, 2.300537, 2.740085",\
|
|
"2.661636, 2.669715, 2.695784, 2.803949, 3.243497");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.014234, 0.022969, 0.053668, 0.209448, 0.859919",\
|
|
"0.014234, 0.022969, 0.053668, 0.209448, 0.859919",\
|
|
"0.014234, 0.022969, 0.053668, 0.209448, 0.859919",\
|
|
"0.014234, 0.022969, 0.053668, 0.209448, 0.859919",\
|
|
"0.014234, 0.022969, 0.053668, 0.209448, 0.859919");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "1.862023, 1.868339, 1.885842, 1.936638, 2.125214",\
|
|
"1.963216, 1.969532, 1.987035, 2.037831, 2.226407",\
|
|
"2.039395, 2.045711, 2.063214, 2.114010, 2.302586",\
|
|
"2.161897, 2.168213, 2.185716, 2.236512, 2.425088",\
|
|
"2.665295, 2.671611, 2.689114, 2.739910, 2.928486");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.014278, 0.019067, 0.032229, 0.092512, 0.347489",\
|
|
"0.014278, 0.019067, 0.032229, 0.092512, 0.347489",\
|
|
"0.014278, 0.019067, 0.032229, 0.092512, 0.347489",\
|
|
"0.014278, 0.019067, 0.032229, 0.092512, 0.347489",\
|
|
"0.014278, 0.019067, 0.032229, 0.092512, 0.347489");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "1.846020, 1.854986, 1.881055, 1.986088, 2.421771",\
|
|
"1.846020, 1.854986, 1.881055, 1.986088, 2.421771",\
|
|
"1.840346, 1.849312, 1.875382, 1.980414, 2.416098",\
|
|
"1.721677, 1.730644, 1.756713, 1.861745, 2.297429",\
|
|
"1.231164, 1.240130, 1.266199, 1.371232, 1.806916");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.014234, 0.022969, 0.053668, 0.203531, 0.839813",\
|
|
"0.014234, 0.022969, 0.053668, 0.203531, 0.839813",\
|
|
"0.014234, 0.022969, 0.053668, 0.203531, 0.839813",\
|
|
"0.014234, 0.022969, 0.053668, 0.203531, 0.839813",\
|
|
"0.014234, 0.022969, 0.053668, 0.203531, 0.839813");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "1.855607, 1.862683, 1.880186, 1.930440, 2.111681",\
|
|
"1.855607, 1.862683, 1.880186, 1.930440, 2.111681",\
|
|
"1.849933, 1.857009, 1.874513, 1.924767, 2.106007",\
|
|
"1.731265, 1.738341, 1.755844, 1.806098, 1.987338",\
|
|
"1.240737, 1.247813, 1.265317, 1.315571, 1.496811");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.014278, 0.019067, 0.032229, 0.088480, 0.334911",\
|
|
"0.014278, 0.019067, 0.032229, 0.088480, 0.334911",\
|
|
"0.014278, 0.019067, 0.032229, 0.088480, 0.334911",\
|
|
"0.014278, 0.019067, 0.032229, 0.088480, 0.334911",\
|
|
"0.014278, 0.019067, 0.032229, 0.088480, 0.334911");
|
|
}
|
|
|
|
} /* 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.000893 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "1.868876, 1.877852, 1.903867, 2.011658, 2.456194",\
|
|
"1.970069, 1.979045, 2.005060, 2.112851, 2.557387",\
|
|
"2.046248, 2.055224, 2.081239, 2.189030, 2.633566",\
|
|
"2.168750, 2.177726, 2.203741, 2.311532, 2.756067",\
|
|
"2.672249, 2.681225, 2.707240, 2.815031, 3.259566");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.014157, 0.022914, 0.053656, 0.208511, 0.861574",\
|
|
"0.014157, 0.022914, 0.053656, 0.208511, 0.861574",\
|
|
"0.014157, 0.022914, 0.053656, 0.208511, 0.861574",\
|
|
"0.014157, 0.022914, 0.053656, 0.208511, 0.861574",\
|
|
"0.014157, 0.022914, 0.053656, 0.208511, 0.861574");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "1.859605, 1.866693, 1.884152, 1.934889, 2.122565",\
|
|
"1.960798, 1.967886, 1.985345, 2.036082, 2.223758",\
|
|
"2.036977, 2.044065, 2.061523, 2.112261, 2.299937",\
|
|
"2.159479, 2.166567, 2.184026, 2.234763, 2.422439",\
|
|
"2.662960, 2.670049, 2.687507, 2.738244, 2.925920");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.014233, 0.019051, 0.032259, 0.091726, 0.345345",\
|
|
"0.014233, 0.019051, 0.032259, 0.091726, 0.345345",\
|
|
"0.014233, 0.019051, 0.032259, 0.091726, 0.345345",\
|
|
"0.014233, 0.019051, 0.032259, 0.091726, 0.345345",\
|
|
"0.014233, 0.019051, 0.032259, 0.091726, 0.345345");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "1.845597, 1.854573, 1.880588, 1.985700, 2.421432",\
|
|
"1.845597, 1.854573, 1.880588, 1.985700, 2.421432",\
|
|
"1.839924, 1.848899, 1.874915, 1.980027, 2.415758",\
|
|
"1.721255, 1.730230, 1.756246, 1.861358, 2.297090",\
|
|
"1.230828, 1.239804, 1.265819, 1.370931, 1.806663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.014157, 0.022914, 0.053656, 0.203453, 0.839822",\
|
|
"0.014157, 0.022914, 0.053656, 0.203453, 0.839822",\
|
|
"0.014157, 0.022914, 0.053656, 0.203453, 0.839822",\
|
|
"0.014157, 0.022914, 0.053656, 0.203453, 0.839822",\
|
|
"0.014157, 0.022914, 0.053656, 0.203453, 0.839822");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "1.851867, 1.858955, 1.876413, 1.926748, 2.108010",\
|
|
"1.851867, 1.858955, 1.876413, 1.926748, 2.108010",\
|
|
"1.846193, 1.853282, 1.870740, 1.921075, 2.102336",\
|
|
"1.727525, 1.734613, 1.752071, 1.802406, 1.983667",\
|
|
"1.237081, 1.244169, 1.261627, 1.311962, 1.493224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.014233, 0.019051, 0.032259, 0.088451, 0.334907",\
|
|
"0.014233, 0.019051, 0.032259, 0.088451, 0.334907",\
|
|
"0.014233, 0.019051, 0.032259, 0.088451, 0.334907",\
|
|
"0.014233, 0.019051, 0.032259, 0.088451, 0.334907",\
|
|
"0.014233, 0.019051, 0.032259, 0.088451, 0.334907");
|
|
}
|
|
|
|
} /* 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.001009 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "1.897752, 1.905603, 1.931661, 2.039841, 2.479350",\
|
|
"1.998945, 2.006796, 2.032855, 2.141034, 2.580543",\
|
|
"2.075124, 2.082975, 2.109034, 2.217213, 2.656722",\
|
|
"2.197625, 2.205477, 2.231535, 2.339715, 2.779224",\
|
|
"2.701124, 2.708976, 2.735034, 2.843214, 3.282723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.014258, 0.022992, 0.053695, 0.209433, 0.860010",\
|
|
"0.014258, 0.022992, 0.053695, 0.209433, 0.860010",\
|
|
"0.014258, 0.022992, 0.053695, 0.209433, 0.860010",\
|
|
"0.014258, 0.022992, 0.053695, 0.209433, 0.860010",\
|
|
"0.014258, 0.022992, 0.053695, 0.209433, 0.860010");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "1.893080, 1.899435, 1.916935, 1.967731, 2.156300",\
|
|
"1.994273, 2.000628, 2.018128, 2.068924, 2.257493",\
|
|
"2.070452, 2.076807, 2.094307, 2.145103, 2.333672",\
|
|
"2.192954, 2.199309, 2.216809, 2.267605, 2.456174",\
|
|
"2.696435, 2.702791, 2.720290, 2.771086, 2.959655");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.014293, 0.019075, 0.032242, 0.092521, 0.347464",\
|
|
"0.014293, 0.019075, 0.032242, 0.092521, 0.347464",\
|
|
"0.014293, 0.019075, 0.032242, 0.092521, 0.347464",\
|
|
"0.014293, 0.019075, 0.032242, 0.092521, 0.347464",\
|
|
"0.014293, 0.019075, 0.032242, 0.092521, 0.347464");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "1.884861, 1.893816, 1.919875, 2.024922, 2.460564",\
|
|
"1.884861, 1.893816, 1.919875, 2.024922, 2.460564",\
|
|
"1.879187, 1.888143, 1.914202, 2.019248, 2.454890",\
|
|
"1.760518, 1.769474, 1.795533, 1.900580, 2.336221",\
|
|
"1.270091, 1.279047, 1.305106, 1.410153, 1.845794");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.014258, 0.022992, 0.053695, 0.203515, 0.839904",\
|
|
"0.014258, 0.022992, 0.053695, 0.203515, 0.839904",\
|
|
"0.014258, 0.022992, 0.053695, 0.203515, 0.839904",\
|
|
"0.014258, 0.022992, 0.053695, 0.203515, 0.839904",\
|
|
"0.014258, 0.022992, 0.053695, 0.203515, 0.839904");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "1.886548, 1.893615, 1.911115, 1.961368, 2.142603",\
|
|
"1.886548, 1.893615, 1.911115, 1.961368, 2.142603",\
|
|
"1.880874, 1.887941, 1.905441, 1.955694, 2.136930",\
|
|
"1.762205, 1.769273, 1.786772, 1.837025, 2.018261",\
|
|
"1.271761, 1.278829, 1.296328, 1.346581, 1.527817");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.014293, 0.019075, 0.032242, 0.088489, 0.334888",\
|
|
"0.014293, 0.019075, 0.032242, 0.088489, 0.334888",\
|
|
"0.014293, 0.019075, 0.032242, 0.088489, 0.334888",\
|
|
"0.014293, 0.019075, 0.032242, 0.088489, 0.334888",\
|
|
"0.014293, 0.019075, 0.032242, 0.088489, 0.334888");
|
|
}
|
|
|
|
} /* 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.000926 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "1.853861, 1.862840, 1.888900, 1.997042, 2.436554",\
|
|
"1.955054, 1.964033, 1.990093, 2.098235, 2.537747",\
|
|
"2.031233, 2.040212, 2.066272, 2.174414, 2.613926",\
|
|
"2.153734, 2.162713, 2.188774, 2.296916, 2.736427",\
|
|
"2.657233, 2.666212, 2.692272, 2.800415, 3.239926");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.014185, 0.022928, 0.053633, 0.209282, 0.859721",\
|
|
"0.014185, 0.022928, 0.053633, 0.209282, 0.859721",\
|
|
"0.014185, 0.022928, 0.053633, 0.209282, 0.859721",\
|
|
"0.014185, 0.022928, 0.053633, 0.209282, 0.859721",\
|
|
"0.014185, 0.022928, 0.053633, 0.209282, 0.859721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "1.856237, 1.863329, 1.880837, 1.931627, 2.120131",\
|
|
"1.957430, 1.964523, 1.982030, 2.032820, 2.221324",\
|
|
"2.033609, 2.040701, 2.058209, 2.108999, 2.297503",\
|
|
"2.156111, 2.163203, 2.180711, 2.231501, 2.420005",\
|
|
"2.659593, 2.666685, 2.684193, 2.734983, 2.923487");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.014251, 0.019048, 0.032222, 0.092419, 0.347258",\
|
|
"0.014251, 0.019048, 0.032222, 0.092419, 0.347258",\
|
|
"0.014251, 0.019048, 0.032222, 0.092419, 0.347258",\
|
|
"0.014251, 0.019048, 0.032222, 0.092419, 0.347258",\
|
|
"0.014251, 0.019048, 0.032222, 0.092419, 0.347258");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "1.844086, 1.853064, 1.879125, 1.984179, 2.419871",\
|
|
"1.844086, 1.853064, 1.879125, 1.984179, 2.419871",\
|
|
"1.838412, 1.847391, 1.873451, 1.978505, 2.414197",\
|
|
"1.719743, 1.728722, 1.754783, 1.859836, 2.295528",\
|
|
"1.229316, 1.238295, 1.264355, 1.369409, 1.805101");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.014185, 0.022928, 0.053633, 0.203450, 0.839894",\
|
|
"0.014185, 0.022928, 0.053633, 0.203450, 0.839894",\
|
|
"0.014185, 0.022928, 0.053633, 0.203450, 0.839894",\
|
|
"0.014185, 0.022928, 0.053633, 0.203450, 0.839894",\
|
|
"0.014185, 0.022928, 0.053633, 0.203450, 0.839894");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "1.852028, 1.859120, 1.876628, 1.926892, 2.108147",\
|
|
"1.852028, 1.859120, 1.876628, 1.926892, 2.108147",\
|
|
"1.846355, 1.853447, 1.870954, 1.921219, 2.102474",\
|
|
"1.727686, 1.734778, 1.752286, 1.802550, 1.983805",\
|
|
"1.237242, 1.244334, 1.261842, 1.312106, 1.493361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.014251, 0.019048, 0.032222, 0.088462, 0.334890",\
|
|
"0.014251, 0.019048, 0.032222, 0.088462, 0.334890",\
|
|
"0.014251, 0.019048, 0.032222, 0.088462, 0.334890",\
|
|
"0.014251, 0.019048, 0.032222, 0.088462, 0.334890",\
|
|
"0.014251, 0.019048, 0.032222, 0.088462, 0.334890");
|
|
}
|
|
|
|
} /* 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.000985 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "1.841454, 1.849715, 1.875770, 1.983956, 2.423527",\
|
|
"1.942647, 1.950908, 1.976963, 2.085149, 2.524720",\
|
|
"2.018826, 2.027087, 2.053142, 2.161328, 2.600899",\
|
|
"2.141328, 2.149589, 2.175643, 2.283829, 2.723401",\
|
|
"2.644827, 2.653087, 2.679142, 2.787328, 3.226899");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.014268, 0.023000, 0.053692, 0.209422, 0.860140",\
|
|
"0.014268, 0.023000, 0.053692, 0.209422, 0.860140",\
|
|
"0.014268, 0.023000, 0.053692, 0.209422, 0.860140",\
|
|
"0.014268, 0.023000, 0.053692, 0.209422, 0.860140",\
|
|
"0.014268, 0.023000, 0.053692, 0.209422, 0.860140");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "1.839824, 1.846319, 1.863824, 1.914620, 2.103197",\
|
|
"1.941017, 1.947512, 1.965017, 2.015813, 2.204390",\
|
|
"2.017196, 2.023691, 2.041196, 2.091992, 2.280569",\
|
|
"2.139698, 2.146193, 2.163698, 2.214494, 2.403071",\
|
|
"2.643180, 2.649675, 2.667180, 2.717976, 2.906553");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.014284, 0.019065, 0.032243, 0.092513, 0.347426",\
|
|
"0.014284, 0.019065, 0.032243, 0.092513, 0.347426",\
|
|
"0.014284, 0.019065, 0.032243, 0.092513, 0.347426",\
|
|
"0.014284, 0.019065, 0.032243, 0.092513, 0.347426",\
|
|
"0.014284, 0.019065, 0.032243, 0.092513, 0.347426");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "1.823895, 1.832860, 1.858915, 1.963969, 2.399671",\
|
|
"1.823895, 1.832860, 1.858915, 1.963969, 2.399671",\
|
|
"1.818221, 1.827187, 1.853242, 1.958295, 2.393997",\
|
|
"1.699552, 1.708518, 1.734573, 1.839626, 2.275328",\
|
|
"1.209125, 1.218091, 1.244146, 1.349199, 1.784902");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.014268, 0.023000, 0.053692, 0.203505, 0.840034",\
|
|
"0.014268, 0.023000, 0.053692, 0.203505, 0.840034",\
|
|
"0.014268, 0.023000, 0.053692, 0.203505, 0.840034",\
|
|
"0.014268, 0.023000, 0.053692, 0.203505, 0.840034",\
|
|
"0.014268, 0.023000, 0.053692, 0.203505, 0.840034");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "1.834015, 1.841090, 1.858594, 1.908849, 2.090093",\
|
|
"1.834015, 1.841090, 1.858594, 1.908849, 2.090093",\
|
|
"1.828341, 1.835416, 1.852921, 1.903175, 2.084420",\
|
|
"1.709672, 1.716747, 1.734252, 1.784506, 1.965751",\
|
|
"1.219229, 1.226304, 1.243809, 1.294063, 1.475307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.014284, 0.019065, 0.032243, 0.088481, 0.334852",\
|
|
"0.014284, 0.019065, 0.032243, 0.088481, 0.334852",\
|
|
"0.014284, 0.019065, 0.032243, 0.088481, 0.334852",\
|
|
"0.014284, 0.019065, 0.032243, 0.088481, 0.334852",\
|
|
"0.014284, 0.019065, 0.032243, 0.088481, 0.334852");
|
|
}
|
|
|
|
} /* 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.001712 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "1.838492, 1.847276, 1.873391, 1.980342, 2.422344",\
|
|
"1.939685, 1.948469, 1.974584, 2.081535, 2.523537",\
|
|
"2.015864, 2.024648, 2.050763, 2.157714, 2.599716",\
|
|
"2.138366, 2.147150, 2.173265, 2.280216, 2.722219",\
|
|
"2.641864, 2.650648, 2.676763, 2.783714, 3.225716");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.014874, 0.023525, 0.054157, 0.210146, 0.865604",\
|
|
"0.014874, 0.023525, 0.054157, 0.210146, 0.865604",\
|
|
"0.014874, 0.023525, 0.054157, 0.210146, 0.865604",\
|
|
"0.014874, 0.023525, 0.054157, 0.210146, 0.865604",\
|
|
"0.014874, 0.023525, 0.054157, 0.210146, 0.865604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "1.850876, 1.857750, 1.875252, 1.926157, 2.116248",\
|
|
"1.952069, 1.958943, 1.976444, 2.027350, 2.217441",\
|
|
"2.028248, 2.035122, 2.052624, 2.103529, 2.293620",\
|
|
"2.150750, 2.157624, 2.175125, 2.226031, 2.416122",\
|
|
"2.654232, 2.661105, 2.678607, 2.729512, 2.919603");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.014649, 0.019287, 0.032352, 0.094213, 0.351712",\
|
|
"0.014649, 0.019287, 0.032352, 0.094213, 0.351712",\
|
|
"0.014649, 0.019287, 0.032352, 0.094213, 0.351712",\
|
|
"0.014649, 0.019287, 0.032352, 0.094213, 0.351712",\
|
|
"0.014649, 0.019287, 0.032352, 0.094213, 0.351712");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "1.813697, 1.822481, 1.848596, 1.953489, 2.388737",\
|
|
"1.813697, 1.822481, 1.848596, 1.953489, 2.388737",\
|
|
"1.808024, 1.816808, 1.842923, 1.947816, 2.383064",\
|
|
"1.689355, 1.698139, 1.724254, 1.829147, 2.264395",\
|
|
"1.198928, 1.207711, 1.233826, 1.338719, 1.773968");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.014874, 0.023525, 0.054157, 0.204092, 0.839959",\
|
|
"0.014874, 0.023525, 0.054157, 0.204092, 0.839959",\
|
|
"0.014874, 0.023525, 0.054157, 0.204092, 0.839959",\
|
|
"0.014874, 0.023525, 0.054157, 0.204092, 0.839959",\
|
|
"0.014874, 0.023525, 0.054157, 0.204092, 0.839959");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "1.845827, 1.852701, 1.870203, 1.920274, 2.101345",\
|
|
"1.845827, 1.852701, 1.870203, 1.920274, 2.101345",\
|
|
"1.840154, 1.847028, 1.864529, 1.914600, 2.095671",\
|
|
"1.721485, 1.728359, 1.745860, 1.795932, 1.977002",\
|
|
"1.231041, 1.237915, 1.255417, 1.305488, 1.486559");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.014649, 0.019287, 0.032352, 0.088715, 0.334874",\
|
|
"0.014649, 0.019287, 0.032352, 0.088715, 0.334874",\
|
|
"0.014649, 0.019287, 0.032352, 0.088715, 0.334874",\
|
|
"0.014649, 0.019287, 0.032352, 0.088715, 0.334874",\
|
|
"0.014649, 0.019287, 0.032352, 0.088715, 0.334874");
|
|
}
|
|
|
|
} /* 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.002971 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "1.802436, 1.810925, 1.836886, 1.943750, 2.384488",\
|
|
"1.903629, 1.912118, 1.938079, 2.044943, 2.485681",\
|
|
"1.979807, 1.988297, 2.014257, 2.121121, 2.561860",\
|
|
"2.102310, 2.110799, 2.136760, 2.243624, 2.684362",\
|
|
"2.605807, 2.614296, 2.640257, 2.747121, 3.187859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.015977, 0.024568, 0.055251, 0.210661, 0.863299",\
|
|
"0.015977, 0.024568, 0.055251, 0.210661, 0.863299",\
|
|
"0.015977, 0.024568, 0.055251, 0.210661, 0.863299",\
|
|
"0.015977, 0.024568, 0.055251, 0.210661, 0.863299",\
|
|
"0.015977, 0.024568, 0.055251, 0.210661, 0.863299");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "1.816258, 1.822785, 1.840034, 1.890918, 2.079876",\
|
|
"1.917451, 1.923978, 1.941227, 1.992111, 2.181069",\
|
|
"1.993630, 2.000157, 2.017406, 2.068290, 2.257248",\
|
|
"2.116132, 2.122659, 2.139908, 2.190792, 2.379750",\
|
|
"2.619614, 2.626141, 2.643389, 2.694273, 2.883231");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.015245, 0.019725, 0.032787, 0.093976, 0.349737",\
|
|
"0.015245, 0.019725, 0.032787, 0.093976, 0.349737",\
|
|
"0.015245, 0.019725, 0.032787, 0.093976, 0.349737",\
|
|
"0.015245, 0.019725, 0.032787, 0.093976, 0.349737",\
|
|
"0.015245, 0.019725, 0.032787, 0.093976, 0.349737");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "1.790023, 1.798512, 1.824473, 1.929416, 2.364039",\
|
|
"1.790023, 1.798512, 1.824473, 1.929416, 2.364039",\
|
|
"1.784349, 1.792839, 1.818800, 1.923742, 2.358365",\
|
|
"1.665680, 1.674170, 1.700131, 1.805073, 2.239696",\
|
|
"1.175253, 1.183742, 1.209703, 1.314646, 1.749269");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.015977, 0.024568, 0.055251, 0.205173, 0.840125",\
|
|
"0.015977, 0.024568, 0.055251, 0.205173, 0.840125",\
|
|
"0.015977, 0.024568, 0.055251, 0.205173, 0.840125",\
|
|
"0.015977, 0.024568, 0.055251, 0.205173, 0.840125",\
|
|
"0.015977, 0.024568, 0.055251, 0.205173, 0.840125");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "1.808516, 1.815044, 1.832292, 1.882370, 2.063148",\
|
|
"1.808516, 1.815044, 1.832292, 1.882370, 2.063148",\
|
|
"1.802843, 1.809370, 1.826619, 1.876696, 2.057474",\
|
|
"1.684174, 1.690701, 1.707950, 1.758028, 1.938805",\
|
|
"1.193730, 1.200258, 1.217506, 1.267584, 1.448361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.015245, 0.019725, 0.032787, 0.089120, 0.334825",\
|
|
"0.015245, 0.019725, 0.032787, 0.089120, 0.334825",\
|
|
"0.015245, 0.019725, 0.032787, 0.089120, 0.334825",\
|
|
"0.015245, 0.019725, 0.032787, 0.089120, 0.334825",\
|
|
"0.015245, 0.019725, 0.032787, 0.089120, 0.334825");
|
|
}
|
|
|
|
} /* 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.002493 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "1.816710, 1.825284, 1.851328, 1.958261, 2.399636",\
|
|
"1.917903, 1.926477, 1.952521, 2.059454, 2.500829",\
|
|
"1.994082, 2.002656, 2.028700, 2.135633, 2.577008",\
|
|
"2.116584, 2.125158, 2.151202, 2.258134, 2.699510",\
|
|
"2.620082, 2.628656, 2.654700, 2.761632, 3.203008");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.015534, 0.024134, 0.054797, 0.210662, 0.864887",\
|
|
"0.015534, 0.024134, 0.054797, 0.210662, 0.864887",\
|
|
"0.015534, 0.024134, 0.054797, 0.210662, 0.864887",\
|
|
"0.015534, 0.024134, 0.054797, 0.210662, 0.864887",\
|
|
"0.015534, 0.024134, 0.054797, 0.210662, 0.864887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "1.825369, 1.832007, 1.849368, 1.900276, 2.089936",\
|
|
"1.926562, 1.933200, 1.950561, 2.001469, 2.191128",\
|
|
"2.002741, 2.009379, 2.026740, 2.077648, 2.267307",\
|
|
"2.125243, 2.131881, 2.149242, 2.200150, 2.389809",\
|
|
"2.628724, 2.635362, 2.652724, 2.703632, 2.893291");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.015038, 0.019556, 0.032595, 0.094300, 0.351215",\
|
|
"0.015038, 0.019556, 0.032595, 0.094300, 0.351215",\
|
|
"0.015038, 0.019556, 0.032595, 0.094300, 0.351215",\
|
|
"0.015038, 0.019556, 0.032595, 0.094300, 0.351215",\
|
|
"0.015038, 0.019556, 0.032595, 0.094300, 0.351215");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "1.802676, 1.811251, 1.837295, 1.942187, 2.376988",\
|
|
"1.802676, 1.811251, 1.837295, 1.942187, 2.376988",\
|
|
"1.797003, 1.805577, 1.831621, 1.936513, 2.371315",\
|
|
"1.678334, 1.686908, 1.712953, 1.817844, 2.252646",\
|
|
"1.187906, 1.196480, 1.222525, 1.327417, 1.762218");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.015534, 0.024134, 0.054797, 0.204751, 0.839895",\
|
|
"0.015534, 0.024134, 0.054797, 0.204751, 0.839895",\
|
|
"0.015534, 0.024134, 0.054797, 0.204751, 0.839895",\
|
|
"0.015534, 0.024134, 0.054797, 0.204751, 0.839895",\
|
|
"0.015534, 0.024134, 0.054797, 0.204751, 0.839895");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "1.819328, 1.825966, 1.843327, 1.893378, 2.074263",\
|
|
"1.819328, 1.825966, 1.843327, 1.893378, 2.074263",\
|
|
"1.813654, 1.820292, 1.837654, 1.887705, 2.068590",\
|
|
"1.694985, 1.701623, 1.718985, 1.769036, 1.949921",\
|
|
"1.204541, 1.211179, 1.228541, 1.278592, 1.459477");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.015038, 0.019556, 0.032595, 0.088966, 0.334886",\
|
|
"0.015038, 0.019556, 0.032595, 0.088966, 0.334886",\
|
|
"0.015038, 0.019556, 0.032595, 0.088966, 0.334886",\
|
|
"0.015038, 0.019556, 0.032595, 0.088966, 0.334886",\
|
|
"0.015038, 0.019556, 0.032595, 0.088966, 0.334886");
|
|
}
|
|
|
|
} /* 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.002503 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "1.801044, 1.808642, 1.834661, 1.941556, 2.382799",\
|
|
"1.902237, 1.909835, 1.935854, 2.042749, 2.483992",\
|
|
"1.978416, 1.986014, 2.012033, 2.118928, 2.560171",\
|
|
"2.100918, 2.108516, 2.134535, 2.241431, 2.682674",\
|
|
"2.604331, 2.611930, 2.637948, 2.744844, 3.186087");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.015589, 0.024188, 0.054847, 0.210496, 0.864256",\
|
|
"0.015589, 0.024188, 0.054847, 0.210496, 0.864256",\
|
|
"0.015589, 0.024188, 0.054847, 0.210496, 0.864256",\
|
|
"0.015589, 0.024188, 0.054847, 0.210496, 0.864256",\
|
|
"0.015589, 0.024188, 0.054847, 0.210496, 0.864256");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "1.810144, 1.816290, 1.833635, 1.884523, 2.073927",\
|
|
"1.911337, 1.917483, 1.934828, 1.985716, 2.175121",\
|
|
"1.987516, 1.993662, 2.011007, 2.061895, 2.251299",\
|
|
"2.110018, 2.116164, 2.133509, 2.184397, 2.373801",\
|
|
"2.613417, 2.619563, 2.636908, 2.687796, 2.877200");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.015034, 0.019561, 0.032626, 0.094086, 0.350506",\
|
|
"0.015034, 0.019561, 0.032626, 0.094086, 0.350506",\
|
|
"0.015034, 0.019561, 0.032626, 0.094086, 0.350506",\
|
|
"0.015034, 0.019561, 0.032626, 0.094086, 0.350506",\
|
|
"0.015034, 0.019561, 0.032626, 0.094086, 0.350506");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "1.791210, 1.799782, 1.825801, 1.930723, 2.365597",\
|
|
"1.791210, 1.799782, 1.825801, 1.930723, 2.365597",\
|
|
"1.785537, 1.794109, 1.820127, 1.925050, 2.359924",\
|
|
"1.666868, 1.675440, 1.701458, 1.806381, 2.241255",\
|
|
"1.176356, 1.184928, 1.210946, 1.315869, 1.750743");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.015589, 0.024188, 0.054847, 0.204778, 0.840097",\
|
|
"0.015589, 0.024188, 0.054847, 0.204778, 0.840097",\
|
|
"0.015589, 0.024188, 0.054847, 0.204778, 0.840097",\
|
|
"0.015589, 0.024188, 0.054847, 0.204778, 0.840097",\
|
|
"0.015589, 0.024188, 0.054847, 0.204778, 0.840097");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "1.805331, 1.811964, 1.829308, 1.879382, 2.060269",\
|
|
"1.805331, 1.811964, 1.829308, 1.879382, 2.060269",\
|
|
"1.799658, 1.806290, 1.823634, 1.873708, 2.054595",\
|
|
"1.680989, 1.687621, 1.704966, 1.755039, 1.935927",\
|
|
"1.190463, 1.197095, 1.214439, 1.264513, 1.445400");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.015034, 0.019561, 0.032626, 0.088969, 0.334832",\
|
|
"0.015034, 0.019561, 0.032626, 0.088969, 0.334832",\
|
|
"0.015034, 0.019561, 0.032626, 0.088969, 0.334832",\
|
|
"0.015034, 0.019561, 0.032626, 0.088969, 0.334832",\
|
|
"0.015034, 0.019561, 0.032626, 0.088969, 0.334832");
|
|
}
|
|
|
|
} /* 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.002776 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "1.837010, 1.843723, 1.869724, 1.976635, 2.417817",\
|
|
"1.938203, 1.944916, 1.970917, 2.077828, 2.519010",\
|
|
"2.014382, 2.021095, 2.047096, 2.154007, 2.595189",\
|
|
"2.136884, 2.143596, 2.169598, 2.276509, 2.717691",\
|
|
"2.640382, 2.647094, 2.673096, 2.780007, 3.221189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.015827, 0.024416, 0.055071, 0.210808, 0.864594",\
|
|
"0.015827, 0.024416, 0.055071, 0.210808, 0.864594",\
|
|
"0.015827, 0.024416, 0.055071, 0.210808, 0.864594",\
|
|
"0.015827, 0.024416, 0.055071, 0.210808, 0.864594",\
|
|
"0.015827, 0.024416, 0.055071, 0.210808, 0.864594");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "1.855247, 1.860605, 1.877911, 1.928803, 2.118217",\
|
|
"1.956440, 1.961798, 1.979104, 2.029996, 2.219410",\
|
|
"2.032619, 2.037977, 2.055283, 2.106175, 2.295589",\
|
|
"2.155121, 2.160479, 2.177785, 2.228677, 2.418091",\
|
|
"2.658603, 2.663960, 2.681267, 2.732159, 2.921573");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.015155, 0.019652, 0.032706, 0.094254, 0.350710",\
|
|
"0.015155, 0.019652, 0.032706, 0.094254, 0.350710",\
|
|
"0.015155, 0.019652, 0.032706, 0.094254, 0.350710",\
|
|
"0.015155, 0.019652, 0.032706, 0.094254, 0.350710",\
|
|
"0.015155, 0.019652, 0.032706, 0.094254, 0.350710");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "1.817065, 1.825595, 1.851596, 1.956509, 2.391259",\
|
|
"1.817065, 1.825595, 1.851596, 1.956509, 2.391259",\
|
|
"1.811392, 1.819922, 1.845923, 1.950835, 2.385585",\
|
|
"1.692723, 1.701253, 1.727254, 1.832166, 2.266917",\
|
|
"1.202295, 1.210825, 1.236826, 1.341738, 1.776489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.015827, 0.024416, 0.055071, 0.205018, 0.840156",\
|
|
"0.015827, 0.024416, 0.055071, 0.205018, 0.840156",\
|
|
"0.015827, 0.024416, 0.055071, 0.205018, 0.840156",\
|
|
"0.015827, 0.024416, 0.055071, 0.205018, 0.840156",\
|
|
"0.015827, 0.024416, 0.055071, 0.205018, 0.840156");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "1.840728, 1.847304, 1.864611, 1.914664, 2.095488",\
|
|
"1.840728, 1.847304, 1.864611, 1.914664, 2.095488",\
|
|
"1.835055, 1.841631, 1.858937, 1.908990, 2.089814",\
|
|
"1.716386, 1.722962, 1.740268, 1.790321, 1.971146",\
|
|
"1.225942, 1.232518, 1.249825, 1.299878, 1.480702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.015155, 0.019652, 0.032706, 0.089057, 0.334819",\
|
|
"0.015155, 0.019652, 0.032706, 0.089057, 0.334819",\
|
|
"0.015155, 0.019652, 0.032706, 0.089057, 0.334819",\
|
|
"0.015155, 0.019652, 0.032706, 0.089057, 0.334819",\
|
|
"0.015155, 0.019652, 0.032706, 0.089057, 0.334819");
|
|
}
|
|
|
|
} /* 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.002728 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "1.806913, 1.813222, 1.839230, 1.946117, 2.387147",\
|
|
"1.908106, 1.914415, 1.940423, 2.047310, 2.488340",\
|
|
"1.984285, 1.990594, 2.016602, 2.123489, 2.564519",\
|
|
"2.106787, 2.113096, 2.139104, 2.245991, 2.687021",\
|
|
"2.610285, 2.616594, 2.642602, 2.749490, 3.190519");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.015724, 0.024322, 0.055004, 0.210668, 0.864059",\
|
|
"0.015724, 0.024322, 0.055004, 0.210668, 0.864059",\
|
|
"0.015724, 0.024322, 0.055004, 0.210668, 0.864059",\
|
|
"0.015724, 0.024322, 0.055004, 0.210668, 0.864059",\
|
|
"0.015724, 0.024322, 0.055004, 0.210668, 0.864059");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "1.819520, 1.824613, 1.841919, 1.892806, 2.082146",\
|
|
"1.920713, 1.925806, 1.943112, 1.993998, 2.183339",\
|
|
"1.996892, 2.001985, 2.019291, 2.070178, 2.259518",\
|
|
"2.119393, 2.124487, 2.141793, 2.192679, 2.382020",\
|
|
"2.622876, 2.627969, 2.645275, 2.696162, 2.885502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.015144, 0.019640, 0.032681, 0.094164, 0.350568",\
|
|
"0.015144, 0.019640, 0.032681, 0.094164, 0.350568",\
|
|
"0.015144, 0.019640, 0.032681, 0.094164, 0.350568",\
|
|
"0.015144, 0.019640, 0.032681, 0.094164, 0.350568",\
|
|
"0.015144, 0.019640, 0.032681, 0.094164, 0.350568");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "1.797855, 1.806386, 1.832394, 1.937306, 2.371973",\
|
|
"1.797855, 1.806386, 1.832394, 1.937306, 2.371973",\
|
|
"1.792182, 1.800712, 1.826721, 1.931632, 2.366300",\
|
|
"1.673513, 1.682044, 1.708052, 1.812963, 2.247631",\
|
|
"1.183086, 1.191616, 1.217625, 1.322536, 1.757203");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.015724, 0.024322, 0.055004, 0.204944, 0.839898",\
|
|
"0.015724, 0.024322, 0.055004, 0.204944, 0.839898",\
|
|
"0.015724, 0.024322, 0.055004, 0.204944, 0.839898",\
|
|
"0.015724, 0.024322, 0.055004, 0.204944, 0.839898",\
|
|
"0.015724, 0.024322, 0.055004, 0.204944, 0.839898");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "1.811614, 1.818197, 1.835503, 1.885566, 2.066395",\
|
|
"1.811614, 1.818197, 1.835503, 1.885566, 2.066395",\
|
|
"1.805940, 1.812523, 1.829829, 1.879892, 2.060721",\
|
|
"1.687271, 1.693855, 1.711161, 1.761223, 1.942052",\
|
|
"1.196828, 1.203411, 1.220717, 1.270779, 1.451609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.015144, 0.019640, 0.032681, 0.089042, 0.334890",\
|
|
"0.015144, 0.019640, 0.032681, 0.089042, 0.334890",\
|
|
"0.015144, 0.019640, 0.032681, 0.089042, 0.334890",\
|
|
"0.015144, 0.019640, 0.032681, 0.089042, 0.334890",\
|
|
"0.015144, 0.019640, 0.032681, 0.089042, 0.334890");
|
|
}
|
|
|
|
} /* 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.002875 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "1.792660, 1.799888, 1.825899, 1.932787, 2.373821",\
|
|
"1.893853, 1.901081, 1.927092, 2.033980, 2.475014",\
|
|
"1.970032, 1.977260, 2.003271, 2.110159, 2.551193",\
|
|
"2.092534, 2.099762, 2.125773, 2.232661, 2.673695",\
|
|
"2.596032, 2.603260, 2.629271, 2.736159, 3.177193");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.015843, 0.024435, 0.055113, 0.210900, 0.864239",\
|
|
"0.015843, 0.024435, 0.055113, 0.210900, 0.864239",\
|
|
"0.015843, 0.024435, 0.055113, 0.210900, 0.864239",\
|
|
"0.015843, 0.024435, 0.055113, 0.210900, 0.864239",\
|
|
"0.015843, 0.024435, 0.055113, 0.210900, 0.864239");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "1.809525, 1.815390, 1.832678, 1.883570, 2.072953",\
|
|
"1.910718, 1.916583, 1.933871, 1.984763, 2.174146",\
|
|
"1.986897, 1.992762, 2.010050, 2.060942, 2.250325",\
|
|
"2.109399, 2.115264, 2.132551, 2.183444, 2.372827",\
|
|
"2.612881, 2.618746, 2.636033, 2.686926, 2.876309");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.015214, 0.019689, 0.032714, 0.094288, 0.350810",\
|
|
"0.015214, 0.019689, 0.032714, 0.094288, 0.350810",\
|
|
"0.015214, 0.019689, 0.032714, 0.094288, 0.350810",\
|
|
"0.015214, 0.019689, 0.032714, 0.094288, 0.350810",\
|
|
"0.015214, 0.019689, 0.032714, 0.094288, 0.350810");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "1.775688, 1.784198, 1.810209, 1.915095, 2.349707",\
|
|
"1.775688, 1.784198, 1.810209, 1.915095, 2.349707",\
|
|
"1.770014, 1.778524, 1.804535, 1.909421, 2.344033",\
|
|
"1.651345, 1.659856, 1.685866, 1.790752, 2.225364",\
|
|
"1.160918, 1.169428, 1.195439, 1.300325, 1.734937");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.015843, 0.024435, 0.055113, 0.205107, 0.839799",\
|
|
"0.015843, 0.024435, 0.055113, 0.205107, 0.839799",\
|
|
"0.015843, 0.024435, 0.055113, 0.205107, 0.839799",\
|
|
"0.015843, 0.024435, 0.055113, 0.205107, 0.839799",\
|
|
"0.015843, 0.024435, 0.055113, 0.205107, 0.839799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "1.803209, 1.809763, 1.827050, 1.877098, 2.057890",\
|
|
"1.803209, 1.809763, 1.827050, 1.877098, 2.057890",\
|
|
"1.797536, 1.804089, 1.821377, 1.871424, 2.052217",\
|
|
"1.678867, 1.685420, 1.702708, 1.752756, 1.933548",\
|
|
"1.188423, 1.194977, 1.212264, 1.262312, 1.443104");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.015214, 0.019689, 0.032714, 0.089089, 0.334913",\
|
|
"0.015214, 0.019689, 0.032714, 0.089089, 0.334913",\
|
|
"0.015214, 0.019689, 0.032714, 0.089089, 0.334913",\
|
|
"0.015214, 0.019689, 0.032714, 0.089089, 0.334913",\
|
|
"0.015214, 0.019689, 0.032714, 0.089089, 0.334913");
|
|
}
|
|
|
|
} /* 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.001354 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.752424, 1.761304, 1.787421, 1.894251, 2.336011",\
|
|
"1.853617, 1.862497, 1.888614, 1.995444, 2.437204",\
|
|
"1.929796, 1.938676, 1.964793, 2.071623, 2.513383",\
|
|
"2.052298, 2.061178, 2.087295, 2.194125, 2.635885",\
|
|
"2.555796, 2.564675, 2.590792, 2.697623, 3.139382");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014556, 0.023243, 0.053893, 0.209448, 0.863516",\
|
|
"0.014556, 0.023243, 0.053893, 0.209448, 0.863516",\
|
|
"0.014556, 0.023243, 0.053893, 0.209448, 0.863516",\
|
|
"0.014556, 0.023243, 0.053893, 0.209448, 0.863516",\
|
|
"0.014556, 0.023243, 0.053893, 0.209448, 0.863516");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.774246, 1.781223, 1.798741, 1.849609, 2.039213",\
|
|
"1.875438, 1.882416, 1.899934, 1.950802, 2.140406",\
|
|
"1.951617, 1.958595, 1.976113, 2.026981, 2.216585",\
|
|
"2.074119, 2.081097, 2.098615, 2.149483, 2.339087",\
|
|
"2.577601, 2.584579, 2.602097, 2.652965, 2.842569");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014468, 0.019176, 0.032271, 0.093588, 0.350258",\
|
|
"0.014468, 0.019176, 0.032271, 0.093588, 0.350258",\
|
|
"0.014468, 0.019176, 0.032271, 0.093588, 0.350258",\
|
|
"0.014468, 0.019176, 0.032271, 0.093588, 0.350258",\
|
|
"0.014468, 0.019176, 0.032271, 0.093588, 0.350258");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.750672, 1.759552, 1.785669, 1.890595, 2.326075",\
|
|
"1.750672, 1.759552, 1.785669, 1.890595, 2.326075",\
|
|
"1.744999, 1.753878, 1.779996, 1.884921, 2.320402",\
|
|
"1.626330, 1.635210, 1.661327, 1.766253, 2.201733",\
|
|
"1.135902, 1.144782, 1.170899, 1.275825, 1.711305");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014556, 0.023243, 0.053893, 0.203851, 0.839785",\
|
|
"0.014556, 0.023243, 0.053893, 0.203851, 0.839785",\
|
|
"0.014556, 0.023243, 0.053893, 0.203851, 0.839785",\
|
|
"0.014556, 0.023243, 0.053893, 0.203851, 0.839785",\
|
|
"0.014556, 0.023243, 0.053893, 0.203851, 0.839785");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.772494, 1.779471, 1.796989, 1.847129, 2.028281",\
|
|
"1.772494, 1.779471, 1.796989, 1.847129, 2.028281",\
|
|
"1.766820, 1.773798, 1.791316, 1.841456, 2.022607",\
|
|
"1.648151, 1.655129, 1.672647, 1.722787, 1.903939",\
|
|
"1.157708, 1.164685, 1.182203, 1.232343, 1.413495");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.014468, 0.019176, 0.032271, 0.088600, 0.334914",\
|
|
"0.014468, 0.019176, 0.032271, 0.088600, 0.334914",\
|
|
"0.014468, 0.019176, 0.032271, 0.088600, 0.334914",\
|
|
"0.014468, 0.019176, 0.032271, 0.088600, 0.334914",\
|
|
"0.014468, 0.019176, 0.032271, 0.088600, 0.334914");
|
|
}
|
|
|
|
} /* 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.002263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "1.537875, 1.546479, 1.572487, 1.680897, 2.120024",\
|
|
"1.639068, 1.647672, 1.673680, 1.782090, 2.221217",\
|
|
"1.715247, 1.723851, 1.749859, 1.858269, 2.297395",\
|
|
"1.837749, 1.846353, 1.872361, 1.980771, 2.419898",\
|
|
"2.341161, 2.349766, 2.375774, 2.484183, 2.923310");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.015346, 0.023967, 0.054668, 0.211084, 0.861718",\
|
|
"0.015346, 0.023967, 0.054668, 0.211084, 0.861718",\
|
|
"0.015346, 0.023967, 0.054668, 0.211084, 0.861718",\
|
|
"0.015346, 0.023967, 0.054668, 0.211084, 0.861718",\
|
|
"0.015346, 0.023967, 0.054668, 0.211084, 0.861718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "1.572151, 1.578826, 1.596160, 1.647010, 1.835784",\
|
|
"1.673344, 1.680019, 1.697353, 1.748203, 1.936977",\
|
|
"1.749523, 1.756198, 1.773532, 1.824382, 2.013156",\
|
|
"1.872025, 1.878700, 1.896034, 1.946884, 2.135658",\
|
|
"2.375423, 2.382098, 2.399432, 2.450282, 2.639056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.014937, 0.019495, 0.032576, 0.093413, 0.348882",\
|
|
"0.014937, 0.019495, 0.032576, 0.093413, 0.348882",\
|
|
"0.014937, 0.019495, 0.032576, 0.093413, 0.348882",\
|
|
"0.014937, 0.019495, 0.032576, 0.093413, 0.348882",\
|
|
"0.014937, 0.019495, 0.032576, 0.093413, 0.348882");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "1.522545, 1.531150, 1.557157, 1.662119, 2.097081",\
|
|
"1.522545, 1.531150, 1.557157, 1.662119, 2.097081",\
|
|
"1.516871, 1.525476, 1.551484, 1.656445, 2.091408",\
|
|
"1.398203, 1.406807, 1.432815, 1.537776, 1.972739",\
|
|
"0.907690, 0.916294, 0.942302, 1.047263, 1.482226");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.015346, 0.023967, 0.054668, 0.204604, 0.839790",\
|
|
"0.015346, 0.023967, 0.054668, 0.204604, 0.839790",\
|
|
"0.015346, 0.023967, 0.054668, 0.204604, 0.839790",\
|
|
"0.015346, 0.023967, 0.054668, 0.204604, 0.839790",\
|
|
"0.015346, 0.023967, 0.054668, 0.204604, 0.839790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "1.568940, 1.575615, 1.592950, 1.643094, 1.824031",\
|
|
"1.568940, 1.575615, 1.592950, 1.643094, 1.824031",\
|
|
"1.563267, 1.569942, 1.587276, 1.637421, 1.818357",\
|
|
"1.444598, 1.451273, 1.468607, 1.518752, 1.699688",\
|
|
"0.954070, 0.960746, 0.978080, 1.028224, 1.209161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.014937, 0.019495, 0.032576, 0.088892, 0.334921",\
|
|
"0.014937, 0.019495, 0.032576, 0.088892, 0.334921",\
|
|
"0.014937, 0.019495, 0.032576, 0.088892, 0.334921",\
|
|
"0.014937, 0.019495, 0.032576, 0.088892, 0.334921",\
|
|
"0.014937, 0.019495, 0.032576, 0.088892, 0.334921");
|
|
}
|
|
|
|
} /* 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.000880 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.758543, 1.767540, 1.793618, 1.901781, 2.341393",\
|
|
"1.859736, 1.868732, 1.894811, 2.002974, 2.442585",\
|
|
"1.935915, 1.944911, 1.970990, 2.079153, 2.518764",\
|
|
"2.058417, 2.067413, 2.093492, 2.201654, 2.641266",\
|
|
"2.561829, 2.570825, 2.596904, 2.705066, 3.144678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014145, 0.022889, 0.053584, 0.209369, 0.859900",\
|
|
"0.014145, 0.022889, 0.053584, 0.209369, 0.859900",\
|
|
"0.014145, 0.022889, 0.053584, 0.209369, 0.859900",\
|
|
"0.014145, 0.022889, 0.053584, 0.209369, 0.859900",\
|
|
"0.014145, 0.022889, 0.053584, 0.209369, 0.859900");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.781065, 1.788173, 1.805693, 1.856489, 2.045094",\
|
|
"1.882258, 1.889367, 1.906886, 1.957682, 2.146287",\
|
|
"1.958437, 1.965545, 1.983065, 2.033861, 2.222466",\
|
|
"2.080939, 2.088047, 2.105567, 2.156363, 2.344968",\
|
|
"2.584337, 2.591445, 2.608965, 2.659761, 2.848366");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014225, 0.019033, 0.032198, 0.092477, 0.347490",\
|
|
"0.014225, 0.019033, 0.032198, 0.092477, 0.347490",\
|
|
"0.014225, 0.019033, 0.032198, 0.092477, 0.347490",\
|
|
"0.014225, 0.019033, 0.032198, 0.092477, 0.347490",\
|
|
"0.014225, 0.019033, 0.032198, 0.092477, 0.347490");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.752870, 1.761866, 1.787945, 1.892976, 2.328722",\
|
|
"1.752870, 1.761866, 1.787945, 1.892976, 2.328722",\
|
|
"1.747196, 1.756192, 1.782271, 1.887302, 2.323049",\
|
|
"1.628527, 1.637523, 1.663602, 1.768633, 2.204380",\
|
|
"1.138014, 1.147010, 1.173089, 1.278120, 1.713866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014145, 0.022889, 0.053584, 0.203455, 0.839794",\
|
|
"0.014145, 0.022889, 0.053584, 0.203455, 0.839794",\
|
|
"0.014145, 0.022889, 0.053584, 0.203455, 0.839794",\
|
|
"0.014145, 0.022889, 0.053584, 0.203455, 0.839794",\
|
|
"0.014145, 0.022889, 0.053584, 0.203455, 0.839794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.777945, 1.785053, 1.802573, 1.852832, 2.034096",\
|
|
"1.777945, 1.785053, 1.802573, 1.852832, 2.034096",\
|
|
"1.772271, 1.779380, 1.796900, 1.847159, 2.028423",\
|
|
"1.653602, 1.660711, 1.678231, 1.728490, 1.909754",\
|
|
"1.163075, 1.170183, 1.187703, 1.237962, 1.419226");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014225, 0.019033, 0.032198, 0.088447, 0.334912",\
|
|
"0.014225, 0.019033, 0.032198, 0.088447, 0.334912",\
|
|
"0.014225, 0.019033, 0.032198, 0.088447, 0.334912",\
|
|
"0.014225, 0.019033, 0.032198, 0.088447, 0.334912",\
|
|
"0.014225, 0.019033, 0.032198, 0.088447, 0.334912");
|
|
}
|
|
|
|
} /* 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.001787 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "1.522422, 1.531160, 1.557192, 1.665529, 2.104829",\
|
|
"1.623614, 1.632353, 1.658385, 1.766722, 2.206022",\
|
|
"1.699793, 1.708532, 1.734563, 1.842901, 2.282200",\
|
|
"1.822295, 1.831034, 1.857066, 1.965403, 2.404702",\
|
|
"2.325707, 2.334446, 2.360477, 2.468815, 2.908114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.014933, 0.023596, 0.054295, 0.210503, 0.861195",\
|
|
"0.014933, 0.023596, 0.054295, 0.210503, 0.861195",\
|
|
"0.014933, 0.023596, 0.054295, 0.210503, 0.861195",\
|
|
"0.014933, 0.023596, 0.054295, 0.210503, 0.861195",\
|
|
"0.014933, 0.023596, 0.054295, 0.210503, 0.861195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "1.558832, 1.565656, 1.583056, 1.633888, 1.822628",\
|
|
"1.660025, 1.666849, 1.684249, 1.735081, 1.923821",\
|
|
"1.736204, 1.743028, 1.760428, 1.811260, 2.000000",\
|
|
"1.858706, 1.865530, 1.882930, 1.933762, 2.122502",\
|
|
"2.362104, 2.368928, 2.386328, 2.437160, 2.625900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.014692, 0.019335, 0.032445, 0.093110, 0.348453",\
|
|
"0.014692, 0.019335, 0.032445, 0.093110, 0.348453",\
|
|
"0.014692, 0.019335, 0.032445, 0.093110, 0.348453",\
|
|
"0.014692, 0.019335, 0.032445, 0.093110, 0.348453",\
|
|
"0.014692, 0.019335, 0.032445, 0.093110, 0.348453");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "1.513469, 1.522208, 1.548239, 1.653227, 2.088451",\
|
|
"1.513469, 1.522208, 1.548239, 1.653227, 2.088451",\
|
|
"1.507796, 1.516534, 1.542566, 1.647554, 2.082778",\
|
|
"1.389127, 1.397866, 1.423897, 1.528885, 1.964109",\
|
|
"0.898613, 0.907352, 0.933383, 1.038372, 1.473595");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.014933, 0.023596, 0.054295, 0.204196, 0.839821",\
|
|
"0.014933, 0.023596, 0.054295, 0.204196, 0.839821",\
|
|
"0.014933, 0.023596, 0.054295, 0.204196, 0.839821",\
|
|
"0.014933, 0.023596, 0.054295, 0.204196, 0.839821",\
|
|
"0.014933, 0.023596, 0.054295, 0.204196, 0.839821");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "1.554824, 1.561649, 1.579048, 1.629230, 1.810279",\
|
|
"1.554824, 1.561649, 1.579048, 1.629230, 1.810279",\
|
|
"1.549150, 1.555975, 1.573375, 1.623557, 1.804606",\
|
|
"1.430482, 1.437306, 1.454706, 1.504888, 1.685937",\
|
|
"0.939954, 0.946779, 0.964178, 1.014360, 1.195409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.014692, 0.019335, 0.032445, 0.088739, 0.334916",\
|
|
"0.014692, 0.019335, 0.032445, 0.088739, 0.334916",\
|
|
"0.014692, 0.019335, 0.032445, 0.088739, 0.334916",\
|
|
"0.014692, 0.019335, 0.032445, 0.088739, 0.334916",\
|
|
"0.014692, 0.019335, 0.032445, 0.088739, 0.334916");
|
|
}
|
|
|
|
} /* 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.000880 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.767671, 1.776667, 1.802747, 1.910907, 2.350523",\
|
|
"1.868864, 1.877860, 1.903940, 2.012100, 2.451716",\
|
|
"1.945043, 1.954039, 1.980119, 2.088279, 2.527895",\
|
|
"2.067545, 2.076542, 2.102622, 2.210782, 2.650397",\
|
|
"2.570958, 2.579954, 2.606035, 2.714195, 3.153810");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014146, 0.022889, 0.053583, 0.209375, 0.859885",\
|
|
"0.014146, 0.022889, 0.053583, 0.209375, 0.859885",\
|
|
"0.014146, 0.022889, 0.053583, 0.209375, 0.859885",\
|
|
"0.014146, 0.022889, 0.053583, 0.209375, 0.859885",\
|
|
"0.014146, 0.022889, 0.053583, 0.209375, 0.859885");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.788199, 1.795308, 1.812827, 1.863623, 2.052228",\
|
|
"1.889392, 1.896500, 1.914020, 1.964816, 2.153420",\
|
|
"1.965571, 1.972679, 1.990199, 2.040995, 2.229599",\
|
|
"2.088073, 2.095181, 2.112701, 2.163497, 2.352102",\
|
|
"2.591472, 2.598580, 2.616100, 2.666896, 2.855501");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014225, 0.019033, 0.032197, 0.092477, 0.347495",\
|
|
"0.014225, 0.019033, 0.032197, 0.092477, 0.347495",\
|
|
"0.014225, 0.019033, 0.032197, 0.092477, 0.347495",\
|
|
"0.014225, 0.019033, 0.032197, 0.092477, 0.347495",\
|
|
"0.014225, 0.019033, 0.032197, 0.092477, 0.347495");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.760311, 1.769308, 1.795388, 1.900416, 2.336168",\
|
|
"1.760311, 1.769308, 1.795388, 1.900416, 2.336168",\
|
|
"1.754638, 1.763634, 1.789715, 1.894743, 2.330494",\
|
|
"1.635969, 1.644966, 1.671046, 1.776075, 2.211826",\
|
|
"1.145457, 1.154453, 1.180533, 1.285562, 1.721313");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014146, 0.022889, 0.053583, 0.203461, 0.839779",\
|
|
"0.014146, 0.022889, 0.053583, 0.203461, 0.839779",\
|
|
"0.014146, 0.022889, 0.053583, 0.203461, 0.839779",\
|
|
"0.014146, 0.022889, 0.053583, 0.203461, 0.839779",\
|
|
"0.014146, 0.022889, 0.053583, 0.203461, 0.839779");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "1.786007, 1.793116, 1.810635, 1.860894, 2.042158",\
|
|
"1.786007, 1.793116, 1.810635, 1.860894, 2.042158",\
|
|
"1.780334, 1.787442, 1.804962, 1.855221, 2.036484",\
|
|
"1.661665, 1.668774, 1.686293, 1.736552, 1.917816",\
|
|
"1.171138, 1.178247, 1.195767, 1.246025, 1.427289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.014225, 0.019033, 0.032197, 0.088447, 0.334917",\
|
|
"0.014225, 0.019033, 0.032197, 0.088447, 0.334917",\
|
|
"0.014225, 0.019033, 0.032197, 0.088447, 0.334917",\
|
|
"0.014225, 0.019033, 0.032197, 0.088447, 0.334917",\
|
|
"0.014225, 0.019033, 0.032197, 0.088447, 0.334917");
|
|
}
|
|
|
|
} /* 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.000968 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "1.773905, 1.782005, 1.808073, 1.916194, 2.355712",\
|
|
"1.875098, 1.883198, 1.909266, 2.017387, 2.456905",\
|
|
"1.951277, 1.959377, 1.985445, 2.093566, 2.533084",\
|
|
"2.073779, 2.081879, 2.107947, 2.216068, 2.655586",\
|
|
"2.577190, 2.585290, 2.611359, 2.719479, 3.158998");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.014222, 0.022959, 0.053660, 0.209374, 0.859596",\
|
|
"0.014222, 0.022959, 0.053660, 0.209374, 0.859596",\
|
|
"0.014222, 0.022959, 0.053660, 0.209374, 0.859596",\
|
|
"0.014222, 0.022959, 0.053660, 0.209374, 0.859596",\
|
|
"0.014222, 0.022959, 0.053660, 0.209374, 0.859596");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "1.794304, 1.800707, 1.818207, 1.868996, 2.057487",\
|
|
"1.895496, 1.901900, 1.919400, 1.970189, 2.158680",\
|
|
"1.971675, 1.978079, 1.995578, 2.046367, 2.234859",\
|
|
"2.094177, 2.100580, 2.118080, 2.168869, 2.357361",\
|
|
"2.597575, 2.603978, 2.621478, 2.672267, 2.860759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.014270, 0.019064, 0.032228, 0.092435, 0.347289",\
|
|
"0.014270, 0.019064, 0.032228, 0.092435, 0.347289",\
|
|
"0.014270, 0.019064, 0.032228, 0.092435, 0.347289",\
|
|
"0.014270, 0.019064, 0.032228, 0.092435, 0.347289",\
|
|
"0.014270, 0.019064, 0.032228, 0.092435, 0.347289");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "1.768654, 1.777623, 1.803692, 1.908725, 2.344429",\
|
|
"1.768654, 1.777623, 1.803692, 1.908725, 2.344429",\
|
|
"1.762980, 1.771950, 1.798018, 1.903051, 2.338756",\
|
|
"1.644311, 1.653281, 1.679349, 1.784382, 2.220087",\
|
|
"1.153798, 1.162767, 1.188836, 1.293869, 1.729573");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.014222, 0.022959, 0.053660, 0.203539, 0.839768",\
|
|
"0.014222, 0.022959, 0.053660, 0.203539, 0.839768",\
|
|
"0.014222, 0.022959, 0.053660, 0.203539, 0.839768",\
|
|
"0.014222, 0.022959, 0.053660, 0.203539, 0.839768",\
|
|
"0.014222, 0.022959, 0.053660, 0.203539, 0.839768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "1.791698, 1.798777, 1.816277, 1.866539, 2.047781",\
|
|
"1.791698, 1.798777, 1.816277, 1.866539, 2.047781",\
|
|
"1.786025, 1.793104, 1.810603, 1.860865, 2.042108",\
|
|
"1.667356, 1.674435, 1.691934, 1.742196, 1.923439",\
|
|
"1.176828, 1.183907, 1.201407, 1.251669, 1.432911");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.014270, 0.019064, 0.032228, 0.088475, 0.334920",\
|
|
"0.014270, 0.019064, 0.032228, 0.088475, 0.334920",\
|
|
"0.014270, 0.019064, 0.032228, 0.088475, 0.334920",\
|
|
"0.014270, 0.019064, 0.032228, 0.088475, 0.334920",\
|
|
"0.014270, 0.019064, 0.032228, 0.088475, 0.334920");
|
|
}
|
|
|
|
} /* 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.000909 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "1.765604, 1.774062, 1.800130, 1.908307, 2.347879",\
|
|
"1.866798, 1.875255, 1.901323, 2.009500, 2.449072",\
|
|
"1.942976, 1.951434, 1.977502, 2.085679, 2.525251",\
|
|
"2.065479, 2.073936, 2.100004, 2.208181, 2.647753",\
|
|
"2.568891, 2.577348, 2.603417, 2.711593, 3.151165");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.014170, 0.022913, 0.053613, 0.209355, 0.859992",\
|
|
"0.014170, 0.022913, 0.053613, 0.209355, 0.859992",\
|
|
"0.014170, 0.022913, 0.053613, 0.209355, 0.859992",\
|
|
"0.014170, 0.022913, 0.053613, 0.209355, 0.859992",\
|
|
"0.014170, 0.022913, 0.053613, 0.209355, 0.859992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "1.786011, 1.792660, 1.810176, 1.860971, 2.049570",\
|
|
"1.887204, 1.893853, 1.911369, 1.962164, 2.150763",\
|
|
"1.963383, 1.970032, 1.987548, 2.038343, 2.226942",\
|
|
"2.085885, 2.092534, 2.110050, 2.160845, 2.349443",\
|
|
"2.589283, 2.595931, 2.613448, 2.664243, 2.852841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.014242, 0.019041, 0.032212, 0.092487, 0.347466",\
|
|
"0.014242, 0.019041, 0.032212, 0.092487, 0.347466",\
|
|
"0.014242, 0.019041, 0.032212, 0.092487, 0.347466",\
|
|
"0.014242, 0.019041, 0.032212, 0.092487, 0.347466",\
|
|
"0.014242, 0.019041, 0.032212, 0.092487, 0.347466");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "1.757551, 1.766536, 1.792605, 1.897650, 2.333354",\
|
|
"1.757551, 1.766536, 1.792605, 1.897650, 2.333354",\
|
|
"1.751877, 1.760863, 1.786931, 1.891977, 2.327681",\
|
|
"1.633209, 1.642194, 1.668262, 1.773308, 2.209012",\
|
|
"1.142695, 1.151681, 1.177749, 1.282794, 1.718499");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.014170, 0.022913, 0.053613, 0.203440, 0.839885",\
|
|
"0.014170, 0.022913, 0.053613, 0.203440, 0.839885",\
|
|
"0.014170, 0.022913, 0.053613, 0.203440, 0.839885",\
|
|
"0.014170, 0.022913, 0.053613, 0.203440, 0.839885",\
|
|
"0.014170, 0.022913, 0.053613, 0.203440, 0.839885");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "1.783122, 1.790222, 1.807737, 1.857995, 2.039254",\
|
|
"1.783122, 1.790222, 1.807737, 1.857995, 2.039254",\
|
|
"1.777449, 1.784548, 1.802064, 1.852321, 2.033581",\
|
|
"1.658780, 1.665879, 1.683395, 1.733653, 1.914912",\
|
|
"1.168252, 1.175352, 1.192868, 1.243125, 1.424384");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.014242, 0.019041, 0.032212, 0.088456, 0.334890",\
|
|
"0.014242, 0.019041, 0.032212, 0.088456, 0.334890",\
|
|
"0.014242, 0.019041, 0.032212, 0.088456, 0.334890",\
|
|
"0.014242, 0.019041, 0.032212, 0.088456, 0.334890",\
|
|
"0.014242, 0.019041, 0.032212, 0.088456, 0.334890");
|
|
}
|
|
|
|
} /* 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.000874 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "1.782196, 1.791193, 1.817268, 1.925391, 2.364962",\
|
|
"1.883389, 1.892386, 1.918461, 2.026584, 2.466155",\
|
|
"1.959568, 1.968565, 1.994640, 2.102763, 2.542334",\
|
|
"2.082070, 2.091067, 2.117142, 2.225265, 2.664836",\
|
|
"2.585482, 2.594479, 2.620554, 2.728677, 3.168248");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.014140, 0.022885, 0.053584, 0.209288, 0.859604",\
|
|
"0.014140, 0.022885, 0.053584, 0.209288, 0.859604",\
|
|
"0.014140, 0.022885, 0.053584, 0.209288, 0.859604",\
|
|
"0.014140, 0.022885, 0.053584, 0.209288, 0.859604",\
|
|
"0.014140, 0.022885, 0.053584, 0.209288, 0.859604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "1.801457, 1.808565, 1.826080, 1.876871, 2.065388",\
|
|
"1.902650, 1.909758, 1.927273, 1.978063, 2.166581",\
|
|
"1.978829, 1.985937, 2.003452, 2.054243, 2.242760",\
|
|
"2.101330, 2.108439, 2.125954, 2.176745, 2.365262",\
|
|
"2.604728, 2.611837, 2.629352, 2.680142, 2.868660");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.014222, 0.019032, 0.032200, 0.092402, 0.347286",\
|
|
"0.014222, 0.019032, 0.032200, 0.092402, 0.347286",\
|
|
"0.014222, 0.019032, 0.032200, 0.092402, 0.347286",\
|
|
"0.014222, 0.019032, 0.032200, 0.092402, 0.347286",\
|
|
"0.014222, 0.019032, 0.032200, 0.092402, 0.347286");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "1.771220, 1.780216, 1.806291, 1.911327, 2.347082",\
|
|
"1.771220, 1.780216, 1.806291, 1.911327, 2.347082",\
|
|
"1.765546, 1.774543, 1.800618, 1.905654, 2.341409",\
|
|
"1.646878, 1.655874, 1.681949, 1.786985, 2.222740",\
|
|
"1.156364, 1.165361, 1.191436, 1.296472, 1.732227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.014140, 0.022885, 0.053584, 0.203457, 0.839777",\
|
|
"0.014140, 0.022885, 0.053584, 0.203457, 0.839777",\
|
|
"0.014140, 0.022885, 0.053584, 0.203457, 0.839777",\
|
|
"0.014140, 0.022885, 0.053584, 0.203457, 0.839777",\
|
|
"0.014140, 0.022885, 0.053584, 0.203457, 0.839777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "1.798051, 1.805160, 1.822675, 1.872941, 2.054206",\
|
|
"1.798051, 1.805160, 1.822675, 1.872941, 2.054206",\
|
|
"1.792377, 1.799486, 1.817001, 1.867268, 2.048533",\
|
|
"1.673708, 1.680817, 1.698332, 1.748599, 1.929864",\
|
|
"1.183181, 1.190290, 1.207805, 1.258071, 1.439336");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.014222, 0.019032, 0.032200, 0.088445, 0.334917",\
|
|
"0.014222, 0.019032, 0.032200, 0.088445, 0.334917",\
|
|
"0.014222, 0.019032, 0.032200, 0.088445, 0.334917",\
|
|
"0.014222, 0.019032, 0.032200, 0.088445, 0.334917",\
|
|
"0.014222, 0.019032, 0.032200, 0.088445, 0.334917");
|
|
}
|
|
|
|
} /* 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.000966 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "1.769140, 1.777231, 1.803288, 1.911474, 2.351052",\
|
|
"1.870333, 1.878424, 1.904481, 2.012666, 2.452245",\
|
|
"1.946512, 1.954603, 1.980660, 2.088845, 2.528424",\
|
|
"2.069014, 2.077105, 2.103162, 2.211347, 2.650926",\
|
|
"2.572426, 2.580517, 2.606574, 2.714759, 3.154338");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.014249, 0.022983, 0.053675, 0.209405, 0.860134",\
|
|
"0.014249, 0.022983, 0.053675, 0.209405, 0.860134",\
|
|
"0.014249, 0.022983, 0.053675, 0.209405, 0.860134",\
|
|
"0.014249, 0.022983, 0.053675, 0.209405, 0.860134",\
|
|
"0.014249, 0.022983, 0.053675, 0.209405, 0.860134");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "1.788027, 1.794380, 1.811888, 1.862683, 2.051266",\
|
|
"1.889220, 1.895573, 1.913081, 1.963876, 2.152460",\
|
|
"1.965399, 1.971752, 1.989260, 2.040055, 2.228638",\
|
|
"2.087901, 2.094254, 2.111762, 2.162557, 2.351140",\
|
|
"2.591299, 2.597651, 2.615160, 2.665955, 2.854538");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.014274, 0.019059, 0.032238, 0.092507, 0.347425",\
|
|
"0.014274, 0.019059, 0.032238, 0.092507, 0.347425",\
|
|
"0.014274, 0.019059, 0.032238, 0.092507, 0.347425",\
|
|
"0.014274, 0.019059, 0.032238, 0.092507, 0.347425",\
|
|
"0.014274, 0.019059, 0.032238, 0.092507, 0.347425");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "1.763193, 1.772164, 1.798221, 1.903274, 2.338984",\
|
|
"1.763193, 1.772164, 1.798221, 1.903274, 2.338984",\
|
|
"1.757519, 1.766490, 1.792547, 1.897600, 2.333310",\
|
|
"1.638850, 1.647821, 1.673878, 1.778931, 2.214641",\
|
|
"1.148337, 1.157308, 1.183365, 1.288418, 1.724128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.014249, 0.022983, 0.053675, 0.203488, 0.840028",\
|
|
"0.014249, 0.022983, 0.053675, 0.203488, 0.840028",\
|
|
"0.014249, 0.022983, 0.053675, 0.203488, 0.840028",\
|
|
"0.014249, 0.022983, 0.053675, 0.203488, 0.840028",\
|
|
"0.014249, 0.022983, 0.053675, 0.203488, 0.840028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "1.784928, 1.792010, 1.809518, 1.859773, 2.041022",\
|
|
"1.784928, 1.792010, 1.809518, 1.859773, 2.041022",\
|
|
"1.779255, 1.786336, 1.803844, 1.854099, 2.035349",\
|
|
"1.660586, 1.667668, 1.685176, 1.735431, 1.916680",\
|
|
"1.170058, 1.177140, 1.194648, 1.244903, 1.426152");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.014274, 0.019059, 0.032238, 0.088475, 0.334851",\
|
|
"0.014274, 0.019059, 0.032238, 0.088475, 0.334851",\
|
|
"0.014274, 0.019059, 0.032238, 0.088475, 0.334851",\
|
|
"0.014274, 0.019059, 0.032238, 0.088475, 0.334851",\
|
|
"0.014274, 0.019059, 0.032238, 0.088475, 0.334851");
|
|
}
|
|
|
|
} /* 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.001533 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "1.774272, 1.783075, 1.809092, 1.917210, 2.356370",\
|
|
"1.875465, 1.884268, 1.910285, 2.018403, 2.457563",\
|
|
"1.951644, 1.960447, 1.986464, 2.094582, 2.533742",\
|
|
"2.074146, 2.082949, 2.108966, 2.217083, 2.656244",\
|
|
"2.577558, 2.586361, 2.612379, 2.720496, 3.159656");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.014713, 0.023405, 0.054124, 0.209790, 0.859517",\
|
|
"0.014713, 0.023405, 0.054124, 0.209790, 0.859517",\
|
|
"0.014713, 0.023405, 0.054124, 0.209790, 0.859517",\
|
|
"0.014713, 0.023405, 0.054124, 0.209790, 0.859517",\
|
|
"0.014713, 0.023405, 0.054124, 0.209790, 0.859517");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "1.792215, 1.799112, 1.816519, 1.867316, 2.055601",\
|
|
"1.893409, 1.900306, 1.917712, 1.968509, 2.156794",\
|
|
"1.969587, 1.976484, 1.993891, 2.044688, 2.232973",\
|
|
"2.092090, 2.098986, 2.116393, 2.167190, 2.355475",\
|
|
"2.595488, 2.602384, 2.619791, 2.670588, 2.858873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.014561, 0.019257, 0.032403, 0.092585, 0.347181",\
|
|
"0.014561, 0.019257, 0.032403, 0.092585, 0.347181",\
|
|
"0.014561, 0.019257, 0.032403, 0.092585, 0.347181",\
|
|
"0.014561, 0.019257, 0.032403, 0.092585, 0.347181",\
|
|
"0.014561, 0.019257, 0.032403, 0.092585, 0.347181");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "1.772170, 1.780973, 1.806990, 1.912026, 2.347395",\
|
|
"1.772170, 1.780973, 1.806990, 1.912026, 2.347395",\
|
|
"1.766496, 1.775299, 1.801316, 1.906353, 2.341722",\
|
|
"1.647827, 1.656631, 1.682648, 1.787684, 2.223053",\
|
|
"1.157314, 1.166118, 1.192135, 1.297171, 1.732540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.014713, 0.023405, 0.054124, 0.203987, 0.839817",\
|
|
"0.014713, 0.023405, 0.054124, 0.203987, 0.839817",\
|
|
"0.014713, 0.023405, 0.054124, 0.203987, 0.839817",\
|
|
"0.014713, 0.023405, 0.054124, 0.203987, 0.839817",\
|
|
"0.014713, 0.023405, 0.054124, 0.203987, 0.839817");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "1.790401, 1.797298, 1.814704, 1.864943, 2.046054",\
|
|
"1.790401, 1.797298, 1.814704, 1.864943, 2.046054",\
|
|
"1.784728, 1.791625, 1.809031, 1.859270, 2.040380",\
|
|
"1.666059, 1.672956, 1.690362, 1.740601, 1.921711",\
|
|
"1.175531, 1.182428, 1.199835, 1.250074, 1.431184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.014561, 0.019257, 0.032403, 0.088657, 0.334907",\
|
|
"0.014561, 0.019257, 0.032403, 0.088657, 0.334907",\
|
|
"0.014561, 0.019257, 0.032403, 0.088657, 0.334907",\
|
|
"0.014561, 0.019257, 0.032403, 0.088657, 0.334907",\
|
|
"0.014561, 0.019257, 0.032403, 0.088657, 0.334907");
|
|
}
|
|
|
|
} /* 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.000972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.542875, 1.550953, 1.577018, 1.685191, 2.124732",\
|
|
"1.644068, 1.652146, 1.678211, 1.786384, 2.225925",\
|
|
"1.720247, 1.728325, 1.754390, 1.862563, 2.302104",\
|
|
"1.842749, 1.850827, 1.876892, 1.985065, 2.424606",\
|
|
"2.346162, 2.354239, 2.380305, 2.488478, 2.928018");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014225, 0.022962, 0.053663, 0.209418, 0.859972",\
|
|
"0.014225, 0.022962, 0.053663, 0.209418, 0.859972",\
|
|
"0.014225, 0.022962, 0.053663, 0.209418, 0.859972",\
|
|
"0.014225, 0.022962, 0.053663, 0.209418, 0.859972",\
|
|
"0.014225, 0.022962, 0.053663, 0.209418, 0.859972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.575035, 1.581364, 1.598869, 1.649664, 1.838244",\
|
|
"1.676228, 1.682557, 1.700062, 1.750857, 1.939437",\
|
|
"1.752407, 1.758735, 1.776241, 1.827036, 2.015616",\
|
|
"1.874909, 1.881238, 1.898743, 1.949538, 2.138118",\
|
|
"2.378307, 2.384635, 2.402141, 2.452936, 2.641516");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014273, 0.019063, 0.032228, 0.092509, 0.347479",\
|
|
"0.014273, 0.019063, 0.032228, 0.092509, 0.347479",\
|
|
"0.014273, 0.019063, 0.032228, 0.092509, 0.347479",\
|
|
"0.014273, 0.019063, 0.032228, 0.092509, 0.347479",\
|
|
"0.014273, 0.019063, 0.032228, 0.092509, 0.347479");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.531371, 1.540339, 1.566404, 1.671445, 2.107119",\
|
|
"1.531371, 1.540339, 1.566404, 1.671445, 2.107119",\
|
|
"1.525697, 1.534665, 1.560730, 1.665771, 2.101445",\
|
|
"1.407029, 1.415996, 1.442062, 1.547103, 1.982777",\
|
|
"0.916516, 0.925484, 0.951549, 1.056590, 1.492264");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014225, 0.022962, 0.053663, 0.203501, 0.839865",\
|
|
"0.014225, 0.022962, 0.053663, 0.203501, 0.839865",\
|
|
"0.014225, 0.022962, 0.053663, 0.203501, 0.839865",\
|
|
"0.014225, 0.022962, 0.053663, 0.203501, 0.839865",\
|
|
"0.014225, 0.022962, 0.053663, 0.203501, 0.839865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.569753, 1.576832, 1.594337, 1.644592, 1.825835",\
|
|
"1.569753, 1.576832, 1.594337, 1.644592, 1.825835",\
|
|
"1.564080, 1.571159, 1.588664, 1.638919, 1.820162",\
|
|
"1.445411, 1.452490, 1.469995, 1.520250, 1.701493",\
|
|
"0.954883, 0.961963, 0.979468, 1.029722, 1.210966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014273, 0.019063, 0.032228, 0.088477, 0.334901",\
|
|
"0.014273, 0.019063, 0.032228, 0.088477, 0.334901",\
|
|
"0.014273, 0.019063, 0.032228, 0.088477, 0.334901",\
|
|
"0.014273, 0.019063, 0.032228, 0.088477, 0.334901",\
|
|
"0.014273, 0.019063, 0.032228, 0.088477, 0.334901");
|
|
}
|
|
|
|
} /* 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.001266 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "1.756106, 1.763988, 1.790084, 1.896845, 2.338307",\
|
|
"1.857299, 1.865181, 1.891277, 1.998037, 2.439500",\
|
|
"1.933478, 1.941360, 1.967456, 2.074216, 2.515679",\
|
|
"2.055980, 2.063862, 2.089958, 2.196718, 2.638181",\
|
|
"2.559392, 2.567275, 2.593370, 2.700131, 3.141594");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.014480, 0.023182, 0.053851, 0.209046, 0.862123",\
|
|
"0.014480, 0.023182, 0.053851, 0.209046, 0.862123",\
|
|
"0.014480, 0.023182, 0.053851, 0.209046, 0.862123",\
|
|
"0.014480, 0.023182, 0.053851, 0.209046, 0.862123",\
|
|
"0.014480, 0.023182, 0.053851, 0.209046, 0.862123");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "1.778878, 1.785261, 1.802764, 1.853605, 2.042801",\
|
|
"1.880071, 1.886454, 1.903957, 1.954798, 2.143994",\
|
|
"1.956250, 1.962632, 1.980136, 2.030976, 2.220173",\
|
|
"2.078751, 2.085134, 2.102638, 2.153478, 2.342675",\
|
|
"2.582149, 2.588532, 2.606036, 2.656876, 2.846073");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.014423, 0.019153, 0.032271, 0.093192, 0.349185",\
|
|
"0.014423, 0.019153, 0.032271, 0.093192, 0.349185",\
|
|
"0.014423, 0.019153, 0.032271, 0.093192, 0.349185",\
|
|
"0.014423, 0.019153, 0.032271, 0.093192, 0.349185",\
|
|
"0.014423, 0.019153, 0.032271, 0.093192, 0.349185");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "1.753013, 1.761910, 1.788005, 1.892970, 2.328500",\
|
|
"1.753013, 1.761910, 1.788005, 1.892970, 2.328500",\
|
|
"1.747339, 1.756236, 1.782332, 1.887296, 2.322826",\
|
|
"1.628671, 1.637568, 1.663663, 1.768627, 2.204158",\
|
|
"1.138157, 1.147054, 1.173149, 1.278114, 1.713644");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.014480, 0.023182, 0.053851, 0.203779, 0.839785",\
|
|
"0.014480, 0.023182, 0.053851, 0.203779, 0.839785",\
|
|
"0.014480, 0.023182, 0.053851, 0.203779, 0.839785",\
|
|
"0.014480, 0.023182, 0.053851, 0.203779, 0.839785",\
|
|
"0.014480, 0.023182, 0.053851, 0.203779, 0.839785");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "1.776449, 1.783447, 1.800950, 1.851131, 2.032304",\
|
|
"1.776449, 1.783447, 1.800950, 1.851131, 2.032304",\
|
|
"1.770776, 1.777773, 1.795277, 1.845458, 2.026631",\
|
|
"1.652107, 1.659104, 1.676608, 1.726789, 1.907962",\
|
|
"1.161580, 1.168577, 1.186081, 1.236262, 1.417434");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.014423, 0.019153, 0.032271, 0.088571, 0.334915",\
|
|
"0.014423, 0.019153, 0.032271, 0.088571, 0.334915",\
|
|
"0.014423, 0.019153, 0.032271, 0.088571, 0.334915",\
|
|
"0.014423, 0.019153, 0.032271, 0.088571, 0.334915",\
|
|
"0.014423, 0.019153, 0.032271, 0.088571, 0.334915");
|
|
}
|
|
|
|
} /* 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.000972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.805710, 1.813778, 1.839849, 1.948012, 2.387568",\
|
|
"1.906903, 1.914971, 1.941042, 2.049205, 2.488762",\
|
|
"1.983082, 1.991150, 2.017221, 2.125384, 2.564940",\
|
|
"2.105584, 2.113652, 2.139723, 2.247886, 2.687443",\
|
|
"2.608997, 2.617065, 2.643136, 2.751299, 3.190856");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014225, 0.022961, 0.053659, 0.209446, 0.859906",\
|
|
"0.014225, 0.022961, 0.053659, 0.209446, 0.859906",\
|
|
"0.014225, 0.022961, 0.053659, 0.209446, 0.859906",\
|
|
"0.014225, 0.022961, 0.053659, 0.209446, 0.859906",\
|
|
"0.014225, 0.022961, 0.053659, 0.209446, 0.859906");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.820833, 1.827136, 1.844641, 1.895436, 2.084015",\
|
|
"1.922026, 1.928329, 1.945834, 1.996629, 2.185208",\
|
|
"1.998205, 2.004508, 2.022013, 2.072809, 2.261387",\
|
|
"2.120707, 2.127010, 2.144515, 2.195311, 2.383889",\
|
|
"2.624105, 2.630409, 2.647914, 2.698709, 2.887288");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014272, 0.019064, 0.032225, 0.092509, 0.347493",\
|
|
"0.014272, 0.019064, 0.032225, 0.092509, 0.347493",\
|
|
"0.014272, 0.019064, 0.032225, 0.092509, 0.347493",\
|
|
"0.014272, 0.019064, 0.032225, 0.092509, 0.347493",\
|
|
"0.014272, 0.019064, 0.032225, 0.092509, 0.347493");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.798220, 1.807189, 1.833260, 1.938290, 2.373984",\
|
|
"1.798220, 1.807189, 1.833260, 1.938290, 2.373984",\
|
|
"1.792546, 1.801515, 1.827587, 1.932617, 2.368310",\
|
|
"1.673877, 1.682847, 1.708918, 1.813948, 2.249641",\
|
|
"1.183365, 1.192334, 1.218405, 1.323436, 1.759129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014225, 0.022961, 0.053659, 0.203529, 0.839799",\
|
|
"0.014225, 0.022961, 0.053659, 0.203529, 0.839799",\
|
|
"0.014225, 0.022961, 0.053659, 0.203529, 0.839799",\
|
|
"0.014225, 0.022961, 0.053659, 0.203529, 0.839799",\
|
|
"0.014225, 0.022961, 0.053659, 0.203529, 0.839799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "1.816049, 1.823128, 1.840633, 1.890888, 2.072130",\
|
|
"1.816049, 1.823128, 1.840633, 1.890888, 2.072130",\
|
|
"1.810376, 1.817455, 1.834960, 1.885214, 2.066457",\
|
|
"1.691707, 1.698786, 1.716291, 1.766546, 1.947788",\
|
|
"1.201181, 1.208260, 1.225765, 1.276019, 1.457261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.014272, 0.019064, 0.032225, 0.088477, 0.334914",\
|
|
"0.014272, 0.019064, 0.032225, 0.088477, 0.334914",\
|
|
"0.014272, 0.019064, 0.032225, 0.088477, 0.334914",\
|
|
"0.014272, 0.019064, 0.032225, 0.088477, 0.334914",\
|
|
"0.014272, 0.019064, 0.032225, 0.088477, 0.334914");
|
|
}
|
|
|
|
} /* 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.000846 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.763850, 1.772855, 1.798930, 1.907056, 2.346638",\
|
|
"1.865043, 1.874048, 1.900123, 2.008249, 2.447831",\
|
|
"1.941222, 1.950227, 1.976302, 2.084428, 2.524010",\
|
|
"2.063725, 2.072729, 2.098804, 2.206931, 2.646513",\
|
|
"2.567137, 2.576141, 2.602216, 2.710343, 3.149925");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014116, 0.022864, 0.053563, 0.209255, 0.859626",\
|
|
"0.014116, 0.022864, 0.053563, 0.209255, 0.859626",\
|
|
"0.014116, 0.022864, 0.053563, 0.209255, 0.859626",\
|
|
"0.014116, 0.022864, 0.053563, 0.209255, 0.859626",\
|
|
"0.014116, 0.022864, 0.053563, 0.209255, 0.859626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.785770, 1.792888, 1.810408, 1.861198, 2.049724",\
|
|
"1.886963, 1.894081, 1.911601, 1.962391, 2.150917",\
|
|
"1.963142, 1.970260, 1.987780, 2.038570, 2.227096",\
|
|
"2.085644, 2.092762, 2.110282, 2.161072, 2.349598",\
|
|
"2.589042, 2.596160, 2.613680, 2.664470, 2.852996");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014208, 0.019023, 0.032193, 0.092393, 0.347280",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347280",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347280",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347280",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347280");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.757333, 1.766337, 1.792413, 1.897452, 2.333217",\
|
|
"1.757333, 1.766337, 1.792413, 1.897452, 2.333217",\
|
|
"1.751660, 1.760664, 1.786739, 1.891779, 2.327543",\
|
|
"1.632991, 1.641995, 1.668070, 1.773110, 2.208875",\
|
|
"1.142478, 1.151482, 1.177557, 1.282597, 1.718362");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014116, 0.022864, 0.053563, 0.203425, 0.839798",\
|
|
"0.014116, 0.022864, 0.053563, 0.203425, 0.839798",\
|
|
"0.014116, 0.022864, 0.053563, 0.203425, 0.839798",\
|
|
"0.014116, 0.022864, 0.053563, 0.203425, 0.839798",\
|
|
"0.014116, 0.022864, 0.053563, 0.203425, 0.839798");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.783815, 1.790933, 1.808453, 1.858720, 2.039993",\
|
|
"1.783815, 1.790933, 1.808453, 1.858720, 2.039993",\
|
|
"1.778142, 1.785260, 1.802779, 1.853047, 2.034319",\
|
|
"1.659473, 1.666591, 1.684110, 1.734378, 1.915650",\
|
|
"1.168945, 1.176063, 1.193583, 1.243851, 1.425123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014208, 0.019023, 0.032193, 0.088436, 0.334911",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334911",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334911",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334911",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334911");
|
|
}
|
|
|
|
} /* 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.000908 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "1.819045, 1.828033, 1.854109, 1.962273, 2.401866",\
|
|
"1.920245, 1.929233, 1.955309, 2.063473, 2.503066",\
|
|
"1.996442, 2.005430, 2.031506, 2.139670, 2.579262",\
|
|
"2.118992, 2.127980, 2.154055, 2.262220, 2.701813",\
|
|
"2.622395, 2.631382, 2.657458, 2.765623, 3.205215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.014169, 0.022911, 0.053607, 0.209386, 0.859913",\
|
|
"0.014169, 0.022911, 0.053607, 0.209386, 0.859913",\
|
|
"0.014169, 0.022911, 0.053607, 0.209386, 0.859913",\
|
|
"0.014169, 0.022911, 0.053607, 0.209386, 0.859913",\
|
|
"0.014169, 0.022911, 0.053607, 0.209386, 0.859913");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "1.840446, 1.847545, 1.865061, 1.915857, 2.104454",\
|
|
"1.941646, 1.948746, 1.966261, 2.017058, 2.205654",\
|
|
"2.017843, 2.024942, 2.042458, 2.093254, 2.281851",\
|
|
"2.140393, 2.147492, 2.165008, 2.215805, 2.404401",\
|
|
"2.643788, 2.650887, 2.668403, 2.719200, 2.907796");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.014240, 0.019042, 0.032207, 0.092486, 0.347487",\
|
|
"0.014240, 0.019042, 0.032207, 0.092486, 0.347487",\
|
|
"0.014240, 0.019042, 0.032207, 0.092486, 0.347487",\
|
|
"0.014240, 0.019042, 0.032207, 0.092486, 0.347487",\
|
|
"0.014240, 0.019042, 0.032207, 0.092486, 0.347487");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "1.815480, 1.824468, 1.850543, 1.955576, 2.391303",\
|
|
"1.815480, 1.824468, 1.850543, 1.955576, 2.391303",\
|
|
"1.809831, 1.818819, 1.844895, 1.949927, 2.385655",\
|
|
"1.691211, 1.700199, 1.726274, 1.831307, 2.267034",\
|
|
"1.200687, 1.209675, 1.235751, 1.340783, 1.776511");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.014169, 0.022911, 0.053607, 0.203472, 0.839807",\
|
|
"0.014169, 0.022911, 0.053607, 0.203472, 0.839807",\
|
|
"0.014169, 0.022911, 0.053607, 0.203472, 0.839807",\
|
|
"0.014169, 0.022911, 0.053607, 0.203472, 0.839807",\
|
|
"0.014169, 0.022911, 0.053607, 0.203472, 0.839807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "1.838630, 1.845730, 1.863245, 1.913503, 2.094761",\
|
|
"1.838630, 1.845730, 1.863245, 1.913503, 2.094761",\
|
|
"1.832982, 1.840081, 1.857597, 1.907854, 2.089112",\
|
|
"1.714361, 1.721461, 1.738976, 1.789234, 1.970492",\
|
|
"1.223831, 1.230931, 1.248446, 1.298704, 1.479962");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.014240, 0.019042, 0.032207, 0.088456, 0.334909",\
|
|
"0.014240, 0.019042, 0.032207, 0.088456, 0.334909",\
|
|
"0.014240, 0.019042, 0.032207, 0.088456, 0.334909",\
|
|
"0.014240, 0.019042, 0.032207, 0.088456, 0.334909",\
|
|
"0.014240, 0.019042, 0.032207, 0.088456, 0.334909");
|
|
}
|
|
|
|
} /* 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.000846 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.813458, 1.822462, 1.848538, 1.956663, 2.396247",\
|
|
"1.914658, 1.923662, 1.949738, 2.057864, 2.497447",\
|
|
"1.990855, 1.999859, 2.025935, 2.134060, 2.573644",\
|
|
"2.113405, 2.122409, 2.148485, 2.256611, 2.696194",\
|
|
"2.616807, 2.625812, 2.651887, 2.760013, 3.199597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014116, 0.022864, 0.053562, 0.209259, 0.859617",\
|
|
"0.014116, 0.022864, 0.053562, 0.209259, 0.859617",\
|
|
"0.014116, 0.022864, 0.053562, 0.209259, 0.859617",\
|
|
"0.014116, 0.022864, 0.053562, 0.209259, 0.859617",\
|
|
"0.014116, 0.022864, 0.053562, 0.209259, 0.859617");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.834507, 1.841625, 1.859144, 1.909935, 2.098460",\
|
|
"1.935707, 1.942825, 1.960345, 2.011135, 2.199661",\
|
|
"2.011904, 2.019022, 2.036541, 2.087331, 2.275857",\
|
|
"2.134454, 2.141572, 2.159091, 2.209882, 2.398407",\
|
|
"2.637850, 2.644968, 2.662488, 2.713278, 2.901803");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014208, 0.019023, 0.032193, 0.092393, 0.347282",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347282",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347282",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347282",\
|
|
"0.014208, 0.019023, 0.032193, 0.092393, 0.347282");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.808658, 1.817662, 1.843738, 1.948776, 2.384544",\
|
|
"1.808658, 1.817662, 1.843738, 1.948776, 2.384544",\
|
|
"1.803009, 1.812014, 1.838090, 1.943128, 2.378895",\
|
|
"1.684389, 1.693393, 1.719469, 1.824508, 2.260275",\
|
|
"1.193865, 1.202870, 1.228946, 1.333984, 1.769751");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014116, 0.022864, 0.053562, 0.203428, 0.839790",\
|
|
"0.014116, 0.022864, 0.053562, 0.203428, 0.839790",\
|
|
"0.014116, 0.022864, 0.053562, 0.203428, 0.839790",\
|
|
"0.014116, 0.022864, 0.053562, 0.203428, 0.839790",\
|
|
"0.014116, 0.022864, 0.053562, 0.203428, 0.839790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.832650, 1.839768, 1.857288, 1.907555, 2.088827",\
|
|
"1.832650, 1.839768, 1.857288, 1.907555, 2.088827",\
|
|
"1.827002, 1.834120, 1.851639, 1.901907, 2.083179",\
|
|
"1.708381, 1.715499, 1.733019, 1.783286, 1.964558",\
|
|
"1.217852, 1.224969, 1.242489, 1.292757, 1.474029");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.014208, 0.019023, 0.032193, 0.088436, 0.334913",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334913",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334913",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334913",\
|
|
"0.014208, 0.019023, 0.032193, 0.088436, 0.334913");
|
|
}
|
|
|
|
} /* 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.000891 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "1.800912, 1.809905, 1.835982, 1.944145, 2.383750",\
|
|
"1.902111, 1.911104, 1.937182, 2.045345, 2.484949",\
|
|
"1.978304, 1.987297, 2.013375, 2.121538, 2.561142",\
|
|
"2.100845, 2.109838, 2.135916, 2.244079, 2.683683",\
|
|
"2.604299, 2.613292, 2.639369, 2.747533, 3.187137");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.014155, 0.022898, 0.053593, 0.209377, 0.859903",\
|
|
"0.014155, 0.022898, 0.053593, 0.209377, 0.859903",\
|
|
"0.014155, 0.022898, 0.053593, 0.209377, 0.859903",\
|
|
"0.014155, 0.022898, 0.053593, 0.209377, 0.859903",\
|
|
"0.014155, 0.022898, 0.053593, 0.209377, 0.859903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "1.820479, 1.827584, 1.845102, 1.895898, 2.084500",\
|
|
"1.921678, 1.928783, 1.946301, 1.997097, 2.185699",\
|
|
"1.997871, 2.004976, 2.022494, 2.073291, 2.261892",\
|
|
"2.120412, 2.127517, 2.145035, 2.195832, 2.384433",\
|
|
"2.623856, 2.630961, 2.648479, 2.699275, 2.887877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.014231, 0.019036, 0.032201, 0.092481, 0.347490",\
|
|
"0.014231, 0.019036, 0.032201, 0.092481, 0.347490",\
|
|
"0.014231, 0.019036, 0.032201, 0.092481, 0.347490",\
|
|
"0.014231, 0.019036, 0.032201, 0.092481, 0.347490",\
|
|
"0.014231, 0.019036, 0.032201, 0.092481, 0.347490");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "1.788715, 1.797708, 1.823785, 1.928817, 2.364557",\
|
|
"1.788715, 1.797708, 1.823785, 1.928817, 2.364557",\
|
|
"1.783062, 1.792055, 1.818132, 1.923164, 2.358903",\
|
|
"1.664432, 1.673425, 1.699502, 1.804534, 2.240273",\
|
|
"1.173960, 1.182953, 1.209031, 1.314062, 1.749802");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.014155, 0.022898, 0.053593, 0.203463, 0.839797",\
|
|
"0.014155, 0.022898, 0.053593, 0.203463, 0.839797",\
|
|
"0.014155, 0.022898, 0.053593, 0.203463, 0.839797",\
|
|
"0.014155, 0.022898, 0.053593, 0.203463, 0.839797",\
|
|
"0.014155, 0.022898, 0.053593, 0.203463, 0.839797");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "1.815833, 1.822939, 1.840457, 1.890715, 2.071976",\
|
|
"1.815833, 1.822939, 1.840457, 1.890715, 2.071976",\
|
|
"1.810180, 1.817285, 1.834803, 1.885062, 2.066323",\
|
|
"1.691550, 1.698655, 1.716173, 1.766432, 1.947693",\
|
|
"1.201069, 1.208174, 1.225692, 1.275950, 1.457212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.014231, 0.019036, 0.032201, 0.088451, 0.334912",\
|
|
"0.014231, 0.019036, 0.032201, 0.088451, 0.334912",\
|
|
"0.014231, 0.019036, 0.032201, 0.088451, 0.334912",\
|
|
"0.014231, 0.019036, 0.032201, 0.088451, 0.334912",\
|
|
"0.014231, 0.019036, 0.032201, 0.088451, 0.334912");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.005274 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.355873, 0.333098, 0.361543, 0.480203, 0.971300",\
|
|
"0.401779, 0.379004, 0.407449, 0.526110, 1.017206",\
|
|
"0.410349, 0.387573, 0.416018, 0.534679, 1.025775",\
|
|
"0.391358, 0.368582, 0.397027, 0.515688, 1.006784",\
|
|
"0.309400, 0.286625, 0.315070, 0.433730, 0.924826");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.223710, 0.200934, 0.229380, 0.348040, 0.839136",\
|
|
"0.321317, 0.298541, 0.326987, 0.445647, 0.936743",\
|
|
"0.399802, 0.377027, 0.405472, 0.524132, 1.015229",\
|
|
"0.534784, 0.512009, 0.540454, 0.659114, 1.150211",\
|
|
"1.088122, 1.065346, 1.093792, 1.212452, 1.703548");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.107266, 0.208460, 0.284642, 0.407152, 0.909982",\
|
|
"0.061078, 0.162272, 0.238454, 0.360965, 0.863795",\
|
|
"0.052505, 0.153699, 0.229881, 0.352392, 0.855222",\
|
|
"0.071041, 0.172236, 0.248417, 0.370928, 0.873758",\
|
|
"0.151474, 0.252668, 0.328850, 0.451360, 0.954190");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.049013, 0.150207, 0.226389, 0.348899, 0.851729",\
|
|
"-0.048517, 0.052677, 0.128859, 0.251369, 0.754199",\
|
|
"-0.126425, -0.025231, 0.050951, 0.173461, 0.676291",\
|
|
"-0.260653, -0.159458, -0.083277, 0.039234, 0.542064",\
|
|
"-0.812941, -0.711747, -0.635566, -0.513055, -0.010225");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004076 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.279977, 0.257202, 0.285647, 0.404307, 0.895404",\
|
|
"0.313806, 0.291031, 0.319476, 0.438136, 0.929233",\
|
|
"0.309022, 0.286246, 0.314692, 0.433352, 0.924448",\
|
|
"0.262168, 0.239392, 0.267838, 0.386498, 0.877594",\
|
|
"0.065645, 0.042869, 0.071315, 0.189975, 0.681071");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.196045, 0.173270, 0.201715, 0.320375, 0.811472",\
|
|
"0.295252, 0.272477, 0.300922, 0.419582, 0.910678",\
|
|
"0.379519, 0.356744, 0.385189, 0.503849, 0.994946",\
|
|
"0.528796, 0.506020, 0.534466, 0.653126, 1.144222",\
|
|
"1.144128, 1.121352, 1.149798, 1.268458, 1.759554");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.003947, 0.105141, 0.181323, 0.303834, 0.806664",\
|
|
"-0.029882, 0.071312, 0.147494, 0.270005, 0.772834",\
|
|
"-0.025097, 0.076097, 0.152278, 0.274789, 0.777619",\
|
|
"0.021817, 0.123012, 0.199193, 0.321704, 0.824534",\
|
|
"0.218501, 0.319695, 0.395877, 0.518388, 1.021217");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.009288, 0.091906, 0.168088, 0.290598, 0.793428",\
|
|
"-0.108495, -0.007301, 0.068881, 0.191392, 0.694221",\
|
|
"-0.192762, -0.091568, -0.015386, 0.107125, 0.609954",\
|
|
"-0.341961, -0.240767, -0.164586, -0.042075, 0.460755",\
|
|
"-0.956983, -0.855789, -0.779608, -0.657097, -0.154267");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004091 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.416959, 0.394183, 0.422629, 0.541289, 1.032385",\
|
|
"0.450775, 0.428000, 0.456445, 0.575105, 1.066201",\
|
|
"0.445931, 0.423156, 0.451601, 0.570261, 1.061358",\
|
|
"0.399282, 0.376506, 0.404952, 0.523612, 1.014708",\
|
|
"0.203584, 0.180809, 0.209254, 0.327914, 0.819011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.280338, 0.257562, 0.286008, 0.404668, 0.895764",\
|
|
"0.379713, 0.356937, 0.385382, 0.504043, 0.995139",\
|
|
"0.464449, 0.441674, 0.470119, 0.588779, 1.079876",\
|
|
"0.614462, 0.591687, 0.620132, 0.738792, 1.229889",\
|
|
"1.232535, 1.209759, 1.238204, 1.356865, 1.847961");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.012940, 0.088254, 0.164435, 0.286946, 0.789776",\
|
|
"-0.046756, 0.054438, 0.130619, 0.253130, 0.755960",\
|
|
"-0.041913, 0.059282, 0.135463, 0.257974, 0.760804",\
|
|
"0.004640, 0.105834, 0.182015, 0.304526, 0.807356",\
|
|
"0.200073, 0.301267, 0.377449, 0.499959, 1.002789");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.011732, 0.089463, 0.165644, 0.288155, 0.790985",\
|
|
"-0.111106, -0.009912, 0.066270, 0.188780, 0.691610",\
|
|
"-0.195843, -0.094649, -0.018467, 0.104044, 0.606873",\
|
|
"-0.345730, -0.244536, -0.168354, -0.045843, 0.456987",\
|
|
"-0.963349, -0.862155, -0.785974, -0.663463, -0.160633");
|
|
}
|
|
|
|
} /* 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 : 0.000000 ;
|
|
capacitance : 0.004699 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.202649, 0.179873, 0.208318, 0.326979, 0.818075",\
|
|
"0.248764, 0.225989, 0.254434, 0.373094, 0.864191",\
|
|
"0.257194, 0.234418, 0.262863, 0.381524, 0.872620",\
|
|
"0.239509, 0.216734, 0.245179, 0.363839, 0.854936",\
|
|
"0.160560, 0.137785, 0.166230, 0.284890, 0.775987");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.243770, 0.220995, 0.249440, 0.368100, 0.859197",\
|
|
"0.341292, 0.318516, 0.346961, 0.465622, 0.956718",\
|
|
"0.419030, 0.396254, 0.424699, 0.543360, 1.034456",\
|
|
"0.552936, 0.530160, 0.558606, 0.677266, 1.168362",\
|
|
"1.104393, 1.081618, 1.110063, 1.228723, 1.719820");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.002151, 0.099043, 0.175224, 0.297735, 0.800565",\
|
|
"-0.048267, 0.052927, 0.129109, 0.251619, 0.754449",\
|
|
"-0.056696, 0.044498, 0.120679, 0.243190, 0.746020",\
|
|
"-0.039368, 0.061826, 0.138007, 0.260518, 0.763348",\
|
|
"0.038762, 0.139956, 0.216138, 0.338649, 0.841478");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.058462, 0.042732, 0.118913, 0.241423, 0.744251",\
|
|
"-0.150742, -0.049548, 0.026634, 0.149144, 0.651972",\
|
|
"-0.221636, -0.120442, -0.044260, 0.078250, 0.581078",\
|
|
"-0.339767, -0.238573, -0.162391, -0.039881, 0.462947",\
|
|
"-0.826209, -0.725015, -0.648834, -0.526323, -0.023496");
|
|
}
|
|
|
|
} /* 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.506482 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.726938 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.656435, 0.757632, 0.833819, 0.956344, 1.459604");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.098542, 0.098542, 0.098542, 0.098542, 0.098542");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.685234, 0.786431, 0.862618, 0.985143, 1.488397");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.073464, 0.073464, 0.073464, 0.073464, 0.073464");
|
|
}
|
|
|
|
} /* 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.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.654684, 0.654684, 0.649022, 0.530376, 0.039711");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.098542, 0.098542, 0.098542, 0.098542, 0.098542");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.683482, 0.683482, 0.677821, 0.559175, 0.068503");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.073464, 0.073464, 0.073464, 0.073464, 0.073464");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|