mirror of https://github.com/efabless/caravel.git
35914 lines
1.5 MiB
35914 lines
1.5 MiB
|
|
library("housekeeping.min") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Mon Apr 17 12:18:53 2023" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.8000 ;
|
|
nom_temperature : 25.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__tt_1.80v_25C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.8000 ;
|
|
temperature : 25.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__tt_1.80v_25C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 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.000981 ;
|
|
|
|
/* 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.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.432129, 0.444249, 0.478831, 0.621083, 1.210878",\
|
|
"0.521466, 0.533586, 0.568168, 0.710420, 1.300215",\
|
|
"0.580479, 0.592600, 0.627182, 0.769434, 1.359229",\
|
|
"0.650372, 0.662493, 0.697076, 0.839328, 1.429122",\
|
|
"0.938419, 0.950541, 0.985126, 1.127379, 1.717169");
|
|
}
|
|
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.020349, 0.031821, 0.072083, 0.270980, 1.114705",\
|
|
"0.020349, 0.031821, 0.072084, 0.270980, 1.114705",\
|
|
"0.020350, 0.031822, 0.072084, 0.270980, 1.114705",\
|
|
"0.020353, 0.031824, 0.072085, 0.270980, 1.114706",\
|
|
"0.020362, 0.031832, 0.072090, 0.270980, 1.114707");
|
|
}
|
|
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 ( "0.446826, 0.456521, 0.479636, 0.549702, 0.801863",\
|
|
"0.571958, 0.581653, 0.604768, 0.674835, 0.926995",\
|
|
"0.697271, 0.706966, 0.730081, 0.800148, 1.052308",\
|
|
"0.892861, 0.902556, 0.925671, 0.995738, 1.247898",\
|
|
"1.699814, 1.709508, 1.732622, 1.802688, 2.054851");
|
|
}
|
|
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.019182, 0.025466, 0.043495, 0.122194, 0.465095",\
|
|
"0.019182, 0.025466, 0.043495, 0.122194, 0.465095",\
|
|
"0.019182, 0.025466, 0.043495, 0.122194, 0.465095",\
|
|
"0.019182, 0.025466, 0.043495, 0.122194, 0.465095",\
|
|
"0.019182, 0.025466, 0.043495, 0.122194, 0.465099");
|
|
}
|
|
|
|
} /* 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.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.432129, 0.444249, 0.478831, 0.619728, 1.205032",\
|
|
"0.521466, 0.533586, 0.568168, 0.709064, 1.294368",\
|
|
"0.580479, 0.592600, 0.627182, 0.768079, 1.353382",\
|
|
"0.650372, 0.662493, 0.697076, 0.837973, 1.423275",\
|
|
"0.938419, 0.950541, 0.985126, 1.126024, 1.711322");
|
|
}
|
|
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.020349, 0.031821, 0.072083, 0.268422, 1.103622",\
|
|
"0.020349, 0.031821, 0.072084, 0.268422, 1.103622",\
|
|
"0.020350, 0.031822, 0.072084, 0.268422, 1.103622",\
|
|
"0.020353, 0.031824, 0.072085, 0.268422, 1.103623",\
|
|
"0.020362, 0.031832, 0.072090, 0.268422, 1.103624");
|
|
}
|
|
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 ( "0.446826, 0.456521, 0.479636, 0.548345, 0.795918",\
|
|
"0.571958, 0.581653, 0.604768, 0.673477, 0.921050",\
|
|
"0.697271, 0.706966, 0.730081, 0.798790, 1.046363",\
|
|
"0.892861, 0.902556, 0.925671, 0.994381, 1.241953",\
|
|
"1.699814, 1.709508, 1.732622, 1.801331, 2.048905");
|
|
}
|
|
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.019182, 0.025466, 0.043495, 0.119633, 0.453787",\
|
|
"0.019182, 0.025466, 0.043495, 0.119633, 0.453787",\
|
|
"0.019182, 0.025466, 0.043495, 0.119633, 0.453787",\
|
|
"0.019182, 0.025466, 0.043495, 0.119633, 0.453787",\
|
|
"0.019182, 0.025466, 0.043495, 0.119633, 0.453791");
|
|
}
|
|
|
|
} /* 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.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.518060, 0.530184, 0.564769, 0.707022, 1.296811",\
|
|
"0.613217, 0.625341, 0.659926, 0.802180, 1.391968",\
|
|
"0.685827, 0.697951, 0.732536, 0.874790, 1.464577",\
|
|
"0.776543, 0.788668, 0.823255, 0.965509, 1.555295",\
|
|
"1.154411, 1.166539, 1.201129, 1.343385, 1.933164");
|
|
}
|
|
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.020365, 0.031834, 0.072092, 0.270978, 1.114708",\
|
|
"0.020365, 0.031834, 0.072092, 0.270978, 1.114708",\
|
|
"0.020366, 0.031835, 0.072093, 0.270978, 1.114708",\
|
|
"0.020370, 0.031838, 0.072094, 0.270977, 1.114708",\
|
|
"0.020384, 0.031851, 0.072103, 0.270975, 1.114711");
|
|
}
|
|
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 ( "0.513315, 0.523012, 0.546132, 0.616201, 0.868352",\
|
|
"0.641486, 0.651183, 0.674303, 0.744372, 0.996523",\
|
|
"0.780126, 0.789823, 0.812943, 0.883012, 1.135163",\
|
|
"1.006958, 1.016654, 1.039773, 1.109841, 1.361995",\
|
|
"1.923358, 1.933053, 1.956169, 2.026236, 2.278395");
|
|
}
|
|
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.019179, 0.025467, 0.043493, 0.122193, 0.465070",\
|
|
"0.019179, 0.025467, 0.043493, 0.122193, 0.465070",\
|
|
"0.019180, 0.025467, 0.043493, 0.122193, 0.465071",\
|
|
"0.019180, 0.025467, 0.043493, 0.122193, 0.465076",\
|
|
"0.019181, 0.025466, 0.043494, 0.122194, 0.465091");
|
|
}
|
|
|
|
} /* 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.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.518060, 0.530184, 0.564769, 0.705667, 1.290964",\
|
|
"0.613217, 0.625341, 0.659926, 0.800824, 1.386121",\
|
|
"0.685827, 0.697951, 0.732536, 0.873435, 1.458731",\
|
|
"0.776543, 0.788668, 0.823255, 0.964154, 1.549448",\
|
|
"1.154411, 1.166539, 1.201129, 1.342030, 1.927317");
|
|
}
|
|
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.020365, 0.031834, 0.072092, 0.268422, 1.103625",\
|
|
"0.020365, 0.031834, 0.072092, 0.268422, 1.103625",\
|
|
"0.020366, 0.031835, 0.072093, 0.268421, 1.103625",\
|
|
"0.020370, 0.031838, 0.072094, 0.268421, 1.103625",\
|
|
"0.020384, 0.031851, 0.072103, 0.268419, 1.103628");
|
|
}
|
|
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 ( "0.511644, 0.521341, 0.544461, 0.613172, 0.860736",\
|
|
"0.639815, 0.649512, 0.672632, 0.741343, 0.988907",\
|
|
"0.778706, 0.788403, 0.811523, 0.880234, 1.127798",\
|
|
"1.006958, 1.016654, 1.039773, 1.108484, 1.356050",\
|
|
"1.923358, 1.933053, 1.956169, 2.024878, 2.272450");
|
|
}
|
|
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.019179, 0.025467, 0.043493, 0.119632, 0.453763",\
|
|
"0.019179, 0.025467, 0.043493, 0.119632, 0.453763",\
|
|
"0.019179, 0.025467, 0.043493, 0.119632, 0.453763",\
|
|
"0.019180, 0.025467, 0.043493, 0.119632, 0.453768",\
|
|
"0.019181, 0.025466, 0.043494, 0.119633, 0.453784");
|
|
}
|
|
|
|
} /* 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.004003 ;
|
|
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.003408 ;
|
|
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.003338 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001946 ;
|
|
|
|
/* 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.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "1.470077, 1.504061, 1.569460, 1.787932, 2.541707",\
|
|
"1.565601, 1.599585, 1.664984, 1.883456, 2.637231",\
|
|
"1.636131, 1.670115, 1.735514, 1.953986, 2.707761",\
|
|
"1.719676, 1.753661, 1.819059, 2.037531, 2.791306",\
|
|
"2.063991, 2.097975, 2.163374, 2.381846, 3.135620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.026254, 0.058883, 0.141712, 0.453880, 1.536089",\
|
|
"0.026254, 0.058883, 0.141712, 0.453880, 1.536089",\
|
|
"0.026254, 0.058883, 0.141712, 0.453880, 1.536089",\
|
|
"0.026254, 0.058883, 0.141712, 0.453880, 1.536089",\
|
|
"0.026254, 0.058883, 0.141712, 0.453880, 1.536089");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "1.579137, 1.606999, 1.653737, 1.791125, 2.255158",\
|
|
"1.674661, 1.702523, 1.749261, 1.886649, 2.350682",\
|
|
"1.745191, 1.773053, 1.819791, 1.957179, 2.421212",\
|
|
"1.828736, 1.856598, 1.903336, 2.040725, 2.504758",\
|
|
"2.173051, 2.200912, 2.247651, 2.385039, 2.849072");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.022675, 0.044244, 0.091192, 0.269343, 0.908644",\
|
|
"0.022675, 0.044244, 0.091192, 0.269343, 0.908644",\
|
|
"0.022675, 0.044244, 0.091192, 0.269343, 0.908644",\
|
|
"0.022675, 0.044244, 0.091192, 0.269343, 0.908644",\
|
|
"0.022675, 0.044244, 0.091192, 0.269343, 0.908644");
|
|
}
|
|
|
|
} /* 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.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "1.367576, 1.401549, 1.466946, 1.682564, 2.429230",\
|
|
"1.463099, 1.497073, 1.562470, 1.778088, 2.524754",\
|
|
"1.533629, 1.567603, 1.633000, 1.848618, 2.595284",\
|
|
"1.617175, 1.651148, 1.716545, 1.932163, 2.678829",\
|
|
"1.961489, 1.995463, 2.060859, 2.276478, 3.023143");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.026228, 0.058868, 0.141708, 0.448518, 1.517261",\
|
|
"0.026228, 0.058868, 0.141708, 0.448518, 1.517261",\
|
|
"0.026228, 0.058868, 0.141708, 0.448518, 1.517261",\
|
|
"0.026228, 0.058868, 0.141708, 0.448518, 1.517261",\
|
|
"0.026228, 0.058868, 0.141708, 0.448518, 1.517261");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "1.554342, 1.582210, 1.628946, 1.763437, 2.220348",\
|
|
"1.649866, 1.677734, 1.724469, 1.858961, 2.315872",\
|
|
"1.720396, 1.748263, 1.794999, 1.929491, 2.386402",\
|
|
"1.803941, 1.831809, 1.878545, 2.013036, 2.469947",\
|
|
"2.148256, 2.176123, 2.222859, 2.357350, 2.814262");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.022676, 0.044243, 0.091193, 0.263892, 0.889533",\
|
|
"0.022676, 0.044243, 0.091193, 0.263892, 0.889533",\
|
|
"0.022676, 0.044243, 0.091193, 0.263892, 0.889533",\
|
|
"0.022676, 0.044243, 0.091193, 0.263892, 0.889533",\
|
|
"0.022676, 0.044243, 0.091193, 0.263892, 0.889533");
|
|
}
|
|
|
|
} /* 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.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.762674, 0.796655, 0.862054, 1.080525, 1.834293",\
|
|
"0.858198, 0.892179, 0.957578, 1.176049, 1.929817",\
|
|
"0.928728, 0.962709, 1.028107, 1.246579, 2.000347",\
|
|
"1.012273, 1.046255, 1.111653, 1.330124, 2.083892",\
|
|
"1.356587, 1.390568, 1.455967, 1.674438, 2.428206");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.026247, 0.058879, 0.141711, 0.453881, 1.536086",\
|
|
"0.026247, 0.058879, 0.141711, 0.453881, 1.536086",\
|
|
"0.026247, 0.058879, 0.141711, 0.453881, 1.536086",\
|
|
"0.026247, 0.058879, 0.141711, 0.453881, 1.536086",\
|
|
"0.026247, 0.058879, 0.141711, 0.453881, 1.536086");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.921944, 0.949805, 0.996543, 1.133932, 1.597963",\
|
|
"1.053089, 1.080950, 1.127688, 1.265077, 1.729108",\
|
|
"1.195509, 1.223370, 1.270108, 1.407497, 1.871528",\
|
|
"1.427933, 1.455794, 1.502532, 1.639921, 2.103952",\
|
|
"2.385746, 2.413606, 2.460345, 2.597734, 3.061765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.022675, 0.044244, 0.091192, 0.269342, 0.908654",\
|
|
"0.022675, 0.044244, 0.091192, 0.269342, 0.908654",\
|
|
"0.022675, 0.044244, 0.091192, 0.269342, 0.908654",\
|
|
"0.022675, 0.044244, 0.091192, 0.269342, 0.908654",\
|
|
"0.022675, 0.044244, 0.091192, 0.269342, 0.908654");
|
|
}
|
|
|
|
} /* 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.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.748197, 0.782178, 0.847576, 1.063197, 1.809882",\
|
|
"0.843720, 0.877702, 0.943100, 1.158720, 1.905406",\
|
|
"0.914250, 0.948232, 1.013630, 1.229250, 1.975936",\
|
|
"0.997796, 1.031777, 1.097175, 1.312796, 2.059481",\
|
|
"1.342110, 1.376091, 1.441489, 1.657110, 2.403795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.026247, 0.058879, 0.141711, 0.448514, 1.517271",\
|
|
"0.026247, 0.058879, 0.141711, 0.448514, 1.517271",\
|
|
"0.026247, 0.058879, 0.141711, 0.448514, 1.517271",\
|
|
"0.026247, 0.058879, 0.141711, 0.448514, 1.517271",\
|
|
"0.026247, 0.058879, 0.141711, 0.448514, 1.517271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.917392, 0.945253, 0.991991, 1.126486, 1.583378",\
|
|
"1.048537, 1.076398, 1.123136, 1.257631, 1.714523",\
|
|
"1.190957, 1.218818, 1.265556, 1.400051, 1.856943",\
|
|
"1.423381, 1.451242, 1.497980, 1.632475, 2.089367",\
|
|
"2.381193, 2.409054, 2.455793, 2.590287, 3.047180");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.022675, 0.044244, 0.091192, 0.263878, 0.889616",\
|
|
"0.022675, 0.044244, 0.091192, 0.263878, 0.889616",\
|
|
"0.022675, 0.044244, 0.091192, 0.263878, 0.889616",\
|
|
"0.022675, 0.044244, 0.091192, 0.263878, 0.889616",\
|
|
"0.022675, 0.044244, 0.091192, 0.263878, 0.889616");
|
|
}
|
|
|
|
} /* 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.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.606758, 0.640749, 0.706149, 0.924623, 1.678414",\
|
|
"0.695795, 0.729785, 0.795186, 1.013659, 1.767450",\
|
|
"0.754880, 0.788871, 0.854271, 1.072745, 1.826537",\
|
|
"0.825175, 0.859166, 0.924567, 1.143041, 1.896834",\
|
|
"1.114876, 1.148871, 1.214272, 1.432747, 2.186548");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.026270, 0.058893, 0.141714, 0.453877, 1.536097",\
|
|
"0.026270, 0.058893, 0.141714, 0.453877, 1.536097",\
|
|
"0.026270, 0.058893, 0.141715, 0.453876, 1.536097",\
|
|
"0.026272, 0.058894, 0.141715, 0.453876, 1.536098",\
|
|
"0.026280, 0.058899, 0.141716, 0.453875, 1.536102");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.717126, 0.744992, 0.791728, 0.929115, 1.393159",\
|
|
"0.841773, 0.869639, 0.916375, 1.053762, 1.517806",\
|
|
"0.968916, 0.996782, 1.043519, 1.180905, 1.644951",\
|
|
"1.169458, 1.197325, 1.244061, 1.381447, 1.845494",\
|
|
"1.997639, 2.025504, 2.072241, 2.209627, 2.673672");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.022675, 0.044244, 0.091192, 0.269351, 0.908596",\
|
|
"0.022675, 0.044244, 0.091192, 0.269351, 0.908596",\
|
|
"0.022675, 0.044244, 0.091193, 0.269353, 0.908596",\
|
|
"0.022675, 0.044244, 0.091193, 0.269353, 0.908596",\
|
|
"0.022675, 0.044244, 0.091193, 0.269353, 0.908596");
|
|
}
|
|
|
|
} /* 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.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.592281, 0.626272, 0.691672, 0.907295, 1.654003",\
|
|
"0.681317, 0.715308, 0.780708, 0.996331, 1.743039",\
|
|
"0.740403, 0.774394, 0.839794, 1.055417, 1.802126",\
|
|
"0.810697, 0.844689, 0.910090, 1.125712, 1.872423",\
|
|
"1.100399, 1.134394, 1.199795, 1.415419, 2.162137");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.026270, 0.058893, 0.141714, 0.448510, 1.517282",\
|
|
"0.026270, 0.058893, 0.141714, 0.448510, 1.517282",\
|
|
"0.026270, 0.058893, 0.141715, 0.448510, 1.517283",\
|
|
"0.026272, 0.058894, 0.141715, 0.448509, 1.517283",\
|
|
"0.026280, 0.058899, 0.141716, 0.448508, 1.517287");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.712573, 0.740439, 0.787176, 0.921668, 1.378574",\
|
|
"0.837220, 0.865086, 0.911823, 1.046315, 1.503221",\
|
|
"0.964363, 0.992230, 1.038966, 1.173458, 1.630366",\
|
|
"1.164906, 1.192773, 1.239509, 1.374001, 1.830909",\
|
|
"1.993086, 2.020952, 2.067689, 2.202181, 2.659087");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.023267, 0.076432, 0.262171, 0.909128");
|
|
values ( "0.022675, 0.044244, 0.091192, 0.263888, 0.889546",\
|
|
"0.022675, 0.044244, 0.091192, 0.263888, 0.889546",\
|
|
"0.022675, 0.044244, 0.091192, 0.263888, 0.889546",\
|
|
"0.022675, 0.044244, 0.091192, 0.263888, 0.889546",\
|
|
"0.022675, 0.044244, 0.091192, 0.263888, 0.889556");
|
|
}
|
|
|
|
} /* 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.001279 ;
|
|
|
|
/* 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.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "1.344777, 1.357221, 1.392317, 1.535430, 2.126334",\
|
|
"1.440301, 1.452745, 1.487841, 1.630954, 2.221858",\
|
|
"1.510831, 1.523275, 1.558371, 1.701484, 2.292387",\
|
|
"1.594377, 1.606820, 1.641916, 1.785029, 2.375933",\
|
|
"1.938691, 1.951135, 1.986230, 2.129344, 2.720247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "0.022710, 0.033856, 0.073411, 0.272330, 1.120772",\
|
|
"0.022710, 0.033856, 0.073411, 0.272330, 1.120772",\
|
|
"0.022710, 0.033856, 0.073411, 0.272330, 1.120772",\
|
|
"0.022710, 0.033856, 0.073411, 0.272330, 1.120772",\
|
|
"0.022710, 0.033856, 0.073411, 0.272330, 1.120772");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "1.221655, 1.231198, 1.254295, 1.324930, 1.579439",\
|
|
"1.317179, 1.326722, 1.349818, 1.420454, 1.674963",\
|
|
"1.387709, 1.397251, 1.420348, 1.490984, 1.745493",\
|
|
"1.471255, 1.480797, 1.503894, 1.574529, 1.829039",\
|
|
"1.815569, 1.825111, 1.848208, 1.918844, 2.173353");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "0.019492, 0.025636, 0.043593, 0.123674, 0.471233",\
|
|
"0.019492, 0.025636, 0.043593, 0.123674, 0.471233",\
|
|
"0.019492, 0.025636, 0.043593, 0.123674, 0.471233",\
|
|
"0.019492, 0.025636, 0.043593, 0.123674, 0.471233",\
|
|
"0.019492, 0.025636, 0.043593, 0.123674, 0.471233");
|
|
}
|
|
|
|
} /* 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.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "1.344777, 1.357221, 1.392317, 1.533368, 2.117452",\
|
|
"1.440301, 1.452745, 1.487841, 1.628891, 2.212976",\
|
|
"1.510831, 1.523275, 1.558371, 1.699421, 2.283506",\
|
|
"1.594377, 1.606820, 1.641916, 1.782967, 2.367051",\
|
|
"1.938691, 1.951135, 1.986230, 2.127281, 2.711365");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "0.022710, 0.033856, 0.073411, 0.268445, 1.103939",\
|
|
"0.022710, 0.033856, 0.073411, 0.268445, 1.103939",\
|
|
"0.022710, 0.033856, 0.073411, 0.268445, 1.103939",\
|
|
"0.022710, 0.033856, 0.073411, 0.268445, 1.103939",\
|
|
"0.022710, 0.033856, 0.073411, 0.268445, 1.103939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "1.221655, 1.231198, 1.254295, 1.322863, 1.570402",\
|
|
"1.317179, 1.326722, 1.349818, 1.418387, 1.665926",\
|
|
"1.387709, 1.397251, 1.420348, 1.488917, 1.736456",\
|
|
"1.471255, 1.480797, 1.503894, 1.572462, 1.820001",\
|
|
"1.815569, 1.825111, 1.848208, 1.916776, 2.164316");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001279, 0.012051, 0.051279, 0.233358, 1.000000");
|
|
values ( "0.019492, 0.025636, 0.043593, 0.119777, 0.454042",\
|
|
"0.019492, 0.025636, 0.043593, 0.119777, 0.454042",\
|
|
"0.019492, 0.025636, 0.043593, 0.119777, 0.454042",\
|
|
"0.019492, 0.025636, 0.043593, 0.119777, 0.454042",\
|
|
"0.019492, 0.025636, 0.043593, 0.119777, 0.454042");
|
|
}
|
|
|
|
} /* 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.000829 ;
|
|
|
|
/* 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.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.562118, 0.574166, 0.608638, 0.750920, 1.341625",\
|
|
"0.626433, 0.638481, 0.672953, 0.815235, 1.388405",\
|
|
"0.676049, 0.688097, 0.722569, 0.864852, 1.388405",\
|
|
"0.705709, 0.717758, 0.752231, 0.894514, 1.388405",\
|
|
"0.705709, 0.717758, 0.752231, 0.894514, 1.388405");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019530, 0.031101, 0.071547, 0.271183, 1.115784",\
|
|
"0.019530, 0.031101, 0.071547, 0.271183, 1.115784",\
|
|
"0.019532, 0.031102, 0.071548, 0.271182, 1.115785",\
|
|
"0.019535, 0.031104, 0.071550, 0.271182, 1.115785",\
|
|
"0.019545, 0.031114, 0.071556, 0.271180, 1.115787");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.623955, 0.633721, 0.656854, 0.727035, 0.979792",\
|
|
"0.724524, 0.734289, 0.757423, 0.827603, 1.080361",\
|
|
"0.878424, 0.888189, 0.911323, 0.981503, 1.234260",\
|
|
"1.157880, 1.167645, 1.190779, 1.260959, 1.513716",\
|
|
"1.705751, 1.715516, 1.738650, 1.808831, 2.061588");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019089, 0.025385, 0.043423, 0.122407, 0.466455",\
|
|
"0.019089, 0.025385, 0.043423, 0.122407, 0.466455",\
|
|
"0.019089, 0.025385, 0.043423, 0.122407, 0.466455",\
|
|
"0.019089, 0.025385, 0.043423, 0.122407, 0.466454",\
|
|
"0.019089, 0.025385, 0.043423, 0.122407, 0.466453");
|
|
}
|
|
|
|
} /* 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.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.562118, 0.574166, 0.608638, 0.749422, 1.335158",\
|
|
"0.608896, 0.620948, 0.655423, 0.796210, 1.381938",\
|
|
"0.608896, 0.620948, 0.655423, 0.796210, 1.381938",\
|
|
"0.608896, 0.620948, 0.655423, 0.796210, 1.381938",\
|
|
"0.608896, 0.620948, 0.655423, 0.796210, 1.381938");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019530, 0.031101, 0.071547, 0.268355, 1.103521",\
|
|
"0.019530, 0.031101, 0.071547, 0.268355, 1.103521",\
|
|
"0.019532, 0.031102, 0.071548, 0.268355, 1.103522",\
|
|
"0.019535, 0.031104, 0.071550, 0.268355, 1.103522",\
|
|
"0.019545, 0.031114, 0.071556, 0.268353, 1.103524");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.623955, 0.633721, 0.656854, 0.725535, 0.973215",\
|
|
"0.724524, 0.734289, 0.757423, 0.826103, 1.073784",\
|
|
"0.878424, 0.888189, 0.911323, 0.980003, 1.227684",\
|
|
"1.157880, 1.167645, 1.190779, 1.259459, 1.507140",\
|
|
"1.705751, 1.715516, 1.738650, 1.807331, 2.055010");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019089, 0.025385, 0.043423, 0.119573, 0.453941",\
|
|
"0.019089, 0.025385, 0.043423, 0.119573, 0.453941",\
|
|
"0.019089, 0.025385, 0.043423, 0.119573, 0.453941",\
|
|
"0.019089, 0.025385, 0.043423, 0.119573, 0.453940",\
|
|
"0.019089, 0.025385, 0.043423, 0.119573, 0.453939");
|
|
}
|
|
|
|
} /* 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.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "1.333667, 1.345700, 1.380156, 1.522429, 2.113168",\
|
|
"1.429191, 1.441224, 1.475680, 1.617953, 2.208692",\
|
|
"1.499721, 1.511753, 1.546210, 1.688483, 2.279222",\
|
|
"1.583266, 1.595299, 1.629755, 1.772028, 2.362767",\
|
|
"1.927580, 1.939613, 1.974069, 2.116342, 2.707081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019461, 0.031041, 0.071510, 0.271193, 1.115774",\
|
|
"0.019461, 0.031041, 0.071510, 0.271193, 1.115774",\
|
|
"0.019461, 0.031041, 0.071510, 0.271193, 1.115774",\
|
|
"0.019461, 0.031041, 0.071510, 0.271193, 1.115774",\
|
|
"0.019461, 0.031041, 0.071510, 0.271193, 1.115774");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "1.460149, 1.469911, 1.493034, 1.563210, 1.815986",\
|
|
"1.555673, 1.565435, 1.588558, 1.658734, 1.911510",\
|
|
"1.626203, 1.635965, 1.659088, 1.729264, 1.982040",\
|
|
"1.709749, 1.719510, 1.742633, 1.812809, 2.065585",\
|
|
"2.054063, 2.063824, 2.086947, 2.157123, 2.409899");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019093, 0.025383, 0.043427, 0.122409, 0.466504",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466504",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466504",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466504",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466504");
|
|
}
|
|
|
|
} /* 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.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "1.250270, 1.262299, 1.296752, 1.437525, 2.023302",\
|
|
"1.345793, 1.357823, 1.392276, 1.533049, 2.118825",\
|
|
"1.416324, 1.428353, 1.462806, 1.603579, 2.189356",\
|
|
"1.499869, 1.511898, 1.546351, 1.687124, 2.272901",\
|
|
"1.844183, 1.856212, 1.890666, 2.031439, 2.617215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019446, 0.031028, 0.071501, 0.268368, 1.103509",\
|
|
"0.019446, 0.031028, 0.071501, 0.268368, 1.103509",\
|
|
"0.019446, 0.031028, 0.071501, 0.268368, 1.103509",\
|
|
"0.019446, 0.031028, 0.071501, 0.268368, 1.103509",\
|
|
"0.019446, 0.031028, 0.071501, 0.268368, 1.103509");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "1.413083, 1.422848, 1.445981, 1.514661, 1.762343",\
|
|
"1.508607, 1.518372, 1.541505, 1.610185, 1.857867",\
|
|
"1.579137, 1.588902, 1.612035, 1.680715, 1.928397",\
|
|
"1.662682, 1.672447, 1.695580, 1.764260, 2.011942",\
|
|
"2.006996, 2.016762, 2.039894, 2.108574, 2.356256");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019089, 0.025385, 0.043424, 0.119573, 0.453944",\
|
|
"0.019089, 0.025385, 0.043424, 0.119573, 0.453944",\
|
|
"0.019089, 0.025385, 0.043424, 0.119573, 0.453944",\
|
|
"0.019089, 0.025385, 0.043424, 0.119573, 0.453944",\
|
|
"0.019089, 0.025385, 0.043424, 0.119573, 0.453944");
|
|
}
|
|
|
|
} /* 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.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.497984, 0.510025, 0.544489, 0.686767, 1.277488",\
|
|
"0.599593, 0.611634, 0.646099, 0.788376, 1.379097",\
|
|
"0.679816, 0.691858, 0.726323, 0.868601, 1.459321",\
|
|
"0.784576, 0.796619, 0.831085, 0.973363, 1.564081",\
|
|
"1.216321, 1.228367, 1.262837, 1.405118, 1.995828");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019498, 0.031072, 0.071530, 0.271188, 1.115779",\
|
|
"0.019498, 0.031073, 0.071530, 0.271188, 1.115779",\
|
|
"0.019500, 0.031074, 0.071531, 0.271188, 1.115780",\
|
|
"0.019504, 0.031078, 0.071533, 0.271188, 1.115780",\
|
|
"0.019521, 0.031093, 0.071542, 0.271188, 1.115783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.634951, 0.644713, 0.667836, 0.738013, 0.990788",\
|
|
"0.762854, 0.772616, 0.795739, 0.865916, 1.118691",\
|
|
"0.894725, 0.904487, 0.927611, 0.997787, 1.250562",\
|
|
"1.103403, 1.113165, 1.136289, 1.206465, 1.459240",\
|
|
"1.964939, 1.974701, 1.997824, 2.068000, 2.320776");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019093, 0.025383, 0.043427, 0.122409, 0.466501",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466501",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466501",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466501",\
|
|
"0.019093, 0.025383, 0.043427, 0.122409, 0.466502");
|
|
}
|
|
|
|
} /* 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.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.497984, 0.510025, 0.544489, 0.685269, 1.271021",\
|
|
"0.599593, 0.611634, 0.646099, 0.786879, 1.372630",\
|
|
"0.679816, 0.691858, 0.726323, 0.867103, 1.452853",\
|
|
"0.784576, 0.796619, 0.831085, 0.971866, 1.557614",\
|
|
"1.216321, 1.228367, 1.262837, 1.403621, 1.989361");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019498, 0.031072, 0.071530, 0.268357, 1.103516",\
|
|
"0.019498, 0.031073, 0.071530, 0.268357, 1.103516",\
|
|
"0.019500, 0.031074, 0.071531, 0.268357, 1.103517",\
|
|
"0.019504, 0.031078, 0.071533, 0.268357, 1.103518",\
|
|
"0.019521, 0.031093, 0.071542, 0.268357, 1.103520");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.634951, 0.644713, 0.667836, 0.736513, 0.984211",\
|
|
"0.762854, 0.772616, 0.795739, 0.864415, 1.112114",\
|
|
"0.894725, 0.904487, 0.927611, 0.996287, 1.243985",\
|
|
"1.103403, 1.113165, 1.136289, 1.204965, 1.452663",\
|
|
"1.964939, 1.974701, 1.997824, 2.066500, 2.314198");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000829, 0.011601, 0.050829, 0.232908, 1.000000");
|
|
values ( "0.019093, 0.025383, 0.043427, 0.119575, 0.453987",\
|
|
"0.019093, 0.025383, 0.043427, 0.119575, 0.453987",\
|
|
"0.019093, 0.025383, 0.043427, 0.119575, 0.453987",\
|
|
"0.019093, 0.025383, 0.043427, 0.119575, 0.453987",\
|
|
"0.019093, 0.025383, 0.043427, 0.119575, 0.453988");
|
|
}
|
|
|
|
} /* 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.001416 ;
|
|
|
|
/* 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.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "1.313471, 1.325852, 1.360944, 1.504153, 2.095353",\
|
|
"1.408995, 1.421376, 1.456468, 1.599677, 2.190877",\
|
|
"1.479525, 1.491905, 1.526997, 1.670207, 2.261407",\
|
|
"1.563070, 1.575451, 1.610543, 1.753752, 2.344953",\
|
|
"1.907385, 1.919765, 1.954857, 2.098066, 2.689267");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "0.022841, 0.033976, 0.073531, 0.272706, 1.121740",\
|
|
"0.022841, 0.033976, 0.073531, 0.272706, 1.121740",\
|
|
"0.022841, 0.033976, 0.073531, 0.272706, 1.121740",\
|
|
"0.022841, 0.033976, 0.073531, 0.272706, 1.121740",\
|
|
"0.022841, 0.033976, 0.073531, 0.272706, 1.121740");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "1.164964, 1.174441, 1.197526, 1.268241, 1.518479",\
|
|
"1.260488, 1.269965, 1.293050, 1.363765, 1.614002",\
|
|
"1.331018, 1.340495, 1.363580, 1.434295, 1.684532",\
|
|
"1.414563, 1.424040, 1.447126, 1.517840, 1.768078",\
|
|
"1.758878, 1.768355, 1.791440, 1.862154, 2.112392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "0.019511, 0.025633, 0.043578, 0.123956, 0.469357",\
|
|
"0.019511, 0.025633, 0.043578, 0.123956, 0.469357",\
|
|
"0.019511, 0.025633, 0.043578, 0.123956, 0.469357",\
|
|
"0.019511, 0.025633, 0.043578, 0.123956, 0.469357",\
|
|
"0.019511, 0.025633, 0.043578, 0.123956, 0.469357");
|
|
}
|
|
|
|
} /* 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.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "1.313471, 1.325852, 1.360944, 1.501970, 2.085958",\
|
|
"1.408995, 1.421376, 1.456468, 1.597494, 2.181482",\
|
|
"1.479525, 1.491905, 1.526997, 1.668023, 2.252012",\
|
|
"1.563070, 1.575451, 1.610543, 1.751569, 2.335557",\
|
|
"1.907385, 1.919765, 1.954857, 2.095883, 2.679871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "0.022841, 0.033976, 0.073531, 0.268596, 1.103937",\
|
|
"0.022841, 0.033976, 0.073531, 0.268596, 1.103937",\
|
|
"0.022841, 0.033976, 0.073531, 0.268596, 1.103937",\
|
|
"0.022841, 0.033976, 0.073531, 0.268596, 1.103937",\
|
|
"0.022841, 0.033976, 0.073531, 0.268596, 1.103937");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "1.164964, 1.174441, 1.197526, 1.266052, 1.513568",\
|
|
"1.260488, 1.269965, 1.293050, 1.361576, 1.609091",\
|
|
"1.331018, 1.340495, 1.363580, 1.432106, 1.679621",\
|
|
"1.414563, 1.424040, 1.447126, 1.515651, 1.763167",\
|
|
"1.758878, 1.768355, 1.791440, 1.859965, 2.107481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001416, 0.012188, 0.051416, 0.233495, 1.000000");
|
|
values ( "0.019511, 0.025633, 0.043578, 0.119833, 0.454005",\
|
|
"0.019511, 0.025633, 0.043578, 0.119833, 0.454005",\
|
|
"0.019511, 0.025633, 0.043578, 0.119833, 0.454005",\
|
|
"0.019511, 0.025633, 0.043578, 0.119833, 0.454005",\
|
|
"0.019511, 0.025633, 0.043578, 0.119833, 0.454005");
|
|
}
|
|
|
|
} /* 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.004819 ;
|
|
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.000744 ;
|
|
|
|
/* 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.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.609167, 0.621402, 0.656035, 0.798379, 1.388673",\
|
|
"0.673524, 0.685759, 0.720392, 0.862736, 1.438472",\
|
|
"0.721138, 0.733373, 0.768006, 0.910350, 1.438472",\
|
|
"0.752948, 0.765184, 0.799817, 0.942162, 1.438472",\
|
|
"0.752948, 0.765184, 0.799817, 0.942162, 1.438472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.020138, 0.031619, 0.071844, 0.270908, 1.115558",\
|
|
"0.020138, 0.031619, 0.071844, 0.270908, 1.115558",\
|
|
"0.020139, 0.031620, 0.071845, 0.270907, 1.115558",\
|
|
"0.020141, 0.031622, 0.071846, 0.270907, 1.115558",\
|
|
"0.020153, 0.031633, 0.071853, 0.270905, 1.115560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.681957, 0.691758, 0.714889, 0.785051, 1.037697",\
|
|
"0.785381, 0.795182, 0.818313, 0.888475, 1.141121",\
|
|
"0.942835, 0.952636, 0.975768, 1.045929, 1.298575",\
|
|
"1.237854, 1.247655, 1.270787, 1.340948, 1.593594",\
|
|
"1.816256, 1.826057, 1.849188, 1.919350, 2.171996");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.019123, 0.025415, 0.043461, 0.122299, 0.466213",\
|
|
"0.019123, 0.025415, 0.043461, 0.122299, 0.466213",\
|
|
"0.019123, 0.025415, 0.043461, 0.122299, 0.466213",\
|
|
"0.019123, 0.025415, 0.043461, 0.122299, 0.466213",\
|
|
"0.019124, 0.025415, 0.043461, 0.122299, 0.466213");
|
|
}
|
|
|
|
} /* 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.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.605031, 0.617265, 0.651897, 0.792785, 1.378246",\
|
|
"0.656968, 0.669205, 0.703841, 0.844730, 1.430185",\
|
|
"0.656968, 0.669205, 0.703841, 0.844730, 1.430185",\
|
|
"0.656968, 0.669205, 0.703841, 0.844730, 1.430185",\
|
|
"0.656968, 0.669205, 0.703841, 0.844730, 1.430185");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.020135, 0.031616, 0.071843, 0.268159, 1.103630",\
|
|
"0.020135, 0.031616, 0.071843, 0.268159, 1.103630",\
|
|
"0.020136, 0.031617, 0.071843, 0.268159, 1.103630",\
|
|
"0.020138, 0.031619, 0.071844, 0.268158, 1.103630",\
|
|
"0.020149, 0.031628, 0.071850, 0.268157, 1.103632");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.671396, 0.681196, 0.704328, 0.773031, 1.020739",\
|
|
"0.774820, 0.784620, 0.807752, 0.876455, 1.124163",\
|
|
"0.933087, 0.942887, 0.966019, 1.034722, 1.282430",\
|
|
"1.229996, 1.239797, 1.262928, 1.331631, 1.579339",\
|
|
"1.810575, 1.820376, 1.843508, 1.912211, 2.159918");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.019122, 0.025414, 0.043460, 0.119544, 0.454042",\
|
|
"0.019122, 0.025414, 0.043460, 0.119544, 0.454042",\
|
|
"0.019123, 0.025415, 0.043461, 0.119544, 0.454042",\
|
|
"0.019123, 0.025415, 0.043461, 0.119544, 0.454042",\
|
|
"0.019124, 0.025415, 0.043461, 0.119544, 0.454042");
|
|
}
|
|
|
|
} /* 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.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "1.387902, 1.400125, 1.434745, 1.577082, 2.167402",\
|
|
"1.483425, 1.495648, 1.530269, 1.672606, 2.262926",\
|
|
"1.553955, 1.566178, 1.600799, 1.743136, 2.333456",\
|
|
"1.637501, 1.649724, 1.684344, 1.826681, 2.417001",\
|
|
"1.981815, 1.994038, 2.028658, 2.170995, 2.761315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.020084, 0.031573, 0.071815, 0.270916, 1.115550",\
|
|
"0.020084, 0.031573, 0.071815, 0.270916, 1.115550",\
|
|
"0.020084, 0.031573, 0.071815, 0.270916, 1.115550",\
|
|
"0.020084, 0.031573, 0.071815, 0.270916, 1.115550",\
|
|
"0.020084, 0.031573, 0.071815, 0.270916, 1.115550");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "1.473611, 1.483412, 1.506543, 1.576703, 1.829352",\
|
|
"1.569135, 1.578936, 1.602067, 1.672227, 1.924876",\
|
|
"1.639665, 1.649466, 1.672597, 1.742757, 1.995406",\
|
|
"1.723210, 1.733011, 1.756142, 1.826302, 2.078951",\
|
|
"2.067524, 2.077325, 2.100456, 2.170616, 2.423265");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.019118, 0.025410, 0.043457, 0.122299, 0.466213",\
|
|
"0.019118, 0.025410, 0.043457, 0.122299, 0.466213",\
|
|
"0.019118, 0.025410, 0.043457, 0.122299, 0.466213",\
|
|
"0.019118, 0.025410, 0.043457, 0.122299, 0.466213",\
|
|
"0.019118, 0.025410, 0.043457, 0.122299, 0.466213");
|
|
}
|
|
|
|
} /* 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.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "1.279099, 1.291322, 1.325942, 1.466823, 2.052309",\
|
|
"1.374622, 1.386845, 1.421466, 1.562347, 2.147832",\
|
|
"1.445153, 1.457375, 1.491996, 1.632877, 2.218362",\
|
|
"1.528698, 1.540921, 1.575541, 1.716422, 2.301908",\
|
|
"1.873012, 1.885235, 1.919856, 2.060736, 2.646222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.020084, 0.031573, 0.071815, 0.268166, 1.103622",\
|
|
"0.020084, 0.031573, 0.071815, 0.268166, 1.103622",\
|
|
"0.020084, 0.031573, 0.071815, 0.268166, 1.103622",\
|
|
"0.020084, 0.031573, 0.071815, 0.268166, 1.103622",\
|
|
"0.020084, 0.031573, 0.071815, 0.268166, 1.103622");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "1.454531, 1.464331, 1.487461, 1.556160, 1.803876",\
|
|
"1.550055, 1.559855, 1.582985, 1.651684, 1.899400",\
|
|
"1.620584, 1.630385, 1.653515, 1.722214, 1.969930",\
|
|
"1.704130, 1.713930, 1.737060, 1.805759, 2.053475",\
|
|
"2.048444, 2.058245, 2.081375, 2.150074, 2.397789");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.019105, 0.025400, 0.043448, 0.119543, 0.454042",\
|
|
"0.019105, 0.025400, 0.043448, 0.119543, 0.454042",\
|
|
"0.019105, 0.025400, 0.043448, 0.119543, 0.454042",\
|
|
"0.019105, 0.025400, 0.043448, 0.119543, 0.454042",\
|
|
"0.019105, 0.025400, 0.043448, 0.119543, 0.454042");
|
|
}
|
|
|
|
} /* 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.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.539423, 0.551654, 0.586284, 0.728626, 1.318927",\
|
|
"0.640913, 0.653145, 0.687774, 0.830116, 1.420418",\
|
|
"0.721238, 0.733470, 0.768100, 0.910442, 1.500743",\
|
|
"0.826518, 0.838750, 0.873380, 1.015723, 1.606022",\
|
|
"1.260398, 1.272633, 1.307267, 1.449611, 2.039904");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.020122, 0.031606, 0.071836, 0.270910, 1.115555",\
|
|
"0.020123, 0.031606, 0.071836, 0.270910, 1.115555",\
|
|
"0.020124, 0.031607, 0.071837, 0.270910, 1.115556",\
|
|
"0.020127, 0.031610, 0.071838, 0.270909, 1.115556",\
|
|
"0.020140, 0.031621, 0.071845, 0.270907, 1.115558");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.652710, 0.662511, 0.685641, 0.755798, 1.008452",\
|
|
"0.782456, 0.792256, 0.815386, 0.885544, 1.138198",\
|
|
"0.914963, 0.924764, 0.947894, 1.018052, 1.270705",\
|
|
"1.125236, 1.135037, 1.158167, 1.228324, 1.480978",\
|
|
"1.992252, 2.002053, 2.025183, 2.095340, 2.347995");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.019105, 0.025400, 0.043448, 0.122298, 0.466213",\
|
|
"0.019106, 0.025400, 0.043448, 0.122298, 0.466213",\
|
|
"0.019106, 0.025401, 0.043449, 0.122298, 0.466213",\
|
|
"0.019106, 0.025401, 0.043449, 0.122298, 0.466213",\
|
|
"0.019106, 0.025401, 0.043449, 0.122298, 0.466213");
|
|
}
|
|
|
|
} /* 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.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.539423, 0.551654, 0.586284, 0.727170, 1.312637",\
|
|
"0.640913, 0.653145, 0.687774, 0.828660, 1.414127",\
|
|
"0.721238, 0.733470, 0.768100, 0.908986, 1.494452",\
|
|
"0.826518, 0.838750, 0.873380, 1.014267, 1.599732",\
|
|
"1.260398, 1.272633, 1.307267, 1.448155, 2.033613");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.020122, 0.031606, 0.071836, 0.268161, 1.103628",\
|
|
"0.020123, 0.031606, 0.071836, 0.268160, 1.103628",\
|
|
"0.020124, 0.031607, 0.071837, 0.268160, 1.103628",\
|
|
"0.020127, 0.031610, 0.071838, 0.268160, 1.103629",\
|
|
"0.020140, 0.031621, 0.071845, 0.268158, 1.103631");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.652710, 0.662511, 0.685641, 0.754340, 1.002056",\
|
|
"0.782456, 0.792256, 0.815386, 0.884085, 1.131801",\
|
|
"0.914963, 0.924764, 0.947894, 1.016593, 1.264309",\
|
|
"1.125236, 1.135037, 1.158167, 1.226866, 1.474581",\
|
|
"1.992252, 2.002053, 2.025183, 2.093882, 2.341598");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000744, 0.011516, 0.050744, 0.232823, 1.000000");
|
|
values ( "0.019105, 0.025400, 0.043448, 0.119543, 0.454042",\
|
|
"0.019106, 0.025400, 0.043448, 0.119543, 0.454042",\
|
|
"0.019106, 0.025401, 0.043449, 0.119543, 0.454042",\
|
|
"0.019106, 0.025401, 0.043449, 0.119543, 0.454042",\
|
|
"0.019106, 0.025401, 0.043449, 0.119543, 0.454042");
|
|
}
|
|
|
|
} /* 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.002017 ;
|
|
|
|
/* 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.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "1.225037, 1.235025, 1.269565, 1.412761, 2.005935",\
|
|
"1.320561, 1.330549, 1.365089, 1.508285, 2.101459",\
|
|
"1.391091, 1.401079, 1.435619, 1.578815, 2.171989",\
|
|
"1.474637, 1.484624, 1.519164, 1.662360, 2.255534",\
|
|
"1.818951, 1.828938, 1.863478, 2.006675, 2.599848");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.021103, 0.032502, 0.072804, 0.274456, 1.124476",\
|
|
"0.021103, 0.032502, 0.072804, 0.274456, 1.124476",\
|
|
"0.021103, 0.032502, 0.072804, 0.274456, 1.124476",\
|
|
"0.021103, 0.032502, 0.072804, 0.274456, 1.124476",\
|
|
"0.021103, 0.032502, 0.072804, 0.274456, 1.124476");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "1.345182, 1.353511, 1.376513, 1.447516, 1.697950",\
|
|
"1.440706, 1.449035, 1.472036, 1.543040, 1.793474",\
|
|
"1.511236, 1.519565, 1.542566, 1.613570, 1.864004",\
|
|
"1.594782, 1.603110, 1.626112, 1.697115, 1.947549",\
|
|
"1.939096, 1.947424, 1.970426, 2.041429, 2.291863");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.019950, 0.025903, 0.043782, 0.124957, 0.472062",\
|
|
"0.019950, 0.025903, 0.043782, 0.124957, 0.472062",\
|
|
"0.019950, 0.025903, 0.043782, 0.124957, 0.472062",\
|
|
"0.019950, 0.025903, 0.043782, 0.124957, 0.472062",\
|
|
"0.019950, 0.025903, 0.043782, 0.124957, 0.472062");
|
|
}
|
|
|
|
} /* 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.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "1.223371, 1.235025, 1.269565, 1.410190, 1.994898",\
|
|
"1.318895, 1.330549, 1.365089, 1.505713, 2.090422",\
|
|
"1.389425, 1.401079, 1.435619, 1.576244, 2.160952",\
|
|
"1.472971, 1.484624, 1.519164, 1.659789, 2.244497",\
|
|
"1.817285, 1.828938, 1.863478, 2.004103, 2.588811");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.021103, 0.032502, 0.072804, 0.269614, 1.103560",\
|
|
"0.021103, 0.032502, 0.072804, 0.269614, 1.103560",\
|
|
"0.021103, 0.032502, 0.072804, 0.269614, 1.103560",\
|
|
"0.021103, 0.032502, 0.072804, 0.269614, 1.103560",\
|
|
"0.021103, 0.032502, 0.072804, 0.269614, 1.103560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "1.344340, 1.353511, 1.376513, 1.444937, 1.692268",\
|
|
"1.439864, 1.449035, 1.472036, 1.540461, 1.787792",\
|
|
"1.510394, 1.519565, 1.542566, 1.610991, 1.858322",\
|
|
"1.593940, 1.603110, 1.626112, 1.694536, 1.941867",\
|
|
"1.938254, 1.947424, 1.970426, 2.038850, 2.286181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.019950, 0.025903, 0.043782, 0.120098, 0.454041",\
|
|
"0.019950, 0.025903, 0.043782, 0.120098, 0.454041",\
|
|
"0.019950, 0.025903, 0.043782, 0.120098, 0.454041",\
|
|
"0.019950, 0.025903, 0.043782, 0.120098, 0.454041",\
|
|
"0.019950, 0.025903, 0.043782, 0.120098, 0.454041");
|
|
}
|
|
|
|
} /* 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.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.455228, 0.463556, 0.486559, 0.557567, 0.807993",\
|
|
"0.543393, 0.551721, 0.574724, 0.645732, 0.896158",\
|
|
"0.601936, 0.610265, 0.633268, 0.704276, 0.954701",\
|
|
"0.666878, 0.675206, 0.698210, 0.769220, 1.019641",\
|
|
"0.934516, 0.942843, 0.965850, 1.036869, 1.287274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.019967, 0.025918, 0.043794, 0.124958, 0.472062",\
|
|
"0.019967, 0.025918, 0.043794, 0.124958, 0.472062",\
|
|
"0.019970, 0.025921, 0.043797, 0.124958, 0.472062",\
|
|
"0.019979, 0.025929, 0.043803, 0.124958, 0.472062",\
|
|
"0.020013, 0.025960, 0.043829, 0.124960, 0.472063");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.412713, 0.422705, 0.457264, 0.600471, 1.193604",\
|
|
"0.538947, 0.548939, 0.583497, 0.726705, 1.319838",\
|
|
"0.678990, 0.688982, 0.723542, 0.866751, 1.459880",\
|
|
"0.903244, 0.913238, 0.947809, 1.091024, 1.684130",\
|
|
"1.828166, 1.838179, 1.872826, 2.016088, 2.609024");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.021185, 0.032573, 0.072849, 0.274443, 1.124489",\
|
|
"0.021185, 0.032573, 0.072849, 0.274443, 1.124489",\
|
|
"0.021193, 0.032581, 0.072854, 0.274442, 1.124490",\
|
|
"0.021241, 0.032622, 0.072880, 0.274435, 1.124498",\
|
|
"0.021585, 0.032920, 0.073069, 0.274383, 1.124552");
|
|
}
|
|
|
|
} /* 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.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.454385, 0.463556, 0.486559, 0.554987, 0.802311",\
|
|
"0.542550, 0.551721, 0.574724, 0.643152, 0.890476",\
|
|
"0.601093, 0.610265, 0.633268, 0.701697, 0.949018",\
|
|
"0.666034, 0.675206, 0.698210, 0.766641, 1.013958",\
|
|
"0.933670, 0.942843, 0.965850, 1.034290, 1.281591");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.019967, 0.025918, 0.043794, 0.120098, 0.454041",\
|
|
"0.019967, 0.025918, 0.043794, 0.120098, 0.454041",\
|
|
"0.019970, 0.025921, 0.043797, 0.120098, 0.454041",\
|
|
"0.019979, 0.025929, 0.043803, 0.120099, 0.454041",\
|
|
"0.020013, 0.025960, 0.043829, 0.120100, 0.454042");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.411036, 0.422705, 0.457264, 0.597899, 1.182567",\
|
|
"0.537270, 0.548939, 0.583497, 0.724133, 1.308801",\
|
|
"0.677311, 0.688982, 0.723542, 0.864179, 1.448843",\
|
|
"0.901558, 0.913238, 0.947809, 1.088453, 1.673093",\
|
|
"1.826433, 1.838179, 1.872826, 2.013517, 2.597987");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.021185, 0.032573, 0.072849, 0.269601, 1.103573",\
|
|
"0.021185, 0.032573, 0.072849, 0.269601, 1.103573",\
|
|
"0.021193, 0.032581, 0.072854, 0.269600, 1.103574",\
|
|
"0.021241, 0.032622, 0.072880, 0.269593, 1.103581",\
|
|
"0.021585, 0.032920, 0.073069, 0.269541, 1.103636");
|
|
}
|
|
|
|
} /* 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.001303 ;
|
|
|
|
/* 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.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "1.377416, 1.389372, 1.423950, 1.566521, 2.157181",\
|
|
"1.472940, 1.484896, 1.519474, 1.662045, 2.252705",\
|
|
"1.543470, 1.555426, 1.590004, 1.732574, 2.323235",\
|
|
"1.627015, 1.638971, 1.673550, 1.816120, 2.406780",\
|
|
"1.971329, 1.983285, 2.017864, 2.160434, 2.751095");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019871, 0.031366, 0.071859, 0.272441, 1.119477",\
|
|
"0.019871, 0.031366, 0.071859, 0.272441, 1.119477",\
|
|
"0.019871, 0.031366, 0.071859, 0.272441, 1.119477",\
|
|
"0.019871, 0.031366, 0.071859, 0.272441, 1.119477",\
|
|
"0.019871, 0.031366, 0.071859, 0.272441, 1.119477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "1.285939, 1.295539, 1.318770, 1.389421, 1.639274",\
|
|
"1.381463, 1.391063, 1.414294, 1.484945, 1.734798",\
|
|
"1.451993, 1.461593, 1.484824, 1.555475, 1.805328",\
|
|
"1.535538, 1.545138, 1.568369, 1.639020, 1.888873",\
|
|
"1.879853, 1.889452, 1.912683, 1.983335, 2.233187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019357, 0.025611, 0.043503, 0.123594, 0.467645",\
|
|
"0.019357, 0.025611, 0.043503, 0.123594, 0.467645",\
|
|
"0.019357, 0.025611, 0.043503, 0.123594, 0.467645",\
|
|
"0.019357, 0.025611, 0.043503, 0.123594, 0.467645",\
|
|
"0.019357, 0.025611, 0.043503, 0.123594, 0.467645");
|
|
}
|
|
|
|
} /* 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.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "1.377416, 1.389372, 1.423950, 1.564489, 2.148430",\
|
|
"1.472940, 1.484896, 1.519474, 1.660013, 2.243954",\
|
|
"1.543470, 1.555426, 1.590004, 1.730543, 2.314484",\
|
|
"1.627015, 1.638971, 1.673550, 1.814088, 2.398030",\
|
|
"1.971329, 1.983285, 2.017864, 2.158402, 2.742344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019871, 0.031366, 0.071859, 0.268611, 1.102891",\
|
|
"0.019871, 0.031366, 0.071859, 0.268611, 1.102891",\
|
|
"0.019871, 0.031366, 0.071859, 0.268611, 1.102891",\
|
|
"0.019871, 0.031366, 0.071859, 0.268611, 1.102891",\
|
|
"0.019871, 0.031366, 0.071859, 0.268611, 1.102891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "1.285939, 1.295539, 1.318770, 1.387385, 1.634682",\
|
|
"1.381463, 1.391063, 1.414294, 1.482908, 1.730206",\
|
|
"1.451993, 1.461593, 1.484824, 1.553438, 1.800736",\
|
|
"1.535538, 1.545138, 1.568369, 1.636984, 1.884281",\
|
|
"1.879853, 1.889452, 1.912683, 1.981298, 2.228595");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019357, 0.025611, 0.043503, 0.119753, 0.453336",\
|
|
"0.019357, 0.025611, 0.043503, 0.119753, 0.453336",\
|
|
"0.019357, 0.025611, 0.043503, 0.119753, 0.453336",\
|
|
"0.019357, 0.025611, 0.043503, 0.119753, 0.453336",\
|
|
"0.019357, 0.025611, 0.043503, 0.119753, 0.453336");
|
|
}
|
|
|
|
} /* 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.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.487484, 0.499439, 0.534015, 0.676587, 1.267268",\
|
|
"0.575649, 0.587604, 0.622180, 0.764752, 1.355433",\
|
|
"0.633992, 0.645947, 0.680524, 0.823096, 1.413776",\
|
|
"0.699150, 0.711103, 0.745679, 0.888252, 1.478946",\
|
|
"0.966834, 0.978785, 1.013357, 1.155934, 1.746669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019871, 0.031367, 0.071860, 0.272444, 1.119485",\
|
|
"0.019871, 0.031367, 0.071860, 0.272444, 1.119485",\
|
|
"0.019871, 0.031367, 0.071860, 0.272444, 1.119485",\
|
|
"0.019872, 0.031368, 0.071860, 0.272447, 1.119491",\
|
|
"0.019873, 0.031370, 0.071862, 0.272455, 1.119507");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.473927, 0.483526, 0.506754, 0.577404, 0.827262",\
|
|
"0.600161, 0.609759, 0.632988, 0.703638, 0.953495",\
|
|
"0.740106, 0.749704, 0.772932, 0.843582, 1.093440",\
|
|
"0.964674, 0.974271, 0.997498, 1.068147, 1.318008",\
|
|
"1.890907, 1.900499, 1.923714, 1.994359, 2.244241");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019359, 0.025610, 0.043503, 0.123594, 0.467657",\
|
|
"0.019359, 0.025610, 0.043503, 0.123594, 0.467657",\
|
|
"0.019359, 0.025610, 0.043503, 0.123594, 0.467657",\
|
|
"0.019360, 0.025610, 0.043504, 0.123594, 0.467666",\
|
|
"0.019365, 0.025608, 0.043508, 0.123597, 0.467719");
|
|
}
|
|
|
|
} /* 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.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.487484, 0.499439, 0.534015, 0.674555, 1.258517",\
|
|
"0.575649, 0.587604, 0.622180, 0.762720, 1.346682",\
|
|
"0.633992, 0.645947, 0.680524, 0.821064, 1.405025",\
|
|
"0.699150, 0.711103, 0.745679, 0.886220, 1.470195",\
|
|
"0.966834, 0.978785, 1.013357, 1.153902, 1.737918");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019871, 0.031367, 0.071860, 0.268615, 1.102899",\
|
|
"0.019871, 0.031367, 0.071860, 0.268615, 1.102899",\
|
|
"0.019871, 0.031367, 0.071860, 0.268615, 1.102899",\
|
|
"0.019872, 0.031368, 0.071860, 0.268618, 1.102904",\
|
|
"0.019873, 0.031370, 0.071862, 0.268625, 1.102921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.473927, 0.483526, 0.506754, 0.575367, 0.822669",\
|
|
"0.600161, 0.609759, 0.632988, 0.701601, 0.948903",\
|
|
"0.740106, 0.749704, 0.772932, 0.841546, 1.088848",\
|
|
"0.964674, 0.974271, 0.997498, 1.066111, 1.313416",\
|
|
"1.890907, 1.900499, 1.923714, 1.992323, 2.239648");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001303, 0.012075, 0.051303, 0.233382, 1.000000");
|
|
values ( "0.019359, 0.025610, 0.043503, 0.119753, 0.453349",\
|
|
"0.019359, 0.025610, 0.043503, 0.119753, 0.453349",\
|
|
"0.019359, 0.025610, 0.043503, 0.119753, 0.453349",\
|
|
"0.019360, 0.025610, 0.043504, 0.119754, 0.453358",\
|
|
"0.019365, 0.025608, 0.043508, 0.119756, 0.453410");
|
|
}
|
|
|
|
} /* 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.004723 ;
|
|
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.000810 ;
|
|
|
|
/* 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.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.452422, 0.464468, 0.498933, 0.641209, 1.231950",\
|
|
"0.540709, 0.552756, 0.587220, 0.729497, 1.320238",\
|
|
"0.599279, 0.611326, 0.645791, 0.788067, 1.378807",\
|
|
"0.664375, 0.676423, 0.710889, 0.853166, 1.443904",\
|
|
"0.937719, 0.949769, 0.984238, 1.126517, 1.717249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.019467, 0.031045, 0.071504, 0.271168, 1.115777",\
|
|
"0.019467, 0.031045, 0.071504, 0.271168, 1.115777",\
|
|
"0.019469, 0.031046, 0.071505, 0.271167, 1.115778",\
|
|
"0.019472, 0.031049, 0.071507, 0.271167, 1.115778",\
|
|
"0.019485, 0.031061, 0.071514, 0.271165, 1.115781");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.446128, 0.455925, 0.479119, 0.549323, 0.801987",\
|
|
"0.572405, 0.582202, 0.605396, 0.675600, 0.928263",\
|
|
"0.715801, 0.725599, 0.748793, 0.818997, 1.071660",\
|
|
"0.938975, 0.948772, 0.971965, 1.042169, 1.294833",\
|
|
"1.852956, 1.862751, 1.885938, 1.956139, 2.208814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.019051, 0.025387, 0.043396, 0.122386, 0.466190",\
|
|
"0.019051, 0.025387, 0.043396, 0.122386, 0.466190",\
|
|
"0.019051, 0.025387, 0.043396, 0.122386, 0.466191",\
|
|
"0.019052, 0.025387, 0.043396, 0.122386, 0.466193",\
|
|
"0.019054, 0.025386, 0.043398, 0.122388, 0.466222");
|
|
}
|
|
|
|
} /* 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.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.452422, 0.464468, 0.498933, 0.639712, 1.225482",\
|
|
"0.540709, 0.552756, 0.587220, 0.727999, 1.313770",\
|
|
"0.599279, 0.611326, 0.645791, 0.786570, 1.372340",\
|
|
"0.664375, 0.676423, 0.710889, 0.851668, 1.437436",\
|
|
"0.937719, 0.949769, 0.984238, 1.125020, 1.710781");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.019467, 0.031045, 0.071504, 0.268341, 1.103515",\
|
|
"0.019467, 0.031045, 0.071504, 0.268341, 1.103515",\
|
|
"0.019469, 0.031046, 0.071505, 0.268340, 1.103515",\
|
|
"0.019472, 0.031049, 0.071507, 0.268340, 1.103516",\
|
|
"0.019485, 0.031061, 0.071514, 0.268338, 1.103518");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.444652, 0.454449, 0.477644, 0.546347, 0.793934",\
|
|
"0.570929, 0.580726, 0.603921, 0.672624, 0.920210",\
|
|
"0.714533, 0.724331, 0.747525, 0.816229, 1.063815",\
|
|
"0.938975, 0.948772, 0.971965, 1.040669, 1.288256",\
|
|
"1.852956, 1.862751, 1.885938, 1.954639, 2.202237");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000810, 0.011582, 0.050810, 0.232889, 1.000000");
|
|
values ( "0.019051, 0.025387, 0.043396, 0.119553, 0.453677",\
|
|
"0.019051, 0.025387, 0.043396, 0.119553, 0.453677",\
|
|
"0.019051, 0.025387, 0.043396, 0.119553, 0.453677",\
|
|
"0.019052, 0.025387, 0.043396, 0.119553, 0.453680",\
|
|
"0.019054, 0.025386, 0.043398, 0.119554, 0.453709");
|
|
}
|
|
|
|
} /* 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.001738 ;
|
|
|
|
/* 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.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "1.337866, 1.350033, 1.385053, 1.528532, 2.120960",\
|
|
"1.433390, 1.445557, 1.480577, 1.624056, 2.216484",\
|
|
"1.503919, 1.516087, 1.551107, 1.694586, 2.287014",\
|
|
"1.587465, 1.599632, 1.634652, 1.778131, 2.370559",\
|
|
"1.931779, 1.943947, 1.978966, 2.122446, 2.714874");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.022805, 0.033958, 0.073609, 0.273858, 1.124864",\
|
|
"0.022805, 0.033958, 0.073609, 0.273858, 1.124864",\
|
|
"0.022805, 0.033958, 0.073609, 0.273858, 1.124864",\
|
|
"0.022805, 0.033958, 0.073609, 0.273858, 1.124864",\
|
|
"0.022805, 0.033958, 0.073609, 0.273858, 1.124864");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "1.200265, 1.209585, 1.232651, 1.303674, 1.554205",\
|
|
"1.295789, 1.305109, 1.328175, 1.399198, 1.649729",\
|
|
"1.366319, 1.375639, 1.398705, 1.469728, 1.720259",\
|
|
"1.449865, 1.459185, 1.482250, 1.553274, 1.803805",\
|
|
"1.794179, 1.803499, 1.826564, 1.897588, 2.148119");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.019742, 0.025769, 0.043659, 0.124845, 0.472101",\
|
|
"0.019742, 0.025769, 0.043659, 0.124845, 0.472101",\
|
|
"0.019742, 0.025769, 0.043659, 0.124845, 0.472101",\
|
|
"0.019742, 0.025769, 0.043659, 0.124845, 0.472101",\
|
|
"0.019742, 0.025769, 0.043659, 0.124845, 0.472101");
|
|
}
|
|
|
|
} /* 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.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "1.337866, 1.350033, 1.385053, 1.525955, 2.109886",\
|
|
"1.433390, 1.445557, 1.480577, 1.621479, 2.205410",\
|
|
"1.503919, 1.516087, 1.551107, 1.692009, 2.275940",\
|
|
"1.587465, 1.599632, 1.634652, 1.775554, 2.359485",\
|
|
"1.931779, 1.943947, 1.978966, 2.119869, 2.703799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.022805, 0.033958, 0.073609, 0.269006, 1.103876",\
|
|
"0.022805, 0.033958, 0.073609, 0.269006, 1.103876",\
|
|
"0.022805, 0.033958, 0.073609, 0.269006, 1.103876",\
|
|
"0.022805, 0.033958, 0.073609, 0.269006, 1.103876",\
|
|
"0.022805, 0.033958, 0.073609, 0.269006, 1.103876");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "1.200265, 1.209585, 1.232651, 1.301090, 1.548507",\
|
|
"1.295789, 1.305109, 1.328175, 1.396614, 1.644030",\
|
|
"1.366319, 1.375639, 1.398705, 1.467144, 1.714560",\
|
|
"1.449865, 1.459185, 1.482250, 1.550689, 1.798106",\
|
|
"1.794179, 1.803499, 1.826564, 1.895003, 2.142420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.019742, 0.025769, 0.043659, 0.119974, 0.454020",\
|
|
"0.019742, 0.025769, 0.043659, 0.119974, 0.454020",\
|
|
"0.019742, 0.025769, 0.043659, 0.119974, 0.454020",\
|
|
"0.019742, 0.025769, 0.043659, 0.119974, 0.454020",\
|
|
"0.019742, 0.025769, 0.043659, 0.119974, 0.454020");
|
|
}
|
|
|
|
} /* 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.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.456208, 0.465535, 0.488612, 0.559640, 0.810149",\
|
|
"0.544135, 0.553461, 0.576539, 0.647567, 0.898076",\
|
|
"0.602514, 0.611840, 0.634915, 0.705943, 0.956455",\
|
|
"0.667020, 0.676344, 0.699414, 0.770440, 1.020961",\
|
|
"0.932792, 0.942111, 0.965174, 1.036202, 1.286730");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.019735, 0.025771, 0.043655, 0.124842, 0.472046",\
|
|
"0.019735, 0.025771, 0.043655, 0.124842, 0.472046",\
|
|
"0.019736, 0.025771, 0.043656, 0.124843, 0.472054",\
|
|
"0.019739, 0.025771, 0.043658, 0.124844, 0.472078",\
|
|
"0.019770, 0.025790, 0.043679, 0.124847, 0.472122");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.506308, 0.518468, 0.553479, 0.696954, 1.289400",\
|
|
"0.632573, 0.644733, 0.679745, 0.823219, 1.415665",\
|
|
"0.771815, 0.783977, 0.818991, 0.962467, 1.554908",\
|
|
"0.995902, 1.008073, 1.043096, 1.186578, 1.778998",\
|
|
"1.919195, 1.931401, 1.966464, 2.109970, 2.702302");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.022769, 0.033926, 0.073589, 0.273864, 1.124858",\
|
|
"0.022769, 0.033926, 0.073589, 0.273864, 1.124858",\
|
|
"0.022779, 0.033935, 0.073594, 0.273862, 1.124859",\
|
|
"0.022822, 0.033973, 0.073618, 0.273856, 1.124866",\
|
|
"0.022999, 0.034126, 0.073715, 0.273829, 1.124894");
|
|
}
|
|
|
|
} /* 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.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.456208, 0.465535, 0.488612, 0.557056, 0.804451",\
|
|
"0.544135, 0.553461, 0.576539, 0.644982, 0.892378",\
|
|
"0.602514, 0.611840, 0.634915, 0.703358, 0.950757",\
|
|
"0.667020, 0.676344, 0.699414, 0.767855, 1.015263",\
|
|
"0.932792, 0.942111, 0.965174, 1.033617, 1.281030");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.019735, 0.025770, 0.043655, 0.119972, 0.453964",\
|
|
"0.019735, 0.025770, 0.043655, 0.119972, 0.453964",\
|
|
"0.019736, 0.025770, 0.043656, 0.119972, 0.453972",\
|
|
"0.019739, 0.025770, 0.043658, 0.119973, 0.453996",\
|
|
"0.019770, 0.025790, 0.043679, 0.119976, 0.454041");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.506308, 0.518468, 0.553479, 0.694377, 1.278326",\
|
|
"0.632573, 0.644733, 0.679745, 0.820642, 1.404591",\
|
|
"0.771815, 0.783977, 0.818991, 0.959890, 1.543834",\
|
|
"0.995902, 1.008073, 1.043096, 1.184001, 1.767923",\
|
|
"1.919195, 1.931401, 1.966464, 2.107393, 2.691228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001738, 0.012511, 0.051738, 0.233817, 1.000000");
|
|
values ( "0.022769, 0.033926, 0.073589, 0.269011, 1.103871",\
|
|
"0.022769, 0.033926, 0.073589, 0.269011, 1.103871",\
|
|
"0.022779, 0.033935, 0.073594, 0.269010, 1.103872",\
|
|
"0.022822, 0.033973, 0.073618, 0.269003, 1.103879",\
|
|
"0.022999, 0.034126, 0.073715, 0.268976, 1.103907");
|
|
}
|
|
|
|
} /* 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.000740 ;
|
|
|
|
/* 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.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "1.233071, 1.245232, 1.279797, 1.421893, 2.011086",\
|
|
"1.328595, 1.340756, 1.375321, 1.517417, 2.106610",\
|
|
"1.399125, 1.411286, 1.445850, 1.587947, 2.177140",\
|
|
"1.482671, 1.494831, 1.529396, 1.671492, 2.260685",\
|
|
"1.826985, 1.839146, 1.873710, 2.015807, 2.604999");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.019243, 0.030802, 0.071337, 0.270745, 1.114813",\
|
|
"0.019243, 0.030802, 0.071337, 0.270745, 1.114813",\
|
|
"0.019243, 0.030802, 0.071337, 0.270745, 1.114813",\
|
|
"0.019243, 0.030802, 0.071337, 0.270745, 1.114813",\
|
|
"0.019243, 0.030802, 0.071337, 0.270745, 1.114813");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "1.400129, 1.409966, 1.433186, 1.503366, 1.755883",\
|
|
"1.495653, 1.505490, 1.528710, 1.598889, 1.851407",\
|
|
"1.566183, 1.576020, 1.599240, 1.669419, 1.921937",\
|
|
"1.649728, 1.659565, 1.682785, 1.752965, 2.005482",\
|
|
"1.994043, 2.003880, 2.027100, 2.097279, 2.349797");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.018996, 0.025359, 0.043368, 0.122274, 0.465771",\
|
|
"0.018996, 0.025359, 0.043368, 0.122274, 0.465771",\
|
|
"0.018996, 0.025359, 0.043368, 0.122274, 0.465771",\
|
|
"0.018996, 0.025359, 0.043368, 0.122274, 0.465771",\
|
|
"0.018996, 0.025359, 0.043368, 0.122274, 0.465771");
|
|
}
|
|
|
|
} /* 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.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "1.233071, 1.245232, 1.279797, 1.420437, 2.004795",\
|
|
"1.328595, 1.340756, 1.375321, 1.515961, 2.100319",\
|
|
"1.399125, 1.411286, 1.445850, 1.586491, 2.170849",\
|
|
"1.482671, 1.494831, 1.529396, 1.670037, 2.254395",\
|
|
"1.826985, 1.839146, 1.873710, 2.014351, 2.598709");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.019243, 0.030802, 0.071337, 0.267996, 1.102886",\
|
|
"0.019243, 0.030802, 0.071337, 0.267996, 1.102886",\
|
|
"0.019243, 0.030802, 0.071337, 0.267996, 1.102886",\
|
|
"0.019243, 0.030802, 0.071337, 0.267996, 1.102886",\
|
|
"0.019243, 0.030802, 0.071337, 0.267996, 1.102886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "1.400129, 1.409966, 1.433186, 1.501907, 1.749486",\
|
|
"1.495653, 1.505490, 1.528710, 1.597431, 1.845010",\
|
|
"1.566183, 1.576020, 1.599240, 1.667961, 1.915540",\
|
|
"1.649728, 1.659565, 1.682785, 1.751507, 1.999086",\
|
|
"1.994043, 2.003880, 2.027100, 2.095821, 2.343400");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.018996, 0.025359, 0.043368, 0.119519, 0.453600",\
|
|
"0.018996, 0.025359, 0.043368, 0.119519, 0.453600",\
|
|
"0.018996, 0.025359, 0.043368, 0.119519, 0.453600",\
|
|
"0.018996, 0.025359, 0.043368, 0.119519, 0.453600",\
|
|
"0.018996, 0.025359, 0.043368, 0.119519, 0.453600");
|
|
}
|
|
|
|
} /* 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.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.488920, 0.501083, 0.535650, 0.677743, 1.266904",\
|
|
"0.576846, 0.589009, 0.623577, 0.765670, 1.354831",\
|
|
"0.635003, 0.647166, 0.681734, 0.823827, 1.412988",\
|
|
"0.699785, 0.711947, 0.746513, 0.888608, 1.477787",\
|
|
"0.965669, 0.977827, 1.012388, 1.154488, 1.743722");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.019242, 0.030800, 0.071336, 0.270739, 1.114800",\
|
|
"0.019242, 0.030800, 0.071336, 0.270739, 1.114800",\
|
|
"0.019242, 0.030800, 0.071336, 0.270739, 1.114800",\
|
|
"0.019242, 0.030801, 0.071336, 0.270743, 1.114808",\
|
|
"0.019244, 0.030804, 0.071338, 0.270753, 1.114830");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.568634, 0.578471, 0.601692, 0.671872, 0.924388",\
|
|
"0.694899, 0.704736, 0.727957, 0.798137, 1.050653",\
|
|
"0.834027, 0.843865, 0.867086, 0.937266, 1.189782",\
|
|
"1.058136, 1.067973, 1.091192, 1.161372, 1.413890",\
|
|
"1.981125, 1.990960, 2.014175, 2.084353, 2.336879");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.018996, 0.025359, 0.043367, 0.122274, 0.465767",\
|
|
"0.018996, 0.025359, 0.043367, 0.122274, 0.465767",\
|
|
"0.018996, 0.025359, 0.043367, 0.122274, 0.465767",\
|
|
"0.018996, 0.025359, 0.043368, 0.122275, 0.465774",\
|
|
"0.018998, 0.025358, 0.043369, 0.122276, 0.465795");
|
|
}
|
|
|
|
} /* 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.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.488920, 0.501083, 0.535650, 0.676288, 1.260614",\
|
|
"0.576846, 0.589009, 0.623577, 0.764214, 1.348540",\
|
|
"0.635003, 0.647166, 0.681734, 0.822371, 1.406697",\
|
|
"0.699785, 0.711947, 0.746513, 0.887152, 1.471496",\
|
|
"0.965669, 0.977827, 1.012388, 1.153032, 1.737432");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.019242, 0.030800, 0.071336, 0.267990, 1.102873",\
|
|
"0.019242, 0.030800, 0.071336, 0.267990, 1.102873",\
|
|
"0.019242, 0.030800, 0.071336, 0.267990, 1.102873",\
|
|
"0.019242, 0.030801, 0.071336, 0.267994, 1.102880",\
|
|
"0.019244, 0.030804, 0.071338, 0.268004, 1.102902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.568634, 0.578471, 0.601692, 0.670414, 0.917991",\
|
|
"0.694899, 0.704736, 0.727957, 0.796679, 1.044257",\
|
|
"0.834027, 0.843865, 0.867086, 0.935807, 1.183385",\
|
|
"1.058136, 1.067973, 1.091192, 1.159914, 1.407494",\
|
|
"1.981125, 1.990960, 2.014175, 2.082894, 2.330482");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.018996, 0.025359, 0.043367, 0.119519, 0.453596",\
|
|
"0.018996, 0.025359, 0.043367, 0.119519, 0.453596",\
|
|
"0.018996, 0.025359, 0.043367, 0.119519, 0.453596",\
|
|
"0.018996, 0.025359, 0.043368, 0.119520, 0.453602",\
|
|
"0.018998, 0.025358, 0.043369, 0.119521, 0.453624");
|
|
}
|
|
|
|
} /* 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.002344 ;
|
|
|
|
/* 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.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.445976, 2.457753, 2.492570, 2.636040, 3.228653",\
|
|
"2.541510, 2.553287, 2.588104, 2.731574, 3.324187",\
|
|
"2.612066, 2.623842, 2.658660, 2.802130, 3.394742",\
|
|
"2.695570, 2.707347, 2.742165, 2.885635, 3.478247",\
|
|
"3.039672, 3.051448, 3.086266, 3.229736, 3.822348");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.022810, 0.034001, 0.073878, 0.274820, 1.125575",\
|
|
"0.022810, 0.034001, 0.073878, 0.274820, 1.125575",\
|
|
"0.022810, 0.034001, 0.073878, 0.274820, 1.125575",\
|
|
"0.022810, 0.034001, 0.073878, 0.274820, 1.125575",\
|
|
"0.022810, 0.034001, 0.073878, 0.274820, 1.125575");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.285331, 2.294346, 2.317303, 2.388413, 2.638785",\
|
|
"2.380865, 2.389880, 2.412837, 2.483946, 2.734318",\
|
|
"2.451421, 2.460436, 2.483393, 2.554502, 2.804874",\
|
|
"2.534925, 2.543940, 2.566897, 2.638007, 2.888379",\
|
|
"2.879026, 2.888041, 2.910999, 2.982108, 3.232480");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.020305, 0.026165, 0.043996, 0.125319, 0.472823",\
|
|
"0.020305, 0.026165, 0.043996, 0.125319, 0.472823",\
|
|
"0.020305, 0.026165, 0.043996, 0.125319, 0.472823",\
|
|
"0.020305, 0.026165, 0.043996, 0.125319, 0.472823",\
|
|
"0.020305, 0.026165, 0.043996, 0.125319, 0.472823");
|
|
}
|
|
|
|
} /* 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.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.308731, 2.320508, 2.355325, 2.496112, 3.079905",\
|
|
"2.404264, 2.416041, 2.450858, 2.591645, 3.175438",\
|
|
"2.474820, 2.486597, 2.521414, 2.662201, 3.245994",\
|
|
"2.558325, 2.570101, 2.604919, 2.745705, 3.329498",\
|
|
"2.902426, 2.914203, 2.949020, 3.089807, 3.673600");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.022810, 0.034001, 0.073878, 0.269765, 1.103773",\
|
|
"0.022810, 0.034001, 0.073878, 0.269765, 1.103773",\
|
|
"0.022810, 0.034001, 0.073878, 0.269765, 1.103773",\
|
|
"0.022810, 0.034001, 0.073878, 0.269765, 1.103773",\
|
|
"0.022810, 0.034001, 0.073878, 0.269765, 1.103773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "2.157025, 2.166040, 2.188997, 2.257415, 2.504580",\
|
|
"2.252558, 2.261573, 2.284530, 2.352948, 2.600113",\
|
|
"2.323114, 2.332129, 2.355086, 2.423504, 2.670669",\
|
|
"2.406619, 2.415634, 2.438591, 2.507009, 2.754174",\
|
|
"2.750720, 2.759735, 2.782692, 2.851110, 3.098275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.020305, 0.026165, 0.043996, 0.120245, 0.454043",\
|
|
"0.020305, 0.026165, 0.043996, 0.120245, 0.454043",\
|
|
"0.020305, 0.026165, 0.043996, 0.120245, 0.454043",\
|
|
"0.020305, 0.026165, 0.043996, 0.120245, 0.454043",\
|
|
"0.020305, 0.026165, 0.043996, 0.120245, 0.454043");
|
|
}
|
|
|
|
} /* 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.000684 ;
|
|
|
|
/* 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.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.481458, 2.494003, 2.528925, 2.671386, 3.260851",\
|
|
"2.576992, 2.589536, 2.624459, 2.766920, 3.356385",\
|
|
"2.647547, 2.660092, 2.695015, 2.837476, 3.426940",\
|
|
"2.731052, 2.743597, 2.778519, 2.920980, 3.510445",\
|
|
"3.075153, 3.087698, 3.122620, 3.265081, 3.854546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.021375, 0.032682, 0.072499, 0.270510, 1.115160",\
|
|
"0.021375, 0.032682, 0.072499, 0.270510, 1.115160",\
|
|
"0.021375, 0.032682, 0.072499, 0.270510, 1.115160",\
|
|
"0.021375, 0.032682, 0.072499, 0.270510, 1.115160",\
|
|
"0.021375, 0.032682, 0.072499, 0.270510, 1.115160");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.318948, 2.328778, 2.351921, 2.422052, 2.674416",\
|
|
"2.414481, 2.424311, 2.447455, 2.517585, 2.769950",\
|
|
"2.485037, 2.494867, 2.518011, 2.588141, 2.840506",\
|
|
"2.568542, 2.578372, 2.601515, 2.671646, 2.924010",\
|
|
"2.912643, 2.922473, 2.945616, 3.015747, 3.268111");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.019200, 0.025489, 0.043528, 0.122137, 0.465602",\
|
|
"0.019200, 0.025489, 0.043528, 0.122137, 0.465602",\
|
|
"0.019200, 0.025489, 0.043528, 0.122137, 0.465602",\
|
|
"0.019200, 0.025489, 0.043528, 0.122137, 0.465602",\
|
|
"0.019200, 0.025489, 0.043528, 0.122137, 0.465602");
|
|
}
|
|
|
|
} /* 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.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.352157, 2.364702, 2.399624, 2.540703, 3.125576",\
|
|
"2.447690, 2.460235, 2.495157, 2.636236, 3.221109",\
|
|
"2.518246, 2.530791, 2.565713, 2.706792, 3.291665",\
|
|
"2.601751, 2.614295, 2.649218, 2.790297, 3.375170",\
|
|
"2.945852, 2.958397, 2.993319, 3.134398, 3.719271");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.021375, 0.032682, 0.072499, 0.267899, 1.103832",\
|
|
"0.021375, 0.032682, 0.072499, 0.267899, 1.103832",\
|
|
"0.021375, 0.032682, 0.072499, 0.267899, 1.103832",\
|
|
"0.021375, 0.032682, 0.072499, 0.267899, 1.103832",\
|
|
"0.021375, 0.032682, 0.072499, 0.267899, 1.103832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.194377, 2.204207, 2.227351, 2.296097, 2.543772",\
|
|
"2.289911, 2.299741, 2.322885, 2.391630, 2.639305",\
|
|
"2.360467, 2.370297, 2.393440, 2.462186, 2.709861",\
|
|
"2.443971, 2.453801, 2.476945, 2.545691, 2.793366",\
|
|
"2.788072, 2.797902, 2.821046, 2.889792, 3.137467");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.019200, 0.025489, 0.043528, 0.119522, 0.454044",\
|
|
"0.019200, 0.025489, 0.043528, 0.119522, 0.454044",\
|
|
"0.019200, 0.025489, 0.043528, 0.119522, 0.454044",\
|
|
"0.019200, 0.025489, 0.043528, 0.119522, 0.454044",\
|
|
"0.019200, 0.025489, 0.043528, 0.119522, 0.454044");
|
|
}
|
|
|
|
} /* 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.001037 ;
|
|
|
|
/* 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.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "2.295286, 2.307744, 2.342739, 2.485564, 3.075933",\
|
|
"2.390819, 2.403277, 2.438272, 2.581098, 3.171466",\
|
|
"2.461375, 2.473833, 2.508829, 2.651654, 3.242023",\
|
|
"2.544880, 2.557338, 2.592333, 2.735158, 3.325527",\
|
|
"2.888981, 2.901439, 2.936434, 3.079259, 3.669628");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "0.022034, 0.033264, 0.072968, 0.271601, 1.118431",\
|
|
"0.022034, 0.033264, 0.072968, 0.271601, 1.118431",\
|
|
"0.022034, 0.033264, 0.072968, 0.271601, 1.118431",\
|
|
"0.022034, 0.033264, 0.072968, 0.271601, 1.118431",\
|
|
"0.022034, 0.033264, 0.072968, 0.271601, 1.118431");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "2.361597, 2.371260, 2.394399, 2.464893, 2.718382",\
|
|
"2.457130, 2.466794, 2.489933, 2.560426, 2.813916",\
|
|
"2.527686, 2.537350, 2.560489, 2.630982, 2.884472",\
|
|
"2.611191, 2.620854, 2.643993, 2.714487, 2.967976",\
|
|
"2.955292, 2.964955, 2.988094, 3.058588, 3.312077");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "0.019666, 0.025826, 0.043773, 0.123050, 0.468909",\
|
|
"0.019666, 0.025826, 0.043773, 0.123050, 0.468909",\
|
|
"0.019666, 0.025826, 0.043773, 0.123050, 0.468909",\
|
|
"0.019666, 0.025826, 0.043773, 0.123050, 0.468909",\
|
|
"0.019666, 0.025826, 0.043773, 0.123050, 0.468909");
|
|
}
|
|
|
|
} /* 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.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "2.157821, 2.170279, 2.205275, 2.346319, 2.930790",\
|
|
"2.253355, 2.265813, 2.300808, 2.441853, 3.026323",\
|
|
"2.323910, 2.336369, 2.371364, 2.512409, 3.096879",\
|
|
"2.407415, 2.419873, 2.454868, 2.595913, 3.180384",\
|
|
"2.751516, 2.763974, 2.798969, 2.940014, 3.524485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "0.022034, 0.033264, 0.072968, 0.268243, 1.103875",\
|
|
"0.022034, 0.033264, 0.072968, 0.268243, 1.103875",\
|
|
"0.022034, 0.033264, 0.072968, 0.268243, 1.103875",\
|
|
"0.022034, 0.033264, 0.072968, 0.268243, 1.103875",\
|
|
"0.022034, 0.033264, 0.072968, 0.268243, 1.103875");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "2.232631, 2.242295, 2.265434, 2.334143, 2.581605",\
|
|
"2.328164, 2.337828, 2.360967, 2.429677, 2.677139",\
|
|
"2.398720, 2.408384, 2.431523, 2.500232, 2.747695",\
|
|
"2.482225, 2.491889, 2.515028, 2.583737, 2.831199",\
|
|
"2.826326, 2.835990, 2.859128, 2.927838, 3.175300");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001037, 0.011809, 0.051037, 0.233116, 1.000000");
|
|
values ( "0.019666, 0.025826, 0.043773, 0.119683, 0.454048",\
|
|
"0.019666, 0.025826, 0.043773, 0.119683, 0.454048",\
|
|
"0.019666, 0.025826, 0.043773, 0.119683, 0.454048",\
|
|
"0.019666, 0.025826, 0.043773, 0.119683, 0.454048",\
|
|
"0.019666, 0.025826, 0.043773, 0.119683, 0.454048");
|
|
}
|
|
|
|
} /* 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.011788 ;
|
|
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.008938 ;
|
|
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.001660 ;
|
|
|
|
/* 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.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "2.295925, 2.307804, 2.342453, 2.485543, 3.078122",\
|
|
"2.391459, 2.403337, 2.437986, 2.581076, 3.173656",\
|
|
"2.462015, 2.473893, 2.508542, 2.651632, 3.244211",\
|
|
"2.545519, 2.557398, 2.592046, 2.735137, 3.327716",\
|
|
"2.889620, 2.901499, 2.936148, 3.079238, 3.671817");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "0.021138, 0.032516, 0.072688, 0.273617, 1.122916",\
|
|
"0.021138, 0.032516, 0.072688, 0.273617, 1.122916",\
|
|
"0.021138, 0.032516, 0.072688, 0.273617, 1.122916",\
|
|
"0.021138, 0.032516, 0.072688, 0.273617, 1.122916",\
|
|
"0.021138, 0.032516, 0.072688, 0.273617, 1.122916");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "2.572953, 2.582319, 2.605408, 2.676372, 2.926522",\
|
|
"2.668486, 2.677853, 2.700941, 2.771905, 3.022056",\
|
|
"2.739042, 2.748409, 2.771497, 2.842461, 3.092612",\
|
|
"2.822546, 2.831913, 2.855001, 2.925966, 3.176116",\
|
|
"3.166648, 3.176014, 3.199103, 3.270067, 3.520218");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "0.020155, 0.026149, 0.043996, 0.124430, 0.470674",\
|
|
"0.020155, 0.026149, 0.043996, 0.124430, 0.470674",\
|
|
"0.020155, 0.026149, 0.043996, 0.124430, 0.470674",\
|
|
"0.020155, 0.026149, 0.043996, 0.124430, 0.470674",\
|
|
"0.020155, 0.026149, 0.043996, 0.124430, 0.470674");
|
|
}
|
|
|
|
} /* 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.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "1.149293, 1.161169, 1.195815, 1.336535, 1.921309",\
|
|
"1.244816, 1.256693, 1.291339, 1.432059, 2.016833",\
|
|
"1.315347, 1.327223, 1.361869, 1.502589, 2.087363",\
|
|
"1.398892, 1.410768, 1.445414, 1.586134, 2.170909",\
|
|
"1.743206, 1.755082, 1.789728, 1.930448, 2.515223");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "0.021125, 0.032505, 0.072681, 0.269161, 1.103626",\
|
|
"0.021125, 0.032505, 0.072681, 0.269161, 1.103626",\
|
|
"0.021125, 0.032505, 0.072681, 0.269161, 1.103626",\
|
|
"0.021125, 0.032505, 0.072681, 0.269161, 1.103626",\
|
|
"0.021125, 0.032505, 0.072681, 0.269161, 1.103626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "1.494796, 1.504163, 1.527252, 1.595841, 1.843073",\
|
|
"1.590320, 1.599687, 1.622776, 1.691364, 1.938597",\
|
|
"1.660850, 1.670217, 1.693306, 1.761895, 2.009127",\
|
|
"1.744396, 1.753763, 1.776851, 1.845440, 2.092673",\
|
|
"2.088710, 2.098077, 2.121165, 2.189754, 2.436987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001660, 0.012433, 0.051660, 0.233739, 1.000000");
|
|
values ( "0.020155, 0.026148, 0.043995, 0.119958, 0.454049",\
|
|
"0.020155, 0.026148, 0.043995, 0.119958, 0.454049",\
|
|
"0.020155, 0.026148, 0.043995, 0.119958, 0.454049",\
|
|
"0.020155, 0.026148, 0.043995, 0.119958, 0.454049",\
|
|
"0.020155, 0.026148, 0.043995, 0.119958, 0.454049");
|
|
}
|
|
|
|
} /* 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.001334 ;
|
|
|
|
/* 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.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.556484, 0.568452, 0.602958, 0.744007, 1.333263",\
|
|
"0.635430, 0.647398, 0.681904, 0.822954, 1.412209",\
|
|
"0.676551, 0.688519, 0.723025, 0.864075, 1.453330",\
|
|
"0.711249, 0.723217, 0.757724, 0.898774, 1.488029",\
|
|
"0.853314, 0.865284, 0.899792, 1.040843, 1.630094");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.020783, 0.032230, 0.072533, 0.266948, 1.111838",\
|
|
"0.020784, 0.032230, 0.072533, 0.266948, 1.111839",\
|
|
"0.020784, 0.032230, 0.072533, 0.266948, 1.111839",\
|
|
"0.020785, 0.032232, 0.072534, 0.266948, 1.111839",\
|
|
"0.020791, 0.032237, 0.072538, 0.266948, 1.111840");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.494583, 0.504086, 0.527084, 0.596354, 0.847689",\
|
|
"0.624733, 0.634235, 0.657233, 0.726503, 0.977838",\
|
|
"0.754307, 0.763809, 0.786807, 0.856077, 1.107412",\
|
|
"0.966625, 0.976127, 0.999125, 1.068394, 1.319731",\
|
|
"1.841668, 1.851168, 1.874163, 1.943431, 2.194773");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.019428, 0.025642, 0.043688, 0.118677, 0.462136",\
|
|
"0.019428, 0.025642, 0.043688, 0.118677, 0.462136",\
|
|
"0.019429, 0.025642, 0.043688, 0.118677, 0.462137",\
|
|
"0.019429, 0.025642, 0.043688, 0.118677, 0.462141",\
|
|
"0.019430, 0.025641, 0.043689, 0.118677, 0.462154");
|
|
}
|
|
|
|
} /* 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.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.556484, 0.568452, 0.602958, 0.744007, 1.328930",\
|
|
"0.635430, 0.647398, 0.681904, 0.822954, 1.407877",\
|
|
"0.676551, 0.688519, 0.723025, 0.864075, 1.448998",\
|
|
"0.711249, 0.723217, 0.757724, 0.898774, 1.483696",\
|
|
"0.853314, 0.865284, 0.899792, 1.040843, 1.625762");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.020783, 0.032230, 0.072533, 0.266947, 1.103629",\
|
|
"0.020784, 0.032230, 0.072533, 0.266947, 1.103629",\
|
|
"0.020784, 0.032230, 0.072533, 0.266947, 1.103629",\
|
|
"0.020785, 0.032232, 0.072534, 0.266947, 1.103629",\
|
|
"0.020791, 0.032237, 0.072538, 0.266947, 1.103630");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.494583, 0.504086, 0.527084, 0.596354, 0.843285",\
|
|
"0.624733, 0.634235, 0.657233, 0.726503, 0.973435",\
|
|
"0.754307, 0.763809, 0.786807, 0.856077, 1.103009",\
|
|
"0.966625, 0.976127, 0.999125, 1.068394, 1.315327",\
|
|
"1.841668, 1.851168, 1.874163, 1.943431, 2.190369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.019428, 0.025642, 0.043688, 0.118677, 0.453764",\
|
|
"0.019428, 0.025642, 0.043688, 0.118677, 0.453764",\
|
|
"0.019429, 0.025642, 0.043688, 0.118677, 0.453765",\
|
|
"0.019429, 0.025642, 0.043688, 0.118677, 0.453769",\
|
|
"0.019430, 0.025641, 0.043689, 0.118677, 0.453782");
|
|
}
|
|
|
|
} /* 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.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.422417, 0.434378, 0.468877, 0.609922, 1.199193",\
|
|
"0.498370, 0.510331, 0.544830, 0.685875, 1.275147",\
|
|
"0.538594, 0.550555, 0.585054, 0.726099, 1.315370",\
|
|
"0.576947, 0.588908, 0.623408, 0.764453, 1.353724",\
|
|
"0.735011, 0.746974, 0.781474, 0.922520, 1.511788");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.020750, 0.032201, 0.072515, 0.266953, 1.111833",\
|
|
"0.020750, 0.032201, 0.072515, 0.266953, 1.111833",\
|
|
"0.020751, 0.032202, 0.072515, 0.266953, 1.111833",\
|
|
"0.020752, 0.032203, 0.072516, 0.266953, 1.111834",\
|
|
"0.020759, 0.032209, 0.072520, 0.266953, 1.111835");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.457930, 0.467429, 0.490423, 0.559690, 0.811035",\
|
|
"0.580852, 0.590352, 0.613345, 0.682613, 0.933957",\
|
|
"0.705848, 0.715347, 0.738341, 0.807608, 1.058953",\
|
|
"0.903952, 0.913452, 0.936445, 1.005713, 1.257057",\
|
|
"1.721168, 1.730667, 1.753660, 1.822927, 2.074273");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.019431, 0.025641, 0.043690, 0.118678, 0.462161",\
|
|
"0.019431, 0.025641, 0.043690, 0.118678, 0.462161",\
|
|
"0.019431, 0.025641, 0.043690, 0.118678, 0.462161",\
|
|
"0.019431, 0.025641, 0.043690, 0.118678, 0.462161",\
|
|
"0.019432, 0.025641, 0.043690, 0.118678, 0.462164");
|
|
}
|
|
|
|
} /* 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.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.422417, 0.434378, 0.468877, 0.609922, 1.194861",\
|
|
"0.498370, 0.510331, 0.544830, 0.685875, 1.270815",\
|
|
"0.538594, 0.550555, 0.585054, 0.726099, 1.311038",\
|
|
"0.576947, 0.588908, 0.623408, 0.764453, 1.349391",\
|
|
"0.735011, 0.746974, 0.781474, 0.922520, 1.507455");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.020750, 0.032201, 0.072515, 0.266952, 1.103623",\
|
|
"0.020750, 0.032201, 0.072515, 0.266952, 1.103623",\
|
|
"0.020751, 0.032202, 0.072515, 0.266952, 1.103623",\
|
|
"0.020752, 0.032203, 0.072516, 0.266952, 1.103624",\
|
|
"0.020759, 0.032209, 0.072520, 0.266952, 1.103625");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.457930, 0.467429, 0.490423, 0.559690, 0.806631",\
|
|
"0.580852, 0.590352, 0.613345, 0.682613, 0.929554",\
|
|
"0.705848, 0.715347, 0.738341, 0.807608, 1.054549",\
|
|
"0.903952, 0.913452, 0.936445, 1.005713, 1.252654",\
|
|
"1.721168, 1.730667, 1.753660, 1.822927, 2.069869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.019431, 0.025641, 0.043690, 0.118678, 0.453788",\
|
|
"0.019431, 0.025641, 0.043690, 0.118678, 0.453788",\
|
|
"0.019431, 0.025641, 0.043690, 0.118678, 0.453788",\
|
|
"0.019431, 0.025641, 0.043690, 0.118678, 0.453788",\
|
|
"0.019432, 0.025641, 0.043690, 0.118678, 0.453792");
|
|
}
|
|
|
|
} /* 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.003488 ;
|
|
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.001313 ;
|
|
|
|
/* 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.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "2.662549, 2.674512, 2.709048, 2.851379, 3.441353",\
|
|
"2.758083, 2.770045, 2.804582, 2.946913, 3.536887",\
|
|
"2.828639, 2.840601, 2.875138, 3.017469, 3.607443",\
|
|
"2.912143, 2.924106, 2.958642, 3.100973, 3.690947",\
|
|
"3.256245, 3.268207, 3.302744, 3.445075, 4.035049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.020609, 0.032063, 0.072362, 0.271577, 1.115625",\
|
|
"0.020609, 0.032063, 0.072362, 0.271577, 1.115625",\
|
|
"0.020609, 0.032063, 0.072362, 0.271577, 1.115625",\
|
|
"0.020609, 0.032063, 0.072362, 0.271577, 1.115625",\
|
|
"0.020609, 0.032063, 0.072362, 0.271577, 1.115625");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "2.783295, 2.792798, 2.815811, 2.885956, 3.138453",\
|
|
"2.878829, 2.888332, 2.911345, 2.981490, 3.233987",\
|
|
"2.949384, 2.958887, 2.981900, 3.052046, 3.304542",\
|
|
"3.032889, 3.042392, 3.065405, 3.135550, 3.388047",\
|
|
"3.376990, 3.386493, 3.409507, 3.479652, 3.732148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.019531, 0.025682, 0.043697, 0.122573, 0.466307",\
|
|
"0.019531, 0.025682, 0.043697, 0.122573, 0.466307",\
|
|
"0.019531, 0.025682, 0.043697, 0.122573, 0.466307",\
|
|
"0.019531, 0.025682, 0.043697, 0.122573, 0.466307",\
|
|
"0.019531, 0.025682, 0.043697, 0.122573, 0.466307");
|
|
}
|
|
|
|
} /* 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.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "2.277673, 2.289624, 2.324149, 2.464999, 3.050130",\
|
|
"2.373207, 2.385158, 2.419682, 2.560533, 3.145663",\
|
|
"2.443763, 2.455714, 2.490238, 2.631089, 3.216219",\
|
|
"2.527267, 2.539218, 2.573743, 2.714594, 3.299724",\
|
|
"2.871369, 2.883320, 2.917844, 3.058695, 3.643826");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.020555, 0.032017, 0.072333, 0.268811, 1.103597",\
|
|
"0.020555, 0.032017, 0.072333, 0.268811, 1.103597",\
|
|
"0.020555, 0.032017, 0.072333, 0.268811, 1.103597",\
|
|
"0.020555, 0.032017, 0.072333, 0.268811, 1.103597",\
|
|
"0.020555, 0.032017, 0.072333, 0.268811, 1.103597");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "2.491050, 2.500553, 2.523565, 2.592233, 2.839759",\
|
|
"2.586583, 2.596086, 2.619098, 2.687767, 2.935292",\
|
|
"2.657139, 2.666642, 2.689655, 2.758323, 3.005848",\
|
|
"2.740644, 2.750147, 2.773159, 2.841827, 3.089353",\
|
|
"3.084745, 3.094248, 3.117260, 3.185929, 3.433454");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.019524, 0.025676, 0.043692, 0.119792, 0.454042",\
|
|
"0.019524, 0.025676, 0.043692, 0.119792, 0.454042",\
|
|
"0.019524, 0.025676, 0.043692, 0.119792, 0.454042",\
|
|
"0.019524, 0.025676, 0.043692, 0.119792, 0.454042",\
|
|
"0.019524, 0.025676, 0.043692, 0.119792, 0.454042");
|
|
}
|
|
|
|
} /* 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.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "1.205454, 1.217415, 1.251949, 1.394279, 1.984258",\
|
|
"1.321567, 1.333527, 1.368061, 1.510391, 2.100370",\
|
|
"1.417864, 1.429824, 1.464358, 1.606688, 2.196667",\
|
|
"1.562922, 1.574883, 1.609417, 1.751747, 2.341725",\
|
|
"2.160252, 2.172212, 2.206746, 2.349076, 2.939055");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.020599, 0.032055, 0.072357, 0.271579, 1.115623",\
|
|
"0.020599, 0.032055, 0.072357, 0.271579, 1.115623",\
|
|
"0.020599, 0.032055, 0.072357, 0.271579, 1.115623",\
|
|
"0.020599, 0.032055, 0.072357, 0.271579, 1.115623",\
|
|
"0.020599, 0.032055, 0.072357, 0.271579, 1.115623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "1.396313, 1.405816, 1.428829, 1.498974, 1.751471",\
|
|
"1.512425, 1.521928, 1.544941, 1.615086, 1.867583",\
|
|
"1.608722, 1.618225, 1.641238, 1.711383, 1.963880",\
|
|
"1.753780, 1.763284, 1.786297, 1.856442, 2.108939",\
|
|
"2.351110, 2.360613, 2.383626, 2.453771, 2.706268");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.019530, 0.025681, 0.043696, 0.122573, 0.466307",\
|
|
"0.019530, 0.025681, 0.043696, 0.122573, 0.466307",\
|
|
"0.019530, 0.025681, 0.043696, 0.122573, 0.466307",\
|
|
"0.019530, 0.025681, 0.043696, 0.122573, 0.466307",\
|
|
"0.019530, 0.025681, 0.043696, 0.122573, 0.466307");
|
|
}
|
|
|
|
} /* 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.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "1.204898, 1.216859, 1.251393, 1.392250, 1.977358",\
|
|
"1.285520, 1.297480, 1.332014, 1.472871, 2.057980",\
|
|
"1.334773, 1.346733, 1.381268, 1.522125, 2.107233",\
|
|
"1.371394, 1.383354, 1.417888, 1.558745, 2.143854",\
|
|
"1.521823, 1.533783, 1.568318, 1.709174, 2.294283");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.020599, 0.032055, 0.072357, 0.268804, 1.103604",\
|
|
"0.020599, 0.032055, 0.072357, 0.268804, 1.103604",\
|
|
"0.020599, 0.032055, 0.072357, 0.268804, 1.103604",\
|
|
"0.020599, 0.032055, 0.072357, 0.268804, 1.103604",\
|
|
"0.020599, 0.032055, 0.072357, 0.268804, 1.103604");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "1.395756, 1.405260, 1.428273, 1.496942, 1.744465",\
|
|
"1.476378, 1.485881, 1.508894, 1.577564, 1.825086",\
|
|
"1.525631, 1.535135, 1.558148, 1.626817, 1.874340",\
|
|
"1.562252, 1.571755, 1.594768, 1.663437, 1.910960",\
|
|
"1.712681, 1.722184, 1.745197, 1.813867, 2.061389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001313, 0.012085, 0.051313, 0.233392, 1.000000");
|
|
values ( "0.019530, 0.025681, 0.043696, 0.119793, 0.454042",\
|
|
"0.019530, 0.025681, 0.043696, 0.119793, 0.454042",\
|
|
"0.019530, 0.025681, 0.043696, 0.119793, 0.454042",\
|
|
"0.019530, 0.025681, 0.043696, 0.119793, 0.454042",\
|
|
"0.019530, 0.025681, 0.043696, 0.119793, 0.454042");
|
|
}
|
|
|
|
} /* 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.000687 ;
|
|
|
|
/* 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.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "2.715629, 2.728005, 2.762699, 2.903705, 3.492319",\
|
|
"2.811162, 2.823539, 2.858233, 2.999239, 3.587853",\
|
|
"2.881718, 2.894095, 2.928789, 3.069795, 3.658409",\
|
|
"2.965223, 2.977599, 3.012293, 3.153299, 3.741913",\
|
|
"3.309324, 3.321701, 3.356395, 3.497401, 4.086015");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.020724, 0.032140, 0.072233, 0.266302, 1.110060",\
|
|
"0.020724, 0.032140, 0.072233, 0.266302, 1.110060",\
|
|
"0.020724, 0.032140, 0.072233, 0.266302, 1.110060",\
|
|
"0.020724, 0.032140, 0.072233, 0.266302, 1.110060",\
|
|
"0.020724, 0.032140, 0.072233, 0.266302, 1.110060");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "2.820589, 2.830395, 2.853462, 2.922663, 3.173365",\
|
|
"2.916123, 2.925929, 2.948996, 3.018197, 3.268899",\
|
|
"2.986678, 2.996485, 3.019551, 3.088752, 3.339455",\
|
|
"3.070183, 3.079989, 3.103056, 3.172257, 3.422959",\
|
|
"3.414284, 3.424091, 3.447157, 3.516358, 3.767061");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.019261, 0.025558, 0.043655, 0.118565, 0.460497",\
|
|
"0.019261, 0.025558, 0.043655, 0.118565, 0.460497",\
|
|
"0.019261, 0.025558, 0.043655, 0.118565, 0.460497",\
|
|
"0.019261, 0.025558, 0.043655, 0.118565, 0.460497",\
|
|
"0.019261, 0.025558, 0.043655, 0.118565, 0.460497");
|
|
}
|
|
|
|
} /* 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.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "2.210943, 2.223309, 2.257992, 2.398991, 2.984291",\
|
|
"2.306477, 2.318843, 2.353526, 2.494525, 3.079825",\
|
|
"2.377033, 2.389399, 2.424082, 2.565081, 3.150381",\
|
|
"2.460538, 2.472904, 2.507587, 2.648586, 3.233886",\
|
|
"2.804639, 2.817005, 2.851688, 2.992687, 3.577987");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.020675, 0.032098, 0.072207, 0.266309, 1.103723",\
|
|
"0.020675, 0.032098, 0.072207, 0.266309, 1.103723",\
|
|
"0.020675, 0.032098, 0.072207, 0.266309, 1.103723",\
|
|
"0.020675, 0.032098, 0.072207, 0.266309, 1.103723",\
|
|
"0.020675, 0.032098, 0.072207, 0.266309, 1.103723");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "2.388929, 2.398735, 2.421801, 2.491000, 2.738314",\
|
|
"2.484462, 2.494268, 2.517334, 2.586533, 2.833847",\
|
|
"2.555018, 2.564824, 2.587890, 2.657089, 2.904403",\
|
|
"2.638523, 2.648329, 2.671395, 2.740594, 2.987908",\
|
|
"2.982624, 2.992430, 3.015496, 3.084695, 3.332009");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.019253, 0.025552, 0.043650, 0.118564, 0.454045",\
|
|
"0.019253, 0.025552, 0.043650, 0.118564, 0.454045",\
|
|
"0.019253, 0.025552, 0.043650, 0.118564, 0.454045",\
|
|
"0.019253, 0.025552, 0.043650, 0.118564, 0.454045",\
|
|
"0.019253, 0.025552, 0.043650, 0.118564, 0.454045");
|
|
}
|
|
|
|
} /* 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.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "1.242209, 1.254584, 1.289276, 1.430280, 2.018899",\
|
|
"1.358315, 1.370689, 1.405381, 1.546385, 2.135004",\
|
|
"1.454602, 1.466976, 1.501668, 1.642672, 2.231291",\
|
|
"1.599630, 1.612004, 1.646696, 1.787700, 2.376319",\
|
|
"2.196828, 2.209203, 2.243895, 2.384899, 2.973518");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.020714, 0.032132, 0.072228, 0.266303, 1.110058",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.110058",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.110058",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.110058",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.110058");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "1.406501, 1.416307, 1.439374, 1.508574, 1.759277",\
|
|
"1.522606, 1.532413, 1.555479, 1.624679, 1.875383",\
|
|
"1.618893, 1.628699, 1.651766, 1.720966, 1.971669",\
|
|
"1.763921, 1.773727, 1.796794, 1.865994, 2.116698",\
|
|
"2.361120, 2.370926, 2.393993, 2.463193, 2.713897");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.019259, 0.025557, 0.043654, 0.118564, 0.460497",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.460497",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.460497",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.460497",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.460497");
|
|
}
|
|
|
|
} /* 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.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "1.224474, 1.236848, 1.271540, 1.412544, 1.997825",\
|
|
"1.305088, 1.317463, 1.352154, 1.493159, 2.078439",\
|
|
"1.354331, 1.366706, 1.401398, 1.542402, 2.127683",\
|
|
"1.390921, 1.403296, 1.437988, 1.578992, 2.164273",\
|
|
"1.541220, 1.553595, 1.588286, 1.729291, 2.314571");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.020714, 0.032132, 0.072228, 0.266303, 1.103729",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.103729",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.103729",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.103729",\
|
|
"0.020714, 0.032132, 0.072228, 0.266303, 1.103729");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "1.399883, 1.409690, 1.432756, 1.501956, 1.749268",\
|
|
"1.480498, 1.490304, 1.513371, 1.582571, 1.829882",\
|
|
"1.529741, 1.539547, 1.562614, 1.631814, 1.879125",\
|
|
"1.566331, 1.576137, 1.599204, 1.668404, 1.915715",\
|
|
"1.716630, 1.726436, 1.749503, 1.818703, 2.066014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000687, 0.011459, 0.050687, 0.232766, 1.000000");
|
|
values ( "0.019259, 0.025557, 0.043654, 0.118564, 0.454045",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.454045",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.454045",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.454045",\
|
|
"0.019259, 0.025557, 0.043654, 0.118564, 0.454045");
|
|
}
|
|
|
|
} /* 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.000828 ;
|
|
|
|
/* 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.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "2.668848, 2.680983, 2.715485, 2.856440, 3.445748",\
|
|
"2.764382, 2.776516, 2.811019, 2.951974, 3.541281",\
|
|
"2.834938, 2.847072, 2.881575, 3.022530, 3.611838",\
|
|
"2.918442, 2.930577, 2.965079, 3.106034, 3.695342",\
|
|
"3.262544, 3.274678, 3.309180, 3.450135, 4.039443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.020029, 0.031549, 0.071905, 0.266507, 1.110824",\
|
|
"0.020029, 0.031549, 0.071905, 0.266507, 1.110824",\
|
|
"0.020029, 0.031549, 0.071905, 0.266507, 1.110824",\
|
|
"0.020029, 0.031549, 0.071905, 0.266507, 1.110824",\
|
|
"0.020029, 0.031549, 0.071905, 0.266507, 1.110824");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "2.788530, 2.798266, 2.821305, 2.890527, 3.141652",\
|
|
"2.884063, 2.893800, 2.916838, 2.986061, 3.237186",\
|
|
"2.954619, 2.964355, 2.987394, 3.056617, 3.307742",\
|
|
"3.038124, 3.047860, 3.070899, 3.140121, 3.391247",\
|
|
"3.382225, 3.391962, 3.415000, 3.484223, 3.735348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.019196, 0.025483, 0.043584, 0.118549, 0.461409",\
|
|
"0.019196, 0.025483, 0.043584, 0.118549, 0.461409",\
|
|
"0.019196, 0.025483, 0.043584, 0.118549, 0.461409",\
|
|
"0.019196, 0.025483, 0.043584, 0.118549, 0.461409",\
|
|
"0.019196, 0.025483, 0.043584, 0.118549, 0.461409");
|
|
}
|
|
|
|
} /* 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.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "2.164860, 2.176983, 2.211473, 2.352421, 2.937943",\
|
|
"2.260393, 2.272516, 2.307007, 2.447955, 3.033477",\
|
|
"2.330949, 2.343072, 2.377563, 2.518511, 3.104033",\
|
|
"2.414454, 2.426577, 2.461068, 2.602015, 3.187537",\
|
|
"2.758555, 2.770678, 2.805169, 2.946117, 3.531639");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.019976, 0.031504, 0.071876, 0.266515, 1.103591",\
|
|
"0.019976, 0.031504, 0.071876, 0.266515, 1.103591",\
|
|
"0.019976, 0.031504, 0.071876, 0.266515, 1.103591",\
|
|
"0.019976, 0.031504, 0.071876, 0.266515, 1.103591",\
|
|
"0.019976, 0.031504, 0.071876, 0.266515, 1.103591");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "2.352625, 2.362361, 2.385400, 2.454621, 2.701875",\
|
|
"2.448159, 2.457895, 2.480933, 2.550154, 2.797409",\
|
|
"2.518715, 2.528451, 2.551489, 2.620710, 2.867965",\
|
|
"2.602219, 2.611956, 2.634994, 2.704215, 2.951469",\
|
|
"2.946321, 2.956057, 2.979095, 3.048316, 3.295571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.019189, 0.025477, 0.043579, 0.118549, 0.454042",\
|
|
"0.019189, 0.025477, 0.043579, 0.118549, 0.454042",\
|
|
"0.019189, 0.025477, 0.043579, 0.118549, 0.454042",\
|
|
"0.019189, 0.025477, 0.043579, 0.118549, 0.454042",\
|
|
"0.019189, 0.025477, 0.043579, 0.118549, 0.454042");
|
|
}
|
|
|
|
} /* 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.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "1.232374, 1.244507, 1.279008, 1.419962, 2.009273",\
|
|
"1.348489, 1.360622, 1.395123, 1.536076, 2.125388",\
|
|
"1.444786, 1.456919, 1.491420, 1.632373, 2.221685",\
|
|
"1.589845, 1.601978, 1.636479, 1.777433, 2.366744",\
|
|
"2.187174, 2.199307, 2.233808, 2.374762, 2.964073");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.020022, 0.031543, 0.071901, 0.266508, 1.110823",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.110823",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.110823",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.110823",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.110823");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "1.418849, 1.428585, 1.451623, 1.520846, 1.771971",\
|
|
"1.534963, 1.544699, 1.567738, 1.636960, 1.888085",\
|
|
"1.631260, 1.640996, 1.664035, 1.733257, 1.984383",\
|
|
"1.776319, 1.786055, 1.809094, 1.878316, 2.129442",\
|
|
"2.373648, 2.383384, 2.406423, 2.475645, 2.726770");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.019194, 0.025482, 0.043583, 0.118549, 0.461409",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.461409",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.461409",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.461409",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.461409");
|
|
}
|
|
|
|
} /* 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.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "1.219139, 1.231272, 1.265773, 1.406727, 1.992227",\
|
|
"1.299762, 1.311895, 1.346396, 1.487350, 2.072850",\
|
|
"1.349016, 1.361149, 1.395650, 1.536603, 2.122103",\
|
|
"1.385637, 1.397770, 1.432271, 1.573225, 2.158725",\
|
|
"1.536066, 1.548199, 1.582700, 1.723653, 2.309153");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.020022, 0.031543, 0.071901, 0.266508, 1.103598",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.103598",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.103598",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.103598",\
|
|
"0.020022, 0.031543, 0.071901, 0.266508, 1.103598");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "1.410343, 1.420079, 1.443118, 1.512340, 1.759592",\
|
|
"1.490966, 1.500703, 1.523741, 1.592963, 1.840216",\
|
|
"1.540220, 1.549956, 1.572995, 1.642217, 1.889469",\
|
|
"1.576841, 1.586577, 1.609616, 1.678838, 1.926090",\
|
|
"1.727270, 1.737006, 1.760044, 1.829267, 2.076519");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000828, 0.011600, 0.050828, 0.232907, 1.000000");
|
|
values ( "0.019194, 0.025482, 0.043583, 0.118549, 0.454042",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.454042",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.454042",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.454042",\
|
|
"0.019194, 0.025482, 0.043583, 0.118549, 0.454042");
|
|
}
|
|
|
|
} /* 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.000837 ;
|
|
|
|
/* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.608291, 2.620316, 2.654708, 2.795596, 3.385134",\
|
|
"2.703825, 2.715849, 2.750242, 2.891130, 3.480667",\
|
|
"2.774380, 2.786405, 2.820798, 2.961686, 3.551223",\
|
|
"2.857885, 2.869910, 2.904302, 3.045190, 3.634728",\
|
|
"3.201986, 3.214011, 3.248404, 3.389292, 3.978829");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019553, 0.031140, 0.071650, 0.266589, 1.110749",\
|
|
"0.019553, 0.031140, 0.071650, 0.266589, 1.110749",\
|
|
"0.019553, 0.031140, 0.071650, 0.266589, 1.110749",\
|
|
"0.019553, 0.031140, 0.071650, 0.266589, 1.110749",\
|
|
"0.019553, 0.031140, 0.071650, 0.266589, 1.110749");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.730485, 2.740221, 2.763264, 2.832469, 3.083610",\
|
|
"2.826019, 2.835755, 2.858798, 2.928003, 3.179144",\
|
|
"2.896575, 2.906311, 2.929353, 2.998559, 3.249699",\
|
|
"2.980079, 2.989815, 3.012858, 3.082063, 3.333204",\
|
|
"3.324181, 3.333917, 3.356960, 3.426165, 3.677305");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019099, 0.025407, 0.043515, 0.118547, 0.461343",\
|
|
"0.019099, 0.025407, 0.043515, 0.118547, 0.461343",\
|
|
"0.019099, 0.025407, 0.043515, 0.118547, 0.461343",\
|
|
"0.019099, 0.025407, 0.043515, 0.118547, 0.461343",\
|
|
"0.019099, 0.025407, 0.043515, 0.118547, 0.461343");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.287915, 2.299931, 2.334312, 2.475194, 3.060943",\
|
|
"2.383449, 2.395464, 2.429846, 2.570728, 3.156476",\
|
|
"2.454005, 2.466020, 2.500402, 2.641284, 3.227032",\
|
|
"2.537509, 2.549525, 2.583906, 2.724788, 3.310537",\
|
|
"2.881611, 2.893626, 2.928008, 3.068890, 3.654638");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019507, 0.031100, 0.071625, 0.266596, 1.103516",\
|
|
"0.019507, 0.031100, 0.071625, 0.266596, 1.103516",\
|
|
"0.019507, 0.031100, 0.071625, 0.266596, 1.103516",\
|
|
"0.019507, 0.031100, 0.071625, 0.266596, 1.103516",\
|
|
"0.019507, 0.031100, 0.071625, 0.266596, 1.103516");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.471404, 2.481143, 2.504193, 2.573401, 2.820656",\
|
|
"2.566938, 2.576677, 2.599727, 2.668935, 2.916190",\
|
|
"2.637494, 2.647233, 2.670282, 2.739490, 2.986745",\
|
|
"2.720999, 2.730737, 2.753787, 2.822995, 3.070250",\
|
|
"3.065100, 3.074839, 3.097888, 3.167096, 3.414351");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019096, 0.025409, 0.043513, 0.118546, 0.453943",\
|
|
"0.019096, 0.025409, 0.043513, 0.118546, 0.453943",\
|
|
"0.019096, 0.025409, 0.043513, 0.118546, 0.453943",\
|
|
"0.019096, 0.025409, 0.043513, 0.118546, 0.453943",\
|
|
"0.019096, 0.025409, 0.043513, 0.118546, 0.453943");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.140961, 1.152984, 1.187374, 1.328261, 1.917803",\
|
|
"1.257074, 1.269097, 1.303487, 1.444374, 2.033916",\
|
|
"1.353371, 1.365393, 1.399784, 1.540670, 2.130212",\
|
|
"1.498429, 1.510452, 1.544842, 1.685729, 2.275271",\
|
|
"2.095758, 2.107781, 2.142172, 2.283058, 2.872601");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019543, 0.031131, 0.071645, 0.266590, 1.110747",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.110747",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.110747",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.110747",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.110747");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.315276, 1.325015, 1.348067, 1.417275, 1.668401",\
|
|
"1.431388, 1.441128, 1.464179, 1.533388, 1.784513",\
|
|
"1.527685, 1.537425, 1.560476, 1.629685, 1.880810",\
|
|
"1.672744, 1.682483, 1.705534, 1.774743, 2.025868",\
|
|
"2.270073, 2.279812, 2.302864, 2.372072, 2.623198");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019095, 0.025409, 0.043512, 0.118545, 0.461302",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.461302",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.461302",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.461302",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.461302");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.140405, 1.152428, 1.186818, 1.327705, 1.913435",\
|
|
"1.221027, 1.233050, 1.267440, 1.408327, 1.994057",\
|
|
"1.270280, 1.282303, 1.316693, 1.457580, 2.043310",\
|
|
"1.306900, 1.318923, 1.353313, 1.494200, 2.079931",\
|
|
"1.457330, 1.469352, 1.503743, 1.644629, 2.230360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019543, 0.031131, 0.071645, 0.266590, 1.103522",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.103522",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.103522",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.103522",\
|
|
"0.019543, 0.031131, 0.071645, 0.266590, 1.103522");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.314720, 1.324459, 1.347510, 1.416719, 1.663971",\
|
|
"1.395341, 1.405080, 1.428132, 1.497340, 1.744592",\
|
|
"1.444595, 1.454334, 1.477385, 1.546594, 1.793846",\
|
|
"1.481215, 1.490954, 1.514006, 1.583214, 1.830466",\
|
|
"1.631644, 1.641384, 1.664435, 1.733644, 1.980896");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019095, 0.025409, 0.043512, 0.118545, 0.453935",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.453935",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.453935",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.453935",\
|
|
"0.019095, 0.025409, 0.043512, 0.118545, 0.453935");
|
|
}
|
|
|
|
} /* 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.000678 ;
|
|
|
|
/* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.607558, 2.619641, 2.654033, 2.794854, 3.384130",\
|
|
"2.703091, 2.715174, 2.749567, 2.890387, 3.479664",\
|
|
"2.773647, 2.785730, 2.820122, 2.960943, 3.550220",\
|
|
"2.857152, 2.869235, 2.903627, 3.044448, 3.633724",\
|
|
"3.201253, 3.213336, 3.247728, 3.388549, 3.977825");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019364, 0.030970, 0.071490, 0.266490, 1.109851",\
|
|
"0.019364, 0.030970, 0.071490, 0.266490, 1.109851",\
|
|
"0.019364, 0.030970, 0.071490, 0.266490, 1.109851",\
|
|
"0.019364, 0.030970, 0.071490, 0.266490, 1.109851",\
|
|
"0.019364, 0.030970, 0.071490, 0.266490, 1.109851");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.729668, 2.739484, 2.762547, 2.831694, 3.082489",\
|
|
"2.825202, 2.835017, 2.858081, 2.927227, 3.178022",\
|
|
"2.895758, 2.905573, 2.928636, 2.997783, 3.248578",\
|
|
"2.979262, 2.989078, 3.012141, 3.081288, 3.332083",\
|
|
"3.323364, 3.333179, 3.356242, 3.425389, 3.676184");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.018985, 0.025337, 0.043464, 0.118548, 0.460422",\
|
|
"0.018985, 0.025337, 0.043464, 0.118548, 0.460422",\
|
|
"0.018985, 0.025337, 0.043464, 0.118548, 0.460422",\
|
|
"0.018985, 0.025337, 0.043464, 0.118548, 0.460422",\
|
|
"0.018985, 0.025337, 0.043464, 0.118548, 0.460422");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.300425, 2.312497, 2.346878, 2.487692, 3.073654",\
|
|
"2.395959, 2.408031, 2.442412, 2.583226, 3.169188",\
|
|
"2.466515, 2.478586, 2.512968, 2.653781, 3.239744",\
|
|
"2.550019, 2.562091, 2.596472, 2.737286, 3.323248",\
|
|
"2.894121, 2.906193, 2.940574, 3.081388, 3.667350");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019314, 0.030927, 0.071463, 0.266498, 1.103514",\
|
|
"0.019314, 0.030927, 0.071463, 0.266498, 1.103514",\
|
|
"0.019314, 0.030927, 0.071463, 0.266498, 1.103514",\
|
|
"0.019314, 0.030927, 0.071463, 0.266498, 1.103514",\
|
|
"0.019314, 0.030927, 0.071463, 0.266498, 1.103514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.479827, 2.489645, 2.512715, 2.581865, 2.829255",\
|
|
"2.575360, 2.585178, 2.608248, 2.677398, 2.924789",\
|
|
"2.645916, 2.655734, 2.678804, 2.747954, 2.995345",\
|
|
"2.729421, 2.739239, 2.762309, 2.831459, 3.078849",\
|
|
"3.073522, 3.083340, 3.106411, 3.175560, 3.422951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.018982, 0.025339, 0.043462, 0.118547, 0.453937",\
|
|
"0.018982, 0.025339, 0.043462, 0.118547, 0.453937",\
|
|
"0.018982, 0.025339, 0.043462, 0.118547, 0.453937",\
|
|
"0.018982, 0.025339, 0.043462, 0.118547, 0.453937",\
|
|
"0.018982, 0.025339, 0.043462, 0.118547, 0.453937");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "1.120994, 1.133074, 1.167464, 1.308283, 1.897565",\
|
|
"1.237107, 1.249187, 1.283576, 1.424395, 2.013678",\
|
|
"1.333404, 1.345484, 1.379873, 1.520692, 2.109975",\
|
|
"1.478462, 1.490542, 1.524931, 1.665750, 2.255033",\
|
|
"2.075792, 2.087872, 2.122261, 2.263080, 2.852363");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019351, 0.030959, 0.071483, 0.266492, 1.109849",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.109849",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.109849",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.109849",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.109849");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "1.301183, 1.311002, 1.334073, 1.403223, 1.654004",\
|
|
"1.417296, 1.427114, 1.450186, 1.519336, 1.770116",\
|
|
"1.513593, 1.523411, 1.546482, 1.615633, 1.866413",\
|
|
"1.658651, 1.668470, 1.691541, 1.760691, 2.011472",\
|
|
"2.255981, 2.265799, 2.288870, 2.358021, 2.608801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.018982, 0.025339, 0.043462, 0.118546, 0.460384",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.460384",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.460384",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.460384",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.460384");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "1.120438, 1.132518, 1.166907, 1.307727, 1.893671",\
|
|
"1.201060, 1.213140, 1.247529, 1.388348, 1.974292",\
|
|
"1.250313, 1.262393, 1.296782, 1.437601, 2.023546",\
|
|
"1.286933, 1.299013, 1.333403, 1.474222, 2.060166",\
|
|
"1.437363, 1.449443, 1.483832, 1.624651, 2.210595");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019351, 0.030959, 0.071483, 0.266492, 1.103520",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.103520",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.103520",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.103520",\
|
|
"0.019351, 0.030959, 0.071483, 0.266492, 1.103520");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "1.300627, 1.310446, 1.333517, 1.402667, 1.650055",\
|
|
"1.381249, 1.391067, 1.414138, 1.483289, 1.730677",\
|
|
"1.430502, 1.440320, 1.463392, 1.532542, 1.779930",\
|
|
"1.467123, 1.476941, 1.500012, 1.569162, 1.816551",\
|
|
"1.617552, 1.627370, 1.650442, 1.719592, 1.966980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.018982, 0.025339, 0.043462, 0.118546, 0.453932",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.453932",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.453932",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.453932",\
|
|
"0.018982, 0.025339, 0.043462, 0.118546, 0.453932");
|
|
}
|
|
|
|
} /* 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.004179 ;
|
|
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.004037 ;
|
|
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.004254 ;
|
|
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.001006 ;
|
|
|
|
/* 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.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.521077, 0.533333, 0.568065, 0.710409, 1.299853",\
|
|
"0.585252, 0.597508, 0.632240, 0.774584, 1.343776",\
|
|
"0.631770, 0.644027, 0.678759, 0.821103, 1.343776",\
|
|
"0.661572, 0.673829, 0.708562, 0.850906, 1.343776",\
|
|
"0.661572, 0.673829, 0.708562, 0.850906, 1.343776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.021060, 0.032435, 0.072482, 0.270906, 1.114812",\
|
|
"0.021060, 0.032435, 0.072482, 0.270906, 1.114812",\
|
|
"0.021061, 0.032436, 0.072483, 0.270906, 1.114812",\
|
|
"0.021064, 0.032438, 0.072484, 0.270906, 1.114812",\
|
|
"0.021072, 0.032445, 0.072489, 0.270904, 1.114814");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.485860, 0.495525, 0.518594, 0.588643, 0.840868",\
|
|
"0.586377, 0.596042, 0.619111, 0.689159, 0.941384",\
|
|
"0.740237, 0.749902, 0.772971, 0.843020, 1.095244",\
|
|
"1.019027, 1.028691, 1.051760, 1.121809, 1.374034",\
|
|
"1.561722, 1.571386, 1.594453, 1.664501, 1.916729");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.019218, 0.025470, 0.043519, 0.122214, 0.465285",\
|
|
"0.019218, 0.025470, 0.043519, 0.122214, 0.465285",\
|
|
"0.019218, 0.025470, 0.043519, 0.122214, 0.465285",\
|
|
"0.019219, 0.025470, 0.043519, 0.122214, 0.465287",\
|
|
"0.019219, 0.025470, 0.043520, 0.122215, 0.465295");
|
|
}
|
|
|
|
} /* 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.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.521077, 0.533333, 0.568065, 0.709054, 1.294006",\
|
|
"0.564999, 0.577258, 0.611992, 0.752983, 1.337929",\
|
|
"0.564999, 0.577258, 0.611992, 0.752983, 1.337929",\
|
|
"0.564999, 0.577258, 0.611992, 0.752983, 1.337929",\
|
|
"0.564999, 0.577258, 0.611992, 0.752983, 1.337929");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.021060, 0.032435, 0.072482, 0.268349, 1.103729",\
|
|
"0.021060, 0.032435, 0.072482, 0.268349, 1.103729",\
|
|
"0.021061, 0.032436, 0.072483, 0.268349, 1.103729",\
|
|
"0.021064, 0.032438, 0.072484, 0.268349, 1.103729",\
|
|
"0.021072, 0.032445, 0.072489, 0.268347, 1.103730");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.484760, 0.494425, 0.517494, 0.586186, 0.833823",\
|
|
"0.585277, 0.594941, 0.618010, 0.686702, 0.934339",\
|
|
"0.739296, 0.748961, 0.772030, 0.840721, 1.088359",\
|
|
"1.019027, 1.028691, 1.051760, 1.120451, 1.368089",\
|
|
"1.561722, 1.571386, 1.594453, 1.663144, 1.910784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.019218, 0.025470, 0.043519, 0.119652, 0.453977",\
|
|
"0.019218, 0.025470, 0.043519, 0.119652, 0.453977",\
|
|
"0.019218, 0.025470, 0.043519, 0.119652, 0.453977",\
|
|
"0.019219, 0.025470, 0.043519, 0.119652, 0.453979",\
|
|
"0.019219, 0.025470, 0.043520, 0.119653, 0.453987");
|
|
}
|
|
|
|
} /* 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.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.486633, 0.498887, 0.533617, 0.675959, 1.265408",\
|
|
"0.574983, 0.587237, 0.621966, 0.764309, 1.353758",\
|
|
"0.633550, 0.645804, 0.680533, 0.822876, 1.412325",\
|
|
"0.697996, 0.710250, 0.744980, 0.887323, 1.476771",\
|
|
"0.963594, 0.975850, 1.010581, 1.152925, 1.742370");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.021049, 0.032426, 0.072476, 0.270908, 1.114810",\
|
|
"0.021049, 0.032426, 0.072476, 0.270908, 1.114810",\
|
|
"0.021050, 0.032426, 0.072477, 0.270908, 1.114810",\
|
|
"0.021051, 0.032427, 0.072477, 0.270907, 1.114810",\
|
|
"0.021057, 0.032432, 0.072481, 0.270907, 1.114812");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.491828, 0.501490, 0.524554, 0.594601, 0.846834",\
|
|
"0.617924, 0.627586, 0.650651, 0.720697, 0.972931",\
|
|
"0.757015, 0.766678, 0.789742, 0.859788, 1.112022",\
|
|
"0.977441, 0.987104, 1.010168, 1.080215, 1.332448",\
|
|
"1.886842, 1.896504, 1.919567, 1.989614, 2.241849");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.019221, 0.025470, 0.043521, 0.122215, 0.465309",\
|
|
"0.019221, 0.025470, 0.043521, 0.122215, 0.465309",\
|
|
"0.019221, 0.025470, 0.043521, 0.122215, 0.465309",\
|
|
"0.019221, 0.025470, 0.043521, 0.122215, 0.465309",\
|
|
"0.019221, 0.025470, 0.043521, 0.122215, 0.465313");
|
|
}
|
|
|
|
} /* 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.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.486633, 0.498887, 0.533617, 0.674604, 1.259562",\
|
|
"0.574983, 0.587237, 0.621966, 0.762954, 1.347911",\
|
|
"0.633550, 0.645804, 0.680533, 0.821521, 1.406478",\
|
|
"0.697996, 0.710250, 0.744980, 0.885968, 1.470924",\
|
|
"0.963594, 0.975850, 1.010581, 1.151569, 1.736523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.021049, 0.032426, 0.072476, 0.268351, 1.103727",\
|
|
"0.021049, 0.032426, 0.072476, 0.268351, 1.103727",\
|
|
"0.021050, 0.032426, 0.072477, 0.268351, 1.103727",\
|
|
"0.021051, 0.032427, 0.072477, 0.268350, 1.103727",\
|
|
"0.021057, 0.032432, 0.072481, 0.268350, 1.103728");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.491828, 0.501490, 0.524554, 0.593244, 0.840890",\
|
|
"0.617924, 0.627586, 0.650651, 0.719340, 0.966986",\
|
|
"0.757015, 0.766678, 0.789742, 0.858431, 1.106078",\
|
|
"0.977441, 0.987104, 1.010168, 1.078857, 1.326504",\
|
|
"1.886842, 1.896504, 1.919567, 1.988257, 2.235904");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001006, 0.011778, 0.051006, 0.233085, 1.000000");
|
|
values ( "0.019221, 0.025469, 0.043521, 0.119654, 0.454001",\
|
|
"0.019221, 0.025469, 0.043521, 0.119654, 0.454001",\
|
|
"0.019221, 0.025469, 0.043521, 0.119654, 0.454001",\
|
|
"0.019221, 0.025469, 0.043521, 0.119654, 0.454001",\
|
|
"0.019221, 0.025469, 0.043521, 0.119654, 0.454005");
|
|
}
|
|
|
|
} /* 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.004179 ;
|
|
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.004230 ;
|
|
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.003774 ;
|
|
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.003765 ;
|
|
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.001092 ;
|
|
|
|
/* 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.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "1.545329, 1.558049, 1.593272, 1.735867, 2.324311",\
|
|
"1.640852, 1.653573, 1.688796, 1.831391, 2.419835",\
|
|
"1.711382, 1.724103, 1.759326, 1.901921, 2.490365",\
|
|
"1.794928, 1.807648, 1.842872, 1.985466, 2.573910",\
|
|
"2.139242, 2.151963, 2.187186, 2.329780, 2.918225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.023356, 0.034454, 0.073791, 0.270788, 1.114834",\
|
|
"0.023356, 0.034454, 0.073791, 0.270788, 1.114834",\
|
|
"0.023356, 0.034454, 0.073791, 0.270788, 1.114834",\
|
|
"0.023356, 0.034454, 0.073791, 0.270788, 1.114834",\
|
|
"0.023356, 0.034454, 0.073791, 0.270788, 1.114834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "1.376508, 1.386126, 1.409183, 1.479280, 1.731388",\
|
|
"1.472032, 1.481649, 1.504707, 1.574804, 1.826911",\
|
|
"1.542562, 1.552179, 1.575237, 1.645334, 1.897441",\
|
|
"1.626107, 1.635725, 1.658782, 1.728879, 1.980987",\
|
|
"1.970421, 1.980039, 2.003096, 2.073194, 2.325301");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.019536, 0.025721, 0.043736, 0.122264, 0.465353",\
|
|
"0.019536, 0.025721, 0.043736, 0.122264, 0.465353",\
|
|
"0.019536, 0.025721, 0.043736, 0.122264, 0.465353",\
|
|
"0.019536, 0.025721, 0.043736, 0.122264, 0.465353",\
|
|
"0.019536, 0.025721, 0.043736, 0.122264, 0.465353");
|
|
}
|
|
|
|
} /* 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.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "1.512760, 1.525481, 1.560704, 1.701943, 2.285896",\
|
|
"1.608284, 1.621004, 1.656228, 1.797467, 2.381420",\
|
|
"1.678814, 1.691534, 1.726758, 1.867997, 2.451950",\
|
|
"1.762359, 1.775080, 1.810303, 1.951542, 2.535495",\
|
|
"2.106673, 2.119394, 2.154617, 2.295856, 2.879809");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.023356, 0.034454, 0.073791, 0.268230, 1.103751",\
|
|
"0.023356, 0.034454, 0.073791, 0.268230, 1.103751",\
|
|
"0.023356, 0.034454, 0.073791, 0.268230, 1.103751",\
|
|
"0.023356, 0.034454, 0.073791, 0.268230, 1.103751",\
|
|
"0.023356, 0.034454, 0.073791, 0.268230, 1.103751");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "1.371064, 1.380681, 1.403737, 1.472472, 1.720002",\
|
|
"1.466588, 1.476205, 1.499261, 1.567996, 1.815526",\
|
|
"1.537118, 1.546735, 1.569791, 1.638526, 1.886056",\
|
|
"1.620664, 1.630281, 1.653337, 1.722071, 1.969601",\
|
|
"1.964978, 1.974595, 1.997651, 2.066385, 2.313915");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.019516, 0.025704, 0.043721, 0.119701, 0.454045",\
|
|
"0.019516, 0.025704, 0.043721, 0.119701, 0.454045",\
|
|
"0.019516, 0.025704, 0.043721, 0.119701, 0.454045",\
|
|
"0.019516, 0.025704, 0.043721, 0.119701, 0.454045",\
|
|
"0.019516, 0.025704, 0.043721, 0.119701, 0.454045");
|
|
}
|
|
|
|
} /* 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.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.526543, 0.539262, 0.574484, 0.717078, 1.305523",\
|
|
"0.602128, 0.614847, 0.650069, 0.792664, 1.381109",\
|
|
"0.643315, 0.656034, 0.691256, 0.833851, 1.422296",\
|
|
"0.681821, 0.694541, 0.729764, 0.872358, 1.460803",\
|
|
"0.839548, 0.852270, 0.887494, 1.030089, 1.618532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.023351, 0.034449, 0.073788, 0.270788, 1.114837",\
|
|
"0.023351, 0.034449, 0.073788, 0.270788, 1.114837",\
|
|
"0.023352, 0.034450, 0.073789, 0.270788, 1.114837",\
|
|
"0.023354, 0.034452, 0.073790, 0.270788, 1.114836",\
|
|
"0.023360, 0.034458, 0.073794, 0.270789, 1.114832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.506425, 0.516043, 0.539104, 0.609210, 0.861300",\
|
|
"0.629244, 0.638862, 0.661923, 0.732029, 0.984119",\
|
|
"0.750730, 0.760347, 0.783408, 0.853514, 1.105604",\
|
|
"0.941781, 0.951399, 0.974460, 1.044566, 1.296656",\
|
|
"1.729541, 1.739159, 1.762219, 1.832325, 2.084415");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.019574, 0.025754, 0.043763, 0.122266, 0.465354",\
|
|
"0.019575, 0.025754, 0.043763, 0.122266, 0.465354",\
|
|
"0.019575, 0.025754, 0.043763, 0.122266, 0.465354",\
|
|
"0.019575, 0.025754, 0.043763, 0.122266, 0.465354",\
|
|
"0.019575, 0.025754, 0.043763, 0.122266, 0.465354");
|
|
}
|
|
|
|
} /* 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.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.493974, 0.506693, 0.541915, 0.683154, 1.267108",\
|
|
"0.569559, 0.582278, 0.617500, 0.758739, 1.342693",\
|
|
"0.610746, 0.623465, 0.658687, 0.799927, 1.383880",\
|
|
"0.649252, 0.661972, 0.697195, 0.838434, 1.422387",\
|
|
"0.806980, 0.819702, 0.854926, 0.996165, 1.580117");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.023351, 0.034449, 0.073788, 0.268230, 1.103754",\
|
|
"0.023351, 0.034449, 0.073788, 0.268230, 1.103754",\
|
|
"0.023352, 0.034450, 0.073789, 0.268230, 1.103753",\
|
|
"0.023354, 0.034452, 0.073790, 0.268230, 1.103752",\
|
|
"0.023360, 0.034458, 0.073794, 0.268231, 1.103748");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.502079, 0.511697, 0.534757, 0.603506, 0.851009",\
|
|
"0.624898, 0.634516, 0.657577, 0.726325, 0.973829",\
|
|
"0.746383, 0.756001, 0.779062, 0.847811, 1.095314",\
|
|
"0.937435, 0.947053, 0.970114, 1.038862, 1.286365",\
|
|
"1.725195, 1.734813, 1.757873, 1.826622, 2.074125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001092, 0.011864, 0.051092, 0.233171, 1.000000");
|
|
values ( "0.019574, 0.025754, 0.043763, 0.119703, 0.454046",\
|
|
"0.019574, 0.025754, 0.043763, 0.119703, 0.454046",\
|
|
"0.019574, 0.025754, 0.043763, 0.119703, 0.454046",\
|
|
"0.019574, 0.025754, 0.043763, 0.119703, 0.454046",\
|
|
"0.019574, 0.025754, 0.043763, 0.119703, 0.454046");
|
|
}
|
|
|
|
} /* 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.003776 ;
|
|
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.004472 ;
|
|
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.001536 ;
|
|
|
|
/* 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.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "1.551657, 1.564040, 1.599075, 1.740475, 2.328524",\
|
|
"1.647181, 1.659564, 1.694599, 1.835999, 2.424047",\
|
|
"1.717711, 1.730094, 1.765129, 1.906529, 2.494577",\
|
|
"1.801256, 1.813640, 1.848674, 1.990075, 2.578123",\
|
|
"2.145570, 2.157954, 2.192988, 2.334389, 2.922437");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.023450, 0.034551, 0.074081, 0.266793, 1.112482",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.112482",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.112482",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.112482",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.112482");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "1.410042, 1.419417, 1.442335, 1.511640, 1.763056",\
|
|
"1.505566, 1.514941, 1.537859, 1.607164, 1.858580",\
|
|
"1.576096, 1.585471, 1.608389, 1.677694, 1.929109",\
|
|
"1.659642, 1.669016, 1.691934, 1.761239, 2.012655",\
|
|
"2.003956, 2.013330, 2.036249, 2.105553, 2.356969");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.019801, 0.025897, 0.043929, 0.118761, 0.462722",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.462722",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.462722",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.462722",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.462722");
|
|
}
|
|
|
|
} /* 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.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "1.547541, 1.559924, 1.594959, 1.736359, 2.319917",\
|
|
"1.643065, 1.655448, 1.690483, 1.831883, 2.415441",\
|
|
"1.713595, 1.725978, 1.761013, 1.902413, 2.485970",\
|
|
"1.797140, 1.809524, 1.844558, 1.985958, 2.569516",\
|
|
"2.141454, 2.153838, 2.188872, 2.330273, 2.913830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.023450, 0.034551, 0.074081, 0.266793, 1.103973",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.103973",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.103973",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.103973",\
|
|
"0.023450, 0.034551, 0.074081, 0.266793, 1.103973");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "1.410042, 1.419417, 1.442335, 1.511640, 1.758491",\
|
|
"1.505566, 1.514941, 1.537859, 1.607164, 1.854015",\
|
|
"1.576096, 1.585471, 1.608389, 1.677694, 1.924545",\
|
|
"1.659642, 1.669016, 1.691934, 1.761239, 2.008090",\
|
|
"2.003956, 2.013330, 2.036249, 2.105553, 2.352405");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.019801, 0.025897, 0.043929, 0.118761, 0.454044",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.454044",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.454044",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.454044",\
|
|
"0.019801, 0.025897, 0.043929, 0.118761, 0.454044");
|
|
}
|
|
|
|
} /* 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.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.601886, 0.614270, 0.649306, 0.790706, 1.378754",\
|
|
"0.690774, 0.703159, 0.738195, 0.879595, 1.467643",\
|
|
"0.750209, 0.762594, 0.797629, 0.939030, 1.527077",\
|
|
"0.820478, 0.832863, 0.867899, 1.009299, 1.597347",\
|
|
"1.110074, 1.122460, 1.157496, 1.298897, 1.886944");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.023454, 0.034555, 0.074084, 0.266793, 1.112479",\
|
|
"0.023454, 0.034555, 0.074084, 0.266793, 1.112479",\
|
|
"0.023455, 0.034555, 0.074084, 0.266793, 1.112479",\
|
|
"0.023456, 0.034556, 0.074084, 0.266793, 1.112479",\
|
|
"0.023459, 0.034559, 0.074086, 0.266794, 1.112477");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.537722, 0.547097, 0.570016, 0.639322, 0.890735",\
|
|
"0.662062, 0.671436, 0.694355, 0.763662, 1.015074",\
|
|
"0.789087, 0.798462, 0.821381, 0.890687, 1.142099",\
|
|
"0.987023, 0.996398, 1.019317, 1.088623, 1.340036",\
|
|
"1.806497, 1.815873, 1.838792, 1.908101, 2.159509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.019809, 0.025903, 0.043935, 0.118761, 0.462722",\
|
|
"0.019809, 0.025903, 0.043935, 0.118761, 0.462722",\
|
|
"0.019809, 0.025903, 0.043935, 0.118761, 0.462722",\
|
|
"0.019809, 0.025903, 0.043935, 0.118761, 0.462722",\
|
|
"0.019819, 0.025912, 0.043942, 0.118761, 0.462722");
|
|
}
|
|
|
|
} /* 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.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.597770, 0.610154, 0.645190, 0.786590, 1.370147",\
|
|
"0.686658, 0.699043, 0.734079, 0.875479, 1.459036",\
|
|
"0.746093, 0.758478, 0.793513, 0.934914, 1.518470",\
|
|
"0.816362, 0.828747, 0.863783, 1.005183, 1.588740",\
|
|
"1.105958, 1.118344, 1.153380, 1.294781, 1.878337");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.023454, 0.034555, 0.074084, 0.266793, 1.103971",\
|
|
"0.023454, 0.034555, 0.074084, 0.266793, 1.103971",\
|
|
"0.023455, 0.034555, 0.074084, 0.266793, 1.103970",\
|
|
"0.023456, 0.034556, 0.074084, 0.266793, 1.103970",\
|
|
"0.023459, 0.034559, 0.074086, 0.266794, 1.103968");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.537722, 0.547097, 0.570016, 0.639322, 0.886170",\
|
|
"0.662062, 0.671436, 0.694355, 0.763662, 1.010509",\
|
|
"0.789087, 0.798462, 0.821381, 0.890687, 1.137535",\
|
|
"0.987023, 0.996398, 1.019317, 1.088623, 1.335471",\
|
|
"1.806497, 1.815873, 1.838792, 1.908101, 2.154944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001536, 0.012308, 0.051536, 0.233615, 1.000000");
|
|
values ( "0.019809, 0.025903, 0.043934, 0.118761, 0.454044",\
|
|
"0.019809, 0.025903, 0.043934, 0.118761, 0.454044",\
|
|
"0.019809, 0.025903, 0.043934, 0.118761, 0.454044",\
|
|
"0.019809, 0.025903, 0.043934, 0.118761, 0.454044",\
|
|
"0.019819, 0.025912, 0.043942, 0.118761, 0.454045");
|
|
}
|
|
|
|
} /* 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.004082 ;
|
|
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.004043 ;
|
|
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.000966 ;
|
|
|
|
/* 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.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.453540, 0.465560, 0.500035, 0.642103, 1.231432",\
|
|
"0.529913, 0.541932, 0.576408, 0.718476, 1.307805",\
|
|
"0.571408, 0.583427, 0.617902, 0.759971, 1.349303",\
|
|
"0.606912, 0.618931, 0.653406, 0.795475, 1.384816",\
|
|
"0.752882, 0.764899, 0.799370, 0.941442, 1.530820");
|
|
}
|
|
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.019517, 0.031077, 0.071613, 0.270920, 1.114234",\
|
|
"0.019517, 0.031077, 0.071613, 0.270920, 1.114234",\
|
|
"0.019517, 0.031077, 0.071613, 0.270921, 1.114235",\
|
|
"0.019518, 0.031078, 0.071614, 0.270923, 1.114239",\
|
|
"0.019519, 0.031080, 0.071615, 0.270930, 1.114253");
|
|
}
|
|
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 ( "0.421057, 0.430787, 0.453970, 0.524064, 0.776112",\
|
|
"0.547568, 0.557297, 0.580481, 0.650574, 0.902623",\
|
|
"0.678797, 0.688527, 0.711710, 0.781803, 1.033852",\
|
|
"0.892987, 0.902716, 0.925898, 0.995991, 1.248042",\
|
|
"1.760905, 1.770631, 1.793807, 1.863897, 2.115959");
|
|
}
|
|
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.019142, 0.025472, 0.043466, 0.122174, 0.464789",\
|
|
"0.019142, 0.025472, 0.043466, 0.122174, 0.464789",\
|
|
"0.019142, 0.025472, 0.043466, 0.122174, 0.464789",\
|
|
"0.019142, 0.025471, 0.043467, 0.122174, 0.464794",\
|
|
"0.019145, 0.025470, 0.043469, 0.122175, 0.464824");
|
|
}
|
|
|
|
} /* 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.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.453540, 0.465560, 0.500035, 0.640748, 1.225586",\
|
|
"0.529913, 0.541932, 0.576408, 0.717121, 1.301958",\
|
|
"0.571408, 0.583427, 0.617902, 0.758616, 1.343457",\
|
|
"0.606912, 0.618931, 0.653406, 0.794120, 1.378970",\
|
|
"0.752882, 0.764899, 0.799370, 0.940087, 1.524974");
|
|
}
|
|
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.019517, 0.031077, 0.071613, 0.268364, 1.103151",\
|
|
"0.019517, 0.031077, 0.071613, 0.268364, 1.103151",\
|
|
"0.019517, 0.031077, 0.071613, 0.268365, 1.103152",\
|
|
"0.019518, 0.031078, 0.071614, 0.268367, 1.103155",\
|
|
"0.019519, 0.031080, 0.071615, 0.268373, 1.103170");
|
|
}
|
|
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 ( "0.419335, 0.429065, 0.452248, 0.520984, 0.768445",\
|
|
"0.545846, 0.555575, 0.578759, 0.647495, 0.894956",\
|
|
"0.677301, 0.687030, 0.710214, 0.778950, 1.026411",\
|
|
"0.891930, 0.901659, 0.924842, 0.993578, 1.241041",\
|
|
"1.760905, 1.770631, 1.793807, 1.862540, 2.110015");
|
|
}
|
|
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.019142, 0.025472, 0.043466, 0.119613, 0.453481",\
|
|
"0.019142, 0.025472, 0.043466, 0.119613, 0.453481",\
|
|
"0.019142, 0.025472, 0.043466, 0.119613, 0.453481",\
|
|
"0.019142, 0.025471, 0.043467, 0.119613, 0.453485",\
|
|
"0.019145, 0.025470, 0.043469, 0.119614, 0.453516");
|
|
}
|
|
|
|
} /* 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.003584 ;
|
|
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.003539 ;
|
|
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.001296 ;
|
|
|
|
/* 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.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.431968, 0.443849, 0.478253, 0.619132, 1.208017",\
|
|
"0.529729, 0.541610, 0.576014, 0.716893, 1.305780",\
|
|
"0.602435, 0.614316, 0.648719, 0.789599, 1.378492",\
|
|
"0.693660, 0.705540, 0.739942, 0.880823, 1.469734",\
|
|
"1.069690, 1.081564, 1.115961, 1.256848, 1.845831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019885, 0.031425, 0.072009, 0.266835, 1.111631",\
|
|
"0.019885, 0.031425, 0.072010, 0.266835, 1.111632",\
|
|
"0.019885, 0.031425, 0.072010, 0.266836, 1.111634",\
|
|
"0.019886, 0.031426, 0.072010, 0.266840, 1.111642",\
|
|
"0.019889, 0.031430, 0.072012, 0.266853, 1.111670");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.433130, 0.442682, 0.465753, 0.535072, 0.786444",\
|
|
"0.565817, 0.575369, 0.598441, 0.667759, 0.919131",\
|
|
"0.703140, 0.712692, 0.735763, 0.805082, 1.056453",\
|
|
"0.924923, 0.934475, 0.957545, 1.026863, 1.278236",\
|
|
"1.836544, 1.846092, 1.869156, 1.938472, 2.189857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019371, 0.025634, 0.043647, 0.118625, 0.462159",\
|
|
"0.019371, 0.025634, 0.043647, 0.118625, 0.462159",\
|
|
"0.019371, 0.025634, 0.043647, 0.118625, 0.462159",\
|
|
"0.019371, 0.025634, 0.043647, 0.118625, 0.462163",\
|
|
"0.019375, 0.025633, 0.043649, 0.118626, 0.462195");
|
|
}
|
|
|
|
} /* 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.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.431968, 0.443849, 0.478253, 0.619132, 1.203526",\
|
|
"0.529729, 0.541610, 0.576014, 0.716893, 1.301289",\
|
|
"0.602435, 0.614316, 0.648719, 0.789599, 1.374002",\
|
|
"0.693660, 0.705540, 0.739942, 0.880823, 1.465243",\
|
|
"1.069690, 1.081564, 1.115961, 1.256848, 1.841340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019885, 0.031425, 0.072009, 0.266835, 1.103122",\
|
|
"0.019885, 0.031425, 0.072010, 0.266835, 1.103123",\
|
|
"0.019885, 0.031425, 0.072010, 0.266836, 1.103125",\
|
|
"0.019886, 0.031426, 0.072010, 0.266840, 1.103132",\
|
|
"0.019889, 0.031430, 0.072012, 0.266853, 1.103161");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.433130, 0.442682, 0.465753, 0.535072, 0.781879",\
|
|
"0.565817, 0.575369, 0.598441, 0.667759, 0.914566",\
|
|
"0.703140, 0.712692, 0.735763, 0.805082, 1.051889",\
|
|
"0.924923, 0.934475, 0.957545, 1.026863, 1.273672",\
|
|
"1.836544, 1.846092, 1.869156, 1.938472, 2.185292");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012069, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019371, 0.025634, 0.043647, 0.118625, 0.453481",\
|
|
"0.019371, 0.025634, 0.043647, 0.118625, 0.453481",\
|
|
"0.019371, 0.025634, 0.043647, 0.118625, 0.453481",\
|
|
"0.019371, 0.025634, 0.043647, 0.118625, 0.453485",\
|
|
"0.019375, 0.025633, 0.043649, 0.118626, 0.453517");
|
|
}
|
|
|
|
} /* 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.004108 ;
|
|
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.003590 ;
|
|
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.006382 ;
|
|
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.715512, 0.584367, 0.441947, 0.209523, -0.748290",\
|
|
"0.791948, 0.660804, 0.518384, 0.285959, -0.671853",\
|
|
"0.833134, 0.701989, 0.559569, 0.327145, -0.630667",\
|
|
"0.868060, 0.736915, 0.594495, 0.362071, -0.595741",\
|
|
"1.012000, 0.880855, 0.738435, 0.506011, -0.451801");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.196400, 1.065255, 0.922835, 0.690411, -0.267401",\
|
|
"1.325711, 1.194567, 1.052147, 0.819722, -0.138090",\
|
|
"1.454979, 1.323834, 1.181414, 0.948990, -0.008822",\
|
|
"1.666361, 1.535217, 1.392797, 1.160372, 0.202560",\
|
|
"2.537558, 2.406414, 2.263994, 2.031569, 1.073757");
|
|
}
|
|
|
|
} /* 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.628284, -0.497140, -0.354720, -0.122295, 0.835517",\
|
|
"-0.704721, -0.573576, -0.431156, -0.198732, 0.759080",\
|
|
"-0.745907, -0.614762, -0.472342, -0.239918, 0.717895",\
|
|
"-0.780833, -0.649688, -0.507268, -0.274844, 0.682969",\
|
|
"-0.924773, -0.793628, -0.651208, -0.418784, 0.539029");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.084411, -0.953266, -0.810846, -0.578422, 0.379390",\
|
|
"-1.213722, -1.082578, -0.940158, -0.707734, 0.250079",\
|
|
"-1.342990, -1.211846, -1.069426, -0.837002, 0.120811",\
|
|
"-1.554373, -1.423228, -1.280808, -1.048384, -0.090571",\
|
|
"-2.425570, -2.294425, -2.152005, -1.919581, -0.961768");
|
|
}
|
|
|
|
} /* 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.760371, 0.679768, 0.630534, 0.593972, 0.443812",\
|
|
"0.836807, 0.756205, 0.706971, 0.670408, 0.520248",\
|
|
"0.877993, 0.797390, 0.748156, 0.711594, 0.561434",\
|
|
"0.912919, 0.832316, 0.783082, 0.746520, 0.596360",\
|
|
"1.056859, 0.976256, 0.927022, 0.890460, 0.740300");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.210193, 1.129590, 1.080356, 1.043794, 0.893634",\
|
|
"1.339504, 1.258901, 1.209667, 1.173105, 1.022945",\
|
|
"1.468772, 1.388169, 1.338935, 1.302373, 1.152213",\
|
|
"1.680154, 1.599552, 1.550318, 1.513755, 1.363595",\
|
|
"2.551351, 2.470748, 2.421515, 2.384952, 2.234792");
|
|
}
|
|
|
|
} /* 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.646322, -0.530210, -0.433918, -0.288871, 0.308403",\
|
|
"-0.722759, -0.606647, -0.510354, -0.365308, 0.231967",\
|
|
"-0.763944, -0.647833, -0.551540, -0.406494, 0.190781",\
|
|
"-0.798870, -0.682759, -0.586466, -0.441420, 0.155855",\
|
|
"-0.942810, -0.826699, -0.730406, -0.585360, 0.011915");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.064789, -0.948678, -0.852385, -0.707338, -0.110064",\
|
|
"-1.194100, -1.077989, -0.981696, -0.836650, -0.239375",\
|
|
"-1.323368, -1.207257, -1.110964, -0.965918, -0.368643",\
|
|
"-1.534750, -1.418639, -1.322346, -1.177300, -0.580025",\
|
|
"-2.405947, -2.289836, -2.193543, -2.048497, -1.451222");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003229 ;
|
|
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.147358 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004683 ;
|
|
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.613958, 1.482813, 1.340393, 1.107969, 0.150156",\
|
|
"1.703242, 1.572098, 1.429678, 1.197253, 0.239441",\
|
|
"1.761928, 1.630783, 1.488363, 1.255939, 0.298126",\
|
|
"1.831748, 1.700604, 1.558184, 1.325759, 0.367947",\
|
|
"2.119327, 1.988182, 1.845762, 1.613338, 0.655526");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.645144, 2.513999, 2.371579, 2.139155, 1.181342",\
|
|
"2.769745, 2.638600, 2.496180, 2.263756, 1.305944",\
|
|
"2.897163, 2.766018, 2.623598, 2.391174, 1.433362",\
|
|
"3.097912, 2.966767, 2.824347, 2.591923, 1.634110",\
|
|
"3.925247, 3.794103, 3.651682, 3.419258, 2.461446");
|
|
}
|
|
|
|
} /* 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 ( "-1.426249, -1.295105, -1.152684, -0.920260, 0.037552",\
|
|
"-1.504874, -1.373729, -1.231309, -0.998885, -0.041073",\
|
|
"-1.549644, -1.418499, -1.276079, -1.043655, -0.085842",\
|
|
"-1.587387, -1.456243, -1.313823, -1.081398, -0.123586",\
|
|
"-1.742769, -1.611624, -1.469204, -1.236780, -0.278967");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.375360, -2.244215, -2.101796, -1.869371, -0.911559",\
|
|
"-2.488869, -2.357724, -2.215304, -1.982880, -1.025068",\
|
|
"-2.601806, -2.470662, -2.328241, -2.095817, -1.138005",\
|
|
"-2.769176, -2.638031, -2.495611, -2.263187, -1.305375",\
|
|
"-3.458950, -3.327805, -3.185385, -2.952961, -1.995149");
|
|
}
|
|
|
|
} /* 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 ( "1.044128, 0.963526, 0.914292, 0.877730, 0.727570",\
|
|
"1.133413, 1.052811, 1.003577, 0.967014, 0.816854",\
|
|
"1.192098, 1.111496, 1.062262, 1.025700, 0.875540",\
|
|
"1.261919, 1.181317, 1.132083, 1.095520, 0.945360",\
|
|
"1.549498, 1.468895, 1.419661, 1.383099, 1.232939");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.783032, 1.702430, 1.653196, 1.616634, 1.466474",\
|
|
"1.907634, 1.827031, 1.777797, 1.741235, 1.591075",\
|
|
"2.035052, 1.954449, 1.905215, 1.868653, 1.718493",\
|
|
"2.235801, 2.155198, 2.105964, 2.069402, 1.919242",\
|
|
"3.063137, 2.982534, 2.933300, 2.896738, 2.746578");
|
|
}
|
|
|
|
} /* 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.855643, -0.739548, -0.643269, -0.498264, 0.098814",\
|
|
"-0.934268, -0.818173, -0.721894, -0.576889, 0.020189",\
|
|
"-0.979037, -0.862942, -0.766663, -0.621659, -0.024580",\
|
|
"-1.016781, -0.900686, -0.804407, -0.659402, -0.062324",\
|
|
"-1.172162, -1.056067, -0.959789, -0.814784, -0.217705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.508403, -1.392308, -1.296029, -1.151024, -0.553946",\
|
|
"-1.621912, -1.505817, -1.409538, -1.264533, -0.667455",\
|
|
"-1.734849, -1.618754, -1.522475, -1.377470, -0.780392",\
|
|
"-1.902219, -1.786124, -1.689845, -1.544840, -0.947762",\
|
|
"-2.591993, -2.475898, -2.379619, -2.234614, -1.637535");
|
|
}
|
|
|
|
} /* 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.004718 ;
|
|
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.272422, 1.141277, 0.998857, 0.766433, -0.191379",\
|
|
"1.361781, 1.230636, 1.088216, 0.855792, -0.102020",\
|
|
"1.420358, 1.289213, 1.146793, 0.914369, -0.043443",\
|
|
"1.490043, 1.358898, 1.216478, 0.984054, 0.026241",\
|
|
"1.775781, 1.644636, 1.502216, 1.269792, 0.311980");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.120349, 1.989204, 1.846784, 1.614360, 0.656548",\
|
|
"2.244939, 2.113794, 1.971374, 1.738950, 0.781137",\
|
|
"2.372347, 2.241202, 2.098782, 1.866358, 0.908545",\
|
|
"2.573161, 2.442017, 2.299597, 2.067173, 1.109360",\
|
|
"3.400770, 3.269625, 3.127205, 2.894781, 1.936969");
|
|
}
|
|
|
|
} /* 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 ( "-1.202589, -1.071444, -0.929024, -0.696600, 0.261212",\
|
|
"-1.273803, -1.142658, -1.000238, -0.767814, 0.189999",\
|
|
"-1.308693, -1.177548, -1.035128, -0.802704, 0.155109",\
|
|
"-1.323777, -1.192632, -1.050212, -0.817788, 0.140025",\
|
|
"-1.384493, -1.253348, -1.110928, -0.878504, 0.079308");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.999216, -1.868072, -1.725652, -1.493227, -0.535415",\
|
|
"-2.104929, -1.973784, -1.831364, -1.598940, -0.641128",\
|
|
"-2.207695, -2.076550, -1.934130, -1.701706, -0.743894",\
|
|
"-2.351710, -2.220565, -2.078145, -1.845721, -0.887908",\
|
|
"-2.945228, -2.814083, -2.671663, -2.439239, -1.481426");
|
|
}
|
|
|
|
} /* 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.734161, 0.653558, 0.604324, 0.567762, 0.417602",\
|
|
"0.823519, 0.742917, 0.693683, 0.657121, 0.506960",\
|
|
"0.882096, 0.801494, 0.752260, 0.715698, 0.565537",\
|
|
"0.951781, 0.871178, 0.821944, 0.785382, 0.635222",\
|
|
"1.237519, 1.156917, 1.107683, 1.071120, 0.920960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.284122, 1.203520, 1.154286, 1.117724, 0.967564",\
|
|
"1.408712, 1.328110, 1.278876, 1.242313, 1.092153",\
|
|
"1.536120, 1.455518, 1.406284, 1.369721, 1.219561",\
|
|
"1.736935, 1.656332, 1.607098, 1.570536, 1.420376",\
|
|
"2.564543, 2.483941, 2.434707, 2.398145, 2.247984");
|
|
}
|
|
|
|
} /* 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.604470, -0.488356, -0.392058, -0.246999, 0.350329",\
|
|
"-0.675684, -0.559569, -0.463272, -0.318213, 0.279116",\
|
|
"-0.710574, -0.594459, -0.498162, -0.353103, 0.244226",\
|
|
"-0.725658, -0.609543, -0.513246, -0.368187, 0.229141",\
|
|
"-0.786374, -0.670260, -0.573963, -0.428903, 0.168425");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.094180, -0.978066, -0.881769, -0.736710, -0.139381",\
|
|
"-1.199893, -1.083779, -0.987482, -0.842423, -0.245094",\
|
|
"-1.302660, -1.186545, -1.090248, -0.945189, -0.347860",\
|
|
"-1.446674, -1.330559, -1.234262, -1.089203, -0.491874",\
|
|
"-2.040192, -1.924078, -1.827780, -1.682721, -1.085393");
|
|
}
|
|
|
|
} /* 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.004501 ;
|
|
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.935742, 0.804597, 0.662177, 0.429753, -0.528059",\
|
|
"1.025064, 0.893920, 0.751500, 0.519075, -0.438737",\
|
|
"1.083685, 0.952540, 0.810120, 0.577696, -0.380117",\
|
|
"1.153400, 1.022256, 0.879836, 0.647412, -0.310401",\
|
|
"1.439912, 1.308767, 1.166347, 0.933923, -0.023889");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.021023, 1.889878, 1.747458, 1.515034, 0.557221",\
|
|
"2.145619, 2.014474, 1.872054, 1.639630, 0.681818",\
|
|
"2.273045, 2.141900, 1.999480, 1.767056, 0.809243",\
|
|
"2.473837, 2.342693, 2.200273, 1.967849, 1.010036",\
|
|
"3.301355, 3.170210, 3.027791, 2.795366, 1.837554");
|
|
}
|
|
|
|
} /* 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.773826, -0.642681, -0.500261, -0.267837, 0.689975",\
|
|
"-0.863148, -0.732004, -0.589584, -0.357160, 0.600653",\
|
|
"-0.921769, -0.790624, -0.648204, -0.415780, 0.542033",\
|
|
"-0.991485, -0.860340, -0.717920, -0.485496, 0.472317",\
|
|
"-1.277996, -1.146851, -1.004431, -0.772007, 0.185805");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.626951, -1.495806, -1.353386, -1.120962, -0.163150",\
|
|
"-1.751548, -1.620403, -1.477983, -1.245559, -0.287747",\
|
|
"-1.878973, -1.747828, -1.605409, -1.372984, -0.415172",\
|
|
"-2.079766, -1.948621, -1.806201, -1.573777, -0.615965",\
|
|
"-2.907283, -2.776139, -2.633718, -2.401294, -1.443482");
|
|
}
|
|
|
|
} /* 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.871094, 0.790492, 0.741258, 0.704695, 0.554535",\
|
|
"0.960416, 0.879814, 0.830580, 0.794018, 0.643858",\
|
|
"1.019037, 0.938434, 0.889200, 0.852638, 0.702478",\
|
|
"1.088753, 1.008150, 0.958916, 0.922354, 0.772194",\
|
|
"1.375264, 1.294662, 1.245428, 1.208866, 1.058705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.653206, 1.572603, 1.523369, 1.486807, 1.336647",\
|
|
"1.777802, 1.697200, 1.647966, 1.611403, 1.461243",\
|
|
"1.905228, 1.824625, 1.775391, 1.738829, 1.588669",\
|
|
"2.106020, 2.025418, 1.976184, 1.939622, 1.789462",\
|
|
"2.933538, 2.852936, 2.803702, 2.767139, 2.616979");
|
|
}
|
|
|
|
} /* 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.645929, -0.529814, -0.433517, -0.288458, 0.308871",\
|
|
"-0.735251, -0.619137, -0.522840, -0.377780, 0.219548",\
|
|
"-0.793871, -0.677757, -0.581460, -0.436401, 0.160928",\
|
|
"-0.863587, -0.747473, -0.651176, -0.506116, 0.091212",\
|
|
"-1.150099, -1.033984, -0.937687, -0.792628, -0.195299");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.184694, -1.068580, -0.972283, -0.827223, -0.229895",\
|
|
"-1.309291, -1.193176, -1.096879, -0.951820, -0.354491",\
|
|
"-1.436716, -1.320602, -1.224305, -1.079245, -0.481917",\
|
|
"-1.637509, -1.521394, -1.425097, -1.280038, -0.682710",\
|
|
"-2.465026, -2.348912, -2.252615, -2.107555, -1.510227");
|
|
}
|
|
|
|
} /* 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.004843 ;
|
|
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.634365, 0.503220, 0.360800, 0.128376, -0.829437",\
|
|
"0.723648, 0.592503, 0.450083, 0.217659, -0.740154",\
|
|
"0.782354, 0.651209, 0.508789, 0.276365, -0.681448",\
|
|
"0.852213, 0.721068, 0.578648, 0.346224, -0.611589",\
|
|
"1.139454, 1.008309, 0.865889, 0.633465, -0.324347");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.143346, 1.012201, 0.869781, 0.637357, -0.320455",\
|
|
"1.267942, 1.136797, 0.994377, 0.761953, -0.195860",\
|
|
"1.395030, 1.263885, 1.121465, 0.889041, -0.068771",\
|
|
"1.595080, 1.463935, 1.321515, 1.089091, 0.131278",\
|
|
"2.419667, 2.288522, 2.146102, 1.913678, 0.955865");
|
|
}
|
|
|
|
} /* 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.519745, -0.388600, -0.246180, -0.013756, 0.944056",\
|
|
"-0.609028, -0.477883, -0.335463, -0.103039, 0.854773",\
|
|
"-0.667734, -0.536590, -0.394170, -0.161745, 0.796067",\
|
|
"-0.737593, -0.606448, -0.464028, -0.231604, 0.726209",\
|
|
"-1.024834, -0.893689, -0.751269, -0.518845, 0.438967");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.947619, -0.816475, -0.674055, -0.441631, 0.516182",\
|
|
"-1.072215, -0.941070, -0.798650, -0.566226, 0.391586",\
|
|
"-1.199303, -1.068158, -0.925738, -0.693314, 0.264498",\
|
|
"-1.399353, -1.268208, -1.125788, -0.893364, 0.064449",\
|
|
"-2.223939, -2.092795, -1.950375, -1.717951, -0.760138");
|
|
}
|
|
|
|
} /* 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.679013, 0.598410, 0.549177, 0.512614, 0.362454",\
|
|
"0.768296, 0.687693, 0.638460, 0.601897, 0.451737",\
|
|
"0.827002, 0.746399, 0.697166, 0.660603, 0.510443",\
|
|
"0.896861, 0.816258, 0.767024, 0.730462, 0.580302",\
|
|
"1.184102, 1.103499, 1.054265, 1.017703, 0.867543");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.157137, 1.076535, 1.027301, 0.990738, 0.840578",\
|
|
"1.281733, 1.201130, 1.151896, 1.115334, 0.965174",\
|
|
"1.408821, 1.328218, 1.278984, 1.242422, 1.092262",\
|
|
"1.608870, 1.528268, 1.479034, 1.442472, 1.292311",\
|
|
"2.433457, 2.352855, 2.303621, 2.267058, 2.116898");
|
|
}
|
|
|
|
} /* 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.537561, -0.421449, -0.325156, -0.180110, 0.417165",\
|
|
"-0.626843, -0.510732, -0.414439, -0.269393, 0.327882",\
|
|
"-0.685550, -0.569438, -0.473145, -0.328099, 0.269176",\
|
|
"-0.755408, -0.639297, -0.543004, -0.397958, 0.199317",\
|
|
"-1.042649, -0.926538, -0.830245, -0.685199, -0.087924");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.927996, -0.811884, -0.715592, -0.570545, 0.026730",\
|
|
"-1.052591, -0.936480, -0.840187, -0.695141, -0.097866",\
|
|
"-1.179679, -1.063568, -0.967275, -0.822229, -0.224954",\
|
|
"-1.379729, -1.263618, -1.167325, -1.022278, -0.425004",\
|
|
"-2.204316, -2.088204, -1.991912, -1.846865, -1.249590");
|
|
}
|
|
|
|
} /* 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.001316 ;
|
|
|
|
/* 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.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "1.140713, 1.153205, 1.188269, 1.329673, 1.917886",\
|
|
"1.256804, 1.269297, 1.304361, 1.445765, 2.033978",\
|
|
"1.353083, 1.365575, 1.400639, 1.542043, 2.130256",\
|
|
"1.498086, 1.510578, 1.545642, 1.687046, 2.275259",\
|
|
"2.095152, 2.107645, 2.142709, 2.284113, 2.872326");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "0.023226, 0.034341, 0.073856, 0.266556, 1.112475",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.112475",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.112475",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.112475",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.112475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "1.201178, 1.210675, 1.233668, 1.303066, 1.554395",\
|
|
"1.317270, 1.326767, 1.349760, 1.419158, 1.670487",\
|
|
"1.413548, 1.423045, 1.446038, 1.515436, 1.766765",\
|
|
"1.558551, 1.568048, 1.591041, 1.660439, 1.911768",\
|
|
"2.155618, 2.165114, 2.188107, 2.257506, 2.508835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "0.019991, 0.026092, 0.044085, 0.118678, 0.462729",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.462729",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.462729",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.462729",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.462729");
|
|
}
|
|
|
|
} /* 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.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "1.140157, 1.152649, 1.187713, 1.329117, 1.912839",\
|
|
"1.220757, 1.233250, 1.268314, 1.409718, 1.993440",\
|
|
"1.269992, 1.282485, 1.317549, 1.458952, 2.042675",\
|
|
"1.306557, 1.319049, 1.354113, 1.495517, 2.079240",\
|
|
"1.456723, 1.469216, 1.504280, 1.645684, 2.229406");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "0.023226, 0.034341, 0.073856, 0.266556, 1.103966",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.103966",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.103966",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.103966",\
|
|
"0.023226, 0.034341, 0.073856, 0.266556, 1.103966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "1.200622, 1.210119, 1.233112, 1.302510, 1.549274",\
|
|
"1.281223, 1.290720, 1.313712, 1.383111, 1.629875",\
|
|
"1.330458, 1.339954, 1.362947, 1.432346, 1.679110",\
|
|
"1.367023, 1.376519, 1.399512, 1.468910, 1.715675",\
|
|
"1.517189, 1.526686, 1.549679, 1.619077, 1.865841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001316, 0.012088, 0.051316, 0.233395, 1.000000");
|
|
values ( "0.019991, 0.026092, 0.044085, 0.118678, 0.454051",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.454051",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.454051",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.454051",\
|
|
"0.019991, 0.026092, 0.044085, 0.118678, 0.454051");
|
|
}
|
|
|
|
} /* 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.073687 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.316513");
|
|
}
|
|
|
|
} /* 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.498843");
|
|
}
|
|
|
|
} /* 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.004603 ;
|
|
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.897629, 0.817028, 0.767793, 0.731228, 0.581062",\
|
|
"0.973412, 0.892811, 0.843577, 0.807012, 0.656845",\
|
|
"1.013792, 0.933191, 0.883956, 0.847391, 0.697225",\
|
|
"1.050992, 0.970392, 0.921157, 0.884592, 0.734425",\
|
|
"1.204305, 1.123704, 1.074469, 1.037905, 0.887738");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.810364, 0.729750, 0.680500, 0.643886, 0.493512",\
|
|
"0.932679, 0.852066, 0.802815, 0.766201, 0.615828",\
|
|
"1.059516, 0.978903, 0.929652, 0.893038, 0.742665",\
|
|
"1.260318, 1.179704, 1.130453, 1.093840, 0.943466",\
|
|
"2.088436, 2.007823, 1.958572, 1.921958, 1.771585");
|
|
}
|
|
|
|
} /* 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.469430, -0.353339, -0.257060, -0.112058, 0.485009",\
|
|
"-0.545214, -0.429122, -0.332844, -0.187841, 0.409226",\
|
|
"-0.585594, -0.469502, -0.373224, -0.228221, 0.368846",\
|
|
"-0.622794, -0.506702, -0.410424, -0.265421, 0.331645",\
|
|
"-0.776107, -0.660015, -0.563737, -0.418734, 0.178333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.468632, -0.352541, -0.256262, -0.111259, 0.485807",\
|
|
"-0.590948, -0.474856, -0.378578, -0.233575, 0.363492",\
|
|
"-0.717785, -0.601693, -0.505415, -0.360412, 0.236655",\
|
|
"-0.918586, -0.802494, -0.706216, -0.561213, 0.035853",\
|
|
"-1.746705, -1.630613, -1.534335, -1.389332, -0.792265");
|
|
}
|
|
|
|
} /* 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.006645 ;
|
|
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.004084 ;
|
|
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.912927, 0.832326, 0.783091, 0.746526, 0.596360",\
|
|
"1.001222, 0.920621, 0.871386, 0.834821, 0.684655",\
|
|
"1.059524, 0.978923, 0.929688, 0.893124, 0.742957",\
|
|
"1.127141, 1.046540, 0.997305, 0.960741, 0.810574",\
|
|
"1.392319, 1.311718, 1.262483, 1.225919, 1.075752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.828661, 0.748048, 0.698797, 0.662184, 0.511810",\
|
|
"0.954963, 0.874349, 0.825098, 0.788485, 0.638111",\
|
|
"1.098236, 1.017623, 0.968372, 0.931758, 0.781385",\
|
|
"1.321841, 1.241227, 1.191976, 1.155363, 1.004989",\
|
|
"2.244908, 2.164294, 2.115044, 2.078430, 1.928056");
|
|
}
|
|
|
|
} /* 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.484729, -0.368637, -0.272359, -0.127356, 0.469711",\
|
|
"-0.573024, -0.456932, -0.360654, -0.215651, 0.381416",\
|
|
"-0.631326, -0.515234, -0.418956, -0.273953, 0.323114",\
|
|
"-0.698943, -0.582851, -0.486573, -0.341570, 0.255497",\
|
|
"-0.964121, -0.848029, -0.751751, -0.606748, -0.009681");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.486027, -0.369935, -0.273657, -0.128654, 0.468413",\
|
|
"-0.612328, -0.496236, -0.399958, -0.254955, 0.342111",\
|
|
"-0.756504, -0.640412, -0.544134, -0.399131, 0.197935",\
|
|
"-0.980109, -0.864017, -0.767739, -0.622736, -0.025669",\
|
|
"-1.903176, -1.787084, -1.690806, -1.545803, -0.948736");
|
|
}
|
|
|
|
} /* 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.004497 ;
|
|
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.939213, 0.858600, 0.809349, 0.772735, 0.622362",\
|
|
"1.038177, 0.957564, 0.908313, 0.871700, 0.721326",\
|
|
"1.118485, 1.037872, 0.988621, 0.952007, 0.801633",\
|
|
"1.222956, 1.142342, 1.093091, 1.056478, 0.906104",\
|
|
"1.651208, 1.570595, 1.521344, 1.484731, 1.334357");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.549332, 0.468719, 0.419468, 0.382854, 0.232480",\
|
|
"0.675604, 0.594991, 0.545740, 0.509126, 0.358752",\
|
|
"0.808321, 0.727708, 0.678457, 0.641844, 0.491470",\
|
|
"1.016235, 0.935622, 0.886371, 0.849757, 0.699383",\
|
|
"1.872922, 1.792309, 1.743058, 1.706445, 1.556071");
|
|
}
|
|
|
|
} /* 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.051707, 0.167811, 0.264106, 0.409157, 1.006431",\
|
|
"-0.047257, 0.068847, 0.165141, 0.310193, 0.907467",\
|
|
"-0.126999, -0.010895, 0.085400, 0.230451, 0.827725",\
|
|
"-0.228980, -0.112876, -0.016582, 0.128470, 0.725744",\
|
|
"-0.649270, -0.533166, -0.436872, -0.291820, 0.305454");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.119063, -0.002958, 0.093336, 0.238388, 0.835662",\
|
|
"-0.245335, -0.129230, -0.032936, 0.112116, 0.709390",\
|
|
"-0.377655, -0.261551, -0.165256, -0.020205, 0.577069",\
|
|
"-0.584371, -0.468267, -0.371972, -0.226921, 0.370353",\
|
|
"-1.434121, -1.318017, -1.221723, -1.076671, -0.479397");
|
|
}
|
|
|
|
} /* 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.001259 ;
|
|
|
|
/* 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.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.673864, 0.686399, 0.721482, 0.862888, 1.451136",\
|
|
"0.772042, 0.784576, 0.819660, 0.961066, 1.549314",\
|
|
"0.844328, 0.856862, 0.891946, 1.033352, 1.621599",\
|
|
"0.934976, 0.947511, 0.982595, 1.124000, 1.712248",\
|
|
"1.308348, 1.320885, 1.355970, 1.497376, 2.085622");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.023216, 0.034332, 0.073826, 0.266501, 1.112445",\
|
|
"0.023216, 0.034332, 0.073826, 0.266501, 1.112445",\
|
|
"0.023217, 0.034332, 0.073826, 0.266501, 1.112445",\
|
|
"0.023218, 0.034334, 0.073827, 0.266501, 1.112444",\
|
|
"0.023223, 0.034338, 0.073829, 0.266501, 1.112442");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.666304, 0.675826, 0.698815, 0.768171, 1.019606",\
|
|
"0.798088, 0.807609, 0.830599, 0.899955, 1.151389",\
|
|
"0.935508, 0.945029, 0.968018, 1.037375, 1.288810",\
|
|
"1.158346, 1.167867, 1.190857, 1.260213, 1.511648",\
|
|
"2.076779, 2.086301, 2.109290, 2.178647, 2.430081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.019761, 0.025901, 0.043925, 0.118647, 0.462725",\
|
|
"0.019761, 0.025901, 0.043925, 0.118647, 0.462725",\
|
|
"0.019761, 0.025901, 0.043925, 0.118647, 0.462725",\
|
|
"0.019761, 0.025901, 0.043925, 0.118647, 0.462725",\
|
|
"0.019760, 0.025901, 0.043925, 0.118647, 0.462725");
|
|
}
|
|
|
|
} /* 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.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.673864, 0.686399, 0.721482, 0.862888, 1.446645",\
|
|
"0.772042, 0.784576, 0.819660, 0.961066, 1.544823",\
|
|
"0.844328, 0.856862, 0.891946, 1.033352, 1.617109",\
|
|
"0.934976, 0.947511, 0.982595, 1.124000, 1.707757",\
|
|
"1.308348, 1.320885, 1.355970, 1.497376, 2.081131");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.023216, 0.034332, 0.073826, 0.266501, 1.103936",\
|
|
"0.023216, 0.034332, 0.073826, 0.266501, 1.103936",\
|
|
"0.023217, 0.034332, 0.073826, 0.266501, 1.103936",\
|
|
"0.023218, 0.034334, 0.073827, 0.266501, 1.103935",\
|
|
"0.023223, 0.034338, 0.073829, 0.266501, 1.103932");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.666304, 0.675826, 0.698815, 0.768171, 1.015041",\
|
|
"0.798088, 0.807609, 0.830599, 0.899955, 1.146825",\
|
|
"0.935508, 0.945029, 0.968018, 1.037375, 1.284245",\
|
|
"1.158346, 1.167867, 1.190857, 1.260213, 1.507083",\
|
|
"2.076779, 2.086301, 2.109290, 2.178647, 2.425517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.019761, 0.025901, 0.043925, 0.118647, 0.454047",\
|
|
"0.019761, 0.025901, 0.043925, 0.118647, 0.454047",\
|
|
"0.019761, 0.025901, 0.043925, 0.118647, 0.454047",\
|
|
"0.019761, 0.025901, 0.043925, 0.118647, 0.454047",\
|
|
"0.019760, 0.025901, 0.043925, 0.118647, 0.454047");
|
|
}
|
|
|
|
} /* 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.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "2.455971, 2.468505, 2.503588, 2.644994, 3.233242",\
|
|
"2.551504, 2.564038, 2.599121, 2.740527, 3.328775",\
|
|
"2.622060, 2.634594, 2.669677, 2.811083, 3.399331",\
|
|
"2.705564, 2.718099, 2.753182, 2.894588, 3.482836",\
|
|
"3.049666, 3.062200, 3.097283, 3.238689, 3.826937");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.023215, 0.034331, 0.073825, 0.266501, 1.112446",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.112446",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.112446",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.112446",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.112446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "2.461735, 2.471256, 2.494244, 2.563597, 2.815039",\
|
|
"2.557268, 2.566790, 2.589778, 2.659130, 2.910572",\
|
|
"2.627824, 2.637346, 2.660334, 2.729686, 2.981128",\
|
|
"2.711329, 2.720850, 2.743838, 2.813191, 3.064633",\
|
|
"3.055430, 3.064951, 3.087940, 3.157292, 3.408734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.019745, 0.025887, 0.043913, 0.118646, 0.462725",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.462725",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.462725",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.462725",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.462725");
|
|
}
|
|
|
|
} /* 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.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "2.331444, 2.343978, 2.379061, 2.520467, 3.104224",\
|
|
"2.426977, 2.439512, 2.474595, 2.616000, 3.199758",\
|
|
"2.497533, 2.510067, 2.545151, 2.686556, 3.270314",\
|
|
"2.581038, 2.593572, 2.628655, 2.770061, 3.353818",\
|
|
"2.925139, 2.937673, 2.972756, 3.114162, 3.697919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.023215, 0.034331, 0.073825, 0.266501, 1.103937",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.103937",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.103937",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.103937",\
|
|
"0.023215, 0.034331, 0.073825, 0.266501, 1.103937");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "2.337208, 2.346730, 2.369718, 2.439070, 2.685948",\
|
|
"2.432742, 2.442263, 2.465251, 2.534604, 2.781481",\
|
|
"2.503298, 2.512819, 2.535807, 2.605160, 2.852037",\
|
|
"2.586802, 2.596324, 2.619312, 2.688664, 2.935542",\
|
|
"2.930903, 2.940425, 2.963413, 3.032765, 3.279643");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001259, 0.012031, 0.051259, 0.233338, 1.000000");
|
|
values ( "0.019745, 0.025887, 0.043913, 0.118646, 0.454047",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.454047",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.454047",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.454047",\
|
|
"0.019745, 0.025887, 0.043913, 0.118646, 0.454047");
|
|
}
|
|
|
|
} /* 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.001896 ;
|
|
|
|
/* 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.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "2.387214, 2.397892, 2.432621, 2.574968, 3.163257",\
|
|
"2.482748, 2.493426, 2.528155, 2.670501, 3.258790",\
|
|
"2.553304, 2.563982, 2.598711, 2.741057, 3.329346",\
|
|
"2.636808, 2.647486, 2.682215, 2.824562, 3.412851",\
|
|
"2.980910, 2.991587, 3.026316, 3.168663, 3.756952");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.022518, 0.033760, 0.073703, 0.271676, 1.114302",\
|
|
"0.022518, 0.033760, 0.073703, 0.271676, 1.114302",\
|
|
"0.022518, 0.033760, 0.073703, 0.271676, 1.114302",\
|
|
"0.022518, 0.033760, 0.073703, 0.271676, 1.114302",\
|
|
"0.022518, 0.033760, 0.073703, 0.271676, 1.114302");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "2.367431, 2.376007, 2.398869, 2.468821, 2.720512",\
|
|
"2.462964, 2.471540, 2.494403, 2.564354, 2.816046",\
|
|
"2.533520, 2.542096, 2.564959, 2.634910, 2.886602",\
|
|
"2.617025, 2.625601, 2.648463, 2.718415, 2.970106",\
|
|
"2.961126, 2.969702, 2.992564, 3.062516, 3.314208");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.019909, 0.025926, 0.043937, 0.122480, 0.464751",\
|
|
"0.019909, 0.025926, 0.043937, 0.122480, 0.464751",\
|
|
"0.019909, 0.025926, 0.043937, 0.122480, 0.464751",\
|
|
"0.019909, 0.025926, 0.043937, 0.122480, 0.464751",\
|
|
"0.019909, 0.025926, 0.043937, 0.122480, 0.464751");
|
|
}
|
|
|
|
} /* 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.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "2.234141, 2.246099, 2.280829, 2.421885, 3.005924",\
|
|
"2.329674, 2.341633, 2.376362, 2.517419, 3.101457",\
|
|
"2.400230, 2.412189, 2.446918, 2.587975, 3.172013",\
|
|
"2.483735, 2.495694, 2.530423, 2.671480, 3.255518",\
|
|
"2.827836, 2.839795, 2.874524, 3.015581, 3.599619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.022518, 0.033760, 0.073703, 0.269247, 1.103804",\
|
|
"0.022518, 0.033760, 0.073703, 0.269247, 1.103804",\
|
|
"0.022518, 0.033760, 0.073703, 0.269247, 1.103804",\
|
|
"0.022518, 0.033760, 0.073703, 0.269247, 1.103804",\
|
|
"0.022518, 0.033760, 0.073703, 0.269247, 1.103804");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "2.233392, 2.242582, 2.265445, 2.334105, 2.581455",\
|
|
"2.328926, 2.338116, 2.360978, 2.429638, 2.676989",\
|
|
"2.399481, 2.408671, 2.431534, 2.500194, 2.747545",\
|
|
"2.482986, 2.492176, 2.515038, 2.583699, 2.831049",\
|
|
"2.827087, 2.836277, 2.859140, 2.927800, 3.175150");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.019909, 0.025926, 0.043937, 0.120046, 0.454041",\
|
|
"0.019909, 0.025926, 0.043937, 0.120046, 0.454041",\
|
|
"0.019909, 0.025926, 0.043937, 0.120046, 0.454041",\
|
|
"0.019909, 0.025926, 0.043937, 0.120046, 0.454041",\
|
|
"0.019909, 0.025926, 0.043937, 0.120046, 0.454041");
|
|
}
|
|
|
|
} /* 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.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.587675, 0.598352, 0.633082, 0.775429, 1.363717",\
|
|
"0.686863, 0.697540, 0.732270, 0.874616, 1.462905",\
|
|
"0.767093, 0.777771, 0.812500, 0.954847, 1.543135",\
|
|
"0.871955, 0.882633, 0.917363, 1.059710, 1.647997",\
|
|
"1.304117, 1.314796, 1.349528, 1.491876, 2.080159");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.022519, 0.033760, 0.073703, 0.271676, 1.114302",\
|
|
"0.022519, 0.033760, 0.073703, 0.271676, 1.114302",\
|
|
"0.022520, 0.033761, 0.073704, 0.271676, 1.114302",\
|
|
"0.022522, 0.033763, 0.073705, 0.271676, 1.114302",\
|
|
"0.022531, 0.033771, 0.073710, 0.271674, 1.114304");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.564730, 0.573305, 0.596169, 0.666127, 0.917808",\
|
|
"0.691197, 0.699772, 0.722637, 0.792594, 1.044275",\
|
|
"0.824764, 0.833340, 0.856204, 0.926161, 1.177842",\
|
|
"1.036422, 1.044997, 1.067861, 1.137819, 1.389500",\
|
|
"1.909374, 1.917949, 1.940814, 2.010772, 2.262452");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.019931, 0.025946, 0.043953, 0.122480, 0.464752",\
|
|
"0.019931, 0.025946, 0.043953, 0.122480, 0.464752",\
|
|
"0.019931, 0.025946, 0.043953, 0.122480, 0.464752",\
|
|
"0.019931, 0.025946, 0.043953, 0.122480, 0.464752",\
|
|
"0.019933, 0.025948, 0.043955, 0.122480, 0.464752");
|
|
}
|
|
|
|
} /* 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.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.583063, 0.595022, 0.629751, 0.770808, 1.354846",\
|
|
"0.682251, 0.694210, 0.728939, 0.869996, 1.454034",\
|
|
"0.762481, 0.774440, 0.809170, 0.950227, 1.534264",\
|
|
"0.867343, 0.879302, 0.914032, 1.055089, 1.639126",\
|
|
"1.299505, 1.311466, 1.346197, 1.487256, 2.071288");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.022519, 0.033760, 0.073703, 0.269247, 1.103804",\
|
|
"0.022519, 0.033760, 0.073703, 0.269247, 1.103804",\
|
|
"0.022520, 0.033761, 0.073704, 0.269247, 1.103804",\
|
|
"0.022522, 0.033763, 0.073705, 0.269246, 1.103804",\
|
|
"0.022531, 0.033771, 0.073710, 0.269245, 1.103806");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.564114, 0.573305, 0.596169, 0.664835, 0.912175",\
|
|
"0.690581, 0.699772, 0.722637, 0.791302, 1.038642",\
|
|
"0.824149, 0.833340, 0.856204, 0.924869, 1.172210",\
|
|
"1.035806, 1.044997, 1.067861, 1.136527, 1.383867",\
|
|
"1.908758, 1.917949, 1.940814, 2.009480, 2.256819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001896, 0.012668, 0.051896, 0.233975, 1.000000");
|
|
values ( "0.019931, 0.025946, 0.043953, 0.120047, 0.454042",\
|
|
"0.019931, 0.025946, 0.043953, 0.120047, 0.454042",\
|
|
"0.019931, 0.025946, 0.043953, 0.120047, 0.454042",\
|
|
"0.019931, 0.025946, 0.043953, 0.120047, 0.454042",\
|
|
"0.019933, 0.025948, 0.043955, 0.120047, 0.454042");
|
|
}
|
|
|
|
} /* 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.001003 ;
|
|
|
|
/* 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.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.370558, 2.382757, 2.417425, 2.559702, 3.149156",\
|
|
"2.466091, 2.478290, 2.512959, 2.655236, 3.244689",\
|
|
"2.536647, 2.548846, 2.583514, 2.725792, 3.315245",\
|
|
"2.620152, 2.632351, 2.667019, 2.809296, 3.398750",\
|
|
"2.964253, 2.976452, 3.011120, 3.153398, 3.742851");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.020793, 0.032206, 0.072341, 0.270874, 1.114471",\
|
|
"0.020793, 0.032206, 0.072341, 0.270874, 1.114471",\
|
|
"0.020793, 0.032206, 0.072341, 0.270874, 1.114471",\
|
|
"0.020793, 0.032206, 0.072341, 0.270874, 1.114471",\
|
|
"0.020793, 0.032206, 0.072341, 0.270874, 1.114471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.439922, 2.449595, 2.472680, 2.542707, 2.794772",\
|
|
"2.535456, 2.545129, 2.568214, 2.638240, 2.890306",\
|
|
"2.606012, 2.615685, 2.638770, 2.708796, 2.960861",\
|
|
"2.689516, 2.699189, 2.722274, 2.792301, 3.044366",\
|
|
"3.033617, 3.043291, 3.066375, 3.136402, 3.388467");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.019207, 0.025474, 0.043516, 0.122139, 0.464885",\
|
|
"0.019207, 0.025474, 0.043516, 0.122139, 0.464885",\
|
|
"0.019207, 0.025474, 0.043516, 0.122139, 0.464885",\
|
|
"0.019207, 0.025474, 0.043516, 0.122139, 0.464885",\
|
|
"0.019207, 0.025474, 0.043516, 0.122139, 0.464885");
|
|
}
|
|
|
|
} /* 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.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.243098, 2.255297, 2.289965, 2.430924, 3.016007",\
|
|
"2.338631, 2.350830, 2.385498, 2.526457, 3.111540",\
|
|
"2.409187, 2.421386, 2.456054, 2.597013, 3.182096",\
|
|
"2.492692, 2.504891, 2.539559, 2.680518, 3.265601",\
|
|
"2.836793, 2.848992, 2.883660, 3.024619, 3.609702");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.020793, 0.032206, 0.072341, 0.268386, 1.103687",\
|
|
"0.020793, 0.032206, 0.072341, 0.268386, 1.103687",\
|
|
"0.020793, 0.032206, 0.072341, 0.268386, 1.103687",\
|
|
"0.020793, 0.032206, 0.072341, 0.268386, 1.103687",\
|
|
"0.020793, 0.032206, 0.072341, 0.268386, 1.103687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.313360, 2.323034, 2.346118, 2.414824, 2.662426",\
|
|
"2.408894, 2.418567, 2.441652, 2.510358, 2.757960",\
|
|
"2.479450, 2.489123, 2.512208, 2.580914, 2.828516",\
|
|
"2.562954, 2.572628, 2.595712, 2.664418, 2.912020",\
|
|
"2.907055, 2.916728, 2.939813, 3.008519, 3.256121");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011776, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.019207, 0.025474, 0.043516, 0.119647, 0.453883",\
|
|
"0.019207, 0.025474, 0.043516, 0.119647, 0.453883",\
|
|
"0.019207, 0.025474, 0.043516, 0.119647, 0.453883",\
|
|
"0.019207, 0.025474, 0.043516, 0.119647, 0.453883",\
|
|
"0.019207, 0.025474, 0.043516, 0.119647, 0.453883");
|
|
}
|
|
|
|
} /* 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.003489 ;
|
|
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.450105, 1.318960, 1.176540, 0.944116, -0.013696",\
|
|
"1.525861, 1.394716, 1.252296, 1.019872, 0.062059",\
|
|
"1.566401, 1.435256, 1.292836, 1.060412, 0.102599",\
|
|
"1.604128, 1.472984, 1.330564, 1.098140, 0.140327",\
|
|
"1.759614, 1.628469, 1.486049, 1.253625, 0.295812");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.947419, 2.816274, 2.673854, 2.441430, 1.483618",\
|
|
"3.069660, 2.938516, 2.796096, 2.563672, 1.605859",\
|
|
"3.195429, 3.064284, 2.921864, 2.689440, 1.731627",\
|
|
"3.394063, 3.262918, 3.120498, 2.888074, 1.930261",\
|
|
"4.214635, 4.083490, 3.941071, 3.708647, 2.750834");
|
|
}
|
|
|
|
} /* 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 ( "-1.286927, -1.155782, -1.013362, -0.780938, 0.176875",\
|
|
"-1.362682, -1.231537, -1.089117, -0.856693, 0.101119",\
|
|
"-1.403222, -1.272077, -1.129657, -0.897233, 0.060579",\
|
|
"-1.440950, -1.309805, -1.167385, -0.934961, 0.022852",\
|
|
"-1.596435, -1.465290, -1.322870, -1.090446, -0.132633");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.436893, -2.305748, -2.163328, -1.930904, -0.973091",\
|
|
"-2.559134, -2.427989, -2.285569, -2.053145, -1.095332",\
|
|
"-2.684902, -2.553757, -2.411337, -2.178913, -1.221101",\
|
|
"-2.883536, -2.752391, -2.609971, -2.377547, -1.419735",\
|
|
"-3.704109, -3.572964, -3.430544, -3.198120, -2.240307");
|
|
}
|
|
|
|
} /* 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.913213, 0.832611, 0.783377, 0.746815, 0.596655",\
|
|
"0.988969, 0.908366, 0.859132, 0.822570, 0.672410",\
|
|
"1.029509, 0.948906, 0.899673, 0.863110, 0.712950",\
|
|
"1.067237, 0.986634, 0.937400, 0.900838, 0.750678",\
|
|
"1.222722, 1.142119, 1.092885, 1.056323, 0.906163");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.114645, 2.034042, 1.984808, 1.948246, 1.798086",\
|
|
"2.236886, 2.156284, 2.107050, 2.070487, 1.920327",\
|
|
"2.362654, 2.282052, 2.232818, 2.196256, 2.046096",\
|
|
"2.561289, 2.480686, 2.431452, 2.394890, 2.244730",\
|
|
"3.381861, 3.301259, 3.252025, 3.215463, 3.065303");
|
|
}
|
|
|
|
} /* 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.726035, -0.609940, -0.513661, -0.368656, 0.228422",\
|
|
"-0.801790, -0.685696, -0.589417, -0.444412, 0.152667",\
|
|
"-0.842330, -0.726236, -0.629957, -0.484952, 0.112127",\
|
|
"-0.880058, -0.763964, -0.667685, -0.522680, 0.074399",\
|
|
"-1.035543, -0.919449, -0.823170, -0.678165, -0.081086");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.574606, -1.458512, -1.362233, -1.217228, -0.620149",\
|
|
"-1.696848, -1.580753, -1.484474, -1.339469, -0.742391",\
|
|
"-1.822616, -1.706521, -1.610242, -1.465238, -0.868159",\
|
|
"-2.021250, -1.905155, -1.808876, -1.663872, -1.066793",\
|
|
"-2.841823, -2.725728, -2.629449, -2.484444, -1.887366");
|
|
}
|
|
|
|
} /* 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.004297 ;
|
|
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.281011, 1.149866, 1.007446, 0.775022, -0.182790",\
|
|
"1.367346, 1.236202, 1.093781, 0.861357, -0.096455",\
|
|
"1.424089, 1.292944, 1.150524, 0.918100, -0.039713",\
|
|
"1.492942, 1.361797, 1.219377, 0.986953, 0.029141",\
|
|
"1.776703, 1.645559, 1.503139, 1.270714, 0.312902");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.410153, 2.279008, 2.136588, 1.904164, 0.946352",\
|
|
"2.527390, 2.396245, 2.253825, 2.021401, 1.063589",\
|
|
"2.629245, 2.498100, 2.355680, 2.123256, 1.165443",\
|
|
"2.787760, 2.656615, 2.514195, 2.281771, 1.323959",\
|
|
"3.441044, 3.309899, 3.167479, 2.935055, 1.977242");
|
|
}
|
|
|
|
} /* 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 ( "-1.123133, -0.991988, -0.849568, -0.617144, 0.340669",\
|
|
"-1.209468, -1.078323, -0.935903, -0.703479, 0.254333",\
|
|
"-1.266211, -1.135066, -0.992646, -0.760222, 0.197591",\
|
|
"-1.335064, -1.203919, -1.061499, -0.829075, 0.128738",\
|
|
"-1.618825, -1.487681, -1.345261, -1.112836, -0.155024");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.206118, -2.074973, -1.932553, -1.700129, -0.742316",\
|
|
"-2.323354, -2.192210, -2.049790, -1.817366, -0.859553",\
|
|
"-2.425209, -2.294064, -2.151644, -1.919220, -0.961407",\
|
|
"-2.583724, -2.452579, -2.310159, -2.077735, -1.119923",\
|
|
"-3.237008, -3.105863, -2.963443, -2.731019, -1.773206");
|
|
}
|
|
|
|
} /* 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.721880, 0.641277, 0.592044, 0.555481, 0.405321",\
|
|
"0.808215, 0.727613, 0.678379, 0.641816, 0.491656",\
|
|
"0.864958, 0.784355, 0.735121, 0.698559, 0.548399",\
|
|
"0.933811, 0.853208, 0.803975, 0.767412, 0.617252",\
|
|
"1.217572, 1.136970, 1.087736, 1.051174, 0.901013");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.553979, 1.473377, 1.424143, 1.387580, 1.237420",\
|
|
"1.671216, 1.590613, 1.541379, 1.504817, 1.354657",\
|
|
"1.773070, 1.692468, 1.643234, 1.606671, 1.456511",\
|
|
"1.931586, 1.850983, 1.801749, 1.765187, 1.615027",\
|
|
"2.584869, 2.504267, 2.455033, 2.418470, 2.268310");
|
|
}
|
|
|
|
} /* 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.566107, -0.450013, -0.353734, -0.208729, 0.388350",\
|
|
"-0.652442, -0.536348, -0.440069, -0.295064, 0.302015",\
|
|
"-0.709185, -0.593090, -0.496811, -0.351806, 0.245272",\
|
|
"-0.778038, -0.661943, -0.565664, -0.420660, 0.176419",\
|
|
"-1.061800, -0.945705, -0.849426, -0.704421, -0.107342");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.349690, -1.233595, -1.137316, -0.992311, -0.395233",\
|
|
"-1.466927, -1.350832, -1.254553, -1.109548, -0.512470",\
|
|
"-1.568781, -1.452686, -1.356407, -1.211402, -0.614324",\
|
|
"-1.727297, -1.611202, -1.514923, -1.369918, -0.772840",\
|
|
"-2.380580, -2.264485, -2.168206, -2.023201, -1.426123");
|
|
}
|
|
|
|
} /* 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.003485 ;
|
|
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.345010, 1.213865, 1.071445, 0.839021, -0.118791",\
|
|
"1.420648, 1.289503, 1.147083, 0.914659, -0.043154",\
|
|
"1.461178, 1.330033, 1.187613, 0.955189, -0.002624",\
|
|
"1.499497, 1.368353, 1.225933, 0.993509, 0.035696",\
|
|
"1.657422, 1.526278, 1.383858, 1.151433, 0.193621");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.198037, 2.066892, 1.924472, 1.692048, 0.734235",\
|
|
"2.320040, 2.188895, 2.046475, 1.814051, 0.856238",\
|
|
"2.445161, 2.314016, 2.171596, 1.939172, 0.981359",\
|
|
"2.641966, 2.510821, 2.368401, 2.135977, 1.178164",\
|
|
"3.454646, 3.323501, 3.181081, 2.948657, 1.990845");
|
|
}
|
|
|
|
} /* 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 ( "-1.243466, -1.112322, -0.969902, -0.737477, 0.220335",\
|
|
"-1.319104, -1.187960, -1.045539, -0.813115, 0.144697",\
|
|
"-1.359634, -1.228489, -1.086069, -0.853645, 0.104167",\
|
|
"-1.397954, -1.266809, -1.124389, -0.891965, 0.065848",\
|
|
"-1.555879, -1.424734, -1.282314, -1.049890, -0.092077");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.046989, -1.915844, -1.773424, -1.541000, -0.583188",\
|
|
"-2.168992, -2.037848, -1.895427, -1.663003, -0.705191",\
|
|
"-2.294113, -2.162969, -2.020548, -1.788124, -0.830312",\
|
|
"-2.490919, -2.359774, -2.217354, -1.984930, -1.027117",\
|
|
"-3.303599, -3.172454, -3.030034, -2.797610, -1.839797");
|
|
}
|
|
|
|
} /* 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.777387, 0.696785, 0.647551, 0.610989, 0.460828",\
|
|
"0.853025, 0.772423, 0.723189, 0.686626, 0.536466",\
|
|
"0.893555, 0.812953, 0.763719, 0.727156, 0.576996",\
|
|
"0.931875, 0.851272, 0.802038, 0.765476, 0.615316",\
|
|
"1.089800, 1.009197, 0.959964, 0.923401, 0.773241");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.332226, 1.251624, 1.202390, 1.165828, 1.015667",\
|
|
"1.454230, 1.373627, 1.324393, 1.287831, 1.137671",\
|
|
"1.579351, 1.498748, 1.449514, 1.412952, 1.262792",\
|
|
"1.776156, 1.695553, 1.646319, 1.609757, 1.459597",\
|
|
"2.588836, 2.508234, 2.459000, 2.422437, 2.272277");
|
|
}
|
|
|
|
} /* 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.689246, -0.573151, -0.476872, -0.331867, 0.265211",\
|
|
"-0.764884, -0.648789, -0.552510, -0.407505, 0.189573",\
|
|
"-0.805414, -0.689319, -0.593040, -0.448035, 0.149043",\
|
|
"-0.843733, -0.727639, -0.631360, -0.486355, 0.110724",\
|
|
"-1.001659, -0.885564, -0.789285, -0.644280, -0.047201");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.193737, -1.077642, -0.981363, -0.836358, -0.239280",\
|
|
"-1.315740, -1.199645, -1.103366, -0.958361, -0.361283",\
|
|
"-1.440861, -1.324766, -1.228487, -1.083483, -0.486404",\
|
|
"-1.637666, -1.521571, -1.425292, -1.280288, -0.683209",\
|
|
"-2.450346, -2.334251, -2.237972, -2.092968, -1.495889");
|
|
}
|
|
|
|
} /* 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.004568 ;
|
|
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.995180, 0.864036, 0.721623, 0.489212, -0.468582",\
|
|
"1.083066, 0.951923, 0.809510, 0.577099, -0.380695",\
|
|
"1.141392, 1.010248, 0.867836, 0.635425, -0.322370",\
|
|
"1.205747, 1.074603, 0.932190, 0.699779, -0.258015",\
|
|
"1.470245, 1.339102, 1.196689, 0.964278, 0.006483");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.850863, 1.719719, 1.577306, 1.344895, 0.387101",\
|
|
"1.977127, 1.845983, 1.703570, 1.471159, 0.513365",\
|
|
"2.115957, 1.984814, 1.842401, 1.609990, 0.652196",\
|
|
"2.338989, 2.207846, 2.065433, 1.833022, 0.875228",\
|
|
"3.258160, 3.127017, 2.984604, 2.752193, 1.794398");
|
|
}
|
|
|
|
} /* 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.845955, -0.714811, -0.572398, -0.339987, 0.617807",\
|
|
"-0.933842, -0.802698, -0.660285, -0.427874, 0.529920",\
|
|
"-0.992167, -0.861024, -0.718611, -0.486200, 0.471594",\
|
|
"-1.056522, -0.925378, -0.782965, -0.550554, 0.407240",\
|
|
"-1.321020, -1.189877, -1.047464, -0.815053, 0.142741");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.616892, -1.485749, -1.343336, -1.110925, -0.153130",\
|
|
"-1.743156, -1.612012, -1.469599, -1.237189, -0.279394",\
|
|
"-1.881987, -1.750844, -1.608431, -1.376020, -0.418225",\
|
|
"-2.105019, -1.973875, -1.831462, -1.599051, -0.641257",\
|
|
"-3.024189, -2.893046, -2.750633, -2.518222, -1.560428");
|
|
}
|
|
|
|
} /* 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.904697, 0.824093, 0.774858, 0.738291, 0.588112",\
|
|
"0.992584, 0.911980, 0.862744, 0.826178, 0.675999",\
|
|
"1.050909, 0.970306, 0.921070, 0.884503, 0.734325",\
|
|
"1.115264, 1.034660, 0.985425, 0.948858, 0.798679",\
|
|
"1.379762, 1.299159, 1.249923, 1.213356, 1.063178");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.445724, 1.365121, 1.315885, 1.279318, 1.129140",\
|
|
"1.571988, 1.491385, 1.442149, 1.405582, 1.255404",\
|
|
"1.710819, 1.630215, 1.580980, 1.544413, 1.394234",\
|
|
"1.933851, 1.853247, 1.804012, 1.767445, 1.617266",\
|
|
"2.853022, 2.772418, 2.723183, 2.686616, 2.536437");
|
|
}
|
|
|
|
} /* 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.772225, -0.656130, -0.559851, -0.414846, 0.182232",\
|
|
"-0.860111, -0.744017, -0.647738, -0.502733, 0.094346",\
|
|
"-0.918437, -0.802342, -0.706064, -0.561059, 0.036020",\
|
|
"-0.982792, -0.866697, -0.770418, -0.625413, -0.028335",\
|
|
"-1.247290, -1.131196, -1.034917, -0.889912, -0.292833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.226525, -1.110430, -1.014151, -0.869146, -0.272068",\
|
|
"-1.352789, -1.236694, -1.140415, -0.995410, -0.398332",\
|
|
"-1.491619, -1.375525, -1.279246, -1.134241, -0.537162",\
|
|
"-1.714651, -1.598557, -1.502278, -1.357273, -0.760194",\
|
|
"-2.633823, -2.517728, -2.421449, -2.276444, -1.679366");
|
|
}
|
|
|
|
} /* 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.004242 ;
|
|
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.253757, 1.122612, 0.980192, 0.747768, -0.210044",\
|
|
"1.352977, 1.221832, 1.079412, 0.846988, -0.110825",\
|
|
"1.432943, 1.301798, 1.159378, 0.926954, -0.030858",\
|
|
"1.537693, 1.406548, 1.264128, 1.031704, 0.073891",\
|
|
"1.969391, 1.838246, 1.695826, 1.463402, 0.505590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.384064, 2.252919, 2.110499, 1.878075, 0.920262",\
|
|
"2.510594, 2.379449, 2.237029, 2.004605, 1.046792",\
|
|
"2.643269, 2.512125, 2.369704, 2.137280, 1.179468",\
|
|
"2.853746, 2.722602, 2.580182, 2.347758, 1.389945",\
|
|
"3.721177, 3.590033, 3.447612, 3.215188, 2.257376");
|
|
}
|
|
|
|
} /* 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 ( "-1.174651, -1.043506, -0.901086, -0.668662, 0.289150",\
|
|
"-1.273870, -1.142726, -1.000306, -0.767882, 0.189931",\
|
|
"-1.353837, -1.222692, -1.080272, -0.847848, 0.109964",\
|
|
"-1.458586, -1.327442, -1.185022, -0.952598, 0.005215",\
|
|
"-1.890285, -1.759140, -1.616720, -1.384296, -0.426484");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.153696, -2.022551, -1.880131, -1.647707, -0.689894",\
|
|
"-2.280225, -2.149080, -2.006660, -1.774236, -0.816424",\
|
|
"-2.412900, -2.281756, -2.139336, -1.906912, -0.949099",\
|
|
"-2.623378, -2.492233, -2.349813, -2.117389, -1.159577",\
|
|
"-3.490809, -3.359664, -3.217244, -2.984820, -2.027008");
|
|
}
|
|
|
|
} /* 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.683928, 0.603325, 0.554091, 0.517529, 0.367369",\
|
|
"0.783147, 0.702545, 0.653311, 0.616749, 0.466588",\
|
|
"0.863114, 0.782511, 0.733277, 0.696715, 0.546555",\
|
|
"0.967863, 0.887261, 0.838027, 0.801465, 0.651304",\
|
|
"1.399562, 1.318959, 1.269725, 1.233163, 1.083003");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.521953, 1.441350, 1.392116, 1.355554, 1.205394",\
|
|
"1.648483, 1.567880, 1.518646, 1.482084, 1.331924",\
|
|
"1.781158, 1.700555, 1.651321, 1.614759, 1.464599",\
|
|
"1.991635, 1.911033, 1.861799, 1.825237, 1.675076",\
|
|
"2.859066, 2.778463, 2.729229, 2.692667, 2.542507");
|
|
}
|
|
|
|
} /* 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.604044, -0.487950, -0.391671, -0.246666, 0.350413",\
|
|
"-0.703264, -0.587169, -0.490891, -0.345886, 0.251193",\
|
|
"-0.783231, -0.667136, -0.570857, -0.425852, 0.171226",\
|
|
"-0.887980, -0.771885, -0.675606, -0.530602, 0.066477",\
|
|
"-1.319679, -1.203584, -1.107305, -0.962300, -0.365222");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.286738, -1.170643, -1.074364, -0.929359, -0.332281",\
|
|
"-1.413268, -1.297173, -1.200894, -1.055889, -0.458811",\
|
|
"-1.545943, -1.429848, -1.333569, -1.188565, -0.591486",\
|
|
"-1.756420, -1.640326, -1.544047, -1.399042, -0.801963",\
|
|
"-2.623852, -2.507757, -2.411478, -2.266473, -1.669394");
|
|
}
|
|
|
|
} /* 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.004958 ;
|
|
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.886379, 0.755234, 0.612814, 0.380390, -0.577423",\
|
|
"0.972610, 0.841465, 0.699045, 0.466621, -0.491192",\
|
|
"1.029878, 0.898734, 0.756314, 0.523889, -0.433923",\
|
|
"1.099148, 0.968003, 0.825583, 0.593159, -0.364654",\
|
|
"1.384623, 1.253478, 1.111058, 0.878634, -0.079178");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.026513, 1.895368, 1.752948, 1.520524, 0.562711",\
|
|
"2.143516, 2.012371, 1.869951, 1.637527, 0.679714",\
|
|
"2.245505, 2.114361, 1.971941, 1.739516, 0.781704",\
|
|
"2.403292, 2.272147, 2.129727, 1.897303, 0.939491",\
|
|
"3.053644, 2.922499, 2.780079, 2.547655, 1.589842");
|
|
}
|
|
|
|
} /* 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.715932, -0.584787, -0.442367, -0.209943, 0.747869",\
|
|
"-0.802163, -0.671018, -0.528598, -0.296174, 0.661638",\
|
|
"-0.859432, -0.728287, -0.585867, -0.353443, 0.604370",\
|
|
"-0.928701, -0.797556, -0.655136, -0.422712, 0.535101",\
|
|
"-1.214176, -1.083031, -0.940611, -0.708187, 0.249625");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.754319, -1.623174, -1.480754, -1.248330, -0.290518",\
|
|
"-1.871322, -1.740177, -1.597757, -1.365333, -0.407521",\
|
|
"-1.973312, -1.842167, -1.699747, -1.467323, -0.509510",\
|
|
"-2.131099, -1.999954, -1.857534, -1.625110, -0.667297",\
|
|
"-2.781450, -2.650305, -2.507885, -2.275461, -1.317649");
|
|
}
|
|
|
|
} /* 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.821731, 0.741128, 0.691895, 0.655332, 0.505172",\
|
|
"0.907962, 0.827359, 0.778126, 0.741563, 0.591403",\
|
|
"0.965231, 0.884628, 0.835394, 0.798832, 0.648672",\
|
|
"1.034500, 0.953897, 0.904663, 0.868101, 0.717941",\
|
|
"1.319975, 1.239372, 1.190139, 1.153576, 1.003416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.658696, 1.578093, 1.528859, 1.492297, 1.342137",\
|
|
"1.775699, 1.695096, 1.645862, 1.609300, 1.459140",\
|
|
"1.877688, 1.797086, 1.747852, 1.711290, 1.561130",\
|
|
"2.035475, 1.954873, 1.905639, 1.869076, 1.718916",\
|
|
"2.685827, 2.605224, 2.555990, 2.519428, 2.369268");
|
|
}
|
|
|
|
} /* 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.588035, -0.471920, -0.375623, -0.230564, 0.366765",\
|
|
"-0.674266, -0.558151, -0.461854, -0.316795, 0.280534",\
|
|
"-0.731534, -0.615420, -0.519123, -0.374063, 0.223265",\
|
|
"-0.800803, -0.684689, -0.588392, -0.443333, 0.153996",\
|
|
"-1.086279, -0.970164, -0.873867, -0.728808, -0.131479");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.312062, -1.195947, -1.099650, -0.954591, -0.357262",\
|
|
"-1.429065, -1.312950, -1.216653, -1.071594, -0.474265",\
|
|
"-1.531054, -1.414940, -1.318643, -1.173584, -0.576255",\
|
|
"-1.688841, -1.572727, -1.476430, -1.331371, -0.734042",\
|
|
"-2.339193, -2.223078, -2.126781, -1.981722, -1.384394");
|
|
}
|
|
|
|
} /* 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.004643 ;
|
|
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.294293, 1.163149, 1.020729, 0.788304, -0.169508",\
|
|
"1.383485, 1.252340, 1.109920, 0.877496, -0.080317",\
|
|
"1.442447, 1.311302, 1.168882, 0.936458, -0.021354",\
|
|
"1.512818, 1.381673, 1.239253, 1.006829, 0.049016",\
|
|
"1.802832, 1.671687, 1.529267, 1.296843, 0.339031");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.454677, 2.323533, 2.181113, 1.948688, 0.990876",\
|
|
"2.579289, 2.448144, 2.305724, 2.073300, 1.115488",\
|
|
"2.706055, 2.574910, 2.432490, 2.200066, 1.242254",\
|
|
"2.905173, 2.774028, 2.631608, 2.399184, 1.441371",\
|
|
"3.725773, 3.594628, 3.452208, 3.219784, 2.261972");
|
|
}
|
|
|
|
} /* 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 ( "-1.177337, -1.046193, -0.903773, -0.671348, 0.286464",\
|
|
"-1.266529, -1.135384, -0.992964, -0.760540, 0.197272",\
|
|
"-1.325491, -1.194346, -1.051926, -0.819502, 0.138310",\
|
|
"-1.395862, -1.264717, -1.122297, -0.889873, 0.067940",\
|
|
"-1.685876, -1.554731, -1.412311, -1.179887, -0.222075");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.980491, -1.849347, -1.706927, -1.474502, -0.516690",\
|
|
"-2.105103, -1.973958, -1.831538, -1.599114, -0.641302",\
|
|
"-2.231869, -2.100724, -1.958304, -1.725880, -0.768068",\
|
|
"-2.430987, -2.299842, -2.157422, -1.924998, -0.967185",\
|
|
"-3.251587, -3.120442, -2.978022, -2.745598, -1.787786");
|
|
}
|
|
|
|
} /* 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.756019, 0.675417, 0.626183, 0.589620, 0.439460",\
|
|
"0.845211, 0.764608, 0.715374, 0.678812, 0.528652",\
|
|
"0.904173, 0.823570, 0.774336, 0.737774, 0.587614",\
|
|
"0.974543, 0.893941, 0.844707, 0.808145, 0.657984",\
|
|
"1.264558, 1.183956, 1.134722, 1.098159, 0.947999");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.618438, 1.537836, 1.488602, 1.452040, 1.301880",\
|
|
"1.743051, 1.662448, 1.613214, 1.576652, 1.426492",\
|
|
"1.869816, 1.789214, 1.739980, 1.703418, 1.553257",\
|
|
"2.068934, 1.988331, 1.939097, 1.902535, 1.752375",\
|
|
"2.889534, 2.808932, 2.759698, 2.723136, 2.572976");
|
|
}
|
|
|
|
} /* 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.579180, -0.463066, -0.366769, -0.221710, 0.375619",\
|
|
"-0.668372, -0.552257, -0.455960, -0.310901, 0.286427",\
|
|
"-0.727334, -0.611219, -0.514922, -0.369863, 0.227466",\
|
|
"-0.797704, -0.681590, -0.585293, -0.440234, 0.157095",\
|
|
"-1.087719, -0.971605, -0.875308, -0.730249, -0.132920");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.075443, -0.959329, -0.863032, -0.717973, -0.120644",\
|
|
"-1.200055, -1.083941, -0.987644, -0.842584, -0.245256",\
|
|
"-1.326821, -1.210707, -1.114410, -0.969350, -0.372022",\
|
|
"-1.525939, -1.409824, -1.313527, -1.168468, -0.571139",\
|
|
"-2.346539, -2.230425, -2.134128, -1.989068, -1.391740");
|
|
}
|
|
|
|
} /* 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.006296 ;
|
|
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.727231, 0.596086, 0.453666, 0.221242, -0.736570",\
|
|
"0.813410, 0.682265, 0.539845, 0.307421, -0.650392",\
|
|
"0.870610, 0.739465, 0.597045, 0.364621, -0.593192",\
|
|
"0.939525, 0.808380, 0.665960, 0.433536, -0.524276",\
|
|
"1.223690, 1.092545, 0.950125, 0.717701, -0.240111");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.448466, 1.317321, 1.174901, 0.942477, -0.015335",\
|
|
"1.565377, 1.434232, 1.291812, 1.059388, 0.101575",\
|
|
"1.667188, 1.536044, 1.393624, 1.161200, 0.203387",\
|
|
"1.824915, 1.693770, 1.551350, 1.318926, 0.361113",\
|
|
"2.475150, 2.344005, 2.201585, 1.969161, 1.011349");
|
|
}
|
|
|
|
} /* 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.619211, -0.488066, -0.345646, -0.113222, 0.844590",\
|
|
"-0.647222, -0.516078, -0.373658, -0.141234, 0.816579",\
|
|
"-0.628481, -0.497336, -0.354916, -0.122492, 0.835320",\
|
|
"-0.522346, -0.391202, -0.248782, -0.016358, 0.941455",\
|
|
"-0.085088, 0.046056, 0.188476, 0.420901, 1.378713");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.252434, -1.121289, -0.978869, -0.746445, 0.211368",\
|
|
"-1.308662, -1.177518, -1.035098, -0.802674, 0.155139",\
|
|
"-1.331249, -1.200105, -1.057685, -0.825261, 0.132552",\
|
|
"-1.306360, -1.175215, -1.032795, -0.800371, 0.157442",\
|
|
"-1.203988, -1.072843, -0.930423, -0.697999, 0.259813");
|
|
}
|
|
|
|
} /* 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.771880, 0.691277, 0.642043, 0.605481, 0.455321",\
|
|
"0.858058, 0.777456, 0.728222, 0.691659, 0.541499",\
|
|
"0.915258, 0.834656, 0.785422, 0.748860, 0.598700",\
|
|
"0.984174, 0.903571, 0.854337, 0.817775, 0.667615",\
|
|
"1.268339, 1.187736, 1.138502, 1.101940, 0.951780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.462257, 1.381654, 1.332420, 1.295858, 1.145698",\
|
|
"1.579168, 1.498565, 1.449332, 1.412769, 1.262609",\
|
|
"1.680979, 1.600377, 1.551143, 1.514580, 1.364420",\
|
|
"1.838705, 1.758103, 1.708869, 1.672307, 1.522146",\
|
|
"2.488941, 2.408338, 2.359104, 2.322542, 2.172382");
|
|
}
|
|
|
|
} /* 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.637027, -0.520915, -0.424623, -0.279576, 0.317699",\
|
|
"-0.665038, -0.548927, -0.452634, -0.307588, 0.289687",\
|
|
"-0.646297, -0.530185, -0.433893, -0.288846, 0.308429",\
|
|
"-0.540162, -0.424051, -0.327758, -0.182712, 0.414563",\
|
|
"-0.102904, 0.013207, 0.109500, 0.254546, 0.851821");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.232810, -1.116698, -1.020405, -0.875359, -0.278084",\
|
|
"-1.289038, -1.172927, -1.076634, -0.931588, -0.334313",\
|
|
"-1.311625, -1.195514, -1.099221, -0.954175, -0.356900",\
|
|
"-1.286736, -1.170624, -1.074331, -0.929285, -0.332010",\
|
|
"-1.184364, -1.068253, -0.971960, -0.826914, -0.229639");
|
|
}
|
|
|
|
} /* 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.007051 ;
|
|
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.274247, 1.143102, 1.000682, 0.768258, -0.189555",\
|
|
"1.360591, 1.229446, 1.087026, 0.854602, -0.103211",\
|
|
"1.417536, 1.286392, 1.143972, 0.911548, -0.046265",\
|
|
"1.486563, 1.355419, 1.212999, 0.980574, 0.022762",\
|
|
"1.771040, 1.639895, 1.497475, 1.265051, 0.307239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.890299, 2.759154, 2.616734, 2.384310, 1.426498",\
|
|
"3.007527, 2.876382, 2.733962, 2.501538, 1.543725",\
|
|
"3.109309, 2.978165, 2.835745, 2.603321, 1.645508",\
|
|
"3.267624, 3.136479, 2.994059, 2.761635, 1.803823",\
|
|
"3.920079, 3.788934, 3.646514, 3.414090, 2.456278");
|
|
}
|
|
|
|
} /* 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 ( "-1.176013, -1.044868, -0.902448, -0.670024, 0.287789",\
|
|
"-1.233734, -1.102589, -0.960169, -0.727745, 0.230067",\
|
|
"-1.253299, -1.122154, -0.979734, -0.747310, 0.210503",\
|
|
"-1.236160, -1.105015, -0.962595, -0.730171, 0.227642",\
|
|
"-1.165524, -1.034380, -0.891960, -0.659536, 0.298277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.396341, -2.265196, -2.122776, -1.890352, -0.932539",\
|
|
"-2.483818, -2.352673, -2.210253, -1.977829, -1.020016",\
|
|
"-2.546747, -2.415602, -2.273182, -2.040758, -1.082946",\
|
|
"-2.615502, -2.484357, -2.341937, -2.109513, -1.151700",\
|
|
"-2.898858, -2.767713, -2.625293, -2.392869, -1.435056");
|
|
}
|
|
|
|
} /* 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.737355, 0.656753, 0.607519, 0.570956, 0.420796",\
|
|
"0.823699, 0.743096, 0.693862, 0.657300, 0.507140",\
|
|
"0.880645, 0.800042, 0.750808, 0.714246, 0.564086",\
|
|
"0.949672, 0.869069, 0.819835, 0.783273, 0.633113",\
|
|
"1.234149, 1.153546, 1.104312, 1.067750, 0.917590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.057524, 1.976921, 1.927688, 1.891125, 1.740965",\
|
|
"2.174752, 2.094149, 2.044915, 2.008353, 1.858193",\
|
|
"2.276535, 2.195932, 2.146698, 2.110136, 1.959976",\
|
|
"2.434849, 2.354247, 2.305013, 2.268450, 2.118290",\
|
|
"3.087304, 3.006702, 2.957468, 2.920906, 2.770746");
|
|
}
|
|
|
|
} /* 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.615121, -0.499026, -0.402747, -0.257742, 0.339336",\
|
|
"-0.672842, -0.556747, -0.460469, -0.315464, 0.281615",\
|
|
"-0.692407, -0.576312, -0.480033, -0.335029, 0.262050",\
|
|
"-0.675268, -0.559173, -0.462894, -0.317889, 0.279189",\
|
|
"-0.604633, -0.488538, -0.392259, -0.247254, 0.349824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.534054, -1.417959, -1.321680, -1.176675, -0.579597",\
|
|
"-1.621531, -1.505436, -1.409157, -1.264153, -0.667074",\
|
|
"-1.684460, -1.568365, -1.472087, -1.327082, -0.730003",\
|
|
"-1.753215, -1.637120, -1.540841, -1.395837, -0.798758",\
|
|
"-2.036571, -1.920476, -1.824198, -1.679193, -1.082114");
|
|
}
|
|
|
|
} /* 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.006808 ;
|
|
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.205799, 1.074654, 0.932234, 0.699810, -0.258003",\
|
|
"1.292106, 1.160961, 1.018541, 0.786117, -0.171696",\
|
|
"1.348844, 1.217699, 1.075279, 0.842855, -0.114958",\
|
|
"1.418090, 1.286946, 1.144526, 0.912101, -0.045711",\
|
|
"1.703472, 1.572328, 1.429908, 1.197483, 0.239671");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.265858, 2.134713, 1.992293, 1.759869, 0.802056",\
|
|
"2.383065, 2.251920, 2.109500, 1.877076, 0.919263",\
|
|
"2.484444, 2.353299, 2.210879, 1.978455, 1.020642",\
|
|
"2.642012, 2.510867, 2.368447, 2.136023, 1.178210",\
|
|
"3.291389, 3.160244, 3.017824, 2.785400, 1.827588");
|
|
}
|
|
|
|
} /* 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 ( "-1.051675, -0.920531, -0.778111, -0.545686, 0.412126",\
|
|
"-1.098279, -0.967134, -0.824714, -0.592290, 0.365523",\
|
|
"-1.103172, -0.972027, -0.829607, -0.597183, 0.360629",\
|
|
"-1.052914, -0.921769, -0.779349, -0.546925, 0.410887",\
|
|
"-0.845787, -0.714642, -0.572222, -0.339798, 0.618014");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.062648, -1.931503, -1.789083, -1.556659, -0.598847",\
|
|
"-2.138580, -2.007435, -1.865015, -1.632591, -0.674779",\
|
|
"-2.186064, -2.054919, -1.912499, -1.680075, -0.722262",\
|
|
"-2.219399, -2.088255, -1.945835, -1.713410, -0.755598",\
|
|
"-2.356784, -2.225640, -2.083220, -1.850795, -0.892983");
|
|
}
|
|
|
|
} /* 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.646668, 0.566065, 0.516831, 0.480269, 0.330109",\
|
|
"0.732975, 0.652372, 0.603138, 0.566576, 0.416416",\
|
|
"0.789713, 0.709110, 0.659876, 0.623314, 0.473154",\
|
|
"0.858959, 0.778357, 0.729123, 0.692560, 0.542400",\
|
|
"1.144341, 1.063739, 1.014505, 0.977943, 0.827783");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.409684, 1.329081, 1.279847, 1.243285, 1.093125",\
|
|
"1.526891, 1.446288, 1.397054, 1.360492, 1.210332",\
|
|
"1.628270, 1.547667, 1.498433, 1.461871, 1.311711",\
|
|
"1.785837, 1.705235, 1.656001, 1.619439, 1.469279",\
|
|
"2.435215, 2.354612, 2.305378, 2.268816, 2.118656");
|
|
}
|
|
|
|
} /* 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.494650, -0.378555, -0.282276, -0.137271, 0.459807",\
|
|
"-0.541253, -0.425159, -0.328880, -0.183875, 0.413204",\
|
|
"-0.546147, -0.430052, -0.333773, -0.188768, 0.408310",\
|
|
"-0.495888, -0.379794, -0.283515, -0.138510, 0.458569",\
|
|
"-0.288762, -0.172667, -0.076388, 0.068617, 0.665695");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.206220, -1.090126, -0.993847, -0.848842, -0.251763",\
|
|
"-1.282152, -1.166058, -1.069779, -0.924774, -0.327695",\
|
|
"-1.329636, -1.213541, -1.117262, -0.972257, -0.375179",\
|
|
"-1.362972, -1.246877, -1.150598, -1.005593, -0.408515",\
|
|
"-1.500357, -1.384262, -1.287983, -1.142978, -0.545900");
|
|
}
|
|
|
|
} /* 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.007080 ;
|
|
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.358105, 1.226960, 1.084540, 0.852116, -0.105697",\
|
|
"1.434142, 1.302997, 1.160577, 0.928153, -0.029660",\
|
|
"1.474869, 1.343724, 1.201304, 0.968880, 0.011068",\
|
|
"1.514568, 1.383423, 1.241003, 1.008579, 0.050767",\
|
|
"1.675116, 1.543971, 1.401551, 1.169127, 0.211315");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.267378, 2.136233, 1.993813, 1.761389, 0.803576",\
|
|
"2.390210, 2.259065, 2.116645, 1.884221, 0.926408",\
|
|
"2.513715, 2.382570, 2.240150, 2.007726, 1.049914",\
|
|
"2.708647, 2.577502, 2.435082, 2.202658, 1.244846",\
|
|
"3.510611, 3.379466, 3.237046, 3.004622, 2.046810");
|
|
}
|
|
|
|
} /* 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 ( "-1.273287, -1.142142, -0.999722, -0.767298, 0.190514",\
|
|
"-1.300899, -1.169754, -1.027334, -0.794910, 0.162902",\
|
|
"-1.278397, -1.147252, -1.004832, -0.772408, 0.185405",\
|
|
"-1.172347, -1.041202, -0.898782, -0.666358, 0.291455",\
|
|
"-0.732228, -0.601083, -0.458663, -0.226239, 0.731574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.122311, -1.991166, -1.848746, -1.616322, -0.658510",\
|
|
"-2.195365, -2.064220, -1.921800, -1.689376, -0.731564",\
|
|
"-2.253874, -2.122729, -1.980309, -1.747885, -0.790073",\
|
|
"-2.298985, -2.167840, -2.025420, -1.792996, -0.835184",\
|
|
"-2.483500, -2.352355, -2.209935, -1.977511, -1.019698");
|
|
}
|
|
|
|
} /* 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.790482, 0.709880, 0.660646, 0.624083, 0.473923",\
|
|
"0.866519, 0.785917, 0.736683, 0.700120, 0.549960",\
|
|
"0.907247, 0.826644, 0.777410, 0.740848, 0.590688",\
|
|
"0.946945, 0.866343, 0.817109, 0.780547, 0.630386",\
|
|
"1.107494, 1.026891, 0.977657, 0.941095, 0.790935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.401568, 1.320965, 1.271731, 1.235169, 1.085009",\
|
|
"1.524400, 1.443797, 1.394563, 1.358001, 1.207841",\
|
|
"1.647905, 1.567303, 1.518069, 1.481506, 1.331346",\
|
|
"1.842837, 1.762235, 1.713001, 1.676438, 1.526278",\
|
|
"2.644801, 2.564198, 2.514965, 2.478402, 2.328242");
|
|
}
|
|
|
|
} /* 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.719067, -0.602972, -0.506693, -0.361688, 0.235391",\
|
|
"-0.746679, -0.630584, -0.534305, -0.389300, 0.207778",\
|
|
"-0.724176, -0.608081, -0.511802, -0.366798, 0.230281",\
|
|
"-0.618126, -0.502032, -0.405753, -0.260748, 0.336331",\
|
|
"-0.178007, -0.061913, 0.034366, 0.179371, 0.776450");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.269059, -1.152964, -1.056685, -0.911680, -0.314602",\
|
|
"-1.342112, -1.226018, -1.129739, -0.984734, -0.387655",\
|
|
"-1.400621, -1.284527, -1.188248, -1.043243, -0.446164",\
|
|
"-1.445733, -1.329638, -1.233359, -1.088354, -0.491276",\
|
|
"-1.630247, -1.514152, -1.417873, -1.272869, -0.675790");
|
|
}
|
|
|
|
} /* 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.008978 ;
|
|
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.265737, 1.134594, 0.992181, 0.759770, -0.198025",\
|
|
"1.351978, 1.220834, 1.078421, 0.846010, -0.111784",\
|
|
"1.409141, 1.277997, 1.135584, 0.903173, -0.054621",\
|
|
"1.478385, 1.347241, 1.204829, 0.972418, 0.014623",\
|
|
"1.763759, 1.632615, 1.490202, 1.257792, 0.299997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.285175, 2.154032, 2.011619, 1.779208, 0.821414",\
|
|
"2.402202, 2.271059, 2.128646, 1.896235, 0.938440",\
|
|
"2.504125, 2.372982, 2.230569, 1.998158, 1.040363",\
|
|
"2.662174, 2.531030, 2.388617, 2.156206, 1.198412",\
|
|
"3.313533, 3.182390, 3.039977, 2.807566, 1.849772");
|
|
}
|
|
|
|
} /* 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 ( "-1.001052, -0.869908, -0.727495, -0.495084, 0.462710",\
|
|
"-0.994684, -0.863541, -0.721128, -0.488717, 0.469078",\
|
|
"-0.930811, -0.799667, -0.657254, -0.424843, 0.532951",\
|
|
"-0.721061, -0.589917, -0.447504, -0.215093, 0.742701",\
|
|
"0.143373, 0.274517, 0.416930, 0.649341, 1.607135");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.944915, -1.813772, -1.671359, -1.438948, -0.481154",\
|
|
"-1.966426, -1.835282, -1.692869, -1.460458, -0.502664",\
|
|
"-1.943520, -1.812376, -1.669963, -1.437552, -0.479758",\
|
|
"-1.813830, -1.682686, -1.540273, -1.307862, -0.350068",\
|
|
"-1.279345, -1.148201, -1.005789, -0.773378, 0.184417");
|
|
}
|
|
|
|
} /* 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 ( "1.175255, 1.094651, 1.045415, 1.008849, 0.858670",\
|
|
"1.261495, 1.180892, 1.131656, 1.095089, 0.944911",\
|
|
"1.318658, 1.238054, 1.188819, 1.152252, 1.002073",\
|
|
"1.387902, 1.307299, 1.258063, 1.221496, 1.071318",\
|
|
"1.673276, 1.592672, 1.543437, 1.506870, 1.356691");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.880037, 1.799433, 1.750198, 1.713631, 1.563452",\
|
|
"1.997064, 1.916460, 1.867225, 1.830658, 1.680479",\
|
|
"2.098987, 2.018383, 1.969148, 1.932581, 1.782402",\
|
|
"2.257036, 2.176432, 2.127197, 2.090630, 1.940451",\
|
|
"2.908395, 2.827791, 2.778556, 2.741989, 2.591810");
|
|
}
|
|
|
|
} /* 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.927322, -0.811227, -0.714948, -0.569944, 0.027135",\
|
|
"-0.920954, -0.804859, -0.708581, -0.563576, 0.033503",\
|
|
"-0.857081, -0.740986, -0.644707, -0.499702, 0.097376",\
|
|
"-0.647331, -0.531236, -0.434957, -0.289952, 0.307127",\
|
|
"0.217103, 0.333198, 0.429477, 0.574482, 1.171560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.554548, -1.438453, -1.342174, -1.197169, -0.600091",\
|
|
"-1.576058, -1.459963, -1.363685, -1.218680, -0.621601",\
|
|
"-1.553152, -1.437057, -1.340778, -1.195774, -0.598695",\
|
|
"-1.423462, -1.307367, -1.211088, -1.066083, -0.469005",\
|
|
"-0.888978, -0.772883, -0.676604, -0.531599, 0.065480");
|
|
}
|
|
|
|
} /* 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.008263 ;
|
|
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.347415, 1.216270, 1.073850, 0.841426, -0.116387",\
|
|
"1.436725, 1.305580, 1.163160, 0.930736, -0.027077",\
|
|
"1.495354, 1.364210, 1.221789, 0.989365, 0.031553",\
|
|
"1.565167, 1.434022, 1.291602, 1.059178, 0.101365",\
|
|
"1.851715, 1.720570, 1.578150, 1.345726, 0.387914");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.376811, 2.245666, 2.103246, 1.870821, 0.913009",\
|
|
"2.501368, 2.370224, 2.227803, 1.995379, 1.037567",\
|
|
"2.628472, 2.497327, 2.354907, 2.122483, 1.164670",\
|
|
"2.828645, 2.697501, 2.555080, 2.322656, 1.364844",\
|
|
"3.653612, 3.522467, 3.380047, 3.147623, 2.189810");
|
|
}
|
|
|
|
} /* 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 ( "-1.255184, -1.124039, -0.981619, -0.749195, 0.208618",\
|
|
"-1.229997, -1.098852, -0.956432, -0.724008, 0.233805",\
|
|
"-1.139055, -1.007910, -0.865490, -0.633066, 0.324747",\
|
|
"-0.864096, -0.732951, -0.590531, -0.358107, 0.599705",\
|
|
"0.270245, 0.401389, 0.543809, 0.776233, 1.734046");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.169979, -2.038835, -1.896414, -1.663990, -0.706178",\
|
|
"-2.177155, -2.046010, -1.903590, -1.671166, -0.713354",\
|
|
"-2.150923, -2.019778, -1.877358, -1.644934, -0.687122",\
|
|
"-1.997648, -1.866503, -1.724083, -1.491659, -0.533846",\
|
|
"-1.365964, -1.234819, -1.092399, -0.859975, 0.097838");
|
|
}
|
|
|
|
} /* 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.777585, 0.696983, 0.647749, 0.611186, 0.461026",\
|
|
"0.866895, 0.786293, 0.737059, 0.700496, 0.550336",\
|
|
"0.925525, 0.844922, 0.795688, 0.759126, 0.608966",\
|
|
"0.995337, 0.914735, 0.865501, 0.828939, 0.678778",\
|
|
"1.281886, 1.201283, 1.152049, 1.115487, 0.965327");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.514699, 1.434097, 1.384863, 1.348300, 1.198140",\
|
|
"1.639257, 1.558654, 1.509421, 1.472858, 1.322698",\
|
|
"1.766361, 1.685758, 1.636524, 1.599962, 1.449802",\
|
|
"1.966534, 1.885932, 1.836698, 1.800135, 1.649975",\
|
|
"2.791501, 2.710898, 2.661664, 2.625102, 2.474942");
|
|
}
|
|
|
|
} /* 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.684577, -0.568482, -0.472203, -0.327199, 0.269880",\
|
|
"-0.659390, -0.543295, -0.447016, -0.302012, 0.295067",\
|
|
"-0.568448, -0.452354, -0.356075, -0.211070, 0.386009",\
|
|
"-0.293490, -0.177395, -0.081116, 0.063889, 0.660967",\
|
|
"0.840851, 0.956946, 1.053225, 1.198230, 1.795308");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.303022, -1.186927, -1.090648, -0.945643, -0.348565",\
|
|
"-1.310197, -1.194103, -1.097824, -0.952819, -0.355740",\
|
|
"-1.283965, -1.167870, -1.071591, -0.926587, -0.329508",\
|
|
"-1.130690, -1.014595, -0.918316, -0.773312, -0.176233",\
|
|
"-0.499006, -0.382911, -0.286632, -0.141628, 0.455451");
|
|
}
|
|
|
|
} /* 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.009544 ;
|
|
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.959855, 0.828710, 0.686290, 0.453866, -0.503947",\
|
|
"1.059038, 0.927893, 0.785473, 0.553049, -0.404763",\
|
|
"1.138979, 1.007834, 0.865414, 0.632990, -0.324822",\
|
|
"1.243984, 1.112839, 0.970419, 0.737995, -0.219818",\
|
|
"1.676041, 1.544896, 1.402476, 1.170052, 0.212239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.072606, 1.941461, 1.799041, 1.566617, 0.608804",\
|
|
"2.199110, 2.067965, 1.925545, 1.693120, 0.735308",\
|
|
"2.331374, 2.200229, 2.057809, 1.825385, 0.867572",\
|
|
"2.541488, 2.410343, 2.267923, 2.035499, 1.077686",\
|
|
"3.407214, 3.276069, 3.133649, 2.901225, 1.943412");
|
|
}
|
|
|
|
} /* 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.797939, -0.666794, -0.524374, -0.291950, 0.665863",\
|
|
"-0.897122, -0.765978, -0.623558, -0.391133, 0.566679",\
|
|
"-0.977063, -0.845918, -0.703498, -0.471074, 0.486738",\
|
|
"-1.082068, -0.950923, -0.808503, -0.576079, 0.381734",\
|
|
"-1.514125, -1.382980, -1.240560, -1.008136, -0.050323");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.678534, -1.547389, -1.404969, -1.172545, -0.214732",\
|
|
"-1.805038, -1.673893, -1.531473, -1.299049, -0.341236",\
|
|
"-1.937302, -1.806158, -1.663738, -1.431314, -0.473501",\
|
|
"-2.147416, -2.016271, -1.873851, -1.641427, -0.683615",\
|
|
"-3.013142, -2.881997, -2.739577, -2.507153, -1.549341");
|
|
}
|
|
|
|
} /* 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.895207, 0.814604, 0.765370, 0.728808, 0.578648",\
|
|
"0.994390, 0.913788, 0.864554, 0.827992, 0.677832",\
|
|
"1.074331, 0.993729, 0.944495, 0.907933, 0.757773",\
|
|
"1.179336, 1.098733, 1.049499, 1.012937, 0.862777",\
|
|
"1.611393, 1.530790, 1.481556, 1.444994, 1.294834");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.704788, 1.624186, 1.574952, 1.538390, 1.388230",\
|
|
"1.831292, 1.750690, 1.701456, 1.664894, 1.514734",\
|
|
"1.963557, 1.882954, 1.833720, 1.797158, 1.646998",\
|
|
"2.173671, 2.093068, 2.043834, 2.007272, 1.857112",\
|
|
"3.039397, 2.958794, 2.909560, 2.872998, 2.722838");
|
|
}
|
|
|
|
} /* 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.670041, -0.553927, -0.457630, -0.312571, 0.284758",\
|
|
"-0.769225, -0.653111, -0.556813, -0.411754, 0.185574",\
|
|
"-0.849166, -0.733051, -0.636754, -0.491695, 0.105633",\
|
|
"-0.954170, -0.838056, -0.741759, -0.596700, 0.000629",\
|
|
"-1.386227, -1.270113, -1.173816, -1.028757, -0.431428");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.236277, -1.120162, -1.023865, -0.878806, -0.281477",\
|
|
"-1.362781, -1.246666, -1.150369, -1.005310, -0.407982",\
|
|
"-1.495045, -1.378931, -1.282634, -1.137574, -0.540246",\
|
|
"-1.705159, -1.589045, -1.492748, -1.347688, -0.750360",\
|
|
"-2.570885, -2.454771, -2.358474, -2.213414, -1.616086");
|
|
}
|
|
|
|
} /* 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.010073 ;
|
|
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.148230, 1.017086, 0.874665, 0.642241, -0.315571",\
|
|
"1.237389, 1.106244, 0.963824, 0.731400, -0.226412",\
|
|
"1.296329, 1.165184, 1.022764, 0.790340, -0.167473",\
|
|
"1.366680, 1.235535, 1.093115, 0.860691, -0.097122",\
|
|
"1.656612, 1.525468, 1.383048, 1.150623, 0.192811");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.900377, 1.769233, 1.626812, 1.394388, 0.436576",\
|
|
"2.024934, 1.893789, 1.751369, 1.518945, 0.561133",\
|
|
"2.151653, 2.020508, 1.878088, 1.645664, 0.687852",\
|
|
"2.350794, 2.219650, 2.077229, 1.844805, 0.886993",\
|
|
"3.171479, 3.040335, 2.897915, 2.665491, 1.707678");
|
|
}
|
|
|
|
} /* 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 ( "-1.099332, -0.968187, -0.825767, -0.593343, 0.364469",\
|
|
"-1.159189, -1.028044, -0.885624, -0.653200, 0.304612",\
|
|
"-1.179838, -1.048693, -0.906273, -0.673849, 0.283964",\
|
|
"-1.161925, -1.030780, -0.888360, -0.655936, 0.301876",\
|
|
"-1.088102, -0.956957, -0.814537, -0.582113, 0.375700");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.781987, -1.650842, -1.508422, -1.275998, -0.318186",\
|
|
"-1.876656, -1.745511, -1.603091, -1.370667, -0.412854",\
|
|
"-1.964319, -1.833174, -1.690754, -1.458330, -0.500518",\
|
|
"-2.073435, -1.942290, -1.799870, -1.567446, -0.609633",\
|
|
"-2.523100, -2.391956, -2.249536, -2.017111, -1.059299");
|
|
}
|
|
|
|
} /* 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.609969, 0.529366, 0.480132, 0.443570, 0.293410",\
|
|
"0.699127, 0.618525, 0.569291, 0.532728, 0.382568",\
|
|
"0.758067, 0.677465, 0.628231, 0.591668, 0.441508",\
|
|
"0.828418, 0.747815, 0.698581, 0.662019, 0.511859",\
|
|
"1.118351, 1.037748, 0.988514, 0.951952, 0.801792");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.064151, 0.983548, 0.934314, 0.897752, 0.747592",\
|
|
"1.188707, 1.108105, 1.058871, 1.022309, 0.872148",\
|
|
"1.315427, 1.234824, 1.185590, 1.149028, 0.998868",\
|
|
"1.514568, 1.433965, 1.384731, 1.348169, 1.198009",\
|
|
"2.335253, 2.254650, 2.205416, 2.168854, 2.018694");
|
|
}
|
|
|
|
} /* 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.501213, -0.385099, -0.288801, -0.143742, 0.453586",\
|
|
"-0.561070, -0.444956, -0.348659, -0.203599, 0.393729",\
|
|
"-0.581719, -0.465604, -0.369307, -0.224248, 0.373081",\
|
|
"-0.563806, -0.447692, -0.351394, -0.206335, 0.390993",\
|
|
"-0.489983, -0.373868, -0.277571, -0.132512, 0.464817");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.876951, -0.760836, -0.664539, -0.519480, 0.077849",\
|
|
"-0.971620, -0.855505, -0.759208, -0.614149, -0.016821",\
|
|
"-1.059283, -0.943169, -0.846872, -0.701812, -0.104484",\
|
|
"-1.168398, -1.052284, -0.955987, -0.810928, -0.213599",\
|
|
"-1.618065, -1.501950, -1.405653, -1.260594, -0.663265");
|
|
}
|
|
|
|
} /* 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.011651 ;
|
|
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.770064, 0.638919, 0.496499, 0.264075, -0.693738",\
|
|
"0.856370, 0.725225, 0.582805, 0.350381, -0.607432",\
|
|
"0.913347, 0.782203, 0.639783, 0.407358, -0.550454",\
|
|
"0.982520, 0.851375, 0.708955, 0.476531, -0.481282",\
|
|
"1.267596, 1.136451, 0.994031, 0.761607, -0.196205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.427636, 1.296491, 1.154071, 0.921647, -0.036166",\
|
|
"1.544808, 1.413663, 1.271243, 1.038819, 0.081006",\
|
|
"1.646683, 1.515539, 1.373119, 1.140695, 0.182882",\
|
|
"1.805188, 1.674044, 1.531624, 1.299200, 0.341387",\
|
|
"2.458427, 2.327282, 2.184862, 1.952438, 0.994626");
|
|
}
|
|
|
|
} /* 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.627582, -0.496437, -0.354017, -0.121593, 0.836219",\
|
|
"-0.676023, -0.544879, -0.402459, -0.170034, 0.787778",\
|
|
"-0.683499, -0.552354, -0.409934, -0.177510, 0.780302",\
|
|
"-0.638567, -0.507422, -0.365002, -0.132578, 0.825235",\
|
|
"-0.453390, -0.322245, -0.179825, 0.052599, 1.010412");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.205360, -1.074215, -0.931795, -0.699371, 0.258441",\
|
|
"-1.283771, -1.152626, -1.010206, -0.777782, 0.180031",\
|
|
"-1.334975, -1.203830, -1.061410, -0.828986, 0.128827",\
|
|
"-1.376679, -1.245534, -1.103114, -0.870690, 0.087123",\
|
|
"-1.548551, -1.417406, -1.274986, -1.042562, -0.084750");
|
|
}
|
|
|
|
} /* 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.814712, 0.734110, 0.684876, 0.648313, 0.498153",\
|
|
"0.901018, 0.820416, 0.771182, 0.734619, 0.584459",\
|
|
"0.957996, 0.877393, 0.828159, 0.791597, 0.641437",\
|
|
"1.027168, 0.946565, 0.897332, 0.860769, 0.710609",\
|
|
"1.312244, 1.231642, 1.182408, 1.145846, 0.995686");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.441427, 1.360824, 1.311590, 1.275028, 1.124868",\
|
|
"1.558599, 1.477996, 1.428762, 1.392200, 1.242040",\
|
|
"1.660474, 1.579872, 1.530638, 1.494075, 1.343915",\
|
|
"1.818979, 1.738377, 1.689143, 1.652581, 1.502420",\
|
|
"2.472218, 2.391615, 2.342381, 2.305819, 2.155659");
|
|
}
|
|
|
|
} /* 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.645398, -0.529287, -0.432994, -0.287947, 0.309327",\
|
|
"-0.693839, -0.577728, -0.481435, -0.336389, 0.260886",\
|
|
"-0.701315, -0.585204, -0.488911, -0.343864, 0.253410",\
|
|
"-0.656383, -0.540271, -0.443978, -0.298932, 0.298343",\
|
|
"-0.471205, -0.355094, -0.258801, -0.113755, 0.483520");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.185736, -1.069625, -0.973332, -0.828286, -0.231011",\
|
|
"-1.264147, -1.148036, -1.051743, -0.906696, -0.309422",\
|
|
"-1.315351, -1.199240, -1.102947, -0.957900, -0.360626",\
|
|
"-1.357055, -1.240944, -1.144651, -0.999604, -0.402330",\
|
|
"-1.528927, -1.412816, -1.316523, -1.171477, -0.574202");
|
|
}
|
|
|
|
} /* 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.009321 ;
|
|
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.110490, 0.979346, 0.836926, 0.604501, -0.353311",\
|
|
"1.196642, 1.065498, 0.923077, 0.690653, -0.267159",\
|
|
"1.253987, 1.122842, 0.980422, 0.747998, -0.209815",\
|
|
"1.323280, 1.192135, 1.049715, 0.817291, -0.140522",\
|
|
"1.608853, 1.477708, 1.335288, 1.102864, 0.145051");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.102321, 1.971176, 1.828756, 1.596332, 0.638520",\
|
|
"2.219192, 2.088047, 1.945627, 1.713203, 0.755391",\
|
|
"2.321011, 2.189866, 2.047446, 1.815022, 0.857209",\
|
|
"2.478376, 2.347231, 2.204811, 1.972387, 1.014574",\
|
|
"3.126596, 2.995451, 2.853031, 2.620607, 1.662794");
|
|
}
|
|
|
|
} /* 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.969043, -0.837898, -0.695478, -0.463054, 0.494758",\
|
|
"-1.055195, -0.924050, -0.781630, -0.549206, 0.408606",\
|
|
"-1.112540, -0.981395, -0.838975, -0.606551, 0.351262",\
|
|
"-1.181833, -1.050688, -0.908268, -0.675844, 0.281969",\
|
|
"-1.467406, -1.336261, -1.193841, -0.961417, -0.003604");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.966713, -1.835568, -1.693148, -1.460724, -0.502912",\
|
|
"-2.083584, -1.952439, -1.810019, -1.577595, -0.619783",\
|
|
"-2.185403, -2.054258, -1.911838, -1.679414, -0.721602",\
|
|
"-2.342767, -2.211623, -2.069203, -1.836779, -0.878966",\
|
|
"-2.990988, -2.859843, -2.717423, -2.484999, -1.527187");
|
|
}
|
|
|
|
} /* 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.573629, 0.493026, 0.443792, 0.407230, 0.257070",\
|
|
"0.659781, 0.579178, 0.529944, 0.493382, 0.343222",\
|
|
"0.717125, 0.636523, 0.587289, 0.550727, 0.400566",\
|
|
"0.786418, 0.705816, 0.656582, 0.620019, 0.469859",\
|
|
"1.071991, 0.991389, 0.942155, 0.905593, 0.755432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.269499, 1.188897, 1.139663, 1.103101, 0.952940",\
|
|
"1.386370, 1.305768, 1.256534, 1.219972, 1.069811",\
|
|
"1.488189, 1.407587, 1.358353, 1.321790, 1.171630",\
|
|
"1.645554, 1.564951, 1.515717, 1.479155, 1.328995",\
|
|
"2.293774, 2.213171, 2.163938, 2.127375, 1.977215");
|
|
}
|
|
|
|
} /* 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.408265, -0.292170, -0.195891, -0.050886, 0.546192",\
|
|
"-0.494417, -0.378322, -0.282043, -0.137038, 0.460040",\
|
|
"-0.551761, -0.435667, -0.339388, -0.194383, 0.402696",\
|
|
"-0.621054, -0.504959, -0.408680, -0.263676, 0.333403",\
|
|
"-0.906627, -0.790533, -0.694254, -0.549249, 0.047830");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.104389, -0.988294, -0.892015, -0.747010, -0.149932",\
|
|
"-1.221260, -1.105165, -1.008886, -0.863881, -0.266803",\
|
|
"-1.323079, -1.206984, -1.110705, -0.965700, -0.368622",\
|
|
"-1.480443, -1.364348, -1.268070, -1.123065, -0.525986",\
|
|
"-2.128663, -2.012568, -1.916290, -1.771285, -1.174206");
|
|
}
|
|
|
|
} /* 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.012979 ;
|
|
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.141015, 1.009870, 0.867450, 0.635026, -0.322787",\
|
|
"1.230102, 1.098957, 0.956537, 0.724113, -0.233700",\
|
|
"1.288939, 1.157794, 1.015374, 0.782950, -0.174863",\
|
|
"1.358953, 1.227808, 1.085388, 0.852964, -0.104848",\
|
|
"1.647501, 1.516356, 1.373936, 1.141512, 0.183699");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.175212, 2.044068, 1.901648, 1.669223, 0.711411",\
|
|
"2.299720, 2.168576, 2.026155, 1.793731, 0.835919",\
|
|
"2.426929, 2.295784, 2.153364, 1.920940, 0.963127",\
|
|
"2.626940, 2.495795, 2.353375, 2.120951, 1.163139",\
|
|
"3.451236, 3.320091, 3.177671, 2.945247, 1.987435");
|
|
}
|
|
|
|
} /* 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.991857, -0.860712, -0.718292, -0.485868, 0.471944",\
|
|
"-1.080944, -0.949799, -0.807379, -0.574955, 0.382857",\
|
|
"-1.139781, -1.008636, -0.866216, -0.633792, 0.324020",\
|
|
"-1.209796, -1.078651, -0.936231, -0.703807, 0.254006",\
|
|
"-1.498343, -1.367198, -1.224778, -0.992354, -0.034542");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.921219, -1.790074, -1.647654, -1.415230, -0.457417",\
|
|
"-2.045727, -1.914582, -1.772162, -1.539738, -0.581926",\
|
|
"-2.172935, -2.041791, -1.899371, -1.666947, -0.709134",\
|
|
"-2.372947, -2.241802, -2.099382, -1.866958, -0.909145",\
|
|
"-3.197243, -3.066098, -2.923678, -2.691254, -1.733442");
|
|
}
|
|
|
|
} /* 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.581851, 0.501249, 0.452015, 0.415453, 0.265293",\
|
|
"0.670938, 0.590336, 0.541102, 0.504540, 0.354379",\
|
|
"0.729775, 0.649173, 0.599939, 0.563377, 0.413217",\
|
|
"0.799790, 0.719187, 0.669953, 0.633391, 0.483231",\
|
|
"1.088337, 1.007735, 0.958501, 0.921939, 0.771778");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.319066, 1.238464, 1.189230, 1.152668, 1.002507",\
|
|
"1.443574, 1.362972, 1.313738, 1.277175, 1.127015",\
|
|
"1.570783, 1.490180, 1.440946, 1.404384, 1.254224",\
|
|
"1.770794, 1.690191, 1.640957, 1.604395, 1.454235",\
|
|
"2.595090, 2.514488, 2.465254, 2.428691, 2.278531");
|
|
}
|
|
|
|
} /* 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.434552, -0.318457, -0.222178, -0.077173, 0.519905",\
|
|
"-0.523639, -0.407544, -0.311265, -0.166260, 0.430818",\
|
|
"-0.582476, -0.466381, -0.370102, -0.225098, 0.371981",\
|
|
"-0.652490, -0.536396, -0.440117, -0.295112, 0.301967",\
|
|
"-0.941038, -0.824943, -0.728664, -0.583659, 0.013419");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.064812, -0.948717, -0.852438, -0.707433, -0.110355",\
|
|
"-1.189320, -1.073225, -0.976946, -0.831942, -0.234863",\
|
|
"-1.316529, -1.200434, -1.104155, -0.959150, -0.362072",\
|
|
"-1.516540, -1.400445, -1.304166, -1.159161, -0.562083",\
|
|
"-2.340836, -2.224741, -2.128463, -1.983458, -1.386379");
|
|
}
|
|
|
|
} /* 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.006052 ;
|
|
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.322384, 1.191239, 1.048819, 0.816395, -0.141417",\
|
|
"1.398351, 1.267206, 1.124786, 0.892362, -0.065450",\
|
|
"1.439255, 1.308111, 1.165691, 0.933267, -0.024546",\
|
|
"1.478903, 1.347758, 1.205338, 0.972914, 0.015102",\
|
|
"1.639394, 1.508250, 1.365830, 1.133405, 0.175593");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.199576, 2.068431, 1.926011, 1.693587, 0.735774",\
|
|
"2.322396, 2.191251, 2.048831, 1.816407, 0.858595",\
|
|
"2.445414, 2.314269, 2.171849, 1.939425, 0.981613",\
|
|
"2.639267, 2.508122, 2.365702, 2.133278, 1.175465",\
|
|
"3.436863, 3.305718, 3.163298, 2.930874, 1.973061");
|
|
}
|
|
|
|
} /* 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 ( "-1.220829, -1.089684, -0.947264, -0.714840, 0.242973",\
|
|
"-1.269004, -1.137859, -0.995439, -0.763015, 0.194797",\
|
|
"-1.273624, -1.142479, -1.000059, -0.767635, 0.190178",\
|
|
"-1.229633, -1.098488, -0.956068, -0.723644, 0.234169",\
|
|
"-1.045428, -0.914283, -0.771863, -0.539439, 0.418374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.048517, -1.917372, -1.774952, -1.542527, -0.584715",\
|
|
"-2.142668, -2.011523, -1.869103, -1.636679, -0.678867",\
|
|
"-2.228256, -2.097111, -1.954691, -1.722267, -0.764454",\
|
|
"-2.335829, -2.204685, -2.062264, -1.829840, -0.872028",\
|
|
"-2.777849, -2.646705, -2.504284, -2.271860, -1.314048");
|
|
}
|
|
|
|
} /* 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.754762, 0.674159, 0.624925, 0.588363, 0.438203",\
|
|
"0.830729, 0.750126, 0.700892, 0.664330, 0.514170",\
|
|
"0.871633, 0.791030, 0.741796, 0.705234, 0.555074",\
|
|
"0.911281, 0.830678, 0.781444, 0.744882, 0.594722",\
|
|
"1.071772, 0.991169, 0.941935, 0.905373, 0.755213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.333766, 1.253163, 1.203929, 1.167367, 1.017207",\
|
|
"1.456586, 1.375984, 1.326750, 1.290187, 1.140027",\
|
|
"1.579604, 1.499001, 1.449767, 1.413205, 1.263045",\
|
|
"1.773457, 1.692854, 1.643620, 1.607058, 1.456898",\
|
|
"2.571053, 2.490450, 2.441216, 2.404654, 2.254494");
|
|
}
|
|
|
|
} /* 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.666608, -0.550513, -0.454235, -0.309230, 0.287849",\
|
|
"-0.714784, -0.598689, -0.502410, -0.357405, 0.239673",\
|
|
"-0.719403, -0.603308, -0.507030, -0.362025, 0.235054",\
|
|
"-0.675412, -0.559317, -0.463039, -0.318034, 0.279045",\
|
|
"-0.491207, -0.375113, -0.278834, -0.133829, 0.463250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.195264, -1.079169, -0.982890, -0.837886, -0.240807",\
|
|
"-1.289416, -1.173321, -1.077042, -0.932037, -0.334958",\
|
|
"-1.375003, -1.258909, -1.162630, -1.017625, -0.420546",\
|
|
"-1.482577, -1.366482, -1.270203, -1.125199, -0.528120",\
|
|
"-1.924597, -1.808502, -1.712223, -1.567219, -0.970140");
|
|
}
|
|
|
|
} /* 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.007614 ;
|
|
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.043472, 0.912329, 0.769916, 0.537505, -0.420289",\
|
|
"1.129649, 0.998505, 0.856092, 0.623681, -0.334113",\
|
|
"1.187008, 1.055865, 0.913452, 0.681041, -0.276754",\
|
|
"1.256354, 1.125210, 0.982797, 0.750386, -0.207408",\
|
|
"1.542325, 1.411182, 1.268769, 1.036358, 0.078564");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.299673, 2.168529, 2.026116, 1.793705, 0.835911",\
|
|
"2.416595, 2.285452, 2.143039, 1.910628, 0.952834",\
|
|
"2.518355, 2.387212, 2.244799, 2.012388, 1.054594",\
|
|
"2.675533, 2.544390, 2.401977, 2.169566, 1.211772",\
|
|
"3.323304, 3.192161, 3.049748, 2.817337, 1.859542");
|
|
}
|
|
|
|
} /* 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.806414, -0.675271, -0.532858, -0.300447, 0.657347",\
|
|
"-0.892591, -0.761447, -0.619034, -0.386623, 0.571171",\
|
|
"-0.949950, -0.818807, -0.676394, -0.443983, 0.513812",\
|
|
"-1.019296, -0.888153, -0.745740, -0.513329, 0.444466",\
|
|
"-1.305267, -1.174124, -1.031711, -0.799300, 0.158494");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.912600, -1.781456, -1.639043, -1.406632, -0.448838",\
|
|
"-2.029522, -1.898379, -1.755966, -1.523555, -0.565761",\
|
|
"-2.131283, -2.000139, -1.857726, -1.625315, -0.667521",\
|
|
"-2.288461, -2.157318, -2.014905, -1.782494, -0.824700",\
|
|
"-2.936232, -2.805088, -2.662675, -2.430264, -1.472470");
|
|
}
|
|
|
|
} /* 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.952989, 0.872386, 0.823150, 0.786583, 0.636405",\
|
|
"1.039166, 0.958562, 0.909327, 0.872760, 0.722581",\
|
|
"1.096525, 1.015921, 0.966686, 0.930119, 0.779941",\
|
|
"1.165871, 1.085267, 1.036032, 0.999465, 0.849286",\
|
|
"1.451843, 1.371239, 1.322003, 1.285437, 1.135258");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.894536, 1.813932, 1.764697, 1.728130, 1.577951",\
|
|
"2.011459, 1.930855, 1.881620, 1.845053, 1.694874",\
|
|
"2.113219, 2.032615, 1.983379, 1.946813, 1.796634",\
|
|
"2.270397, 2.189793, 2.140558, 2.103991, 1.953812",\
|
|
"2.918168, 2.837564, 2.788329, 2.751762, 2.601583");
|
|
}
|
|
|
|
} /* 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.732684, -0.616589, -0.520311, -0.375306, 0.221773",\
|
|
"-0.818861, -0.702766, -0.606487, -0.461482, 0.135597",\
|
|
"-0.876220, -0.760125, -0.663846, -0.518842, 0.078237",\
|
|
"-0.945566, -0.829471, -0.733192, -0.588188, 0.008891",\
|
|
"-1.231537, -1.115443, -1.019164, -0.874159, -0.277080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.522234, -1.406139, -1.309860, -1.164855, -0.567777",\
|
|
"-1.639157, -1.523062, -1.426783, -1.281778, -0.684700",\
|
|
"-1.740917, -1.624822, -1.528543, -1.383538, -0.786460",\
|
|
"-1.898095, -1.782001, -1.685722, -1.540717, -0.943638",\
|
|
"-2.545866, -2.429771, -2.333492, -2.188488, -1.591409");
|
|
}
|
|
|
|
} /* 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.006952 ;
|
|
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.492919, 1.361774, 1.219354, 0.986930, 0.029117",\
|
|
"1.568550, 1.437405, 1.294985, 1.062561, 0.104749",\
|
|
"1.609072, 1.477927, 1.335507, 1.103083, 0.145270",\
|
|
"1.647325, 1.516181, 1.373761, 1.141336, 0.183524",\
|
|
"1.804978, 1.673833, 1.531413, 1.298989, 0.341177");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.914548, 2.783404, 2.640984, 2.408560, 1.450747",\
|
|
"3.036561, 2.905416, 2.762996, 2.530572, 1.572759",\
|
|
"3.161745, 3.030600, 2.888180, 2.655756, 1.697943",\
|
|
"3.358710, 3.227566, 3.085145, 2.852721, 1.894909",\
|
|
"4.172066, 4.040921, 3.898501, 3.666077, 2.708264");
|
|
}
|
|
|
|
} /* 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 ( "-1.384172, -1.253027, -1.110607, -0.878183, 0.079629",\
|
|
"-1.459803, -1.328658, -1.186238, -0.953814, 0.003998",\
|
|
"-1.500325, -1.369180, -1.226760, -0.994336, -0.036524",\
|
|
"-1.538579, -1.407434, -1.265014, -1.032590, -0.074777",\
|
|
"-1.696231, -1.565087, -1.422667, -1.190243, -0.232430");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.431756, -2.300611, -2.158191, -1.925767, -0.967954",\
|
|
"-2.553768, -2.422623, -2.280203, -2.047779, -1.089966",\
|
|
"-2.678952, -2.547807, -2.405387, -2.172963, -1.215150",\
|
|
"-2.875917, -2.744773, -2.602353, -2.369929, -1.412116",\
|
|
"-3.689273, -3.558128, -3.415708, -3.183284, -2.225471");
|
|
}
|
|
|
|
} /* 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.923089, 0.842487, 0.793253, 0.756691, 0.606530",\
|
|
"0.998721, 0.918118, 0.868884, 0.832322, 0.682162",\
|
|
"1.039243, 0.958640, 0.909406, 0.872844, 0.722684",\
|
|
"1.077496, 0.996894, 0.947660, 0.911097, 0.760937",\
|
|
"1.235149, 1.154546, 1.105312, 1.068750, 0.918590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.052437, 1.971835, 1.922601, 1.886038, 1.735878",\
|
|
"2.174449, 2.093847, 2.044613, 2.008050, 1.857890",\
|
|
"2.299633, 2.219030, 2.169796, 2.133234, 1.983074",\
|
|
"2.496599, 2.415997, 2.366763, 2.330200, 2.180040",\
|
|
"3.309955, 3.229352, 3.180118, 3.143556, 2.993396");
|
|
}
|
|
|
|
} /* 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.813566, -0.697471, -0.601192, -0.456187, 0.140891",\
|
|
"-0.889197, -0.773102, -0.676823, -0.531818, 0.065260",\
|
|
"-0.929719, -0.813624, -0.717345, -0.572340, 0.024738",\
|
|
"-0.967972, -0.851878, -0.755599, -0.610594, -0.013515",\
|
|
"-1.125625, -1.009530, -0.913251, -0.768247, -0.171168");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.564798, -1.448703, -1.352424, -1.207419, -0.610341",\
|
|
"-1.686810, -1.570715, -1.474436, -1.329431, -0.732353",\
|
|
"-1.811994, -1.695899, -1.599620, -1.454615, -0.857537",\
|
|
"-2.008960, -1.892865, -1.796586, -1.651582, -1.054503",\
|
|
"-2.822315, -2.706221, -2.609942, -2.464937, -1.867858");
|
|
}
|
|
|
|
} /* 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.010354 ;
|
|
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.878879, 0.747734, 0.605314, 0.372890, -0.584922",\
|
|
"0.968081, 0.836936, 0.694516, 0.462092, -0.495721",\
|
|
"1.026924, 0.895779, 0.753359, 0.520935, -0.436877",\
|
|
"1.097182, 0.966037, 0.823617, 0.591193, -0.366620",\
|
|
"1.386350, 1.255205, 1.112785, 0.880361, -0.077452");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.985746, 1.854601, 1.712181, 1.479757, 0.521945",\
|
|
"2.110268, 1.979123, 1.836703, 1.604279, 0.646467",\
|
|
"2.236951, 2.105807, 1.963387, 1.730963, 0.773150",\
|
|
"2.436182, 2.305037, 2.162617, 1.930193, 0.972381",\
|
|
"3.257170, 3.126025, 2.983605, 2.751181, 1.793368");
|
|
}
|
|
|
|
} /* 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.710111, -0.578966, -0.436546, -0.204122, 0.753691",\
|
|
"-0.766885, -0.635740, -0.493320, -0.260896, 0.696917",\
|
|
"-0.783332, -0.652187, -0.509767, -0.277343, 0.680470",\
|
|
"-0.755863, -0.624718, -0.482298, -0.249874, 0.707939",\
|
|
"-0.642277, -0.511132, -0.368712, -0.136288, 0.821525");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.588163, -1.457018, -1.314598, -1.082174, -0.124361",\
|
|
"-1.679631, -1.548486, -1.406066, -1.173642, -0.215829",\
|
|
"-1.763101, -1.631956, -1.489536, -1.257112, -0.299300",\
|
|
"-1.862723, -1.731578, -1.589158, -1.356734, -0.398921",\
|
|
"-2.273197, -2.142052, -1.999632, -1.767208, -0.809395");
|
|
}
|
|
|
|
} /* 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.814232, 0.733629, 0.684395, 0.647833, 0.497673",\
|
|
"0.903433, 0.822830, 0.773597, 0.737034, 0.586874",\
|
|
"0.962276, 0.881674, 0.832440, 0.795878, 0.645718",\
|
|
"1.032534, 0.951931, 0.902697, 0.866135, 0.715975",\
|
|
"1.321702, 1.241099, 1.191865, 1.155303, 1.005143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.617929, 1.537327, 1.488093, 1.451531, 1.301371",\
|
|
"1.742451, 1.661849, 1.612615, 1.576053, 1.425893",\
|
|
"1.869135, 1.788532, 1.739298, 1.702736, 1.552576",\
|
|
"2.068365, 1.987762, 1.938529, 1.901966, 1.751806",\
|
|
"2.889353, 2.808750, 2.759516, 2.722954, 2.572794");
|
|
}
|
|
|
|
} /* 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.582213, -0.466099, -0.369802, -0.224742, 0.372586",\
|
|
"-0.638987, -0.522873, -0.426576, -0.281516, 0.315812",\
|
|
"-0.655434, -0.539320, -0.443023, -0.297963, 0.299365",\
|
|
"-0.627965, -0.511851, -0.415554, -0.270495, 0.326834",\
|
|
"-0.514379, -0.398265, -0.301968, -0.156908, 0.440420");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.145906, -1.029791, -0.933494, -0.788435, -0.191106",\
|
|
"-1.237374, -1.121259, -1.024962, -0.879903, -0.282575",\
|
|
"-1.320844, -1.204730, -1.108433, -0.963373, -0.366045",\
|
|
"-1.420465, -1.304351, -1.208054, -1.062995, -0.465666",\
|
|
"-1.830940, -1.714825, -1.618528, -1.473469, -0.876140");
|
|
}
|
|
|
|
} /* 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.006848 ;
|
|
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.226023, 1.094878, 0.952458, 0.720034, -0.237778",\
|
|
"1.301881, 1.170736, 1.028316, 0.795892, -0.161920",\
|
|
"1.342357, 1.211212, 1.068792, 0.836368, -0.121445",\
|
|
"1.379222, 1.248077, 1.105657, 0.873233, -0.084579",\
|
|
"1.531155, 1.400010, 1.257590, 1.025166, 0.067353");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.374860, 2.243715, 2.101295, 1.868871, 0.911058",\
|
|
"2.497323, 2.366178, 2.223758, 1.991334, 1.033521",\
|
|
"2.623541, 2.492397, 2.349977, 2.117552, 1.159740",\
|
|
"2.823407, 2.692263, 2.549843, 2.317419, 1.359606",\
|
|
"3.647105, 3.515961, 3.373541, 3.141117, 2.183304");
|
|
}
|
|
|
|
} /* 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 ( "-1.120849, -0.989704, -0.847284, -0.614860, 0.342952",\
|
|
"-1.190060, -1.058916, -0.916496, -0.684072, 0.273741",\
|
|
"-1.221858, -1.090713, -0.948293, -0.715869, 0.241943",\
|
|
"-1.238719, -1.107575, -0.965155, -0.732731, 0.225082",\
|
|
"-1.308210, -1.177065, -1.034645, -0.802221, 0.155592");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.890385, -1.759241, -1.616821, -1.384396, -0.426584",\
|
|
"-2.006016, -1.874871, -1.732451, -1.500027, -0.542214",\
|
|
"-2.123313, -1.992168, -1.849748, -1.617324, -0.659512",\
|
|
"-2.302615, -2.171470, -2.029050, -1.796626, -0.838813",\
|
|
"-3.041561, -2.910417, -2.767997, -2.535573, -1.577760");
|
|
}
|
|
|
|
} /* 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.687749, 0.607146, 0.557913, 0.521350, 0.371190",\
|
|
"0.763607, 0.683004, 0.633770, 0.597208, 0.447048",\
|
|
"0.804083, 0.723480, 0.674246, 0.637684, 0.487524",\
|
|
"0.840948, 0.760346, 0.711112, 0.674549, 0.524389",\
|
|
"0.992881, 0.912278, 0.863044, 0.826482, 0.676322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.538621, 1.458018, 1.408784, 1.372222, 1.222062",\
|
|
"1.661084, 1.580481, 1.531247, 1.494685, 1.344525",\
|
|
"1.787303, 1.706700, 1.657466, 1.620904, 1.470744",\
|
|
"1.987169, 1.906566, 1.857332, 1.820770, 1.670610",\
|
|
"2.810867, 2.730264, 2.681030, 2.644468, 2.494308");
|
|
}
|
|
|
|
} /* 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.522692, -0.406577, -0.310280, -0.165221, 0.432108",\
|
|
"-0.591903, -0.475789, -0.379492, -0.234433, 0.362896",\
|
|
"-0.623701, -0.507586, -0.411289, -0.266230, 0.331098",\
|
|
"-0.640562, -0.524448, -0.428151, -0.283092, 0.314237",\
|
|
"-0.710053, -0.593938, -0.497641, -0.352582, 0.244747");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.985337, -0.869223, -0.772926, -0.627866, -0.030538",\
|
|
"-1.100967, -0.984853, -0.888556, -0.743496, -0.146168",\
|
|
"-1.218265, -1.102150, -1.005853, -0.860794, -0.263466",\
|
|
"-1.397567, -1.281452, -1.185155, -1.040096, -0.442767",\
|
|
"-2.136513, -2.020399, -1.924102, -1.779043, -1.181714");
|
|
}
|
|
|
|
} /* 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.006207 ;
|
|
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.772823, 0.641678, 0.499258, 0.266834, -0.690979",\
|
|
"0.848480, 0.717335, 0.574915, 0.342491, -0.615322",\
|
|
"0.888990, 0.757845, 0.615425, 0.383001, -0.574812",\
|
|
"0.927087, 0.795943, 0.653523, 0.421098, -0.536714",\
|
|
"1.084098, 0.952953, 0.810533, 0.578109, -0.379704");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.459853, 1.328708, 1.186288, 0.953864, -0.003948",\
|
|
"1.581929, 1.450784, 1.308364, 1.075940, 0.118128",\
|
|
"1.707335, 1.576190, 1.433770, 1.201346, 0.243534",\
|
|
"1.904868, 1.773723, 1.631303, 1.398879, 0.441067",\
|
|
"2.720387, 2.589242, 2.446822, 2.214398, 1.256585");
|
|
}
|
|
|
|
} /* 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.635531, -0.504386, -0.361966, -0.129542, 0.828270",\
|
|
"-0.670384, -0.539240, -0.396820, -0.164396, 0.793417",\
|
|
"-0.657616, -0.526471, -0.384051, -0.151627, 0.806185",\
|
|
"-0.572905, -0.441760, -0.299340, -0.066916, 0.890897",\
|
|
"-0.223789, -0.092644, 0.049776, 0.282200, 1.240012");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.233487, -1.102342, -0.959922, -0.727498, 0.230314",\
|
|
"-1.313496, -1.182351, -1.039931, -0.807507, 0.150306",\
|
|
"-1.383975, -1.252830, -1.110410, -0.877986, 0.079827",\
|
|
"-1.454899, -1.323754, -1.181334, -0.948910, 0.008902",\
|
|
"-1.748631, -1.617487, -1.475067, -1.242643, -0.284830");
|
|
}
|
|
|
|
} /* 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.817471, 0.736868, 0.687635, 0.651072, 0.500912",\
|
|
"0.893128, 0.812526, 0.763292, 0.726730, 0.576569",\
|
|
"0.933638, 0.853036, 0.803802, 0.767239, 0.617079",\
|
|
"0.971736, 0.891133, 0.841899, 0.805337, 0.655177",\
|
|
"1.128746, 1.048144, 0.998910, 0.962348, 0.812187");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.473644, 1.393042, 1.343808, 1.307245, 1.157085",\
|
|
"1.595720, 1.515118, 1.465884, 1.429321, 1.279161",\
|
|
"1.721126, 1.640523, 1.591290, 1.554727, 1.404567",\
|
|
"1.918659, 1.838056, 1.788822, 1.752260, 1.602100",\
|
|
"2.734177, 2.653575, 2.604341, 2.567779, 2.417618");
|
|
}
|
|
|
|
} /* 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.653347, -0.537236, -0.440943, -0.295896, 0.301378",\
|
|
"-0.688200, -0.572089, -0.475796, -0.330750, 0.266525",\
|
|
"-0.675432, -0.559320, -0.463027, -0.317981, 0.279294",\
|
|
"-0.590721, -0.474609, -0.378316, -0.233270, 0.364005",\
|
|
"-0.241604, -0.125493, -0.029200, 0.115846, 0.713121");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.213863, -1.097752, -1.001459, -0.856413, -0.259138",\
|
|
"-1.293872, -1.177760, -1.081468, -0.936421, -0.339146",\
|
|
"-1.364351, -1.248240, -1.151947, -1.006900, -0.409626",\
|
|
"-1.435275, -1.319164, -1.222871, -1.077825, -0.480550",\
|
|
"-1.729008, -1.612896, -1.516604, -1.371557, -0.774282");
|
|
}
|
|
|
|
} /* 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.011438 ;
|
|
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.173130, 1.041986, 0.899565, 0.667141, -0.290671",\
|
|
"1.259438, 1.128293, 0.985873, 0.753449, -0.204364",\
|
|
"1.316396, 1.185252, 1.042832, 0.810407, -0.147405",\
|
|
"1.385427, 1.254282, 1.111862, 0.879438, -0.078375",\
|
|
"1.669918, 1.538773, 1.396353, 1.163929, 0.206117");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.737582, 2.606437, 2.464017, 2.231593, 1.273781",\
|
|
"2.854739, 2.723595, 2.581175, 2.348751, 1.390938",\
|
|
"2.956521, 2.825377, 2.682956, 2.450532, 1.492720",\
|
|
"3.114801, 2.983656, 2.841236, 2.608812, 1.650999",\
|
|
"3.767109, 3.635964, 3.493544, 3.261120, 2.303308");
|
|
}
|
|
|
|
} /* 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 ( "-1.072856, -0.941711, -0.799291, -0.566867, 0.390945",\
|
|
"-1.159164, -1.028019, -0.885599, -0.653175, 0.304638",\
|
|
"-1.216122, -1.084978, -0.942558, -0.710133, 0.247679",\
|
|
"-1.285153, -1.154008, -1.011588, -0.779164, 0.178649",\
|
|
"-1.569644, -1.438499, -1.296079, -1.063655, -0.105842");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.109366, -1.978221, -1.835801, -1.603377, -0.645564",\
|
|
"-2.226523, -2.095378, -1.952958, -1.720534, -0.762722",\
|
|
"-2.328305, -2.197160, -2.054740, -1.822316, -0.864504",\
|
|
"-2.486584, -2.355440, -2.213020, -1.980596, -1.022783",\
|
|
"-3.138893, -3.007748, -2.865328, -2.632904, -1.675092");
|
|
}
|
|
|
|
} /* 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.636238, 0.555636, 0.506402, 0.469840, 0.319680",\
|
|
"0.722546, 0.641943, 0.592710, 0.556147, 0.405987",\
|
|
"0.779505, 0.698902, 0.649668, 0.613106, 0.462946",\
|
|
"0.848535, 0.767932, 0.718699, 0.682136, 0.531976",\
|
|
"1.133026, 1.052424, 1.003190, 0.966628, 0.816468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.904809, 1.824206, 1.774972, 1.738410, 1.588250",\
|
|
"2.021966, 1.941363, 1.892130, 1.855567, 1.705407",\
|
|
"2.123748, 2.043145, 1.993911, 1.957349, 1.807189",\
|
|
"2.282027, 2.201425, 2.152191, 2.115628, 1.965468",\
|
|
"2.934336, 2.853733, 2.804499, 2.767937, 2.617777");
|
|
}
|
|
|
|
} /* 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.511965, -0.395870, -0.299591, -0.154586, 0.442492",\
|
|
"-0.598272, -0.482177, -0.385898, -0.240894, 0.356185",\
|
|
"-0.655231, -0.539136, -0.442857, -0.297852, 0.299226",\
|
|
"-0.724261, -0.608166, -0.511888, -0.366883, 0.230196",\
|
|
"-1.008752, -0.892658, -0.796379, -0.651374, -0.054295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.247080, -1.130985, -1.034706, -0.889702, -0.292623",\
|
|
"-1.364238, -1.248143, -1.151864, -1.006859, -0.409781",\
|
|
"-1.466019, -1.349925, -1.253646, -1.108641, -0.511562",\
|
|
"-1.624299, -1.508204, -1.411925, -1.266920, -0.669842",\
|
|
"-2.276607, -2.160512, -2.064233, -1.919229, -1.322150");
|
|
}
|
|
|
|
} /* 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.012802 ;
|
|
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.212695, 1.081550, 0.939130, 0.706706, -0.251106",\
|
|
"1.299298, 1.168153, 1.025733, 0.793309, -0.164504",\
|
|
"1.357234, 1.226089, 1.083669, 0.851245, -0.106567",\
|
|
"1.428123, 1.296978, 1.154558, 0.922134, -0.035679",\
|
|
"1.715781, 1.584636, 1.442216, 1.209792, 0.251980");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.311688, 2.180543, 2.038123, 1.805699, 0.847886",\
|
|
"2.428836, 2.297692, 2.155272, 1.922847, 0.965035",\
|
|
"2.529402, 2.398257, 2.255837, 2.023413, 1.065600",\
|
|
"2.684689, 2.553545, 2.411124, 2.178700, 1.220888",\
|
|
"3.323655, 3.192510, 3.050090, 2.817666, 1.859854");
|
|
}
|
|
|
|
} /* 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 ( "-1.035957, -0.904813, -0.762392, -0.529968, 0.427844",\
|
|
"-1.122560, -0.991415, -0.848995, -0.616571, 0.341242",\
|
|
"-1.180496, -1.049351, -0.906931, -0.674507, 0.283305",\
|
|
"-1.251385, -1.120240, -0.977820, -0.745396, 0.212417",\
|
|
"-1.539044, -1.407899, -1.265479, -1.033055, -0.075242");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.101955, -1.970810, -1.828390, -1.595966, -0.638154",\
|
|
"-2.219104, -2.087959, -1.945539, -1.713115, -0.755302",\
|
|
"-2.319669, -2.188524, -2.046104, -1.813680, -0.855867",\
|
|
"-2.474956, -2.343812, -2.201391, -1.968967, -1.011155",\
|
|
"-3.113922, -2.982777, -2.840357, -2.607933, -1.650121");
|
|
}
|
|
|
|
} /* 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.653535, 0.572932, 0.523698, 0.487136, 0.336976",\
|
|
"0.740137, 0.659534, 0.610301, 0.573738, 0.423578",\
|
|
"0.798073, 0.717471, 0.668237, 0.631675, 0.481515",\
|
|
"0.868962, 0.788359, 0.739125, 0.702563, 0.552403",\
|
|
"1.156621, 1.076018, 1.026784, 0.990222, 0.840062");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.455535, 1.374932, 1.325698, 1.289136, 1.138976",\
|
|
"1.572683, 1.492081, 1.442847, 1.406284, 1.256124",\
|
|
"1.673248, 1.592646, 1.543412, 1.506850, 1.356689",\
|
|
"1.828536, 1.747933, 1.698699, 1.662137, 1.511977",\
|
|
"2.467502, 2.386899, 2.337665, 2.301103, 2.150943");
|
|
}
|
|
|
|
} /* 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.478675, -0.362580, -0.266301, -0.121297, 0.475782",\
|
|
"-0.565277, -0.449183, -0.352904, -0.207899, 0.389180",\
|
|
"-0.623214, -0.507119, -0.410840, -0.265835, 0.331243",\
|
|
"-0.694102, -0.578008, -0.481729, -0.336724, 0.260355",\
|
|
"-0.981761, -0.865666, -0.769388, -0.624383, -0.027304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.245543, -1.129448, -1.033169, -0.888164, -0.291086",\
|
|
"-1.362691, -1.246596, -1.150317, -1.005313, -0.408234",\
|
|
"-1.463256, -1.347162, -1.250883, -1.105878, -0.508799",\
|
|
"-1.618544, -1.502449, -1.406170, -1.261166, -0.664087",\
|
|
"-2.257510, -2.141415, -2.045136, -1.900132, -1.303053");
|
|
}
|
|
|
|
} /* 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.007157 ;
|
|
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.208669, 1.077525, 0.935105, 0.702681, -0.255132",\
|
|
"1.284577, 1.153433, 1.011013, 0.778589, -0.179224",\
|
|
"1.325624, 1.194479, 1.052059, 0.819635, -0.138177",\
|
|
"1.365235, 1.234090, 1.091670, 0.859246, -0.098566",\
|
|
"1.525696, 1.394552, 1.252132, 1.019707, 0.061895");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.270405, 2.139260, 1.996840, 1.764416, 0.806603",\
|
|
"2.393198, 2.262053, 2.119633, 1.887208, 0.929396",\
|
|
"2.515828, 2.384683, 2.242263, 2.009839, 1.052026",\
|
|
"2.708823, 2.577678, 2.435258, 2.202834, 1.245021",\
|
|
"3.506559, 3.375414, 3.232995, 3.000570, 2.042758");
|
|
}
|
|
|
|
} /* 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 ( "-1.061998, -0.930853, -0.788433, -0.556009, 0.401803",\
|
|
"-1.130660, -0.999516, -0.857095, -0.624671, 0.333141",\
|
|
"-1.162244, -1.031099, -0.888679, -0.656255, 0.301558",\
|
|
"-1.180041, -1.048896, -0.906476, -0.674052, 0.283760",\
|
|
"-1.250603, -1.119458, -0.977038, -0.744614, 0.213198");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.158336, -2.027192, -1.884771, -1.652347, -0.694535",\
|
|
"-2.273686, -2.142541, -2.000121, -1.767697, -0.809885",\
|
|
"-2.386596, -2.255451, -2.113031, -1.880607, -0.922794",\
|
|
"-2.557184, -2.426040, -2.283619, -2.051195, -1.093383",\
|
|
"-3.262581, -3.131436, -2.989016, -2.756592, -1.798779");
|
|
}
|
|
|
|
} /* 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.641098, 0.560496, 0.511262, 0.474700, 0.324539",\
|
|
"0.717006, 0.636404, 0.587170, 0.550608, 0.400447",\
|
|
"0.758053, 0.677450, 0.628217, 0.591654, 0.441494",\
|
|
"0.797664, 0.717061, 0.667828, 0.631265, 0.481105",\
|
|
"0.958125, 0.877523, 0.828289, 0.791727, 0.641566");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.404842, 1.324239, 1.275005, 1.238443, 1.088283",\
|
|
"1.527635, 1.447032, 1.397798, 1.361236, 1.211076",\
|
|
"1.650265, 1.569662, 1.520428, 1.483866, 1.333706",\
|
|
"1.843260, 1.762657, 1.713423, 1.676861, 1.526701",\
|
|
"2.640996, 2.560394, 2.511160, 2.474598, 2.324438");
|
|
}
|
|
|
|
} /* 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.507864, -0.391769, -0.295490, -0.150485, 0.446593",\
|
|
"-0.576526, -0.460431, -0.364152, -0.219147, 0.377931",\
|
|
"-0.608109, -0.492014, -0.395735, -0.250731, 0.346348",\
|
|
"-0.625907, -0.509812, -0.413533, -0.268528, 0.328551",\
|
|
"-0.696469, -0.580374, -0.484095, -0.339090, 0.257989");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.305314, -1.189219, -1.092940, -0.947935, -0.350857",\
|
|
"-1.420664, -1.304569, -1.208290, -1.063285, -0.466207",\
|
|
"-1.533573, -1.417479, -1.321200, -1.176195, -0.579116",\
|
|
"-1.704162, -1.588067, -1.491788, -1.346783, -0.749705",\
|
|
"-2.409558, -2.293463, -2.197184, -2.052179, -1.455101");
|
|
}
|
|
|
|
} /* 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.010080 ;
|
|
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.828912, 0.697768, 0.555355, 0.322944, -0.634850",\
|
|
"0.918398, 0.787254, 0.644841, 0.412430, -0.545364",\
|
|
"0.976694, 0.845550, 0.703137, 0.470726, -0.487068",\
|
|
"1.045899, 0.914756, 0.772343, 0.539932, -0.417863",\
|
|
"1.331111, 1.199967, 1.057554, 0.825143, -0.132651");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.907038, 1.775894, 1.633481, 1.401070, 0.443276",\
|
|
"2.031551, 1.900408, 1.757995, 1.525584, 0.567789",\
|
|
"2.158270, 2.027127, 1.884714, 1.652303, 0.694509",\
|
|
"2.357908, 2.226764, 2.084351, 1.851940, 0.894146",\
|
|
"3.180664, 3.049520, 2.907107, 2.674696, 1.716902");
|
|
}
|
|
|
|
} /* 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.684358, -0.553215, -0.410802, -0.178391, 0.779403",\
|
|
"-0.765119, -0.633976, -0.491563, -0.259152, 0.698642",\
|
|
"-0.812021, -0.680877, -0.538464, -0.306053, 0.651741",\
|
|
"-0.854959, -0.723816, -0.581403, -0.348992, 0.608802",\
|
|
"-1.031921, -0.900777, -0.758364, -0.525953, 0.431841");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.565668, -1.434525, -1.292112, -1.059701, -0.101906",\
|
|
"-1.681287, -1.550143, -1.407730, -1.175319, -0.217525",\
|
|
"-1.796388, -1.665245, -1.522832, -1.290421, -0.332626",\
|
|
"-1.969247, -1.838103, -1.695690, -1.463279, -0.505485",\
|
|
"-2.681638, -2.550495, -2.408082, -2.175671, -1.217877");
|
|
}
|
|
|
|
} /* 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.738429, 0.657826, 0.608590, 0.572023, 0.421845",\
|
|
"0.827915, 0.747311, 0.698076, 0.661509, 0.511330",\
|
|
"0.886211, 0.805607, 0.756372, 0.719805, 0.569627",\
|
|
"0.955417, 0.874813, 0.825577, 0.789011, 0.638832",\
|
|
"1.240628, 1.160025, 1.110789, 1.074222, 0.924044");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.501901, 1.421297, 1.372062, 1.335495, 1.185316",\
|
|
"1.626414, 1.545810, 1.496575, 1.460008, 1.309829",\
|
|
"1.753133, 1.672530, 1.623294, 1.586727, 1.436549",\
|
|
"1.952771, 1.872167, 1.822931, 1.786365, 1.636186",\
|
|
"2.775527, 2.694923, 2.645687, 2.609120, 2.458942");
|
|
}
|
|
|
|
} /* 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.610628, -0.494534, -0.398255, -0.253250, 0.343829",\
|
|
"-0.691390, -0.575295, -0.479016, -0.334011, 0.263067",\
|
|
"-0.738291, -0.622196, -0.525917, -0.380912, 0.216166",\
|
|
"-0.781229, -0.665135, -0.568856, -0.423851, 0.173228",\
|
|
"-0.958191, -0.842096, -0.745817, -0.600812, -0.003734");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.175302, -1.059207, -0.962928, -0.817923, -0.220845",\
|
|
"-1.290920, -1.174825, -1.078547, -0.933542, -0.336463",\
|
|
"-1.406022, -1.289927, -1.193648, -1.048644, -0.451565",\
|
|
"-1.578880, -1.462785, -1.366507, -1.221502, -0.624423",\
|
|
"-2.291272, -2.175177, -2.078898, -1.933893, -1.336815");
|
|
}
|
|
|
|
} /* 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.003587 ;
|
|
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.453711, 1.322566, 1.180146, 0.947722, -0.010090",\
|
|
"1.529603, 1.398458, 1.256038, 1.023614, 0.065802",\
|
|
"1.570758, 1.439613, 1.297193, 1.064769, 0.106956",\
|
|
"1.610322, 1.479177, 1.336757, 1.104333, 0.146520",\
|
|
"1.770748, 1.639603, 1.497183, 1.264759, 0.306946");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.905898, 2.774753, 2.632333, 2.399909, 1.442097",\
|
|
"3.028698, 2.897553, 2.755133, 2.522709, 1.564896",\
|
|
"3.151004, 3.019859, 2.877439, 2.645015, 1.687202",\
|
|
"3.343318, 3.212173, 3.069753, 2.837329, 1.879516",\
|
|
"4.134680, 4.003536, 3.861115, 3.628691, 2.670879");
|
|
}
|
|
|
|
} /* 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 ( "-1.344964, -1.213820, -1.071399, -0.838975, 0.118837",\
|
|
"-1.420856, -1.289711, -1.147291, -0.914867, 0.042945",\
|
|
"-1.462011, -1.330866, -1.188446, -0.956022, 0.001791",\
|
|
"-1.501575, -1.370430, -1.228010, -0.995586, -0.037774",\
|
|
"-1.662001, -1.530856, -1.388436, -1.156012, -0.198200");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.423105, -2.291960, -2.149540, -1.917116, -0.959304",\
|
|
"-2.545905, -2.414760, -2.272340, -2.039916, -1.082104",\
|
|
"-2.668211, -2.537066, -2.394646, -2.162222, -1.204409",\
|
|
"-2.860525, -2.729380, -2.586960, -2.354536, -1.396724",\
|
|
"-3.651888, -3.520743, -3.378323, -3.145899, -2.188087");
|
|
}
|
|
|
|
} /* 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.883882, 0.803279, 0.754045, 0.717483, 0.567323",\
|
|
"0.959773, 0.879171, 0.829937, 0.793375, 0.643215",\
|
|
"1.000928, 0.920326, 0.871092, 0.834530, 0.684369",\
|
|
"1.040492, 0.959890, 0.910656, 0.874094, 0.723933",\
|
|
"1.200918, 1.120316, 1.071082, 1.034519, 0.884359");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.043786, 1.963184, 1.913950, 1.877388, 1.727227",\
|
|
"2.166586, 2.085984, 2.036750, 2.000188, 1.850028",\
|
|
"2.288892, 2.208290, 2.159056, 2.122494, 1.972333",\
|
|
"2.481206, 2.400604, 2.351370, 2.314808, 2.164648",\
|
|
"3.272569, 3.191967, 3.142733, 3.106170, 2.956010");
|
|
}
|
|
|
|
} /* 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.774358, -0.658263, -0.561984, -0.416979, 0.180099",\
|
|
"-0.850250, -0.734155, -0.637876, -0.492871, 0.104207",\
|
|
"-0.891405, -0.775310, -0.679031, -0.534026, 0.063053",\
|
|
"-0.930969, -0.814874, -0.718595, -0.573590, 0.023488",\
|
|
"-1.091395, -0.975300, -0.879021, -0.734016, -0.136937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.556147, -1.440053, -1.343774, -1.198769, -0.601690",\
|
|
"-1.678947, -1.562852, -1.466573, -1.321569, -0.724490",\
|
|
"-1.801253, -1.685158, -1.588879, -1.443875, -0.846796",\
|
|
"-1.993567, -1.877472, -1.781193, -1.636189, -1.039110",\
|
|
"-2.784930, -2.668836, -2.572557, -2.427552, -1.830473");
|
|
}
|
|
|
|
} /* 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.009091 ;
|
|
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.896100, 0.764955, 0.622535, 0.390111, -0.567702",\
|
|
"0.982361, 0.851216, 0.708796, 0.476372, -0.481440",\
|
|
"1.039501, 0.908357, 0.765937, 0.533513, -0.424300",\
|
|
"1.110850, 0.979705, 0.837285, 0.604861, -0.352952",\
|
|
"1.396206, 1.265061, 1.122641, 0.890217, -0.067596");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.986585, 1.855441, 1.713021, 1.480597, 0.522784",\
|
|
"2.103648, 1.972503, 1.830083, 1.597659, 0.639847",\
|
|
"2.205529, 2.074384, 1.931964, 1.699540, 0.741727",\
|
|
"2.363647, 2.232503, 2.090083, 1.857659, 0.899846",\
|
|
"3.015296, 2.884151, 2.741731, 2.509307, 1.551494");
|
|
}
|
|
|
|
} /* 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.658298, -0.527153, -0.384733, -0.152309, 0.805504",\
|
|
"-0.744559, -0.613414, -0.470994, -0.238570, 0.719243",\
|
|
"-0.801699, -0.670554, -0.528134, -0.295710, 0.662102",\
|
|
"-0.873047, -0.741903, -0.599483, -0.367058, 0.590754",\
|
|
"-1.158403, -1.027258, -0.884838, -0.652414, 0.305398");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.701445, -1.570300, -1.427880, -1.195456, -0.237644",\
|
|
"-1.818507, -1.687362, -1.544942, -1.312518, -0.354706",\
|
|
"-1.920388, -1.789243, -1.646823, -1.414399, -0.456587",\
|
|
"-2.078507, -1.947362, -1.804942, -1.572518, -0.614705",\
|
|
"-2.730155, -2.599010, -2.456590, -2.224166, -1.266353");
|
|
}
|
|
|
|
} /* 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.831501, 0.750899, 0.701665, 0.665103, 0.514943",\
|
|
"0.917763, 0.837160, 0.787926, 0.751364, 0.601204",\
|
|
"0.974903, 0.894301, 0.845067, 0.808504, 0.658344",\
|
|
"1.046251, 0.965649, 0.916415, 0.879853, 0.729693",\
|
|
"1.331607, 1.251005, 1.201771, 1.165209, 1.015049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.618899, 1.538297, 1.489063, 1.452501, 1.302341",\
|
|
"1.735962, 1.655359, 1.606125, 1.569563, 1.419403",\
|
|
"1.837842, 1.757240, 1.708006, 1.671444, 1.521284",\
|
|
"1.995961, 1.915359, 1.866125, 1.829562, 1.679402",\
|
|
"2.647609, 2.567007, 2.517773, 2.481210, 2.331050");
|
|
}
|
|
|
|
} /* 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.530598, -0.414483, -0.318186, -0.173127, 0.424202",\
|
|
"-0.616859, -0.500744, -0.404447, -0.259388, 0.337941",\
|
|
"-0.673999, -0.557885, -0.461588, -0.316528, 0.280800",\
|
|
"-0.745348, -0.629233, -0.532936, -0.387877, 0.209452",\
|
|
"-1.030704, -0.914589, -0.818292, -0.673233, -0.075904");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.259297, -1.143183, -1.046886, -0.901826, -0.304498",\
|
|
"-1.376359, -1.260245, -1.163948, -1.018889, -0.421560",\
|
|
"-1.478240, -1.362126, -1.265829, -1.120770, -0.523441",\
|
|
"-1.636359, -1.520245, -1.423948, -1.278888, -0.681560",\
|
|
"-2.288007, -2.171893, -2.075596, -1.930536, -1.333208");
|
|
}
|
|
|
|
} /* 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.005424 ;
|
|
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.061494, 0.930349, 0.787929, 0.555505, -0.402308",\
|
|
"1.147820, 1.016676, 0.874256, 0.641832, -0.315981",\
|
|
"1.204558, 1.073413, 0.930993, 0.698569, -0.259244",\
|
|
"1.273483, 1.142338, 0.999918, 0.767494, -0.190319",\
|
|
"1.557540, 1.426395, 1.283975, 1.051551, 0.093739");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.815558, 1.684413, 1.541993, 1.309569, 0.351757",\
|
|
"1.932785, 1.801640, 1.659220, 1.426796, 0.468984",\
|
|
"2.034395, 1.903250, 1.760830, 1.528406, 0.570593",\
|
|
"2.192419, 2.061274, 1.918854, 1.686430, 0.728617",\
|
|
"2.843674, 2.712529, 2.570109, 2.337685, 1.379873");
|
|
}
|
|
|
|
} /* 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 ( "-1.006101, -0.874956, -0.732536, -0.500112, 0.457700",\
|
|
"-1.076837, -0.945692, -0.803272, -0.570848, 0.386965",\
|
|
"-1.113219, -0.982075, -0.839655, -0.607230, 0.350582",\
|
|
"-1.135226, -1.004081, -0.861661, -0.629237, 0.328575",\
|
|
"-1.225923, -1.094778, -0.952358, -0.719934, 0.237879");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.725652, -1.594508, -1.452088, -1.219664, -0.261851",\
|
|
"-1.826540, -1.695395, -1.552975, -1.320551, -0.362739",\
|
|
"-1.906818, -1.775674, -1.633254, -1.400829, -0.443017",\
|
|
"-2.015672, -1.884527, -1.742107, -1.509683, -0.551871",\
|
|
"-2.464286, -2.333141, -2.190721, -1.958297, -1.000485");
|
|
}
|
|
|
|
} /* 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.523220, 0.442617, 0.393383, 0.356821, 0.206661",\
|
|
"0.609547, 0.528944, 0.479710, 0.443148, 0.292988",\
|
|
"0.666284, 0.585681, 0.536447, 0.499885, 0.349725",\
|
|
"0.735209, 0.654606, 0.605372, 0.568810, 0.418650",\
|
|
"1.019266, 0.938663, 0.889430, 0.852867, 0.702707");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.979315, 0.898713, 0.849479, 0.812916, 0.662756",\
|
|
"1.096542, 1.015940, 0.966706, 0.930144, 0.779983",\
|
|
"1.198152, 1.117549, 1.068316, 1.031753, 0.881593",\
|
|
"1.356176, 1.275573, 1.226339, 1.189777, 1.039617",\
|
|
"2.007432, 1.926829, 1.877595, 1.841033, 1.690873");
|
|
}
|
|
|
|
} /* 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.407944, -0.291830, -0.195533, -0.050474, 0.546855",\
|
|
"-0.478680, -0.362566, -0.266268, -0.121209, 0.476119",\
|
|
"-0.515063, -0.398948, -0.302651, -0.157592, 0.439737",\
|
|
"-0.537070, -0.420955, -0.324658, -0.179599, 0.417730",\
|
|
"-0.627766, -0.511652, -0.415354, -0.270295, 0.327033");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.820601, -0.704486, -0.608189, -0.463130, 0.134199",\
|
|
"-0.921488, -0.805374, -0.709077, -0.564017, 0.033311",\
|
|
"-1.001766, -0.885652, -0.789355, -0.644296, -0.046967",\
|
|
"-1.110620, -0.994506, -0.898209, -0.753150, -0.155821",\
|
|
"-1.559234, -1.443120, -1.346823, -1.201763, -0.604435");
|
|
}
|
|
|
|
} /* 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.004125 ;
|
|
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.724474, 0.593330, 0.450910, 0.218486, -0.739327",\
|
|
"0.800200, 0.669056, 0.526636, 0.294212, -0.663601",\
|
|
"0.840908, 0.709763, 0.567343, 0.334919, -0.622894",\
|
|
"0.879164, 0.748020, 0.605600, 0.373176, -0.584637",\
|
|
"1.036829, 0.905684, 0.763264, 0.530840, -0.426972");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.369951, 1.238806, 1.096386, 0.863962, -0.093850",\
|
|
"1.492145, 1.361001, 1.218580, 0.986156, 0.028344",\
|
|
"1.617727, 1.486583, 1.344162, 1.111738, 0.153926",\
|
|
"1.815887, 1.684742, 1.542322, 1.309898, 0.352086",\
|
|
"2.631544, 2.500399, 2.357979, 2.125555, 1.167742");
|
|
}
|
|
|
|
} /* 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.633857, -0.502713, -0.360293, -0.127869, 0.829944",\
|
|
"-0.709584, -0.578439, -0.436019, -0.203595, 0.754218",\
|
|
"-0.750291, -0.619146, -0.476726, -0.244302, 0.713511",\
|
|
"-0.788548, -0.657403, -0.514983, -0.282559, 0.675254",\
|
|
"-0.946212, -0.815068, -0.672648, -0.440223, 0.517589");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.156974, -1.025830, -0.883410, -0.650986, 0.306827",\
|
|
"-1.279169, -1.148024, -1.005604, -0.773180, 0.184633",\
|
|
"-1.404751, -1.273606, -1.131186, -0.898762, 0.059051",\
|
|
"-1.602910, -1.471766, -1.329345, -1.096921, -0.139109",\
|
|
"-2.418567, -2.287423, -2.145003, -1.912579, -0.954766");
|
|
}
|
|
|
|
} /* 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.769123, 0.688520, 0.639286, 0.602724, 0.452564",\
|
|
"0.844849, 0.764246, 0.715012, 0.678450, 0.528290",\
|
|
"0.885556, 0.804954, 0.755720, 0.719157, 0.568997",\
|
|
"0.923813, 0.843210, 0.793976, 0.757414, 0.607254",\
|
|
"1.081478, 1.000875, 0.951641, 0.915079, 0.764919");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.383742, 1.303139, 1.253905, 1.217343, 1.067183",\
|
|
"1.505936, 1.425334, 1.376100, 1.339538, 1.189377",\
|
|
"1.631518, 1.550916, 1.501682, 1.465119, 1.314959",\
|
|
"1.829678, 1.749075, 1.699841, 1.663279, 1.513119",\
|
|
"2.645335, 2.564732, 2.515498, 2.478936, 2.328776");
|
|
}
|
|
|
|
} /* 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.651673, -0.535562, -0.439269, -0.294223, 0.303052",\
|
|
"-0.727399, -0.611288, -0.514995, -0.369949, 0.227326",\
|
|
"-0.768107, -0.651995, -0.555703, -0.410656, 0.186619",\
|
|
"-0.806363, -0.690252, -0.593959, -0.448913, 0.148362",\
|
|
"-0.964028, -0.847917, -0.751624, -0.606578, -0.009303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.137351, -1.021239, -0.924946, -0.779900, -0.182625",\
|
|
"-1.259545, -1.143434, -1.047141, -0.902094, -0.304820",\
|
|
"-1.385127, -1.269016, -1.172723, -1.027676, -0.430402",\
|
|
"-1.583287, -1.467175, -1.370882, -1.225836, -0.628561",\
|
|
"-2.398944, -2.282833, -2.186540, -2.041493, -1.444219");
|
|
}
|
|
|
|
} /* 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.006485 ;
|
|
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.451600, 1.320455, 1.178035, 0.945611, -0.012201",\
|
|
"1.549270, 1.418126, 1.275705, 1.043281, 0.085469",\
|
|
"1.621786, 1.490641, 1.348221, 1.115797, 0.157985",\
|
|
"1.712472, 1.581328, 1.438908, 1.206483, 0.248671",\
|
|
"2.086279, 1.955134, 1.812714, 1.580290, 0.622477");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.703928, 2.572783, 2.430363, 2.197938, 1.240126",\
|
|
"2.836411, 2.705266, 2.562847, 2.330422, 1.372610",\
|
|
"2.973112, 2.841967, 2.699547, 2.467123, 1.509311",\
|
|
"3.194104, 3.062959, 2.920539, 2.688115, 1.730303",\
|
|
"4.106598, 3.975453, 3.833034, 3.600609, 2.642797");
|
|
}
|
|
|
|
} /* 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 ( "-1.318997, -1.187852, -1.045432, -0.813008, 0.144805",\
|
|
"-1.416667, -1.285522, -1.143102, -0.910678, 0.047134",\
|
|
"-1.489183, -1.358038, -1.215618, -0.983194, -0.025382",\
|
|
"-1.579869, -1.448724, -1.306304, -1.073880, -0.116068",\
|
|
"-1.953676, -1.822531, -1.680111, -1.447687, -0.489874");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.361744, -2.230599, -2.088179, -1.855755, -0.897943",\
|
|
"-2.494229, -2.363084, -2.220664, -1.988240, -1.030427",\
|
|
"-2.630930, -2.499785, -2.357365, -2.124941, -1.167128",\
|
|
"-2.851922, -2.720777, -2.578357, -2.345933, -1.388120",\
|
|
"-3.764416, -3.633271, -3.490851, -3.258427, -2.300614");
|
|
}
|
|
|
|
} /* 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.883978, 0.803375, 0.754141, 0.717579, 0.567419",\
|
|
"0.981648, 0.901045, 0.851811, 0.815249, 0.665089",\
|
|
"1.054164, 0.973561, 0.924327, 0.887765, 0.737605",\
|
|
"1.144850, 1.064247, 1.015013, 0.978451, 0.828291",\
|
|
"1.518656, 1.438054, 1.388820, 1.352257, 1.202097");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.838119, 1.757516, 1.708282, 1.671720, 1.521560",\
|
|
"1.970603, 1.890000, 1.840766, 1.804204, 1.654044",\
|
|
"2.107304, 2.026701, 1.977468, 1.940905, 1.790745",\
|
|
"2.328296, 2.247694, 2.198460, 2.161897, 2.011737",\
|
|
"3.240790, 3.160187, 3.110953, 3.074391, 2.924231");
|
|
}
|
|
|
|
} /* 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.764776, -0.648681, -0.552402, -0.407398, 0.189681",\
|
|
"-0.862446, -0.746352, -0.650073, -0.505068, 0.092011",\
|
|
"-0.934962, -0.818868, -0.722589, -0.577584, 0.019495",\
|
|
"-1.025648, -0.909554, -0.813275, -0.668270, -0.071191",\
|
|
"-1.399455, -1.283360, -1.187082, -1.042077, -0.444998");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.508493, -1.392399, -1.296120, -1.151115, -0.554036",\
|
|
"-1.640977, -1.524883, -1.428604, -1.283599, -0.686520",\
|
|
"-1.777678, -1.661584, -1.565305, -1.420300, -0.823221",\
|
|
"-1.998671, -1.882576, -1.786297, -1.641292, -1.044213",\
|
|
"-2.911164, -2.795069, -2.698791, -2.553786, -1.956707");
|
|
}
|
|
|
|
} /* 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.007885 ;
|
|
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.003681, 0.872538, 0.730125, 0.497714, -0.460080",\
|
|
"1.080054, 0.948911, 0.806498, 0.574087, -0.383707",\
|
|
"1.121498, 0.990354, 0.847941, 0.615530, -0.342264",\
|
|
"1.156868, 1.025724, 0.883311, 0.650900, -0.306894",\
|
|
"1.302576, 1.171432, 1.029019, 0.796608, -0.161186");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.101855, 1.970712, 1.828299, 1.595888, 0.638094",\
|
|
"2.228233, 2.097089, 1.954676, 1.722265, 0.764471",\
|
|
"2.358759, 2.227615, 2.085202, 1.852792, 0.894997",\
|
|
"2.572248, 2.441104, 2.298691, 2.066280, 1.108486",\
|
|
"3.441308, 3.310165, 3.167752, 2.935341, 1.977547");
|
|
}
|
|
|
|
} /* 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.865227, -0.734084, -0.591671, -0.359260, 0.598534",\
|
|
"-0.941600, -0.810457, -0.668044, -0.435633, 0.522161",\
|
|
"-0.983044, -0.851900, -0.709487, -0.477076, 0.480718",\
|
|
"-1.018414, -0.887271, -0.744858, -0.512447, 0.445348",\
|
|
"-1.164122, -1.032978, -0.890565, -0.658154, 0.299640");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.871657, -1.740513, -1.598100, -1.365689, -0.407895",\
|
|
"-1.998034, -1.866890, -1.724478, -1.492067, -0.534272",\
|
|
"-2.128748, -1.997605, -1.855192, -1.622781, -0.664987",\
|
|
"-2.342389, -2.211245, -2.068832, -1.836421, -0.878627",\
|
|
"-3.212528, -3.081384, -2.938971, -2.706560, -1.748766");
|
|
}
|
|
|
|
} /* 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.913199, 0.832595, 0.783359, 0.746793, 0.596614",\
|
|
"0.989572, 0.908968, 0.859732, 0.823166, 0.672987",\
|
|
"1.031015, 0.950411, 0.901175, 0.864609, 0.714430",\
|
|
"1.066385, 0.985781, 0.936546, 0.899979, 0.749801",\
|
|
"1.212093, 1.131489, 1.082254, 1.045687, 0.895508");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.696717, 1.616113, 1.566878, 1.530311, 1.380132",\
|
|
"1.823095, 1.742491, 1.693256, 1.656689, 1.506510",\
|
|
"1.953621, 1.873017, 1.823781, 1.787215, 1.637036",\
|
|
"2.167110, 2.086506, 2.037271, 2.000704, 1.850525",\
|
|
"3.036171, 2.955567, 2.906332, 2.869765, 2.719586");
|
|
}
|
|
|
|
} /* 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.791497, -0.675403, -0.579124, -0.434119, 0.162960",\
|
|
"-0.867870, -0.751776, -0.655497, -0.510492, 0.086587",\
|
|
"-0.909314, -0.793219, -0.696940, -0.551935, 0.045143",\
|
|
"-0.944684, -0.828589, -0.732310, -0.587306, 0.009773",\
|
|
"-1.090392, -0.974297, -0.878018, -0.733013, -0.135935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.481289, -1.365194, -1.268915, -1.123910, -0.526832",\
|
|
"-1.607666, -1.491572, -1.395293, -1.250288, -0.653209",\
|
|
"-1.738381, -1.622286, -1.526007, -1.381002, -0.783924",\
|
|
"-1.952021, -1.835927, -1.739648, -1.594643, -0.997564",\
|
|
"-2.822161, -2.706066, -2.609787, -2.464782, -1.867704");
|
|
}
|
|
|
|
} /* 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.004724 ;
|
|
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.170617, 1.039472, 0.897052, 0.664628, -0.293184",\
|
|
"1.259666, 1.128521, 0.986101, 0.753677, -0.204136",\
|
|
"1.318743, 1.187598, 1.045178, 0.812754, -0.145058",\
|
|
"1.389087, 1.257942, 1.115522, 0.883098, -0.074714",\
|
|
"1.678994, 1.547849, 1.405429, 1.173005, 0.215192");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.246223, 2.115078, 1.972659, 1.740234, 0.782422",\
|
|
"2.370863, 2.239718, 2.097299, 1.864874, 0.907062",\
|
|
"2.498098, 2.366953, 2.224533, 1.992109, 1.034297",\
|
|
"2.697954, 2.566810, 2.424389, 2.191965, 1.234153",\
|
|
"3.520793, 3.389649, 3.247229, 3.014805, 2.056992");
|
|
}
|
|
|
|
} /* 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 ( "-1.080390, -0.949245, -0.806825, -0.574401, 0.383411",\
|
|
"-1.169439, -1.038294, -0.895874, -0.663450, 0.294363",\
|
|
"-1.228516, -1.097371, -0.954951, -0.722527, 0.235286",\
|
|
"-1.298860, -1.167715, -1.025295, -0.792871, 0.164941",\
|
|
"-1.588766, -1.457622, -1.315202, -1.082778, -0.124965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.082462, -1.951317, -1.808897, -1.576473, -0.618661",\
|
|
"-2.207102, -2.075957, -1.933537, -1.701113, -0.743301",\
|
|
"-2.334337, -2.203192, -2.060772, -1.828348, -0.870535",\
|
|
"-2.534193, -2.403049, -2.260628, -2.028204, -1.070392",\
|
|
"-3.357033, -3.225888, -3.083468, -2.851044, -1.893231");
|
|
}
|
|
|
|
} /* 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.600717, 0.520115, 0.470881, 0.434319, 0.284159",\
|
|
"0.689766, 0.609164, 0.559930, 0.523367, 0.373207",\
|
|
"0.748843, 0.668241, 0.619007, 0.582445, 0.432284",\
|
|
"0.819187, 0.738585, 0.689351, 0.652789, 0.502629",\
|
|
"1.109094, 1.028491, 0.979257, 0.942695, 0.792535");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.384131, 1.303529, 1.254295, 1.217733, 1.067573",\
|
|
"1.508771, 1.428169, 1.378935, 1.342372, 1.192212",\
|
|
"1.636006, 1.555403, 1.506169, 1.469607, 1.319447",\
|
|
"1.835862, 1.755260, 1.706026, 1.669463, 1.519303",\
|
|
"2.658702, 2.578099, 2.528865, 2.492303, 2.342143");
|
|
}
|
|
|
|
} /* 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.509637, -0.393542, -0.297263, -0.152258, 0.444820",\
|
|
"-0.598685, -0.482591, -0.386312, -0.241307, 0.355772",\
|
|
"-0.657763, -0.541668, -0.445389, -0.300384, 0.296695",\
|
|
"-0.728107, -0.612012, -0.515733, -0.370728, 0.226350",\
|
|
"-1.018013, -0.901918, -0.805639, -0.660635, -0.063556");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.215519, -1.099424, -1.003146, -0.858141, -0.261062",\
|
|
"-1.340159, -1.224064, -1.127786, -0.982781, -0.385702",\
|
|
"-1.467394, -1.351299, -1.255020, -1.110015, -0.512937",\
|
|
"-1.667250, -1.551155, -1.454876, -1.309872, -0.712793",\
|
|
"-2.490090, -2.373995, -2.277716, -2.132711, -1.535633");
|
|
}
|
|
|
|
} /* 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.010434 ;
|
|
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.652045, 0.520900, 0.378480, 0.146056, -0.811756",\
|
|
"0.716219, 0.585075, 0.442655, 0.210231, -0.747582",\
|
|
"0.763016, 0.631871, 0.489451, 0.257027, -0.700785",\
|
|
"0.793641, 0.662497, 0.520077, 0.287652, -0.670160",\
|
|
"0.699625, 0.568480, 0.426060, 0.193636, -0.764177");
|
|
}
|
|
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.668365, 1.537220, 1.394800, 1.162376, 0.204563",\
|
|
"1.768883, 1.637738, 1.495318, 1.262894, 0.305082",\
|
|
"1.921625, 1.790480, 1.648060, 1.415636, 0.457824",\
|
|
"2.197214, 2.066069, 1.923649, 1.691225, 0.733412",\
|
|
"2.734004, 2.602860, 2.460440, 2.228016, 1.270203");
|
|
}
|
|
|
|
} /* 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.460169, -0.329024, -0.186604, 0.045820, 1.003632",\
|
|
"-0.524344, -0.393199, -0.250779, -0.018355, 0.939458",\
|
|
"-0.571140, -0.439995, -0.297575, -0.065151, 0.892661",\
|
|
"-0.601765, -0.470621, -0.328201, -0.095776, 0.862036",\
|
|
"-0.507749, -0.376604, -0.234184, -0.001760, 0.956053");
|
|
}
|
|
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.393934, -1.262789, -1.120369, -0.887945, 0.069868",\
|
|
"-1.494452, -1.363307, -1.220887, -0.988463, -0.030651",\
|
|
"-1.647305, -1.516160, -1.373740, -1.141316, -0.183504",\
|
|
"-1.923514, -1.792369, -1.649949, -1.417525, -0.459712",\
|
|
"-2.460304, -2.329159, -2.186739, -1.954315, -0.996503");
|
|
}
|
|
|
|
} /* 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.587447, 0.506844, 0.457610, 0.421048, 0.270888",\
|
|
"0.651621, 0.571018, 0.521785, 0.485222, 0.335062",\
|
|
"0.698418, 0.617815, 0.568581, 0.532019, 0.381859",\
|
|
"0.729043, 0.648440, 0.599206, 0.562644, 0.412484",\
|
|
"0.635026, 0.554424, 0.505190, 0.468627, 0.318467");
|
|
}
|
|
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.300679, 1.220076, 1.170842, 1.134280, 0.984120",\
|
|
"1.401197, 1.320595, 1.271361, 1.234798, 1.084638",\
|
|
"1.553939, 1.473337, 1.424103, 1.387541, 1.237381",\
|
|
"1.829528, 1.748925, 1.699691, 1.663129, 1.512969",\
|
|
"2.366318, 2.285716, 2.236482, 2.199920, 2.049760");
|
|
}
|
|
|
|
} /* 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.332469, -0.216355, -0.120058, 0.025001, 0.622330",\
|
|
"-0.396644, -0.280529, -0.184232, -0.039173, 0.558156",\
|
|
"-0.443440, -0.327326, -0.231029, -0.085970, 0.511359",\
|
|
"-0.474065, -0.357951, -0.261654, -0.116595, 0.480734",\
|
|
"-0.380049, -0.263934, -0.167637, -0.022578, 0.574751");
|
|
}
|
|
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.951786, -0.835671, -0.739374, -0.594315, 0.003014",\
|
|
"-1.052304, -0.936190, -0.839893, -0.694833, -0.097505",\
|
|
"-1.205158, -1.089043, -0.992746, -0.847687, -0.250358",\
|
|
"-1.481366, -1.365252, -1.268955, -1.123895, -0.526567",\
|
|
"-2.018157, -1.902042, -1.805745, -1.660686, -1.063357");
|
|
}
|
|
|
|
} /* 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.005505 ;
|
|
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.229060, 1.097915, 0.955495, 0.723071, -0.234742",\
|
|
"1.328272, 1.197128, 1.054708, 0.822284, -0.135529",\
|
|
"1.408204, 1.277059, 1.134639, 0.902215, -0.055598",\
|
|
"1.513002, 1.381857, 1.239437, 1.007013, 0.049201",\
|
|
"1.944902, 1.813757, 1.671337, 1.438913, 0.481100");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.302539, 2.171394, 2.028974, 1.796550, 0.838737",\
|
|
"2.429069, 2.297924, 2.155504, 1.923080, 0.965267",\
|
|
"2.561637, 2.430492, 2.288072, 2.055648, 1.097835",\
|
|
"2.772115, 2.640970, 2.498550, 2.266126, 1.308313",\
|
|
"3.639549, 3.508404, 3.365984, 3.133560, 2.175747");
|
|
}
|
|
|
|
} /* 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 ( "-1.153406, -1.022262, -0.879842, -0.647417, 0.310395",\
|
|
"-1.252619, -1.121474, -0.979054, -0.746630, 0.211182",\
|
|
"-1.332550, -1.201406, -1.058985, -0.826561, 0.131251",\
|
|
"-1.437349, -1.306204, -1.163784, -0.931360, 0.026453",\
|
|
"-1.869248, -1.738103, -1.595683, -1.363259, -0.405447");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.081571, -1.950426, -1.808006, -1.575582, -0.617769",\
|
|
"-2.208101, -2.076956, -1.934536, -1.702112, -0.744299",\
|
|
"-2.340669, -2.209524, -2.067104, -1.834680, -0.876868",\
|
|
"-2.551147, -2.420002, -2.277582, -2.045158, -1.087346",\
|
|
"-3.418580, -3.287436, -3.145015, -2.912591, -1.954779");
|
|
}
|
|
|
|
} /* 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.690786, 0.610183, 0.560949, 0.524387, 0.374227",\
|
|
"0.789998, 0.709396, 0.660162, 0.623600, 0.473439",\
|
|
"0.869930, 0.789327, 0.740093, 0.703531, 0.553371",\
|
|
"0.974728, 0.894125, 0.844891, 0.808329, 0.658169",\
|
|
"1.406628, 1.326025, 1.276791, 1.240229, 1.090069");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.466297, 1.385695, 1.336461, 1.299898, 1.149738",\
|
|
"1.592827, 1.512224, 1.462991, 1.426428, 1.276268",\
|
|
"1.725395, 1.644793, 1.595559, 1.558996, 1.408836",\
|
|
"1.935874, 1.855271, 1.806037, 1.769475, 1.619315",\
|
|
"2.803307, 2.722705, 2.673471, 2.636909, 2.486748");
|
|
}
|
|
|
|
} /* 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.555249, -0.439135, -0.342838, -0.197779, 0.399550",\
|
|
"-0.654462, -0.538348, -0.442051, -0.296991, 0.300337",\
|
|
"-0.734394, -0.618279, -0.521982, -0.376923, 0.220406",\
|
|
"-0.839192, -0.723077, -0.626780, -0.481721, 0.115608",\
|
|
"-1.271091, -1.154977, -1.058680, -0.913621, -0.316292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.176520, -1.060405, -0.964108, -0.819049, -0.221720",\
|
|
"-1.303050, -1.186935, -1.090638, -0.945579, -0.348250",\
|
|
"-1.435618, -1.319504, -1.223207, -1.078147, -0.480819",\
|
|
"-1.646096, -1.529982, -1.433685, -1.288625, -0.691297",\
|
|
"-2.513530, -2.397415, -2.301118, -2.156059, -1.558730");
|
|
}
|
|
|
|
} /* 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.004626 ;
|
|
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.816398, 0.685253, 0.542833, 0.310409, -0.647403",\
|
|
"0.905445, 0.774301, 0.631881, 0.399456, -0.558356",\
|
|
"0.964398, 0.833253, 0.690833, 0.458409, -0.499403",\
|
|
"1.034389, 0.903244, 0.760824, 0.528400, -0.429413",\
|
|
"1.322836, 1.191691, 1.049271, 0.816847, -0.140965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.377469, 1.246324, 1.103904, 0.871480, -0.086332",\
|
|
"1.502106, 1.370961, 1.228541, 0.996117, 0.038304",\
|
|
"1.629427, 1.498283, 1.355863, 1.123439, 0.165626",\
|
|
"1.829914, 1.698769, 1.556349, 1.323925, 0.366112",\
|
|
"2.657197, 2.526052, 2.383632, 2.151208, 1.193395");
|
|
}
|
|
|
|
} /* 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.683344, -0.552199, -0.409779, -0.177355, 0.780457",\
|
|
"-0.772391, -0.641247, -0.498827, -0.266402, 0.691410",\
|
|
"-0.831344, -0.700199, -0.557779, -0.325355, 0.632457",\
|
|
"-0.901335, -0.770190, -0.627770, -0.395346, 0.562467",\
|
|
"-1.189782, -1.058637, -0.916217, -0.683793, 0.274019");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.175703, -1.044559, -0.902139, -0.669714, 0.288098",\
|
|
"-1.300340, -1.169195, -1.026775, -0.794351, 0.163461",\
|
|
"-1.427662, -1.296517, -1.154097, -0.921673, 0.036140",\
|
|
"-1.628148, -1.497003, -1.354583, -1.122159, -0.164346",\
|
|
"-2.455430, -2.324286, -2.181865, -1.949441, -0.991629");
|
|
}
|
|
|
|
} /* 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.861046, 0.780443, 0.731210, 0.694647, 0.544487",\
|
|
"0.950094, 0.869491, 0.820257, 0.783695, 0.633535",\
|
|
"1.009046, 0.928444, 0.879210, 0.842648, 0.692487",\
|
|
"1.079037, 0.998434, 0.949200, 0.912638, 0.762478",\
|
|
"1.367484, 1.286882, 1.237648, 1.201085, 1.050925");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.391260, 1.310658, 1.261424, 1.224861, 1.074701",\
|
|
"1.515897, 1.435294, 1.386060, 1.349498, 1.199338",\
|
|
"1.643218, 1.562616, 1.513382, 1.476820, 1.326659",\
|
|
"1.843704, 1.763102, 1.713868, 1.677306, 1.527145",\
|
|
"2.670987, 2.590385, 2.541151, 2.504589, 2.354428");
|
|
}
|
|
|
|
} /* 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.701159, -0.585048, -0.488755, -0.343709, 0.253566",\
|
|
"-0.790207, -0.674095, -0.577803, -0.432756, 0.164519",\
|
|
"-0.849160, -0.733048, -0.636755, -0.491709, 0.105566",\
|
|
"-0.919150, -0.803039, -0.706746, -0.561700, 0.035575",\
|
|
"-1.207597, -1.091486, -0.995193, -0.850147, -0.252872");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.156080, -1.039968, -0.943675, -0.798629, -0.201354",\
|
|
"-1.280716, -1.164605, -1.068312, -0.923265, -0.325991",\
|
|
"-1.408038, -1.291926, -1.195634, -1.050587, -0.453312",\
|
|
"-1.608524, -1.492413, -1.396120, -1.251073, -0.653799",\
|
|
"-2.435807, -2.319695, -2.223403, -2.078356, -1.481081");
|
|
}
|
|
|
|
} /* 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.005753 ;
|
|
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.185454, 1.054310, 0.911890, 0.679465, -0.278347",\
|
|
"1.271573, 1.140428, 0.998008, 0.765584, -0.192228",\
|
|
"1.328881, 1.197736, 1.055316, 0.822892, -0.134921",\
|
|
"1.397873, 1.266728, 1.124308, 0.891884, -0.065929",\
|
|
"1.682205, 1.551061, 1.408641, 1.176217, 0.218404");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.253913, 2.122768, 1.980348, 1.747924, 0.790111",\
|
|
"2.370719, 2.239574, 2.097154, 1.864730, 0.906918",\
|
|
"2.472493, 2.341348, 2.198928, 1.966504, 1.008692",\
|
|
"2.629716, 2.498571, 2.356151, 2.123727, 1.165915",\
|
|
"3.278726, 3.147582, 3.005162, 2.772738, 1.814925");
|
|
}
|
|
|
|
} /* 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 ( "-1.035416, -0.904272, -0.761852, -0.529427, 0.428385",\
|
|
"-1.121535, -0.990390, -0.847970, -0.615546, 0.342266",\
|
|
"-1.178843, -1.047698, -0.905278, -0.672854, 0.284959",\
|
|
"-1.247835, -1.116690, -0.974270, -0.741846, 0.215967",\
|
|
"-1.532168, -1.401023, -1.258603, -1.026179, -0.068366");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.107244, -1.976099, -1.833679, -1.601255, -0.643442",\
|
|
"-2.224050, -2.092906, -1.950485, -1.718061, -0.760249",\
|
|
"-2.325824, -2.194680, -2.052260, -1.819836, -0.862023",\
|
|
"-2.483048, -2.351903, -2.209483, -1.977059, -1.019246",\
|
|
"-3.132057, -3.000913, -2.858493, -2.626069, -1.668256");
|
|
}
|
|
|
|
} /* 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.648593, 0.567991, 0.518757, 0.482194, 0.332034",\
|
|
"0.734712, 0.654109, 0.604875, 0.568313, 0.418153",\
|
|
"0.792019, 0.711417, 0.662183, 0.625621, 0.475461",\
|
|
"0.861011, 0.780409, 0.731175, 0.694613, 0.544452",\
|
|
"1.145344, 1.064742, 1.015508, 0.978946, 0.828785");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.421090, 1.340488, 1.291254, 1.254692, 1.104532",\
|
|
"1.537897, 1.457294, 1.408060, 1.371498, 1.221338",\
|
|
"1.639671, 1.559068, 1.509834, 1.473272, 1.323112",\
|
|
"1.796894, 1.716292, 1.667058, 1.630495, 1.480335",\
|
|
"2.445904, 2.365301, 2.316067, 2.279505, 2.129345");
|
|
}
|
|
|
|
} /* 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.474639, -0.358544, -0.262266, -0.117261, 0.479818",\
|
|
"-0.560758, -0.444663, -0.348384, -0.203379, 0.393699",\
|
|
"-0.618065, -0.501971, -0.405692, -0.260687, 0.336392",\
|
|
"-0.687057, -0.570963, -0.474684, -0.329679, 0.267400",\
|
|
"-0.971390, -0.855295, -0.759017, -0.614012, -0.016933");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.244919, -1.128824, -1.032545, -0.887541, -0.290462",\
|
|
"-1.361726, -1.245631, -1.149352, -1.004347, -0.407269",\
|
|
"-1.463500, -1.347405, -1.251126, -1.106121, -0.509043",\
|
|
"-1.620723, -1.504628, -1.408349, -1.263345, -0.666266",\
|
|
"-2.269733, -2.153638, -2.057359, -1.912354, -1.315276");
|
|
}
|
|
|
|
} /* 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.005782 ;
|
|
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.144841, 1.013697, 0.871277, 0.638852, -0.318960",\
|
|
"1.233099, 1.101954, 0.959534, 0.727110, -0.230702",\
|
|
"1.291660, 1.160516, 1.018095, 0.785671, -0.172141",\
|
|
"1.356676, 1.225531, 1.083111, 0.850687, -0.107125",\
|
|
"1.624622, 1.493478, 1.351058, 1.118633, 0.160821");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.232630, 2.101485, 1.959065, 1.726641, 0.768828",\
|
|
"2.358842, 2.227697, 2.085277, 1.852853, 0.895040",\
|
|
"2.497928, 2.366783, 2.224363, 1.991939, 1.034126",\
|
|
"2.719632, 2.588488, 2.446068, 2.213644, 1.255831",\
|
|
"3.632642, 3.501498, 3.359077, 3.126653, 2.168841");
|
|
}
|
|
|
|
} /* 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.990741, -0.859596, -0.717176, -0.484752, 0.473061",\
|
|
"-1.078998, -0.947854, -0.805434, -0.573009, 0.384803",\
|
|
"-1.137560, -1.006415, -0.863995, -0.631571, 0.326242",\
|
|
"-1.202575, -1.071431, -0.929011, -0.696586, 0.261226",\
|
|
"-1.470522, -1.339377, -1.196957, -0.964533, -0.006720");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.029443, -1.898298, -1.755878, -1.523454, -0.565641",\
|
|
"-2.155654, -2.024510, -1.882090, -1.649665, -0.691853",\
|
|
"-2.294741, -2.163596, -2.021176, -1.788752, -0.830939",\
|
|
"-2.516445, -2.385300, -2.242880, -2.010456, -1.052644",\
|
|
"-3.429455, -3.298311, -3.155890, -2.923466, -1.965654");
|
|
}
|
|
|
|
} /* 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.585710, 0.505108, 0.455874, 0.419311, 0.269151",\
|
|
"0.673968, 0.593366, 0.544132, 0.507569, 0.357409",\
|
|
"0.732529, 0.651927, 0.602693, 0.566130, 0.415970",\
|
|
"0.797545, 0.716942, 0.667709, 0.631146, 0.480986",\
|
|
"1.065491, 0.984889, 0.935655, 0.899093, 0.748932");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.376456, 1.295853, 1.246619, 1.210057, 1.059897",\
|
|
"1.502668, 1.422065, 1.372831, 1.336269, 1.186109",\
|
|
"1.641754, 1.561151, 1.511917, 1.475355, 1.325195",\
|
|
"1.863458, 1.782855, 1.733621, 1.697059, 1.546899",\
|
|
"2.776468, 2.695866, 2.646632, 2.610069, 2.459909");
|
|
}
|
|
|
|
} /* 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.433715, -0.317620, -0.221341, -0.076336, 0.520742",\
|
|
"-0.521973, -0.405878, -0.309599, -0.164594, 0.432484",\
|
|
"-0.580534, -0.464439, -0.368160, -0.223155, 0.373923",\
|
|
"-0.645550, -0.529455, -0.433176, -0.288171, 0.308907",\
|
|
"-0.913496, -0.797401, -0.701122, -0.556117, 0.040961");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.173015, -1.056920, -0.960641, -0.815636, -0.218558",\
|
|
"-1.299227, -1.183132, -1.086853, -0.941848, -0.344770",\
|
|
"-1.438313, -1.322218, -1.225939, -1.080934, -0.483856",\
|
|
"-1.660017, -1.543923, -1.447644, -1.302639, -0.705560",\
|
|
"-2.573028, -2.456933, -2.360654, -2.215649, -1.618571");
|
|
}
|
|
|
|
} /* 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.004336 ;
|
|
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.649367, 1.518222, 1.375802, 1.143378, 0.185566",\
|
|
"1.725106, 1.593961, 1.451541, 1.219117, 0.261305",\
|
|
"1.765584, 1.634439, 1.492019, 1.259595, 0.301782",\
|
|
"1.803240, 1.672096, 1.529676, 1.297251, 0.339439",\
|
|
"1.958432, 1.827288, 1.684868, 1.452443, 0.494631");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.703249, 2.572104, 2.429685, 2.197260, 1.239448",\
|
|
"2.825467, 2.694322, 2.551902, 2.319478, 1.361666",\
|
|
"2.951211, 2.820066, 2.677647, 2.445222, 1.487410",\
|
|
"3.149722, 3.018577, 2.876157, 2.643733, 1.685920",\
|
|
"3.969471, 3.838326, 3.695906, 3.463482, 2.505670");
|
|
}
|
|
|
|
} /* 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 ( "-1.394305, -1.263160, -1.120740, -0.888316, 0.069496",\
|
|
"-1.470044, -1.338899, -1.196479, -0.964055, -0.006243",\
|
|
"-1.510522, -1.379377, -1.236957, -1.004533, -0.046721",\
|
|
"-1.548178, -1.417034, -1.274614, -1.042190, -0.084377",\
|
|
"-1.703370, -1.572226, -1.429806, -1.197381, -0.239569");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.328218, -2.197073, -2.054653, -1.822229, -0.864417",\
|
|
"-2.450435, -2.319291, -2.176870, -1.944446, -0.986634",\
|
|
"-2.576180, -2.445035, -2.302615, -2.070191, -1.112379",\
|
|
"-2.774690, -2.643546, -2.501125, -2.268701, -1.310889",\
|
|
"-3.594439, -3.463295, -3.320874, -3.088450, -2.130638");
|
|
}
|
|
|
|
} /* 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 ( "1.081745, 1.001142, 0.951908, 0.915346, 0.765186",\
|
|
"1.157484, 1.076881, 1.027647, 0.991085, 0.840925",\
|
|
"1.197962, 1.117359, 1.068125, 1.031563, 0.881403",\
|
|
"1.235618, 1.155015, 1.105782, 1.069219, 0.919059",\
|
|
"1.390810, 1.310207, 1.260973, 1.224411, 1.074251");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.837441, 1.756838, 1.707605, 1.671042, 1.520882",\
|
|
"1.959659, 1.879056, 1.829822, 1.793260, 1.643100",\
|
|
"2.085403, 2.004800, 1.955567, 1.919004, 1.768844",\
|
|
"2.283913, 2.203310, 2.154077, 2.117514, 1.967354",\
|
|
"3.103662, 3.023059, 2.973826, 2.937263, 2.787103");
|
|
}
|
|
|
|
} /* 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.840085, -0.723990, -0.627711, -0.482706, 0.114372",\
|
|
"-0.915824, -0.799729, -0.703450, -0.558445, 0.038633",\
|
|
"-0.956302, -0.840207, -0.743928, -0.598923, -0.001845",\
|
|
"-0.993958, -0.877863, -0.781584, -0.636580, -0.039501",\
|
|
"-1.149150, -1.033055, -0.936776, -0.791772, -0.194693");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.474967, -1.358872, -1.262594, -1.117589, -0.520510",\
|
|
"-1.597184, -1.481090, -1.384811, -1.239806, -0.642727",\
|
|
"-1.722929, -1.606834, -1.510556, -1.365551, -0.768472",\
|
|
"-1.921439, -1.805345, -1.709066, -1.564061, -0.966982",\
|
|
"-2.741188, -2.625093, -2.528815, -2.383810, -1.786731");
|
|
}
|
|
|
|
} /* 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.005603 ;
|
|
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.718858, 0.587714, 0.445301, 0.212890, -0.744904",\
|
|
"0.818068, 0.686924, 0.544511, 0.312100, -0.645694",\
|
|
"0.898391, 0.767248, 0.624835, 0.392424, -0.565370",\
|
|
"1.003896, 0.872752, 0.730340, 0.497929, -0.459866",\
|
|
"1.438707, 1.307564, 1.165151, 0.932740, -0.025055");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.809160, 1.678016, 1.535603, 1.303192, 0.345398",\
|
|
"1.935669, 1.804526, 1.662113, 1.429702, 0.471907",\
|
|
"2.068051, 1.936908, 1.794495, 1.562084, 0.604290",\
|
|
"2.277698, 2.146554, 2.004142, 1.771731, 0.813936",\
|
|
"3.141706, 3.010563, 2.868150, 2.635739, 1.677945");
|
|
}
|
|
|
|
} /* 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.577508, -0.446364, -0.303951, -0.071540, 0.886254",\
|
|
"-0.676718, -0.545574, -0.403162, -0.170751, 0.787044",\
|
|
"-0.757041, -0.625898, -0.483485, -0.251074, 0.706720",\
|
|
"-0.862546, -0.731402, -0.588989, -0.356579, 0.601216",\
|
|
"-1.297357, -1.166214, -1.023801, -0.791390, 0.166405");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.466254, -1.335110, -1.192697, -0.960286, -0.002492",\
|
|
"-1.592763, -1.461619, -1.319206, -1.086796, -0.129001",\
|
|
"-1.725145, -1.594001, -1.451588, -1.219177, -0.261383",\
|
|
"-1.934792, -1.803648, -1.661236, -1.428825, -0.471030",\
|
|
"-2.798800, -2.667656, -2.525244, -2.292833, -1.335038");
|
|
}
|
|
|
|
} /* 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.628375, 0.547771, 0.498536, 0.461969, 0.311790",\
|
|
"0.727585, 0.646981, 0.597746, 0.561179, 0.411000",\
|
|
"0.807908, 0.727305, 0.678069, 0.641502, 0.491324",\
|
|
"0.913413, 0.832809, 0.783574, 0.747007, 0.596829",\
|
|
"1.348224, 1.267621, 1.218385, 1.181818, 1.031640");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.404023, 1.323419, 1.274184, 1.237617, 1.087438",\
|
|
"1.530532, 1.449929, 1.400693, 1.364126, 1.213948",\
|
|
"1.662915, 1.582311, 1.533075, 1.496509, 1.346330",\
|
|
"1.872562, 1.791958, 1.742722, 1.706156, 1.555977",\
|
|
"2.736570, 2.655966, 2.606730, 2.570164, 2.419985");
|
|
}
|
|
|
|
} /* 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.503778, -0.387683, -0.291404, -0.146399, 0.450679",\
|
|
"-0.602988, -0.486893, -0.390614, -0.245609, 0.351469",\
|
|
"-0.683311, -0.567216, -0.470938, -0.325933, 0.271146",\
|
|
"-0.788816, -0.672721, -0.576442, -0.431437, 0.165641",\
|
|
"-1.223627, -1.107532, -1.011253, -0.866249, -0.269170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.075888, -0.959793, -0.863514, -0.718509, -0.121431",\
|
|
"-1.202397, -1.086302, -0.990023, -0.845019, -0.247940",\
|
|
"-1.334779, -1.218684, -1.122406, -0.977401, -0.380322",\
|
|
"-1.544426, -1.428331, -1.332053, -1.187048, -0.589969",\
|
|
"-2.408434, -2.292340, -2.196061, -2.051056, -1.453977");
|
|
}
|
|
|
|
} /* 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.005510 ;
|
|
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.246746, 1.115602, 0.973182, 0.740758, -0.217055",\
|
|
"1.345958, 1.214813, 1.072393, 0.839969, -0.117844",\
|
|
"1.426154, 1.295010, 1.152590, 0.920165, -0.037647",\
|
|
"1.531580, 1.400436, 1.258016, 1.025591, 0.067779",\
|
|
"1.966067, 1.834922, 1.692502, 1.460078, 0.502266");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.294859, 2.163714, 2.021295, 1.788870, 0.831058",\
|
|
"2.421384, 2.290240, 2.147820, 1.915395, 0.957583",\
|
|
"2.553586, 2.422441, 2.280021, 2.047597, 1.089785",\
|
|
"2.763201, 2.632056, 2.489636, 2.257212, 1.299399",\
|
|
"3.627013, 3.495869, 3.353448, 3.121024, 2.163212");
|
|
}
|
|
|
|
} /* 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 ( "-1.115525, -0.984380, -0.841960, -0.609536, 0.348276",\
|
|
"-1.214736, -1.083591, -0.941171, -0.708747, 0.249065",\
|
|
"-1.294933, -1.163788, -1.021368, -0.788944, 0.168869",\
|
|
"-1.400359, -1.269214, -1.126794, -0.894370, 0.063443",\
|
|
"-1.834845, -1.703701, -1.561281, -1.328856, -0.371044");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.113051, -1.981906, -1.839486, -1.607062, -0.649249",\
|
|
"-2.239576, -2.108431, -1.966011, -1.733587, -0.775775",\
|
|
"-2.371778, -2.240633, -2.098213, -1.865789, -0.907976",\
|
|
"-2.581393, -2.450248, -2.307828, -2.075404, -1.117591",\
|
|
"-3.445206, -3.314061, -3.171641, -2.939217, -1.981404");
|
|
}
|
|
|
|
} /* 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.676846, 0.596244, 0.547010, 0.510447, 0.360287",\
|
|
"0.776057, 0.695455, 0.646221, 0.609659, 0.459498",\
|
|
"0.856254, 0.775651, 0.726418, 0.689855, 0.539695",\
|
|
"0.961680, 0.881077, 0.831843, 0.795281, 0.645121",\
|
|
"1.396167, 1.315564, 1.266330, 1.229768, 1.079608");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.432768, 1.352166, 1.302932, 1.266369, 1.116209",\
|
|
"1.559294, 1.478691, 1.429457, 1.392895, 1.242735",\
|
|
"1.691495, 1.610892, 1.561658, 1.525096, 1.374936",\
|
|
"1.901110, 1.820507, 1.771273, 1.734711, 1.584551",\
|
|
"2.764922, 2.684320, 2.635086, 2.598524, 2.448364");
|
|
}
|
|
|
|
} /* 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.544770, -0.428676, -0.332397, -0.187392, 0.409687",\
|
|
"-0.643981, -0.527887, -0.431608, -0.286603, 0.310476",\
|
|
"-0.724178, -0.608083, -0.511805, -0.366800, 0.230279",\
|
|
"-0.829604, -0.713509, -0.617231, -0.472226, 0.124853",\
|
|
"-1.264091, -1.147996, -1.051717, -0.906712, -0.309634");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.246109, -1.130014, -1.033735, -0.888730, -0.291651",\
|
|
"-1.372634, -1.256539, -1.160260, -1.015255, -0.418177",\
|
|
"-1.504835, -1.388741, -1.292462, -1.147457, -0.550378",\
|
|
"-1.714450, -1.598356, -1.502077, -1.357072, -0.759993",\
|
|
"-2.578264, -2.462169, -2.365890, -2.220885, -1.623806");
|
|
}
|
|
|
|
} /* 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.004386 ;
|
|
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.361286, 1.230141, 1.087721, 0.855297, -0.102516",\
|
|
"1.450221, 1.319076, 1.176656, 0.944232, -0.013580",\
|
|
"1.509569, 1.378424, 1.236004, 1.003580, 0.045767",\
|
|
"1.580139, 1.448994, 1.306574, 1.074150, 0.116338",\
|
|
"1.870978, 1.739833, 1.597413, 1.364989, 0.407177");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.185006, 2.053861, 1.911441, 1.679017, 0.721205",\
|
|
"2.309584, 2.178439, 2.036019, 1.803595, 0.845782",\
|
|
"2.436542, 2.305397, 2.162977, 1.930552, 0.972740",\
|
|
"2.635491, 2.504347, 2.361927, 2.129503, 1.171690",\
|
|
"3.453542, 3.322397, 3.179977, 2.947553, 1.989740");
|
|
}
|
|
|
|
} /* 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.833052, -0.701907, -0.559487, -0.327063, 0.630750",\
|
|
"-0.921987, -0.790842, -0.648422, -0.415998, 0.541814",\
|
|
"-0.981335, -0.850190, -0.707770, -0.475346, 0.482467",\
|
|
"-1.051905, -0.920760, -0.778340, -0.545916, 0.411896",\
|
|
"-1.342744, -1.211600, -1.069180, -0.836756, 0.121057");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.769882, -1.638737, -1.496318, -1.263893, -0.306081",\
|
|
"-1.894460, -1.763315, -1.620895, -1.388471, -0.430658",\
|
|
"-2.021418, -1.890273, -1.747853, -1.515429, -0.557616",\
|
|
"-2.220368, -2.089223, -1.946803, -1.714379, -0.756567",\
|
|
"-3.038418, -2.907273, -2.764853, -2.532429, -1.574617");
|
|
}
|
|
|
|
} /* 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 ( "1.296638, 1.216035, 1.166801, 1.130239, 0.980079",\
|
|
"1.385573, 1.304971, 1.255737, 1.219175, 1.069014",\
|
|
"1.444921, 1.364318, 1.315084, 1.278522, 1.128362",\
|
|
"1.515491, 1.434889, 1.385655, 1.349093, 1.198933",\
|
|
"1.806330, 1.725728, 1.676494, 1.639932, 1.489772");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.817189, 1.736586, 1.687353, 1.650790, 1.500630",\
|
|
"1.941767, 1.861164, 1.811930, 1.775368, 1.625208",\
|
|
"2.068724, 1.988122, 1.938888, 1.902326, 1.752166",\
|
|
"2.267674, 2.187072, 2.137838, 2.101276, 1.951116",\
|
|
"3.085725, 3.005122, 2.955888, 2.919326, 2.769166");
|
|
}
|
|
|
|
} /* 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.705154, -0.589040, -0.492743, -0.347684, 0.249645",\
|
|
"-0.794090, -0.677975, -0.581678, -0.436619, 0.160710",\
|
|
"-0.853437, -0.737323, -0.641026, -0.495966, 0.101362",\
|
|
"-0.924008, -0.807893, -0.711596, -0.566537, 0.030792",\
|
|
"-1.214847, -1.098733, -1.002436, -0.857376, -0.260048");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.327625, -1.211511, -1.115214, -0.970154, -0.372826",\
|
|
"-1.452203, -1.336088, -1.239791, -1.094732, -0.497403",\
|
|
"-1.579160, -1.463046, -1.366749, -1.221690, -0.624361",\
|
|
"-1.778111, -1.661996, -1.565699, -1.420640, -0.823311",\
|
|
"-2.596161, -2.480046, -2.383749, -2.238690, -1.641361");
|
|
}
|
|
|
|
} /* 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.004412 ;
|
|
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.309601, 1.178457, 1.036036, 0.803612, -0.154200",\
|
|
"1.398934, 1.267789, 1.125369, 0.892945, -0.064867",\
|
|
"1.457547, 1.326402, 1.183982, 0.951558, -0.006255",\
|
|
"1.527263, 1.396118, 1.253698, 1.021274, 0.063462",\
|
|
"1.813650, 1.682505, 1.540085, 1.307661, 0.349849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.354536, 2.223391, 2.080971, 1.848547, 0.890735",\
|
|
"2.479134, 2.347989, 2.205569, 1.973145, 1.015332",\
|
|
"2.606553, 2.475408, 2.332988, 2.100564, 1.142752",\
|
|
"2.807348, 2.676203, 2.533783, 2.301359, 1.343546",\
|
|
"3.634872, 3.503727, 3.361307, 3.128883, 2.171071");
|
|
}
|
|
|
|
} /* 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 ( "-1.221115, -1.089970, -0.947550, -0.715126, 0.242686",\
|
|
"-1.310448, -1.179303, -1.036883, -0.804459, 0.153354",\
|
|
"-1.369061, -1.237916, -1.095496, -0.863072, 0.094741",\
|
|
"-1.438777, -1.307632, -1.165212, -0.932788, 0.025025",\
|
|
"-1.725164, -1.594019, -1.451599, -1.219175, -0.261362");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.126079, -1.994934, -1.852514, -1.620090, -0.662277",\
|
|
"-2.250676, -2.119531, -1.977111, -1.744687, -0.786875",\
|
|
"-2.378096, -2.246951, -2.104531, -1.872107, -0.914294",\
|
|
"-2.578890, -2.447745, -2.305325, -2.072901, -1.115089",\
|
|
"-3.406415, -3.275270, -3.132850, -2.900426, -1.942613");
|
|
}
|
|
|
|
} /* 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.771327, 0.690725, 0.641491, 0.604929, 0.454768",\
|
|
"0.860660, 0.780057, 0.730823, 0.694261, 0.544101",\
|
|
"0.919273, 0.838670, 0.789436, 0.752874, 0.602714",\
|
|
"0.988989, 0.908386, 0.859152, 0.822590, 0.672430",\
|
|
"1.275376, 1.194774, 1.145540, 1.108977, 0.958817");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.518295, 1.437692, 1.388458, 1.351896, 1.201736",\
|
|
"1.642892, 1.562289, 1.513055, 1.476493, 1.326333",\
|
|
"1.770312, 1.689709, 1.640475, 1.603913, 1.453753",\
|
|
"1.971106, 1.890503, 1.841269, 1.804707, 1.654547",\
|
|
"2.798631, 2.718029, 2.668795, 2.632232, 2.482072");
|
|
}
|
|
|
|
} /* 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.622958, -0.506844, -0.410547, -0.265487, 0.331841",\
|
|
"-0.712291, -0.596176, -0.499879, -0.354820, 0.242509",\
|
|
"-0.770904, -0.654789, -0.558492, -0.413433, 0.183896",\
|
|
"-0.840620, -0.724506, -0.628208, -0.483149, 0.114179",\
|
|
"-1.127007, -1.010893, -0.914596, -0.769536, -0.172208");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.221028, -1.104913, -1.008616, -0.863557, -0.266228",\
|
|
"-1.345625, -1.229511, -1.133214, -0.988154, -0.390826",\
|
|
"-1.473045, -1.356931, -1.260633, -1.115574, -0.518246",\
|
|
"-1.673839, -1.557725, -1.461428, -1.316369, -0.719040",\
|
|
"-2.501364, -2.385250, -2.288953, -2.143893, -1.546565");
|
|
}
|
|
|
|
} /* 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.006494 ;
|
|
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.894928, 0.763783, 0.621363, 0.388939, -0.568874",\
|
|
"0.981413, 0.850268, 0.707848, 0.475424, -0.482388",\
|
|
"1.038885, 0.907741, 0.765321, 0.532897, -0.424916",\
|
|
"1.108224, 0.977079, 0.834659, 0.602235, -0.355578",\
|
|
"1.392106, 1.260961, 1.118541, 0.886117, -0.071695");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.529320, 1.398175, 1.255755, 1.023331, 0.065519",\
|
|
"1.646667, 1.515522, 1.373102, 1.140678, 0.182865",\
|
|
"1.747488, 1.616343, 1.473923, 1.241499, 0.283687",\
|
|
"1.903475, 1.772330, 1.629910, 1.397486, 0.439674",\
|
|
"2.547547, 2.416402, 2.273982, 2.041558, 1.083745");
|
|
}
|
|
|
|
} /* 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.775570, -0.644425, -0.502005, -0.269581, 0.688231",\
|
|
"-0.862056, -0.730911, -0.588491, -0.356067, 0.601746",\
|
|
"-0.919528, -0.788383, -0.645963, -0.413539, 0.544274",\
|
|
"-0.988866, -0.857721, -0.715301, -0.482877, 0.474936",\
|
|
"-1.272748, -1.141604, -0.999184, -0.766760, 0.191053");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.335188, -1.204043, -1.061623, -0.829199, 0.128614",\
|
|
"-1.452534, -1.321389, -1.178969, -0.946545, 0.011267",\
|
|
"-1.553356, -1.422211, -1.279791, -1.047367, -0.089554",\
|
|
"-1.709343, -1.578198, -1.435778, -1.203354, -0.245541",\
|
|
"-2.353414, -2.222270, -2.079849, -1.847425, -0.889613");
|
|
}
|
|
|
|
} /* 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.939787, 0.859184, 0.809950, 0.773388, 0.623228",\
|
|
"1.026272, 0.945670, 0.896436, 0.859874, 0.709713",\
|
|
"1.083745, 1.003142, 0.953908, 0.917346, 0.767186",\
|
|
"1.153083, 1.072480, 1.023246, 0.986684, 0.836524",\
|
|
"1.436965, 1.356363, 1.307129, 1.270566, 1.120406");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.543113, 1.462510, 1.413276, 1.376714, 1.226554",\
|
|
"1.660459, 1.579857, 1.530623, 1.494060, 1.343900",\
|
|
"1.761281, 1.680678, 1.631444, 1.594882, 1.444722",\
|
|
"1.917267, 1.836665, 1.787431, 1.750869, 1.600708",\
|
|
"2.561339, 2.480736, 2.431503, 2.394940, 2.244780");
|
|
}
|
|
|
|
} /* 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.793608, -0.677497, -0.581204, -0.436157, 0.161117",\
|
|
"-0.880093, -0.763982, -0.667689, -0.522643, 0.074632",\
|
|
"-0.937566, -0.821454, -0.725161, -0.580115, 0.017160",\
|
|
"-1.006904, -0.890792, -0.794500, -0.649453, -0.052179",\
|
|
"-1.290786, -1.174675, -1.078382, -0.933336, -0.336061");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.315565, -1.199454, -1.103161, -0.958115, -0.360840",\
|
|
"-1.432912, -1.316800, -1.220507, -1.075461, -0.478186",\
|
|
"-1.533733, -1.417622, -1.321329, -1.176283, -0.579008",\
|
|
"-1.689720, -1.573609, -1.477316, -1.332270, -0.734995",\
|
|
"-2.333792, -2.217681, -2.121388, -1.976341, -1.379067");
|
|
}
|
|
|
|
} /* 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.005003 ;
|
|
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.392180, 1.261035, 1.118615, 0.886191, -0.071622",\
|
|
"1.481269, 1.350124, 1.207704, 0.975280, 0.017467",\
|
|
"1.540291, 1.409147, 1.266726, 1.034302, 0.076490",\
|
|
"1.610590, 1.479445, 1.337025, 1.104601, 0.146789",\
|
|
"1.900309, 1.769164, 1.626744, 1.394320, 0.436507");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.907199, 2.776054, 2.633634, 2.401210, 1.443398",\
|
|
"3.031831, 2.900686, 2.758266, 2.525842, 1.568030",\
|
|
"3.159080, 3.027935, 2.885515, 2.653091, 1.695278",\
|
|
"3.358931, 3.227787, 3.085366, 2.852942, 1.895130",\
|
|
"4.181909, 4.050764, 3.908344, 3.675920, 2.718108");
|
|
}
|
|
|
|
} /* 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 ( "-1.242742, -1.111597, -0.969177, -0.736753, 0.221060",\
|
|
"-1.331830, -1.200686, -1.058266, -0.825841, 0.131971",\
|
|
"-1.390853, -1.259708, -1.117288, -0.884864, 0.072948",\
|
|
"-1.461152, -1.330007, -1.187587, -0.955163, 0.002650",\
|
|
"-1.750870, -1.619726, -1.477306, -1.244882, -0.287069");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.270845, -2.139700, -1.997280, -1.764856, -0.807044",\
|
|
"-2.395477, -2.264332, -2.121912, -1.889488, -0.931675",\
|
|
"-2.522725, -2.391581, -2.249161, -2.016737, -1.058924",\
|
|
"-2.722577, -2.591433, -2.449013, -2.216588, -1.258776",\
|
|
"-3.545555, -3.414411, -3.271991, -3.039567, -2.081754");
|
|
}
|
|
|
|
} /* 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.855288, 0.774685, 0.725451, 0.688889, 0.538729",\
|
|
"0.944377, 0.863774, 0.814540, 0.777978, 0.627818",\
|
|
"1.003399, 0.922797, 0.873563, 0.837001, 0.686841",\
|
|
"1.073698, 0.993096, 0.943862, 0.907300, 0.757140",\
|
|
"1.363417, 1.282815, 1.233581, 1.197019, 1.046858");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.074426, 1.993823, 1.944589, 1.908027, 1.757867",\
|
|
"2.199057, 2.118455, 2.069221, 2.032659, 1.882499",\
|
|
"2.326306, 2.245704, 2.196470, 2.159907, 2.009747",\
|
|
"2.526158, 2.445555, 2.396321, 2.359759, 2.209599",\
|
|
"3.349136, 3.268533, 3.219299, 3.182737, 3.032577");
|
|
}
|
|
|
|
} /* 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.681850, -0.565755, -0.469476, -0.324471, 0.272607",\
|
|
"-0.770939, -0.654844, -0.558565, -0.413560, 0.183518",\
|
|
"-0.829961, -0.713867, -0.617588, -0.472583, 0.124496",\
|
|
"-0.900260, -0.784165, -0.687887, -0.542882, 0.054197",\
|
|
"-1.189979, -1.073884, -0.977605, -0.832601, -0.235522");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.408559, -1.292464, -1.196186, -1.051181, -0.454102",\
|
|
"-1.533191, -1.417096, -1.320817, -1.175812, -0.578734",\
|
|
"-1.660440, -1.544345, -1.448066, -1.303061, -0.705983",\
|
|
"-1.860292, -1.744197, -1.647918, -1.502913, -0.905835",\
|
|
"-2.683270, -2.567175, -2.470896, -2.325891, -1.728812");
|
|
}
|
|
|
|
} /* 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.004920 ;
|
|
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.475397, 1.344252, 1.201832, 0.969408, 0.011596",\
|
|
"1.577139, 1.445994, 1.303574, 1.071150, 0.113338",\
|
|
"1.657195, 1.526050, 1.383630, 1.151206, 0.193393",\
|
|
"1.762258, 1.631113, 1.488693, 1.256269, 0.298456",\
|
|
"2.195032, 2.063888, 1.921468, 1.689043, 0.731231");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.806997, 2.675852, 2.533432, 2.301008, 1.343195",\
|
|
"2.936483, 2.805338, 2.662918, 2.430494, 1.472681",\
|
|
"3.068773, 2.937628, 2.795208, 2.562784, 1.604972",\
|
|
"3.278798, 3.147654, 3.005234, 2.772810, 1.814997",\
|
|
"4.144494, 4.013349, 3.870929, 3.638505, 2.680692");
|
|
}
|
|
|
|
} /* 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 ( "-1.286339, -1.155195, -1.012774, -0.780350, 0.177462",\
|
|
"-1.388081, -1.256937, -1.114516, -0.882092, 0.075720",\
|
|
"-1.468137, -1.336992, -1.194572, -0.962148, -0.004336",\
|
|
"-1.573200, -1.442055, -1.299635, -1.067211, -0.109398",\
|
|
"-2.005975, -1.874830, -1.732410, -1.499986, -0.542173");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.595160, -2.464015, -2.321595, -2.089171, -1.131359",\
|
|
"-2.724646, -2.593501, -2.451081, -2.218657, -1.260845",\
|
|
"-2.856937, -2.725792, -2.583372, -2.350948, -1.393135",\
|
|
"-3.066962, -2.935817, -2.793397, -2.560973, -1.603160",\
|
|
"-3.932658, -3.801513, -3.659093, -3.426669, -2.468856");
|
|
}
|
|
|
|
} /* 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.916266, 0.835663, 0.786430, 0.749867, 0.599707",\
|
|
"1.018008, 0.937405, 0.888171, 0.851609, 0.701449",\
|
|
"1.098064, 1.017461, 0.968227, 0.931665, 0.781505",\
|
|
"1.203127, 1.122524, 1.073290, 1.036728, 0.886568",\
|
|
"1.635901, 1.555299, 1.506065, 1.469502, 1.319342");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.950822, 1.870219, 1.820985, 1.784423, 1.634263",\
|
|
"2.080308, 1.999705, 1.950472, 1.913909, 1.763749",\
|
|
"2.212599, 2.131996, 2.082762, 2.046200, 1.896040",\
|
|
"2.422624, 2.342021, 2.292787, 2.256225, 2.106065",\
|
|
"3.288319, 3.207716, 3.158483, 3.121920, 2.971760");
|
|
}
|
|
|
|
} /* 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.729313, -0.613219, -0.516940, -0.371935, 0.225144",\
|
|
"-0.831056, -0.714961, -0.618682, -0.473677, 0.123402",\
|
|
"-0.911111, -0.795017, -0.698738, -0.553733, 0.043346",\
|
|
"-1.016174, -0.900079, -0.803800, -0.658796, -0.061717",\
|
|
"-1.448949, -1.332854, -1.236575, -1.091570, -0.494492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.738733, -1.622638, -1.526359, -1.381354, -0.784276",\
|
|
"-1.868219, -1.752124, -1.655845, -1.510840, -0.913762",\
|
|
"-2.000510, -1.884415, -1.788136, -1.643131, -1.046052",\
|
|
"-2.210535, -2.094440, -1.998161, -1.853156, -1.256078",\
|
|
"-3.076231, -2.960136, -2.863857, -2.718852, -2.121773");
|
|
}
|
|
|
|
} /* 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.005027 ;
|
|
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.172220, 1.041076, 0.898656, 0.666232, -0.291581",\
|
|
"1.258574, 1.127429, 0.985009, 0.752585, -0.205227",\
|
|
"1.315641, 1.184496, 1.042076, 0.809652, -0.148161",\
|
|
"1.384920, 1.253775, 1.111355, 0.878931, -0.078882",\
|
|
"1.670437, 1.539293, 1.396873, 1.164448, 0.206636");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.132170, 2.001025, 1.858605, 1.626181, 0.668369",\
|
|
"2.249390, 2.118245, 1.975825, 1.743401, 0.785589",\
|
|
"2.351089, 2.219944, 2.077525, 1.845100, 0.887288",\
|
|
"2.509161, 2.378016, 2.235596, 2.003171, 1.045359",\
|
|
"3.159396, 3.028251, 2.885831, 2.653407, 1.695594");
|
|
}
|
|
|
|
} /* 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 ( "-1.051873, -0.920728, -0.778308, -0.545884, 0.411928",\
|
|
"-1.138227, -1.007082, -0.864662, -0.632238, 0.325574",\
|
|
"-1.195294, -1.064149, -0.921729, -0.689305, 0.268508",\
|
|
"-1.264573, -1.133428, -0.991008, -0.758584, 0.199229",\
|
|
"-1.550090, -1.418946, -1.276525, -1.044101, -0.086289");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.025123, -1.893978, -1.751558, -1.519134, -0.561321",\
|
|
"-2.142343, -2.011198, -1.868778, -1.636354, -0.678541",\
|
|
"-2.244042, -2.112897, -1.970477, -1.738053, -0.780241",\
|
|
"-2.402113, -2.270968, -2.128548, -1.896124, -0.938311",\
|
|
"-3.052312, -2.921167, -2.778747, -2.546323, -1.588511");
|
|
}
|
|
|
|
} /* 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.604647, 0.524045, 0.474811, 0.438249, 0.288088",\
|
|
"0.691001, 0.610398, 0.561164, 0.524602, 0.374442",\
|
|
"0.748067, 0.667465, 0.618231, 0.581669, 0.431509",\
|
|
"0.817347, 0.736744, 0.687510, 0.650948, 0.500788",\
|
|
"1.102865, 1.022262, 0.973028, 0.936466, 0.786306");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.266605, 1.186002, 1.136769, 1.100206, 0.950046",\
|
|
"1.383825, 1.303222, 1.253989, 1.217426, 1.067266",\
|
|
"1.485525, 1.404922, 1.355688, 1.319126, 1.168966",\
|
|
"1.643595, 1.562992, 1.513759, 1.477196, 1.327036",\
|
|
"2.293830, 2.213227, 2.163994, 2.127431, 1.977271");
|
|
}
|
|
|
|
} /* 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.497735, -0.381641, -0.285362, -0.140357, 0.456722",\
|
|
"-0.584089, -0.467994, -0.371715, -0.226711, 0.370368",\
|
|
"-0.641156, -0.525061, -0.428782, -0.283777, 0.313302",\
|
|
"-0.710435, -0.594340, -0.498061, -0.353056, 0.244022",\
|
|
"-0.995952, -0.879858, -0.783579, -0.638574, -0.041495");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.172098, -1.056004, -0.959725, -0.814720, -0.217641",\
|
|
"-1.289318, -1.173223, -1.076945, -0.931940, -0.334861",\
|
|
"-1.391018, -1.274923, -1.178644, -1.033639, -0.436560",\
|
|
"-1.549088, -1.432993, -1.336715, -1.191710, -0.594631",\
|
|
"-2.199287, -2.083193, -1.986914, -1.841909, -1.244830");
|
|
}
|
|
|
|
} /* 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.004338 ;
|
|
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.829050, 0.697906, 0.555493, 0.323082, -0.634712",\
|
|
"0.918366, 0.787222, 0.644809, 0.412398, -0.545396",\
|
|
"0.977036, 0.845893, 0.703480, 0.471069, -0.486725",\
|
|
"1.046898, 0.915755, 0.773342, 0.540931, -0.416863",\
|
|
"1.334121, 1.202978, 1.060565, 0.828154, -0.129640");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.984247, 1.853104, 1.710691, 1.478280, 0.520486",\
|
|
"2.108846, 1.977703, 1.835290, 1.602879, 0.645085",\
|
|
"2.235956, 2.104812, 1.962399, 1.729988, 0.772194",\
|
|
"2.436103, 2.304960, 2.162547, 1.930136, 0.972342",\
|
|
"3.260963, 3.129819, 2.987406, 2.754996, 1.797201");
|
|
}
|
|
|
|
} /* 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.651386, -0.520242, -0.377829, -0.145418, 0.812376",\
|
|
"-0.740702, -0.609559, -0.467146, -0.234735, 0.723060",\
|
|
"-0.799373, -0.668229, -0.525816, -0.293405, 0.664389",\
|
|
"-0.869234, -0.738091, -0.595678, -0.363267, 0.594527",\
|
|
"-1.156458, -1.025314, -0.882901, -0.650490, 0.307304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.627664, -1.496521, -1.354108, -1.121697, -0.163902",\
|
|
"-1.752263, -1.621119, -1.478707, -1.246296, -0.288501",\
|
|
"-1.879372, -1.748229, -1.605816, -1.373405, -0.415610",\
|
|
"-2.079520, -1.948377, -1.805964, -1.573553, -0.615759",\
|
|
"-2.904380, -2.773236, -2.630823, -2.398412, -1.440618");
|
|
}
|
|
|
|
} /* 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.738567, 0.657963, 0.608728, 0.572161, 0.421982",\
|
|
"0.827883, 0.747280, 0.698044, 0.661477, 0.511299",\
|
|
"0.886554, 0.805950, 0.756715, 0.720148, 0.569969",\
|
|
"0.956416, 0.875812, 0.826577, 0.790010, 0.639831",\
|
|
"1.243639, 1.163035, 1.113800, 1.077233, 0.927054");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.579110, 1.498507, 1.449271, 1.412704, 1.262526",\
|
|
"1.703709, 1.623106, 1.573870, 1.537303, 1.387125",\
|
|
"1.830819, 1.750215, 1.700980, 1.664413, 1.514234",\
|
|
"2.030967, 1.950363, 1.901127, 1.864560, 1.714382",\
|
|
"2.855826, 2.775222, 2.725986, 2.689420, 2.539241");
|
|
}
|
|
|
|
} /* 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.577656, -0.461561, -0.365282, -0.220277, 0.376801",\
|
|
"-0.666972, -0.550877, -0.454599, -0.309594, 0.287485",\
|
|
"-0.725643, -0.609548, -0.513269, -0.368264, 0.228814",\
|
|
"-0.795505, -0.679410, -0.583131, -0.438126, 0.158952",\
|
|
"-1.082728, -0.966633, -0.870354, -0.725349, -0.128271");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.237298, -1.121203, -1.024924, -0.879919, -0.282841",\
|
|
"-1.361897, -1.245802, -1.149523, -1.004518, -0.407440",\
|
|
"-1.489006, -1.372911, -1.276632, -1.131628, -0.534549",\
|
|
"-1.689154, -1.573059, -1.476780, -1.331775, -0.734697",\
|
|
"-2.514014, -2.397919, -2.301640, -2.156635, -1.559556");
|
|
}
|
|
|
|
} /* 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.003704 ;
|
|
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.338189, 1.207044, 1.064624, 0.832200, -0.125613",\
|
|
"1.427148, 1.296003, 1.153583, 0.921159, -0.036653",\
|
|
"1.486367, 1.355222, 1.212802, 0.980378, 0.022565",\
|
|
"1.556842, 1.425697, 1.283277, 1.050853, 0.093041",\
|
|
"1.847288, 1.716144, 1.573724, 1.341300, 0.383487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.527864, 2.396719, 2.254299, 2.021874, 1.064062",\
|
|
"2.652510, 2.521365, 2.378945, 2.146521, 1.188709",\
|
|
"2.780090, 2.648945, 2.506526, 2.274101, 1.316289",\
|
|
"2.980521, 2.849376, 2.706956, 2.474532, 1.516719",\
|
|
"3.804500, 3.673356, 3.530935, 3.298511, 2.340699");
|
|
}
|
|
|
|
} /* 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 ( "-1.228295, -1.097150, -0.954730, -0.722306, 0.235506",\
|
|
"-1.317255, -1.186110, -1.043690, -0.811266, 0.146547",\
|
|
"-1.376473, -1.245328, -1.102908, -0.870484, 0.087328",\
|
|
"-1.446949, -1.315804, -1.173384, -0.940960, 0.016853",\
|
|
"-1.737395, -1.606250, -1.463830, -1.231406, -0.273594");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.367409, -2.236264, -2.093844, -1.861420, -0.903607",\
|
|
"-2.492055, -2.360910, -2.218490, -1.986066, -1.028254",\
|
|
"-2.619636, -2.488491, -2.346071, -2.113647, -1.155834",\
|
|
"-2.820066, -2.688921, -2.546501, -2.314077, -1.356264",\
|
|
"-3.644046, -3.512901, -3.370481, -3.138057, -2.180244");
|
|
}
|
|
|
|
} /* 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.768360, 0.687758, 0.638524, 0.601962, 0.451801",\
|
|
"0.857320, 0.776717, 0.727483, 0.690921, 0.540761",\
|
|
"0.916538, 0.835936, 0.786702, 0.750140, 0.599980",\
|
|
"0.987014, 0.906411, 0.857177, 0.820615, 0.670455",\
|
|
"1.277460, 1.196858, 1.147624, 1.111062, 0.960901");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.665779, 1.585177, 1.535943, 1.499380, 1.349220",\
|
|
"1.790426, 1.709823, 1.660589, 1.624027, 1.473867",\
|
|
"1.918006, 1.837403, 1.788170, 1.751607, 1.601447",\
|
|
"2.118436, 2.037834, 1.988600, 1.952037, 1.801877",\
|
|
"2.942416, 2.861814, 2.812580, 2.776017, 2.625857");
|
|
}
|
|
|
|
} /* 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.657691, -0.541596, -0.445317, -0.300312, 0.296766",\
|
|
"-0.746650, -0.630556, -0.534277, -0.389272, 0.207807",\
|
|
"-0.805869, -0.689774, -0.593495, -0.448491, 0.148588",\
|
|
"-0.876344, -0.760250, -0.663971, -0.518966, 0.078113",\
|
|
"-1.166791, -1.050696, -0.954417, -0.809412, -0.212334");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.500471, -1.384377, -1.288098, -1.143093, -0.546014",\
|
|
"-1.625118, -1.509023, -1.412745, -1.267740, -0.670661",\
|
|
"-1.752699, -1.636604, -1.540325, -1.395320, -0.798241",\
|
|
"-1.953129, -1.837034, -1.740755, -1.595750, -0.998672",\
|
|
"-2.777109, -2.661014, -2.564735, -2.419730, -1.822652");
|
|
}
|
|
|
|
} /* 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.005537 ;
|
|
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.014688, 0.883543, 0.741123, 0.508699, -0.449113",\
|
|
"1.113897, 0.982752, 0.840332, 0.607908, -0.349905",\
|
|
"1.193934, 1.062789, 0.920369, 0.687945, -0.269867",\
|
|
"1.298492, 1.167348, 1.024928, 0.792504, -0.165309",\
|
|
"1.729403, 1.598258, 1.455839, 1.223414, 0.265602");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.077921, 1.946776, 1.804356, 1.571932, 0.614119",\
|
|
"2.204410, 2.073265, 1.930845, 1.698421, 0.740609",\
|
|
"2.337404, 2.206259, 2.063839, 1.831415, 0.873603",\
|
|
"2.548221, 2.417076, 2.274656, 2.042232, 1.084419",\
|
|
"3.417570, 3.286425, 3.144005, 2.911581, 1.953768");
|
|
}
|
|
|
|
} /* 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.784659, -0.653514, -0.511094, -0.278670, 0.679142",\
|
|
"-0.883867, -0.752723, -0.610303, -0.377878, 0.579934",\
|
|
"-0.963905, -0.832760, -0.690340, -0.457916, 0.499896",\
|
|
"-1.068463, -0.937318, -0.794898, -0.562474, 0.395338",\
|
|
"-1.499374, -1.368229, -1.225809, -0.993385, -0.035573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.776854, -1.645710, -1.503290, -1.270865, -0.313053",\
|
|
"-1.903344, -1.772199, -1.629779, -1.397355, -0.439542",\
|
|
"-2.036338, -1.905193, -1.762773, -1.530349, -0.572537",\
|
|
"-2.247154, -2.116009, -1.973590, -1.741165, -0.783353",\
|
|
"-3.116503, -2.985358, -2.842938, -2.610514, -1.652702");
|
|
}
|
|
|
|
} /* 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.950040, 0.869438, 0.820204, 0.783641, 0.633481",\
|
|
"1.049249, 0.968646, 0.919412, 0.882850, 0.732690",\
|
|
"1.129286, 1.048684, 0.999450, 0.962888, 0.812728",\
|
|
"1.233845, 1.153242, 1.104008, 1.067446, 0.917286",\
|
|
"1.664755, 1.584153, 1.534919, 1.498357, 1.348197");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.710104, 1.629501, 1.580267, 1.543705, 1.393545",\
|
|
"1.836593, 1.755990, 1.706756, 1.670194, 1.520034",\
|
|
"1.969587, 1.888985, 1.839751, 1.803189, 1.653028",\
|
|
"2.180404, 2.099801, 2.050567, 2.014005, 1.863845",\
|
|
"3.049752, 2.969150, 2.919916, 2.883354, 2.733194");
|
|
}
|
|
|
|
} /* 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.656761, -0.540647, -0.444350, -0.299291, 0.298038",\
|
|
"-0.755970, -0.639856, -0.543558, -0.398499, 0.198829",\
|
|
"-0.836008, -0.719893, -0.623596, -0.478537, 0.118792",\
|
|
"-0.940566, -0.824451, -0.728154, -0.583095, 0.014234",\
|
|
"-1.371477, -1.255362, -1.159065, -1.014006, -0.416677");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.334597, -1.218483, -1.122186, -0.977126, -0.379798",\
|
|
"-1.461087, -1.344972, -1.248675, -1.103616, -0.506287",\
|
|
"-1.594081, -1.477966, -1.381669, -1.236610, -0.639281",\
|
|
"-1.804897, -1.688783, -1.592486, -1.447427, -0.850098",\
|
|
"-2.674246, -2.558132, -2.461835, -2.316775, -1.719447");
|
|
}
|
|
|
|
} /* 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.003804 ;
|
|
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.488361, 1.357217, 1.214797, 0.982372, 0.024560",\
|
|
"1.577436, 1.446291, 1.303871, 1.071447, 0.113634",\
|
|
"1.636508, 1.505363, 1.362943, 1.130519, 0.172707",\
|
|
"1.706875, 1.575730, 1.433310, 1.200886, 0.243073",\
|
|
"1.996874, 1.865729, 1.723309, 1.490885, 0.533072");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.307514, 2.176369, 2.033949, 1.801525, 0.843712",\
|
|
"2.432161, 2.301016, 2.158596, 1.926172, 0.968360",\
|
|
"2.559364, 2.428220, 2.285800, 2.053375, 1.095563",\
|
|
"2.759116, 2.627971, 2.485551, 2.253127, 1.295315",\
|
|
"3.581525, 3.450380, 3.307960, 3.075536, 2.117723");
|
|
}
|
|
|
|
} /* 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 ( "-1.341990, -1.210845, -1.068425, -0.836001, 0.121812",\
|
|
"-1.431064, -1.299919, -1.157499, -0.925075, 0.032737",\
|
|
"-1.490136, -1.358991, -1.216571, -0.984147, -0.026335",\
|
|
"-1.560503, -1.429358, -1.286938, -1.054514, -0.096702",\
|
|
"-1.850502, -1.719357, -1.576937, -1.344513, -0.386700");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.139800, -2.008656, -1.866235, -1.633811, -0.675999",\
|
|
"-2.264448, -2.133303, -1.990883, -1.758459, -0.800646",\
|
|
"-2.391651, -2.260506, -2.118086, -1.885662, -0.927850",\
|
|
"-2.591402, -2.460258, -2.317837, -2.085413, -1.127601",\
|
|
"-3.413811, -3.282666, -3.140246, -2.907822, -1.950010");
|
|
}
|
|
|
|
} /* 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.950099, 0.869497, 0.820263, 0.783701, 0.633541",\
|
|
"1.039174, 0.958571, 0.909337, 0.872775, 0.722615",\
|
|
"1.098246, 1.017643, 0.968410, 0.931847, 0.781687",\
|
|
"1.168613, 1.088010, 1.038776, 1.002214, 0.852054",\
|
|
"1.458612, 1.378009, 1.328775, 1.292213, 1.142053");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.471287, 1.390685, 1.341451, 1.304888, 1.154728",\
|
|
"1.595935, 1.515332, 1.466099, 1.429536, 1.279376",\
|
|
"1.723139, 1.642536, 1.593302, 1.556740, 1.406580",\
|
|
"1.922890, 1.842287, 1.793053, 1.756491, 1.606331",\
|
|
"2.745299, 2.664696, 2.615462, 2.578900, 2.428740");
|
|
}
|
|
|
|
} /* 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.743870, -0.627756, -0.531459, -0.386399, 0.210929",\
|
|
"-0.832945, -0.716830, -0.620533, -0.475474, 0.121855",\
|
|
"-0.892017, -0.775902, -0.679605, -0.534546, 0.062783",\
|
|
"-0.962384, -0.846269, -0.749972, -0.604913, -0.007584",\
|
|
"-1.252382, -1.136268, -1.039971, -0.894912, -0.297583");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.234764, -1.118650, -1.022353, -0.877294, -0.279965",\
|
|
"-1.359412, -1.243298, -1.147001, -1.001941, -0.404613",\
|
|
"-1.486615, -1.370501, -1.274204, -1.129145, -0.531816",\
|
|
"-1.686367, -1.570253, -1.473956, -1.328896, -0.731568",\
|
|
"-2.508776, -2.392662, -2.296365, -2.151305, -1.553977");
|
|
}
|
|
|
|
} /* 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.004114 ;
|
|
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.940002, 0.808858, 0.666438, 0.434014, -0.523799",\
|
|
"1.026064, 0.894919, 0.752499, 0.520075, -0.437738",\
|
|
"1.083665, 0.952520, 0.810100, 0.577676, -0.380136",\
|
|
"1.153052, 1.021907, 0.879487, 0.647063, -0.310750",\
|
|
"1.439012, 1.307867, 1.165447, 0.933023, -0.024790");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.578330, 1.447185, 1.304765, 1.072341, 0.114528",\
|
|
"1.695028, 1.563884, 1.421463, 1.189039, 0.231227",\
|
|
"1.797069, 1.665924, 1.523504, 1.291080, 0.333267",\
|
|
"1.954321, 1.823176, 1.680756, 1.448332, 0.490520",\
|
|
"2.600887, 2.469742, 2.327322, 2.094898, 1.137086");
|
|
}
|
|
|
|
} /* 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.820645, -0.689500, -0.547080, -0.314656, 0.643157",\
|
|
"-0.906706, -0.775561, -0.633141, -0.400717, 0.557095",\
|
|
"-0.964308, -0.833163, -0.690743, -0.458319, 0.499494",\
|
|
"-1.033694, -0.902550, -0.760130, -0.527705, 0.430107",\
|
|
"-1.319654, -1.188509, -1.046089, -0.813665, 0.144147");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.384197, -1.253052, -1.110632, -0.878208, 0.079604",\
|
|
"-1.500896, -1.369751, -1.227331, -0.994907, -0.037094",\
|
|
"-1.602936, -1.471792, -1.329372, -1.096947, -0.139135",\
|
|
"-1.760189, -1.629044, -1.486624, -1.254200, -0.296387",\
|
|
"-2.406755, -2.275610, -2.133190, -1.900766, -0.942953");
|
|
}
|
|
|
|
} /* 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.984861, 0.904259, 0.855025, 0.818463, 0.668303",\
|
|
"1.070923, 0.990320, 0.941086, 0.904524, 0.754364",\
|
|
"1.128524, 1.047922, 0.998688, 0.962126, 0.811965",\
|
|
"1.197911, 1.117308, 1.068074, 1.031512, 0.881352",\
|
|
"1.483871, 1.403268, 1.354034, 1.317472, 1.167312");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.592122, 1.511520, 1.462286, 1.425723, 1.275563",\
|
|
"1.708821, 1.628218, 1.578984, 1.542422, 1.392262",\
|
|
"1.810861, 1.730259, 1.681025, 1.644463, 1.494303",\
|
|
"1.968114, 1.887511, 1.838277, 1.801715, 1.651555",\
|
|
"2.614679, 2.534077, 2.484843, 2.448281, 2.298120");
|
|
}
|
|
|
|
} /* 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.838683, -0.722571, -0.626278, -0.481232, 0.116043",\
|
|
"-0.924744, -0.808633, -0.712340, -0.567293, 0.029981",\
|
|
"-0.982345, -0.866234, -0.769941, -0.624895, -0.027620",\
|
|
"-1.051732, -0.935621, -0.839328, -0.694282, -0.097007",\
|
|
"-1.337692, -1.221581, -1.125288, -0.980242, -0.382967");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.364575, -1.248464, -1.152171, -1.007124, -0.409850",\
|
|
"-1.481274, -1.365162, -1.268869, -1.123823, -0.526548",\
|
|
"-1.583314, -1.467203, -1.370910, -1.225864, -0.628589",\
|
|
"-1.740566, -1.624455, -1.528162, -1.383116, -0.785841",\
|
|
"-2.387132, -2.271021, -2.174728, -2.029682, -1.432407");
|
|
}
|
|
|
|
} /* 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.004744 ;
|
|
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.435864, 1.304720, 1.162300, 0.929875, -0.027937",\
|
|
"1.535090, 1.403945, 1.261525, 1.029101, 0.071289",\
|
|
"1.618482, 1.487337, 1.344917, 1.112493, 0.154680",\
|
|
"1.723655, 1.592510, 1.450090, 1.217666, 0.259854",\
|
|
"2.157311, 2.026166, 1.883746, 1.651322, 0.693510");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.051005, 2.919860, 2.777440, 2.545016, 1.587204",\
|
|
"3.180943, 3.049798, 2.907378, 2.674954, 1.717141",\
|
|
"3.314200, 3.183055, 3.040635, 2.808211, 1.850398",\
|
|
"3.523193, 3.392048, 3.249628, 3.017204, 2.059392",\
|
|
"4.388168, 4.257023, 4.114603, 3.882179, 2.924366");
|
|
}
|
|
|
|
} /* 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 ( "-1.320998, -1.189853, -1.047433, -0.815009, 0.142804",\
|
|
"-1.420223, -1.289079, -1.146659, -0.914235, 0.043578",\
|
|
"-1.503615, -1.372470, -1.230050, -0.997626, -0.039813",\
|
|
"-1.608788, -1.477644, -1.335224, -1.102799, -0.144987",\
|
|
"-2.042444, -1.911300, -1.768880, -1.536456, -0.578643");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.552885, -2.421741, -2.279320, -2.046896, -1.089084",\
|
|
"-2.682831, -2.551686, -2.409266, -2.176842, -1.219029",\
|
|
"-2.816458, -2.685314, -2.542894, -2.310470, -1.352657",\
|
|
"-3.025172, -2.894027, -2.751607, -2.519183, -1.561370",\
|
|
"-3.890143, -3.758998, -3.616578, -3.384154, -2.426342");
|
|
}
|
|
|
|
} /* 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.898973, 0.818370, 0.769136, 0.732574, 0.582414",\
|
|
"0.998198, 0.917596, 0.868362, 0.831800, 0.681640",\
|
|
"1.081590, 1.000987, 0.951753, 0.915191, 0.765031",\
|
|
"1.186763, 1.106161, 1.056927, 1.020365, 0.870205",\
|
|
"1.620420, 1.539817, 1.490583, 1.454021, 1.303861");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.218230, 2.137628, 2.088394, 2.051831, 1.901671",\
|
|
"2.348168, 2.267565, 2.218331, 2.181769, 2.031609",\
|
|
"2.481425, 2.400822, 2.351588, 2.315026, 2.164866",\
|
|
"2.690418, 2.609816, 2.560582, 2.524019, 2.373859",\
|
|
"3.555393, 3.474791, 3.425557, 3.388994, 3.238834");
|
|
}
|
|
|
|
} /* 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.760106, -0.644011, -0.547732, -0.402727, 0.194351",\
|
|
"-0.859332, -0.743237, -0.646958, -0.501953, 0.095125",\
|
|
"-0.942723, -0.826628, -0.730349, -0.585345, 0.011734",\
|
|
"-1.047897, -0.931802, -0.835523, -0.690518, -0.093440",\
|
|
"-1.481553, -1.365458, -1.269179, -1.124174, -0.527096");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.690598, -1.574504, -1.478225, -1.333220, -0.736141",\
|
|
"-1.820544, -1.704449, -1.608170, -1.463165, -0.866087",\
|
|
"-1.954172, -1.838077, -1.741798, -1.596793, -0.999715",\
|
|
"-2.162885, -2.046790, -1.950511, -1.805506, -1.208428",\
|
|
"-3.027857, -2.911762, -2.815483, -2.670478, -2.073400");
|
|
}
|
|
|
|
} /* 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.005670 ;
|
|
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.385116, 1.253971, 1.111551, 0.879127, -0.078685",\
|
|
"1.471812, 1.340667, 1.198247, 0.965823, 0.008011",\
|
|
"1.529759, 1.398614, 1.256194, 1.023770, 0.065957",\
|
|
"1.600675, 1.469530, 1.327110, 1.094686, 0.136873",\
|
|
"1.888609, 1.757464, 1.615044, 1.382620, 0.424807");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.466806, 2.335662, 2.193242, 1.960817, 1.003005",\
|
|
"2.584095, 2.452951, 2.310531, 2.078106, 1.120294",\
|
|
"2.684679, 2.553534, 2.411114, 2.178690, 1.220878",\
|
|
"2.840004, 2.708860, 2.566440, 2.334015, 1.376203",\
|
|
"3.479021, 3.347876, 3.205456, 2.973032, 2.015219");
|
|
}
|
|
|
|
} /* 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 ( "-1.095448, -0.964303, -0.821883, -0.589459, 0.368353",\
|
|
"-1.182144, -1.050999, -0.908579, -0.676155, 0.281657",\
|
|
"-1.240091, -1.108946, -0.966526, -0.734102, 0.223711",\
|
|
"-1.311007, -1.179862, -1.037442, -0.805018, 0.152795",\
|
|
"-1.598941, -1.467796, -1.325376, -1.092952, -0.135139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.168958, -2.037813, -1.895393, -1.662969, -0.705157",\
|
|
"-2.286247, -2.155102, -2.012682, -1.780258, -0.822445",\
|
|
"-2.386830, -2.255685, -2.113265, -1.880841, -0.923028",\
|
|
"-2.542156, -2.411011, -2.268591, -2.036167, -1.078354",\
|
|
"-3.181172, -3.050027, -2.907607, -2.675183, -1.717370");
|
|
}
|
|
|
|
} /* 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.825953, 0.745351, 0.696117, 0.659554, 0.509394",\
|
|
"0.912649, 0.832047, 0.782813, 0.746251, 0.596090",\
|
|
"0.970596, 0.889993, 0.840759, 0.804197, 0.654037",\
|
|
"1.041512, 0.960909, 0.911675, 0.875113, 0.724953",\
|
|
"1.329446, 1.248843, 1.199609, 1.163047, 1.012887");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.610661, 1.530058, 1.480824, 1.444262, 1.294102",\
|
|
"1.727949, 1.647347, 1.598113, 1.561550, 1.411390",\
|
|
"1.828533, 1.747930, 1.698696, 1.662134, 1.511974",\
|
|
"1.983858, 1.903256, 1.854022, 1.817460, 1.667300",\
|
|
"2.622874, 2.542272, 2.493038, 2.456475, 2.306315");
|
|
}
|
|
|
|
} /* 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.538144, -0.422049, -0.325770, -0.180765, 0.416314",\
|
|
"-0.624840, -0.508745, -0.412466, -0.267461, 0.329617",\
|
|
"-0.682786, -0.566691, -0.470413, -0.325408, 0.271671",\
|
|
"-0.753702, -0.637607, -0.541328, -0.396324, 0.200755",\
|
|
"-1.041636, -0.925541, -0.829263, -0.684258, -0.087179");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.312551, -1.196456, -1.100178, -0.955173, -0.358094",\
|
|
"-1.429840, -1.313745, -1.217466, -1.072461, -0.475383",\
|
|
"-1.530423, -1.414328, -1.318049, -1.173045, -0.575966",\
|
|
"-1.685749, -1.569654, -1.473375, -1.328371, -0.731292",\
|
|
"-2.324765, -2.208670, -2.112391, -1.967387, -1.370308");
|
|
}
|
|
|
|
} /* 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.003929 ;
|
|
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.202073, 1.070928, 0.928508, 0.696084, -0.261728",\
|
|
"1.277731, 1.146586, 1.004166, 0.771742, -0.186071",\
|
|
"1.318531, 1.187387, 1.044967, 0.812542, -0.145270",\
|
|
"1.357424, 1.226280, 1.083860, 0.851435, -0.106377",\
|
|
"1.517712, 1.386567, 1.244147, 1.011723, 0.053910");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.415748, 2.284603, 2.142183, 1.909759, 0.951947",\
|
|
"2.537807, 2.406662, 2.264243, 2.031818, 1.074006",\
|
|
"2.662711, 2.531566, 2.389146, 2.156722, 1.198909",\
|
|
"2.859318, 2.728173, 2.585753, 2.353329, 1.395517",\
|
|
"3.667741, 3.536596, 3.394176, 3.161752, 2.203939");
|
|
}
|
|
|
|
} /* 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 ( "-1.105881, -0.974736, -0.832316, -0.599892, 0.357921",\
|
|
"-1.181539, -1.050394, -0.907974, -0.675550, 0.282263",\
|
|
"-1.222339, -1.091194, -0.948774, -0.716350, 0.241462",\
|
|
"-1.261232, -1.130087, -0.987667, -0.755243, 0.202569",\
|
|
"-1.421520, -1.290375, -1.147955, -0.915531, 0.042282");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.093974, -1.962829, -1.820409, -1.587985, -0.630172",\
|
|
"-2.216033, -2.084888, -1.942468, -1.710044, -0.752231",\
|
|
"-2.340936, -2.209791, -2.067371, -1.834947, -0.877134",\
|
|
"-2.537544, -2.406400, -2.263979, -2.031555, -1.073743",\
|
|
"-3.345967, -3.214822, -3.072402, -2.839978, -1.882165");
|
|
}
|
|
|
|
} /* 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.634450, 0.553848, 0.504614, 0.468052, 0.317891",\
|
|
"0.710108, 0.629506, 0.580272, 0.543709, 0.393549",\
|
|
"0.750909, 0.670306, 0.621072, 0.584510, 0.434350",\
|
|
"0.789802, 0.709199, 0.659965, 0.623403, 0.473243",\
|
|
"0.950089, 0.869487, 0.820253, 0.783691, 0.633530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.549940, 1.469337, 1.420103, 1.383541, 1.233381",\
|
|
"1.671999, 1.591396, 1.542162, 1.505600, 1.355440",\
|
|
"1.796902, 1.716299, 1.667066, 1.630503, 1.480343",\
|
|
"1.993510, 1.912907, 1.863674, 1.827111, 1.676951",\
|
|
"2.801932, 2.721330, 2.672096, 2.635534, 2.485373");
|
|
}
|
|
|
|
} /* 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.551660, -0.435566, -0.339287, -0.194282, 0.402797",\
|
|
"-0.627318, -0.511223, -0.414944, -0.269940, 0.327139",\
|
|
"-0.668119, -0.552024, -0.455745, -0.310740, 0.286339",\
|
|
"-0.707012, -0.590917, -0.494638, -0.349633, 0.247446",\
|
|
"-0.867299, -0.751205, -0.654926, -0.509921, 0.087158");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.240723, -1.124628, -1.028349, -0.883344, -0.286265",\
|
|
"-1.362782, -1.246687, -1.150408, -1.005404, -0.408325",\
|
|
"-1.487685, -1.371590, -1.275311, -1.130306, -0.533228",\
|
|
"-1.684293, -1.568198, -1.471920, -1.326915, -0.729836",\
|
|
"-2.492716, -2.376621, -2.280342, -2.135337, -1.538258");
|
|
}
|
|
|
|
} /* 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.007304 ;
|
|
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.844092, 0.712948, 0.570535, 0.338124, -0.619670",\
|
|
"0.942286, 0.811143, 0.668730, 0.436319, -0.521475",\
|
|
"1.014601, 0.883458, 0.741045, 0.508634, -0.449160",\
|
|
"1.105338, 0.974194, 0.831781, 0.599370, -0.358424",\
|
|
"1.479070, 1.347927, 1.205514, 0.973103, 0.015309");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.047895, 1.916752, 1.774339, 1.541928, 0.584134",\
|
|
"2.179405, 2.048261, 1.905848, 1.673437, 0.715643",\
|
|
"2.315844, 2.184700, 2.042288, 1.809877, 0.852082",\
|
|
"2.536289, 2.405145, 2.262732, 2.030321, 1.072527",\
|
|
"3.444848, 3.313704, 3.171291, 2.938880, 1.981086");
|
|
}
|
|
|
|
} /* 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.699545, -0.568402, -0.425989, -0.193578, 0.764217",\
|
|
"-0.797740, -0.666596, -0.524183, -0.291772, 0.666022",\
|
|
"-0.870055, -0.738911, -0.596498, -0.364087, 0.593707",\
|
|
"-0.960791, -0.829647, -0.687234, -0.454823, 0.502971",\
|
|
"-1.334524, -1.203380, -1.060967, -0.828556, 0.129238");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.706533, -1.575389, -1.432976, -1.200566, -0.242771",\
|
|
"-1.838042, -1.706898, -1.564485, -1.332074, -0.374280",\
|
|
"-1.974481, -1.843338, -1.700925, -1.468514, -0.510719",\
|
|
"-2.194926, -2.063783, -1.921370, -1.688959, -0.731165",\
|
|
"-3.103485, -2.972341, -2.829928, -2.597517, -1.639723");
|
|
}
|
|
|
|
} /* 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.753609, 0.673005, 0.623770, 0.587203, 0.437025",\
|
|
"0.851804, 0.771200, 0.721965, 0.685398, 0.535219",\
|
|
"0.924119, 0.843515, 0.794280, 0.757713, 0.607534",\
|
|
"1.014855, 0.934251, 0.885016, 0.848449, 0.698270",\
|
|
"1.388588, 1.307984, 1.258749, 1.222182, 1.072003");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.642758, 1.562155, 1.512919, 1.476352, 1.326174",\
|
|
"1.774267, 1.693664, 1.644428, 1.607861, 1.457683",\
|
|
"1.910707, 1.830103, 1.780867, 1.744301, 1.594122",\
|
|
"2.131152, 2.050548, 2.001312, 1.964746, 1.814567",\
|
|
"3.039710, 2.959106, 2.909871, 2.873304, 2.723125");
|
|
}
|
|
|
|
} /* 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.625815, -0.509721, -0.413442, -0.268437, 0.328642",\
|
|
"-0.724010, -0.607915, -0.511636, -0.366631, 0.230447",\
|
|
"-0.796325, -0.680230, -0.583951, -0.438946, 0.158132",\
|
|
"-0.887061, -0.770966, -0.674687, -0.529682, 0.067396",\
|
|
"-1.260794, -1.144699, -1.048420, -0.903415, -0.306337");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.316167, -1.200072, -1.103793, -0.958788, -0.361710",\
|
|
"-1.447675, -1.331581, -1.235302, -1.090297, -0.493218",\
|
|
"-1.584115, -1.468020, -1.371741, -1.226736, -0.629658",\
|
|
"-1.804560, -1.688465, -1.592186, -1.447181, -0.850103",\
|
|
"-2.713119, -2.597024, -2.500745, -2.355740, -1.758662");
|
|
}
|
|
|
|
} /* 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.004519 ;
|
|
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.570146, 1.439002, 1.296582, 1.064157, 0.106345",\
|
|
"1.658007, 1.526862, 1.384442, 1.152018, 0.194206",\
|
|
"1.716512, 1.585367, 1.442947, 1.210523, 0.252710",\
|
|
"1.781427, 1.650282, 1.507862, 1.275438, 0.317625",\
|
|
"2.047614, 1.916469, 1.774049, 1.541625, 0.583812");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.618417, 2.487273, 2.344852, 2.112428, 1.154616",\
|
|
"2.744691, 2.613546, 2.471127, 2.238702, 1.280890",\
|
|
"2.883061, 2.751916, 2.609496, 2.377072, 1.419260",\
|
|
"3.105323, 2.974178, 2.831758, 2.599334, 1.641522",\
|
|
"4.021327, 3.890183, 3.747763, 3.515339, 2.557526");
|
|
}
|
|
|
|
} /* 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 ( "-1.412293, -1.281148, -1.138728, -0.906304, 0.051509",\
|
|
"-1.500153, -1.369009, -1.226589, -0.994165, -0.036352",\
|
|
"-1.558658, -1.427513, -1.285093, -1.052669, -0.094857",\
|
|
"-1.623573, -1.492429, -1.350009, -1.117584, -0.159772",\
|
|
"-1.889760, -1.758615, -1.616195, -1.383771, -0.425958");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.419340, -2.288195, -2.145775, -1.913351, -0.955538",\
|
|
"-2.545613, -2.414469, -2.272048, -2.039624, -1.081812",\
|
|
"-2.683983, -2.552838, -2.410419, -2.177994, -1.220182",\
|
|
"-2.906245, -2.775100, -2.632680, -2.400256, -1.442444",\
|
|
"-3.822249, -3.691105, -3.548685, -3.316261, -2.358448");
|
|
}
|
|
|
|
} /* 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 ( "1.000494, 0.919891, 0.870657, 0.834095, 0.683935",\
|
|
"1.088354, 1.007752, 0.958518, 0.921956, 0.771795",\
|
|
"1.146859, 1.066257, 1.017023, 0.980460, 0.830300",\
|
|
"1.211774, 1.131171, 1.081938, 1.045375, 0.895215",\
|
|
"1.477961, 1.397358, 1.348124, 1.311562, 1.161402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.756307, 1.675705, 1.626471, 1.589909, 1.439749",\
|
|
"1.882581, 1.801978, 1.752745, 1.716182, 1.566022",\
|
|
"2.020951, 1.940348, 1.891114, 1.854552, 1.704392",\
|
|
"2.243213, 2.162611, 2.113377, 2.076814, 1.926654",\
|
|
"3.159218, 3.078615, 3.029381, 2.992819, 2.842659");
|
|
}
|
|
|
|
} /* 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.842059, -0.725964, -0.629685, -0.484680, 0.112399",\
|
|
"-0.929919, -0.813824, -0.717546, -0.572541, 0.024538",\
|
|
"-0.988424, -0.872329, -0.776050, -0.631046, -0.033967",\
|
|
"-1.053339, -0.937244, -0.840965, -0.695960, -0.098882",\
|
|
"-1.319525, -1.203431, -1.107152, -0.962147, -0.365068");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.552383, -1.436288, -1.340009, -1.195004, -0.597926",\
|
|
"-1.678656, -1.562562, -1.466283, -1.321278, -0.724199",\
|
|
"-1.817026, -1.700932, -1.604653, -1.459648, -0.862569",\
|
|
"-2.039289, -1.923194, -1.826915, -1.681910, -1.084831",\
|
|
"-2.955293, -2.839198, -2.742919, -2.597914, -2.000836");
|
|
}
|
|
|
|
} /* 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.004576 ;
|
|
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.054545, 0.923400, 0.780980, 0.548556, -0.409257",\
|
|
"1.143854, 1.012709, 0.870289, 0.637865, -0.319948",\
|
|
"1.202595, 1.071450, 0.929030, 0.696606, -0.261207",\
|
|
"1.272646, 1.141501, 0.999081, 0.766657, -0.191156",\
|
|
"1.560820, 1.429675, 1.287255, 1.054831, 0.097018");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.939775, 1.808630, 1.666210, 1.433786, 0.475973",\
|
|
"2.064383, 1.933238, 1.790818, 1.558394, 0.600582",\
|
|
"2.191334, 2.060189, 1.917769, 1.685345, 0.727533",\
|
|
"2.391152, 2.260007, 2.117587, 1.885163, 0.927351",\
|
|
"3.214653, 3.083508, 2.941088, 2.708664, 1.750852");
|
|
}
|
|
|
|
} /* 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.861119, -0.729974, -0.587554, -0.355130, 0.602682",\
|
|
"-0.950428, -0.819284, -0.676864, -0.444439, 0.513373",\
|
|
"-1.009169, -0.878024, -0.735604, -0.503180, 0.454632",\
|
|
"-1.079220, -0.948075, -0.805655, -0.573231, 0.384581",\
|
|
"-1.367394, -1.236249, -1.093829, -0.861405, 0.096407");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.670463, -1.539318, -1.396898, -1.164474, -0.206662",\
|
|
"-1.795071, -1.663926, -1.521506, -1.289082, -0.331270",\
|
|
"-1.922022, -1.790877, -1.648457, -1.416033, -0.458221",\
|
|
"-2.121840, -1.990695, -1.848275, -1.615851, -0.658038",\
|
|
"-2.945341, -2.814196, -2.671776, -2.439352, -1.481540");
|
|
}
|
|
|
|
} /* 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.989897, 0.909294, 0.860060, 0.823498, 0.673338",\
|
|
"1.079206, 0.998603, 0.949370, 0.912807, 0.762647",\
|
|
"1.137947, 1.057344, 1.008111, 0.971548, 0.821388",\
|
|
"1.207998, 1.127395, 1.078162, 1.041599, 0.891439",\
|
|
"1.496172, 1.415569, 1.366335, 1.329773, 1.179613");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.571958, 1.491355, 1.442121, 1.405559, 1.255399",\
|
|
"1.696566, 1.615963, 1.566729, 1.530167, 1.380007",\
|
|
"1.823517, 1.742914, 1.693680, 1.657118, 1.506958",\
|
|
"2.023335, 1.942732, 1.893499, 1.856936, 1.706776",\
|
|
"2.846836, 2.766233, 2.717000, 2.680437, 2.530277");
|
|
}
|
|
|
|
} /* 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.733222, -0.617107, -0.520810, -0.375751, 0.221578",\
|
|
"-0.822531, -0.706417, -0.610119, -0.465060, 0.132268",\
|
|
"-0.881272, -0.765157, -0.668860, -0.523801, 0.073528",\
|
|
"-0.951323, -0.835208, -0.738911, -0.593852, 0.003477",\
|
|
"-1.239497, -1.123382, -1.027085, -0.882026, -0.284697");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.228206, -1.112091, -1.015794, -0.870735, -0.273406",\
|
|
"-1.352813, -1.236699, -1.140402, -0.995343, -0.398014",\
|
|
"-1.479765, -1.363651, -1.267354, -1.122294, -0.524966",\
|
|
"-1.679583, -1.563468, -1.467171, -1.322112, -0.724783",\
|
|
"-2.503084, -2.386969, -2.290672, -2.145613, -1.548284");
|
|
}
|
|
|
|
} /* 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.004337 ;
|
|
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.304304, 1.173159, 1.030739, 0.798315, -0.159498",\
|
|
"1.393444, 1.262299, 1.119879, 0.887455, -0.070358",\
|
|
"1.452421, 1.321276, 1.178856, 0.946432, -0.011380",\
|
|
"1.522692, 1.391547, 1.249127, 1.016703, 0.058891",\
|
|
"1.812298, 1.681153, 1.538733, 1.306309, 0.348496");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.600798, 2.469653, 2.327233, 2.094809, 1.136997",\
|
|
"2.725435, 2.594290, 2.451870, 2.219446, 1.261634",\
|
|
"2.852622, 2.721477, 2.579057, 2.346633, 1.388820",\
|
|
"3.052335, 2.921190, 2.778770, 2.546346, 1.588533",\
|
|
"3.875038, 3.743893, 3.601473, 3.369049, 2.411237");
|
|
}
|
|
|
|
} /* 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 ( "-1.236586, -1.105441, -0.963021, -0.730597, 0.227216",\
|
|
"-1.325726, -1.194581, -1.052161, -0.819737, 0.138075",\
|
|
"-1.384703, -1.253558, -1.111138, -0.878714, 0.079098",\
|
|
"-1.454974, -1.323829, -1.181409, -0.948985, 0.008827",\
|
|
"-1.744579, -1.613435, -1.471014, -1.238590, -0.280778");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.138063, -2.006918, -1.864498, -1.632074, -0.674262",\
|
|
"-2.262700, -2.131555, -1.989135, -1.756711, -0.798899",\
|
|
"-2.389887, -2.258742, -2.116322, -1.883898, -0.926085",\
|
|
"-2.589600, -2.458455, -2.316035, -2.083611, -1.125798",\
|
|
"-3.412303, -3.281158, -3.138738, -2.906314, -1.948501");
|
|
}
|
|
|
|
} /* 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.766030, 0.685427, 0.636193, 0.599631, 0.449471",\
|
|
"0.855170, 0.774567, 0.725333, 0.688771, 0.538611",\
|
|
"0.914147, 0.833544, 0.784311, 0.747748, 0.597588",\
|
|
"0.984418, 0.903816, 0.854582, 0.818019, 0.667859",\
|
|
"1.274024, 1.193421, 1.144187, 1.107625, 0.957465");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.764560, 1.683957, 1.634723, 1.598161, 1.448001",\
|
|
"1.889196, 1.808594, 1.759360, 1.722798, 1.572637",\
|
|
"2.016383, 1.935781, 1.886547, 1.849985, 1.699824",\
|
|
"2.216096, 2.135494, 2.086260, 2.049697, 1.899537",\
|
|
"3.038800, 2.958197, 2.908963, 2.872401, 2.722240");
|
|
}
|
|
|
|
} /* 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.638428, -0.522314, -0.426017, -0.280958, 0.316371",\
|
|
"-0.727569, -0.611454, -0.515157, -0.370098, 0.227231",\
|
|
"-0.786546, -0.670431, -0.574134, -0.429075, 0.168253",\
|
|
"-0.856817, -0.740703, -0.644406, -0.499346, 0.097982",\
|
|
"-1.146422, -1.030308, -0.934011, -0.788952, -0.191623");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.233015, -1.116901, -1.020604, -0.875544, -0.278216",\
|
|
"-1.357652, -1.241538, -1.145241, -1.000181, -0.402853",\
|
|
"-1.484839, -1.368724, -1.272427, -1.127368, -0.530039",\
|
|
"-1.684552, -1.568438, -1.472141, -1.327081, -0.729753",\
|
|
"-2.507255, -2.391140, -2.294843, -2.149784, -1.552456");
|
|
}
|
|
|
|
} /* 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.004250 ;
|
|
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.687590, 0.556446, 0.414026, 0.181601, -0.776211",\
|
|
"0.773906, 0.642761, 0.500341, 0.267917, -0.689895",\
|
|
"0.830516, 0.699371, 0.556951, 0.324527, -0.633286",\
|
|
"0.899404, 0.768259, 0.625839, 0.393415, -0.564397",\
|
|
"1.183310, 1.052165, 0.909745, 0.677321, -0.280491");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.237278, 1.106133, 0.963713, 0.731289, -0.226524",\
|
|
"1.354506, 1.223361, 1.080941, 0.848517, -0.109295",\
|
|
"1.456076, 1.324932, 1.182512, 0.950087, -0.007725",\
|
|
"1.614060, 1.482915, 1.340495, 1.108071, 0.150259",\
|
|
"2.265149, 2.134004, 1.991584, 1.759160, 0.801347");
|
|
}
|
|
|
|
} /* 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.578247, -0.447102, -0.304682, -0.072258, 0.885554",\
|
|
"-0.664563, -0.533418, -0.390998, -0.158574, 0.799238",\
|
|
"-0.721173, -0.590028, -0.447608, -0.215184, 0.742629",\
|
|
"-0.790061, -0.658916, -0.516496, -0.284072, 0.673740",\
|
|
"-1.073967, -0.942822, -0.800402, -0.567978, 0.389834");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.056988, -0.925843, -0.783423, -0.550999, 0.406814",\
|
|
"-1.174216, -1.043071, -0.900651, -0.668227, 0.289586",\
|
|
"-1.275786, -1.144642, -1.002222, -0.769797, 0.188015",\
|
|
"-1.433770, -1.302625, -1.160205, -0.927781, 0.030032",\
|
|
"-2.084859, -1.953714, -1.811294, -1.578870, -0.621058");
|
|
}
|
|
|
|
} /* 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.732449, 0.651847, 0.602613, 0.566050, 0.415890",\
|
|
"0.818765, 0.738163, 0.688929, 0.652366, 0.502206",\
|
|
"0.875375, 0.794772, 0.745538, 0.708976, 0.558816",\
|
|
"0.944263, 0.863660, 0.814426, 0.777864, 0.627704",\
|
|
"1.228169, 1.147567, 1.098333, 1.061770, 0.911610");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.251070, 1.170468, 1.121234, 1.084672, 0.934511",\
|
|
"1.368299, 1.287696, 1.238462, 1.201900, 1.051740",\
|
|
"1.469869, 1.389266, 1.340033, 1.303470, 1.153310",\
|
|
"1.627853, 1.547250, 1.498016, 1.461454, 1.311294",\
|
|
"2.278942, 2.198339, 2.149105, 2.112543, 1.962383");
|
|
}
|
|
|
|
} /* 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.596285, -0.480173, -0.383880, -0.238834, 0.358441",\
|
|
"-0.682601, -0.566489, -0.470197, -0.325150, 0.272125",\
|
|
"-0.739210, -0.623099, -0.526806, -0.381760, 0.215515",\
|
|
"-0.808099, -0.691987, -0.595694, -0.450648, 0.146627",\
|
|
"-1.092005, -0.975893, -0.879600, -0.734554, -0.137279");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.037365, -0.921254, -0.824961, -0.679915, -0.082640",\
|
|
"-1.154593, -1.038482, -0.942189, -0.797143, -0.199868",\
|
|
"-1.256164, -1.140053, -1.043760, -0.898713, -0.301439",\
|
|
"-1.414147, -1.298036, -1.201743, -1.056697, -0.459422",\
|
|
"-2.065237, -1.949125, -1.852832, -1.707786, -1.110511");
|
|
}
|
|
|
|
} /* 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.005702 ;
|
|
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.072044, 0.940899, 0.798479, 0.566055, -0.391758",\
|
|
"1.171231, 1.040087, 0.897667, 0.665242, -0.292570",\
|
|
"1.251349, 1.120205, 0.977785, 0.745360, -0.212452",\
|
|
"1.355953, 1.224808, 1.082388, 0.849964, -0.107848",\
|
|
"1.787052, 1.655907, 1.513487, 1.281063, 0.323251");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.367049, 2.235905, 2.093485, 1.861061, 0.903248",\
|
|
"2.493517, 2.362372, 2.219952, 1.987528, 1.029715",\
|
|
"2.626368, 2.495223, 2.352803, 2.120379, 1.162566",\
|
|
"2.836244, 2.705100, 2.562680, 2.330256, 1.372443",\
|
|
"3.700906, 3.569762, 3.427341, 3.194917, 2.237105");
|
|
}
|
|
|
|
} /* 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.977279, -0.846135, -0.703715, -0.471291, 0.486522",\
|
|
"-1.076467, -0.945323, -0.802902, -0.570478, 0.387334",\
|
|
"-1.156585, -1.025441, -0.883021, -0.650596, 0.307216",\
|
|
"-1.261189, -1.130044, -0.987624, -0.755200, 0.202612",\
|
|
"-1.692288, -1.561143, -1.418723, -1.186299, -0.228487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.874166, -1.743021, -1.600601, -1.368177, -0.410364",\
|
|
"-2.000633, -1.869488, -1.727068, -1.494644, -0.536832",\
|
|
"-2.133484, -2.002339, -1.859919, -1.627495, -0.669683",\
|
|
"-2.343361, -2.212216, -2.069796, -1.837372, -0.879559",\
|
|
"-3.208023, -3.076879, -2.934458, -2.702034, -1.744222");
|
|
}
|
|
|
|
} /* 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.535152, 0.454549, 0.405315, 0.368753, 0.218593",\
|
|
"0.634340, 0.553737, 0.504503, 0.467941, 0.317781",\
|
|
"0.714458, 0.633855, 0.584621, 0.548059, 0.397899",\
|
|
"0.819061, 0.738459, 0.689225, 0.652663, 0.502503",\
|
|
"1.250160, 1.169558, 1.120324, 1.083762, 0.933602");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.534274, 1.453672, 1.404438, 1.367876, 1.217716",\
|
|
"1.660742, 1.580139, 1.530905, 1.494343, 1.344183",\
|
|
"1.793593, 1.712990, 1.663756, 1.627194, 1.477034",\
|
|
"2.003469, 1.922867, 1.873633, 1.837071, 1.686911",\
|
|
"2.868132, 2.787529, 2.738296, 2.701733, 2.551573");
|
|
}
|
|
|
|
} /* 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.416388, -0.300293, -0.204014, -0.059009, 0.538069",\
|
|
"-0.515576, -0.399481, -0.303202, -0.158197, 0.438881",\
|
|
"-0.595694, -0.479599, -0.383320, -0.238315, 0.358763",\
|
|
"-0.700297, -0.584203, -0.487924, -0.342919, 0.254160",\
|
|
"-1.131396, -1.015301, -0.919023, -0.774018, -0.176939");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.011879, -0.895784, -0.799506, -0.654501, -0.057422",\
|
|
"-1.138347, -1.022252, -0.925973, -0.780968, -0.183890",\
|
|
"-1.271198, -1.155103, -1.058824, -0.913819, -0.316741",\
|
|
"-1.481074, -1.364979, -1.268700, -1.123696, -0.526617",\
|
|
"-2.345737, -2.229642, -2.133363, -1.988358, -1.391280");
|
|
}
|
|
|
|
} /* 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.003828 ;
|
|
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.269335, 1.138190, 0.995770, 0.763346, -0.194466",\
|
|
"1.345240, 1.214095, 1.071675, 0.839251, -0.118561",\
|
|
"1.385916, 1.254771, 1.112351, 0.879927, -0.077885",\
|
|
"1.425010, 1.293865, 1.151445, 0.919021, -0.038792",\
|
|
"1.583663, 1.452518, 1.310098, 1.077674, 0.119862");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.445819, 2.314675, 2.172255, 1.939830, 0.982018",\
|
|
"2.568566, 2.437422, 2.295002, 2.062577, 1.104765",\
|
|
"2.691432, 2.560287, 2.417867, 2.185442, 1.227630",\
|
|
"2.885048, 2.753903, 2.611483, 2.379059, 1.421247",\
|
|
"3.684197, 3.553052, 3.410632, 3.178208, 2.220396");
|
|
}
|
|
|
|
} /* 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 ( "-1.039179, -0.908035, -0.765615, -0.533190, 0.424622",\
|
|
"-1.115085, -0.983940, -0.841520, -0.609096, 0.348717",\
|
|
"-1.155761, -1.024616, -0.882196, -0.649772, 0.308041",\
|
|
"-1.194855, -1.063710, -0.921290, -0.688866, 0.268947",\
|
|
"-1.353508, -1.222363, -1.079943, -0.847519, 0.110294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.218140, -2.086996, -1.944576, -1.712151, -0.754339",\
|
|
"-2.340887, -2.209743, -2.067322, -1.834898, -0.877086",\
|
|
"-2.463752, -2.332608, -2.190187, -1.957763, -0.999951",\
|
|
"-2.657369, -2.526224, -2.383804, -2.151380, -1.193567",\
|
|
"-3.456518, -3.325373, -3.182953, -2.950529, -1.992716");
|
|
}
|
|
|
|
} /* 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.710204, 0.629601, 0.580367, 0.543805, 0.393645",\
|
|
"0.786109, 0.705506, 0.656272, 0.619710, 0.469550",\
|
|
"0.826785, 0.746182, 0.696949, 0.660386, 0.510226",\
|
|
"0.865879, 0.785276, 0.736042, 0.699480, 0.549320",\
|
|
"1.024532, 0.943929, 0.894696, 0.858133, 0.707973");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.589645, 1.509043, 1.459809, 1.423246, 1.273086",\
|
|
"1.712392, 1.631789, 1.582555, 1.545993, 1.395833",\
|
|
"1.835257, 1.754655, 1.705421, 1.668858, 1.518698",\
|
|
"2.028874, 1.948271, 1.899037, 1.862475, 1.712315",\
|
|
"2.828023, 2.747420, 2.698186, 2.661624, 2.511464");
|
|
}
|
|
|
|
} /* 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.482154, -0.366059, -0.269780, -0.124775, 0.472303",\
|
|
"-0.558059, -0.441964, -0.345685, -0.200680, 0.396398",\
|
|
"-0.598735, -0.482640, -0.386361, -0.241356, 0.355722",\
|
|
"-0.637829, -0.521734, -0.425455, -0.280450, 0.316628",\
|
|
"-0.796482, -0.680387, -0.584108, -0.439103, 0.157975");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.361713, -1.245618, -1.149339, -1.004334, -0.407256",\
|
|
"-1.484460, -1.368365, -1.272086, -1.127081, -0.530002",\
|
|
"-1.607325, -1.491230, -1.394951, -1.249946, -0.652868",\
|
|
"-1.800941, -1.684847, -1.588568, -1.443563, -0.846484",\
|
|
"-2.600091, -2.483996, -2.387717, -2.242712, -1.645633");
|
|
}
|
|
|
|
} /* 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.015712 ;
|
|
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.208183, 1.077039, 0.934619, 0.702195, -0.255618",\
|
|
"1.287130, 1.155985, 1.013565, 0.781141, -0.176672",\
|
|
"1.328251, 1.197106, 1.054686, 0.822262, -0.135551",\
|
|
"1.362951, 1.231806, 1.089386, 0.856962, -0.100851",\
|
|
"1.505136, 1.373992, 1.231572, 0.999148, 0.041335");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.009873, 1.878728, 1.736308, 1.503884, 0.546071",\
|
|
"2.139825, 2.008680, 1.866260, 1.633836, 0.676023",\
|
|
"2.268756, 2.137611, 1.995191, 1.762767, 0.804955",\
|
|
"2.479664, 2.348519, 2.206099, 1.973675, 1.015862",\
|
|
"3.348848, 3.217703, 3.075283, 2.842859, 1.885046");
|
|
}
|
|
|
|
} /* 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 ( "-1.145273, -1.014128, -0.871708, -0.639284, 0.318529",\
|
|
"-1.224219, -1.093074, -0.950654, -0.718230, 0.239583",\
|
|
"-1.265340, -1.134195, -0.991775, -0.759351, 0.198461",\
|
|
"-1.300040, -1.168895, -1.026475, -0.794051, 0.163762",\
|
|
"-1.442226, -1.311081, -1.168661, -0.936237, 0.021576");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.876433, -1.745289, -1.602869, -1.370445, -0.412632",\
|
|
"-2.006386, -1.875241, -1.732821, -1.500396, -0.542584",\
|
|
"-2.135317, -2.004172, -1.861752, -1.629328, -0.671516",\
|
|
"-2.346225, -2.215080, -2.072659, -1.840235, -0.882423",\
|
|
"-3.215409, -3.084264, -2.941844, -2.709419, -1.751607");
|
|
}
|
|
|
|
} /* 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.640561, 0.559958, 0.510724, 0.474162, 0.324002",\
|
|
"0.719507, 0.638904, 0.589670, 0.553108, 0.402948",\
|
|
"0.760628, 0.680026, 0.630792, 0.594229, 0.444069",\
|
|
"0.795328, 0.714725, 0.665492, 0.628929, 0.478769",\
|
|
"0.937514, 0.856911, 0.807677, 0.771115, 0.620955");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.144063, 1.063460, 1.014226, 0.977664, 0.827504",\
|
|
"1.274015, 1.193412, 1.144178, 1.107616, 0.957456",\
|
|
"1.402946, 1.322344, 1.273110, 1.236548, 1.086388",\
|
|
"1.613854, 1.533251, 1.484017, 1.447455, 1.297295",\
|
|
"2.483037, 2.402435, 2.353201, 2.316639, 2.166479");
|
|
}
|
|
|
|
} /* 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.591052, -0.474957, -0.378679, -0.233674, 0.363405",\
|
|
"-0.669998, -0.553904, -0.457625, -0.312620, 0.284459",\
|
|
"-0.711120, -0.595025, -0.498746, -0.353741, 0.243338",\
|
|
"-0.745819, -0.629725, -0.533446, -0.388441, 0.208638",\
|
|
"-0.888005, -0.771910, -0.675632, -0.530627, 0.066452");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.023181, -0.907086, -0.810808, -0.665803, -0.068724",\
|
|
"-1.153133, -1.037038, -0.940759, -0.795754, -0.198676",\
|
|
"-1.282065, -1.165970, -1.069691, -0.924686, -0.327608",\
|
|
"-1.492972, -1.376877, -1.280598, -1.135593, -0.538515",\
|
|
"-2.362156, -2.246061, -2.149782, -2.004777, -1.407699");
|
|
}
|
|
|
|
} /* 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.071636 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.394657");
|
|
}
|
|
|
|
} /* 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.493257");
|
|
}
|
|
|
|
} /* 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.009526 ;
|
|
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.639089, 1.543556, 1.473000, 1.389495, 1.045394",\
|
|
"1.703404, 1.607871, 1.537315, 1.453810, 1.109709",\
|
|
"1.752310, 1.656776, 1.586220, 1.502716, 1.158614",\
|
|
"1.782064, 1.686530, 1.615974, 1.532470, 1.188368",\
|
|
"1.683896, 1.588362, 1.517806, 1.434302, 1.090200");
|
|
}
|
|
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.845402, 1.749868, 1.679312, 1.595808, 1.251706",\
|
|
"1.945970, 1.850437, 1.779881, 1.696376, 1.352275",\
|
|
"2.099607, 2.004073, 1.933517, 1.850012, 1.505911",\
|
|
"2.378818, 2.283284, 2.212729, 2.129224, 1.785122",\
|
|
"2.926389, 2.830855, 2.760300, 2.676795, 2.332694");
|
|
}
|
|
|
|
} /* 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.587549, 1.456404, 1.313984, 1.081560, 0.123748",\
|
|
"1.651864, 1.520719, 1.378299, 1.145875, 0.188063",\
|
|
"1.701294, 1.570149, 1.427729, 1.195305, 0.237492",\
|
|
"1.730628, 1.599484, 1.457064, 1.224639, 0.266827",\
|
|
"1.632775, 1.501631, 1.359211, 1.126786, 0.168974");
|
|
}
|
|
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.714319, 2.583174, 2.440754, 2.208330, 1.250517",\
|
|
"2.814888, 2.683743, 2.541323, 2.308899, 1.351087",\
|
|
"2.968685, 2.837540, 2.695120, 2.462696, 1.504883",\
|
|
"3.246928, 3.115783, 2.973363, 2.740939, 1.783126",\
|
|
"3.792573, 3.661428, 3.519008, 3.286584, 2.328772");
|
|
}
|
|
|
|
} /* 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.253058, 0.348591, 0.419147, 0.502652, 0.846753",\
|
|
"0.188743, 0.284276, 0.354832, 0.438337, 0.782438",\
|
|
"0.139838, 0.235371, 0.305927, 0.389431, 0.733533",\
|
|
"0.110082, 0.205616, 0.276172, 0.359676, 0.703777",\
|
|
"0.208247, 0.303781, 0.374337, 0.457841, 0.801942");
|
|
}
|
|
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.247385, 0.342919, 0.413475, 0.496979, 0.841080",\
|
|
"0.146816, 0.242350, 0.312906, 0.396410, 0.740512",\
|
|
"-0.006820, 0.088714, 0.159270, 0.242774, 0.586876",\
|
|
"-0.286031, -0.190497, -0.119941, -0.036437, 0.307664",\
|
|
"-0.833602, -0.738068, -0.667512, -0.584008, -0.239907");
|
|
}
|
|
|
|
} /* 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 ( "-1.495528, -1.364384, -1.221964, -0.989540, -0.031727",\
|
|
"-1.559844, -1.428699, -1.286279, -1.053855, -0.096042",\
|
|
"-1.609273, -1.478128, -1.335708, -1.103284, -0.145472",\
|
|
"-1.638608, -1.507463, -1.365043, -1.132619, -0.174806",\
|
|
"-1.540755, -1.409610, -1.267190, -1.034766, -0.076953");
|
|
}
|
|
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.508870, -2.377725, -2.235305, -2.002881, -1.045069",\
|
|
"-2.609439, -2.478295, -2.335875, -2.103451, -1.145638",\
|
|
"-2.763236, -2.632092, -2.489671, -2.257247, -1.299435",\
|
|
"-3.041480, -2.910335, -2.767915, -2.535491, -1.577678",\
|
|
"-3.587125, -3.455980, -3.313560, -3.081136, -2.123323");
|
|
}
|
|
|
|
} /* 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.772998, 0.677465, 0.606909, 0.523404, 0.179303",\
|
|
"0.873567, 0.778033, 0.707478, 0.623973, 0.279872",\
|
|
"1.027203, 0.931669, 0.861114, 0.777609, 0.433508",\
|
|
"1.306414, 1.210881, 1.140325, 1.056820, 0.712719",\
|
|
"1.853985, 1.758451, 1.687896, 1.604391, 1.260290");
|
|
}
|
|
|
|
} /* 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.801370, 0.670215, 0.527879, 0.295395, -0.662499",\
|
|
"0.901939, 0.770784, 0.628447, 0.395964, -0.561930",\
|
|
"1.055575, 0.924420, 0.782083, 0.549600, -0.408294",\
|
|
"1.334786, 1.203631, 1.061295, 0.828811, -0.129083",\
|
|
"1.882357, 1.751202, 1.608866, 1.376382, 0.418488");
|
|
}
|
|
|
|
} /* 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.132774, -0.037251, 0.033274, 0.116826, 0.461175",\
|
|
"-0.233343, -0.137820, -0.067295, 0.016257, 0.360606",\
|
|
"-0.386979, -0.291456, -0.220930, -0.137378, 0.206970",\
|
|
"-0.666190, -0.570667, -0.500142, -0.416590, -0.072241",\
|
|
"-1.213761, -1.118238, -1.047713, -0.964161, -0.619812");
|
|
}
|
|
|
|
} /* 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.029290, 0.101854, 0.244267, 0.476678, 1.434472",\
|
|
"-0.129859, 0.001285, 0.143698, 0.376109, 1.333903",\
|
|
"-0.283494, -0.152351, -0.009938, 0.222473, 1.180267",\
|
|
"-0.562706, -0.431562, -0.289149, -0.056738, 0.901056",\
|
|
"-1.110277, -0.979133, -0.836720, -0.604309, 0.353485");
|
|
}
|
|
|
|
} /* 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 ( "1.319691, 1.239078, 1.189827, 1.153214, 1.002840",\
|
|
"1.384006, 1.303393, 1.254142, 1.217529, 1.067155",\
|
|
"1.432911, 1.352298, 1.303047, 1.266434, 1.116060",\
|
|
"1.462666, 1.382052, 1.332801, 1.296188, 1.145814",\
|
|
"1.364498, 1.283885, 1.234634, 1.198020, 1.047646");
|
|
}
|
|
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.852207, 1.771605, 1.722371, 1.685809, 1.535649",\
|
|
"1.952777, 1.872174, 1.822940, 1.786378, 1.636218",\
|
|
"2.106574, 2.025971, 1.976737, 1.940175, 1.790015",\
|
|
"2.384817, 2.304214, 2.254981, 2.218418, 2.068258",\
|
|
"2.930462, 2.849860, 2.800626, 2.764064, 2.613904");
|
|
}
|
|
|
|
} /* 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.584225, -0.468121, -0.371826, -0.226775, 0.370499",\
|
|
"-0.648540, -0.532436, -0.436141, -0.291090, 0.306184",\
|
|
"-0.697445, -0.581341, -0.485046, -0.339995, 0.257279",\
|
|
"-0.727199, -0.611095, -0.514800, -0.369749, 0.227525",\
|
|
"-0.629031, -0.512927, -0.416633, -0.271581, 0.325693");
|
|
}
|
|
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.793216, -0.677112, -0.580818, -0.435766, 0.161508",\
|
|
"-0.893785, -0.777681, -0.681387, -0.536335, 0.060939",\
|
|
"-1.047421, -0.931317, -0.835022, -0.689971, -0.092697",\
|
|
"-1.326632, -1.210528, -1.114234, -0.969182, -0.371908",\
|
|
"-1.874203, -1.758099, -1.661805, -1.516753, -0.919479");
|
|
}
|
|
|
|
} /* 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.011788 ;
|
|
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 ( "4.086996, 3.991462, 3.920907, 3.837402, 3.493301",\
|
|
"4.151358, 4.055824, 3.985269, 3.901764, 3.557663",\
|
|
"4.198725, 4.103191, 4.032636, 3.949131, 3.605030",\
|
|
"4.229566, 4.134032, 4.063477, 3.979972, 3.635871",\
|
|
"4.133644, 4.038111, 3.967555, 3.884050, 3.539949");
|
|
}
|
|
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 ( "4.861093, 4.765559, 4.695003, 4.611498, 4.267397",\
|
|
"4.964521, 4.868988, 4.798432, 4.714927, 4.370826",\
|
|
"5.122025, 5.026492, 4.955936, 4.872431, 4.528330",\
|
|
"5.416968, 5.321435, 5.250879, 5.167374, 4.823273",\
|
|
"5.995628, 5.900095, 5.829539, 5.746034, 5.401933");
|
|
}
|
|
|
|
} /* 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 ( "6.088124, 5.956980, 5.814559, 5.582135, 4.624323",\
|
|
"6.152486, 6.021341, 5.878922, 5.646497, 4.688685",\
|
|
"6.199853, 6.068708, 5.926289, 5.693864, 4.736052",\
|
|
"6.230695, 6.099550, 5.957130, 5.724706, 4.766893",\
|
|
"6.134772, 6.003628, 5.861207, 5.628783, 4.670971");
|
|
}
|
|
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 ( "5.372403, 5.241258, 5.098838, 4.866414, 3.908601",\
|
|
"5.475832, 5.344687, 5.202267, 4.969842, 4.012030",\
|
|
"5.633337, 5.502192, 5.359772, 5.127347, 4.169535",\
|
|
"5.928278, 5.797133, 5.654714, 5.422289, 4.464477",\
|
|
"6.506938, 6.375793, 6.233374, 6.000949, 5.043137");
|
|
}
|
|
|
|
} /* 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.033583, 0.061939, 0.132465, 0.216017, 0.560365",\
|
|
"-0.097942, -0.002420, 0.068106, 0.151658, 0.496006",\
|
|
"-0.145341, -0.049819, 0.020707, 0.104259, 0.448607",\
|
|
"-0.176679, -0.081156, -0.010631, 0.072921, 0.417269",\
|
|
"-0.082052, 0.013470, 0.083996, 0.167548, 0.511896");
|
|
}
|
|
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.069594, 0.025930, 0.096460, 0.180005, 0.524319",\
|
|
"-0.173018, -0.077494, -0.006964, 0.076581, 0.420896",\
|
|
"-0.330859, -0.235335, -0.164806, -0.081260, 0.263054",\
|
|
"-0.625523, -0.529999, -0.459469, -0.375924, -0.031610",\
|
|
"-1.201940, -1.106416, -1.035886, -0.952341, -0.608027");
|
|
}
|
|
|
|
} /* 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.726087, -0.594942, -0.452522, -0.220098, 0.737714",\
|
|
"-0.790460, -0.659315, -0.516895, -0.284471, 0.673341",\
|
|
"-0.837993, -0.706848, -0.564428, -0.332004, 0.625809",\
|
|
"-0.869690, -0.738545, -0.596125, -0.363701, 0.594112",\
|
|
"-0.776065, -0.644921, -0.502501, -0.270077, 0.687736");
|
|
}
|
|
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.634732, -1.503587, -1.361167, -1.128743, -0.170930",\
|
|
"-1.738170, -1.607025, -1.464605, -1.232181, -0.274369",\
|
|
"-1.896175, -1.765030, -1.622610, -1.390186, -0.432373",\
|
|
"-2.191366, -2.060221, -1.917801, -1.685377, -0.727564",\
|
|
"-2.768466, -2.637321, -2.494901, -2.262476, -1.304664");
|
|
}
|
|
|
|
} /* 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 ( "5.255351, 5.174748, 5.125514, 5.088952, 4.938791",\
|
|
"5.319713, 5.239110, 5.189876, 5.153314, 5.003154",\
|
|
"5.367080, 5.286477, 5.237243, 5.200681, 5.050521",\
|
|
"5.397921, 5.317318, 5.268085, 5.231522, 5.081362",\
|
|
"5.301999, 5.221396, 5.172162, 5.135600, 4.985439");
|
|
}
|
|
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 ( "4.804780, 4.724177, 4.674943, 4.638381, 4.488221",\
|
|
"4.908209, 4.827606, 4.778372, 4.741810, 4.591650",\
|
|
"5.065714, 4.985111, 4.935877, 4.899315, 4.749155",\
|
|
"5.360656, 5.280053, 5.230819, 5.194257, 5.044097",\
|
|
"5.939316, 5.858713, 5.809479, 5.772917, 5.622757");
|
|
}
|
|
|
|
} /* 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.598387, -0.482273, -0.385976, -0.240916, 0.356412",\
|
|
"-0.662760, -0.546646, -0.450348, -0.305289, 0.292039",\
|
|
"-0.710293, -0.594178, -0.497881, -0.352822, 0.244507",\
|
|
"-0.741990, -0.625875, -0.529578, -0.384519, 0.212810",\
|
|
"-0.648365, -0.532251, -0.435954, -0.290894, 0.306434");
|
|
}
|
|
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.192474, -1.076360, -0.980063, -0.835004, -0.237675",\
|
|
"-1.295913, -1.179798, -1.083501, -0.938442, -0.341113",\
|
|
"-1.453918, -1.337803, -1.241506, -1.096447, -0.499118",\
|
|
"-1.749108, -1.632994, -1.536697, -1.391638, -0.794309",\
|
|
"-2.326208, -2.210094, -2.113797, -1.968737, -1.371409");
|
|
}
|
|
|
|
} /* 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.003915 ;
|
|
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.301975, 1.170830, 1.028410, 0.795986, -0.161826",\
|
|
"1.388478, 1.257333, 1.114913, 0.882489, -0.075324",\
|
|
"1.445936, 1.314791, 1.172371, 0.939947, -0.017865",\
|
|
"1.515057, 1.383912, 1.241492, 1.009068, 0.051256",\
|
|
"1.799415, 1.668270, 1.525850, 1.293426, 0.335613");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.304228, 2.173084, 2.030663, 1.798239, 0.840427",\
|
|
"2.421592, 2.290448, 2.148028, 1.915604, 0.957791",\
|
|
"2.522388, 2.391243, 2.248823, 2.016399, 1.058586",\
|
|
"2.678406, 2.547261, 2.404841, 2.172417, 1.214605",\
|
|
"3.322618, 3.191473, 3.049053, 2.816629, 1.858817");
|
|
}
|
|
|
|
} /* 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 ( "-1.159024, -1.027879, -0.885459, -0.653035, 0.304778",\
|
|
"-1.245526, -1.114381, -0.971961, -0.739537, 0.218275",\
|
|
"-1.302984, -1.171840, -1.029420, -0.796996, 0.160817",\
|
|
"-1.372106, -1.240961, -1.098541, -0.866117, 0.091696",\
|
|
"-1.656463, -1.525318, -1.382898, -1.150474, -0.192662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.117393, -1.986248, -1.843828, -1.611404, -0.653591",\
|
|
"-2.234756, -2.103612, -1.961192, -1.728768, -0.770955",\
|
|
"-2.335552, -2.204407, -2.061987, -1.829563, -0.871751",\
|
|
"-2.491570, -2.360425, -2.218005, -1.985581, -1.027769",\
|
|
"-3.135782, -3.004638, -2.862218, -2.629794, -1.671981");
|
|
}
|
|
|
|
} /* 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.763701, 0.683099, 0.633865, 0.597302, 0.447142",\
|
|
"0.850204, 0.769601, 0.720367, 0.683805, 0.533645",\
|
|
"0.907662, 0.827060, 0.777826, 0.741263, 0.591103",\
|
|
"0.976783, 0.896181, 0.846947, 0.810384, 0.660224",\
|
|
"1.261141, 1.180538, 1.131304, 1.094742, 0.944582");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.467986, 1.387383, 1.338150, 1.301587, 1.151427",\
|
|
"1.585350, 1.504747, 1.455513, 1.418951, 1.268791",\
|
|
"1.686146, 1.605543, 1.556309, 1.519747, 1.369587",\
|
|
"1.842164, 1.761561, 1.712327, 1.675765, 1.525605",\
|
|
"2.486376, 2.405773, 2.356539, 2.319977, 2.169817");
|
|
}
|
|
|
|
} /* 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.560867, -0.444752, -0.348455, -0.203396, 0.393933",\
|
|
"-0.647369, -0.531255, -0.434958, -0.289899, 0.307430",\
|
|
"-0.704828, -0.588713, -0.492416, -0.347357, 0.249972",\
|
|
"-0.773949, -0.657834, -0.561537, -0.416478, 0.180851",\
|
|
"-1.058306, -0.942192, -0.845895, -0.700836, -0.103507");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.212341, -1.096226, -0.999929, -0.854870, -0.257542",\
|
|
"-1.329705, -1.213591, -1.117293, -0.972234, -0.374906",\
|
|
"-1.430500, -1.314386, -1.218089, -1.073030, -0.475701",\
|
|
"-1.586518, -1.470404, -1.374107, -1.229048, -0.631719",\
|
|
"-2.230731, -2.114616, -2.018319, -1.873260, -1.275931");
|
|
}
|
|
|
|
} /* 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.006032 ;
|
|
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.621407, 0.490262, 0.347842, 0.115418, -0.842394",\
|
|
"0.716565, 0.585421, 0.443001, 0.210576, -0.747236",\
|
|
"0.789188, 0.658044, 0.515624, 0.283199, -0.674613",\
|
|
"0.879939, 0.748794, 0.606374, 0.373950, -0.583862",\
|
|
"1.258243, 1.127099, 0.984679, 0.752254, -0.205558");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.236960, 1.105815, 0.963395, 0.730971, -0.226841",\
|
|
"1.365133, 1.233988, 1.091568, 0.859144, -0.098669",\
|
|
"1.502908, 1.371764, 1.229344, 0.996920, 0.039107",\
|
|
"1.727767, 1.596622, 1.454202, 1.221778, 0.263965",\
|
|
"2.637456, 2.506311, 2.363891, 2.131467, 1.173654");
|
|
}
|
|
|
|
} /* 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.533275, -0.402130, -0.259710, -0.027286, 0.930527",\
|
|
"-0.628433, -0.497288, -0.354868, -0.122444, 0.835369",\
|
|
"-0.701056, -0.569911, -0.427491, -0.195067, 0.762746",\
|
|
"-0.791807, -0.660662, -0.518242, -0.285818, 0.671995",\
|
|
"-1.170111, -1.038966, -0.896546, -0.664122, 0.293690");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.060848, -0.929703, -0.787283, -0.554859, 0.402953",\
|
|
"-1.189020, -1.057876, -0.915456, -0.683031, 0.274781",\
|
|
"-1.327138, -1.195993, -1.053573, -0.821149, 0.136663",\
|
|
"-1.552905, -1.421760, -1.279340, -1.046916, -0.089103",\
|
|
"-2.462594, -2.331449, -2.189029, -1.956605, -0.998792");
|
|
}
|
|
|
|
} /* 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.666266, 0.585663, 0.536430, 0.499867, 0.349707",\
|
|
"0.761424, 0.680822, 0.631588, 0.595026, 0.444866",\
|
|
"0.834047, 0.753445, 0.704211, 0.667649, 0.517488",\
|
|
"0.924798, 0.844196, 0.794962, 0.758399, 0.608239",\
|
|
"1.303102, 1.222500, 1.173266, 1.136704, 0.986543");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.250753, 1.170151, 1.120917, 1.084354, 0.934194",\
|
|
"1.378926, 1.298323, 1.249089, 1.212527, 1.062367",\
|
|
"1.516701, 1.436099, 1.386865, 1.350302, 1.200142",\
|
|
"1.741560, 1.660957, 1.611723, 1.575161, 1.425001",\
|
|
"2.651248, 2.570646, 2.521412, 2.484849, 2.334689");
|
|
}
|
|
|
|
} /* 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.551312, -0.435201, -0.338908, -0.193862, 0.403413",\
|
|
"-0.646471, -0.530359, -0.434067, -0.289020, 0.308255",\
|
|
"-0.719094, -0.602982, -0.506690, -0.361643, 0.235632",\
|
|
"-0.809845, -0.693733, -0.597440, -0.452394, 0.144881",\
|
|
"-1.188149, -1.072037, -0.975745, -0.830698, -0.233423");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.041226, -0.925114, -0.828821, -0.683775, -0.086500",\
|
|
"-1.169398, -1.053287, -0.956994, -0.811948, -0.214673",\
|
|
"-1.307516, -1.191404, -1.095111, -0.950065, -0.352790",\
|
|
"-1.533282, -1.417171, -1.320878, -1.175832, -0.578557",\
|
|
"-2.442971, -2.326860, -2.230567, -2.085521, -1.488246");
|
|
}
|
|
|
|
} /* 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.001999 ;
|
|
|
|
/* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "2.589568, 2.601336, 2.636006, 2.779309, 3.372348",\
|
|
"2.685102, 2.696870, 2.731539, 2.874843, 3.467882",\
|
|
"2.755658, 2.767426, 2.802095, 2.945399, 3.538437",\
|
|
"2.839162, 2.850930, 2.885600, 3.028903, 3.621942",\
|
|
"3.183263, 3.195032, 3.229701, 3.373004, 3.966043");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021631, 0.032958, 0.073081, 0.274419, 1.124861",\
|
|
"0.021631, 0.032958, 0.073081, 0.274419, 1.124861",\
|
|
"0.021631, 0.032958, 0.073081, 0.274419, 1.124861",\
|
|
"0.021631, 0.032958, 0.073081, 0.274419, 1.124861",\
|
|
"0.021631, 0.032958, 0.073081, 0.274419, 1.124861");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "2.660456, 2.669644, 2.692665, 2.763732, 3.014152",\
|
|
"2.755990, 2.765178, 2.788199, 2.859266, 3.109686",\
|
|
"2.826546, 2.835734, 2.858754, 2.929821, 3.180242",\
|
|
"2.910051, 2.919238, 2.942259, 3.013326, 3.263747",\
|
|
"3.254152, 3.263340, 3.286360, 3.357427, 3.607848");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020063, 0.026007, 0.043863, 0.125021, 0.472320",\
|
|
"0.020063, 0.026007, 0.043863, 0.125021, 0.472320",\
|
|
"0.020063, 0.026007, 0.043863, 0.125021, 0.472320",\
|
|
"0.020063, 0.026007, 0.043863, 0.125021, 0.472320",\
|
|
"0.020063, 0.026007, 0.043863, 0.125021, 0.472320");
|
|
}
|
|
|
|
} /* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "2.453882, 2.465651, 2.500320, 2.641014, 3.225465",\
|
|
"2.549416, 2.561184, 2.595854, 2.736547, 3.320999",\
|
|
"2.619972, 2.631740, 2.666409, 2.807103, 3.391555",\
|
|
"2.703476, 2.715245, 2.749914, 2.890608, 3.475060",\
|
|
"3.047578, 3.059346, 3.094015, 3.234709, 3.819160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021631, 0.032958, 0.073081, 0.269510, 1.103646",\
|
|
"0.021631, 0.032958, 0.073081, 0.269510, 1.103646",\
|
|
"0.021631, 0.032958, 0.073081, 0.269510, 1.103646",\
|
|
"0.021631, 0.032958, 0.073081, 0.269510, 1.103646",\
|
|
"0.021631, 0.032958, 0.073081, 0.269510, 1.103646");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "2.530921, 2.540109, 2.563129, 2.631579, 2.878856",\
|
|
"2.626454, 2.635642, 2.658663, 2.727113, 2.974390",\
|
|
"2.697010, 2.706198, 2.729218, 2.797668, 3.044945",\
|
|
"2.780515, 2.789702, 2.812723, 2.881173, 3.128450",\
|
|
"3.124616, 3.133804, 3.156825, 3.225274, 3.472552");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020063, 0.026007, 0.043863, 0.120094, 0.454043",\
|
|
"0.020063, 0.026007, 0.043863, 0.120094, 0.454043",\
|
|
"0.020063, 0.026007, 0.043863, 0.120094, 0.454043",\
|
|
"0.020063, 0.026007, 0.043863, 0.120094, 0.454043",\
|
|
"0.020063, 0.026007, 0.043863, 0.120094, 0.454043");
|
|
}
|
|
|
|
} /* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.564361, 0.576125, 0.610790, 0.754091, 1.347139",\
|
|
"0.628628, 0.640392, 0.675057, 0.818358, 1.393220",\
|
|
"0.675186, 0.686950, 0.721615, 0.864916, 1.393220",\
|
|
"0.705124, 0.716888, 0.751554, 0.894855, 1.393220",\
|
|
"0.705124, 0.716888, 0.751554, 0.894855, 1.393220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021613, 0.032942, 0.073071, 0.274422, 1.124858",\
|
|
"0.021613, 0.032942, 0.073071, 0.274422, 1.124858",\
|
|
"0.021613, 0.032942, 0.073071, 0.274422, 1.124858",\
|
|
"0.021614, 0.032943, 0.073072, 0.274421, 1.124858",\
|
|
"0.021619, 0.032947, 0.073074, 0.274421, 1.124859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.675937, 0.685125, 0.708146, 0.779213, 1.029633",\
|
|
"0.778204, 0.787392, 0.810413, 0.881480, 1.131900",\
|
|
"0.928259, 0.937446, 0.960467, 1.031535, 1.281955",\
|
|
"1.204460, 1.213647, 1.236668, 1.307736, 1.558155",\
|
|
"1.744045, 1.753233, 1.776254, 1.847321, 2.097741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020065, 0.026009, 0.043864, 0.125021, 0.472320",\
|
|
"0.020065, 0.026009, 0.043864, 0.125021, 0.472320",\
|
|
"0.020065, 0.026008, 0.043864, 0.125021, 0.472320",\
|
|
"0.020065, 0.026008, 0.043864, 0.125021, 0.472320",\
|
|
"0.020064, 0.026008, 0.043864, 0.125021, 0.472320");
|
|
}
|
|
|
|
} /* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.557057, 0.568820, 0.603482, 0.744172, 1.328638",\
|
|
"0.603054, 0.614816, 0.649478, 0.790168, 1.374635",\
|
|
"0.603054, 0.614816, 0.649478, 0.790168, 1.374635",\
|
|
"0.603054, 0.614816, 0.649478, 0.790168, 1.374635",\
|
|
"0.603054, 0.614816, 0.649478, 0.790168, 1.374635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021601, 0.032931, 0.073064, 0.269515, 1.103642",\
|
|
"0.021601, 0.032931, 0.073064, 0.269515, 1.103642",\
|
|
"0.021600, 0.032931, 0.073064, 0.269515, 1.103641",\
|
|
"0.021599, 0.032930, 0.073063, 0.269515, 1.103641",\
|
|
"0.021599, 0.032930, 0.073063, 0.269515, 1.103641");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.672694, 0.681880, 0.704899, 0.773343, 1.020632",\
|
|
"0.774961, 0.784147, 0.807166, 0.875610, 1.122898",\
|
|
"0.925015, 0.934201, 0.957220, 1.025663, 1.272952",\
|
|
"1.201214, 1.210400, 1.233419, 1.301863, 1.549152",\
|
|
"1.740791, 1.749978, 1.772996, 1.841440, 2.088729");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020038, 0.025985, 0.043845, 0.120093, 0.454043",\
|
|
"0.020038, 0.025985, 0.043845, 0.120093, 0.454043",\
|
|
"0.020038, 0.025985, 0.043845, 0.120093, 0.454042",\
|
|
"0.020038, 0.025984, 0.043844, 0.120093, 0.454042",\
|
|
"0.020038, 0.025984, 0.043844, 0.120093, 0.454042");
|
|
}
|
|
|
|
} /* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.717366, 0.726554, 0.749575, 0.820643, 1.071062",\
|
|
"0.781633, 0.790821, 0.813842, 0.884910, 1.110111",\
|
|
"0.827659, 0.836847, 0.859868, 0.930935, 1.110111",\
|
|
"0.856042, 0.865230, 0.888251, 0.959318, 1.110111",\
|
|
"0.856042, 0.865230, 0.888251, 0.959318, 1.110111");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020065, 0.026009, 0.043864, 0.125021, 0.472320",\
|
|
"0.020065, 0.026009, 0.043864, 0.125021, 0.472320",\
|
|
"0.020065, 0.026008, 0.043864, 0.125021, 0.472320",\
|
|
"0.020065, 0.026008, 0.043864, 0.125021, 0.472320",\
|
|
"0.020064, 0.026008, 0.043864, 0.125021, 0.472320");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.557117, 0.568882, 0.603547, 0.746848, 1.339896",\
|
|
"0.659384, 0.671149, 0.705814, 0.849115, 1.442163",\
|
|
"0.810307, 0.822072, 0.856737, 1.000038, 1.593086",\
|
|
"1.087511, 1.099276, 1.133941, 1.277242, 1.870290",\
|
|
"1.626279, 1.638045, 1.672711, 1.816013, 2.409058");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021613, 0.032942, 0.073071, 0.274422, 1.124858",\
|
|
"0.021613, 0.032942, 0.073071, 0.274422, 1.124858",\
|
|
"0.021613, 0.032942, 0.073071, 0.274422, 1.124858",\
|
|
"0.021614, 0.032943, 0.073072, 0.274421, 1.124858",\
|
|
"0.021619, 0.032947, 0.073074, 0.274421, 1.124859");
|
|
}
|
|
|
|
} /* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.714123, 0.723310, 0.746328, 0.814772, 1.062061",\
|
|
"0.753161, 0.762347, 0.785366, 0.853809, 1.101098",\
|
|
"0.753161, 0.762347, 0.785366, 0.853809, 1.101098",\
|
|
"0.753161, 0.762347, 0.785366, 0.853809, 1.101098",\
|
|
"0.753161, 0.762347, 0.785366, 0.853809, 1.101098");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020038, 0.025985, 0.043845, 0.120093, 0.454043",\
|
|
"0.020038, 0.025985, 0.043845, 0.120093, 0.454043",\
|
|
"0.020038, 0.025985, 0.043845, 0.120093, 0.454042",\
|
|
"0.020038, 0.025984, 0.043844, 0.120093, 0.454042",\
|
|
"0.020038, 0.025984, 0.043844, 0.120093, 0.454042");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.549814, 0.561576, 0.596239, 0.736928, 1.321395",\
|
|
"0.652081, 0.663843, 0.698506, 0.839195, 1.423662",\
|
|
"0.802988, 0.814750, 0.849412, 0.990102, 1.574569",\
|
|
"1.080164, 1.091925, 1.126588, 1.267277, 1.851744",\
|
|
"1.618892, 1.630654, 1.665317, 1.806006, 2.390473");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021601, 0.032931, 0.073064, 0.269515, 1.103642",\
|
|
"0.021601, 0.032931, 0.073064, 0.269515, 1.103642",\
|
|
"0.021600, 0.032931, 0.073064, 0.269515, 1.103641",\
|
|
"0.021599, 0.032930, 0.073063, 0.269515, 1.103641",\
|
|
"0.021599, 0.032930, 0.073063, 0.269515, 1.103641");
|
|
}
|
|
|
|
} /* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.547318, 0.559090, 0.593763, 0.737069, 1.330099",\
|
|
"0.636275, 0.648047, 0.682720, 0.826026, 1.419056",\
|
|
"0.695615, 0.707386, 0.742060, 0.885366, 1.478395",\
|
|
"0.766359, 0.778131, 0.812805, 0.956111, 1.549140",\
|
|
"1.057916, 1.069689, 1.104364, 1.247671, 1.840697");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021650, 0.032974, 0.073091, 0.274416, 1.124864",\
|
|
"0.021650, 0.032974, 0.073091, 0.274416, 1.124864",\
|
|
"0.021650, 0.032974, 0.073091, 0.274416, 1.124864",\
|
|
"0.021652, 0.032976, 0.073092, 0.274416, 1.124864",\
|
|
"0.021657, 0.032980, 0.073095, 0.274415, 1.124865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.634816, 0.644002, 0.667021, 0.738082, 0.988514",\
|
|
"0.759456, 0.768642, 0.791661, 0.862722, 1.113154",\
|
|
"0.886470, 0.895656, 0.918675, 0.989736, 1.240168",\
|
|
"1.085904, 1.095091, 1.118109, 1.189170, 1.439602",\
|
|
"1.910804, 1.919990, 1.943009, 2.014069, 2.264502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020038, 0.025984, 0.043844, 0.125020, 0.472319",\
|
|
"0.020038, 0.025984, 0.043844, 0.125020, 0.472319",\
|
|
"0.020037, 0.025984, 0.043844, 0.125020, 0.472319",\
|
|
"0.020037, 0.025983, 0.043844, 0.125020, 0.472319",\
|
|
"0.020036, 0.025982, 0.043843, 0.125020, 0.472319");
|
|
}
|
|
|
|
} /* 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.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.540141, 0.551913, 0.586586, 0.727283, 1.311725",\
|
|
"0.629098, 0.640870, 0.675543, 0.816239, 1.400682",\
|
|
"0.688438, 0.700209, 0.734883, 0.875579, 1.460021",\
|
|
"0.759182, 0.770954, 0.805628, 0.946325, 1.530766",\
|
|
"1.050739, 1.062512, 1.097188, 1.237885, 1.822323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.021650, 0.032974, 0.073091, 0.269507, 1.103649",\
|
|
"0.021650, 0.032974, 0.073091, 0.269507, 1.103649",\
|
|
"0.021650, 0.032974, 0.073091, 0.269507, 1.103649",\
|
|
"0.021652, 0.032976, 0.073092, 0.269507, 1.103650",\
|
|
"0.021657, 0.032980, 0.073095, 0.269506, 1.103650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.633109, 0.642296, 0.665314, 0.733758, 0.981047",\
|
|
"0.757749, 0.766935, 0.789954, 0.858398, 1.105687",\
|
|
"0.884764, 0.893950, 0.916969, 0.985412, 1.232702",\
|
|
"1.084198, 1.093384, 1.116403, 1.184846, 1.432136",\
|
|
"1.909097, 1.918284, 1.941302, 2.009745, 2.257035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001999, 0.012771, 0.051999, 0.234078, 1.000000");
|
|
values ( "0.020038, 0.025984, 0.043844, 0.120093, 0.454043",\
|
|
"0.020038, 0.025984, 0.043844, 0.120093, 0.454043",\
|
|
"0.020037, 0.025984, 0.043844, 0.120093, 0.454043",\
|
|
"0.020037, 0.025983, 0.043844, 0.120093, 0.454043",\
|
|
"0.020036, 0.025982, 0.043843, 0.120093, 0.454043");
|
|
}
|
|
|
|
} /* 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.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 ( "2.626451, 2.635857, 2.670521, 2.814278, 3.408622",\
|
|
"2.721984, 2.731390, 2.766054, 2.909811, 3.504156",\
|
|
"2.792540, 2.801947, 2.836611, 2.980368, 3.574712",\
|
|
"2.876044, 2.885451, 2.920115, 3.063872, 3.658216",\
|
|
"3.220146, 3.229552, 3.264216, 3.407973, 4.002317");
|
|
}
|
|
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.022330, 0.033603, 0.073704, 0.276201, 1.129336",\
|
|
"0.022330, 0.033603, 0.073704, 0.276201, 1.129336",\
|
|
"0.022330, 0.033603, 0.073704, 0.276201, 1.129336",\
|
|
"0.022330, 0.033603, 0.073704, 0.276201, 1.129336",\
|
|
"0.022330, 0.033603, 0.073704, 0.276201, 1.129336");
|
|
}
|
|
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 ( "2.748002, 2.755622, 2.778574, 2.850070, 3.101360",\
|
|
"2.843536, 2.851156, 2.874108, 2.945604, 3.196893",\
|
|
"2.914091, 2.921712, 2.944664, 3.016159, 3.267449",\
|
|
"2.997596, 3.005217, 3.028168, 3.099664, 3.350954",\
|
|
"3.341697, 3.349318, 3.372269, 3.443765, 3.695055");
|
|
}
|
|
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.020481, 0.026292, 0.044061, 0.126374, 0.476497",\
|
|
"0.020481, 0.026292, 0.044061, 0.126374, 0.476497",\
|
|
"0.020481, 0.026292, 0.044061, 0.126374, 0.476497",\
|
|
"0.020481, 0.026292, 0.044061, 0.126374, 0.476497",\
|
|
"0.020481, 0.026292, 0.044061, 0.126374, 0.476497");
|
|
}
|
|
|
|
} /* 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.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "2.474497, 2.486061, 2.520725, 2.661313, 3.245267",\
|
|
"2.570031, 2.581595, 2.616259, 2.756847, 3.340801",\
|
|
"2.640587, 2.652151, 2.686815, 2.827403, 3.411356",\
|
|
"2.724091, 2.735656, 2.770319, 2.910908, 3.494861",\
|
|
"3.068193, 3.079757, 3.114421, 3.255009, 3.838963");
|
|
}
|
|
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.022330, 0.033603, 0.073704, 0.270240, 1.103643",\
|
|
"0.022330, 0.033603, 0.073704, 0.270240, 1.103643",\
|
|
"0.022330, 0.033603, 0.073704, 0.270240, 1.103643",\
|
|
"0.022330, 0.033603, 0.073704, 0.270240, 1.103643",\
|
|
"0.022330, 0.033603, 0.073704, 0.270240, 1.103643");
|
|
}
|
|
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 ( "2.563145, 2.572079, 2.595031, 2.663346, 2.910409",\
|
|
"2.658678, 2.667612, 2.690564, 2.758879, 3.005943",\
|
|
"2.729234, 2.738168, 2.761120, 2.829435, 3.076499",\
|
|
"2.812739, 2.821673, 2.844625, 2.912940, 3.160004",\
|
|
"3.156840, 3.165774, 3.188726, 3.257041, 3.504105");
|
|
}
|
|
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.020481, 0.026292, 0.044061, 0.120385, 0.454043",\
|
|
"0.020481, 0.026292, 0.044061, 0.120385, 0.454043",\
|
|
"0.020481, 0.026292, 0.044061, 0.120385, 0.454043",\
|
|
"0.020481, 0.026292, 0.044061, 0.120385, 0.454043",\
|
|
"0.020481, 0.026292, 0.044061, 0.120385, 0.454043");
|
|
}
|
|
|
|
} /* 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.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.564759, 0.574165, 0.608825, 0.752580, 1.346933",\
|
|
"0.629026, 0.638432, 0.673092, 0.816847, 1.393016",\
|
|
"0.675584, 0.684991, 0.719651, 0.863406, 1.393016",\
|
|
"0.705523, 0.714930, 0.749590, 0.893345, 1.393016",\
|
|
"0.705523, 0.714930, 0.749590, 0.893345, 1.393016");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.022311, 0.033587, 0.073694, 0.276204, 1.129334",\
|
|
"0.022311, 0.033587, 0.073694, 0.276204, 1.129334",\
|
|
"0.022312, 0.033588, 0.073694, 0.276204, 1.129334",\
|
|
"0.022313, 0.033589, 0.073695, 0.276204, 1.129334",\
|
|
"0.022318, 0.033593, 0.073697, 0.276203, 1.129334");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.678448, 0.686068, 0.709021, 0.780517, 1.031805",\
|
|
"0.780715, 0.788336, 0.811288, 0.882784, 1.134073",\
|
|
"0.930772, 0.938393, 0.961345, 1.032841, 1.284130",\
|
|
"1.206979, 1.214599, 1.237551, 1.309048, 1.560336",\
|
|
"1.746572, 1.754192, 1.777144, 1.848640, 2.099929");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497");
|
|
}
|
|
|
|
} /* 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.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.557574, 0.569133, 0.603791, 0.744375, 1.328343",\
|
|
"0.603573, 0.615132, 0.649789, 0.790373, 1.374342",\
|
|
"0.603573, 0.615132, 0.649789, 0.790373, 1.374342",\
|
|
"0.603573, 0.615132, 0.649789, 0.790373, 1.374342",\
|
|
"0.603573, 0.615132, 0.649789, 0.790373, 1.374342");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.022300, 0.033577, 0.073687, 0.270244, 1.103638",\
|
|
"0.022300, 0.033577, 0.073687, 0.270244, 1.103638",\
|
|
"0.022299, 0.033576, 0.073687, 0.270244, 1.103638",\
|
|
"0.022298, 0.033575, 0.073686, 0.270244, 1.103638",\
|
|
"0.022298, 0.033575, 0.073686, 0.270244, 1.103638");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.672726, 0.681658, 0.704608, 0.772918, 1.019993",\
|
|
"0.774993, 0.783925, 0.806875, 0.875185, 1.122260",\
|
|
"0.925049, 0.933982, 0.956932, 1.025241, 1.272317",\
|
|
"1.201255, 1.210188, 1.233138, 1.301447, 1.548522",\
|
|
"1.740841, 1.749773, 1.772723, 1.841033, 2.088108");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020456, 0.026270, 0.044043, 0.120384, 0.454042");
|
|
}
|
|
|
|
} /* 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.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.719922, 0.727543, 0.750495, 0.821991, 1.073280",\
|
|
"0.784189, 0.791810, 0.814762, 0.886258, 1.112330",\
|
|
"0.830215, 0.837836, 0.860788, 0.932284, 1.112330",\
|
|
"0.858599, 0.866219, 0.889171, 0.960667, 1.112330",\
|
|
"0.858599, 0.866219, 0.889171, 0.960667, 1.112330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497",\
|
|
"0.020483, 0.026294, 0.044063, 0.126374, 0.476497");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.557481, 0.566887, 0.601547, 0.745302, 1.339655",\
|
|
"0.659748, 0.669154, 0.703814, 0.847569, 1.441922",\
|
|
"0.810674, 0.820080, 0.854741, 0.998495, 1.592848",\
|
|
"1.087885, 1.097292, 1.131953, 1.275707, 1.870059",\
|
|
"1.626661, 1.636068, 1.670729, 1.814484, 2.408834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.022311, 0.033587, 0.073694, 0.276204, 1.129334",\
|
|
"0.022311, 0.033587, 0.073694, 0.276204, 1.129334",\
|
|
"0.022312, 0.033588, 0.073694, 0.276204, 1.129334",\
|
|
"0.022313, 0.033589, 0.073695, 0.276204, 1.129334",\
|
|
"0.022318, 0.033593, 0.073697, 0.276203, 1.129334");
|
|
}
|
|
|
|
} /* 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.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.714200, 0.723132, 0.746082, 0.814392, 1.061467",\
|
|
"0.753242, 0.762174, 0.785124, 0.853433, 1.100509",\
|
|
"0.753242, 0.762174, 0.785124, 0.853433, 1.100509",\
|
|
"0.753242, 0.762174, 0.785124, 0.853433, 1.100509",\
|
|
"0.753242, 0.762174, 0.785124, 0.853433, 1.100509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020457, 0.026271, 0.044043, 0.120384, 0.454042",\
|
|
"0.020456, 0.026270, 0.044043, 0.120384, 0.454042");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.550296, 0.561855, 0.596513, 0.737097, 1.321065",\
|
|
"0.652563, 0.664122, 0.698780, 0.839364, 1.423332",\
|
|
"0.803473, 0.815032, 0.849689, 0.990273, 1.574242",\
|
|
"1.080656, 1.092215, 1.126872, 1.267456, 1.851425",\
|
|
"1.619391, 1.630950, 1.665607, 1.806191, 2.390160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.022300, 0.033577, 0.073687, 0.270244, 1.103638",\
|
|
"0.022300, 0.033577, 0.073687, 0.270244, 1.103638",\
|
|
"0.022299, 0.033576, 0.073687, 0.270244, 1.103638",\
|
|
"0.022298, 0.033575, 0.073686, 0.270244, 1.103638",\
|
|
"0.022298, 0.033575, 0.073686, 0.270244, 1.103638");
|
|
}
|
|
|
|
} /* 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.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.555011, 0.564418, 0.599086, 0.742846, 1.337180",\
|
|
"0.643983, 0.653390, 0.688059, 0.831819, 1.426152",\
|
|
"0.703275, 0.712682, 0.747350, 0.891110, 1.485444",\
|
|
"0.773950, 0.783356, 0.818025, 0.961785, 1.556118",\
|
|
"1.065218, 1.074624, 1.109295, 1.253055, 1.847386");
|
|
}
|
|
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.022350, 0.033621, 0.073715, 0.276198, 1.129340",\
|
|
"0.022350, 0.033621, 0.073715, 0.276198, 1.129340",\
|
|
"0.022351, 0.033621, 0.073715, 0.276198, 1.129340",\
|
|
"0.022352, 0.033622, 0.073716, 0.276198, 1.129340",\
|
|
"0.022357, 0.033627, 0.073719, 0.276197, 1.129341");
|
|
}
|
|
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 ( "0.643126, 0.650748, 0.673698, 0.745187, 0.996488",\
|
|
"0.767784, 0.775406, 0.798356, 0.869846, 1.121147",\
|
|
"0.894858, 0.902480, 0.925430, 0.996919, 1.248220",\
|
|
"1.094677, 1.102299, 1.125249, 1.196738, 1.448039",\
|
|
"1.920453, 1.928075, 1.951025, 2.022514, 2.273816");
|
|
}
|
|
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.020456, 0.026270, 0.044043, 0.126373, 0.476497",\
|
|
"0.020456, 0.026270, 0.044043, 0.126373, 0.476497",\
|
|
"0.020456, 0.026270, 0.044043, 0.126373, 0.476497",\
|
|
"0.020456, 0.026269, 0.044042, 0.126373, 0.476496",\
|
|
"0.020455, 0.026268, 0.044042, 0.126373, 0.476496");
|
|
}
|
|
|
|
} /* 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.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "0.547947, 0.559515, 0.594184, 0.734775, 1.318718",\
|
|
"0.636919, 0.648487, 0.683156, 0.823747, 1.407690",\
|
|
"0.696211, 0.707779, 0.742447, 0.883039, 1.466982",\
|
|
"0.766885, 0.778454, 0.813123, 0.953714, 1.537656",\
|
|
"1.058152, 1.069721, 1.104392, 1.244984, 1.828924");
|
|
}
|
|
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.022350, 0.033621, 0.073715, 0.270236, 1.103646",\
|
|
"0.022350, 0.033621, 0.073715, 0.270236, 1.103646",\
|
|
"0.022351, 0.033621, 0.073715, 0.270236, 1.103647",\
|
|
"0.022352, 0.033622, 0.073716, 0.270236, 1.103647",\
|
|
"0.022357, 0.033627, 0.073719, 0.270235, 1.103648");
|
|
}
|
|
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 ( "0.638935, 0.647868, 0.670818, 0.739127, 0.986203",\
|
|
"0.763594, 0.772526, 0.795476, 0.863786, 1.110861",\
|
|
"0.890667, 0.899600, 0.922550, 0.990859, 1.237935",\
|
|
"1.090486, 1.099419, 1.122369, 1.190678, 1.437754",\
|
|
"1.916263, 1.925195, 1.948145, 2.016454, 2.263530");
|
|
}
|
|
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.020456, 0.026270, 0.044043, 0.120384, 0.454043",\
|
|
"0.020456, 0.026270, 0.044043, 0.120384, 0.454043",\
|
|
"0.020456, 0.026270, 0.044043, 0.120384, 0.454043",\
|
|
"0.020456, 0.026269, 0.044042, 0.120384, 0.454043",\
|
|
"0.020455, 0.026268, 0.044042, 0.120384, 0.454043");
|
|
}
|
|
|
|
} /* 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.002337 ;
|
|
|
|
/* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.770302, 2.780181, 2.815273, 2.958874, 3.550693",\
|
|
"2.865835, 2.875715, 2.910807, 3.054408, 3.646226",\
|
|
"2.936391, 2.946271, 2.981363, 3.124964, 3.716782",\
|
|
"3.019896, 3.029775, 3.064867, 3.208468, 3.800287",\
|
|
"3.363997, 3.373877, 3.408968, 3.552569, 4.144388");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024067, 0.035094, 0.074574, 0.274521, 1.125351",\
|
|
"0.024067, 0.035094, 0.074574, 0.274521, 1.125351",\
|
|
"0.024067, 0.035094, 0.074574, 0.274521, 1.125351",\
|
|
"0.024067, 0.035094, 0.074574, 0.274521, 1.125351",\
|
|
"0.024067, 0.035094, 0.074574, 0.274521, 1.125351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.953122, 2.960752, 2.983734, 3.054887, 3.305050",\
|
|
"3.048656, 3.056285, 3.079267, 3.150421, 3.400583",\
|
|
"3.119211, 3.126841, 3.149823, 3.220977, 3.471139",\
|
|
"3.202716, 3.210346, 3.233328, 3.304481, 3.554644",\
|
|
"3.546817, 3.554447, 3.577429, 3.648582, 3.898745");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020651, 0.026484, 0.044265, 0.125229, 0.472465",\
|
|
"0.020651, 0.026484, 0.044265, 0.125229, 0.472465",\
|
|
"0.020651, 0.026484, 0.044265, 0.125229, 0.472465",\
|
|
"0.020651, 0.026484, 0.044265, 0.125229, 0.472465",\
|
|
"0.020651, 0.026484, 0.044265, 0.125229, 0.472465");
|
|
}
|
|
|
|
} /* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.610254, 2.622265, 2.657357, 2.798326, 3.381497",\
|
|
"2.705787, 2.717798, 2.752890, 2.893860, 3.477031",\
|
|
"2.776343, 2.788354, 2.823446, 2.964416, 3.547587",\
|
|
"2.859848, 2.871859, 2.906951, 3.047920, 3.631091",\
|
|
"3.203949, 3.215960, 3.251052, 3.392022, 3.975193");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024067, 0.035094, 0.074574, 0.269565, 1.103974",\
|
|
"0.024067, 0.035094, 0.074574, 0.269565, 1.103974",\
|
|
"0.024067, 0.035094, 0.074574, 0.269565, 1.103974",\
|
|
"0.024067, 0.035094, 0.074574, 0.269565, 1.103974",\
|
|
"0.024067, 0.035094, 0.074574, 0.269565, 1.103974");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.773379, 2.782414, 2.805396, 2.873910, 3.120907",\
|
|
"2.868912, 2.877947, 2.900929, 2.969444, 3.216440",\
|
|
"2.939468, 2.948503, 2.971485, 3.039999, 3.286996",\
|
|
"3.022973, 3.032008, 3.054990, 3.123504, 3.370501",\
|
|
"3.367074, 3.376109, 3.399091, 3.467605, 3.714602");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020651, 0.026484, 0.044265, 0.120255, 0.454050",\
|
|
"0.020651, 0.026484, 0.044265, 0.120255, 0.454050",\
|
|
"0.020651, 0.026484, 0.044265, 0.120255, 0.454050",\
|
|
"0.020651, 0.026484, 0.044265, 0.120255, 0.454050",\
|
|
"0.020651, 0.026484, 0.044265, 0.120255, 0.454050");
|
|
}
|
|
|
|
} /* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.618816, 0.628695, 0.663783, 0.807381, 1.399209",\
|
|
"0.707166, 0.717045, 0.752132, 0.895730, 1.487559",\
|
|
"0.766087, 0.775966, 0.811054, 0.954651, 1.546480",\
|
|
"0.831231, 0.841110, 0.876198, 1.019796, 1.611624",\
|
|
"1.099706, 1.109585, 1.144673, 1.288271, 1.880099");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024048, 0.035078, 0.074564, 0.274524, 1.125347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.761107, 0.768737, 0.791719, 0.862872, 1.113035",\
|
|
"0.887203, 0.894833, 0.917815, 0.988969, 1.239131",\
|
|
"1.025774, 1.033404, 1.056386, 1.127540, 1.377702",\
|
|
"1.245231, 1.252860, 1.275843, 1.346997, 1.597158",\
|
|
"2.147858, 2.155487, 2.178470, 2.249624, 2.499785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020652, 0.026485, 0.044266, 0.125229, 0.472466",\
|
|
"0.020652, 0.026485, 0.044266, 0.125229, 0.472466",\
|
|
"0.020653, 0.026486, 0.044266, 0.125229, 0.472466",\
|
|
"0.020654, 0.026487, 0.044267, 0.125229, 0.472466",\
|
|
"0.020655, 0.026487, 0.044268, 0.125229, 0.472466");
|
|
}
|
|
|
|
} /* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.616686, 0.628693, 0.663780, 0.804747, 1.387928",\
|
|
"0.705035, 0.717043, 0.752130, 0.893097, 1.476278",\
|
|
"0.763945, 0.775952, 0.811039, 0.952006, 1.535187",\
|
|
"0.829058, 0.841065, 0.876151, 1.017118, 1.600300",\
|
|
"1.097460, 1.109465, 1.144551, 1.285517, 1.868702");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024046, 0.035076, 0.074562, 0.269568, 1.103970",\
|
|
"0.024046, 0.035076, 0.074562, 0.269568, 1.103970",\
|
|
"0.024045, 0.035075, 0.074562, 0.269568, 1.103970",\
|
|
"0.024043, 0.035073, 0.074560, 0.269569, 1.103970",\
|
|
"0.024038, 0.035068, 0.074558, 0.269569, 1.103969");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.759221, 0.768255, 0.791237, 0.859749, 1.106750",\
|
|
"0.885317, 0.894352, 0.917334, 0.985846, 1.232846",\
|
|
"1.023862, 1.032897, 1.055878, 1.124391, 1.371391",\
|
|
"1.243271, 1.252306, 1.275288, 1.343800, 1.590800",\
|
|
"2.145975, 2.155010, 2.177991, 2.246505, 2.493504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020644, 0.026477, 0.044260, 0.120254, 0.454050",\
|
|
"0.020644, 0.026477, 0.044260, 0.120254, 0.454050",\
|
|
"0.020644, 0.026478, 0.044260, 0.120254, 0.454050",\
|
|
"0.020645, 0.026478, 0.044260, 0.120254, 0.454050",\
|
|
"0.020646, 0.026480, 0.044261, 0.120254, 0.454051");
|
|
}
|
|
|
|
} /* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.812602, 0.820231, 0.843213, 0.914367, 1.164529",\
|
|
"0.900951, 0.908581, 0.931563, 1.002717, 1.252879",\
|
|
"0.959455, 0.967085, 0.990067, 1.061221, 1.311383",\
|
|
"1.023775, 1.031404, 1.054386, 1.125540, 1.375702",\
|
|
"1.288579, 1.296208, 1.319191, 1.390345, 1.640506");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020652, 0.026485, 0.044266, 0.125229, 0.472466",\
|
|
"0.020652, 0.026485, 0.044266, 0.125229, 0.472466",\
|
|
"0.020653, 0.026486, 0.044266, 0.125229, 0.472466",\
|
|
"0.020654, 0.026487, 0.044267, 0.125229, 0.472466",\
|
|
"0.020655, 0.026487, 0.044268, 0.125229, 0.472466");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.685102, 0.694982, 0.730069, 0.873667, 1.465496",\
|
|
"0.811199, 0.821078, 0.856165, 0.999763, 1.591592",\
|
|
"0.950206, 0.960086, 0.995173, 1.138771, 1.730600",\
|
|
"1.170481, 1.180360, 1.215448, 1.359045, 1.950874",\
|
|
"2.076326, 2.086205, 2.121293, 2.264891, 2.856719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024047, 0.035076, 0.074563, 0.274524, 1.125347",\
|
|
"0.024048, 0.035078, 0.074564, 0.274524, 1.125347");
|
|
}
|
|
|
|
} /* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.810715, 0.819750, 0.842732, 0.911244, 1.158244",\
|
|
"0.899065, 0.908100, 0.931081, 0.999594, 1.246594",\
|
|
"0.957543, 0.966577, 0.989559, 1.058072, 1.305072",\
|
|
"1.021815, 1.030849, 1.053831, 1.122344, 1.369344",\
|
|
"1.286696, 1.295730, 1.318712, 1.387225, 1.634224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020644, 0.026477, 0.044260, 0.120254, 0.454050",\
|
|
"0.020644, 0.026477, 0.044260, 0.120254, 0.454050",\
|
|
"0.020644, 0.026478, 0.044260, 0.120254, 0.454050",\
|
|
"0.020645, 0.026478, 0.044260, 0.120254, 0.454050",\
|
|
"0.020646, 0.026480, 0.044261, 0.120254, 0.454051");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.682972, 0.694979, 0.730067, 0.871033, 1.454215",\
|
|
"0.809068, 0.821076, 0.856163, 0.997130, 1.580311",\
|
|
"0.948064, 0.960071, 0.995158, 1.136125, 1.719307",\
|
|
"1.168308, 1.180315, 1.215401, 1.356367, 1.939550",\
|
|
"2.074080, 2.086086, 2.121171, 2.262137, 2.845322");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024046, 0.035076, 0.074562, 0.269568, 1.103970",\
|
|
"0.024046, 0.035076, 0.074562, 0.269568, 1.103970",\
|
|
"0.024045, 0.035075, 0.074562, 0.269568, 1.103970",\
|
|
"0.024043, 0.035073, 0.074560, 0.269569, 1.103970",\
|
|
"0.024038, 0.035068, 0.074558, 0.269569, 1.103969");
|
|
}
|
|
|
|
} /* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.626399, 0.636279, 0.671374, 0.814976, 1.406789",\
|
|
"0.712581, 0.722461, 0.757555, 0.901158, 1.492970",\
|
|
"0.770151, 0.780031, 0.815126, 0.958728, 1.550541",\
|
|
"0.839915, 0.849795, 0.884890, 1.028492, 1.620305",\
|
|
"1.127429, 1.137309, 1.172405, 1.316007, 1.907819");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024080, 0.035105, 0.074581, 0.274519, 1.125352",\
|
|
"0.024080, 0.035105, 0.074581, 0.274519, 1.125352",\
|
|
"0.024080, 0.035105, 0.074581, 0.274519, 1.125353",\
|
|
"0.024080, 0.035105, 0.074581, 0.274519, 1.125353",\
|
|
"0.024083, 0.035107, 0.074582, 0.274519, 1.125353");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.738529, 0.746159, 0.769141, 0.840294, 1.090458",\
|
|
"0.855429, 0.863059, 0.886041, 0.957194, 1.207358",\
|
|
"0.957278, 0.964908, 0.987890, 1.059043, 1.309206",\
|
|
"1.115031, 1.122660, 1.145643, 1.216795, 1.466959",\
|
|
"1.765581, 1.773211, 1.796193, 1.867345, 2.117509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020650, 0.026483, 0.044264, 0.125229, 0.472466",\
|
|
"0.020650, 0.026483, 0.044264, 0.125229, 0.472466",\
|
|
"0.020650, 0.026483, 0.044264, 0.125229, 0.472466",\
|
|
"0.020650, 0.026483, 0.044264, 0.125229, 0.472466",\
|
|
"0.020648, 0.026481, 0.044263, 0.125229, 0.472465");
|
|
}
|
|
|
|
} /* 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.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.624265, 0.636279, 0.671374, 0.812345, 1.395510",\
|
|
"0.710447, 0.722461, 0.757555, 0.898527, 1.481691",\
|
|
"0.768018, 0.780031, 0.815126, 0.956097, 1.539262",\
|
|
"0.837781, 0.849795, 0.884890, 1.025862, 1.609026",\
|
|
"1.125295, 1.137309, 1.172405, 1.313377, 1.896540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.024080, 0.035105, 0.074581, 0.269563, 1.103975",\
|
|
"0.024080, 0.035105, 0.074581, 0.269563, 1.103975",\
|
|
"0.024080, 0.035105, 0.074581, 0.269563, 1.103976",\
|
|
"0.024080, 0.035105, 0.074581, 0.269563, 1.103976",\
|
|
"0.024083, 0.035107, 0.074582, 0.269563, 1.103976");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.737124, 0.746159, 0.769141, 0.837655, 1.084653",\
|
|
"0.854024, 0.863059, 0.886041, 0.954555, 1.201553",\
|
|
"0.955873, 0.964908, 0.987890, 1.056404, 1.303401",\
|
|
"1.113626, 1.122660, 1.145643, 1.214156, 1.461154",\
|
|
"1.764176, 1.773211, 1.796193, 1.864706, 2.111704");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020649, 0.026482, 0.044264, 0.120254, 0.454051",\
|
|
"0.020649, 0.026482, 0.044264, 0.120254, 0.454051",\
|
|
"0.020649, 0.026482, 0.044264, 0.120254, 0.454051",\
|
|
"0.020649, 0.026482, 0.044264, 0.120254, 0.454051",\
|
|
"0.020648, 0.026481, 0.044263, 0.120254, 0.454050");
|
|
}
|
|
|
|
} /* 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.001783 ;
|
|
|
|
/* 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.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "2.416864, 2.428570, 2.463067, 2.606011, 3.198419",\
|
|
"2.512398, 2.524103, 2.558601, 2.701545, 3.293953",\
|
|
"2.582954, 2.594659, 2.629157, 2.772101, 3.364509",\
|
|
"2.666458, 2.678164, 2.712661, 2.855605, 3.448013",\
|
|
"3.010559, 3.022265, 3.056762, 3.199707, 3.792114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "0.020443, 0.031908, 0.072355, 0.273806, 1.122699",\
|
|
"0.020443, 0.031908, 0.072355, 0.273806, 1.122699",\
|
|
"0.020443, 0.031908, 0.072355, 0.273806, 1.122699",\
|
|
"0.020443, 0.031908, 0.072355, 0.273806, 1.122699",\
|
|
"0.020443, 0.031908, 0.072355, 0.273806, 1.122699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "2.398393, 2.407712, 2.430793, 2.501673, 2.751903",\
|
|
"2.493927, 2.503246, 2.526326, 2.597207, 2.847436",\
|
|
"2.564482, 2.573802, 2.596883, 2.667763, 2.917992",\
|
|
"2.647987, 2.657306, 2.680387, 2.751267, 3.001497",\
|
|
"2.992088, 3.001407, 3.024488, 3.095369, 3.345598");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "0.019743, 0.025804, 0.043686, 0.124488, 0.470512",\
|
|
"0.019743, 0.025804, 0.043686, 0.124488, 0.470512",\
|
|
"0.019743, 0.025804, 0.043686, 0.124488, 0.470512",\
|
|
"0.019743, 0.025804, 0.043686, 0.124488, 0.470512",\
|
|
"0.019743, 0.025804, 0.043686, 0.124488, 0.470512");
|
|
}
|
|
|
|
} /* 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.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "2.281681, 2.293386, 2.327884, 2.468444, 3.052992",\
|
|
"2.377214, 2.388920, 2.423417, 2.563977, 3.148525",\
|
|
"2.447770, 2.459476, 2.493973, 2.634533, 3.219081",\
|
|
"2.531275, 2.542980, 2.577478, 2.718038, 3.302586",\
|
|
"2.875376, 2.887082, 2.921579, 3.062139, 3.646687");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "0.020443, 0.031908, 0.072355, 0.269317, 1.103286",\
|
|
"0.020443, 0.031908, 0.072355, 0.269317, 1.103286",\
|
|
"0.020443, 0.031908, 0.072355, 0.269317, 1.103286",\
|
|
"0.020443, 0.031908, 0.072355, 0.269317, 1.103286",\
|
|
"0.020443, 0.031908, 0.072355, 0.269317, 1.103286");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "2.243365, 2.252684, 2.275765, 2.344254, 2.591565",\
|
|
"2.338898, 2.348217, 2.371298, 2.439788, 2.687099",\
|
|
"2.409454, 2.418773, 2.441854, 2.510344, 2.757655",\
|
|
"2.492959, 2.502278, 2.525359, 2.593848, 2.841159",\
|
|
"2.837060, 2.846379, 2.869460, 2.937950, 3.185261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001783, 0.012555, 0.051783, 0.233862, 1.000000");
|
|
values ( "0.019743, 0.025804, 0.043686, 0.119983, 0.453779",\
|
|
"0.019743, 0.025804, 0.043686, 0.119983, 0.453779",\
|
|
"0.019743, 0.025804, 0.043686, 0.119983, 0.453779",\
|
|
"0.019743, 0.025804, 0.043686, 0.119983, 0.453779",\
|
|
"0.019743, 0.025804, 0.043686, 0.119983, 0.453779");
|
|
}
|
|
|
|
} /* 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.002360 ;
|
|
|
|
/* 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.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "2.409917, 2.421417, 2.455943, 2.599545, 3.194261",\
|
|
"2.505451, 2.516951, 2.551477, 2.695079, 3.289795",\
|
|
"2.576007, 2.587507, 2.622033, 2.765635, 3.360351",\
|
|
"2.659511, 2.671011, 2.705537, 2.849139, 3.443855",\
|
|
"3.003612, 3.015112, 3.049638, 3.193241, 3.787956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "0.021273, 0.032656, 0.072984, 0.275834, 1.128646",\
|
|
"0.021273, 0.032656, 0.072984, 0.275834, 1.128646",\
|
|
"0.021273, 0.032656, 0.072984, 0.275834, 1.128646",\
|
|
"0.021273, 0.032656, 0.072984, 0.275834, 1.128646",\
|
|
"0.021273, 0.032656, 0.072984, 0.275834, 1.128646");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "2.365300, 2.374351, 2.397394, 2.468836, 2.720114",\
|
|
"2.460834, 2.469884, 2.492927, 2.564370, 2.815647",\
|
|
"2.531389, 2.540440, 2.563483, 2.634926, 2.886203",\
|
|
"2.614894, 2.623945, 2.646988, 2.718430, 2.969708",\
|
|
"2.958995, 2.968046, 2.991089, 3.062531, 3.313809");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "0.020146, 0.026046, 0.043833, 0.126078, 0.475765",\
|
|
"0.020146, 0.026046, 0.043833, 0.126078, 0.475765",\
|
|
"0.020146, 0.026046, 0.043833, 0.126078, 0.475765",\
|
|
"0.020146, 0.026046, 0.043833, 0.126078, 0.475765",\
|
|
"0.020146, 0.026046, 0.043833, 0.126078, 0.475765");
|
|
}
|
|
|
|
} /* 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.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "2.277187, 2.288687, 2.323213, 2.463716, 3.048266",\
|
|
"2.372720, 2.384220, 2.418746, 2.559249, 3.143800",\
|
|
"2.443276, 2.454776, 2.489302, 2.629805, 3.214356",\
|
|
"2.526781, 2.538281, 2.572807, 2.713310, 3.297860",\
|
|
"2.870882, 2.882382, 2.916908, 3.057411, 3.641962");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "0.021273, 0.032656, 0.072984, 0.270018, 1.103527",\
|
|
"0.021273, 0.032656, 0.072984, 0.270018, 1.103527",\
|
|
"0.021273, 0.032656, 0.072984, 0.270018, 1.103527",\
|
|
"0.021273, 0.032656, 0.072984, 0.270018, 1.103527",\
|
|
"0.021273, 0.032656, 0.072984, 0.270018, 1.103527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "2.225014, 2.234065, 2.257108, 2.325441, 2.572579",\
|
|
"2.320548, 2.329598, 2.352642, 2.420974, 2.668113",\
|
|
"2.391104, 2.400154, 2.423198, 2.491530, 2.738669",\
|
|
"2.474608, 2.483659, 2.506702, 2.575035, 2.822173",\
|
|
"2.818710, 2.827760, 2.850803, 2.919136, 3.166275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002360, 0.013132, 0.052360, 0.234439, 1.000000");
|
|
values ( "0.020146, 0.026046, 0.043833, 0.120236, 0.453815",\
|
|
"0.020146, 0.026046, 0.043833, 0.120236, 0.453815",\
|
|
"0.020146, 0.026046, 0.043833, 0.120236, 0.453815",\
|
|
"0.020146, 0.026046, 0.043833, 0.120236, 0.453815",\
|
|
"0.020146, 0.026046, 0.043833, 0.120236, 0.453815");
|
|
}
|
|
|
|
} /* 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.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 ( "2.394039, 2.405765, 2.440281, 2.583351, 3.176332",\
|
|
"2.489573, 2.501299, 2.535814, 2.678884, 3.271865",\
|
|
"2.560129, 2.571855, 2.606370, 2.749440, 3.342421",\
|
|
"2.643633, 2.655359, 2.689875, 2.832945, 3.425926",\
|
|
"2.987734, 2.999460, 3.033976, 3.177046, 3.770027");
|
|
}
|
|
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.020389, 0.031856, 0.072285, 0.274026, 1.123873",\
|
|
"0.020389, 0.031856, 0.072285, 0.274026, 1.123873",\
|
|
"0.020389, 0.031856, 0.072285, 0.274026, 1.123873",\
|
|
"0.020389, 0.031856, 0.072285, 0.274026, 1.123873",\
|
|
"0.020389, 0.031856, 0.072285, 0.274026, 1.123873");
|
|
}
|
|
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 ( "2.386138, 2.395485, 2.418591, 2.489592, 2.739988",\
|
|
"2.481671, 2.491019, 2.514124, 2.585125, 2.835522",\
|
|
"2.552227, 2.561575, 2.584680, 2.655681, 2.906078",\
|
|
"2.635732, 2.645079, 2.668185, 2.739186, 2.989582",\
|
|
"2.979833, 2.989180, 3.012285, 3.083287, 3.333683");
|
|
}
|
|
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.019710, 0.025776, 0.043648, 0.124730, 0.471515",\
|
|
"0.019710, 0.025776, 0.043648, 0.124730, 0.471515",\
|
|
"0.019710, 0.025776, 0.043648, 0.124730, 0.471515",\
|
|
"0.019710, 0.025776, 0.043648, 0.124730, 0.471515",\
|
|
"0.019710, 0.025776, 0.043648, 0.124730, 0.471515");
|
|
}
|
|
|
|
} /* 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.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "2.245586, 2.257312, 2.291828, 2.432370, 3.017026",\
|
|
"2.341120, 2.352846, 2.387361, 2.527904, 3.112560",\
|
|
"2.411676, 2.423402, 2.457917, 2.598460, 3.183115",\
|
|
"2.495181, 2.506907, 2.541422, 2.681965, 3.266620",\
|
|
"2.839282, 2.851008, 2.885523, 3.026066, 3.610721");
|
|
}
|
|
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.020389, 0.031856, 0.072285, 0.269276, 1.103314",\
|
|
"0.020389, 0.031856, 0.072285, 0.269276, 1.103314",\
|
|
"0.020389, 0.031856, 0.072285, 0.269276, 1.103314",\
|
|
"0.020389, 0.031856, 0.072285, 0.269276, 1.103314",\
|
|
"0.020389, 0.031856, 0.072285, 0.269276, 1.103314");
|
|
}
|
|
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 ( "2.193380, 2.202727, 2.225832, 2.294299, 2.541634",\
|
|
"2.288913, 2.298261, 2.321366, 2.389833, 2.637167",\
|
|
"2.359469, 2.368817, 2.391922, 2.460389, 2.707723",\
|
|
"2.442974, 2.452321, 2.475427, 2.543894, 2.791228",\
|
|
"2.787075, 2.796422, 2.819528, 2.887995, 3.135329");
|
|
}
|
|
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.019710, 0.025776, 0.043648, 0.119962, 0.453800",\
|
|
"0.019710, 0.025776, 0.043648, 0.119962, 0.453800",\
|
|
"0.019710, 0.025776, 0.043648, 0.119962, 0.453800",\
|
|
"0.019710, 0.025776, 0.043648, 0.119962, 0.453800",\
|
|
"0.019710, 0.025776, 0.043648, 0.119962, 0.453800");
|
|
}
|
|
|
|
} /* 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.001726 ;
|
|
|
|
/* 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.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "2.417460, 2.429175, 2.463655, 2.606528, 3.198790",\
|
|
"2.512994, 2.524709, 2.559189, 2.702062, 3.294324",\
|
|
"2.583550, 2.595265, 2.629744, 2.772618, 3.364880",\
|
|
"2.667055, 2.678770, 2.713249, 2.856122, 3.448385",\
|
|
"3.011156, 3.022871, 3.057350, 3.200224, 3.792486");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "0.020384, 0.031860, 0.072312, 0.273582, 1.121943",\
|
|
"0.020384, 0.031860, 0.072312, 0.273582, 1.121943",\
|
|
"0.020384, 0.031860, 0.072312, 0.273582, 1.121943",\
|
|
"0.020384, 0.031860, 0.072312, 0.273582, 1.121943",\
|
|
"0.020384, 0.031860, 0.072312, 0.273582, 1.121943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "2.393666, 2.403005, 2.426075, 2.496871, 2.747036",\
|
|
"2.489199, 2.498539, 2.521609, 2.592404, 2.842569",\
|
|
"2.559755, 2.569095, 2.592165, 2.662960, 2.913125",\
|
|
"2.643260, 2.652599, 2.675669, 2.746465, 2.996629",\
|
|
"2.987361, 2.996701, 3.019771, 3.090566, 3.340731");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "0.019709, 0.025780, 0.043679, 0.124275, 0.469862",\
|
|
"0.019709, 0.025780, 0.043679, 0.124275, 0.469862",\
|
|
"0.019709, 0.025780, 0.043679, 0.124275, 0.469862",\
|
|
"0.019709, 0.025780, 0.043679, 0.124275, 0.469862",\
|
|
"0.019709, 0.025780, 0.043679, 0.124275, 0.469862");
|
|
}
|
|
|
|
} /* 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.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "2.292835, 2.304549, 2.339029, 2.479619, 3.064350",\
|
|
"2.388368, 2.400083, 2.434562, 2.575153, 3.159883",\
|
|
"2.458924, 2.470639, 2.505118, 2.645708, 3.230439",\
|
|
"2.542428, 2.554143, 2.588623, 2.729213, 3.313944",\
|
|
"2.886530, 2.898245, 2.932724, 3.073314, 3.658045");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "0.020384, 0.031860, 0.072312, 0.269281, 1.103343",\
|
|
"0.020384, 0.031860, 0.072312, 0.269281, 1.103343",\
|
|
"0.020384, 0.031860, 0.072312, 0.269281, 1.103343",\
|
|
"0.020384, 0.031860, 0.072312, 0.269281, 1.103343",\
|
|
"0.020384, 0.031860, 0.072312, 0.269281, 1.103343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "2.269040, 2.278379, 2.301449, 2.369956, 2.617302",\
|
|
"2.364573, 2.373913, 2.396983, 2.465489, 2.712836",\
|
|
"2.435129, 2.444468, 2.467539, 2.536045, 2.783392",\
|
|
"2.518634, 2.527973, 2.551043, 2.619550, 2.866896",\
|
|
"2.862735, 2.872075, 2.895145, 2.963651, 3.210998");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001726, 0.012498, 0.051726, 0.233805, 1.000000");
|
|
values ( "0.019709, 0.025780, 0.043679, 0.119960, 0.453826",\
|
|
"0.019709, 0.025780, 0.043679, 0.119960, 0.453826",\
|
|
"0.019709, 0.025780, 0.043679, 0.119960, 0.453826",\
|
|
"0.019709, 0.025780, 0.043679, 0.119960, 0.453826",\
|
|
"0.019709, 0.025780, 0.043679, 0.119960, 0.453826");
|
|
}
|
|
|
|
} /* 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.002280 ;
|
|
|
|
/* 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.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "2.429304, 2.440861, 2.475420, 2.618915, 3.213063",\
|
|
"2.524837, 2.536395, 2.570953, 2.714448, 3.308596",\
|
|
"2.595393, 2.606951, 2.641509, 2.785004, 3.379152",\
|
|
"2.678898, 2.690455, 2.725013, 2.868509, 3.462656",\
|
|
"3.022999, 3.034557, 3.069115, 3.212610, 3.806758");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "0.021389, 0.032755, 0.073032, 0.275412, 1.127370",\
|
|
"0.021389, 0.032755, 0.073032, 0.275412, 1.127370",\
|
|
"0.021389, 0.032755, 0.073032, 0.275412, 1.127370",\
|
|
"0.021389, 0.032755, 0.073032, 0.275412, 1.127370",\
|
|
"0.021389, 0.032755, 0.073032, 0.275412, 1.127370");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "2.486904, 2.495965, 2.518981, 2.590344, 2.841405",\
|
|
"2.582437, 2.591498, 2.614515, 2.685877, 2.936938",\
|
|
"2.652993, 2.662054, 2.685071, 2.756433, 3.007494",\
|
|
"2.736498, 2.745559, 2.768575, 2.839938, 3.090999",\
|
|
"3.080599, 3.089660, 3.112677, 3.184039, 3.435100");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "0.020415, 0.026267, 0.044053, 0.125757, 0.474843",\
|
|
"0.020415, 0.026267, 0.044053, 0.125757, 0.474843",\
|
|
"0.020415, 0.026267, 0.044053, 0.125757, 0.474843",\
|
|
"0.020415, 0.026267, 0.044053, 0.125757, 0.474843",\
|
|
"0.020415, 0.026267, 0.044053, 0.125757, 0.474843");
|
|
}
|
|
|
|
} /* 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.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "2.289391, 2.300948, 2.335506, 2.476066, 3.060577",\
|
|
"2.384924, 2.396482, 2.431040, 2.571599, 3.156111",\
|
|
"2.455480, 2.467037, 2.501596, 2.642155, 3.226666",\
|
|
"2.538985, 2.550542, 2.585100, 2.725660, 3.310171",\
|
|
"2.883086, 2.894644, 2.929202, 3.069762, 3.654273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "0.021389, 0.032755, 0.073032, 0.269900, 1.103559",\
|
|
"0.021389, 0.032755, 0.073032, 0.269900, 1.103559",\
|
|
"0.021389, 0.032755, 0.073032, 0.269900, 1.103559",\
|
|
"0.021389, 0.032755, 0.073032, 0.269900, 1.103559",\
|
|
"0.021389, 0.032755, 0.073032, 0.269900, 1.103559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "2.329048, 2.338109, 2.361126, 2.429543, 2.676654",\
|
|
"2.424582, 2.433643, 2.456660, 2.525077, 2.772188",\
|
|
"2.495138, 2.504199, 2.527215, 2.595633, 2.842744",\
|
|
"2.578642, 2.587703, 2.610720, 2.679137, 2.926249",\
|
|
"2.922744, 2.931805, 2.954822, 3.023239, 3.270350");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002280, 0.013052, 0.052280, 0.234359, 1.000000");
|
|
values ( "0.020415, 0.026267, 0.044053, 0.120222, 0.454046",\
|
|
"0.020415, 0.026267, 0.044053, 0.120222, 0.454046",\
|
|
"0.020415, 0.026267, 0.044053, 0.120222, 0.454046",\
|
|
"0.020415, 0.026267, 0.044053, 0.120222, 0.454046",\
|
|
"0.020415, 0.026267, 0.044053, 0.120222, 0.454046");
|
|
}
|
|
|
|
} /* 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.001642 ;
|
|
|
|
/* 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.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "2.461965, 2.473996, 2.508812, 2.652048, 3.244478",\
|
|
"2.557498, 2.569530, 2.604346, 2.747582, 3.340011",\
|
|
"2.628054, 2.640085, 2.674902, 2.818138, 3.410568",\
|
|
"2.711559, 2.723590, 2.758406, 2.901642, 3.494072",\
|
|
"3.055660, 3.067691, 3.102507, 3.245743, 3.838173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "0.021829, 0.033111, 0.073050, 0.273594, 1.123485",\
|
|
"0.021829, 0.033111, 0.073050, 0.273594, 1.123485",\
|
|
"0.021829, 0.033111, 0.073050, 0.273594, 1.123485",\
|
|
"0.021829, 0.033111, 0.073050, 0.273594, 1.123485",\
|
|
"0.021829, 0.033111, 0.073050, 0.273594, 1.123485");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "2.393710, 2.403076, 2.426146, 2.497073, 2.747447",\
|
|
"2.489244, 2.498610, 2.521680, 2.592607, 2.842981",\
|
|
"2.559799, 2.569165, 2.592236, 2.663162, 2.913537",\
|
|
"2.643304, 2.652670, 2.675740, 2.746667, 2.997041",\
|
|
"2.987405, 2.996771, 3.019841, 3.090768, 3.341142");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "0.019784, 0.025823, 0.043719, 0.124515, 0.471060",\
|
|
"0.019784, 0.025823, 0.043719, 0.124515, 0.471060",\
|
|
"0.019784, 0.025823, 0.043719, 0.124515, 0.471060",\
|
|
"0.019784, 0.025823, 0.043719, 0.124515, 0.471060",\
|
|
"0.019784, 0.025823, 0.043719, 0.124515, 0.471060");
|
|
}
|
|
|
|
} /* 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.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "2.310350, 2.322381, 2.357198, 2.498008, 3.082440",\
|
|
"2.405883, 2.417915, 2.452731, 2.593541, 3.177974",\
|
|
"2.476439, 2.488471, 2.523287, 2.664097, 3.248530",\
|
|
"2.559944, 2.571975, 2.606792, 2.747602, 3.332034",\
|
|
"2.904045, 2.916076, 2.950893, 3.091703, 3.676136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "0.021829, 0.033111, 0.073050, 0.269032, 1.103740",\
|
|
"0.021829, 0.033111, 0.073050, 0.269032, 1.103740",\
|
|
"0.021829, 0.033111, 0.073050, 0.269032, 1.103740",\
|
|
"0.021829, 0.033111, 0.073050, 0.269032, 1.103740",\
|
|
"0.021829, 0.033111, 0.073050, 0.269032, 1.103740");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "2.254971, 2.264337, 2.287407, 2.355902, 2.603308",\
|
|
"2.350504, 2.359871, 2.382941, 2.451435, 2.698841",\
|
|
"2.421060, 2.430427, 2.453497, 2.521991, 2.769397",\
|
|
"2.504565, 2.513931, 2.537001, 2.605496, 2.852902",\
|
|
"2.848666, 2.858033, 2.881103, 2.949597, 3.197003");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001642, 0.012414, 0.051642, 0.233721, 1.000000");
|
|
values ( "0.019784, 0.025823, 0.043719, 0.119937, 0.454042",\
|
|
"0.019784, 0.025823, 0.043719, 0.119937, 0.454042",\
|
|
"0.019784, 0.025823, 0.043719, 0.119937, 0.454042",\
|
|
"0.019784, 0.025823, 0.043719, 0.119937, 0.454042",\
|
|
"0.019784, 0.025823, 0.043719, 0.119937, 0.454042");
|
|
}
|
|
|
|
} /* 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.001656 ;
|
|
|
|
/* 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.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "2.398931, 2.410695, 2.445206, 2.588152, 3.180749",\
|
|
"2.494465, 2.506228, 2.540740, 2.683686, 3.276283",\
|
|
"2.565021, 2.576784, 2.611296, 2.754242, 3.346839",\
|
|
"2.648525, 2.660289, 2.694800, 2.837746, 3.430343",\
|
|
"2.992626, 3.004390, 3.038902, 3.181847, 3.774445");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "0.020563, 0.032021, 0.072382, 0.273547, 1.122173",\
|
|
"0.020563, 0.032021, 0.072382, 0.273547, 1.122173",\
|
|
"0.020563, 0.032021, 0.072382, 0.273547, 1.122173",\
|
|
"0.020563, 0.032021, 0.072382, 0.273547, 1.122173",\
|
|
"0.020563, 0.032021, 0.072382, 0.273547, 1.122173");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "2.423626, 2.432984, 2.456041, 2.526874, 2.777061",\
|
|
"2.519160, 2.528517, 2.551574, 2.622408, 2.872595",\
|
|
"2.589716, 2.599073, 2.622130, 2.692964, 2.943151",\
|
|
"2.673220, 2.682578, 2.705635, 2.776468, 3.026655",\
|
|
"3.017322, 3.026679, 3.049736, 3.120569, 3.370757");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "0.019888, 0.025917, 0.043812, 0.124267, 0.470109",\
|
|
"0.019888, 0.025917, 0.043812, 0.124267, 0.470109",\
|
|
"0.019888, 0.025917, 0.043812, 0.124267, 0.470109",\
|
|
"0.019888, 0.025917, 0.043812, 0.124267, 0.470109",\
|
|
"0.019888, 0.025917, 0.043812, 0.124267, 0.470109");
|
|
}
|
|
|
|
} /* 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.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "2.262977, 2.274741, 2.309253, 2.449910, 3.034962",\
|
|
"2.358510, 2.370274, 2.404786, 2.545444, 3.130495",\
|
|
"2.429066, 2.440830, 2.475342, 2.615999, 3.201051",\
|
|
"2.512571, 2.524335, 2.558846, 2.699504, 3.284556",\
|
|
"2.856672, 2.868436, 2.902948, 3.043605, 3.628657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "0.020563, 0.032021, 0.072382, 0.269241, 1.103538",\
|
|
"0.020563, 0.032021, 0.072382, 0.269241, 1.103538",\
|
|
"0.020563, 0.032021, 0.072382, 0.269241, 1.103538",\
|
|
"0.020563, 0.032021, 0.072382, 0.269241, 1.103538",\
|
|
"0.020563, 0.032021, 0.072382, 0.269241, 1.103538");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "2.274660, 2.284017, 2.307074, 2.375614, 2.622971",\
|
|
"2.370193, 2.379551, 2.402608, 2.471148, 2.718505",\
|
|
"2.440749, 2.450107, 2.473164, 2.541703, 2.789061",\
|
|
"2.524254, 2.533611, 2.556669, 2.625208, 2.872565",\
|
|
"2.868355, 2.877712, 2.900770, 2.969309, 3.216666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001656, 0.012428, 0.051656, 0.233735, 1.000000");
|
|
values ( "0.019888, 0.025917, 0.043812, 0.119947, 0.454044",\
|
|
"0.019888, 0.025917, 0.043812, 0.119947, 0.454044",\
|
|
"0.019888, 0.025917, 0.043812, 0.119947, 0.454044",\
|
|
"0.019888, 0.025917, 0.043812, 0.119947, 0.454044",\
|
|
"0.019888, 0.025917, 0.043812, 0.119947, 0.454044");
|
|
}
|
|
|
|
} /* 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.002024 ;
|
|
|
|
/* 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.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "2.431351, 2.442964, 2.477481, 2.620811, 3.214653",\
|
|
"2.526885, 2.538498, 2.573015, 2.716344, 3.310186",\
|
|
"2.597440, 2.609054, 2.643571, 2.786900, 3.380743",\
|
|
"2.680945, 2.692558, 2.727075, 2.870405, 3.464247",\
|
|
"3.025046, 3.036659, 3.071177, 3.214506, 3.808348");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "0.020717, 0.032151, 0.072557, 0.274927, 1.126351",\
|
|
"0.020717, 0.032151, 0.072557, 0.274927, 1.126351",\
|
|
"0.020717, 0.032151, 0.072557, 0.274927, 1.126351",\
|
|
"0.020717, 0.032151, 0.072557, 0.274927, 1.126351",\
|
|
"0.020717, 0.032151, 0.072557, 0.274927, 1.126351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "2.427763, 2.436967, 2.460042, 2.531279, 2.782351",\
|
|
"2.523297, 2.532501, 2.555576, 2.626813, 2.877885",\
|
|
"2.593853, 2.603056, 2.626132, 2.697368, 2.948441",\
|
|
"2.677357, 2.686561, 2.709636, 2.780873, 3.031946",\
|
|
"3.021458, 3.030662, 3.053737, 3.124974, 3.376047");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "0.019918, 0.025899, 0.043731, 0.125429, 0.473920",\
|
|
"0.019918, 0.025899, 0.043731, 0.125429, 0.473920",\
|
|
"0.019918, 0.025899, 0.043731, 0.125429, 0.473920",\
|
|
"0.019918, 0.025899, 0.043731, 0.125429, 0.473920",\
|
|
"0.019918, 0.025899, 0.043731, 0.125429, 0.473920");
|
|
}
|
|
|
|
} /* 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.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "2.291694, 2.303307, 2.337824, 2.478321, 3.062853",\
|
|
"2.387227, 2.398841, 2.433358, 2.573855, 3.158387",\
|
|
"2.457783, 2.469397, 2.503914, 2.644411, 3.228943",\
|
|
"2.541288, 2.552901, 2.587418, 2.727915, 3.312447",\
|
|
"2.885389, 2.897002, 2.931520, 3.072016, 3.656549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "0.020717, 0.032151, 0.072557, 0.269610, 1.103354",\
|
|
"0.020717, 0.032151, 0.072557, 0.269610, 1.103354",\
|
|
"0.020717, 0.032151, 0.072557, 0.269610, 1.103354",\
|
|
"0.020717, 0.032151, 0.072557, 0.269610, 1.103354",\
|
|
"0.020717, 0.032151, 0.072557, 0.269610, 1.103354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "2.250891, 2.260094, 2.283170, 2.351565, 2.598821",\
|
|
"2.346425, 2.355628, 2.378703, 2.447099, 2.694355",\
|
|
"2.416980, 2.426184, 2.449259, 2.517655, 2.764910",\
|
|
"2.500485, 2.509688, 2.532764, 2.601159, 2.848415",\
|
|
"2.844586, 2.853790, 2.876865, 2.945261, 3.192516");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002024, 0.012796, 0.052024, 0.234103, 1.000000");
|
|
values ( "0.019918, 0.025899, 0.043731, 0.120091, 0.453839",\
|
|
"0.019918, 0.025899, 0.043731, 0.120091, 0.453839",\
|
|
"0.019918, 0.025899, 0.043731, 0.120091, 0.453839",\
|
|
"0.019918, 0.025899, 0.043731, 0.120091, 0.453839",\
|
|
"0.019918, 0.025899, 0.043731, 0.120091, 0.453839");
|
|
}
|
|
|
|
} /* 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.001755 ;
|
|
|
|
/* 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.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "2.437778, 2.449515, 2.484034, 2.627018, 3.219632",\
|
|
"2.533312, 2.545048, 2.579568, 2.722552, 3.315165",\
|
|
"2.603868, 2.615604, 2.650124, 2.793108, 3.385721",\
|
|
"2.687372, 2.699109, 2.733628, 2.876612, 3.469225",\
|
|
"3.031473, 3.043210, 3.077729, 3.220713, 3.813327");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "0.020733, 0.032173, 0.072515, 0.273718, 1.122483",\
|
|
"0.020733, 0.032173, 0.072515, 0.273718, 1.122483",\
|
|
"0.020733, 0.032173, 0.072515, 0.273718, 1.122483",\
|
|
"0.020733, 0.032173, 0.072515, 0.273718, 1.122483",\
|
|
"0.020733, 0.032173, 0.072515, 0.273718, 1.122483");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "2.419276, 2.428576, 2.451602, 2.522413, 2.772693",\
|
|
"2.514810, 2.524110, 2.547135, 2.617946, 2.868227",\
|
|
"2.585366, 2.594666, 2.617691, 2.688502, 2.938783",\
|
|
"2.668870, 2.678170, 2.701195, 2.772007, 3.022287",\
|
|
"3.012971, 3.022272, 3.045297, 3.116108, 3.366389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "0.019756, 0.025784, 0.043701, 0.124376, 0.470360",\
|
|
"0.019756, 0.025784, 0.043701, 0.124376, 0.470360",\
|
|
"0.019756, 0.025784, 0.043701, 0.124376, 0.470360",\
|
|
"0.019756, 0.025784, 0.043701, 0.124376, 0.470360",\
|
|
"0.019756, 0.025784, 0.043701, 0.124376, 0.470360");
|
|
}
|
|
|
|
} /* 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.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "2.305902, 2.317639, 2.352159, 2.492817, 3.077764",\
|
|
"2.401436, 2.413173, 2.447692, 2.588351, 3.173297",\
|
|
"2.471992, 2.483729, 2.518248, 2.658906, 3.243853",\
|
|
"2.555497, 2.567233, 2.601753, 2.742411, 3.327358",\
|
|
"2.899598, 2.911335, 2.945854, 3.086512, 3.671459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "0.020733, 0.032173, 0.072515, 0.269339, 1.103547",\
|
|
"0.020733, 0.032173, 0.072515, 0.269339, 1.103547",\
|
|
"0.020733, 0.032173, 0.072515, 0.269339, 1.103547",\
|
|
"0.020733, 0.032173, 0.072515, 0.269339, 1.103547",\
|
|
"0.020733, 0.032173, 0.072515, 0.269339, 1.103547");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "2.282390, 2.291690, 2.314715, 2.383195, 2.630613",\
|
|
"2.377923, 2.387223, 2.410249, 2.478728, 2.726146",\
|
|
"2.448479, 2.457779, 2.480804, 2.549284, 2.796702",\
|
|
"2.531984, 2.541284, 2.564309, 2.632788, 2.880207",\
|
|
"2.876085, 2.885385, 2.908410, 2.976890, 3.224308");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001755, 0.012527, 0.051755, 0.233834, 1.000000");
|
|
values ( "0.019756, 0.025784, 0.043701, 0.119982, 0.454038",\
|
|
"0.019756, 0.025784, 0.043701, 0.119982, 0.454038",\
|
|
"0.019756, 0.025784, 0.043701, 0.119982, 0.454038",\
|
|
"0.019756, 0.025784, 0.043701, 0.119982, 0.454038",\
|
|
"0.019756, 0.025784, 0.043701, 0.119982, 0.454038");
|
|
}
|
|
|
|
} /* 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.002119 ;
|
|
|
|
/* 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.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.404438, 2.412413, 2.445698, 2.588924, 3.182255",\
|
|
"2.499971, 2.507946, 2.541232, 2.684458, 3.277788",\
|
|
"2.570527, 2.578502, 2.611788, 2.755013, 3.348344",\
|
|
"2.654032, 2.662007, 2.695292, 2.838518, 3.431849",\
|
|
"2.998133, 3.006108, 3.039393, 3.182619, 3.775950");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.020822, 0.032249, 0.072672, 0.274826, 1.125446",\
|
|
"0.020822, 0.032249, 0.072672, 0.274826, 1.125446",\
|
|
"0.020822, 0.032249, 0.072672, 0.274826, 1.125446",\
|
|
"0.020822, 0.032249, 0.072672, 0.274826, 1.125446",\
|
|
"0.020822, 0.032249, 0.072672, 0.274826, 1.125446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.386370, 2.392257, 2.414487, 2.485627, 2.736070",\
|
|
"2.481904, 2.487791, 2.510021, 2.581161, 2.831604",\
|
|
"2.552459, 2.558347, 2.580577, 2.651717, 2.902159",\
|
|
"2.635964, 2.641851, 2.664082, 2.735222, 2.985664",\
|
|
"2.980065, 2.985952, 3.008183, 3.079323, 3.329765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.019978, 0.025949, 0.043780, 0.125276, 0.472839",\
|
|
"0.019978, 0.025949, 0.043780, 0.125276, 0.472839",\
|
|
"0.019978, 0.025949, 0.043780, 0.125276, 0.472839",\
|
|
"0.019978, 0.025949, 0.043780, 0.125276, 0.472839",\
|
|
"0.019978, 0.025949, 0.043780, 0.125276, 0.472839");
|
|
}
|
|
|
|
} /* 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.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.263520, 2.277000, 2.311499, 2.452006, 3.036386",\
|
|
"2.359053, 2.372534, 2.407032, 2.547540, 3.131919",\
|
|
"2.429609, 2.443090, 2.477588, 2.618096, 3.202475",\
|
|
"2.513113, 2.526594, 2.561093, 2.701600, 3.285980",\
|
|
"2.857215, 2.870696, 2.905194, 3.045702, 3.630081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.020822, 0.032249, 0.072672, 0.269700, 1.103322",\
|
|
"0.020822, 0.032249, 0.072672, 0.269700, 1.103322",\
|
|
"0.020822, 0.032249, 0.072672, 0.269700, 1.103322",\
|
|
"0.020822, 0.032249, 0.072672, 0.269700, 1.103322",\
|
|
"0.020822, 0.032249, 0.072672, 0.269700, 1.103322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.221781, 2.231917, 2.254969, 2.323382, 2.570586",\
|
|
"2.317315, 2.327451, 2.350503, 2.418916, 2.666120",\
|
|
"2.387871, 2.398007, 2.421059, 2.489472, 2.736676",\
|
|
"2.471375, 2.481511, 2.504563, 2.572976, 2.820180",\
|
|
"2.815477, 2.825613, 2.848665, 2.917078, 3.164282");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012892, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.019978, 0.025949, 0.043780, 0.120130, 0.453784",\
|
|
"0.019978, 0.025949, 0.043780, 0.120130, 0.453784",\
|
|
"0.019978, 0.025949, 0.043780, 0.120130, 0.453784",\
|
|
"0.019978, 0.025949, 0.043780, 0.120130, 0.453784",\
|
|
"0.019978, 0.025949, 0.043780, 0.120130, 0.453784");
|
|
}
|
|
|
|
} /* 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.001983 ;
|
|
|
|
/* 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.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.420744, 2.432365, 2.466867, 2.610119, 3.203738",\
|
|
"2.516278, 2.527899, 2.562401, 2.705653, 3.299272",\
|
|
"2.586834, 2.598454, 2.632957, 2.776209, 3.369828",\
|
|
"2.670338, 2.681959, 2.716461, 2.859713, 3.453332",\
|
|
"3.014439, 3.026060, 3.060563, 3.203815, 3.797433");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.020675, 0.032117, 0.072529, 0.274710, 1.125569",\
|
|
"0.020675, 0.032117, 0.072529, 0.274710, 1.125569",\
|
|
"0.020675, 0.032117, 0.072529, 0.274710, 1.125569",\
|
|
"0.020675, 0.032117, 0.072529, 0.274710, 1.125569",\
|
|
"0.020675, 0.032117, 0.072529, 0.274710, 1.125569");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.405744, 2.414962, 2.438028, 2.509180, 2.759712",\
|
|
"2.501277, 2.510495, 2.533561, 2.604713, 2.855245",\
|
|
"2.571834, 2.581052, 2.604117, 2.675269, 2.925801",\
|
|
"2.655338, 2.664556, 2.687622, 2.758774, 3.009305",\
|
|
"2.999439, 3.008657, 3.031723, 3.102875, 3.353407");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.019893, 0.025882, 0.043729, 0.125224, 0.472971",\
|
|
"0.019893, 0.025882, 0.043729, 0.125224, 0.472971",\
|
|
"0.019893, 0.025882, 0.043729, 0.125224, 0.472971",\
|
|
"0.019893, 0.025882, 0.043729, 0.125224, 0.472971",\
|
|
"0.019893, 0.025882, 0.043729, 0.125224, 0.472971");
|
|
}
|
|
|
|
} /* 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.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.290508, 2.302128, 2.336631, 2.477152, 3.061789",\
|
|
"2.386041, 2.397662, 2.432164, 2.572685, 3.157323",\
|
|
"2.456597, 2.468218, 2.502720, 2.643241, 3.227879",\
|
|
"2.540102, 2.551722, 2.586225, 2.726746, 3.311383",\
|
|
"2.884203, 2.895823, 2.930326, 3.070847, 3.655484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.020675, 0.032117, 0.072529, 0.269580, 1.103384",\
|
|
"0.020675, 0.032117, 0.072529, 0.269580, 1.103384",\
|
|
"0.020675, 0.032117, 0.072529, 0.269580, 1.103384",\
|
|
"0.020675, 0.032117, 0.072529, 0.269580, 1.103384",\
|
|
"0.020675, 0.032117, 0.072529, 0.269580, 1.103384");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.268448, 2.277666, 2.300732, 2.369145, 2.616423",\
|
|
"2.363982, 2.373200, 2.396266, 2.464679, 2.711957",\
|
|
"2.434538, 2.443756, 2.466822, 2.535235, 2.782513",\
|
|
"2.518043, 2.527261, 2.550326, 2.618739, 2.866017",\
|
|
"2.862144, 2.871361, 2.894427, 2.962840, 3.210118");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.019893, 0.025882, 0.043729, 0.120074, 0.453862",\
|
|
"0.019893, 0.025882, 0.043729, 0.120074, 0.453862",\
|
|
"0.019893, 0.025882, 0.043729, 0.120074, 0.453862",\
|
|
"0.019893, 0.025882, 0.043729, 0.120074, 0.453862",\
|
|
"0.019893, 0.025882, 0.043729, 0.120074, 0.453862");
|
|
}
|
|
|
|
} /* 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.002011 ;
|
|
|
|
/* 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.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "2.379171, 2.390792, 2.425283, 2.568321, 3.160906",\
|
|
"2.474705, 2.486326, 2.520817, 2.663855, 3.256440",\
|
|
"2.545261, 2.556882, 2.591373, 2.734411, 3.326996",\
|
|
"2.628765, 2.640386, 2.674877, 2.817915, 3.410501",\
|
|
"2.972867, 2.984488, 3.018979, 3.162017, 3.754602");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "0.020696, 0.032138, 0.072582, 0.274275, 1.123642",\
|
|
"0.020696, 0.032138, 0.072582, 0.274275, 1.123642",\
|
|
"0.020696, 0.032138, 0.072582, 0.274275, 1.123642",\
|
|
"0.020696, 0.032138, 0.072582, 0.274275, 1.123642",\
|
|
"0.020696, 0.032138, 0.072582, 0.274275, 1.123642");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "2.361116, 2.370321, 2.393367, 2.464333, 2.714607",\
|
|
"2.456650, 2.465854, 2.488900, 2.559866, 2.810140",\
|
|
"2.527205, 2.536410, 2.559456, 2.630422, 2.880696",\
|
|
"2.610710, 2.619915, 2.642961, 2.713927, 2.964200",\
|
|
"2.954811, 2.964016, 2.987062, 3.058028, 3.308302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "0.019904, 0.025906, 0.043765, 0.124816, 0.471341",\
|
|
"0.019904, 0.025906, 0.043765, 0.124816, 0.471341",\
|
|
"0.019904, 0.025906, 0.043765, 0.124816, 0.471341",\
|
|
"0.019904, 0.025906, 0.043765, 0.124816, 0.471341",\
|
|
"0.019904, 0.025906, 0.043765, 0.124816, 0.471341");
|
|
}
|
|
|
|
} /* 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.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "2.242988, 2.254609, 2.289100, 2.429635, 3.013976",\
|
|
"2.338521, 2.350142, 2.384634, 2.525168, 3.109509",\
|
|
"2.409077, 2.420698, 2.455189, 2.595724, 3.180065",\
|
|
"2.492582, 2.504203, 2.538694, 2.679229, 3.263570",\
|
|
"2.836683, 2.848304, 2.882795, 3.023330, 3.607671");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "0.020696, 0.032138, 0.072582, 0.269559, 1.103273",\
|
|
"0.020696, 0.032138, 0.072582, 0.269559, 1.103273",\
|
|
"0.020696, 0.032138, 0.072582, 0.269559, 1.103273",\
|
|
"0.020696, 0.032138, 0.072582, 0.269559, 1.103273",\
|
|
"0.020696, 0.032138, 0.072582, 0.269559, 1.103273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "2.217543, 2.226748, 2.249794, 2.318249, 2.565490",\
|
|
"2.313077, 2.322282, 2.345327, 2.413783, 2.661024",\
|
|
"2.383633, 2.392838, 2.415883, 2.484339, 2.731580",\
|
|
"2.467137, 2.476342, 2.499388, 2.567843, 2.815084",\
|
|
"2.811239, 2.820443, 2.843489, 2.911945, 3.159185");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002011, 0.012784, 0.052011, 0.234090, 1.000000");
|
|
values ( "0.019904, 0.025906, 0.043765, 0.120083, 0.453789",\
|
|
"0.019904, 0.025906, 0.043765, 0.120083, 0.453789",\
|
|
"0.019904, 0.025906, 0.043765, 0.120083, 0.453789",\
|
|
"0.019904, 0.025906, 0.043765, 0.120083, 0.453789",\
|
|
"0.019904, 0.025906, 0.043765, 0.120083, 0.453789");
|
|
}
|
|
|
|
} /* 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.002131 ;
|
|
|
|
/* 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.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "2.416400, 2.427978, 2.462475, 2.605641, 3.198642",\
|
|
"2.511934, 2.523512, 2.558009, 2.701174, 3.294175",\
|
|
"2.582490, 2.594068, 2.628565, 2.771730, 3.364731",\
|
|
"2.665994, 2.677572, 2.712070, 2.855235, 3.448236",\
|
|
"3.010095, 3.021673, 3.056170, 3.199336, 3.792337");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "0.020830, 0.032257, 0.072689, 0.274689, 1.124865",\
|
|
"0.020830, 0.032257, 0.072689, 0.274689, 1.124865",\
|
|
"0.020830, 0.032257, 0.072689, 0.274689, 1.124865",\
|
|
"0.020830, 0.032257, 0.072689, 0.274689, 1.124865",\
|
|
"0.020830, 0.032257, 0.072689, 0.274689, 1.124865");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "2.404518, 2.413665, 2.436702, 2.507788, 2.758175",\
|
|
"2.500051, 2.509198, 2.532235, 2.603322, 2.853709",\
|
|
"2.570607, 2.579754, 2.602791, 2.673878, 2.924265",\
|
|
"2.654112, 2.663259, 2.686296, 2.757382, 3.007769",\
|
|
"2.998213, 3.007360, 3.030397, 3.101483, 3.351871");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "0.019989, 0.025955, 0.043795, 0.125152, 0.472399",\
|
|
"0.019989, 0.025955, 0.043795, 0.125152, 0.472399",\
|
|
"0.019989, 0.025955, 0.043795, 0.125152, 0.472399",\
|
|
"0.019989, 0.025955, 0.043795, 0.125152, 0.472399",\
|
|
"0.019989, 0.025955, 0.043795, 0.125152, 0.472399");
|
|
}
|
|
|
|
} /* 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.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "2.283028, 2.294606, 2.329103, 2.469612, 3.053876",\
|
|
"2.378561, 2.390140, 2.424637, 2.565145, 3.149410",\
|
|
"2.449117, 2.460695, 2.495192, 2.635701, 3.219966",\
|
|
"2.532622, 2.544200, 2.578697, 2.719206, 3.303470",\
|
|
"2.876723, 2.888301, 2.922798, 3.063307, 3.647572");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "0.020830, 0.032257, 0.072689, 0.269692, 1.103279",\
|
|
"0.020830, 0.032257, 0.072689, 0.269692, 1.103279",\
|
|
"0.020830, 0.032257, 0.072689, 0.269692, 1.103279",\
|
|
"0.020830, 0.032257, 0.072689, 0.269692, 1.103279",\
|
|
"0.020830, 0.032257, 0.072689, 0.269692, 1.103279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "2.259916, 2.269063, 2.292100, 2.360522, 2.607730",\
|
|
"2.355450, 2.364597, 2.387634, 2.456056, 2.703264",\
|
|
"2.426006, 2.435153, 2.458190, 2.526612, 2.773819",\
|
|
"2.509511, 2.518657, 2.541695, 2.610116, 2.857324",\
|
|
"2.853612, 2.862759, 2.885796, 2.954218, 3.201425");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002131, 0.012903, 0.052131, 0.234210, 1.000000");
|
|
values ( "0.019989, 0.025955, 0.043795, 0.120136, 0.453803",\
|
|
"0.019989, 0.025955, 0.043795, 0.120136, 0.453803",\
|
|
"0.019989, 0.025955, 0.043795, 0.120136, 0.453803",\
|
|
"0.019989, 0.025955, 0.043795, 0.120136, 0.453803",\
|
|
"0.019989, 0.025955, 0.043795, 0.120136, 0.453803");
|
|
}
|
|
|
|
} /* 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.001867 ;
|
|
|
|
/* 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.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "2.455500, 2.467162, 2.501662, 2.644869, 3.238486",\
|
|
"2.551034, 2.562695, 2.597196, 2.740402, 3.334019",\
|
|
"2.621590, 2.633251, 2.667752, 2.810958, 3.404575",\
|
|
"2.705094, 2.716756, 2.751256, 2.894463, 3.488080",\
|
|
"3.049196, 3.060857, 3.095358, 3.238564, 3.832181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "0.020650, 0.032099, 0.072480, 0.274433, 1.124886",\
|
|
"0.020650, 0.032099, 0.072480, 0.274433, 1.124886",\
|
|
"0.020650, 0.032099, 0.072480, 0.274433, 1.124886",\
|
|
"0.020650, 0.032099, 0.072480, 0.274433, 1.124886",\
|
|
"0.020650, 0.032099, 0.072480, 0.274433, 1.124886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "2.510113, 2.519365, 2.542407, 2.613469, 2.864007",\
|
|
"2.605647, 2.614899, 2.637940, 2.709003, 2.959540",\
|
|
"2.676203, 2.685455, 2.708496, 2.779559, 3.030096",\
|
|
"2.759707, 2.768959, 2.792001, 2.863063, 3.113600",\
|
|
"3.103808, 3.113060, 3.136102, 3.207164, 3.457702");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "0.019852, 0.025840, 0.043720, 0.124991, 0.472452",\
|
|
"0.019852, 0.025840, 0.043720, 0.124991, 0.472452",\
|
|
"0.019852, 0.025840, 0.043720, 0.124991, 0.472452",\
|
|
"0.019852, 0.025840, 0.043720, 0.124991, 0.472452",\
|
|
"0.019852, 0.025840, 0.043720, 0.124991, 0.472452");
|
|
}
|
|
|
|
} /* 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.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "2.256594, 2.268255, 2.302756, 2.443333, 3.028297",\
|
|
"2.352127, 2.363789, 2.398289, 2.538867, 3.123830",\
|
|
"2.422683, 2.434345, 2.468845, 2.609423, 3.194386",\
|
|
"2.506188, 2.517849, 2.552350, 2.692928, 3.277891",\
|
|
"2.850289, 2.861950, 2.896451, 3.037029, 3.621992");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "0.020650, 0.032099, 0.072480, 0.269493, 1.103515",\
|
|
"0.020650, 0.032099, 0.072480, 0.269493, 1.103515",\
|
|
"0.020650, 0.032099, 0.072480, 0.269493, 1.103515",\
|
|
"0.020650, 0.032099, 0.072480, 0.269493, 1.103515",\
|
|
"0.020650, 0.032099, 0.072480, 0.269493, 1.103515");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "2.232484, 2.241736, 2.264778, 2.333203, 2.580579",\
|
|
"2.328017, 2.337270, 2.360311, 2.428737, 2.676112",\
|
|
"2.398573, 2.407826, 2.430867, 2.499293, 2.746668",\
|
|
"2.482078, 2.491330, 2.514372, 2.582797, 2.830173",\
|
|
"2.826179, 2.835432, 2.858473, 2.926898, 3.174274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001867, 0.012639, 0.051867, 0.233946, 1.000000");
|
|
values ( "0.019852, 0.025840, 0.043720, 0.120032, 0.454041",\
|
|
"0.019852, 0.025840, 0.043720, 0.120032, 0.454041",\
|
|
"0.019852, 0.025840, 0.043720, 0.120032, 0.454041",\
|
|
"0.019852, 0.025840, 0.043720, 0.120032, 0.454041",\
|
|
"0.019852, 0.025840, 0.043720, 0.120032, 0.454041");
|
|
}
|
|
|
|
} /* 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.001406 ;
|
|
|
|
/* 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.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "2.449527, 2.461358, 2.495848, 2.638643, 3.230904",\
|
|
"2.545061, 2.556892, 2.591382, 2.734176, 3.326438",\
|
|
"2.615616, 2.627447, 2.661938, 2.804732, 3.396994",\
|
|
"2.699121, 2.710952, 2.745442, 2.888237, 3.480498",\
|
|
"3.043222, 3.055053, 3.089543, 3.232338, 3.824599");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "0.020029, 0.031540, 0.071988, 0.273043, 1.121103",\
|
|
"0.020029, 0.031540, 0.071988, 0.273043, 1.121103",\
|
|
"0.020029, 0.031540, 0.071988, 0.273043, 1.121103",\
|
|
"0.020029, 0.031540, 0.071988, 0.273043, 1.121103",\
|
|
"0.020029, 0.031540, 0.071988, 0.273043, 1.121103");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "2.464846, 2.474337, 2.497440, 2.568154, 2.818349",\
|
|
"2.560379, 2.569870, 2.592974, 2.663687, 2.913883",\
|
|
"2.630935, 2.640426, 2.663530, 2.734243, 2.984439",\
|
|
"2.714440, 2.723931, 2.747035, 2.817748, 3.067943",\
|
|
"3.058541, 3.068032, 3.091136, 3.161849, 3.412045");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "0.019495, 0.025632, 0.043569, 0.123927, 0.469196",\
|
|
"0.019495, 0.025632, 0.043569, 0.123927, 0.469196",\
|
|
"0.019495, 0.025632, 0.043569, 0.123927, 0.469196",\
|
|
"0.019495, 0.025632, 0.043569, 0.123927, 0.469196",\
|
|
"0.019495, 0.025632, 0.043569, 0.123927, 0.469196");
|
|
}
|
|
|
|
} /* 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.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "2.309984, 2.321815, 2.356305, 2.496927, 3.082012",\
|
|
"2.405517, 2.417348, 2.451838, 2.592460, 3.177546",\
|
|
"2.476073, 2.487904, 2.522395, 2.663016, 3.248102",\
|
|
"2.559578, 2.571409, 2.605899, 2.746521, 3.331606",\
|
|
"2.903679, 2.915510, 2.950000, 3.090622, 3.675707");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "0.020029, 0.031540, 0.071988, 0.268953, 1.103387",\
|
|
"0.020029, 0.031540, 0.071988, 0.268953, 1.103387",\
|
|
"0.020029, 0.031540, 0.071988, 0.268953, 1.103387",\
|
|
"0.020029, 0.031540, 0.071988, 0.268953, 1.103387",\
|
|
"0.020029, 0.031540, 0.071988, 0.268953, 1.103387");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "2.274303, 2.283794, 2.306898, 2.375433, 2.622919",\
|
|
"2.369837, 2.379328, 2.402431, 2.470967, 2.718453",\
|
|
"2.440392, 2.449883, 2.472987, 2.541523, 2.789009",\
|
|
"2.523897, 2.533388, 2.556492, 2.625027, 2.872513",\
|
|
"2.867998, 2.877489, 2.900593, 2.969128, 3.216614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001406, 0.012178, 0.051406, 0.233485, 1.000000");
|
|
values ( "0.019495, 0.025632, 0.043569, 0.119825, 0.453920",\
|
|
"0.019495, 0.025632, 0.043569, 0.119825, 0.453920",\
|
|
"0.019495, 0.025632, 0.043569, 0.119825, 0.453920",\
|
|
"0.019495, 0.025632, 0.043569, 0.119825, 0.453920",\
|
|
"0.019495, 0.025632, 0.043569, 0.119825, 0.453920");
|
|
}
|
|
|
|
} /* 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.000681 ;
|
|
|
|
/* 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.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "2.463054, 2.475276, 2.509809, 2.650717, 3.239683",\
|
|
"2.558588, 2.570809, 2.605343, 2.746251, 3.335217",\
|
|
"2.629144, 2.641365, 2.675899, 2.816807, 3.405773",\
|
|
"2.712648, 2.724870, 2.759403, 2.900311, 3.489278",\
|
|
"3.056750, 3.068971, 3.103505, 3.244412, 3.833379");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "0.020001, 0.031518, 0.071838, 0.266401, 1.109949",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.109949",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.109949",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.109949",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.109949");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "2.544162, 2.553972, 2.577058, 2.646310, 2.896916",\
|
|
"2.639695, 2.649506, 2.672591, 2.741843, 2.992449",\
|
|
"2.710252, 2.720062, 2.743147, 2.812399, 3.063005",\
|
|
"2.793756, 2.803566, 2.826651, 2.895903, 3.146510",\
|
|
"3.137857, 3.147667, 3.170753, 3.240005, 3.490611");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "0.019478, 0.025741, 0.043806, 0.118570, 0.460502",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.460502",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.460502",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.460502",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.460502");
|
|
}
|
|
|
|
} /* 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.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "2.311812, 2.324033, 2.358567, 2.499475, 3.085103",\
|
|
"2.407346, 2.419567, 2.454101, 2.595008, 3.180636",\
|
|
"2.477901, 2.490123, 2.524657, 2.665564, 3.251192",\
|
|
"2.561406, 2.573627, 2.608161, 2.749069, 3.334697",\
|
|
"2.905507, 2.917729, 2.952263, 3.093170, 3.678798");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "0.020001, 0.031518, 0.071838, 0.266401, 1.103620",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.103620",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.103620",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.103620",\
|
|
"0.020001, 0.031518, 0.071838, 0.266401, 1.103620");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "2.369304, 2.379114, 2.402199, 2.471451, 2.718666",\
|
|
"2.464837, 2.474647, 2.497733, 2.566985, 2.814199",\
|
|
"2.535393, 2.545203, 2.568289, 2.637541, 2.884755",\
|
|
"2.618898, 2.628708, 2.651793, 2.721045, 2.968259",\
|
|
"2.962999, 2.972809, 2.995894, 3.065146, 3.312361");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000681, 0.011454, 0.050681, 0.232760, 1.000000");
|
|
values ( "0.019478, 0.025741, 0.043806, 0.118570, 0.454050",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.454050",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.454050",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.454050",\
|
|
"0.019478, 0.025741, 0.043806, 0.118570, 0.454050");
|
|
}
|
|
|
|
} /* 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.000970 ;
|
|
|
|
/* 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.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "2.445369, 2.457319, 2.491672, 2.632486, 3.221601",\
|
|
"2.540902, 2.552853, 2.587205, 2.728020, 3.317134",\
|
|
"2.611458, 2.623409, 2.657761, 2.798576, 3.387690",\
|
|
"2.694963, 2.706913, 2.741266, 2.882080, 3.471195",\
|
|
"3.039064, 3.051015, 3.085367, 3.226182, 3.815296");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "0.019545, 0.031137, 0.071713, 0.266757, 1.110186",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.110186",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.110186",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.110186",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.110186");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "2.446212, 2.455880, 2.478897, 2.548064, 2.798942",\
|
|
"2.541745, 2.551414, 2.574430, 2.643598, 2.894475",\
|
|
"2.612301, 2.621970, 2.644986, 2.714154, 2.965031",\
|
|
"2.695806, 2.705474, 2.728491, 2.797658, 3.048536",\
|
|
"3.039907, 3.049575, 3.072592, 3.141759, 3.392637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "0.019189, 0.025473, 0.043575, 0.118639, 0.460827",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.460827",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.460827",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.460827",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.460827");
|
|
}
|
|
|
|
} /* 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.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "2.320742, 2.332693, 2.367046, 2.507860, 3.093406",\
|
|
"2.416276, 2.428227, 2.462579, 2.603394, 3.188940",\
|
|
"2.486832, 2.498783, 2.533135, 2.673950, 3.259495",\
|
|
"2.570337, 2.582288, 2.616640, 2.757454, 3.343000",\
|
|
"2.914438, 2.926389, 2.960741, 3.101555, 3.687101");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "0.019545, 0.031137, 0.071713, 0.266757, 1.103420",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.103420",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.103420",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.103420",\
|
|
"0.019545, 0.031137, 0.071713, 0.266757, 1.103420");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "2.311521, 2.321190, 2.344206, 2.413373, 2.660625",\
|
|
"2.407055, 2.416723, 2.439740, 2.508907, 2.756158",\
|
|
"2.477611, 2.487279, 2.510296, 2.579463, 2.826714",\
|
|
"2.561115, 2.570784, 2.593800, 2.662967, 2.910218",\
|
|
"2.905216, 2.914885, 2.937901, 3.007069, 3.254320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000970, 0.011742, 0.050970, 0.233049, 1.000000");
|
|
values ( "0.019189, 0.025473, 0.043575, 0.118639, 0.453930",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.453930",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.453930",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.453930",\
|
|
"0.019189, 0.025473, 0.043575, 0.118639, 0.453930");
|
|
}
|
|
|
|
} /* 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.000926 ;
|
|
|
|
/* 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.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "2.469931, 2.482085, 2.516629, 2.657556, 3.246258",\
|
|
"2.565465, 2.577619, 2.612163, 2.753090, 3.341792",\
|
|
"2.636021, 2.648175, 2.682718, 2.823645, 3.412348",\
|
|
"2.719526, 2.731679, 2.766223, 2.907150, 3.495852",\
|
|
"3.063627, 3.075780, 3.110324, 3.251251, 3.839953");
|
|
}
|
|
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.020435, 0.031909, 0.072187, 0.266642, 1.109973",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.109973",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.109973",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.109973",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.109973");
|
|
}
|
|
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 ( "2.516112, 2.525798, 2.548833, 2.618076, 2.868595",\
|
|
"2.611646, 2.621331, 2.644366, 2.713609, 2.964128",\
|
|
"2.682202, 2.691887, 2.714922, 2.784165, 3.034684",\
|
|
"2.765706, 2.775391, 2.798427, 2.867669, 3.118188",\
|
|
"3.109807, 3.119493, 3.142528, 3.211771, 3.462290");
|
|
}
|
|
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.019666, 0.025870, 0.043920, 0.118677, 0.460501",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.460501",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.460501",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.460501",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.460501");
|
|
}
|
|
|
|
} /* 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.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "2.299915, 2.312069, 2.346613, 2.487540, 3.072903",\
|
|
"2.395449, 2.407602, 2.442146, 2.583073, 3.168437",\
|
|
"2.466005, 2.478158, 2.512702, 2.653629, 3.238992",\
|
|
"2.549509, 2.561663, 2.596207, 2.737134, 3.322497",\
|
|
"2.893610, 2.905764, 2.940308, 3.081235, 3.666598");
|
|
}
|
|
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.020435, 0.031909, 0.072187, 0.266642, 1.103645",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.103645",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.103645",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.103645",\
|
|
"0.020435, 0.031909, 0.072187, 0.266642, 1.103645");
|
|
}
|
|
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 ( "2.334290, 2.343976, 2.367011, 2.436254, 2.683380",\
|
|
"2.429824, 2.439509, 2.462544, 2.531787, 2.778913",\
|
|
"2.500380, 2.510065, 2.533100, 2.602343, 2.849469",\
|
|
"2.583884, 2.593570, 2.616605, 2.685848, 2.932974",\
|
|
"2.927985, 2.937671, 2.960706, 3.029949, 3.277075");
|
|
}
|
|
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.019666, 0.025870, 0.043920, 0.118677, 0.454050",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.454050",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.454050",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.454050",\
|
|
"0.019666, 0.025870, 0.043920, 0.118677, 0.454050");
|
|
}
|
|
|
|
} /* 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.001165 ;
|
|
|
|
/* 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.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "2.520794, 2.533356, 2.568414, 2.709689, 3.297260",\
|
|
"2.616327, 2.628889, 2.663947, 2.805222, 3.392793",\
|
|
"2.686883, 2.699445, 2.734503, 2.875778, 3.463349",\
|
|
"2.770388, 2.782949, 2.818007, 2.959283, 3.546853",\
|
|
"3.114489, 3.127051, 3.162109, 3.303384, 3.890955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "0.023080, 0.034211, 0.073736, 0.266534, 1.110722",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.110722",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.110722",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.110722",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.110722");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "2.368971, 2.378532, 2.401505, 2.470714, 2.721451",\
|
|
"2.464505, 2.474065, 2.497039, 2.566247, 2.816984",\
|
|
"2.535061, 2.544621, 2.567595, 2.636803, 2.887540",\
|
|
"2.618565, 2.628126, 2.651099, 2.720308, 2.971045",\
|
|
"2.962666, 2.972227, 2.995200, 3.064409, 3.315146");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "0.019603, 0.025785, 0.043850, 0.118738, 0.460943",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.460943",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.460943",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.460943",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.460943");
|
|
}
|
|
|
|
} /* 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.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "2.287755, 2.300317, 2.335375, 2.476650, 3.060653",\
|
|
"2.383289, 2.395851, 2.430909, 2.572184, 3.156186",\
|
|
"2.453845, 2.466407, 2.501465, 2.642740, 3.226742",\
|
|
"2.537349, 2.549911, 2.584969, 2.726244, 3.310246",\
|
|
"2.881451, 2.894012, 2.929070, 3.070346, 3.654348");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "0.023080, 0.034211, 0.073736, 0.266534, 1.103957",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.103957",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.103957",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.103957",\
|
|
"0.023080, 0.034211, 0.073736, 0.266534, 1.103957");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "2.216204, 2.225765, 2.248738, 2.317947, 2.565057",\
|
|
"2.311737, 2.321298, 2.344271, 2.413480, 2.660590",\
|
|
"2.382293, 2.391854, 2.414827, 2.484036, 2.731146",\
|
|
"2.465798, 2.475358, 2.498332, 2.567540, 2.814651",\
|
|
"2.809899, 2.819460, 2.842433, 2.911642, 3.158752");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001165, 0.011937, 0.051165, 0.233244, 1.000000");
|
|
values ( "0.019603, 0.025785, 0.043850, 0.118738, 0.454046",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.454046",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.454046",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.454046",\
|
|
"0.019603, 0.025785, 0.043850, 0.118738, 0.454046");
|
|
}
|
|
|
|
} /* 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.000888 ;
|
|
|
|
/* 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.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.418125, 2.430120, 2.464487, 2.605255, 3.194072",\
|
|
"2.513659, 2.525653, 2.560021, 2.700789, 3.289605",\
|
|
"2.584215, 2.596209, 2.630577, 2.771345, 3.360161",\
|
|
"2.667719, 2.679714, 2.714081, 2.854849, 3.443666",\
|
|
"3.011821, 3.023815, 3.058182, 3.198950, 3.787767");
|
|
}
|
|
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.019447, 0.031044, 0.071627, 0.266671, 1.109679",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.109679",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.109679",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.109679",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.109679");
|
|
}
|
|
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 ( "2.403779, 2.413496, 2.436541, 2.505687, 2.756367",\
|
|
"2.499313, 2.509029, 2.532075, 2.601221, 2.851900",\
|
|
"2.569869, 2.579585, 2.602631, 2.671777, 2.922456",\
|
|
"2.653373, 2.663090, 2.686135, 2.755281, 3.005961",\
|
|
"2.997474, 3.007191, 3.030236, 3.099382, 3.350062");
|
|
}
|
|
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.019123, 0.025440, 0.043542, 0.118634, 0.460297",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.460297",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.460297",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.460297",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.460297");
|
|
}
|
|
|
|
} /* 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.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.288513, 2.300508, 2.334875, 2.475643, 3.061121",\
|
|
"2.384047, 2.396041, 2.430408, 2.571176, 3.156654",\
|
|
"2.454602, 2.466597, 2.500964, 2.641732, 3.227210",\
|
|
"2.538107, 2.550102, 2.584469, 2.725237, 3.310715",\
|
|
"2.882208, 2.894203, 2.928570, 3.069338, 3.654816");
|
|
}
|
|
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.019447, 0.031044, 0.071627, 0.266671, 1.103351",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.103351",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.103351",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.103351",\
|
|
"0.019447, 0.031044, 0.071627, 0.266671, 1.103351");
|
|
}
|
|
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 ( "2.262773, 2.272490, 2.295535, 2.364681, 2.611969",\
|
|
"2.358307, 2.368023, 2.391069, 2.460215, 2.707502",\
|
|
"2.428863, 2.438579, 2.461625, 2.530771, 2.778058",\
|
|
"2.512367, 2.522084, 2.545129, 2.614275, 2.861563",\
|
|
"2.856468, 2.866185, 2.889230, 2.958376, 3.205664");
|
|
}
|
|
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.019123, 0.025440, 0.043542, 0.118634, 0.453845",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.453845",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.453845",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.453845",\
|
|
"0.019123, 0.025440, 0.043542, 0.118634, 0.453845");
|
|
}
|
|
|
|
} /* 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.001211 ;
|
|
|
|
/* 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.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "2.407493, 2.419378, 2.453750, 2.594618, 3.183696",\
|
|
"2.503027, 2.514912, 2.549284, 2.690152, 3.279230",\
|
|
"2.573583, 2.585467, 2.619840, 2.760708, 3.349785",\
|
|
"2.657088, 2.668972, 2.703344, 2.844212, 3.433290",\
|
|
"3.001189, 3.013073, 3.047445, 3.188313, 3.777391");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "0.019803, 0.031361, 0.071940, 0.266863, 1.111180",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.111180",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.111180",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.111180",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.111180");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "2.392128, 2.401690, 2.424705, 2.493956, 2.745201",\
|
|
"2.487662, 2.497224, 2.520239, 2.589490, 2.840735",\
|
|
"2.558218, 2.567780, 2.590795, 2.660046, 2.911290",\
|
|
"2.641722, 2.651284, 2.674299, 2.743551, 2.994795",\
|
|
"2.985823, 2.995385, 3.018400, 3.087651, 3.338896");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "0.019344, 0.025585, 0.043644, 0.118648, 0.461840",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.461840",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.461840",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.461840",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.461840");
|
|
}
|
|
|
|
} /* 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.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "2.277588, 2.289473, 2.323845, 2.464713, 3.049623",\
|
|
"2.373122, 2.385006, 2.419379, 2.560246, 3.145157",\
|
|
"2.443677, 2.455562, 2.489934, 2.630802, 3.215713",\
|
|
"2.527182, 2.539067, 2.573439, 2.714307, 3.299217",\
|
|
"2.871283, 2.883168, 2.917540, 3.058408, 3.643318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "0.019803, 0.031361, 0.071940, 0.266863, 1.103281",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.103281",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.103281",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.103281",\
|
|
"0.019803, 0.031361, 0.071940, 0.266863, 1.103281");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "2.251082, 2.260644, 2.283659, 2.352910, 2.599920",\
|
|
"2.346615, 2.356178, 2.379192, 2.448444, 2.695453",\
|
|
"2.417171, 2.426733, 2.449748, 2.518999, 2.766009",\
|
|
"2.500676, 2.510238, 2.533253, 2.602504, 2.849514",\
|
|
"2.844777, 2.854339, 2.877354, 2.946605, 3.193614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.011983, 0.051211, 0.233290, 1.000000");
|
|
values ( "0.019344, 0.025585, 0.043644, 0.118648, 0.453786",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.453786",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.453786",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.453786",\
|
|
"0.019344, 0.025585, 0.043644, 0.118648, 0.453786");
|
|
}
|
|
|
|
} /* 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.000906 ;
|
|
|
|
/* 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.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "2.425924, 2.437914, 2.472283, 2.613047, 3.201807",\
|
|
"2.521458, 2.533448, 2.567817, 2.708581, 3.297341",\
|
|
"2.592014, 2.604004, 2.638373, 2.779137, 3.367896",\
|
|
"2.675519, 2.687509, 2.721878, 2.862642, 3.451401",\
|
|
"3.019620, 3.031610, 3.065979, 3.206743, 3.795502");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "0.019466, 0.031060, 0.071646, 0.266683, 1.109662",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.109662",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.109662",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.109662",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.109662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "2.426256, 2.435961, 2.459001, 2.528145, 2.778823",\
|
|
"2.521789, 2.531495, 2.554534, 2.623678, 2.874356",\
|
|
"2.592345, 2.602051, 2.625090, 2.694234, 2.944912",\
|
|
"2.675850, 2.685555, 2.708595, 2.777739, 3.028417",\
|
|
"3.019951, 3.029657, 3.052696, 3.121840, 3.372518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "0.019137, 0.025448, 0.043551, 0.118642, 0.460308",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.460308",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.460308",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.460308",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.460308");
|
|
}
|
|
|
|
} /* 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.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "2.296463, 2.308453, 2.342822, 2.483586, 3.069006",\
|
|
"2.391996, 2.403986, 2.438355, 2.579119, 3.164540",\
|
|
"2.462552, 2.474542, 2.508911, 2.649675, 3.235096",\
|
|
"2.546057, 2.558047, 2.592416, 2.733180, 3.318600",\
|
|
"2.890158, 2.902148, 2.936517, 3.077281, 3.662702");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "0.019466, 0.031060, 0.071646, 0.266683, 1.103333",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.103333",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.103333",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.103333",\
|
|
"0.019466, 0.031060, 0.071646, 0.266683, 1.103333");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "2.279167, 2.288873, 2.311912, 2.381056, 2.628342",\
|
|
"2.374700, 2.384406, 2.407445, 2.476589, 2.723875",\
|
|
"2.445256, 2.454962, 2.478001, 2.547145, 2.794431",\
|
|
"2.528761, 2.538467, 2.561506, 2.630650, 2.877935",\
|
|
"2.872862, 2.882568, 2.905607, 2.974751, 3.222037");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000906, 0.011679, 0.050906, 0.232985, 1.000000");
|
|
values ( "0.019137, 0.025448, 0.043551, 0.118642, 0.453856",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.453856",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.453856",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.453856",\
|
|
"0.019137, 0.025448, 0.043551, 0.118642, 0.453856");
|
|
}
|
|
|
|
} /* 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.001076 ;
|
|
|
|
/* 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.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "2.351899, 2.363881, 2.398308, 2.539071, 3.127313",\
|
|
"2.447433, 2.459414, 2.493841, 2.634604, 3.222847",\
|
|
"2.517989, 2.529971, 2.564398, 2.705160, 3.293403",\
|
|
"2.601493, 2.613475, 2.647902, 2.788665, 3.376907",\
|
|
"2.945594, 2.957576, 2.992003, 3.132766, 3.721008");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "0.019630, 0.031187, 0.071788, 0.266653, 1.110244",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.110244",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.110244",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.110244",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.110244");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "2.303537, 2.313191, 2.336284, 2.405516, 2.656400",\
|
|
"2.399070, 2.408725, 2.431818, 2.501050, 2.751934",\
|
|
"2.469626, 2.479281, 2.502373, 2.571605, 2.822490",\
|
|
"2.553131, 2.562785, 2.585878, 2.655110, 2.905994",\
|
|
"2.897232, 2.906887, 2.929979, 2.999211, 3.250096");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "0.019221, 0.025537, 0.043580, 0.118630, 0.460872",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.460872",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.460872",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.460872",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.460872");
|
|
}
|
|
|
|
} /* 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.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "2.226673, 2.238655, 2.273082, 2.413845, 2.998276",\
|
|
"2.322207, 2.334188, 2.368615, 2.509378, 3.093809",\
|
|
"2.392762, 2.404744, 2.439171, 2.579934, 3.164365",\
|
|
"2.476267, 2.488249, 2.522676, 2.663439, 3.247869",\
|
|
"2.820368, 2.832350, 2.866777, 3.007540, 3.591970");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "0.019630, 0.031187, 0.071788, 0.266653, 1.103019",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.103019",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.103019",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.103019",\
|
|
"0.019630, 0.031187, 0.071788, 0.266653, 1.103019");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "2.175318, 2.184973, 2.208065, 2.277297, 2.524308",\
|
|
"2.270851, 2.280506, 2.303598, 2.372831, 2.619841",\
|
|
"2.341407, 2.351062, 2.374154, 2.443386, 2.690397",\
|
|
"2.424912, 2.434566, 2.457659, 2.526891, 2.773902",\
|
|
"2.769013, 2.778668, 2.801760, 2.870992, 3.118003");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001076, 0.011848, 0.051076, 0.233155, 1.000000");
|
|
values ( "0.019221, 0.025537, 0.043580, 0.118630, 0.453505",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.453505",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.453505",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.453505",\
|
|
"0.019221, 0.025537, 0.043580, 0.118630, 0.453505");
|
|
}
|
|
|
|
} /* 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.001065 ;
|
|
|
|
/* 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.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "2.356429, 2.368401, 2.402812, 2.543579, 3.131947",\
|
|
"2.451962, 2.463935, 2.498345, 2.639112, 3.227480",\
|
|
"2.522519, 2.534491, 2.568901, 2.709668, 3.298036",\
|
|
"2.606023, 2.617995, 2.652405, 2.793173, 3.381541",\
|
|
"2.950124, 2.962096, 2.996507, 3.137274, 3.725642");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "0.019624, 0.031187, 0.071785, 0.266688, 1.110159",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.110159",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.110159",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.110159",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.110159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "2.302526, 2.312183, 2.335269, 2.404488, 2.655315",\
|
|
"2.398060, 2.407717, 2.430803, 2.500022, 2.750849",\
|
|
"2.468616, 2.478273, 2.501359, 2.570578, 2.821405",\
|
|
"2.552120, 2.561777, 2.584863, 2.654082, 2.904909",\
|
|
"2.896221, 2.905879, 2.928965, 2.998183, 3.249011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "0.019216, 0.025531, 0.043580, 0.118639, 0.460735",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.460735",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.460735",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.460735",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.460735");
|
|
}
|
|
|
|
} /* 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.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "2.230634, 2.242607, 2.277017, 2.417784, 3.002425",\
|
|
"2.326168, 2.338140, 2.372550, 2.513318, 3.097959",\
|
|
"2.396724, 2.408696, 2.443106, 2.583873, 3.168514",\
|
|
"2.480228, 2.492200, 2.526611, 2.667378, 3.252019",\
|
|
"2.824330, 2.836302, 2.870712, 3.011479, 3.596120");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "0.019624, 0.031187, 0.071785, 0.266688, 1.103095",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.103095",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.103095",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.103095",\
|
|
"0.019624, 0.031187, 0.071785, 0.266688, 1.103095");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "2.177895, 2.187552, 2.210638, 2.279857, 2.526896",\
|
|
"2.273428, 2.283085, 2.306171, 2.375390, 2.622430",\
|
|
"2.343984, 2.353641, 2.376727, 2.445946, 2.692986",\
|
|
"2.427489, 2.437146, 2.460232, 2.529451, 2.776490",\
|
|
"2.771590, 2.781247, 2.804333, 2.873552, 3.120592");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001065, 0.011837, 0.051065, 0.233144, 1.000000");
|
|
values ( "0.019216, 0.025531, 0.043580, 0.118639, 0.453532",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.453532",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.453532",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.453532",\
|
|
"0.019216, 0.025531, 0.043580, 0.118639, 0.453532");
|
|
}
|
|
|
|
} /* 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.001035 ;
|
|
|
|
/* 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.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "2.366937, 2.378927, 2.413363, 2.554246, 3.143316",\
|
|
"2.462471, 2.474460, 2.508896, 2.649779, 3.238850",\
|
|
"2.533027, 2.545016, 2.579452, 2.720335, 3.309406",\
|
|
"2.616531, 2.628520, 2.662956, 2.803840, 3.392910",\
|
|
"2.960633, 2.972622, 3.007058, 3.147941, 3.737011");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "0.019591, 0.031151, 0.071727, 0.266540, 1.111679",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.111679",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.111679",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.111679",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.111679");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "2.321492, 2.331167, 2.354275, 2.423605, 2.675123",\
|
|
"2.417025, 2.426700, 2.449808, 2.519138, 2.770657",\
|
|
"2.487581, 2.497257, 2.520365, 2.589694, 2.841213",\
|
|
"2.571085, 2.580761, 2.603869, 2.673198, 2.924717",\
|
|
"2.915187, 2.924862, 2.947970, 3.017300, 3.268818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "0.019199, 0.025509, 0.043544, 0.118511, 0.462319",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.462319",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.462319",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.462319",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.462319");
|
|
}
|
|
|
|
} /* 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.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "2.241826, 2.253815, 2.288251, 2.429134, 3.013682",\
|
|
"2.337359, 2.349348, 2.383784, 2.524668, 3.109215",\
|
|
"2.407915, 2.419904, 2.454340, 2.595223, 3.179771",\
|
|
"2.491420, 2.503409, 2.537845, 2.678728, 3.263276",\
|
|
"2.835521, 2.847510, 2.881946, 3.022829, 3.607377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "0.019591, 0.031151, 0.071727, 0.266540, 1.103106",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.103106",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.103106",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.103106",\
|
|
"0.019591, 0.031151, 0.071727, 0.266540, 1.103106");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "2.192842, 2.202517, 2.225625, 2.294955, 2.541877",\
|
|
"2.288375, 2.298051, 2.321159, 2.390488, 2.637410",\
|
|
"2.358931, 2.368607, 2.391715, 2.461045, 2.707966",\
|
|
"2.442436, 2.452111, 2.475219, 2.544549, 2.791471",\
|
|
"2.786537, 2.796212, 2.819320, 2.888650, 3.135572");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001035, 0.011807, 0.051035, 0.233114, 1.000000");
|
|
values ( "0.019199, 0.025509, 0.043544, 0.118511, 0.453576",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.453576",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.453576",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.453576",\
|
|
"0.019199, 0.025509, 0.043544, 0.118511, 0.453576");
|
|
}
|
|
|
|
} /* 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.001146 ;
|
|
|
|
/* 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.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "2.335169, 2.346228, 2.380648, 2.521394, 3.109473",\
|
|
"2.430703, 2.441762, 2.476182, 2.616928, 3.205006",\
|
|
"2.501259, 2.512318, 2.546737, 2.687484, 3.275562",\
|
|
"2.584763, 2.595822, 2.630242, 2.770988, 3.359066",\
|
|
"2.928864, 2.939924, 2.974343, 3.115090, 3.703168");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "0.019707, 0.031258, 0.071865, 0.266734, 1.110067",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.110067",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.110067",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.110067",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.110067");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "2.283263, 2.292486, 2.315564, 2.384782, 2.635566",\
|
|
"2.378796, 2.388019, 2.411098, 2.480316, 2.731099",\
|
|
"2.449352, 2.458575, 2.481654, 2.550872, 2.801655",\
|
|
"2.532857, 2.542080, 2.565158, 2.634376, 2.885160",\
|
|
"2.876958, 2.886181, 2.909260, 2.978477, 3.229261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "0.019268, 0.025570, 0.043610, 0.118672, 0.460690",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.460690",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.460690",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.460690",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.460690");
|
|
}
|
|
|
|
} /* 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.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "2.205934, 2.217890, 2.252310, 2.393056, 2.977408",\
|
|
"2.301467, 2.313424, 2.347843, 2.488590, 3.072941",\
|
|
"2.372023, 2.383979, 2.418399, 2.559145, 3.143497",\
|
|
"2.455528, 2.467484, 2.501904, 2.642650, 3.227002",\
|
|
"2.799629, 2.811585, 2.846005, 2.986752, 3.571103");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "0.019707, 0.031258, 0.071865, 0.266734, 1.103002",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.103002",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.103002",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.103002",\
|
|
"0.019707, 0.031258, 0.071865, 0.266734, 1.103002");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "2.152501, 2.162122, 2.185200, 2.254418, 2.501415",\
|
|
"2.248035, 2.257655, 2.280734, 2.349952, 2.596948",\
|
|
"2.318590, 2.328211, 2.351290, 2.420507, 2.667504",\
|
|
"2.402095, 2.411716, 2.434794, 2.504012, 2.751009",\
|
|
"2.746197, 2.755817, 2.778896, 2.848114, 3.095110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001146, 0.011919, 0.051146, 0.233225, 1.000000");
|
|
values ( "0.019268, 0.025570, 0.043610, 0.118672, 0.453487",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.453487",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.453487",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.453487",\
|
|
"0.019268, 0.025570, 0.043610, 0.118672, 0.453487");
|
|
}
|
|
|
|
} /* 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.001089 ;
|
|
|
|
/* 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.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "2.399465, 2.411409, 2.445807, 2.586663, 3.175675",\
|
|
"2.494998, 2.506943, 2.541341, 2.682196, 3.271208",\
|
|
"2.565554, 2.577499, 2.611897, 2.752752, 3.341764",\
|
|
"2.649059, 2.661003, 2.695401, 2.836257, 3.425269",\
|
|
"2.993160, 3.005105, 3.039503, 3.180358, 3.769370");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "0.019661, 0.031226, 0.071805, 0.266702, 1.111116",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.111116",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.111116",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.111116",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.111116");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "2.362493, 2.372125, 2.395185, 2.464450, 2.715701",\
|
|
"2.458026, 2.467659, 2.490718, 2.559983, 2.811235",\
|
|
"2.528582, 2.538215, 2.561274, 2.630539, 2.881791",\
|
|
"2.612087, 2.621720, 2.644779, 2.714044, 2.965296",\
|
|
"2.956188, 2.965821, 2.988880, 3.058145, 3.309397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "0.019250, 0.025532, 0.043587, 0.118592, 0.461755",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.461755",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.461755",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.461755",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.461755");
|
|
}
|
|
|
|
} /* 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.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "2.274834, 2.286778, 2.321176, 2.462031, 3.046876",\
|
|
"2.370367, 2.382312, 2.416709, 2.557565, 3.142410",\
|
|
"2.440923, 2.452868, 2.487265, 2.628121, 3.212966",\
|
|
"2.524428, 2.536372, 2.570770, 2.711625, 3.296470",\
|
|
"2.868529, 2.880473, 2.914871, 3.055727, 3.640572");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "0.019661, 0.031226, 0.071805, 0.266702, 1.103217",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.103217",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.103217",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.103217",\
|
|
"0.019661, 0.031226, 0.071805, 0.266702, 1.103217");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "2.237861, 2.247494, 2.270553, 2.339818, 2.586835",\
|
|
"2.333395, 2.343028, 2.366087, 2.435352, 2.682369",\
|
|
"2.403951, 2.413584, 2.436643, 2.505908, 2.752924",\
|
|
"2.487455, 2.497088, 2.520147, 2.589412, 2.836429",\
|
|
"2.831557, 2.841190, 2.864249, 2.933514, 3.180531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001089, 0.011861, 0.051089, 0.233168, 1.000000");
|
|
values ( "0.019250, 0.025532, 0.043587, 0.118592, 0.453701",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.453701",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.453701",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.453701",\
|
|
"0.019250, 0.025532, 0.043587, 0.118592, 0.453701");
|
|
}
|
|
|
|
} /* 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.001152 ;
|
|
|
|
/* 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.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "2.365660, 2.377571, 2.411947, 2.552862, 3.142261",\
|
|
"2.461194, 2.473104, 2.507481, 2.648396, 3.237795",\
|
|
"2.531749, 2.543660, 2.578037, 2.718951, 3.308351",\
|
|
"2.615254, 2.627165, 2.661541, 2.802456, 3.391855",\
|
|
"2.959355, 2.971266, 3.005642, 3.146557, 3.735957");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "0.019963, 0.031512, 0.072014, 0.266898, 1.111056",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.111056",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.111056",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.111056",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.111056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "2.299640, 2.309242, 2.332290, 2.401527, 2.652579",\
|
|
"2.395174, 2.404776, 2.427824, 2.497060, 2.748112",\
|
|
"2.465729, 2.475332, 2.498379, 2.567616, 2.818668",\
|
|
"2.549234, 2.558836, 2.581884, 2.651121, 2.902173",\
|
|
"2.893335, 2.902938, 2.925985, 2.995222, 3.246274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "0.019290, 0.025565, 0.043617, 0.118647, 0.461335",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.461335",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.461335",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.461335",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.461335");
|
|
}
|
|
|
|
} /* 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.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "2.235534, 2.247445, 2.281821, 2.422736, 3.008166",\
|
|
"2.331068, 2.342978, 2.377355, 2.518270, 3.103699",\
|
|
"2.401623, 2.413534, 2.447911, 2.588825, 3.174255",\
|
|
"2.485128, 2.497039, 2.531415, 2.672330, 3.257760",\
|
|
"2.829229, 2.841140, 2.875516, 3.016431, 3.601861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "0.019963, 0.031512, 0.072014, 0.266898, 1.103532",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.103532",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.103532",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.103532",\
|
|
"0.019963, 0.031512, 0.072014, 0.266898, 1.103532");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "2.168343, 2.177946, 2.200993, 2.270230, 2.517247",\
|
|
"2.263876, 2.273479, 2.296526, 2.365763, 2.612781",\
|
|
"2.334432, 2.344035, 2.367082, 2.436319, 2.683336",\
|
|
"2.417937, 2.427540, 2.450587, 2.519824, 2.766841",\
|
|
"2.762038, 2.771641, 2.794688, 2.863925, 3.110942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001152, 0.011925, 0.051152, 0.233231, 1.000000");
|
|
values ( "0.019290, 0.025565, 0.043617, 0.118647, 0.453663",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.453663",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.453663",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.453663",\
|
|
"0.019290, 0.025565, 0.043617, 0.118647, 0.453663");
|
|
}
|
|
|
|
} /* 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.001075 ;
|
|
|
|
/* 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.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "2.413339, 2.425292, 2.459686, 2.600484, 3.189146",\
|
|
"2.508873, 2.520825, 2.555219, 2.696018, 3.284679",\
|
|
"2.579429, 2.591381, 2.625775, 2.766574, 3.355235",\
|
|
"2.662933, 2.674885, 2.709279, 2.850078, 3.438740",\
|
|
"3.007035, 3.018987, 3.053381, 3.194179, 3.782841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "0.019643, 0.031210, 0.071799, 0.266728, 1.110413",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.110413",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.110413",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.110413",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.110413");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "2.385737, 2.395376, 2.418433, 2.487650, 2.738601",\
|
|
"2.481271, 2.490910, 2.513967, 2.583184, 2.834135",\
|
|
"2.551827, 2.561466, 2.584522, 2.653739, 2.904690",\
|
|
"2.635332, 2.644971, 2.668027, 2.737244, 2.988195",\
|
|
"2.979433, 2.989072, 3.012128, 3.081345, 3.332296");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "0.019238, 0.025529, 0.043592, 0.118637, 0.461044",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.461044",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.461044",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.461044",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.461044");
|
|
}
|
|
|
|
} /* 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.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "2.286930, 2.298882, 2.333276, 2.474075, 3.058924",\
|
|
"2.382463, 2.394415, 2.428809, 2.569608, 3.154458",\
|
|
"2.453019, 2.464971, 2.499365, 2.640164, 3.225014",\
|
|
"2.536524, 2.548476, 2.582870, 2.723668, 3.308518",\
|
|
"2.880625, 2.892577, 2.926971, 3.067770, 3.652620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "0.019643, 0.031210, 0.071799, 0.266728, 1.103188",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.103188",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.103188",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.103188",\
|
|
"0.019643, 0.031210, 0.071799, 0.266728, 1.103188");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "2.248904, 2.258543, 2.281600, 2.350817, 2.597894",\
|
|
"2.344438, 2.354077, 2.377133, 2.446350, 2.693427",\
|
|
"2.414994, 2.424633, 2.447689, 2.516906, 2.763983",\
|
|
"2.498498, 2.508137, 2.531194, 2.600411, 2.847488",\
|
|
"2.842600, 2.852239, 2.875295, 2.944512, 3.191589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001075, 0.011847, 0.051075, 0.233154, 1.000000");
|
|
values ( "0.019238, 0.025529, 0.043592, 0.118637, 0.453678",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.453678",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.453678",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.453678",\
|
|
"0.019238, 0.025529, 0.043592, 0.118637, 0.453678");
|
|
}
|
|
|
|
} /* 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.001090 ;
|
|
|
|
/* 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.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.405201, 2.416253, 2.450638, 2.591374, 3.179637",\
|
|
"2.500735, 2.511787, 2.546172, 2.686908, 3.275171",\
|
|
"2.571291, 2.582343, 2.616728, 2.757464, 3.345727",\
|
|
"2.654795, 2.665847, 2.700232, 2.840968, 3.429231",\
|
|
"2.998896, 3.009948, 3.044333, 3.185070, 3.773333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019658, 0.031225, 0.071827, 0.266795, 1.109630",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.109630",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.109630",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.109630",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.109630");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.363239, 2.372239, 2.395289, 2.464453, 2.715046",\
|
|
"2.458773, 2.467773, 2.490823, 2.559987, 2.810580",\
|
|
"2.529329, 2.538329, 2.561379, 2.630542, 2.881135",\
|
|
"2.612833, 2.621833, 2.644884, 2.714047, 2.964640",\
|
|
"2.956934, 2.965935, 2.988985, 3.058148, 3.308741");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019244, 0.025541, 0.043608, 0.118701, 0.460224",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.460224",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.460224",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.460224",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.460224");
|
|
}
|
|
|
|
} /* 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.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.279784, 2.291732, 2.326116, 2.466853, 3.051705",\
|
|
"2.375318, 2.387265, 2.421650, 2.562386, 3.147238",\
|
|
"2.445874, 2.457821, 2.492206, 2.632942, 3.217794",\
|
|
"2.529378, 2.541325, 2.575710, 2.716447, 3.301299",\
|
|
"2.873480, 2.885427, 2.919811, 3.060548, 3.645400");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019658, 0.031225, 0.071827, 0.266795, 1.103165",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.103165",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.103165",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.103165",\
|
|
"0.019658, 0.031225, 0.071827, 0.266795, 1.103165");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.234299, 2.243931, 2.266982, 2.336145, 2.583272",\
|
|
"2.329832, 2.339465, 2.362515, 2.431678, 2.678806",\
|
|
"2.400388, 2.410021, 2.433071, 2.502234, 2.749362",\
|
|
"2.483893, 2.493526, 2.516576, 2.585739, 2.832867",\
|
|
"2.827994, 2.837627, 2.860677, 2.929840, 3.176968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019244, 0.025541, 0.043608, 0.118701, 0.453632",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.453632",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.453632",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.453632",\
|
|
"0.019244, 0.025541, 0.043608, 0.118701, 0.453632");
|
|
}
|
|
|
|
} /* 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.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.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "2.425122, 2.437103, 2.471481, 2.612316, 3.201486",\
|
|
"2.520656, 2.532637, 2.567014, 2.707849, 3.297019",\
|
|
"2.591212, 2.603193, 2.637570, 2.778405, 3.367575",\
|
|
"2.674716, 2.686697, 2.721075, 2.861910, 3.451080",\
|
|
"3.018818, 3.030799, 3.065176, 3.206011, 3.795181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.019495, 0.031085, 0.071658, 0.266646, 1.110576",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.110576",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.110576",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.110576",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.110576");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "2.432729, 2.442425, 2.465470, 2.534679, 2.785750",\
|
|
"2.528263, 2.537959, 2.561004, 2.630213, 2.881283",\
|
|
"2.598819, 2.608515, 2.631560, 2.700769, 2.951839",\
|
|
"2.682323, 2.692019, 2.715064, 2.784273, 3.035343",\
|
|
"3.026425, 3.036121, 3.059166, 3.128375, 3.379445");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.019156, 0.025455, 0.043546, 0.118583, 0.461238",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.461238",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.461238",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.461238",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.461238");
|
|
}
|
|
|
|
} /* 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.000931, 0.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "2.297876, 2.309857, 2.344235, 2.485070, 3.070429",\
|
|
"2.393410, 2.405391, 2.439768, 2.580603, 3.165962",\
|
|
"2.463966, 2.475947, 2.510324, 2.651159, 3.236518",\
|
|
"2.547470, 2.559451, 2.593829, 2.734664, 3.320023",\
|
|
"2.891572, 2.903553, 2.937930, 3.078765, 3.664124");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.019495, 0.031085, 0.071658, 0.266646, 1.103350",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.103350",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.103350",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.103350",\
|
|
"0.019495, 0.031085, 0.071658, 0.266646, 1.103350");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "2.274326, 2.284022, 2.307067, 2.376276, 2.623473",\
|
|
"2.369859, 2.379555, 2.402600, 2.471809, 2.719006",\
|
|
"2.440415, 2.450111, 2.473156, 2.542365, 2.789562",\
|
|
"2.523920, 2.533616, 2.556661, 2.625870, 2.873067",\
|
|
"2.868021, 2.877717, 2.900762, 2.969971, 3.217168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000931, 0.011703, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.019156, 0.025455, 0.043546, 0.118583, 0.453871",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.453871",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.453871",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.453871",\
|
|
"0.019156, 0.025455, 0.043546, 0.118583, 0.453871");
|
|
}
|
|
|
|
} /* 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.000724 ;
|
|
|
|
/* 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.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "2.535597, 2.547651, 2.582027, 2.722841, 3.312105",\
|
|
"2.631130, 2.643184, 2.677561, 2.818375, 3.407638",\
|
|
"2.701686, 2.713740, 2.748117, 2.888931, 3.478194",\
|
|
"2.785191, 2.797244, 2.831621, 2.972435, 3.561699",\
|
|
"3.129292, 3.141346, 3.175723, 3.316537, 3.905800");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "0.019370, 0.030978, 0.071515, 0.266548, 1.109844",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.109844",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.109844",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.109844",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.109844");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "2.593810, 2.603596, 2.626637, 2.695785, 2.946573",\
|
|
"2.689344, 2.699130, 2.722171, 2.791319, 3.042107",\
|
|
"2.759900, 2.769686, 2.792727, 2.861875, 3.112663",\
|
|
"2.843404, 2.853190, 2.876231, 2.945379, 3.196167",\
|
|
"3.187505, 3.197291, 3.220333, 3.289480, 3.540269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "0.019066, 0.025391, 0.043518, 0.118573, 0.460493",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.460493",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.460493",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.460493",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.460493");
|
|
}
|
|
|
|
} /* 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.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "2.395125, 2.407179, 2.441556, 2.582370, 3.168295",\
|
|
"2.490659, 2.502712, 2.537089, 2.677903, 3.263828",\
|
|
"2.561214, 2.573268, 2.607645, 2.748459, 3.334384",\
|
|
"2.644719, 2.656773, 2.691150, 2.831964, 3.417889",\
|
|
"2.988820, 3.000874, 3.035251, 3.176065, 3.761990");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "0.019370, 0.030978, 0.071515, 0.266548, 1.103515",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.103515",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.103515",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.103515",\
|
|
"0.019370, 0.030978, 0.071515, 0.266548, 1.103515");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "2.351627, 2.361413, 2.384454, 2.453602, 2.700998",\
|
|
"2.447160, 2.456946, 2.479988, 2.549135, 2.796532",\
|
|
"2.517716, 2.527502, 2.550544, 2.619691, 2.867088",\
|
|
"2.601221, 2.611007, 2.634048, 2.703196, 2.950592",\
|
|
"2.945322, 2.955108, 2.978150, 3.047297, 3.294693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000724, 0.011497, 0.050724, 0.232803, 1.000000");
|
|
values ( "0.019066, 0.025391, 0.043518, 0.118573, 0.454041",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.454041",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.454041",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.454041",\
|
|
"0.019066, 0.025391, 0.043518, 0.118573, 0.454041");
|
|
}
|
|
|
|
} /* 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.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 ( "2.445485, 2.457553, 2.492004, 2.632931, 3.222291",\
|
|
"2.541019, 2.553086, 2.587538, 2.728464, 3.317825",\
|
|
"2.611575, 2.623642, 2.658093, 2.799020, 3.388381",\
|
|
"2.695079, 2.707147, 2.741598, 2.882525, 3.471885",\
|
|
"3.039181, 3.051248, 3.085699, 3.226626, 3.815987");
|
|
}
|
|
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.019894, 0.031437, 0.071859, 0.266600, 1.110793",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.110793",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.110793",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.110793",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.110793");
|
|
}
|
|
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 ( "2.472995, 2.482702, 2.505744, 2.575009, 2.826028",\
|
|
"2.568529, 2.578236, 2.601278, 2.670542, 2.921561",\
|
|
"2.639085, 2.648792, 2.671834, 2.741098, 2.992117",\
|
|
"2.722589, 2.732297, 2.755338, 2.824603, 3.075622",\
|
|
"3.066690, 3.076398, 3.099439, 3.168704, 3.419723");
|
|
}
|
|
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.019431, 0.025673, 0.043744, 0.118582, 0.461413",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.461413",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.461413",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.461413",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.461413");
|
|
}
|
|
|
|
} /* 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.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "2.320964, 2.333031, 2.367482, 2.508409, 3.093958",\
|
|
"2.416497, 2.428564, 2.463016, 2.603942, 3.189492",\
|
|
"2.487053, 2.499120, 2.533571, 2.674498, 3.260047",\
|
|
"2.570558, 2.582625, 2.617076, 2.758003, 3.343552",\
|
|
"2.914659, 2.926726, 2.961178, 3.102104, 3.687654");
|
|
}
|
|
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.019894, 0.031437, 0.071859, 0.266600, 1.103568",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.103568",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.103568",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.103568",\
|
|
"0.019894, 0.031437, 0.071859, 0.266600, 1.103568");
|
|
}
|
|
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 ( "2.345181, 2.354889, 2.377931, 2.447195, 2.694341",\
|
|
"2.440715, 2.450423, 2.473464, 2.542729, 2.789875",\
|
|
"2.511271, 2.520979, 2.544020, 2.613285, 2.860430",\
|
|
"2.594776, 2.604483, 2.627525, 2.696789, 2.943935",\
|
|
"2.938877, 2.948584, 2.971626, 3.040890, 3.288036");
|
|
}
|
|
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.019431, 0.025673, 0.043744, 0.118582, 0.454046",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.454046",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.454046",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.454046",\
|
|
"0.019431, 0.025673, 0.043744, 0.118582, 0.454046");
|
|
}
|
|
|
|
} /* 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.000707 ;
|
|
|
|
/* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.932123, 0.944411, 0.979021, 1.119976, 1.708753",\
|
|
"0.996438, 1.008726, 1.043336, 1.184291, 1.753563",\
|
|
"1.045343, 1.057631, 1.092241, 1.233196, 1.753563",\
|
|
"1.075099, 1.087386, 1.121996, 1.262952, 1.753563",\
|
|
"1.075099, 1.087386, 1.121996, 1.262952, 1.753563");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.347191, 1.356987, 1.380042, 1.449220, 1.699958",\
|
|
"1.447760, 1.457556, 1.480611, 1.549789, 1.800527",\
|
|
"1.601396, 1.611192, 1.634247, 1.703425, 1.954163",\
|
|
"1.880607, 1.890403, 1.913458, 1.982636, 2.233374",\
|
|
"2.428179, 2.437974, 2.461030, 2.530207, 2.780946");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496");
|
|
}
|
|
|
|
} /* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.914434, 0.926717, 0.961322, 1.102274, 1.687723",\
|
|
"0.959244, 0.971527, 1.006132, 1.147084, 1.732533",\
|
|
"0.959244, 0.971527, 1.006132, 1.147084, 1.732533",\
|
|
"0.959244, 0.971527, 1.006132, 1.147084, 1.732533",\
|
|
"0.959244, 0.971527, 1.006132, 1.147084, 1.732533");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.174053, 1.183849, 1.206901, 1.276071, 1.523432",\
|
|
"1.274622, 1.284417, 1.307470, 1.376640, 1.624001",\
|
|
"1.428258, 1.438053, 1.461106, 1.530276, 1.777637",\
|
|
"1.707469, 1.717265, 1.740317, 1.809487, 2.056848",\
|
|
"2.255040, 2.264835, 2.287888, 2.357058, 2.604419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043");
|
|
}
|
|
|
|
} /* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.047394, 1.057190, 1.080245, 1.149423, 1.400161",\
|
|
"1.111709, 1.121505, 1.144560, 1.213737, 1.444971",\
|
|
"1.160614, 1.170410, 1.193465, 1.262643, 1.444971",\
|
|
"1.190369, 1.200165, 1.223220, 1.292398, 1.444971",\
|
|
"1.190369, 1.200165, 1.223220, 1.292398, 1.444971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.206034, 1.218321, 1.252931, 1.393887, 1.982663",\
|
|
"1.306602, 1.318890, 1.353500, 1.494455, 2.083232",\
|
|
"1.460238, 1.472526, 1.507136, 1.648091, 2.236868",\
|
|
"1.739450, 1.751737, 1.786347, 1.927303, 2.516079",\
|
|
"2.287021, 2.299308, 2.333918, 2.474874, 3.063650");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003",\
|
|
"0.020380, 0.031846, 0.072055, 0.266377, 1.110003");
|
|
}
|
|
|
|
} /* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.030793, 1.040588, 1.063641, 1.132811, 1.380172",\
|
|
"1.075603, 1.085399, 1.108451, 1.177621, 1.424982",\
|
|
"1.075603, 1.085399, 1.108451, 1.177621, 1.424982",\
|
|
"1.075603, 1.085399, 1.108451, 1.177621, 1.424982",\
|
|
"1.075603, 1.085399, 1.108451, 1.177621, 1.424982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.031707, 1.043990, 1.078594, 1.219547, 1.804996",\
|
|
"1.132275, 1.144558, 1.179163, 1.320116, 1.905565",\
|
|
"1.285911, 1.298194, 1.332799, 1.473752, 2.059201",\
|
|
"1.565123, 1.577406, 1.612010, 1.752963, 2.338412",\
|
|
"2.112694, 2.124977, 2.159582, 2.300534, 2.885983");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671");
|
|
}
|
|
|
|
} /* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.466913, 1.479207, 1.513822, 1.654781, 2.243546",\
|
|
"1.598068, 1.610361, 1.644976, 1.785936, 2.374700",\
|
|
"1.740405, 1.752698, 1.787313, 1.928272, 2.517037",\
|
|
"1.972888, 1.985181, 2.019797, 2.160756, 2.749520",\
|
|
"2.930782, 2.943075, 2.977691, 3.118649, 3.707414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020405, 0.031868, 0.072069, 0.266373, 1.110007",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.110007",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.110007",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.110007",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.110007");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.393569, 1.403365, 1.426418, 1.495588, 1.746341",\
|
|
"1.524724, 1.534520, 1.557572, 1.626743, 1.877495",\
|
|
"1.667061, 1.676856, 1.699909, 1.769079, 2.019832",\
|
|
"1.899544, 1.909340, 1.932392, 2.001563, 2.252315",\
|
|
"2.857438, 2.867234, 2.890287, 2.959457, 3.210209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019148, 0.025461, 0.043575, 0.118568, 0.460495",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.460495",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.460495",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.460495",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.460495");
|
|
}
|
|
|
|
} /* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.460797, 1.473090, 1.507705, 1.648664, 2.234091",\
|
|
"1.591951, 1.604244, 1.638860, 1.779819, 2.365245",\
|
|
"1.734288, 1.746581, 1.781197, 1.922156, 2.507582",\
|
|
"1.966771, 1.979065, 2.013680, 2.154639, 2.740065",\
|
|
"2.924665, 2.936959, 2.971574, 3.112533, 3.697959");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020405, 0.031868, 0.072069, 0.266373, 1.103678",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.103678",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.103678",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.103678",\
|
|
"0.020405, 0.031868, 0.072069, 0.266373, 1.103678");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "1.392674, 1.402469, 1.425522, 1.494693, 1.742053",\
|
|
"1.523828, 1.533624, 1.556676, 1.625847, 1.873207",\
|
|
"1.666165, 1.675961, 1.699013, 1.768184, 2.015544",\
|
|
"1.898648, 1.908444, 1.931497, 2.000667, 2.248027",\
|
|
"2.856542, 2.866338, 2.889390, 2.958561, 3.205921");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019148, 0.025461, 0.043575, 0.118568, 0.454043",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.454043",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.454043",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.454043",\
|
|
"0.019148, 0.025461, 0.043575, 0.118568, 0.454043");
|
|
}
|
|
|
|
} /* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "3.432352, 3.444641, 3.479253, 3.620209, 4.208982",\
|
|
"3.527885, 3.540174, 3.574786, 3.715742, 4.304515",\
|
|
"3.598441, 3.610730, 3.645342, 3.786299, 4.375072",\
|
|
"3.681945, 3.694235, 3.728847, 3.869803, 4.458576",\
|
|
"4.026047, 4.038336, 4.072948, 4.213904, 4.802677");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020388, 0.031853, 0.072060, 0.266375, 1.110004",\
|
|
"0.020388, 0.031853, 0.072060, 0.266375, 1.110004",\
|
|
"0.020388, 0.031853, 0.072060, 0.266375, 1.110004",\
|
|
"0.020388, 0.031853, 0.072060, 0.266375, 1.110004",\
|
|
"0.020388, 0.031853, 0.072060, 0.266375, 1.110004");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "3.573425, 3.583220, 3.606276, 3.675453, 3.926192",\
|
|
"3.668958, 3.678754, 3.701809, 3.770987, 4.021725",\
|
|
"3.739514, 3.749310, 3.772365, 3.841542, 4.092281",\
|
|
"3.823019, 3.832814, 3.855870, 3.925047, 4.175786",\
|
|
"4.167120, 4.176915, 4.199971, 4.269148, 4.519886");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496",\
|
|
"0.019178, 0.025487, 0.043597, 0.118569, 0.460496");
|
|
}
|
|
|
|
} /* 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.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "2.469589, 2.481872, 2.516477, 2.657429, 3.242878",\
|
|
"2.565122, 2.577405, 2.612010, 2.752962, 3.338412",\
|
|
"2.635679, 2.647961, 2.682566, 2.823519, 3.408968",\
|
|
"2.719183, 2.731466, 2.766071, 2.907023, 3.492472",\
|
|
"3.063284, 3.075567, 3.110172, 3.251124, 3.836574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671",\
|
|
"0.020358, 0.031827, 0.072043, 0.266380, 1.103671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "2.558439, 2.568235, 2.591287, 2.660457, 2.907818",\
|
|
"2.653973, 2.663768, 2.686821, 2.755991, 3.003352",\
|
|
"2.724529, 2.734324, 2.757377, 2.826547, 3.073908",\
|
|
"2.808033, 2.817829, 2.840881, 2.910051, 3.157412",\
|
|
"3.152135, 3.161930, 3.184983, 3.254153, 3.501514");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000707, 0.011479, 0.050707, 0.232786, 1.000000");
|
|
values ( "0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043",\
|
|
"0.019146, 0.025460, 0.043574, 0.118568, 0.454043");
|
|
}
|
|
|
|
} /* 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.000837 ;
|
|
|
|
/* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.522966, 0.535276, 0.569961, 0.711028, 1.299930",\
|
|
"0.612377, 0.624686, 0.659371, 0.800439, 1.389340",\
|
|
"0.671682, 0.683990, 0.718675, 0.859742, 1.448645",\
|
|
"0.742347, 0.754655, 0.789339, 0.930406, 1.519310",\
|
|
"1.033699, 1.046008, 1.080693, 1.221760, 1.810663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020860, 0.032265, 0.072361, 0.266396, 1.110951",\
|
|
"0.020859, 0.032265, 0.072361, 0.266396, 1.110951",\
|
|
"0.020858, 0.032263, 0.072360, 0.266396, 1.110951",\
|
|
"0.020858, 0.032263, 0.072360, 0.266396, 1.110951",\
|
|
"0.020858, 0.032263, 0.072360, 0.266396, 1.110951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.688823, 0.698556, 0.721608, 0.790875, 1.041910",\
|
|
"0.813869, 0.823602, 0.846654, 0.915922, 1.166957",\
|
|
"0.938720, 0.948453, 0.971505, 1.040772, 1.291807",\
|
|
"1.133413, 1.143146, 1.166198, 1.235466, 1.486500",\
|
|
"1.934391, 1.944124, 1.967176, 2.036444, 2.287478");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019397, 0.025651, 0.043724, 0.118561, 0.461412",\
|
|
"0.019397, 0.025651, 0.043724, 0.118561, 0.461413",\
|
|
"0.019398, 0.025652, 0.043724, 0.118561, 0.461413",\
|
|
"0.019399, 0.025652, 0.043725, 0.118561, 0.461413",\
|
|
"0.019400, 0.025653, 0.043726, 0.118561, 0.461413");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.521151, 0.533459, 0.568143, 0.709210, 1.294302",\
|
|
"0.610565, 0.622873, 0.657557, 0.798624, 1.383716",\
|
|
"0.669889, 0.682197, 0.716881, 0.857948, 1.443041",\
|
|
"0.740575, 0.752883, 0.787567, 0.928634, 1.513726",\
|
|
"1.031870, 1.044177, 1.078861, 1.219927, 1.805021");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020852, 0.032258, 0.072357, 0.266397, 1.103725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.687827, 0.697560, 0.720611, 0.789876, 1.037042",\
|
|
"0.812867, 0.822600, 0.845652, 0.914917, 1.162083",\
|
|
"0.937700, 0.947433, 0.970485, 1.039750, 1.286916",\
|
|
"1.132366, 1.142099, 1.165150, 1.234415, 1.481581",\
|
|
"1.933436, 1.943169, 1.966220, 2.035486, 2.282650");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019387, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019387, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019387, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019388, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019391, 0.025646, 0.043719, 0.118560, 0.454046");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.741637, 0.751370, 0.774422, 0.843689, 1.094724",\
|
|
"0.831015, 0.840748, 0.863800, 0.933068, 1.184103",\
|
|
"0.889965, 0.899698, 0.922750, 0.992018, 1.243052",\
|
|
"0.959676, 0.969409, 0.992461, 1.061729, 1.312763",\
|
|
"1.246792, 1.256525, 1.279577, 1.348845, 1.599879");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019397, 0.025651, 0.043724, 0.118561, 0.461412",\
|
|
"0.019397, 0.025651, 0.043724, 0.118561, 0.461413",\
|
|
"0.019398, 0.025652, 0.043724, 0.118561, 0.461413",\
|
|
"0.019399, 0.025652, 0.043725, 0.118561, 0.461413",\
|
|
"0.019400, 0.025653, 0.043726, 0.118561, 0.461413");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.589030, 0.601339, 0.636024, 0.777092, 1.365993",\
|
|
"0.714147, 0.726456, 0.761141, 0.902209, 1.491110",\
|
|
"0.839379, 0.851688, 0.886372, 1.027440, 1.616342",\
|
|
"1.034821, 1.047130, 1.081814, 1.222881, 1.811784",\
|
|
"1.838810, 1.851119, 1.885804, 2.026871, 2.615773");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020860, 0.032265, 0.072361, 0.266396, 1.110951",\
|
|
"0.020859, 0.032265, 0.072361, 0.266396, 1.110951",\
|
|
"0.020858, 0.032263, 0.072360, 0.266396, 1.110951",\
|
|
"0.020858, 0.032263, 0.072360, 0.266396, 1.110951",\
|
|
"0.020858, 0.032263, 0.072360, 0.266396, 1.110951");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.740641, 0.750374, 0.773426, 0.842691, 1.089857",\
|
|
"0.830014, 0.839747, 0.862798, 0.932063, 1.179229",\
|
|
"0.888946, 0.898679, 0.921730, 0.990995, 1.238161",\
|
|
"0.958629, 0.968362, 0.991413, 1.060678, 1.307844",\
|
|
"1.245836, 1.255570, 1.278621, 1.347887, 1.595051");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019387, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019387, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019387, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019388, 0.025643, 0.043717, 0.118560, 0.454046",\
|
|
"0.019391, 0.025646, 0.043719, 0.118560, 0.454046");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.587214, 0.599522, 0.634206, 0.775273, 1.360365",\
|
|
"0.712335, 0.724643, 0.759327, 0.900394, 1.485486",\
|
|
"0.837586, 0.849894, 0.884579, 1.025645, 1.610738",\
|
|
"1.033049, 1.045357, 1.080042, 1.221108, 1.806201",\
|
|
"1.836981, 1.849288, 1.883971, 2.025038, 2.610132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020855, 0.032261, 0.072358, 0.266397, 1.103725",\
|
|
"0.020852, 0.032258, 0.072357, 0.266397, 1.103725");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.497473, 0.509791, 0.544485, 0.685559, 1.274440",\
|
|
"0.573605, 0.585924, 0.620618, 0.761692, 1.350573",\
|
|
"0.614054, 0.626372, 0.661067, 0.802140, 1.391021",\
|
|
"0.653536, 0.665855, 0.700549, 0.841623, 1.430503",\
|
|
"0.816252, 0.828571, 0.863266, 1.004340, 1.593219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020901, 0.032301, 0.072384, 0.266390, 1.110958",\
|
|
"0.020901, 0.032301, 0.072384, 0.266390, 1.110958",\
|
|
"0.020902, 0.032301, 0.072384, 0.266390, 1.110958",\
|
|
"0.020902, 0.032302, 0.072384, 0.266390, 1.110958",\
|
|
"0.020906, 0.032305, 0.072386, 0.266390, 1.110959");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.665235, 0.674968, 0.698020, 0.767286, 1.018324",\
|
|
"0.788005, 0.797737, 0.820789, 0.890055, 1.141093",\
|
|
"0.912053, 0.921786, 0.944837, 1.014104, 1.265141",\
|
|
"1.108250, 1.117983, 1.141035, 1.210301, 1.461338",\
|
|
"1.918485, 1.928218, 1.951270, 2.020536, 2.271573");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019392, 0.025647, 0.043720, 0.118560, 0.461413",\
|
|
"0.019392, 0.025647, 0.043720, 0.118560, 0.461413",\
|
|
"0.019392, 0.025647, 0.043720, 0.118560, 0.461413",\
|
|
"0.019393, 0.025648, 0.043721, 0.118560, 0.461413",\
|
|
"0.019393, 0.025648, 0.043721, 0.118560, 0.461413");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.495710, 0.508028, 0.542723, 0.683796, 1.268866",\
|
|
"0.571843, 0.584161, 0.618856, 0.759929, 1.344999",\
|
|
"0.612292, 0.624610, 0.659305, 0.800378, 1.385448",\
|
|
"0.651774, 0.664092, 0.698787, 0.839860, 1.424930",\
|
|
"0.814489, 0.826808, 0.861504, 1.002578, 1.587645");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020901, 0.032301, 0.072384, 0.266389, 1.103733",\
|
|
"0.020901, 0.032301, 0.072384, 0.266389, 1.103733",\
|
|
"0.020902, 0.032301, 0.072384, 0.266389, 1.103733",\
|
|
"0.020902, 0.032302, 0.072384, 0.266389, 1.103733",\
|
|
"0.020906, 0.032305, 0.072386, 0.266389, 1.103733");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.664775, 0.674508, 0.697560, 0.766826, 1.013990",\
|
|
"0.787544, 0.797277, 0.820329, 0.889595, 1.136759",\
|
|
"0.911592, 0.921325, 0.944377, 1.013643, 1.260807",\
|
|
"1.107790, 1.117522, 1.140574, 1.209841, 1.457004",\
|
|
"1.918025, 1.927758, 1.950810, 2.020076, 2.267239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019392, 0.025647, 0.043720, 0.118560, 0.454046",\
|
|
"0.019392, 0.025647, 0.043720, 0.118560, 0.454046",\
|
|
"0.019392, 0.025647, 0.043720, 0.118560, 0.454046",\
|
|
"0.019392, 0.025647, 0.043720, 0.118560, 0.454046",\
|
|
"0.019392, 0.025647, 0.043720, 0.118560, 0.454046");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.739526, 2.751843, 2.786536, 2.927608, 3.516493",\
|
|
"2.835060, 2.847377, 2.882069, 3.023141, 3.612026",\
|
|
"2.905616, 2.917933, 2.952625, 3.093697, 3.682582",\
|
|
"2.989120, 3.001437, 3.036129, 3.177202, 3.766087",\
|
|
"3.333222, 3.345538, 3.380231, 3.521303, 4.110188");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020893, 0.032294, 0.072379, 0.266391, 1.110957",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.110957",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.110957",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.110957",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.110957");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.912054, 2.921788, 2.944839, 3.014107, 3.265142",\
|
|
"3.007588, 3.017321, 3.040373, 3.109640, 3.360676",\
|
|
"3.078144, 3.087877, 3.110929, 3.180196, 3.431231",\
|
|
"3.161648, 3.171381, 3.194433, 3.263700, 3.514736",\
|
|
"3.505750, 3.515483, 3.538535, 3.607802, 3.858837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019396, 0.025650, 0.043723, 0.118561, 0.461412",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.461412",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.461412",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.461412",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.461412");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.597050, 2.609367, 2.644059, 2.785132, 3.370205",\
|
|
"2.692584, 2.704901, 2.739593, 2.880665, 3.465739",\
|
|
"2.763140, 2.775456, 2.810149, 2.951221, 3.536295",\
|
|
"2.846644, 2.858961, 2.893654, 3.034726, 3.619800",\
|
|
"3.190746, 3.203062, 3.237755, 3.378827, 3.963901");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020893, 0.032294, 0.072379, 0.266391, 1.103732",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.103732",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.103732",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.103732",\
|
|
"0.020893, 0.032294, 0.072379, 0.266391, 1.103732");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.743613, 2.753347, 2.776399, 2.845666, 3.092828",\
|
|
"2.839147, 2.848880, 2.871932, 2.941199, 3.188361",\
|
|
"2.909703, 2.919436, 2.942488, 3.011755, 3.258917",\
|
|
"2.993207, 3.002941, 3.025993, 3.095259, 3.342422",\
|
|
"3.337309, 3.347042, 3.370094, 3.439361, 3.686523");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019396, 0.025650, 0.043723, 0.118561, 0.454046",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.454046",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.454046",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.454046",\
|
|
"0.019396, 0.025650, 0.043723, 0.118561, 0.454046");
|
|
}
|
|
|
|
} /* 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.002778 ;
|
|
|
|
/* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "2.273936, 2.284204, 2.318992, 2.462989, 3.057656",\
|
|
"2.369470, 2.379738, 2.414526, 2.558523, 3.153190",\
|
|
"2.440025, 2.450294, 2.485081, 2.629078, 3.223746",\
|
|
"2.523530, 2.533798, 2.568586, 2.712583, 3.307250",\
|
|
"2.867631, 2.877899, 2.912687, 3.056684, 3.651351");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022946, 0.034144, 0.074071, 0.276621, 1.131037",\
|
|
"0.022946, 0.034144, 0.074071, 0.276621, 1.131037",\
|
|
"0.022946, 0.034144, 0.074071, 0.276621, 1.131037",\
|
|
"0.022946, 0.034144, 0.074071, 0.276621, 1.131037",\
|
|
"0.022946, 0.034144, 0.074071, 0.276621, 1.131037");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "2.440360, 2.448256, 2.471219, 2.542905, 2.794364",\
|
|
"2.535894, 2.543790, 2.566753, 2.638438, 2.889898",\
|
|
"2.606450, 2.614346, 2.637309, 2.708994, 2.960454",\
|
|
"2.689954, 2.697851, 2.720813, 2.792499, 3.043958",\
|
|
"3.034055, 3.041952, 3.064914, 3.136600, 3.388060");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020636, 0.026422, 0.044151, 0.126802, 0.477928",\
|
|
"0.020636, 0.026422, 0.044151, 0.126802, 0.477928",\
|
|
"0.020636, 0.026422, 0.044151, 0.126802, 0.477928",\
|
|
"0.020636, 0.026422, 0.044151, 0.126802, 0.477928",\
|
|
"0.020636, 0.026422, 0.044151, 0.126802, 0.477928");
|
|
}
|
|
|
|
} /* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "2.109745, 2.121379, 2.156167, 2.296787, 2.880407",\
|
|
"2.205279, 2.216912, 2.251700, 2.392321, 2.975940",\
|
|
"2.275835, 2.287468, 2.322256, 2.462877, 3.046496",\
|
|
"2.359339, 2.370973, 2.405760, 2.546381, 3.130001",\
|
|
"2.703440, 2.715074, 2.749862, 2.890482, 3.474102");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022946, 0.034144, 0.074071, 0.270287, 1.103722",\
|
|
"0.022946, 0.034144, 0.074071, 0.270287, 1.103722",\
|
|
"0.022946, 0.034144, 0.074071, 0.270287, 1.103722",\
|
|
"0.022946, 0.034144, 0.074071, 0.270287, 1.103722",\
|
|
"0.022946, 0.034144, 0.074071, 0.270287, 1.103722");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "2.286759, 2.295670, 2.318633, 2.386930, 2.633912",\
|
|
"2.382292, 2.391204, 2.414166, 2.482463, 2.729445",\
|
|
"2.452848, 2.461760, 2.484722, 2.553019, 2.800001",\
|
|
"2.536353, 2.545264, 2.568227, 2.636523, 2.883506",\
|
|
"2.880454, 2.889366, 2.912328, 2.980625, 3.227607");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020636, 0.026422, 0.044151, 0.120438, 0.454045",\
|
|
"0.020636, 0.026422, 0.044151, 0.120438, 0.454045",\
|
|
"0.020636, 0.026422, 0.044151, 0.120438, 0.454045",\
|
|
"0.020636, 0.026422, 0.044151, 0.120438, 0.454045",\
|
|
"0.020636, 0.026422, 0.044151, 0.120438, 0.454045");
|
|
}
|
|
|
|
} /* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.599231, 0.609499, 0.644283, 0.788277, 1.382952",\
|
|
"0.663498, 0.673765, 0.708549, 0.852544, 1.429038",\
|
|
"0.710057, 0.720324, 0.755108, 0.899103, 1.429038",\
|
|
"0.739996, 0.750263, 0.785047, 0.929042, 1.429038",\
|
|
"0.739996, 0.750263, 0.785047, 0.929042, 1.429038");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022930, 0.034130, 0.074062, 0.276624, 1.131034",\
|
|
"0.022930, 0.034130, 0.074062, 0.276624, 1.131034",\
|
|
"0.022930, 0.034131, 0.074063, 0.276624, 1.131034",\
|
|
"0.022931, 0.034132, 0.074063, 0.276623, 1.131034",\
|
|
"0.022934, 0.034134, 0.074065, 0.276623, 1.131035");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.705466, 0.713363, 0.736325, 0.808011, 1.059470",\
|
|
"0.807733, 0.815629, 0.838592, 0.910278, 1.161737",\
|
|
"0.957785, 0.965681, 0.988643, 1.060330, 1.311789",\
|
|
"1.233977, 1.241873, 1.264836, 1.336522, 1.587981",\
|
|
"1.773544, 1.781441, 1.804403, 1.876089, 2.127548");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020637, 0.026423, 0.044152, 0.126802, 0.477928");
|
|
}
|
|
|
|
} /* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.565437, 0.577066, 0.611848, 0.752465, 1.336097",\
|
|
"0.611451, 0.623079, 0.657861, 0.798478, 1.382111",\
|
|
"0.611451, 0.623079, 0.657861, 0.798478, 1.382111",\
|
|
"0.611451, 0.623079, 0.657861, 0.798478, 1.382111",\
|
|
"0.611451, 0.623079, 0.657861, 0.798478, 1.382111");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022920, 0.034122, 0.074057, 0.270291, 1.103718",\
|
|
"0.022920, 0.034122, 0.074057, 0.270291, 1.103718",\
|
|
"0.022918, 0.034121, 0.074056, 0.270291, 1.103718",\
|
|
"0.022918, 0.034120, 0.074056, 0.270291, 1.103718",\
|
|
"0.022918, 0.034120, 0.074056, 0.270291, 1.103718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.680698, 0.689608, 0.712568, 0.780858, 1.027853",\
|
|
"0.782964, 0.791874, 0.814834, 0.883125, 1.130120",\
|
|
"0.933011, 0.941921, 0.964881, 1.033172, 1.280167",\
|
|
"1.209192, 1.218102, 1.241062, 1.309352, 1.556348",\
|
|
"1.748716, 1.757626, 1.780586, 1.848876, 2.095872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044");
|
|
}
|
|
|
|
} /* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.746505, 0.754401, 0.777364, 0.849050, 1.100509",\
|
|
"0.810772, 0.818668, 0.841630, 0.913317, 1.139571",\
|
|
"0.856799, 0.864695, 0.887657, 0.959344, 1.139571",\
|
|
"0.885185, 0.893081, 0.916043, 0.987729, 1.139571",\
|
|
"0.885185, 0.893081, 0.916043, 0.987729, 1.139571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020638, 0.026423, 0.044152, 0.126802, 0.477928",\
|
|
"0.020637, 0.026423, 0.044152, 0.126802, 0.477928");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.592162, 0.602430, 0.637214, 0.781208, 1.375883",\
|
|
"0.694429, 0.704696, 0.739480, 0.883475, 1.478150",\
|
|
"0.845345, 0.855612, 0.890397, 1.034391, 1.629066",\
|
|
"1.122535, 1.132802, 1.167586, 1.311581, 1.906255",\
|
|
"1.661288, 1.671556, 1.706341, 1.850336, 2.445009");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022930, 0.034130, 0.074062, 0.276624, 1.131034",\
|
|
"0.022930, 0.034130, 0.074062, 0.276624, 1.131034",\
|
|
"0.022930, 0.034131, 0.074063, 0.276624, 1.131034",\
|
|
"0.022931, 0.034132, 0.074063, 0.276623, 1.131034",\
|
|
"0.022934, 0.034134, 0.074065, 0.276623, 1.131035");
|
|
}
|
|
|
|
} /* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.721736, 0.730646, 0.753606, 0.821896, 1.068892",\
|
|
"0.760740, 0.769650, 0.792609, 0.860899, 1.107896",\
|
|
"0.760740, 0.769650, 0.792609, 0.860899, 1.107896",\
|
|
"0.760740, 0.769650, 0.792609, 0.860899, 1.107896",\
|
|
"0.760740, 0.769650, 0.792609, 0.860899, 1.107896");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.558368, 0.569997, 0.604779, 0.745396, 1.329028",\
|
|
"0.660634, 0.672263, 0.707045, 0.847662, 1.431295",\
|
|
"0.811535, 0.823164, 0.857946, 0.998563, 1.582196",\
|
|
"1.088699, 1.100327, 1.135108, 1.275725, 1.859359",\
|
|
"1.627422, 1.639051, 1.673832, 1.814449, 2.398082");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022920, 0.034122, 0.074057, 0.270291, 1.103718",\
|
|
"0.022920, 0.034122, 0.074057, 0.270291, 1.103718",\
|
|
"0.022918, 0.034121, 0.074056, 0.270291, 1.103718",\
|
|
"0.022918, 0.034120, 0.074056, 0.270291, 1.103718",\
|
|
"0.022918, 0.034120, 0.074056, 0.270291, 1.103718");
|
|
}
|
|
|
|
} /* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.578989, 0.589259, 0.624050, 0.768049, 1.362708",\
|
|
"0.665307, 0.675577, 0.710368, 0.854366, 1.449026",\
|
|
"0.722501, 0.732770, 0.767561, 0.911560, 1.506220",\
|
|
"0.791993, 0.802262, 0.837053, 0.981052, 1.575712",\
|
|
"1.078387, 1.088657, 1.123449, 1.267448, 1.862105");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022960, 0.034157, 0.074079, 0.276619, 1.131039",\
|
|
"0.022960, 0.034157, 0.074079, 0.276619, 1.131039",\
|
|
"0.022960, 0.034157, 0.074079, 0.276619, 1.131039",\
|
|
"0.022961, 0.034158, 0.074080, 0.276619, 1.131039",\
|
|
"0.022965, 0.034161, 0.074082, 0.276618, 1.131040");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.674397, 0.682294, 0.705254, 0.776933, 1.028405",\
|
|
"0.791551, 0.799449, 0.822409, 0.894087, 1.145560",\
|
|
"0.893518, 0.901415, 0.924375, 0.996054, 1.247526",\
|
|
"1.051906, 1.059804, 1.082763, 1.154442, 1.405915",\
|
|
"1.704666, 1.712563, 1.735523, 1.807201, 2.058674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020609, 0.026396, 0.044130, 0.126801, 0.477928",\
|
|
"0.020609, 0.026396, 0.044130, 0.126801, 0.477928",\
|
|
"0.020609, 0.026396, 0.044130, 0.126801, 0.477928",\
|
|
"0.020608, 0.026396, 0.044130, 0.126801, 0.477928",\
|
|
"0.020608, 0.026396, 0.044129, 0.126801, 0.477927");
|
|
}
|
|
|
|
} /* 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.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.545302, 0.556938, 0.591729, 0.732351, 1.315964",\
|
|
"0.631620, 0.643256, 0.678047, 0.818669, 1.402282",\
|
|
"0.688813, 0.700449, 0.735240, 0.875863, 1.459475",\
|
|
"0.758305, 0.769941, 0.804732, 0.945355, 1.528967",\
|
|
"1.044699, 1.056336, 1.091128, 1.231751, 1.815361");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.022960, 0.034157, 0.074079, 0.270285, 1.103725",\
|
|
"0.022960, 0.034157, 0.074079, 0.270285, 1.103725",\
|
|
"0.022960, 0.034157, 0.074079, 0.270285, 1.103725",\
|
|
"0.022961, 0.034158, 0.074080, 0.270285, 1.103725",\
|
|
"0.022965, 0.034161, 0.074082, 0.270284, 1.103725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.651302, 0.660212, 0.683172, 0.751462, 0.998458",\
|
|
"0.768457, 0.777367, 0.800327, 0.868617, 1.115613",\
|
|
"0.870423, 0.879333, 0.902293, 0.970583, 1.217579",\
|
|
"1.028812, 1.037722, 1.060682, 1.128972, 1.375968",\
|
|
"1.681571, 1.690481, 1.713441, 1.781731, 2.028727");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002778, 0.013550, 0.052778, 0.234857, 1.000000");
|
|
values ( "0.020609, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020609, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020609, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044130, 0.120437, 0.454044",\
|
|
"0.020608, 0.026396, 0.044129, 0.120437, 0.454044");
|
|
}
|
|
|
|
} /* 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.002441 ;
|
|
|
|
/* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "2.224815, 2.236462, 2.271180, 2.414917, 3.009167",\
|
|
"2.320349, 2.331996, 2.366714, 2.510451, 3.104700",\
|
|
"2.390905, 2.402552, 2.437270, 2.581007, 3.175256",\
|
|
"2.474409, 2.486057, 2.520774, 2.664511, 3.258761",\
|
|
"2.818511, 2.830158, 2.864876, 3.008612, 3.602862");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022258, 0.033519, 0.073564, 0.275812, 1.128895",\
|
|
"0.022258, 0.033519, 0.073564, 0.275812, 1.128895",\
|
|
"0.022258, 0.033519, 0.073564, 0.275812, 1.128895",\
|
|
"0.022258, 0.033519, 0.073564, 0.275812, 1.128895",\
|
|
"0.022258, 0.033519, 0.073564, 0.275812, 1.128895");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "2.403059, 2.412061, 2.435055, 2.506525, 2.757809",\
|
|
"2.498592, 2.507594, 2.530589, 2.602058, 2.853343",\
|
|
"2.569148, 2.578150, 2.601145, 2.672614, 2.923899",\
|
|
"2.652653, 2.661655, 2.684649, 2.756119, 3.007403",\
|
|
"2.996754, 3.005756, 3.028750, 3.100220, 3.351505");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020382, 0.026218, 0.043999, 0.126156, 0.476086",\
|
|
"0.020382, 0.026218, 0.043999, 0.126156, 0.476086",\
|
|
"0.020382, 0.026218, 0.043999, 0.126156, 0.476086",\
|
|
"0.020382, 0.026218, 0.043999, 0.126156, 0.476086",\
|
|
"0.020382, 0.026218, 0.043999, 0.126156, 0.476086");
|
|
}
|
|
|
|
} /* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "2.090255, 2.101902, 2.136620, 2.277244, 2.861286",\
|
|
"2.185788, 2.197436, 2.232153, 2.372777, 2.956820",\
|
|
"2.256344, 2.267992, 2.302710, 2.443333, 3.027375",\
|
|
"2.339849, 2.351496, 2.386214, 2.526838, 3.110880",\
|
|
"2.683950, 2.695597, 2.730315, 2.870939, 3.454981");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022258, 0.033519, 0.073564, 0.269970, 1.103669",\
|
|
"0.022258, 0.033519, 0.073564, 0.269970, 1.103669",\
|
|
"0.022258, 0.033519, 0.073564, 0.269970, 1.103669",\
|
|
"0.022258, 0.033519, 0.073564, 0.269970, 1.103669",\
|
|
"0.022258, 0.033519, 0.073564, 0.269970, 1.103669");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "2.269848, 2.278851, 2.301845, 2.370191, 2.617312",\
|
|
"2.365382, 2.374384, 2.397378, 2.465724, 2.712846",\
|
|
"2.435938, 2.444940, 2.467934, 2.536280, 2.783402",\
|
|
"2.519442, 2.528445, 2.551439, 2.619785, 2.866906",\
|
|
"2.863544, 2.872546, 2.895540, 2.963886, 3.211008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020382, 0.026218, 0.043999, 0.120288, 0.454044",\
|
|
"0.020382, 0.026218, 0.043999, 0.120288, 0.454044",\
|
|
"0.020382, 0.026218, 0.043999, 0.120288, 0.454044",\
|
|
"0.020382, 0.026218, 0.043999, 0.120288, 0.454044",\
|
|
"0.020382, 0.026218, 0.043999, 0.120288, 0.454044");
|
|
}
|
|
|
|
} /* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.570872, 0.582517, 0.617231, 0.760965, 1.355223",\
|
|
"0.635140, 0.646784, 0.681498, 0.825232, 1.401311",\
|
|
"0.681698, 0.693342, 0.728056, 0.871791, 1.401311",\
|
|
"0.711638, 0.723282, 0.757996, 0.901731, 1.401311",\
|
|
"0.711638, 0.723282, 0.757996, 0.901731, 1.401311");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022241, 0.033504, 0.073554, 0.275815, 1.128892",\
|
|
"0.022241, 0.033504, 0.073554, 0.275815, 1.128892",\
|
|
"0.022241, 0.033505, 0.073554, 0.275814, 1.128892",\
|
|
"0.022242, 0.033506, 0.073555, 0.275814, 1.128893",\
|
|
"0.022246, 0.033509, 0.073557, 0.275814, 1.128893");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.683403, 0.692405, 0.715400, 0.786870, 1.038153",\
|
|
"0.785670, 0.794672, 0.817667, 0.889137, 1.140420",\
|
|
"0.935728, 0.944731, 0.967725, 1.039195, 1.290479",\
|
|
"1.211936, 1.220938, 1.243933, 1.315403, 1.566686",\
|
|
"1.751526, 1.760529, 1.783523, 1.854993, 2.106277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086");
|
|
}
|
|
|
|
} /* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.566696, 0.578338, 0.613049, 0.753669, 1.337726",\
|
|
"0.612703, 0.624345, 0.659056, 0.799675, 1.383733",\
|
|
"0.612703, 0.624345, 0.659056, 0.799675, 1.383733",\
|
|
"0.612703, 0.624345, 0.659056, 0.799675, 1.383733",\
|
|
"0.612703, 0.624345, 0.659056, 0.799675, 1.383733");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022229, 0.033495, 0.073548, 0.269974, 1.103665",\
|
|
"0.022229, 0.033495, 0.073548, 0.269974, 1.103665",\
|
|
"0.022228, 0.033494, 0.073548, 0.269974, 1.103665",\
|
|
"0.022228, 0.033493, 0.073547, 0.269974, 1.103665",\
|
|
"0.022228, 0.033493, 0.073547, 0.269974, 1.103665");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.679118, 0.688119, 0.711111, 0.779451, 1.026585",\
|
|
"0.781385, 0.790386, 0.813378, 0.881718, 1.128852",\
|
|
"0.931442, 0.940442, 0.963435, 1.031774, 1.278908",\
|
|
"1.207645, 1.216645, 1.239638, 1.307977, 1.555111",\
|
|
"1.747216, 1.756217, 1.779209, 1.847548, 2.094682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043");
|
|
}
|
|
|
|
} /* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.724760, 0.733762, 0.756757, 0.828227, 1.079510",\
|
|
"0.789027, 0.798029, 0.821024, 0.892494, 1.118567",\
|
|
"0.835053, 0.844055, 0.867050, 0.938520, 1.118567",\
|
|
"0.863438, 0.872440, 0.895435, 0.966905, 1.118567",\
|
|
"0.863438, 0.872440, 0.895435, 0.966905, 1.118567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086",\
|
|
"0.020384, 0.026219, 0.044000, 0.126156, 0.476086");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.563635, 0.575279, 0.609994, 0.753728, 1.347986",\
|
|
"0.665902, 0.677547, 0.712261, 0.855995, 1.450253",\
|
|
"0.816828, 0.828472, 0.863187, 1.006921, 1.601179",\
|
|
"1.094040, 1.105684, 1.140399, 1.284133, 1.878391",\
|
|
"1.632814, 1.644459, 1.679174, 1.822909, 2.417165");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022241, 0.033504, 0.073554, 0.275815, 1.128892",\
|
|
"0.022241, 0.033504, 0.073554, 0.275815, 1.128892",\
|
|
"0.022241, 0.033505, 0.073554, 0.275814, 1.128892",\
|
|
"0.022242, 0.033506, 0.073555, 0.275814, 1.128893",\
|
|
"0.022246, 0.033509, 0.073557, 0.275814, 1.128893");
|
|
}
|
|
|
|
} /* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.720475, 0.729476, 0.752468, 0.820807, 1.067941",\
|
|
"0.759507, 0.768507, 0.791499, 0.859839, 1.106973",\
|
|
"0.759507, 0.768507, 0.791499, 0.859839, 1.106973",\
|
|
"0.759507, 0.768507, 0.791499, 0.859839, 1.106973",\
|
|
"0.759507, 0.768507, 0.791499, 0.859839, 1.106973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.559458, 0.571101, 0.605812, 0.746432, 1.330488",\
|
|
"0.661726, 0.673368, 0.708079, 0.848699, 1.432756",\
|
|
"0.812636, 0.824277, 0.858989, 0.999608, 1.583666",\
|
|
"1.089820, 1.101462, 1.136173, 1.276792, 1.860850",\
|
|
"1.628557, 1.640199, 1.674910, 1.815530, 2.399587");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022229, 0.033495, 0.073548, 0.269974, 1.103665",\
|
|
"0.022229, 0.033495, 0.073548, 0.269974, 1.103665",\
|
|
"0.022228, 0.033494, 0.073548, 0.269974, 1.103665",\
|
|
"0.022228, 0.033493, 0.073547, 0.269974, 1.103665",\
|
|
"0.022228, 0.033493, 0.073547, 0.269974, 1.103665");
|
|
}
|
|
|
|
} /* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.542037, 0.553687, 0.588408, 0.732147, 1.326389",\
|
|
"0.630966, 0.642616, 0.677337, 0.821076, 1.415318",\
|
|
"0.690474, 0.702124, 0.736846, 0.880585, 1.474826",\
|
|
"0.761270, 0.772921, 0.807642, 0.951382, 1.545622",\
|
|
"1.053038, 1.064690, 1.099413, 1.243153, 1.837391");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022273, 0.033533, 0.073572, 0.275809, 1.128898",\
|
|
"0.022273, 0.033533, 0.073572, 0.275809, 1.128898",\
|
|
"0.022274, 0.033533, 0.073573, 0.275809, 1.128898",\
|
|
"0.022276, 0.033535, 0.073573, 0.275809, 1.128898",\
|
|
"0.022282, 0.033540, 0.073577, 0.275808, 1.128899");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.637391, 0.646391, 0.669384, 0.740847, 0.992143",\
|
|
"0.761921, 0.770922, 0.793914, 0.865377, 1.116673",\
|
|
"0.888488, 0.897488, 0.920481, 0.991944, 1.243240",\
|
|
"1.086555, 1.095556, 1.118548, 1.190011, 1.441307",\
|
|
"1.906134, 1.915135, 1.938127, 2.009589, 2.260886");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020357, 0.026195, 0.043980, 0.126155, 0.476085",\
|
|
"0.020357, 0.026195, 0.043980, 0.126155, 0.476085",\
|
|
"0.020357, 0.026194, 0.043979, 0.126155, 0.476085",\
|
|
"0.020356, 0.026194, 0.043979, 0.126155, 0.476085",\
|
|
"0.020355, 0.026193, 0.043978, 0.126155, 0.476085");
|
|
}
|
|
|
|
} /* 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.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.537981, 0.549631, 0.584353, 0.724979, 1.309013",\
|
|
"0.626910, 0.638561, 0.673282, 0.813908, 1.397943",\
|
|
"0.686419, 0.698069, 0.732790, 0.873416, 1.457451",\
|
|
"0.757215, 0.768865, 0.803587, 0.944213, 1.528247",\
|
|
"1.048983, 1.060634, 1.095357, 1.235984, 1.820015");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.022273, 0.033533, 0.073572, 0.269967, 1.103672",\
|
|
"0.022273, 0.033533, 0.073572, 0.269967, 1.103672",\
|
|
"0.022274, 0.033533, 0.073573, 0.269967, 1.103672",\
|
|
"0.022276, 0.033535, 0.073573, 0.269967, 1.103672",\
|
|
"0.022282, 0.033540, 0.073577, 0.269966, 1.103673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.634685, 0.643686, 0.666678, 0.735018, 0.982152",\
|
|
"0.759215, 0.768216, 0.791208, 0.859548, 1.106682",\
|
|
"0.885782, 0.894783, 0.917775, 0.986114, 1.233248",\
|
|
"1.083849, 1.092850, 1.115842, 1.184181, 1.431316",\
|
|
"1.903428, 1.912429, 1.935421, 2.003760, 2.250895");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002441, 0.013213, 0.052441, 0.234520, 1.000000");
|
|
values ( "0.020357, 0.026195, 0.043980, 0.120287, 0.454043",\
|
|
"0.020357, 0.026195, 0.043980, 0.120287, 0.454043",\
|
|
"0.020357, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020356, 0.026194, 0.043979, 0.120287, 0.454043",\
|
|
"0.020355, 0.026193, 0.043978, 0.120287, 0.454043");
|
|
}
|
|
|
|
} /* 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.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 ( "2.484556, 2.496673, 2.531895, 2.675846, 3.268842",\
|
|
"2.580090, 2.592207, 2.627429, 2.771380, 3.364376",\
|
|
"2.650646, 2.662763, 2.697985, 2.841936, 3.434932",\
|
|
"2.734150, 2.746267, 2.781489, 2.925440, 3.518436",\
|
|
"3.078251, 3.090368, 3.125591, 3.269542, 3.862537");
|
|
}
|
|
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.024340, 0.035321, 0.074651, 0.275159, 1.128387",\
|
|
"0.024340, 0.035321, 0.074651, 0.275159, 1.128387",\
|
|
"0.024340, 0.035321, 0.074651, 0.275159, 1.128387",\
|
|
"0.024340, 0.035321, 0.074651, 0.275159, 1.128387",\
|
|
"0.024340, 0.035321, 0.074651, 0.275159, 1.128387");
|
|
}
|
|
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 ( "2.632630, 2.641706, 2.664753, 2.736245, 2.987291",\
|
|
"2.728164, 2.737239, 2.760287, 2.831779, 3.082824",\
|
|
"2.798720, 2.807795, 2.830843, 2.902335, 3.153380",\
|
|
"2.882224, 2.891299, 2.914347, 2.985839, 3.236885",\
|
|
"3.226325, 3.235401, 3.258448, 3.329940, 3.580986");
|
|
}
|
|
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.020669, 0.026496, 0.044233, 0.125921, 0.475423",\
|
|
"0.020669, 0.026496, 0.044233, 0.125921, 0.475423",\
|
|
"0.020669, 0.026496, 0.044233, 0.125921, 0.475423",\
|
|
"0.020669, 0.026496, 0.044233, 0.125921, 0.475423",\
|
|
"0.020669, 0.026496, 0.044233, 0.125921, 0.475423");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "2.319343, 2.331460, 2.366682, 2.507616, 3.090711",\
|
|
"2.414876, 2.426993, 2.462215, 2.603149, 3.186244",\
|
|
"2.485432, 2.497549, 2.532771, 2.673705, 3.256800",\
|
|
"2.568936, 2.581053, 2.616276, 2.757210, 3.340305",\
|
|
"2.913038, 2.925154, 2.960377, 3.101311, 3.684406");
|
|
}
|
|
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.024340, 0.035321, 0.074651, 0.269496, 1.103922",\
|
|
"0.024340, 0.035321, 0.074651, 0.269496, 1.103922",\
|
|
"0.024340, 0.035321, 0.074651, 0.269496, 1.103922",\
|
|
"0.024340, 0.035321, 0.074651, 0.269496, 1.103922",\
|
|
"0.024340, 0.035321, 0.074651, 0.269496, 1.103922");
|
|
}
|
|
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 ( "2.495182, 2.504257, 2.527305, 2.595770, 2.842758",\
|
|
"2.590716, 2.599791, 2.622838, 2.691304, 2.938292",\
|
|
"2.661271, 2.670347, 2.693394, 2.761860, 3.008848",\
|
|
"2.744776, 2.753851, 2.776899, 2.845364, 3.092353",\
|
|
"3.088877, 3.097953, 3.121000, 3.189466, 3.436454");
|
|
}
|
|
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.020669, 0.026496, 0.044233, 0.120234, 0.454051",\
|
|
"0.020669, 0.026496, 0.044233, 0.120234, 0.454051",\
|
|
"0.020669, 0.026496, 0.044233, 0.120234, 0.454051",\
|
|
"0.020669, 0.026496, 0.044233, 0.120234, 0.454051",\
|
|
"0.020669, 0.026496, 0.044233, 0.120234, 0.454051");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.645998, 0.658110, 0.693328, 0.837278, 1.430277",\
|
|
"0.734348, 0.746460, 0.781677, 0.925628, 1.518627",\
|
|
"0.793270, 0.805382, 0.840600, 0.984550, 1.577550",\
|
|
"0.858413, 0.870524, 0.905742, 1.049693, 1.642692",\
|
|
"1.126880, 1.138992, 1.174210, 1.318161, 1.911160");
|
|
}
|
|
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.024319, 0.035302, 0.074639, 0.275157, 1.128398",\
|
|
"0.024319, 0.035302, 0.074639, 0.275157, 1.128398",\
|
|
"0.024319, 0.035302, 0.074639, 0.275157, 1.128398",\
|
|
"0.024320, 0.035303, 0.074639, 0.275157, 1.128398",\
|
|
"0.024321, 0.035304, 0.074640, 0.275157, 1.128397");
|
|
}
|
|
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 ( "0.775787, 0.784862, 0.807910, 0.879402, 1.130448",\
|
|
"0.901883, 0.910959, 0.934006, 1.005498, 1.256544",\
|
|
"1.040453, 1.049528, 1.072576, 1.144068, 1.395114",\
|
|
"1.259907, 1.268983, 1.292030, 1.363523, 1.614568",\
|
|
"2.162523, 2.171598, 2.194646, 2.266138, 2.517184");
|
|
}
|
|
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.020667, 0.026494, 0.044232, 0.125921, 0.475424",\
|
|
"0.020667, 0.026494, 0.044232, 0.125921, 0.475424",\
|
|
"0.020668, 0.026495, 0.044233, 0.125921, 0.475424",\
|
|
"0.020669, 0.026496, 0.044234, 0.125921, 0.475424",\
|
|
"0.020670, 0.026496, 0.044234, 0.125921, 0.475424");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.606122, 0.618234, 0.653451, 0.794385, 1.377483",\
|
|
"0.694472, 0.706583, 0.741801, 0.882735, 1.465833",\
|
|
"0.753388, 0.765499, 0.800717, 0.941651, 1.524749",\
|
|
"0.818519, 0.830629, 0.865846, 1.006780, 1.589878",\
|
|
"1.086952, 1.099061, 1.134277, 1.275210, 1.858310");
|
|
}
|
|
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.024319, 0.035302, 0.074639, 0.269493, 1.103934",\
|
|
"0.024319, 0.035302, 0.074639, 0.269493, 1.103934",\
|
|
"0.024317, 0.035301, 0.074638, 0.269493, 1.103935",\
|
|
"0.024315, 0.035298, 0.074636, 0.269493, 1.103936",\
|
|
"0.024308, 0.035292, 0.074633, 0.269492, 1.103939");
|
|
}
|
|
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 ( "0.763899, 0.772974, 0.796021, 0.864484, 1.111477",\
|
|
"0.889995, 0.899070, 0.922117, 0.990580, 1.237573",\
|
|
"1.028540, 1.037614, 1.060661, 1.129124, 1.376117",\
|
|
"1.247949, 1.257023, 1.280070, 1.348533, 1.595526",\
|
|
"2.150645, 2.159720, 2.182767, 2.251230, 2.498222");
|
|
}
|
|
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.020659, 0.026487, 0.044226, 0.120233, 0.454051",\
|
|
"0.020659, 0.026487, 0.044226, 0.120233, 0.454051",\
|
|
"0.020660, 0.026487, 0.044226, 0.120233, 0.454051",\
|
|
"0.020660, 0.026488, 0.044227, 0.120233, 0.454051",\
|
|
"0.020662, 0.026489, 0.044228, 0.120233, 0.454051");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.827264, 0.836339, 0.859386, 0.930878, 1.181925",\
|
|
"0.915613, 0.924689, 0.947736, 1.019228, 1.270274",\
|
|
"0.974117, 0.983192, 1.006240, 1.077731, 1.328778",\
|
|
"1.038435, 1.047510, 1.070558, 1.142050, 1.393096",\
|
|
"1.303237, 1.312313, 1.335361, 1.406853, 1.657898");
|
|
}
|
|
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.020667, 0.026494, 0.044232, 0.125921, 0.475424",\
|
|
"0.020667, 0.026494, 0.044232, 0.125921, 0.475424",\
|
|
"0.020668, 0.026495, 0.044233, 0.125921, 0.475424",\
|
|
"0.020669, 0.026496, 0.044234, 0.125921, 0.475424",\
|
|
"0.020670, 0.026496, 0.044234, 0.125921, 0.475424");
|
|
}
|
|
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 ( "0.712327, 0.724438, 0.759656, 0.903606, 1.496606",\
|
|
"0.838423, 0.850535, 0.885752, 1.029703, 1.622702",\
|
|
"0.977432, 0.989543, 1.024761, 1.168712, 1.761711",\
|
|
"1.197704, 1.209816, 1.245034, 1.388984, 1.981983",\
|
|
"2.103536, 2.115648, 2.150866, 2.294817, 2.887816");
|
|
}
|
|
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.024319, 0.035302, 0.074639, 0.275157, 1.128398",\
|
|
"0.024319, 0.035302, 0.074639, 0.275157, 1.128398",\
|
|
"0.024319, 0.035302, 0.074639, 0.275157, 1.128398",\
|
|
"0.024320, 0.035303, 0.074639, 0.275157, 1.128398",\
|
|
"0.024321, 0.035304, 0.074640, 0.275157, 1.128397");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.815376, 0.824450, 0.847497, 0.915960, 1.162953",\
|
|
"0.903725, 0.912800, 0.935847, 1.004310, 1.251303",\
|
|
"0.962203, 0.971278, 0.994325, 1.062788, 1.309781",\
|
|
"1.026476, 1.035551, 1.058598, 1.127061, 1.374053",\
|
|
"1.291360, 1.300434, 1.323482, 1.391945, 1.638937");
|
|
}
|
|
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.020659, 0.026487, 0.044226, 0.120233, 0.454051",\
|
|
"0.020659, 0.026487, 0.044226, 0.120233, 0.454051",\
|
|
"0.020660, 0.026487, 0.044226, 0.120233, 0.454051",\
|
|
"0.020660, 0.026488, 0.044227, 0.120233, 0.454051",\
|
|
"0.020662, 0.026489, 0.044228, 0.120233, 0.454051");
|
|
}
|
|
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 ( "0.672450, 0.684562, 0.719780, 0.860713, 1.443812",\
|
|
"0.798547, 0.810658, 0.845876, 0.986810, 1.569908",\
|
|
"0.937549, 0.949660, 0.984878, 1.125812, 1.708910",\
|
|
"1.157810, 1.169920, 1.205137, 1.346071, 1.929170",\
|
|
"2.063609, 2.075718, 2.110933, 2.251866, 2.834966");
|
|
}
|
|
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.024319, 0.035302, 0.074639, 0.269493, 1.103934",\
|
|
"0.024319, 0.035302, 0.074639, 0.269493, 1.103934",\
|
|
"0.024317, 0.035301, 0.074638, 0.269493, 1.103935",\
|
|
"0.024315, 0.035298, 0.074636, 0.269493, 1.103936",\
|
|
"0.024308, 0.035292, 0.074633, 0.269492, 1.103939");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.638072, 0.650191, 0.685417, 0.829368, 1.422362",\
|
|
"0.724172, 0.736292, 0.771518, 0.915469, 1.508463",\
|
|
"0.781931, 0.794051, 0.829276, 0.973228, 1.566221",\
|
|
"0.851810, 0.863930, 0.899155, 1.043106, 1.636100",\
|
|
"1.139796, 1.151917, 1.187143, 1.331095, 1.924088");
|
|
}
|
|
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.024352, 0.035332, 0.074658, 0.275160, 1.128379",\
|
|
"0.024352, 0.035332, 0.074658, 0.275160, 1.128379",\
|
|
"0.024353, 0.035333, 0.074658, 0.275160, 1.128379",\
|
|
"0.024353, 0.035333, 0.074658, 0.275160, 1.128379",\
|
|
"0.024356, 0.035336, 0.074660, 0.275161, 1.128378");
|
|
}
|
|
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 ( "0.740611, 0.749686, 0.772734, 0.844225, 1.095273",\
|
|
"0.857368, 0.866443, 0.889491, 0.960981, 1.212029",\
|
|
"0.959190, 0.968265, 0.991313, 1.062804, 1.313852",\
|
|
"1.116237, 1.125312, 1.148360, 1.219851, 1.470898",\
|
|
"1.765104, 1.774178, 1.797226, 1.868716, 2.119765");
|
|
}
|
|
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.020664, 0.026491, 0.044230, 0.125921, 0.475423",\
|
|
"0.020664, 0.026491, 0.044230, 0.125921, 0.475423",\
|
|
"0.020664, 0.026492, 0.044230, 0.125921, 0.475423",\
|
|
"0.020665, 0.026492, 0.044231, 0.125921, 0.475424",\
|
|
"0.020665, 0.026492, 0.044231, 0.125921, 0.475424");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.598197, 0.610317, 0.645542, 0.786477, 1.369569",\
|
|
"0.684298, 0.696418, 0.731643, 0.872577, 1.455670",\
|
|
"0.742056, 0.754176, 0.789402, 0.930336, 1.513429",\
|
|
"0.811935, 0.824055, 0.859281, 1.000215, 1.583308",\
|
|
"1.099922, 1.112042, 1.147269, 1.288203, 1.871295");
|
|
}
|
|
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.024352, 0.035332, 0.074658, 0.269497, 1.103914",\
|
|
"0.024352, 0.035332, 0.074658, 0.269497, 1.103914",\
|
|
"0.024353, 0.035333, 0.074658, 0.269497, 1.103914",\
|
|
"0.024353, 0.035333, 0.074658, 0.269497, 1.103914",\
|
|
"0.024356, 0.035336, 0.074660, 0.269498, 1.103913");
|
|
}
|
|
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 ( "0.729202, 0.738277, 0.761324, 0.829788, 1.076779",\
|
|
"0.845959, 0.855034, 0.878081, 0.946545, 1.193536",\
|
|
"0.947781, 0.956856, 0.979904, 1.048368, 1.295358",\
|
|
"1.104828, 1.113903, 1.136950, 1.205415, 1.452405",\
|
|
"1.753694, 1.762769, 1.785816, 1.854280, 2.101271");
|
|
}
|
|
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.020663, 0.026491, 0.044229, 0.120233, 0.454051",\
|
|
"0.020663, 0.026491, 0.044229, 0.120233, 0.454051",\
|
|
"0.020663, 0.026491, 0.044229, 0.120233, 0.454051",\
|
|
"0.020663, 0.026491, 0.044229, 0.120233, 0.454051",\
|
|
"0.020663, 0.026491, 0.044229, 0.120233, 0.454052");
|
|
}
|
|
|
|
} /* 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.003120 ;
|
|
|
|
/* 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.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "2.251525, 2.261812, 2.296521, 2.440311, 3.033938",\
|
|
"2.347059, 2.357346, 2.392055, 2.535845, 3.129472",\
|
|
"2.417615, 2.427901, 2.462610, 2.606401, 3.200027",\
|
|
"2.501119, 2.511406, 2.546115, 2.689905, 3.283532",\
|
|
"2.845221, 2.855507, 2.890217, 3.034007, 3.627633");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "0.023268, 0.034467, 0.074446, 0.276552, 1.129064",\
|
|
"0.023268, 0.034467, 0.074446, 0.276552, 1.129064",\
|
|
"0.023268, 0.034467, 0.074446, 0.276552, 1.129064",\
|
|
"0.023268, 0.034467, 0.074446, 0.276552, 1.129064",\
|
|
"0.023268, 0.034467, 0.074446, 0.276552, 1.129064");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "2.275908, 2.283932, 2.306782, 2.378226, 2.629315",\
|
|
"2.371442, 2.379466, 2.402316, 2.473760, 2.724849",\
|
|
"2.441998, 2.450022, 2.472872, 2.544316, 2.795405",\
|
|
"2.525503, 2.533526, 2.556376, 2.627820, 2.878910",\
|
|
"2.869604, 2.877627, 2.900478, 2.971922, 3.223011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "0.020740, 0.026502, 0.044252, 0.126496, 0.476193",\
|
|
"0.020740, 0.026502, 0.044252, 0.126496, 0.476193",\
|
|
"0.020740, 0.026502, 0.044252, 0.126496, 0.476193",\
|
|
"0.020740, 0.026502, 0.044252, 0.126496, 0.476193",\
|
|
"0.020740, 0.026502, 0.044252, 0.126496, 0.476193");
|
|
}
|
|
|
|
} /* 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.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "2.047621, 2.059154, 2.093863, 2.234515, 2.817894",\
|
|
"2.143155, 2.154688, 2.189397, 2.330049, 2.913427",\
|
|
"2.213711, 2.225244, 2.259953, 2.400605, 2.983983",\
|
|
"2.297216, 2.308748, 2.343458, 2.484110, 3.067488",\
|
|
"2.641317, 2.652850, 2.687559, 2.828211, 3.411589");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "0.023268, 0.034467, 0.074446, 0.270665, 1.103716",\
|
|
"0.023268, 0.034467, 0.074446, 0.270665, 1.103716",\
|
|
"0.023268, 0.034467, 0.074446, 0.270665, 1.103716",\
|
|
"0.023268, 0.034467, 0.074446, 0.270665, 1.103716",\
|
|
"0.023268, 0.034467, 0.074446, 0.270665, 1.103716");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "2.101442, 2.110235, 2.133085, 2.201380, 2.448298",\
|
|
"2.196975, 2.205768, 2.228619, 2.296914, 2.543831",\
|
|
"2.267531, 2.276324, 2.299175, 2.367470, 2.614387",\
|
|
"2.351036, 2.359829, 2.382679, 2.450974, 2.697892",\
|
|
"2.695137, 2.703930, 2.726781, 2.795076, 3.041993");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003120, 0.013892, 0.053120, 0.235199, 1.000000");
|
|
values ( "0.020740, 0.026502, 0.044252, 0.120584, 0.454043",\
|
|
"0.020740, 0.026502, 0.044252, 0.120584, 0.454043",\
|
|
"0.020740, 0.026502, 0.044252, 0.120584, 0.454043",\
|
|
"0.020740, 0.026502, 0.044252, 0.120584, 0.454043",\
|
|
"0.020740, 0.026502, 0.044252, 0.120584, 0.454043");
|
|
}
|
|
|
|
} /* 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.002262 ;
|
|
|
|
/* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "2.434302, 2.446276, 2.481329, 2.625202, 3.218604",\
|
|
"2.529835, 2.541810, 2.576863, 2.720736, 3.314138",\
|
|
"2.600391, 2.612365, 2.647419, 2.791292, 3.384694",\
|
|
"2.683896, 2.695870, 2.730923, 2.874796, 3.468198",\
|
|
"3.027997, 3.039971, 3.075024, 3.218897, 3.812299");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023537, 0.034616, 0.074193, 0.275243, 1.128492",\
|
|
"0.023537, 0.034616, 0.074193, 0.275243, 1.128492",\
|
|
"0.023537, 0.034616, 0.074193, 0.275243, 1.128492",\
|
|
"0.023537, 0.034616, 0.074193, 0.275243, 1.128492",\
|
|
"0.023537, 0.034616, 0.074193, 0.275243, 1.128492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "2.596915, 2.605997, 2.629041, 2.700518, 2.951643",\
|
|
"2.692449, 2.701530, 2.724575, 2.796051, 3.047177",\
|
|
"2.763005, 2.772086, 2.795130, 2.866607, 3.117733",\
|
|
"2.846509, 2.855591, 2.878635, 2.950112, 3.201237",\
|
|
"3.190610, 3.199692, 3.222736, 3.294213, 3.545338");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020536, 0.026378, 0.044134, 0.125936, 0.475531",\
|
|
"0.020536, 0.026378, 0.044134, 0.125936, 0.475531",\
|
|
"0.020536, 0.026378, 0.044134, 0.125936, 0.475531",\
|
|
"0.020536, 0.026378, 0.044134, 0.125936, 0.475531",\
|
|
"0.020536, 0.026378, 0.044134, 0.125936, 0.475531");
|
|
}
|
|
|
|
} /* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "2.301965, 2.313940, 2.348993, 2.489834, 3.073285",\
|
|
"2.397499, 2.409473, 2.444526, 2.585368, 3.168818",\
|
|
"2.468055, 2.480029, 2.515082, 2.655924, 3.239374",\
|
|
"2.551559, 2.563534, 2.598587, 2.739428, 3.322879",\
|
|
"2.895660, 2.907634, 2.942688, 3.083529, 3.666980");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023537, 0.034616, 0.074193, 0.269551, 1.103902",\
|
|
"0.023537, 0.034616, 0.074193, 0.269551, 1.103902",\
|
|
"0.023537, 0.034616, 0.074193, 0.269551, 1.103902",\
|
|
"0.023537, 0.034616, 0.074193, 0.269551, 1.103902",\
|
|
"0.023537, 0.034616, 0.074193, 0.269551, 1.103902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "2.471791, 2.480872, 2.503916, 2.572351, 2.819404",\
|
|
"2.567324, 2.576406, 2.599450, 2.667885, 2.914937",\
|
|
"2.637880, 2.646961, 2.670006, 2.738441, 2.985493",\
|
|
"2.721385, 2.730466, 2.753510, 2.821945, 3.068998",\
|
|
"3.065486, 3.074567, 3.097611, 3.166046, 3.413099");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020536, 0.026378, 0.044134, 0.120219, 0.454049",\
|
|
"0.020536, 0.026378, 0.044134, 0.120219, 0.454049",\
|
|
"0.020536, 0.026378, 0.044134, 0.120219, 0.454049",\
|
|
"0.020536, 0.026378, 0.044134, 0.120219, 0.454049",\
|
|
"0.020536, 0.026378, 0.044134, 0.120219, 0.454049");
|
|
}
|
|
|
|
} /* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.593403, 0.605379, 0.640435, 0.784310, 1.377706",\
|
|
"0.679500, 0.691476, 0.726532, 0.870406, 1.463803",\
|
|
"0.737270, 0.749246, 0.784302, 0.928177, 1.521573",\
|
|
"0.807157, 0.819134, 0.854190, 0.998065, 1.591460",\
|
|
"1.095181, 1.107158, 1.142214, 1.286089, 1.879484");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023548, 0.034625, 0.074199, 0.275241, 1.128494",\
|
|
"0.023548, 0.034625, 0.074199, 0.275241, 1.128494",\
|
|
"0.023548, 0.034626, 0.074199, 0.275241, 1.128494",\
|
|
"0.023549, 0.034626, 0.074200, 0.275241, 1.128494",\
|
|
"0.023552, 0.034629, 0.074201, 0.275241, 1.128494");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.711239, 0.720319, 0.743364, 0.814839, 1.065967",\
|
|
"0.827988, 0.837069, 0.860113, 0.931588, 1.182717",\
|
|
"0.929807, 0.938888, 0.961932, 1.033408, 1.284536",\
|
|
"1.086829, 1.095909, 1.118954, 1.190429, 1.441557",\
|
|
"1.735599, 1.744680, 1.767724, 1.839199, 2.090328");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020532, 0.026374, 0.044131, 0.125936, 0.475531",\
|
|
"0.020532, 0.026374, 0.044131, 0.125936, 0.475531",\
|
|
"0.020532, 0.026374, 0.044131, 0.125936, 0.475531",\
|
|
"0.020532, 0.026374, 0.044131, 0.125936, 0.475531",\
|
|
"0.020530, 0.026372, 0.044129, 0.125935, 0.475530");
|
|
}
|
|
|
|
} /* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.587630, 0.599606, 0.634662, 0.775505, 1.358950",\
|
|
"0.673727, 0.685703, 0.720759, 0.861602, 1.445047",\
|
|
"0.731497, 0.743473, 0.778529, 0.919372, 1.502817",\
|
|
"0.801384, 0.813361, 0.848417, 0.989260, 1.572705",\
|
|
"1.089408, 1.101385, 1.136441, 1.277285, 1.860728");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023548, 0.034625, 0.074199, 0.269549, 1.103904",\
|
|
"0.023548, 0.034625, 0.074199, 0.269549, 1.103904",\
|
|
"0.023548, 0.034626, 0.074199, 0.269549, 1.103904",\
|
|
"0.023549, 0.034626, 0.074200, 0.269549, 1.103904",\
|
|
"0.023552, 0.034629, 0.074201, 0.269549, 1.103905");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.710684, 0.719765, 0.742809, 0.811243, 1.058298",\
|
|
"0.827434, 0.836514, 0.859559, 0.927992, 1.175047",\
|
|
"0.929253, 0.938334, 0.961378, 1.029812, 1.276866",\
|
|
"1.086274, 1.095355, 1.118399, 1.186833, 1.433888",\
|
|
"1.735045, 1.744125, 1.767170, 1.835603, 2.082658");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020531, 0.026373, 0.044130, 0.120219, 0.454049",\
|
|
"0.020531, 0.026373, 0.044130, 0.120219, 0.454049",\
|
|
"0.020531, 0.026373, 0.044130, 0.120219, 0.454049",\
|
|
"0.020531, 0.026373, 0.044130, 0.120219, 0.454049",\
|
|
"0.020530, 0.026372, 0.044129, 0.120219, 0.454049");
|
|
}
|
|
|
|
} /* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.601876, 0.613846, 0.648894, 0.792764, 1.386178",\
|
|
"0.690226, 0.702196, 0.737244, 0.881114, 1.474527",\
|
|
"0.749139, 0.761108, 0.796156, 0.940026, 1.533440",\
|
|
"0.814282, 0.826252, 0.861300, 1.005169, 1.598583",\
|
|
"1.082754, 1.094724, 1.129772, 1.273642, 1.867055");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023514, 0.034596, 0.074181, 0.275246, 1.128488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.746928, 0.756009, 0.779054, 0.850530, 1.101657",\
|
|
"0.873025, 0.882106, 0.905150, 0.976626, 1.227753",\
|
|
"1.011597, 1.020678, 1.043723, 1.115199, 1.366325",\
|
|
"1.231057, 1.240138, 1.263183, 1.334659, 1.585785",\
|
|
"2.133701, 2.142782, 2.165827, 2.237304, 2.488429");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020534, 0.026376, 0.044133, 0.125936, 0.475531",\
|
|
"0.020534, 0.026376, 0.044133, 0.125936, 0.475531",\
|
|
"0.020535, 0.026377, 0.044133, 0.125936, 0.475531",\
|
|
"0.020536, 0.026378, 0.044134, 0.125936, 0.475531",\
|
|
"0.020537, 0.026379, 0.044135, 0.125936, 0.475531");
|
|
}
|
|
|
|
} /* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.596093, 0.608063, 0.643110, 0.783949, 1.367411",\
|
|
"0.684443, 0.696412, 0.731460, 0.872298, 1.455761",\
|
|
"0.743358, 0.755327, 0.790375, 0.931213, 1.514676",\
|
|
"0.808467, 0.820435, 0.855483, 0.996320, 1.579785",\
|
|
"1.076876, 1.088844, 1.123891, 1.264728, 1.848194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023512, 0.034594, 0.074180, 0.269555, 1.103899",\
|
|
"0.023512, 0.034594, 0.074180, 0.269555, 1.103899",\
|
|
"0.023512, 0.034594, 0.074179, 0.269555, 1.103898",\
|
|
"0.023509, 0.034591, 0.074178, 0.269555, 1.103898",\
|
|
"0.023505, 0.034588, 0.074175, 0.269556, 1.103897");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.745891, 0.754972, 0.778015, 0.846448, 1.093505",\
|
|
"0.871988, 0.881068, 0.904112, 0.972544, 1.219601",\
|
|
"1.010533, 1.019613, 1.042657, 1.111089, 1.358146",\
|
|
"1.229943, 1.239023, 1.262067, 1.330500, 1.577557",\
|
|
"2.132658, 2.141738, 2.164782, 2.233215, 2.480271");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020526, 0.026369, 0.044126, 0.120219, 0.454049",\
|
|
"0.020526, 0.026369, 0.044126, 0.120219, 0.454049",\
|
|
"0.020526, 0.026369, 0.044127, 0.120219, 0.454049",\
|
|
"0.020527, 0.026369, 0.044127, 0.120219, 0.454049",\
|
|
"0.020529, 0.026371, 0.044128, 0.120219, 0.454049");
|
|
}
|
|
|
|
} /* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.798449, 0.807530, 0.830574, 0.902050, 1.153177",\
|
|
"0.886799, 0.895879, 0.918924, 0.990400, 1.241527",\
|
|
"0.945303, 0.954384, 0.977428, 1.048905, 1.300031",\
|
|
"1.009624, 1.018705, 1.041749, 1.113226, 1.364352",\
|
|
"1.274430, 1.283511, 1.306556, 1.378033, 1.629158");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020534, 0.026376, 0.044133, 0.125936, 0.475531",\
|
|
"0.020534, 0.026376, 0.044133, 0.125936, 0.475531",\
|
|
"0.020535, 0.026377, 0.044133, 0.125936, 0.475531",\
|
|
"0.020536, 0.026378, 0.044134, 0.125936, 0.475531",\
|
|
"0.020537, 0.026379, 0.044135, 0.125936, 0.475531");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.668099, 0.680069, 0.715117, 0.858987, 1.452401",\
|
|
"0.794196, 0.806165, 0.841213, 0.985083, 1.578497",\
|
|
"0.933195, 0.945165, 0.980213, 1.124082, 1.717496",\
|
|
"1.153470, 1.165439, 1.200487, 1.344357, 1.937771",\
|
|
"2.059320, 2.071290, 2.106338, 2.250208, 2.843621");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023513, 0.034595, 0.074180, 0.275246, 1.128488",\
|
|
"0.023514, 0.034596, 0.074181, 0.275246, 1.128488");
|
|
}
|
|
|
|
} /* 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.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.797412, 0.806492, 0.829536, 0.897968, 1.145025",\
|
|
"0.885762, 0.894842, 0.917886, 0.986318, 1.233375",\
|
|
"0.944239, 0.953319, 0.976363, 1.044796, 1.291852",\
|
|
"1.008510, 1.017590, 1.040634, 1.109067, 1.356123",\
|
|
"1.273386, 1.282467, 1.305511, 1.373944, 1.621000");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.020526, 0.026369, 0.044126, 0.120219, 0.454049",\
|
|
"0.020526, 0.026369, 0.044126, 0.120219, 0.454049",\
|
|
"0.020526, 0.026369, 0.044127, 0.120219, 0.454049",\
|
|
"0.020527, 0.026369, 0.044127, 0.120219, 0.454049",\
|
|
"0.020529, 0.026371, 0.044128, 0.120219, 0.454049");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.662316, 0.674286, 0.709333, 0.850172, 1.433634",\
|
|
"0.788412, 0.800382, 0.835430, 0.976268, 1.559731",\
|
|
"0.927414, 0.939384, 0.974431, 1.115269, 1.698732",\
|
|
"1.147654, 1.159623, 1.194670, 1.335508, 1.918972",\
|
|
"2.053443, 2.065411, 2.100457, 2.241294, 2.824760");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002262, 0.013034, 0.052262, 0.234341, 1.000000");
|
|
values ( "0.023512, 0.034594, 0.074180, 0.269555, 1.103899",\
|
|
"0.023512, 0.034594, 0.074180, 0.269555, 1.103899",\
|
|
"0.023512, 0.034594, 0.074179, 0.269555, 1.103898",\
|
|
"0.023509, 0.034591, 0.074178, 0.269555, 1.103898",\
|
|
"0.023505, 0.034588, 0.074175, 0.269556, 1.103897");
|
|
}
|
|
|
|
} /* 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.002364 ;
|
|
|
|
/* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "2.460308, 2.472311, 2.507432, 2.651342, 3.244432",\
|
|
"2.555841, 2.567844, 2.602965, 2.746876, 3.339966",\
|
|
"2.626397, 2.638400, 2.673521, 2.817431, 3.410522",\
|
|
"2.709902, 2.721905, 2.757025, 2.900936, 3.494026",\
|
|
"3.054003, 3.066006, 3.101127, 3.245037, 3.838128");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.024013, 0.035038, 0.074505, 0.275272, 1.128426",\
|
|
"0.024013, 0.035038, 0.074505, 0.275272, 1.128426",\
|
|
"0.024013, 0.035038, 0.074505, 0.275272, 1.128426",\
|
|
"0.024013, 0.035038, 0.074505, 0.275272, 1.128426",\
|
|
"0.024013, 0.035038, 0.074505, 0.275272, 1.128426");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "2.614760, 2.623800, 2.646826, 2.718299, 2.969345",\
|
|
"2.710294, 2.719334, 2.742360, 2.813833, 3.064879",\
|
|
"2.780849, 2.789889, 2.812915, 2.884388, 3.135435",\
|
|
"2.864354, 2.873394, 2.896420, 2.967893, 3.218940",\
|
|
"3.208455, 3.217495, 3.240521, 3.311994, 3.563040");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020657, 0.026477, 0.044220, 0.125956, 0.475423",\
|
|
"0.020657, 0.026477, 0.044220, 0.125956, 0.475423",\
|
|
"0.020657, 0.026477, 0.044220, 0.125956, 0.475423",\
|
|
"0.020657, 0.026477, 0.044220, 0.125956, 0.475423",\
|
|
"0.020657, 0.026477, 0.044220, 0.125956, 0.475423");
|
|
}
|
|
|
|
} /* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "2.298418, 2.310421, 2.345541, 2.486434, 3.069625",\
|
|
"2.393951, 2.405954, 2.441075, 2.581968, 3.165158",\
|
|
"2.464507, 2.476510, 2.511631, 2.652524, 3.235714",\
|
|
"2.548012, 2.560015, 2.595136, 2.736028, 3.319219",\
|
|
"2.892113, 2.904116, 2.939237, 3.080130, 3.663320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.024013, 0.035038, 0.074505, 0.269607, 1.103961",\
|
|
"0.024013, 0.035038, 0.074505, 0.269607, 1.103961",\
|
|
"0.024013, 0.035038, 0.074505, 0.269607, 1.103961",\
|
|
"0.024013, 0.035038, 0.074505, 0.269607, 1.103961",\
|
|
"0.024013, 0.035038, 0.074505, 0.269607, 1.103961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "2.478792, 2.487832, 2.510858, 2.579303, 2.826295",\
|
|
"2.574325, 2.583365, 2.606391, 2.674837, 2.921829",\
|
|
"2.644881, 2.653921, 2.676947, 2.745392, 2.992384",\
|
|
"2.728385, 2.737426, 2.760452, 2.828897, 3.075889",\
|
|
"3.072487, 3.081527, 3.104553, 3.172998, 3.419990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020657, 0.026477, 0.044220, 0.120266, 0.454050",\
|
|
"0.020657, 0.026477, 0.044220, 0.120266, 0.454050",\
|
|
"0.020657, 0.026477, 0.044220, 0.120266, 0.454050",\
|
|
"0.020657, 0.026477, 0.044220, 0.120266, 0.454050",\
|
|
"0.020657, 0.026477, 0.044220, 0.120266, 0.454050");
|
|
}
|
|
|
|
} /* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.629240, 0.641239, 0.676355, 0.820262, 1.413363",\
|
|
"0.717590, 0.729589, 0.764705, 0.908612, 1.501713",\
|
|
"0.776509, 0.788508, 0.823624, 0.967532, 1.560633",\
|
|
"0.841653, 0.853652, 0.888768, 1.032676, 1.625776",\
|
|
"1.110127, 1.122126, 1.157242, 1.301150, 1.894250");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023993, 0.035021, 0.074495, 0.275275, 1.128423");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.764276, 0.773316, 0.796342, 0.867814, 1.118862",\
|
|
"0.890373, 0.899412, 0.922438, 0.993911, 1.244958",\
|
|
"1.028943, 1.037983, 1.061009, 1.132482, 1.383529",\
|
|
"1.248401, 1.257441, 1.280467, 1.351940, 1.602986",\
|
|
"2.151031, 2.160071, 2.183097, 2.254570, 2.505617");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020656, 0.026475, 0.044219, 0.125956, 0.475423",\
|
|
"0.020656, 0.026475, 0.044219, 0.125956, 0.475423",\
|
|
"0.020657, 0.026476, 0.044220, 0.125956, 0.475423",\
|
|
"0.020658, 0.026477, 0.044220, 0.125956, 0.475423",\
|
|
"0.020658, 0.026478, 0.044221, 0.125956, 0.475423");
|
|
}
|
|
|
|
} /* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.591916, 0.603915, 0.639031, 0.779921, 1.363122",\
|
|
"0.680266, 0.692265, 0.727381, 0.868271, 1.451472",\
|
|
"0.739177, 0.751175, 0.786291, 0.927181, 1.510382",\
|
|
"0.804289, 0.816287, 0.851402, 0.992292, 1.575495",\
|
|
"1.072692, 1.084689, 1.119804, 1.260692, 1.843898");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.023991, 0.035020, 0.074494, 0.269610, 1.103957",\
|
|
"0.023991, 0.035020, 0.074494, 0.269610, 1.103957",\
|
|
"0.023990, 0.035019, 0.074493, 0.269610, 1.103957",\
|
|
"0.023988, 0.035016, 0.074492, 0.269610, 1.103957",\
|
|
"0.023983, 0.035012, 0.074489, 0.269611, 1.103956");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.752398, 0.761437, 0.784462, 0.852905, 1.099902",\
|
|
"0.878494, 0.887533, 0.910558, 0.979001, 1.225998",\
|
|
"1.017039, 1.026078, 1.049103, 1.117546, 1.364543",\
|
|
"1.236448, 1.245488, 1.268513, 1.336956, 1.583952",\
|
|
"2.139154, 2.148194, 2.171219, 2.239662, 2.486658");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020648, 0.026468, 0.044213, 0.120266, 0.454050",\
|
|
"0.020648, 0.026468, 0.044213, 0.120266, 0.454050",\
|
|
"0.020648, 0.026468, 0.044213, 0.120266, 0.454050",\
|
|
"0.020648, 0.026469, 0.044213, 0.120266, 0.454050",\
|
|
"0.020650, 0.026470, 0.044215, 0.120266, 0.454050");
|
|
}
|
|
|
|
} /* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.815776, 0.824815, 0.847841, 0.919314, 1.170361",\
|
|
"0.904125, 0.913165, 0.936191, 1.007664, 1.258711",\
|
|
"0.962629, 0.971669, 0.994695, 1.066168, 1.317215",\
|
|
"1.026949, 1.035989, 1.059015, 1.130488, 1.381534",\
|
|
"1.291753, 1.300793, 1.323819, 1.395292, 1.646339");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020656, 0.026475, 0.044219, 0.125956, 0.475423",\
|
|
"0.020656, 0.026475, 0.044219, 0.125956, 0.475423",\
|
|
"0.020657, 0.026476, 0.044220, 0.125956, 0.475423",\
|
|
"0.020658, 0.026477, 0.044220, 0.125956, 0.475423",\
|
|
"0.020658, 0.026478, 0.044221, 0.125956, 0.475423");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.695514, 0.707512, 0.742628, 0.886536, 1.479637",\
|
|
"0.821610, 0.833609, 0.868725, 1.012632, 1.605734",\
|
|
"0.960616, 0.972615, 1.007731, 1.151638, 1.744739",\
|
|
"1.180890, 1.192889, 1.228005, 1.371913, 1.965014",\
|
|
"2.086736, 2.098736, 2.133852, 2.277760, 2.870860");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023992, 0.035020, 0.074494, 0.275275, 1.128423",\
|
|
"0.023993, 0.035021, 0.074495, 0.275275, 1.128423");
|
|
}
|
|
|
|
} /* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.803897, 0.812936, 0.835961, 0.904404, 1.151401",\
|
|
"0.892247, 0.901286, 0.924311, 0.992754, 1.239751",\
|
|
"0.950724, 0.959764, 0.982789, 1.051232, 1.298228",\
|
|
"1.014996, 1.024035, 1.047061, 1.115504, 1.362500",\
|
|
"1.279876, 1.288916, 1.311941, 1.380384, 1.627380");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020648, 0.026468, 0.044213, 0.120266, 0.454050",\
|
|
"0.020648, 0.026468, 0.044213, 0.120266, 0.454050",\
|
|
"0.020648, 0.026468, 0.044213, 0.120266, 0.454050",\
|
|
"0.020648, 0.026469, 0.044213, 0.120266, 0.454050",\
|
|
"0.020650, 0.026470, 0.044215, 0.120266, 0.454050");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.658190, 0.670189, 0.705305, 0.846195, 1.429396",\
|
|
"0.784286, 0.796285, 0.831401, 0.972291, 1.555492",\
|
|
"0.923283, 0.935282, 0.970398, 1.111287, 1.694489",\
|
|
"1.143526, 1.155524, 1.190640, 1.331529, 1.914732",\
|
|
"2.049302, 2.061299, 2.096413, 2.237302, 2.820507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.023991, 0.035020, 0.074494, 0.269610, 1.103957",\
|
|
"0.023991, 0.035020, 0.074494, 0.269610, 1.103957",\
|
|
"0.023990, 0.035019, 0.074493, 0.269610, 1.103957",\
|
|
"0.023988, 0.035016, 0.074492, 0.269610, 1.103957",\
|
|
"0.023983, 0.035012, 0.074489, 0.269611, 1.103956");
|
|
}
|
|
|
|
} /* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.612917, 0.624922, 0.660045, 0.803957, 1.397042",\
|
|
"0.698968, 0.710973, 0.746096, 0.890008, 1.483093",\
|
|
"0.756852, 0.768857, 0.803980, 0.947892, 1.540977",\
|
|
"0.826804, 0.838809, 0.873932, 1.017844, 1.610929",\
|
|
"1.115095, 1.127100, 1.162224, 1.306137, 1.899220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.024024, 0.035048, 0.074511, 0.275271, 1.128428",\
|
|
"0.024024, 0.035048, 0.074511, 0.275271, 1.128428",\
|
|
"0.024024, 0.035048, 0.074512, 0.275270, 1.128428",\
|
|
"0.024025, 0.035048, 0.074512, 0.275270, 1.128428",\
|
|
"0.024027, 0.035051, 0.074513, 0.275270, 1.128428");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.722454, 0.731494, 0.754519, 0.825991, 1.077040",\
|
|
"0.839124, 0.848163, 0.871189, 0.942661, 1.193710",\
|
|
"0.940933, 0.949973, 0.972998, 1.044470, 1.295519",\
|
|
"1.097721, 1.106761, 1.129786, 1.201258, 1.452307",\
|
|
"1.745463, 1.754503, 1.777528, 1.849000, 2.100049");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020653, 0.026473, 0.044217, 0.125956, 0.475423",\
|
|
"0.020653, 0.026473, 0.044217, 0.125956, 0.475423",\
|
|
"0.020653, 0.026473, 0.044217, 0.125956, 0.475423",\
|
|
"0.020653, 0.026473, 0.044217, 0.125956, 0.475423",\
|
|
"0.020652, 0.026472, 0.044216, 0.125956, 0.475423");
|
|
}
|
|
|
|
} /* 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.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.575597, 0.587602, 0.622725, 0.763619, 1.346804",\
|
|
"0.661648, 0.673653, 0.708776, 0.849671, 1.432856",\
|
|
"0.719532, 0.731537, 0.766660, 0.907555, 1.490739",\
|
|
"0.789484, 0.801489, 0.836612, 0.977507, 1.560692",\
|
|
"1.077775, 1.089781, 1.124905, 1.265800, 1.848983");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.024024, 0.035048, 0.074511, 0.269605, 1.103962",\
|
|
"0.024024, 0.035048, 0.074511, 0.269605, 1.103962",\
|
|
"0.024024, 0.035048, 0.074512, 0.269605, 1.103962",\
|
|
"0.024025, 0.035048, 0.074512, 0.269605, 1.103963",\
|
|
"0.024027, 0.035051, 0.074513, 0.269604, 1.103963");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.711056, 0.720096, 0.743121, 0.811565, 1.058560",\
|
|
"0.827726, 0.836765, 0.859791, 0.928235, 1.175229",\
|
|
"0.929535, 0.938575, 0.961600, 1.030045, 1.277039",\
|
|
"1.086323, 1.095363, 1.118388, 1.186832, 1.433826",\
|
|
"1.734065, 1.743105, 1.766130, 1.834574, 2.081569");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002364, 0.013136, 0.052364, 0.234443, 1.000000");
|
|
values ( "0.020652, 0.026472, 0.044216, 0.120266, 0.454050",\
|
|
"0.020652, 0.026472, 0.044216, 0.120266, 0.454050",\
|
|
"0.020652, 0.026472, 0.044216, 0.120266, 0.454050",\
|
|
"0.020652, 0.026472, 0.044216, 0.120266, 0.454050",\
|
|
"0.020652, 0.026472, 0.044216, 0.120266, 0.454050");
|
|
}
|
|
|
|
} /* 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.002692 ;
|
|
|
|
/* 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.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "2.194662, 2.204465, 2.238941, 2.382406, 2.976217",\
|
|
"2.290196, 2.299999, 2.334475, 2.477940, 3.071750",\
|
|
"2.360752, 2.370555, 2.405031, 2.548496, 3.142306",\
|
|
"2.444256, 2.454059, 2.488535, 2.632000, 3.225811",\
|
|
"2.788357, 2.798161, 2.832637, 2.976102, 3.569912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "0.021443, 0.032830, 0.073245, 0.275986, 1.127735",\
|
|
"0.021443, 0.032830, 0.073245, 0.275986, 1.127735",\
|
|
"0.021443, 0.032830, 0.073245, 0.275986, 1.127735",\
|
|
"0.021443, 0.032830, 0.073245, 0.275986, 1.127735",\
|
|
"0.021443, 0.032830, 0.073245, 0.275986, 1.127735");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "2.240737, 2.248895, 2.271907, 2.343279, 2.594237",\
|
|
"2.336271, 2.344428, 2.367440, 2.438813, 2.689771",\
|
|
"2.406826, 2.414984, 2.437996, 2.509369, 2.760327",\
|
|
"2.490331, 2.498489, 2.521501, 2.592873, 2.843831",\
|
|
"2.834432, 2.842590, 2.865602, 2.936975, 3.187932");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "0.020302, 0.026210, 0.043963, 0.126058, 0.474897",\
|
|
"0.020302, 0.026210, 0.043963, 0.126058, 0.474897",\
|
|
"0.020302, 0.026210, 0.043963, 0.126058, 0.474897",\
|
|
"0.020302, 0.026210, 0.043963, 0.126058, 0.474897",\
|
|
"0.020302, 0.026210, 0.043963, 0.126058, 0.474897");
|
|
}
|
|
|
|
} /* 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.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "2.066329, 2.077750, 2.112226, 2.252677, 2.836613",\
|
|
"2.161862, 2.173283, 2.207759, 2.348211, 2.932146",\
|
|
"2.232418, 2.243839, 2.278315, 2.418766, 3.002702",\
|
|
"2.315923, 2.327344, 2.361820, 2.502271, 3.086206",\
|
|
"2.660024, 2.671445, 2.705921, 2.846372, 3.430308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "0.021443, 0.032830, 0.073245, 0.270322, 1.103319",\
|
|
"0.021443, 0.032830, 0.073245, 0.270322, 1.103319",\
|
|
"0.021443, 0.032830, 0.073245, 0.270322, 1.103319",\
|
|
"0.021443, 0.032830, 0.073245, 0.270322, 1.103319",\
|
|
"0.021443, 0.032830, 0.073245, 0.270322, 1.103319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "2.115040, 2.124021, 2.147033, 2.215382, 2.462319",\
|
|
"2.210574, 2.219555, 2.242567, 2.310916, 2.557853",\
|
|
"2.281130, 2.290111, 2.313123, 2.381472, 2.628408",\
|
|
"2.364635, 2.373616, 2.396628, 2.464976, 2.711913",\
|
|
"2.708735, 2.717716, 2.740729, 2.809077, 3.056014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002692, 0.013464, 0.052692, 0.234771, 1.000000");
|
|
values ( "0.020302, 0.026210, 0.043963, 0.120369, 0.453567",\
|
|
"0.020302, 0.026210, 0.043963, 0.120369, 0.453567",\
|
|
"0.020302, 0.026210, 0.043963, 0.120369, 0.453567",\
|
|
"0.020302, 0.026210, 0.043963, 0.120369, 0.453567",\
|
|
"0.020302, 0.026210, 0.043963, 0.120369, 0.453567");
|
|
}
|
|
|
|
} /* 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.002270 ;
|
|
|
|
/* 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.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "2.182331, 2.193878, 2.228411, 2.371770, 2.965278",\
|
|
"2.277864, 2.289412, 2.323944, 2.467304, 3.060812",\
|
|
"2.348420, 2.359968, 2.394500, 2.537860, 3.131368",\
|
|
"2.431924, 2.443472, 2.478004, 2.621364, 3.214872",\
|
|
"2.776026, 2.787573, 2.822106, 2.965466, 3.558973");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "0.020976, 0.032379, 0.072796, 0.275277, 1.126840",\
|
|
"0.020976, 0.032379, 0.072796, 0.275277, 1.126840",\
|
|
"0.020976, 0.032379, 0.072796, 0.275277, 1.126840",\
|
|
"0.020976, 0.032379, 0.072796, 0.275277, 1.126840",\
|
|
"0.020976, 0.032379, 0.072796, 0.275277, 1.126840");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "2.233226, 2.242352, 2.265453, 2.336773, 2.587735",\
|
|
"2.328760, 2.337886, 2.360987, 2.432306, 2.683269",\
|
|
"2.399316, 2.408442, 2.431543, 2.502862, 2.753825",\
|
|
"2.482820, 2.491946, 2.515047, 2.586367, 2.837329",\
|
|
"2.826921, 2.836047, 2.859148, 2.930468, 3.181431");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "0.020042, 0.026021, 0.043798, 0.125681, 0.474173",\
|
|
"0.020042, 0.026021, 0.043798, 0.125681, 0.474173",\
|
|
"0.020042, 0.026021, 0.043798, 0.125681, 0.474173",\
|
|
"0.020042, 0.026021, 0.043798, 0.125681, 0.474173",\
|
|
"0.020042, 0.026021, 0.043798, 0.125681, 0.474173");
|
|
}
|
|
|
|
} /* 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.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "2.057704, 2.069252, 2.103785, 2.244229, 2.828165",\
|
|
"2.153238, 2.164786, 2.199318, 2.339762, 2.923698",\
|
|
"2.223794, 2.235342, 2.269874, 2.410318, 2.994254",\
|
|
"2.307299, 2.318846, 2.353379, 2.493823, 3.077759",\
|
|
"2.651400, 2.662947, 2.697480, 2.837924, 3.421860");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "0.020976, 0.032379, 0.072796, 0.269801, 1.103188",\
|
|
"0.020976, 0.032379, 0.072796, 0.269801, 1.103188",\
|
|
"0.020976, 0.032379, 0.072796, 0.269801, 1.103188",\
|
|
"0.020976, 0.032379, 0.072796, 0.269801, 1.103188",\
|
|
"0.020976, 0.032379, 0.072796, 0.269801, 1.103188");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "2.108600, 2.117726, 2.140827, 2.209221, 2.456274",\
|
|
"2.204134, 2.213260, 2.236361, 2.304755, 2.551808",\
|
|
"2.274689, 2.283816, 2.306916, 2.375311, 2.622364",\
|
|
"2.358194, 2.367320, 2.390421, 2.458816, 2.705868",\
|
|
"2.702295, 2.711421, 2.734522, 2.802917, 3.049970");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002270, 0.013042, 0.052270, 0.234349, 1.000000");
|
|
values ( "0.020042, 0.026021, 0.043798, 0.120183, 0.453514",\
|
|
"0.020042, 0.026021, 0.043798, 0.120183, 0.453514",\
|
|
"0.020042, 0.026021, 0.043798, 0.120183, 0.453514",\
|
|
"0.020042, 0.026021, 0.043798, 0.120183, 0.453514",\
|
|
"0.020042, 0.026021, 0.043798, 0.120183, 0.453514");
|
|
}
|
|
|
|
} /* 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.002281 ;
|
|
|
|
/* 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.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "2.192337, 2.203876, 2.238393, 2.381670, 2.974852",\
|
|
"2.287870, 2.299409, 2.333927, 2.477203, 3.070386",\
|
|
"2.358426, 2.369965, 2.404483, 2.547759, 3.140942",\
|
|
"2.441931, 2.453470, 2.487987, 2.631264, 3.224446",\
|
|
"2.786032, 2.797571, 2.832088, 2.975365, 3.568547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "0.020989, 0.032395, 0.072822, 0.275104, 1.126032",\
|
|
"0.020989, 0.032395, 0.072822, 0.275104, 1.126032",\
|
|
"0.020989, 0.032395, 0.072822, 0.275104, 1.126032",\
|
|
"0.020989, 0.032395, 0.072822, 0.275104, 1.126032",\
|
|
"0.020989, 0.032395, 0.072822, 0.275104, 1.126032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "2.240392, 2.249509, 2.272594, 2.343828, 2.594198",\
|
|
"2.335926, 2.345042, 2.368127, 2.439362, 2.689732",\
|
|
"2.406482, 2.415598, 2.438683, 2.509917, 2.760288",\
|
|
"2.489986, 2.499103, 2.522188, 2.593422, 2.843792",\
|
|
"2.834087, 2.843204, 2.866289, 2.937523, 3.187894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "0.020050, 0.026029, 0.043815, 0.125497, 0.473186",\
|
|
"0.020050, 0.026029, 0.043815, 0.125497, 0.473186",\
|
|
"0.020050, 0.026029, 0.043815, 0.125497, 0.473186",\
|
|
"0.020050, 0.026029, 0.043815, 0.125497, 0.473186",\
|
|
"0.020050, 0.026029, 0.043815, 0.125497, 0.473186");
|
|
}
|
|
|
|
} /* 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.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "2.067711, 2.079250, 2.113767, 2.254229, 2.838168",\
|
|
"2.163244, 2.174783, 2.209300, 2.349762, 2.933702",\
|
|
"2.233800, 2.245339, 2.279856, 2.420318, 3.004258",\
|
|
"2.317305, 2.328844, 2.363361, 2.503823, 3.087763",\
|
|
"2.661406, 2.672945, 2.707462, 2.847924, 3.431864");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "0.020989, 0.032395, 0.072822, 0.269816, 1.103193",\
|
|
"0.020989, 0.032395, 0.072822, 0.269816, 1.103193",\
|
|
"0.020989, 0.032395, 0.072822, 0.269816, 1.103193",\
|
|
"0.020989, 0.032395, 0.072822, 0.269816, 1.103193",\
|
|
"0.020989, 0.032395, 0.072822, 0.269816, 1.103193");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "2.115766, 2.124882, 2.147968, 2.216378, 2.463428",\
|
|
"2.211299, 2.220416, 2.243501, 2.311912, 2.558962",\
|
|
"2.281855, 2.290972, 2.314057, 2.382468, 2.629518",\
|
|
"2.365360, 2.374477, 2.397562, 2.465972, 2.713022",\
|
|
"2.709461, 2.718578, 2.741663, 2.810074, 3.057124");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002281, 0.013053, 0.052281, 0.234360, 1.000000");
|
|
values ( "0.020050, 0.026029, 0.043815, 0.120188, 0.453516",\
|
|
"0.020050, 0.026029, 0.043815, 0.120188, 0.453516",\
|
|
"0.020050, 0.026029, 0.043815, 0.120188, 0.453516",\
|
|
"0.020050, 0.026029, 0.043815, 0.120188, 0.453516",\
|
|
"0.020050, 0.026029, 0.043815, 0.120188, 0.453516");
|
|
}
|
|
|
|
} /* 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.002735 ;
|
|
|
|
/* 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.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "2.183055, 2.192324, 2.226808, 2.370346, 2.964431",\
|
|
"2.278589, 2.287858, 2.322341, 2.465880, 3.059964",\
|
|
"2.349145, 2.358414, 2.392897, 2.536436, 3.130520",\
|
|
"2.432649, 2.441918, 2.476402, 2.619940, 3.214025",\
|
|
"2.776751, 2.786019, 2.820503, 2.964041, 3.558126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "0.021489, 0.032872, 0.073278, 0.276219, 1.128505",\
|
|
"0.021489, 0.032872, 0.073278, 0.276219, 1.128505",\
|
|
"0.021489, 0.032872, 0.073278, 0.276219, 1.128505",\
|
|
"0.021489, 0.032872, 0.073278, 0.276219, 1.128505",\
|
|
"0.021489, 0.032872, 0.073278, 0.276219, 1.128505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "2.231887, 2.239364, 2.262379, 2.333824, 2.584880",\
|
|
"2.327421, 2.334897, 2.357913, 2.429357, 2.680413",\
|
|
"2.397977, 2.405453, 2.428468, 2.499913, 2.750969",\
|
|
"2.481481, 2.488958, 2.511973, 2.583418, 2.834474",\
|
|
"2.825583, 2.833059, 2.856074, 2.927519, 3.178575");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "0.020327, 0.026227, 0.043968, 0.126265, 0.475575",\
|
|
"0.020327, 0.026227, 0.043968, 0.126265, 0.475575",\
|
|
"0.020327, 0.026227, 0.043968, 0.126265, 0.475575",\
|
|
"0.020327, 0.026227, 0.043968, 0.126265, 0.475575",\
|
|
"0.020327, 0.026227, 0.043968, 0.126265, 0.475575");
|
|
}
|
|
|
|
} /* 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.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "2.055686, 2.067100, 2.101584, 2.242018, 2.825921",\
|
|
"2.151219, 2.162634, 2.197117, 2.337552, 2.921455",\
|
|
"2.221775, 2.233190, 2.267673, 2.408108, 2.992011",\
|
|
"2.305280, 2.316694, 2.351178, 2.491613, 3.075516",\
|
|
"2.649381, 2.660795, 2.695279, 2.835714, 3.419617");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "0.021489, 0.032872, 0.073278, 0.270369, 1.103319",\
|
|
"0.021489, 0.032872, 0.073278, 0.270369, 1.103319",\
|
|
"0.021489, 0.032872, 0.073278, 0.270369, 1.103319",\
|
|
"0.021489, 0.032872, 0.073278, 0.270369, 1.103319",\
|
|
"0.021489, 0.032872, 0.073278, 0.270369, 1.103319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "2.105356, 2.114327, 2.137342, 2.205672, 2.452595",\
|
|
"2.200889, 2.209860, 2.232876, 2.301206, 2.548128",\
|
|
"2.271445, 2.280416, 2.303432, 2.371762, 2.618684",\
|
|
"2.354950, 2.363921, 2.386936, 2.455266, 2.702189",\
|
|
"2.699051, 2.708022, 2.731038, 2.799368, 3.046290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002735, 0.013507, 0.052735, 0.234814, 1.000000");
|
|
values ( "0.020327, 0.026227, 0.043968, 0.120388, 0.453567",\
|
|
"0.020327, 0.026227, 0.043968, 0.120388, 0.453567",\
|
|
"0.020327, 0.026227, 0.043968, 0.120388, 0.453567",\
|
|
"0.020327, 0.026227, 0.043968, 0.120388, 0.453567",\
|
|
"0.020327, 0.026227, 0.043968, 0.120388, 0.453567");
|
|
}
|
|
|
|
} /* 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.002110 ;
|
|
|
|
/* 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.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "2.184333, 2.195922, 2.230438, 2.373737, 2.967308",\
|
|
"2.279866, 2.291455, 2.325971, 2.469271, 3.062842",\
|
|
"2.350422, 2.362011, 2.396527, 2.539827, 3.133398",\
|
|
"2.433927, 2.445515, 2.480031, 2.623331, 3.216902",\
|
|
"2.778028, 2.789617, 2.824132, 2.967432, 3.561003");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "0.020808, 0.032233, 0.072647, 0.274961, 1.126136",\
|
|
"0.020808, 0.032233, 0.072647, 0.274961, 1.126136",\
|
|
"0.020808, 0.032233, 0.072647, 0.274961, 1.126136",\
|
|
"0.020808, 0.032233, 0.072647, 0.274961, 1.126136",\
|
|
"0.020808, 0.032233, 0.072647, 0.274961, 1.126136");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "2.232912, 2.242109, 2.265221, 2.336461, 2.586905",\
|
|
"2.328445, 2.337642, 2.360755, 2.431995, 2.682439",\
|
|
"2.399001, 2.408198, 2.431311, 2.502551, 2.752995",\
|
|
"2.482506, 2.491703, 2.514816, 2.586055, 2.836499",\
|
|
"2.826607, 2.835804, 2.858917, 2.930156, 3.180600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "0.019938, 0.025949, 0.043748, 0.125420, 0.473228",\
|
|
"0.019938, 0.025949, 0.043748, 0.125420, 0.473228",\
|
|
"0.019938, 0.025949, 0.043748, 0.125420, 0.473228",\
|
|
"0.019938, 0.025949, 0.043748, 0.125420, 0.473228",\
|
|
"0.019938, 0.025949, 0.043748, 0.125420, 0.473228");
|
|
}
|
|
|
|
} /* 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.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "2.059707, 2.071295, 2.105812, 2.246298, 2.830625",\
|
|
"2.155241, 2.166829, 2.201345, 2.341832, 2.926158",\
|
|
"2.225796, 2.237385, 2.271901, 2.412388, 2.996714",\
|
|
"2.309301, 2.320889, 2.355405, 2.495892, 3.080218",\
|
|
"2.653402, 2.664991, 2.699507, 2.839993, 3.424320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "0.020808, 0.032233, 0.072647, 0.269678, 1.103297",\
|
|
"0.020808, 0.032233, 0.072647, 0.269678, 1.103297",\
|
|
"0.020808, 0.032233, 0.072647, 0.269678, 1.103297",\
|
|
"0.020808, 0.032233, 0.072647, 0.269678, 1.103297",\
|
|
"0.020808, 0.032233, 0.072647, 0.269678, 1.103297");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "2.108286, 2.117483, 2.140595, 2.209013, 2.456134",\
|
|
"2.203819, 2.213016, 2.236129, 2.304546, 2.551667",\
|
|
"2.274375, 2.283572, 2.306685, 2.375102, 2.622224",\
|
|
"2.357880, 2.367077, 2.390190, 2.458607, 2.705728",\
|
|
"2.701981, 2.711178, 2.734291, 2.802708, 3.049829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002110, 0.012882, 0.052110, 0.234189, 1.000000");
|
|
values ( "0.019938, 0.025949, 0.043748, 0.120115, 0.453558",\
|
|
"0.019938, 0.025949, 0.043748, 0.120115, 0.453558",\
|
|
"0.019938, 0.025949, 0.043748, 0.120115, 0.453558",\
|
|
"0.019938, 0.025949, 0.043748, 0.120115, 0.453558",\
|
|
"0.019938, 0.025949, 0.043748, 0.120115, 0.453558");
|
|
}
|
|
|
|
} /* 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.002146 ;
|
|
|
|
/* 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.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "2.149878, 2.161485, 2.196023, 2.339191, 2.931897",\
|
|
"2.245411, 2.257019, 2.291556, 2.434725, 3.027431",\
|
|
"2.315967, 2.327575, 2.362112, 2.505281, 3.097987",\
|
|
"2.399471, 2.411079, 2.445616, 2.588785, 3.181491",\
|
|
"2.743573, 2.755180, 2.789718, 2.932887, 3.525592");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "0.020829, 0.032244, 0.072684, 0.274723, 1.125120",\
|
|
"0.020829, 0.032244, 0.072684, 0.274723, 1.125120",\
|
|
"0.020829, 0.032244, 0.072684, 0.274723, 1.125120",\
|
|
"0.020829, 0.032244, 0.072684, 0.274723, 1.125120",\
|
|
"0.020829, 0.032244, 0.072684, 0.274723, 1.125120");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "2.198331, 2.207518, 2.230627, 2.301785, 2.552089",\
|
|
"2.293864, 2.303051, 2.326160, 2.397319, 2.647622",\
|
|
"2.364420, 2.373607, 2.396716, 2.467875, 2.718178",\
|
|
"2.447925, 2.457112, 2.480221, 2.551379, 2.801683",\
|
|
"2.792026, 2.801213, 2.824322, 2.895480, 3.145784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "0.019952, 0.025972, 0.043770, 0.125248, 0.472451",\
|
|
"0.019952, 0.025972, 0.043770, 0.125248, 0.472451",\
|
|
"0.019952, 0.025972, 0.043770, 0.125248, 0.472451",\
|
|
"0.019952, 0.025972, 0.043770, 0.125248, 0.472451",\
|
|
"0.019952, 0.025972, 0.043770, 0.125248, 0.472451");
|
|
}
|
|
|
|
} /* 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.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "2.019365, 2.030972, 2.065510, 2.205968, 2.789759",\
|
|
"2.114898, 2.126506, 2.161043, 2.301501, 2.885292",\
|
|
"2.185454, 2.197062, 2.231599, 2.372057, 2.955848",\
|
|
"2.268959, 2.280566, 2.315104, 2.455562, 3.039352",\
|
|
"2.613060, 2.624667, 2.659205, 2.799663, 3.383454");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "0.020829, 0.032244, 0.072684, 0.269622, 1.103091",\
|
|
"0.020829, 0.032244, 0.072684, 0.269622, 1.103091",\
|
|
"0.020829, 0.032244, 0.072684, 0.269622, 1.103091",\
|
|
"0.020829, 0.032244, 0.072684, 0.269622, 1.103091",\
|
|
"0.020829, 0.032244, 0.072684, 0.269622, 1.103091");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "2.067818, 2.077005, 2.100114, 2.168554, 2.415631",\
|
|
"2.163352, 2.172538, 2.195647, 2.264087, 2.511164",\
|
|
"2.233907, 2.243094, 2.266203, 2.334643, 2.581720",\
|
|
"2.317412, 2.326599, 2.349708, 2.418147, 2.665225",\
|
|
"2.661513, 2.670700, 2.693809, 2.762248, 3.009326");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002146, 0.012918, 0.052146, 0.234225, 1.000000");
|
|
values ( "0.019952, 0.025972, 0.043770, 0.120127, 0.453475",\
|
|
"0.019952, 0.025972, 0.043770, 0.120127, 0.453475",\
|
|
"0.019952, 0.025972, 0.043770, 0.120127, 0.453475",\
|
|
"0.019952, 0.025972, 0.043770, 0.120127, 0.453475",\
|
|
"0.019952, 0.025972, 0.043770, 0.120127, 0.453475");
|
|
}
|
|
|
|
} /* 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.003152 ;
|
|
|
|
/* 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.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "2.187200, 2.195835, 2.229105, 2.372748, 2.966777",\
|
|
"2.282734, 2.291368, 2.324638, 2.468282, 3.062311",\
|
|
"2.353290, 2.361924, 2.395194, 2.538837, 3.132867",\
|
|
"2.436794, 2.445429, 2.478699, 2.622342, 3.216371",\
|
|
"2.780895, 2.789530, 2.822800, 2.966443, 3.560472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "0.021926, 0.033285, 0.073697, 0.276916, 1.129602",\
|
|
"0.021926, 0.033285, 0.073697, 0.276916, 1.129602",\
|
|
"0.021926, 0.033285, 0.073697, 0.276916, 1.129602",\
|
|
"0.021926, 0.033285, 0.073697, 0.276916, 1.129602",\
|
|
"0.021926, 0.033285, 0.073697, 0.276916, 1.129602");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "2.226598, 2.232995, 2.255131, 2.326684, 2.577767",\
|
|
"2.322131, 2.328528, 2.350664, 2.422217, 2.673301",\
|
|
"2.392687, 2.399084, 2.421220, 2.492773, 2.743857",\
|
|
"2.476192, 2.482589, 2.504725, 2.576278, 2.827361",\
|
|
"2.820293, 2.826690, 2.848826, 2.920379, 3.171463");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "0.020565, 0.026415, 0.044118, 0.126730, 0.476583",\
|
|
"0.020565, 0.026415, 0.044118, 0.126730, 0.476583",\
|
|
"0.020565, 0.026415, 0.044118, 0.126730, 0.476583",\
|
|
"0.020565, 0.026415, 0.044118, 0.126730, 0.476583",\
|
|
"0.020565, 0.026415, 0.044118, 0.126730, 0.476583");
|
|
}
|
|
|
|
} /* 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.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "2.049772, 2.062199, 2.096673, 2.237059, 2.820432",\
|
|
"2.145305, 2.157733, 2.192207, 2.332592, 2.915966",\
|
|
"2.215861, 2.228289, 2.262763, 2.403148, 2.986522",\
|
|
"2.299366, 2.311793, 2.346267, 2.486653, 3.070026",\
|
|
"2.643466, 2.655894, 2.690368, 2.830754, 3.414127");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "0.021926, 0.033285, 0.073697, 0.270783, 1.103233",\
|
|
"0.021926, 0.033285, 0.073697, 0.270783, 1.103233",\
|
|
"0.021926, 0.033285, 0.073697, 0.270783, 1.103233",\
|
|
"0.021926, 0.033285, 0.073697, 0.270783, 1.103233",\
|
|
"0.021926, 0.033285, 0.073697, 0.270783, 1.103233");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "2.091340, 2.101048, 2.124000, 2.192283, 2.439058",\
|
|
"2.186873, 2.196582, 2.219533, 2.287817, 2.534591",\
|
|
"2.257429, 2.267138, 2.290089, 2.358372, 2.605147",\
|
|
"2.340934, 2.350642, 2.373594, 2.441877, 2.688652",\
|
|
"2.685035, 2.694743, 2.717695, 2.785978, 3.032753");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003152, 0.013924, 0.053152, 0.235231, 1.000000");
|
|
values ( "0.020565, 0.026415, 0.044118, 0.120569, 0.453532",\
|
|
"0.020565, 0.026415, 0.044118, 0.120569, 0.453532",\
|
|
"0.020565, 0.026415, 0.044118, 0.120569, 0.453532",\
|
|
"0.020565, 0.026415, 0.044118, 0.120569, 0.453532",\
|
|
"0.020565, 0.026415, 0.044118, 0.120569, 0.453532");
|
|
}
|
|
|
|
} /* 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.002119 ;
|
|
|
|
/* 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.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.190838, 2.202455, 2.236994, 2.380166, 2.972913",\
|
|
"2.286372, 2.297989, 2.332528, 2.475700, 3.068446",\
|
|
"2.356928, 2.368545, 2.403084, 2.546256, 3.139002",\
|
|
"2.440432, 2.452049, 2.486588, 2.629760, 3.222507",\
|
|
"2.784534, 2.796150, 2.830689, 2.973861, 3.566608");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.020799, 0.032217, 0.072655, 0.274694, 1.125126",\
|
|
"0.020799, 0.032217, 0.072655, 0.274694, 1.125126",\
|
|
"0.020799, 0.032217, 0.072655, 0.274694, 1.125126",\
|
|
"0.020799, 0.032217, 0.072655, 0.274694, 1.125126",\
|
|
"0.020799, 0.032217, 0.072655, 0.274694, 1.125126");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.228397, 2.237597, 2.260711, 2.331872, 2.582187",\
|
|
"2.323931, 2.333130, 2.356245, 2.427406, 2.677720",\
|
|
"2.394486, 2.403686, 2.426801, 2.497962, 2.748276",\
|
|
"2.477991, 2.487191, 2.510305, 2.581466, 2.831781",\
|
|
"2.822092, 2.831292, 2.854407, 2.925567, 3.175882");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.019933, 0.025960, 0.043759, 0.125233, 0.472452",\
|
|
"0.019933, 0.025960, 0.043759, 0.125233, 0.472452",\
|
|
"0.019933, 0.025960, 0.043759, 0.125233, 0.472452",\
|
|
"0.019933, 0.025960, 0.043759, 0.125233, 0.472452",\
|
|
"0.019933, 0.025960, 0.043759, 0.125233, 0.472452");
|
|
}
|
|
|
|
} /* 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.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.060326, 2.071942, 2.106481, 2.246942, 2.830773",\
|
|
"2.155859, 2.167476, 2.202015, 2.342475, 2.926306",\
|
|
"2.226415, 2.238032, 2.272571, 2.413031, 2.996862",\
|
|
"2.309920, 2.321536, 2.356075, 2.496536, 3.080367",\
|
|
"2.654021, 2.665637, 2.700176, 2.840637, 3.424468");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.020799, 0.032217, 0.072655, 0.269596, 1.103099",\
|
|
"0.020799, 0.032217, 0.072655, 0.269596, 1.103099",\
|
|
"0.020799, 0.032217, 0.072655, 0.269596, 1.103099",\
|
|
"0.020799, 0.032217, 0.072655, 0.269596, 1.103099",\
|
|
"0.020799, 0.032217, 0.072655, 0.269596, 1.103099");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "2.097884, 2.107084, 2.130198, 2.198639, 2.445727",\
|
|
"2.193418, 2.202617, 2.225732, 2.294173, 2.541260",\
|
|
"2.263973, 2.273173, 2.296288, 2.364729, 2.611816",\
|
|
"2.347478, 2.356678, 2.379793, 2.448233, 2.695321",\
|
|
"2.691580, 2.700779, 2.723894, 2.792335, 3.039422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002119, 0.012891, 0.052119, 0.234198, 1.000000");
|
|
values ( "0.019933, 0.025960, 0.043759, 0.120115, 0.453477",\
|
|
"0.019933, 0.025960, 0.043759, 0.120115, 0.453477",\
|
|
"0.019933, 0.025960, 0.043759, 0.120115, 0.453477",\
|
|
"0.019933, 0.025960, 0.043759, 0.120115, 0.453477",\
|
|
"0.019933, 0.025960, 0.043759, 0.120115, 0.453477");
|
|
}
|
|
|
|
} /* 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.001983 ;
|
|
|
|
/* 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.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.155053, 2.165521, 2.200049, 2.343063, 2.935296",\
|
|
"2.250586, 2.261055, 2.295583, 2.438597, 3.030830",\
|
|
"2.321142, 2.331610, 2.366139, 2.509153, 3.101386",\
|
|
"2.404647, 2.415115, 2.449643, 2.592657, 3.184890",\
|
|
"2.748748, 2.759216, 2.793744, 2.936758, 3.528991");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.020648, 0.032084, 0.072536, 0.274191, 1.123591",\
|
|
"0.020648, 0.032084, 0.072536, 0.274191, 1.123591",\
|
|
"0.020648, 0.032084, 0.072536, 0.274191, 1.123591",\
|
|
"0.020648, 0.032084, 0.072536, 0.274191, 1.123591",\
|
|
"0.020648, 0.032084, 0.072536, 0.274191, 1.123591");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.202296, 2.210652, 2.233771, 2.304778, 2.554955",\
|
|
"2.297830, 2.306186, 2.329304, 2.400312, 2.650488",\
|
|
"2.368386, 2.376742, 2.399860, 2.470868, 2.721044",\
|
|
"2.451890, 2.460246, 2.483365, 2.554372, 2.804549",\
|
|
"2.795991, 2.804347, 2.827466, 2.898473, 3.148650");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.019841, 0.025903, 0.043729, 0.124815, 0.471136",\
|
|
"0.019841, 0.025903, 0.043729, 0.124815, 0.471136",\
|
|
"0.019841, 0.025903, 0.043729, 0.124815, 0.471136",\
|
|
"0.019841, 0.025903, 0.043729, 0.124815, 0.471136",\
|
|
"0.019841, 0.025903, 0.043729, 0.124815, 0.471136");
|
|
}
|
|
|
|
} /* 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.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.023344, 2.035008, 2.069536, 2.210031, 2.793970",\
|
|
"2.118878, 2.130542, 2.165070, 2.305564, 2.889503",\
|
|
"2.189434, 2.201097, 2.235626, 2.376120, 2.960059",\
|
|
"2.272938, 2.284602, 2.319130, 2.459625, 3.043564",\
|
|
"2.617039, 2.628703, 2.663232, 2.803726, 3.387665");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.020648, 0.032084, 0.072536, 0.269449, 1.103100",\
|
|
"0.020648, 0.032084, 0.072536, 0.269449, 1.103100",\
|
|
"0.020648, 0.032084, 0.072536, 0.269449, 1.103100",\
|
|
"0.020648, 0.032084, 0.072536, 0.269449, 1.103100",\
|
|
"0.020648, 0.032084, 0.072536, 0.269449, 1.103100");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "2.070878, 2.080139, 2.103258, 2.171739, 2.418870",\
|
|
"2.166412, 2.175673, 2.198791, 2.267272, 2.514404",\
|
|
"2.236968, 2.246229, 2.269347, 2.337828, 2.584960",\
|
|
"2.320472, 2.329733, 2.352852, 2.421333, 2.668464",\
|
|
"2.664573, 2.673835, 2.696953, 2.765434, 3.012566");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001983, 0.012755, 0.051983, 0.234062, 1.000000");
|
|
values ( "0.019841, 0.025903, 0.043729, 0.120056, 0.453479",\
|
|
"0.019841, 0.025903, 0.043729, 0.120056, 0.453479",\
|
|
"0.019841, 0.025903, 0.043729, 0.120056, 0.453479",\
|
|
"0.019841, 0.025903, 0.043729, 0.120056, 0.453479",\
|
|
"0.019841, 0.025903, 0.043729, 0.120056, 0.453479");
|
|
}
|
|
|
|
} /* 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.002084 ;
|
|
|
|
/* 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.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "2.156574, 2.168175, 2.202699, 2.346013, 2.939635",\
|
|
"2.252107, 2.263709, 2.298233, 2.441547, 3.035169",\
|
|
"2.322663, 2.334265, 2.368789, 2.512103, 3.105725",\
|
|
"2.406168, 2.417769, 2.452293, 2.595607, 3.189229",\
|
|
"2.750269, 2.761871, 2.796395, 2.939708, 3.533331");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "0.020778, 0.032204, 0.072616, 0.274962, 1.126281",\
|
|
"0.020778, 0.032204, 0.072616, 0.274962, 1.126281",\
|
|
"0.020778, 0.032204, 0.072616, 0.274962, 1.126281",\
|
|
"0.020778, 0.032204, 0.072616, 0.274962, 1.126281",\
|
|
"0.020778, 0.032204, 0.072616, 0.274962, 1.126281");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "2.203712, 2.212923, 2.236045, 2.307303, 2.558242",\
|
|
"2.299245, 2.308457, 2.331578, 2.402836, 2.653776",\
|
|
"2.369801, 2.379013, 2.402135, 2.473392, 2.724332",\
|
|
"2.453305, 2.462517, 2.485639, 2.556897, 2.807836",\
|
|
"2.797407, 2.806618, 2.829740, 2.900998, 3.151937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "0.019920, 0.025937, 0.043735, 0.125444, 0.473635",\
|
|
"0.019920, 0.025937, 0.043735, 0.125444, 0.473635",\
|
|
"0.019920, 0.025937, 0.043735, 0.125444, 0.473635",\
|
|
"0.019920, 0.025937, 0.043735, 0.125444, 0.473635",\
|
|
"0.019920, 0.025937, 0.043735, 0.125444, 0.473635");
|
|
}
|
|
|
|
} /* 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.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "2.023122, 2.034724, 2.069247, 2.209728, 2.794041",\
|
|
"2.118655, 2.130257, 2.164781, 2.305262, 2.889574",\
|
|
"2.189211, 2.200813, 2.235337, 2.375818, 2.960130",\
|
|
"2.272716, 2.284317, 2.318841, 2.459322, 3.043635",\
|
|
"2.616817, 2.628419, 2.662943, 2.803424, 3.387736");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "0.020778, 0.032204, 0.072616, 0.269644, 1.103284",\
|
|
"0.020778, 0.032204, 0.072616, 0.269644, 1.103284",\
|
|
"0.020778, 0.032204, 0.072616, 0.269644, 1.103284",\
|
|
"0.020778, 0.032204, 0.072616, 0.269644, 1.103284",\
|
|
"0.020778, 0.032204, 0.072616, 0.269644, 1.103284");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "2.071289, 2.080501, 2.103623, 2.172038, 2.419166",\
|
|
"2.166822, 2.176034, 2.199156, 2.267572, 2.514699",\
|
|
"2.237378, 2.246590, 2.269712, 2.338128, 2.585255",\
|
|
"2.320883, 2.330094, 2.353216, 2.421632, 2.668760",\
|
|
"2.664984, 2.674196, 2.697318, 2.765733, 3.012861");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002084, 0.012856, 0.052084, 0.234163, 1.000000");
|
|
values ( "0.019920, 0.025937, 0.043735, 0.120104, 0.453553",\
|
|
"0.019920, 0.025937, 0.043735, 0.120104, 0.453553",\
|
|
"0.019920, 0.025937, 0.043735, 0.120104, 0.453553",\
|
|
"0.019920, 0.025937, 0.043735, 0.120104, 0.453553",\
|
|
"0.019920, 0.025937, 0.043735, 0.120104, 0.453553");
|
|
}
|
|
|
|
} /* 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.002638 ;
|
|
|
|
/* 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.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "2.145653, 2.155458, 2.189946, 2.333341, 2.926803",\
|
|
"2.241187, 2.250992, 2.285480, 2.428875, 3.022337",\
|
|
"2.311743, 2.321548, 2.356036, 2.499431, 3.092893",\
|
|
"2.395247, 2.405052, 2.439540, 2.582935, 3.176397",\
|
|
"2.739348, 2.749154, 2.783642, 2.927037, 3.520499");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "0.021378, 0.032766, 0.073190, 0.275780, 1.127166",\
|
|
"0.021378, 0.032766, 0.073190, 0.275780, 1.127166",\
|
|
"0.021378, 0.032766, 0.073190, 0.275780, 1.127166",\
|
|
"0.021378, 0.032766, 0.073190, 0.275780, 1.127166",\
|
|
"0.021378, 0.032766, 0.073190, 0.275780, 1.127166");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "2.194146, 2.201995, 2.225017, 2.296341, 2.547227",\
|
|
"2.289680, 2.297529, 2.320550, 2.391875, 2.642761",\
|
|
"2.360236, 2.368084, 2.391106, 2.462431, 2.713317",\
|
|
"2.443740, 2.451589, 2.474611, 2.545935, 2.796821",\
|
|
"2.787842, 2.795690, 2.818712, 2.890037, 3.140923");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "0.020266, 0.026189, 0.043946, 0.125920, 0.474434",\
|
|
"0.020266, 0.026189, 0.043946, 0.125920, 0.474434",\
|
|
"0.020266, 0.026189, 0.043946, 0.125920, 0.474434",\
|
|
"0.020266, 0.026189, 0.043946, 0.125920, 0.474434",\
|
|
"0.020266, 0.026189, 0.043946, 0.125920, 0.474434");
|
|
}
|
|
|
|
} /* 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.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "2.013109, 2.024554, 2.059042, 2.199487, 2.783274",\
|
|
"2.108643, 2.120087, 2.154575, 2.295021, 2.878808",\
|
|
"2.179199, 2.190643, 2.225131, 2.365577, 2.949363",\
|
|
"2.262703, 2.274148, 2.308636, 2.449081, 3.032868",\
|
|
"2.606805, 2.618249, 2.652737, 2.793183, 3.376970");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "0.021378, 0.032766, 0.073190, 0.270228, 1.103242",\
|
|
"0.021378, 0.032766, 0.073190, 0.270228, 1.103242",\
|
|
"0.021378, 0.032766, 0.073190, 0.270228, 1.103242",\
|
|
"0.021378, 0.032766, 0.073190, 0.270228, 1.103242",\
|
|
"0.021378, 0.032766, 0.073190, 0.270228, 1.103242");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "2.062215, 2.071215, 2.094237, 2.162602, 2.409544",\
|
|
"2.157748, 2.166748, 2.189770, 2.258135, 2.505077",\
|
|
"2.228304, 2.237304, 2.260326, 2.328691, 2.575633",\
|
|
"2.311809, 2.320809, 2.343831, 2.412195, 2.659137",\
|
|
"2.655910, 2.664910, 2.687932, 2.756297, 3.003239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002638, 0.013410, 0.052638, 0.234717, 1.000000");
|
|
values ( "0.020266, 0.026189, 0.043946, 0.120345, 0.453536",\
|
|
"0.020266, 0.026189, 0.043946, 0.120345, 0.453536",\
|
|
"0.020266, 0.026189, 0.043946, 0.120345, 0.453536",\
|
|
"0.020266, 0.026189, 0.043946, 0.120345, 0.453536",\
|
|
"0.020266, 0.026189, 0.043946, 0.120345, 0.453536");
|
|
}
|
|
|
|
} /* 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.001572 ;
|
|
|
|
/* 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.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "2.122248, 2.134037, 2.168559, 2.311537, 2.904275",\
|
|
"2.217782, 2.229571, 2.264093, 2.407071, 2.999809",\
|
|
"2.288338, 2.300127, 2.334649, 2.477627, 3.070365",\
|
|
"2.371842, 2.383631, 2.418153, 2.561131, 3.153869",\
|
|
"2.715944, 2.727733, 2.762254, 2.905233, 3.497971");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "0.020207, 0.031691, 0.072125, 0.273657, 1.123037",\
|
|
"0.020207, 0.031691, 0.072125, 0.273657, 1.123037",\
|
|
"0.020207, 0.031691, 0.072125, 0.273657, 1.123037",\
|
|
"0.020207, 0.031691, 0.072125, 0.273657, 1.123037",\
|
|
"0.020207, 0.031691, 0.072125, 0.273657, 1.123037");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "2.171547, 2.181002, 2.204179, 2.275119, 2.525370",\
|
|
"2.267081, 2.276536, 2.299713, 2.370653, 2.620903",\
|
|
"2.337636, 2.347091, 2.370268, 2.441208, 2.691459",\
|
|
"2.421141, 2.430596, 2.453773, 2.524713, 2.774964",\
|
|
"2.765243, 2.774697, 2.797874, 2.868814, 3.119065");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "0.019567, 0.025714, 0.043578, 0.124459, 0.470569",\
|
|
"0.019567, 0.025714, 0.043578, 0.124459, 0.470569",\
|
|
"0.019567, 0.025714, 0.043578, 0.124459, 0.470569",\
|
|
"0.019567, 0.025714, 0.043578, 0.124459, 0.470569",\
|
|
"0.019567, 0.025714, 0.043578, 0.124459, 0.470569");
|
|
}
|
|
|
|
} /* 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.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "1.991744, 2.003533, 2.038055, 2.178614, 2.763361",\
|
|
"2.087277, 2.099066, 2.133588, 2.274147, 2.858894",\
|
|
"2.157833, 2.169622, 2.204144, 2.344703, 2.929450",\
|
|
"2.241338, 2.253127, 2.287648, 2.428208, 3.012955",\
|
|
"2.585439, 2.597228, 2.631749, 2.772309, 3.357056");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "0.020207, 0.031691, 0.072125, 0.269094, 1.103302",\
|
|
"0.020207, 0.031691, 0.072125, 0.269094, 1.103302",\
|
|
"0.020207, 0.031691, 0.072125, 0.269094, 1.103302",\
|
|
"0.020207, 0.031691, 0.072125, 0.269094, 1.103302",\
|
|
"0.020207, 0.031691, 0.072125, 0.269094, 1.103302");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "2.041043, 2.050497, 2.073674, 2.142188, 2.389484",\
|
|
"2.136576, 2.146031, 2.169208, 2.237722, 2.485017",\
|
|
"2.207132, 2.216587, 2.239764, 2.308278, 2.555573",\
|
|
"2.290637, 2.300091, 2.323268, 2.391783, 2.639078",\
|
|
"2.634737, 2.644192, 2.667369, 2.735883, 2.983179");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001572, 0.012344, 0.051572, 0.233651, 1.000000");
|
|
values ( "0.019567, 0.025714, 0.043578, 0.119880, 0.453560",\
|
|
"0.019567, 0.025714, 0.043578, 0.119880, 0.453560",\
|
|
"0.019567, 0.025714, 0.043578, 0.119880, 0.453560",\
|
|
"0.019567, 0.025714, 0.043578, 0.119880, 0.453560",\
|
|
"0.019567, 0.025714, 0.043578, 0.119880, 0.453560");
|
|
}
|
|
|
|
} /* 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.000894 ;
|
|
|
|
/* 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.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "2.203790, 2.215797, 2.250223, 2.392247, 2.981794",\
|
|
"2.299324, 2.311330, 2.345757, 2.487780, 3.077328",\
|
|
"2.369880, 2.381886, 2.416313, 2.558336, 3.147884",\
|
|
"2.453384, 2.465391, 2.499817, 2.641841, 3.231388",\
|
|
"2.797485, 2.809492, 2.843918, 2.985942, 3.575489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "0.019455, 0.031037, 0.071568, 0.270733, 1.113549",\
|
|
"0.019455, 0.031037, 0.071568, 0.270733, 1.113549",\
|
|
"0.019455, 0.031037, 0.071568, 0.270733, 1.113549",\
|
|
"0.019455, 0.031037, 0.071568, 0.270733, 1.113549",\
|
|
"0.019455, 0.031037, 0.071568, 0.270733, 1.113549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "2.248606, 2.258358, 2.281521, 2.351517, 2.603256",\
|
|
"2.344140, 2.353892, 2.377054, 2.447051, 2.698790",\
|
|
"2.414696, 2.424448, 2.447610, 2.517606, 2.769346",\
|
|
"2.498200, 2.507952, 2.531115, 2.601111, 2.852850",\
|
|
"2.842301, 2.852053, 2.875216, 2.945212, 3.196951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "0.019102, 0.025438, 0.043460, 0.121938, 0.463974",\
|
|
"0.019102, 0.025438, 0.043460, 0.121938, 0.463974",\
|
|
"0.019102, 0.025438, 0.043460, 0.121938, 0.463974",\
|
|
"0.019102, 0.025438, 0.043460, 0.121938, 0.463974",\
|
|
"0.019102, 0.025438, 0.043460, 0.121938, 0.463974");
|
|
}
|
|
|
|
} /* 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.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "2.074872, 2.086878, 2.121305, 2.262084, 2.847503",\
|
|
"2.170406, 2.182412, 2.216838, 2.357617, 2.943037",\
|
|
"2.240962, 2.252968, 2.287394, 2.428173, 3.013593",\
|
|
"2.324466, 2.336473, 2.370899, 2.511678, 3.097098",\
|
|
"2.668567, 2.680574, 2.715000, 2.855779, 3.441199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "0.019455, 0.031037, 0.071568, 0.268385, 1.103365",\
|
|
"0.019455, 0.031037, 0.071568, 0.268385, 1.103365",\
|
|
"0.019455, 0.031037, 0.071568, 0.268385, 1.103365",\
|
|
"0.019455, 0.031037, 0.071568, 0.268385, 1.103365",\
|
|
"0.019455, 0.031037, 0.071568, 0.268385, 1.103365");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "2.122508, 2.132260, 2.155422, 2.224172, 2.471696",\
|
|
"2.218041, 2.227794, 2.250956, 2.319706, 2.567230",\
|
|
"2.288597, 2.298349, 2.321512, 2.390261, 2.637785",\
|
|
"2.372102, 2.381854, 2.405016, 2.473766, 2.721290",\
|
|
"2.716202, 2.725955, 2.749117, 2.817867, 3.065391");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000894, 0.011667, 0.050894, 0.232973, 1.000000");
|
|
values ( "0.019102, 0.025438, 0.043460, 0.119586, 0.453586",\
|
|
"0.019102, 0.025438, 0.043460, 0.119586, 0.453586",\
|
|
"0.019102, 0.025438, 0.043460, 0.119586, 0.453586",\
|
|
"0.019102, 0.025438, 0.043460, 0.119586, 0.453586",\
|
|
"0.019102, 0.025438, 0.043460, 0.119586, 0.453586");
|
|
}
|
|
|
|
} /* 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.000880 ;
|
|
|
|
/* 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.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "2.185751, 2.197784, 2.232200, 2.372985, 2.961677",\
|
|
"2.281285, 2.293318, 2.327734, 2.468518, 3.057211",\
|
|
"2.351841, 2.363873, 2.398289, 2.539074, 3.127767",\
|
|
"2.435346, 2.447378, 2.481794, 2.622579, 3.211272",\
|
|
"2.779447, 2.791479, 2.825895, 2.966680, 3.555372");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.019423, 0.031007, 0.071593, 0.266522, 1.110233",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.110233",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.110233",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.110233",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.110233");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "2.234276, 2.244028, 2.267160, 2.336391, 2.587268",\
|
|
"2.329810, 2.339562, 2.362693, 2.431924, 2.682801",\
|
|
"2.400365, 2.410118, 2.433249, 2.502480, 2.753357",\
|
|
"2.483870, 2.493622, 2.516754, 2.585985, 2.836862",\
|
|
"2.827971, 2.837723, 2.860855, 2.930086, 3.180963");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.019086, 0.025447, 0.043502, 0.118558, 0.460709",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.460709",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.460709",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.460709",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.460709");
|
|
}
|
|
|
|
} /* 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.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "2.060512, 2.072544, 2.106960, 2.247745, 2.832711",\
|
|
"2.156045, 2.168077, 2.202493, 2.343278, 2.928244",\
|
|
"2.226601, 2.238633, 2.273049, 2.413834, 2.998800",\
|
|
"2.310106, 2.322138, 2.356554, 2.497339, 3.082305",\
|
|
"2.654207, 2.666239, 2.700655, 2.841440, 3.426406");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.019423, 0.031007, 0.071593, 0.266522, 1.103169",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.103169",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.103169",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.103169",\
|
|
"0.019423, 0.031007, 0.071593, 0.266522, 1.103169");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "2.109125, 2.118877, 2.142009, 2.211240, 2.458330",\
|
|
"2.204659, 2.214411, 2.237542, 2.306773, 2.553863",\
|
|
"2.275215, 2.284967, 2.308098, 2.377329, 2.624419",\
|
|
"2.358719, 2.368471, 2.391603, 2.460834, 2.707924",\
|
|
"2.702820, 2.712572, 2.735704, 2.804935, 3.052025");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000880, 0.011653, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.019086, 0.025447, 0.043502, 0.118558, 0.453507",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.453507",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.453507",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.453507",\
|
|
"0.019086, 0.025447, 0.043502, 0.118558, 0.453507");
|
|
}
|
|
|
|
} /* 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.000960 ;
|
|
|
|
/* 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.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "2.203802, 2.215807, 2.250221, 2.391013, 2.979664",\
|
|
"2.299336, 2.311341, 2.345755, 2.486547, 3.075198",\
|
|
"2.369892, 2.381897, 2.416311, 2.557102, 3.145754",\
|
|
"2.453396, 2.465401, 2.499815, 2.640607, 3.229258",\
|
|
"2.797497, 2.809502, 2.843916, 2.984708, 3.573359");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "0.019510, 0.031085, 0.071673, 0.266586, 1.110374",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.110374",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.110374",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.110374",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.110374");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "2.248023, 2.257737, 2.280856, 2.350095, 2.601014",\
|
|
"2.343557, 2.353271, 2.376389, 2.445629, 2.696548",\
|
|
"2.414113, 2.423826, 2.446945, 2.516185, 2.767104",\
|
|
"2.497617, 2.507331, 2.530450, 2.599689, 2.850608",\
|
|
"2.841718, 2.851432, 2.874551, 2.943790, 3.194709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "0.019140, 0.025483, 0.043531, 0.118580, 0.460864",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.460864",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.460864",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.460864",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.460864");
|
|
}
|
|
|
|
} /* 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.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "2.079176, 2.091182, 2.125595, 2.266387, 2.851227",\
|
|
"2.174710, 2.186715, 2.221129, 2.361921, 2.946760",\
|
|
"2.245265, 2.257271, 2.291684, 2.432476, 3.017316",\
|
|
"2.328770, 2.340775, 2.375189, 2.515981, 3.100821",\
|
|
"2.672871, 2.684876, 2.719290, 2.860082, 3.444922");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "0.019510, 0.031085, 0.071673, 0.266586, 1.103149",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.103149",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.103149",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.103149",\
|
|
"0.019510, 0.031085, 0.071673, 0.266586, 1.103149");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "2.123397, 2.133111, 2.156230, 2.225469, 2.472515",\
|
|
"2.218931, 2.228645, 2.251763, 2.321003, 2.568048",\
|
|
"2.289486, 2.299200, 2.322319, 2.391559, 2.638604",\
|
|
"2.372991, 2.382705, 2.405824, 2.475063, 2.722109",\
|
|
"2.717092, 2.726806, 2.749925, 2.819164, 3.066210");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000960, 0.011732, 0.050960, 0.233039, 1.000000");
|
|
values ( "0.019140, 0.025483, 0.043531, 0.118580, 0.453498",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.453498",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.453498",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.453498",\
|
|
"0.019140, 0.025483, 0.043531, 0.118580, 0.453498");
|
|
}
|
|
|
|
} /* 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.000882 ;
|
|
|
|
/* 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.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.206134, 2.218158, 2.252556, 2.393292, 2.981732",\
|
|
"2.301668, 2.313692, 2.348090, 2.488825, 3.077266",\
|
|
"2.372224, 2.384248, 2.418646, 2.559381, 3.147822",\
|
|
"2.455728, 2.467752, 2.502150, 2.642886, 3.231326",\
|
|
"2.799829, 2.811853, 2.846251, 2.986987, 3.575427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019428, 0.031016, 0.071610, 0.266596, 1.109525",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.109525",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.109525",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.109525",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.109525");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.249150, 2.258897, 2.282014, 2.351189, 2.601745",\
|
|
"2.344684, 2.354431, 2.377548, 2.446722, 2.697278",\
|
|
"2.415240, 2.424987, 2.448104, 2.517278, 2.767834",\
|
|
"2.498744, 2.508491, 2.531608, 2.600783, 2.851339",\
|
|
"2.842845, 2.852592, 2.875709, 2.944884, 3.195440");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019088, 0.025450, 0.043516, 0.118617, 0.459969",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.459969",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.459969",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.459969",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.459969");
|
|
}
|
|
|
|
} /* 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.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.078050, 2.090074, 2.124472, 2.265208, 2.850310",\
|
|
"2.173584, 2.185607, 2.220006, 2.360741, 2.945843",\
|
|
"2.244140, 2.256163, 2.290562, 2.431297, 3.016399",\
|
|
"2.327644, 2.339668, 2.374066, 2.514802, 3.099904",\
|
|
"2.671745, 2.683769, 2.718167, 2.858903, 3.444005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019428, 0.031016, 0.071610, 0.266596, 1.103196",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.103196",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.103196",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.103196",\
|
|
"0.019428, 0.031016, 0.071610, 0.266596, 1.103196");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.122734, 2.132481, 2.155598, 2.224773, 2.471937",\
|
|
"2.218268, 2.228015, 2.251132, 2.320306, 2.567470",\
|
|
"2.288824, 2.298571, 2.321688, 2.390862, 2.638026",\
|
|
"2.372328, 2.382076, 2.405192, 2.474367, 2.721531",\
|
|
"2.716429, 2.726177, 2.749293, 2.818468, 3.065632");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019088, 0.025450, 0.043516, 0.118617, 0.453517",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.453517",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.453517",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.453517",\
|
|
"0.019088, 0.025450, 0.043516, 0.118617, 0.453517");
|
|
}
|
|
|
|
} /* 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 : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002029 ;
|
|
|
|
/* 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.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "2.713486, 2.745273, 2.810326, 3.027524, 3.776304",\
|
|
"2.809020, 2.840807, 2.905860, 3.123058, 3.871837",\
|
|
"2.879576, 2.911363, 2.976416, 3.193614, 3.942393",\
|
|
"2.963080, 2.994867, 3.059920, 3.277118, 4.025898",\
|
|
"3.307181, 3.338968, 3.404022, 3.621219, 4.369999");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.025255, 0.058417, 0.141953, 0.451407, 1.525606",\
|
|
"0.025255, 0.058417, 0.141953, 0.451407, 1.525606",\
|
|
"0.025255, 0.058417, 0.141953, 0.451407, 1.525606",\
|
|
"0.025255, 0.058417, 0.141953, 0.451407, 1.525606",\
|
|
"0.025255, 0.058417, 0.141953, 0.451407, 1.525606");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "2.827254, 2.854252, 2.900694, 3.036834, 3.497380",\
|
|
"2.922787, 2.949785, 2.996228, 3.132368, 3.592913",\
|
|
"2.993344, 3.020341, 3.066784, 3.202924, 3.663469",\
|
|
"3.076848, 3.103846, 3.150288, 3.286428, 3.746974",\
|
|
"3.420949, 3.447947, 3.494390, 3.630529, 4.091075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.022794, 0.044381, 0.091564, 0.266781, 0.897144",\
|
|
"0.022794, 0.044381, 0.091564, 0.266781, 0.897144",\
|
|
"0.022794, 0.044381, 0.091564, 0.266781, 0.897144",\
|
|
"0.022794, 0.044381, 0.091564, 0.266781, 0.897144",\
|
|
"0.022794, 0.044381, 0.091564, 0.266781, 0.897144");
|
|
}
|
|
|
|
} /* 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.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "2.234101, 2.267437, 2.332485, 2.548328, 3.293700",\
|
|
"2.329634, 2.362970, 2.428018, 2.643862, 3.389233",\
|
|
"2.400190, 2.433526, 2.498574, 2.714417, 3.459789",\
|
|
"2.483695, 2.517031, 2.582079, 2.797922, 3.543294",\
|
|
"2.827796, 2.861132, 2.926181, 3.142023, 3.887395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.025201, 0.058384, 0.141945, 0.448876, 1.516673",\
|
|
"0.025201, 0.058384, 0.141945, 0.448876, 1.516673",\
|
|
"0.025201, 0.058384, 0.141945, 0.448876, 1.516673",\
|
|
"0.025201, 0.058384, 0.141945, 0.448876, 1.516673",\
|
|
"0.025201, 0.058384, 0.141945, 0.448876, 1.516673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "2.408084, 2.435908, 2.482349, 2.617116, 3.074299",\
|
|
"2.503617, 2.531442, 2.577882, 2.712650, 3.169832",\
|
|
"2.574173, 2.601997, 2.648438, 2.783206, 3.240388",\
|
|
"2.657678, 2.685502, 2.731943, 2.866710, 3.323893",\
|
|
"3.001779, 3.029603, 3.076044, 3.210812, 3.667994");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.022795, 0.044380, 0.091565, 0.264205, 0.888077",\
|
|
"0.022795, 0.044380, 0.091565, 0.264205, 0.888077",\
|
|
"0.022795, 0.044380, 0.091565, 0.264205, 0.888077",\
|
|
"0.022795, 0.044380, 0.091565, 0.264205, 0.888077",\
|
|
"0.022795, 0.044380, 0.091565, 0.264205, 0.888077");
|
|
}
|
|
|
|
} /* 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.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.329401, 0.361183, 0.426235, 0.643431, 1.392196",\
|
|
"0.411534, 0.443338, 0.508396, 0.725599, 1.474435",\
|
|
"0.463923, 0.495780, 0.560853, 0.778074, 1.527094",\
|
|
"0.513664, 0.545670, 0.610788, 0.828058, 1.577591",\
|
|
"0.718670, 0.751281, 0.816582, 1.034054, 1.785699");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.025240, 0.058408, 0.141951, 0.451409, 1.525598",\
|
|
"0.025310, 0.058450, 0.141962, 0.451396, 1.525633",\
|
|
"0.025489, 0.058557, 0.141990, 0.451362, 1.525724",\
|
|
"0.025987, 0.058855, 0.142067, 0.451268, 1.525975",\
|
|
"0.028040, 0.060085, 0.142386, 0.450879, 1.527012");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.507846, 0.534840, 0.581284, 0.717425, 1.177961",\
|
|
"0.613394, 0.640389, 0.686832, 0.822973, 1.283512",\
|
|
"0.774017, 0.800999, 0.847447, 0.983595, 1.444098",\
|
|
"1.076389, 1.103262, 1.149758, 1.285972, 1.746176",\
|
|
"2.321449, 2.348408, 2.395013, 2.531359, 2.991840");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.022794, 0.044382, 0.091564, 0.266774, 0.897188",\
|
|
"0.022794, 0.044382, 0.091564, 0.266776, 0.897188",\
|
|
"0.022794, 0.044384, 0.091564, 0.266776, 0.897188",\
|
|
"0.022869, 0.044456, 0.091570, 0.266776, 0.897188",\
|
|
"0.024404, 0.045349, 0.092030, 0.266994, 0.897188");
|
|
}
|
|
|
|
} /* 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.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.308990, 0.342342, 0.407394, 0.623241, 1.368652",\
|
|
"0.391116, 0.424497, 0.489555, 0.705409, 1.450892",\
|
|
"0.443484, 0.476939, 0.542012, 0.757884, 1.503551",\
|
|
"0.493170, 0.526829, 0.591947, 0.807867, 1.554047",\
|
|
"0.697935, 0.732440, 0.797741, 1.013863, 1.762156");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.025240, 0.058408, 0.141951, 0.448868, 1.516693",\
|
|
"0.025310, 0.058450, 0.141962, 0.448855, 1.516728",\
|
|
"0.025489, 0.058557, 0.141990, 0.448821, 1.516819",\
|
|
"0.025987, 0.058855, 0.142067, 0.448727, 1.517070",\
|
|
"0.028040, 0.060085, 0.142386, 0.448338, 1.518107");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.489912, 0.517728, 0.564172, 0.698944, 1.156103",\
|
|
"0.595460, 0.623277, 0.669721, 0.804492, 1.261654",\
|
|
"0.756084, 0.783887, 0.830336, 0.965114, 1.422239",\
|
|
"1.058451, 1.086150, 1.132646, 1.267491, 1.724318",\
|
|
"2.303411, 2.331297, 2.377901, 2.512878, 2.969981");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.023350, 0.076515, 0.262254, 0.909128");
|
|
values ( "0.022794, 0.044381, 0.091562, 0.263969, 0.884652",\
|
|
"0.022794, 0.044381, 0.091562, 0.263969, 0.884652",\
|
|
"0.022794, 0.044384, 0.091562, 0.263969, 0.884652",\
|
|
"0.022869, 0.044456, 0.091570, 0.263969, 0.884652",\
|
|
"0.024404, 0.045349, 0.092030, 0.264409, 0.884652");
|
|
}
|
|
|
|
} /* 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 : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001211 ;
|
|
|
|
/* 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.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "2.702524, 2.736704, 2.801774, 3.017309, 3.767834",\
|
|
"2.798058, 2.832237, 2.897308, 3.112842, 3.863368",\
|
|
"2.868613, 2.902793, 2.967864, 3.183398, 3.933924",\
|
|
"2.952118, 2.986298, 3.051368, 3.266903, 4.017428",\
|
|
"3.296219, 3.330399, 3.395469, 3.611004, 4.361529");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.024007, 0.057265, 0.140705, 0.444733, 1.523519",\
|
|
"0.024007, 0.057265, 0.140705, 0.444733, 1.523519",\
|
|
"0.024007, 0.057265, 0.140705, 0.444733, 1.523519",\
|
|
"0.024007, 0.057265, 0.140705, 0.444733, 1.523519",\
|
|
"0.024007, 0.057265, 0.140705, 0.444733, 1.523519");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "2.803375, 2.831977, 2.878499, 3.013412, 3.474643",\
|
|
"2.898909, 2.927511, 2.974032, 3.108946, 3.570177",\
|
|
"2.969465, 2.998067, 3.044588, 3.179502, 3.640733",\
|
|
"3.052969, 3.081571, 3.128093, 3.263006, 3.724237",\
|
|
"3.397070, 3.425673, 3.472194, 3.607107, 4.068338");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.021769, 0.043676, 0.090871, 0.261432, 0.895175",\
|
|
"0.021769, 0.043676, 0.090871, 0.261432, 0.895175",\
|
|
"0.021769, 0.043676, 0.090871, 0.261432, 0.895175",\
|
|
"0.021769, 0.043676, 0.090871, 0.261432, 0.895175",\
|
|
"0.021769, 0.043676, 0.090871, 0.261432, 0.895175");
|
|
}
|
|
|
|
} /* 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.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "2.181561, 2.215718, 2.280783, 2.496313, 3.243238",\
|
|
"2.277095, 2.311251, 2.376317, 2.591847, 3.338771",\
|
|
"2.347651, 2.381807, 2.446873, 2.662403, 3.409327",\
|
|
"2.431155, 2.465312, 2.530377, 2.745907, 3.492832",\
|
|
"2.775257, 2.809413, 2.874479, 3.090009, 3.836933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.023954, 0.057233, 0.140697, 0.444743, 1.516770",\
|
|
"0.023954, 0.057233, 0.140697, 0.444743, 1.516770",\
|
|
"0.023954, 0.057233, 0.140697, 0.444743, 1.516770",\
|
|
"0.023954, 0.057233, 0.140697, 0.444743, 1.516770",\
|
|
"0.023954, 0.057233, 0.140697, 0.444743, 1.516770");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "2.384769, 2.413377, 2.459896, 2.594807, 3.052470",\
|
|
"2.480303, 2.508910, 2.555429, 2.690341, 3.148004",\
|
|
"2.550859, 2.579466, 2.625985, 2.760896, 3.218560",\
|
|
"2.634363, 2.662971, 2.709490, 2.844401, 3.302064",\
|
|
"2.978465, 3.007072, 3.053591, 3.188503, 3.646165");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.021769, 0.043675, 0.090872, 0.261441, 0.888317",\
|
|
"0.021769, 0.043675, 0.090872, 0.261441, 0.888317",\
|
|
"0.021769, 0.043675, 0.090872, 0.261441, 0.888317",\
|
|
"0.021769, 0.043675, 0.090872, 0.261441, 0.888317",\
|
|
"0.021769, 0.043675, 0.090872, 0.261441, 0.888317");
|
|
}
|
|
|
|
} /* 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.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.885727, 0.919900, 0.984969, 1.200502, 1.951012",\
|
|
"1.001831, 1.036004, 1.101073, 1.316606, 2.067117",\
|
|
"1.098126, 1.132299, 1.197368, 1.412901, 2.163411",\
|
|
"1.243177, 1.277350, 1.342419, 1.557952, 2.308463",\
|
|
"1.840451, 1.874624, 1.939693, 2.155226, 2.905736");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.023992, 0.057256, 0.140703, 0.444736, 1.523511",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.523511",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.523511",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.523511",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.523511");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "1.001162, 1.029763, 1.076284, 1.211199, 1.672426",\
|
|
"1.147699, 1.176300, 1.222822, 1.357737, 1.818963",\
|
|
"1.311650, 1.340251, 1.386772, 1.521687, 1.982913",\
|
|
"1.594527, 1.623128, 1.669649, 1.804564, 2.265791",\
|
|
"2.760069, 2.788670, 2.835191, 2.970106, 3.431332");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.021768, 0.043676, 0.090871, 0.261429, 0.895193",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.895193",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.895193",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.895193",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.895193");
|
|
}
|
|
|
|
} /* 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.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.827655, 0.861828, 0.926897, 1.142430, 1.889392",\
|
|
"0.908268, 0.942441, 1.007510, 1.223043, 1.970006",\
|
|
"0.957519, 0.991692, 1.056761, 1.272294, 2.019256",\
|
|
"0.994133, 1.028306, 1.093375, 1.308908, 2.055870",\
|
|
"1.144506, 1.178680, 1.243749, 1.459282, 2.206244");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.023992, 0.057256, 0.140703, 0.444736, 1.516788",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.516788",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.516788",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.516788",\
|
|
"0.023992, 0.057256, 0.140703, 0.444736, 1.516788");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.972900, 1.001501, 1.048023, 1.182938, 1.640583",\
|
|
"1.083714, 1.112315, 1.158836, 1.293751, 1.751396",\
|
|
"1.200299, 1.228899, 1.275421, 1.410336, 1.867981",\
|
|
"1.373995, 1.402596, 1.449118, 1.584033, 2.041678",\
|
|
"2.089579, 2.118180, 2.164701, 2.299616, 2.757261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.022531, 0.075697, 0.261436, 0.909128");
|
|
values ( "0.021768, 0.043676, 0.090871, 0.261429, 0.888395",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.888395",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.888395",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.888395",\
|
|
"0.021768, 0.043676, 0.090871, 0.261429, 0.888395");
|
|
}
|
|
|
|
} /* 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.001131 ;
|
|
|
|
/* 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.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.508534, 2.520491, 2.554913, 2.695879, 3.285374",\
|
|
"2.604068, 2.616024, 2.650447, 2.791413, 3.380908",\
|
|
"2.674624, 2.686580, 2.721003, 2.861969, 3.451463",\
|
|
"2.758128, 2.770085, 2.804507, 2.945473, 3.534968",\
|
|
"3.102230, 3.114186, 3.148608, 3.289575, 3.879069");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.020107, 0.031634, 0.072076, 0.266821, 1.111457",\
|
|
"0.020107, 0.031634, 0.072076, 0.266821, 1.111457",\
|
|
"0.020107, 0.031634, 0.072076, 0.266821, 1.111457",\
|
|
"0.020107, 0.031634, 0.072076, 0.266821, 1.111457",\
|
|
"0.020107, 0.031634, 0.072076, 0.266821, 1.111457");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.632490, 2.642069, 2.665049, 2.734288, 2.985645",\
|
|
"2.728024, 2.737603, 2.760582, 2.829822, 3.081178",\
|
|
"2.798580, 2.808159, 2.831138, 2.900378, 3.151734",\
|
|
"2.882084, 2.891663, 2.914643, 2.983882, 3.235239",\
|
|
"3.226185, 3.235765, 3.258744, 3.327983, 3.579340");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019339, 0.025560, 0.043647, 0.118626, 0.462095",\
|
|
"0.019339, 0.025560, 0.043647, 0.118626, 0.462095",\
|
|
"0.019339, 0.025560, 0.043647, 0.118626, 0.462095",\
|
|
"0.019339, 0.025560, 0.043647, 0.118626, 0.462095",\
|
|
"0.019339, 0.025560, 0.043647, 0.118626, 0.462095");
|
|
}
|
|
|
|
} /* 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.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.189606, 2.201552, 2.235963, 2.376923, 2.962275",\
|
|
"2.285140, 2.297085, 2.331496, 2.472456, 3.057808",\
|
|
"2.355695, 2.367641, 2.402052, 2.543012, 3.128364",\
|
|
"2.439200, 2.451146, 2.485557, 2.626517, 3.211869",\
|
|
"2.783302, 2.795247, 2.829658, 2.970618, 3.555970");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.020057, 0.031591, 0.072049, 0.266828, 1.103551",\
|
|
"0.020057, 0.031591, 0.072049, 0.266828, 1.103551",\
|
|
"0.020057, 0.031591, 0.072049, 0.266828, 1.103551",\
|
|
"0.020057, 0.031591, 0.072049, 0.266828, 1.103551",\
|
|
"0.020057, 0.031591, 0.072049, 0.266828, 1.103551");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.369257, 2.378836, 2.401814, 2.471048, 2.718179",\
|
|
"2.464791, 2.474370, 2.497347, 2.566581, 2.813713",\
|
|
"2.535347, 2.544925, 2.567903, 2.637137, 2.884269",\
|
|
"2.618851, 2.628430, 2.651408, 2.720642, 2.967773",\
|
|
"2.962953, 2.972532, 2.995509, 3.064743, 3.311875");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019315, 0.025539, 0.043630, 0.118625, 0.454039",\
|
|
"0.019315, 0.025539, 0.043630, 0.118625, 0.454039",\
|
|
"0.019315, 0.025539, 0.043630, 0.118625, 0.454039",\
|
|
"0.019315, 0.025539, 0.043630, 0.118625, 0.454039",\
|
|
"0.019315, 0.025539, 0.043630, 0.118625, 0.454039");
|
|
}
|
|
|
|
} /* 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.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.576230, 0.588192, 0.622621, 0.763591, 1.353072",\
|
|
"0.652676, 0.664638, 0.699067, 0.840037, 1.429518",\
|
|
"0.693926, 0.705888, 0.740317, 0.881287, 1.470768",\
|
|
"0.729102, 0.741065, 0.775494, 0.916464, 1.505945",\
|
|
"0.874074, 0.886038, 0.920468, 1.061440, 1.650917");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.020135, 0.031658, 0.072091, 0.266816, 1.111462",\
|
|
"0.020135, 0.031658, 0.072091, 0.266816, 1.111462",\
|
|
"0.020135, 0.031658, 0.072092, 0.266816, 1.111462",\
|
|
"0.020137, 0.031660, 0.072092, 0.266816, 1.111462",\
|
|
"0.020143, 0.031665, 0.072096, 0.266816, 1.111463");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.629893, 0.639472, 0.662451, 0.731685, 0.983051",\
|
|
"0.759077, 0.768656, 0.791635, 0.860869, 1.112235",\
|
|
"0.887948, 0.897527, 0.920505, 0.989739, 1.241105",\
|
|
"1.099285, 1.108865, 1.131843, 1.201077, 1.452443",\
|
|
"1.970263, 1.979842, 2.002821, 2.072056, 2.323421");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019314, 0.025539, 0.043629, 0.118625, 0.462090",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.462090",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.462090",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.462090",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.462087");
|
|
}
|
|
|
|
} /* 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.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.576230, 0.588192, 0.622621, 0.763591, 1.348905",\
|
|
"0.652676, 0.664638, 0.699067, 0.840037, 1.425351",\
|
|
"0.693926, 0.705888, 0.740317, 0.881287, 1.466601",\
|
|
"0.729102, 0.741065, 0.775494, 0.916464, 1.501777",\
|
|
"0.874074, 0.886038, 0.920468, 1.061440, 1.646750");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.020135, 0.031658, 0.072091, 0.266815, 1.103563",\
|
|
"0.020135, 0.031658, 0.072091, 0.266815, 1.103563",\
|
|
"0.020135, 0.031658, 0.072092, 0.266815, 1.103563",\
|
|
"0.020137, 0.031660, 0.072092, 0.266815, 1.103563",\
|
|
"0.020143, 0.031665, 0.072096, 0.266815, 1.103564");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.629893, 0.639472, 0.662451, 0.731685, 0.978816",\
|
|
"0.759077, 0.768656, 0.791635, 0.860869, 1.108000",\
|
|
"0.887948, 0.897527, 0.920505, 0.989739, 1.236870",\
|
|
"1.099285, 1.108865, 1.131843, 1.201077, 1.448208",\
|
|
"1.970263, 1.979842, 2.002821, 2.072056, 2.319185");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011904, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019314, 0.025539, 0.043629, 0.118625, 0.454036",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.454036",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.454036",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.454035",\
|
|
"0.019314, 0.025539, 0.043629, 0.118625, 0.454033");
|
|
}
|
|
|
|
} /* 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.001200 ;
|
|
|
|
/* 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.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "2.331001, 2.341951, 2.376319, 2.517231, 3.106602",\
|
|
"2.426535, 2.437485, 2.471853, 2.612765, 3.202136",\
|
|
"2.497091, 2.508041, 2.542408, 2.683321, 3.272692",\
|
|
"2.580595, 2.591545, 2.625913, 2.766825, 3.356196",\
|
|
"2.924697, 2.935647, 2.970014, 3.110926, 3.700298");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "0.019999, 0.031547, 0.072055, 0.266952, 1.111054",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.111054",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.111054",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.111054",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.111054");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "2.332611, 2.341754, 2.364779, 2.434008, 2.685067",\
|
|
"2.428144, 2.437287, 2.460312, 2.529541, 2.780601",\
|
|
"2.498700, 2.507843, 2.530868, 2.600097, 2.851156",\
|
|
"2.582205, 2.591348, 2.614372, 2.683602, 2.934661",\
|
|
"2.926306, 2.935449, 2.958474, 3.027703, 3.278762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "0.019330, 0.025584, 0.043641, 0.118670, 0.461393",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.461393",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.461393",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.461393",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.461393");
|
|
}
|
|
|
|
} /* 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.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "2.156700, 2.168588, 2.202956, 2.343868, 2.929269",\
|
|
"2.252234, 2.264122, 2.298489, 2.439401, 3.024803",\
|
|
"2.322790, 2.334678, 2.369045, 2.509957, 3.095359",\
|
|
"2.406294, 2.418182, 2.452550, 2.593462, 3.178864",\
|
|
"2.750396, 2.762284, 2.796651, 2.937563, 3.522965");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "0.019999, 0.031547, 0.072055, 0.266952, 1.103530",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.103530",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.103530",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.103530",\
|
|
"0.019999, 0.031547, 0.072055, 0.266952, 1.103530");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "2.184652, 2.194225, 2.217250, 2.286479, 2.533503",\
|
|
"2.280186, 2.289758, 2.312783, 2.382013, 2.629037",\
|
|
"2.350742, 2.360314, 2.383339, 2.452569, 2.699593",\
|
|
"2.434247, 2.443819, 2.466844, 2.536073, 2.783098",\
|
|
"2.778348, 2.787920, 2.810945, 2.880174, 3.127199");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001200, 0.011972, 0.051200, 0.233279, 1.000000");
|
|
values ( "0.019330, 0.025584, 0.043641, 0.118670, 0.453721",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.453721",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.453721",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.453721",\
|
|
"0.019330, 0.025584, 0.043641, 0.118670, 0.453721");
|
|
}
|
|
|
|
} /* 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.001071 ;
|
|
|
|
/* 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.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.303176, 2.315129, 2.349536, 2.490446, 3.079796",\
|
|
"2.398710, 2.410662, 2.445070, 2.585979, 3.175329",\
|
|
"2.469266, 2.481218, 2.515626, 2.656535, 3.245885",\
|
|
"2.552770, 2.564723, 2.599130, 2.740040, 3.329390",\
|
|
"2.896871, 2.908824, 2.943232, 3.084141, 3.673491");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019642, 0.031207, 0.071775, 0.266636, 1.111804",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.111804",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.111804",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.111804",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.111804");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.320749, 2.330411, 2.353522, 2.422854, 2.674341",\
|
|
"2.416282, 2.425944, 2.449055, 2.518388, 2.769874",\
|
|
"2.486839, 2.496500, 2.519612, 2.588944, 2.840430",\
|
|
"2.570343, 2.580004, 2.603116, 2.672448, 2.923935",\
|
|
"2.914444, 2.924106, 2.947217, 3.016550, 3.268036");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019219, 0.025528, 0.043556, 0.118525, 0.462266",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.462266",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.462266",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.462266",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.462266");
|
|
}
|
|
|
|
} /* 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.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.166980, 2.178932, 2.213340, 2.354249, 2.939077",\
|
|
"2.262513, 2.274465, 2.308873, 2.449782, 3.034610",\
|
|
"2.333069, 2.345021, 2.379429, 2.520338, 3.105166",\
|
|
"2.416574, 2.428526, 2.462934, 2.603843, 3.188671",\
|
|
"2.760675, 2.772627, 2.807035, 2.947944, 3.532772");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019642, 0.031207, 0.071775, 0.266636, 1.103231",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.103231",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.103231",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.103231",\
|
|
"0.019642, 0.031207, 0.071775, 0.266636, 1.103231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.190673, 2.200334, 2.223446, 2.292778, 2.539668",\
|
|
"2.286206, 2.295868, 2.318979, 2.388311, 2.635201",\
|
|
"2.356762, 2.366423, 2.389535, 2.458867, 2.705757",\
|
|
"2.440266, 2.449928, 2.473039, 2.542372, 2.789261",\
|
|
"2.784368, 2.794029, 2.817141, 2.886473, 3.133363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011844, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019219, 0.025528, 0.043556, 0.118525, 0.453523",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.453523",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.453523",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.453523",\
|
|
"0.019219, 0.025528, 0.043556, 0.118525, 0.453523");
|
|
}
|
|
|
|
} /* 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.001127 ;
|
|
|
|
/* 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.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.627172, 0.639521, 0.674369, 0.815661, 1.404683",\
|
|
"0.691540, 0.703890, 0.738738, 0.880029, 1.452605",\
|
|
"0.739044, 0.751393, 0.786242, 0.927533, 1.452605",\
|
|
"0.770492, 0.782842, 0.817691, 0.958983, 1.452605",\
|
|
"0.770492, 0.782842, 0.817691, 0.958983, 1.452605");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.021934, 0.033206, 0.073054, 0.266467, 1.112716",\
|
|
"0.021934, 0.033206, 0.073054, 0.266467, 1.112716",\
|
|
"0.021935, 0.033207, 0.073054, 0.266467, 1.112716",\
|
|
"0.021938, 0.033209, 0.073055, 0.266467, 1.112716",\
|
|
"0.021946, 0.033216, 0.073060, 0.266467, 1.112718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.739513, 0.749105, 0.772130, 0.841529, 1.093150",\
|
|
"0.842965, 0.852556, 0.875582, 0.944980, 1.196602",\
|
|
"1.000658, 1.010249, 1.033275, 1.102673, 1.354295",\
|
|
"1.296416, 1.306008, 1.329033, 1.398431, 1.650053",\
|
|
"1.875286, 1.884878, 1.907903, 1.977302, 2.228923");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.019701, 0.025865, 0.043886, 0.118563, 0.463096",\
|
|
"0.019701, 0.025865, 0.043886, 0.118563, 0.463096",\
|
|
"0.019701, 0.025865, 0.043886, 0.118563, 0.463096",\
|
|
"0.019701, 0.025865, 0.043886, 0.118563, 0.463096",\
|
|
"0.019700, 0.025865, 0.043886, 0.118563, 0.463096");
|
|
}
|
|
|
|
} /* 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.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.612080, 0.624429, 0.659277, 0.800568, 1.384911",\
|
|
"0.661756, 0.674108, 0.708958, 0.850251, 1.434589",\
|
|
"0.661756, 0.674108, 0.708958, 0.850251, 1.434589",\
|
|
"0.661756, 0.674108, 0.708958, 0.850251, 1.434589",\
|
|
"0.661756, 0.674108, 0.708958, 0.850251, 1.434589");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.021932, 0.033204, 0.073052, 0.266467, 1.103843",\
|
|
"0.021932, 0.033204, 0.073052, 0.266467, 1.103843",\
|
|
"0.021933, 0.033205, 0.073053, 0.266467, 1.103843",\
|
|
"0.021935, 0.033207, 0.073054, 0.266467, 1.103844",\
|
|
"0.021944, 0.033214, 0.073059, 0.266465, 1.103845");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.725377, 0.734968, 0.757994, 0.827392, 1.074256",\
|
|
"0.828828, 0.838419, 0.861445, 0.930843, 1.177707",\
|
|
"0.986978, 0.996570, 1.019596, 1.088994, 1.335858",\
|
|
"1.284504, 1.294095, 1.317121, 1.386519, 1.633383",\
|
|
"1.865411, 1.875002, 1.898028, 1.967426, 2.214290");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.019701, 0.025866, 0.043886, 0.118563, 0.454048",\
|
|
"0.019701, 0.025866, 0.043886, 0.118563, 0.454048",\
|
|
"0.019701, 0.025865, 0.043886, 0.118563, 0.454048",\
|
|
"0.019701, 0.025865, 0.043886, 0.118563, 0.454048",\
|
|
"0.019700, 0.025865, 0.043886, 0.118563, 0.454048");
|
|
}
|
|
|
|
} /* 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.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "2.612284, 2.624635, 2.659484, 2.800776, 3.389797",\
|
|
"2.707818, 2.720168, 2.755017, 2.896309, 3.485330",\
|
|
"2.778374, 2.790724, 2.825573, 2.966865, 3.555887",\
|
|
"2.861878, 2.874229, 2.909078, 3.050370, 3.639391",\
|
|
"3.205980, 3.218330, 3.253179, 3.394471, 3.983492");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.021937, 0.033209, 0.073055, 0.266466, 1.112716",\
|
|
"0.021937, 0.033209, 0.073055, 0.266466, 1.112716",\
|
|
"0.021937, 0.033209, 0.073055, 0.266466, 1.112716",\
|
|
"0.021937, 0.033209, 0.073055, 0.266466, 1.112716",\
|
|
"0.021937, 0.033209, 0.073055, 0.266466, 1.112716");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "2.698943, 2.708535, 2.731561, 2.800959, 3.052581",\
|
|
"2.794477, 2.804069, 2.827094, 2.896492, 3.148114",\
|
|
"2.865033, 2.874625, 2.897650, 2.967048, 3.218670",\
|
|
"2.948537, 2.958129, 2.981155, 3.050553, 3.302175",\
|
|
"3.292639, 3.302230, 3.325256, 3.394654, 3.646276");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.019700, 0.025865, 0.043886, 0.118563, 0.463097",\
|
|
"0.019700, 0.025865, 0.043886, 0.118563, 0.463097",\
|
|
"0.019700, 0.025865, 0.043886, 0.118563, 0.463097",\
|
|
"0.019700, 0.025865, 0.043886, 0.118563, 0.463097",\
|
|
"0.019700, 0.025865, 0.043886, 0.118563, 0.463097");
|
|
}
|
|
|
|
} /* 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.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "1.364123, 1.376465, 1.411305, 1.552591, 2.136951",\
|
|
"1.459647, 1.471989, 1.506829, 1.648115, 2.232475",\
|
|
"1.530177, 1.542519, 1.577359, 1.718645, 2.303005",\
|
|
"1.613723, 1.626064, 1.660904, 1.802191, 2.386551",\
|
|
"1.958037, 1.970378, 2.005218, 2.146505, 2.730865");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.021898, 0.033174, 0.073034, 0.266472, 1.103838",\
|
|
"0.021898, 0.033174, 0.073034, 0.266472, 1.103838",\
|
|
"0.021898, 0.033174, 0.073034, 0.266472, 1.103838",\
|
|
"0.021898, 0.033174, 0.073034, 0.266472, 1.103838",\
|
|
"0.021898, 0.033174, 0.073034, 0.266472, 1.103838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "1.553356, 1.562948, 1.585973, 1.655369, 1.902237",\
|
|
"1.648880, 1.658472, 1.681497, 1.750893, 1.997761",\
|
|
"1.719410, 1.729002, 1.752027, 1.821423, 2.068290",\
|
|
"1.802956, 1.812547, 1.835572, 1.904969, 2.151836",\
|
|
"2.147269, 2.156861, 2.179886, 2.249283, 2.496150");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001127, 0.011900, 0.051127, 0.233206, 1.000000");
|
|
values ( "0.019693, 0.025859, 0.043881, 0.118563, 0.454048",\
|
|
"0.019693, 0.025859, 0.043881, 0.118563, 0.454048",\
|
|
"0.019693, 0.025859, 0.043881, 0.118563, 0.454048",\
|
|
"0.019693, 0.025859, 0.043881, 0.118563, 0.454048",\
|
|
"0.019693, 0.025859, 0.043881, 0.118563, 0.454048");
|
|
}
|
|
|
|
} /* 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 : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000946 ;
|
|
|
|
/* 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.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "2.429474, 2.463761, 2.528911, 2.744563, 3.494446",\
|
|
"2.525008, 2.559295, 2.624444, 2.840097, 3.589979",\
|
|
"2.595564, 2.629851, 2.695000, 2.910653, 3.660535",\
|
|
"2.679068, 2.713355, 2.778505, 2.994157, 3.744040",\
|
|
"3.023170, 3.057456, 3.122606, 3.338259, 4.088141");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.022926, 0.056445, 0.140116, 0.443877, 1.520890",\
|
|
"0.022926, 0.056445, 0.140116, 0.443877, 1.520890",\
|
|
"0.022926, 0.056445, 0.140116, 0.443877, 1.520890",\
|
|
"0.022926, 0.056445, 0.140116, 0.443877, 1.520890",\
|
|
"0.022926, 0.056445, 0.140116, 0.443877, 1.520890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "2.590287, 2.619397, 2.665874, 2.800661, 3.262584",\
|
|
"2.685821, 2.714930, 2.761407, 2.896195, 3.358117",\
|
|
"2.756377, 2.785486, 2.831963, 2.966751, 3.428673",\
|
|
"2.839881, 2.868991, 2.915468, 3.050255, 3.512178",\
|
|
"3.183983, 3.213092, 3.259569, 3.394356, 3.856279");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.021454, 0.043405, 0.090666, 0.261626, 0.892336",\
|
|
"0.021454, 0.043405, 0.090666, 0.261626, 0.892336",\
|
|
"0.021454, 0.043405, 0.090666, 0.261626, 0.892336",\
|
|
"0.021454, 0.043405, 0.090666, 0.261626, 0.892336",\
|
|
"0.021454, 0.043405, 0.090666, 0.261626, 0.892336");
|
|
}
|
|
|
|
} /* 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.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "1.360572, 1.394863, 1.460020, 1.675685, 2.422112",\
|
|
"1.456096, 1.490387, 1.555544, 1.771209, 2.517636",\
|
|
"1.526626, 1.560917, 1.626074, 1.841738, 2.588166",\
|
|
"1.610171, 1.644462, 1.709619, 1.925284, 2.671711",\
|
|
"1.954485, 1.988776, 2.053933, 2.269598, 3.016025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.022921, 0.056438, 0.140111, 0.443840, 1.514239",\
|
|
"0.022921, 0.056438, 0.140111, 0.443840, 1.514239",\
|
|
"0.022921, 0.056438, 0.140111, 0.443840, 1.514239",\
|
|
"0.022921, 0.056438, 0.140111, 0.443840, 1.514239",\
|
|
"0.022921, 0.056438, 0.140111, 0.443840, 1.514239");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "1.544258, 1.573372, 1.619848, 1.754633, 2.213103",\
|
|
"1.639782, 1.668896, 1.715372, 1.850156, 2.308627",\
|
|
"1.710312, 1.739426, 1.785902, 1.920686, 2.379157",\
|
|
"1.793858, 1.822971, 1.869447, 2.004232, 2.462702",\
|
|
"2.138172, 2.167285, 2.213761, 2.348546, 2.807016");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.021454, 0.043404, 0.090667, 0.261634, 0.885704",\
|
|
"0.021454, 0.043404, 0.090667, 0.261634, 0.885704",\
|
|
"0.021454, 0.043404, 0.090667, 0.261634, 0.885704",\
|
|
"0.021454, 0.043404, 0.090667, 0.261634, 0.885704",\
|
|
"0.021454, 0.043404, 0.090667, 0.261634, 0.885704");
|
|
}
|
|
|
|
} /* 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.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.694904, 0.729192, 0.794343, 1.009997, 1.759875",\
|
|
"0.790426, 0.824714, 0.889865, 1.105520, 1.855398",\
|
|
"0.860952, 0.895240, 0.960391, 1.176046, 1.925924",\
|
|
"0.944504, 0.978791, 1.043943, 1.259597, 2.009475",\
|
|
"1.288851, 1.323138, 1.388290, 1.603944, 2.353822");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.022925, 0.056444, 0.140115, 0.443870, 1.520862",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.520862",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.520862",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.520862",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.520862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.862609, 0.891717, 0.938195, 1.072983, 1.534901",\
|
|
"0.993753, 1.022861, 1.069339, 1.204126, 1.666045",\
|
|
"1.136166, 1.165274, 1.211751, 1.346539, 1.808458",\
|
|
"1.368577, 1.397685, 1.444162, 1.578950, 2.040869",\
|
|
"2.326370, 2.355478, 2.401956, 2.536744, 2.998663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.021453, 0.043405, 0.090666, 0.261623, 0.892354",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.892354",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.892354",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.892354",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.892354");
|
|
}
|
|
|
|
} /* 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.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.685753, 0.720041, 0.785192, 1.000846, 1.747292",\
|
|
"0.781276, 0.815563, 0.880714, 1.096369, 1.842815",\
|
|
"0.851801, 0.886089, 0.951240, 1.166895, 1.913340",\
|
|
"0.935353, 0.969640, 1.034792, 1.250446, 1.996892",\
|
|
"1.279700, 1.313988, 1.379139, 1.594793, 2.341239");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.022925, 0.056444, 0.140115, 0.443870, 1.514357",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.514357",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.514357",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.514357",\
|
|
"0.022925, 0.056444, 0.140115, 0.443870, 1.514357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.855232, 0.884339, 0.930817, 1.065605, 1.524059",\
|
|
"0.986375, 1.015483, 1.061961, 1.196749, 1.655203",\
|
|
"1.128788, 1.157896, 1.204374, 1.339162, 1.797616",\
|
|
"1.361199, 1.390307, 1.436785, 1.571573, 2.030027",\
|
|
"2.318993, 2.348100, 2.394578, 2.529366, 2.987820");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.022266, 0.075432, 0.261171, 0.909128");
|
|
values ( "0.021453, 0.043405, 0.090666, 0.261623, 0.885775",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.885775",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.885775",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.885775",\
|
|
"0.021453, 0.043405, 0.090666, 0.261623, 0.885775");
|
|
}
|
|
|
|
} /* 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.000941 ;
|
|
|
|
/* 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.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.593942, 0.606230, 0.640918, 0.781935, 1.370307",\
|
|
"0.658257, 0.670545, 0.705234, 0.846250, 1.415315",\
|
|
"0.707665, 0.719953, 0.754641, 0.895658, 1.415315",\
|
|
"0.736961, 0.749250, 0.783939, 0.924956, 1.415315",\
|
|
"0.736961, 0.749250, 0.783939, 0.924956, 1.415315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.021104, 0.032487, 0.072558, 0.266561, 1.110076",\
|
|
"0.021104, 0.032487, 0.072558, 0.266561, 1.110076",\
|
|
"0.021106, 0.032488, 0.072559, 0.266561, 1.110076",\
|
|
"0.021108, 0.032490, 0.072561, 0.266561, 1.110076",\
|
|
"0.021117, 0.032497, 0.072565, 0.266559, 1.110078");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.700560, 0.710235, 0.733249, 0.802438, 1.053053",\
|
|
"0.801130, 0.810805, 0.833819, 0.903009, 1.153624",\
|
|
"0.955034, 0.964710, 0.987724, 1.056913, 1.307528",\
|
|
"1.235052, 1.244727, 1.267741, 1.336930, 1.587545",\
|
|
"1.784165, 1.793840, 1.816854, 1.886044, 2.136659");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.019451, 0.025686, 0.043768, 0.118675, 0.460498",\
|
|
"0.019451, 0.025686, 0.043768, 0.118675, 0.460498",\
|
|
"0.019451, 0.025686, 0.043768, 0.118675, 0.460498",\
|
|
"0.019451, 0.025686, 0.043769, 0.118675, 0.460498",\
|
|
"0.019451, 0.025687, 0.043769, 0.118675, 0.460498");
|
|
}
|
|
|
|
} /* 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.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.581903, 0.594191, 0.628880, 0.769896, 1.354930",\
|
|
"0.626911, 0.639201, 0.673892, 0.814911, 1.399939",\
|
|
"0.626911, 0.639201, 0.673892, 0.814911, 1.399939",\
|
|
"0.626911, 0.639201, 0.673892, 0.814911, 1.399939",\
|
|
"0.626911, 0.639201, 0.673892, 0.814911, 1.399939");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.021104, 0.032487, 0.072558, 0.266561, 1.103746",\
|
|
"0.021104, 0.032487, 0.072558, 0.266561, 1.103746",\
|
|
"0.021106, 0.032488, 0.072559, 0.266561, 1.103747",\
|
|
"0.021108, 0.032490, 0.072561, 0.266561, 1.103747",\
|
|
"0.021117, 0.032497, 0.072565, 0.266559, 1.103748");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.694833, 0.704509, 0.727523, 0.796712, 1.043935",\
|
|
"0.795404, 0.805079, 0.828093, 0.897282, 1.144505",\
|
|
"0.949308, 0.958983, 0.981997, 1.051187, 1.298410",\
|
|
"1.229325, 1.239000, 1.262014, 1.331204, 1.578427",\
|
|
"1.778439, 1.788114, 1.811128, 1.880318, 2.127540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.019451, 0.025686, 0.043768, 0.118675, 0.454046",\
|
|
"0.019451, 0.025686, 0.043768, 0.118675, 0.454046",\
|
|
"0.019451, 0.025686, 0.043768, 0.118675, 0.454046",\
|
|
"0.019451, 0.025686, 0.043769, 0.118675, 0.454046",\
|
|
"0.019451, 0.025687, 0.043769, 0.118675, 0.454046");
|
|
}
|
|
|
|
} /* 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.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "2.511490, 2.523775, 2.558460, 2.699475, 3.287854",\
|
|
"2.607023, 2.619309, 2.653994, 2.795009, 3.383387",\
|
|
"2.677579, 2.689865, 2.724550, 2.865565, 3.453943",\
|
|
"2.761084, 2.773369, 2.808054, 2.949069, 3.537448",\
|
|
"3.105185, 3.117471, 3.152156, 3.293171, 3.881549");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.021092, 0.032476, 0.072552, 0.266563, 1.110074",\
|
|
"0.021092, 0.032476, 0.072552, 0.266563, 1.110074",\
|
|
"0.021092, 0.032476, 0.072552, 0.266563, 1.110074",\
|
|
"0.021092, 0.032476, 0.072552, 0.266563, 1.110074",\
|
|
"0.021092, 0.032476, 0.072552, 0.266563, 1.110074");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "2.662173, 2.671848, 2.694862, 2.764052, 3.014667",\
|
|
"2.757707, 2.767382, 2.790396, 2.859585, 3.110200",\
|
|
"2.828263, 2.837938, 2.860952, 2.930141, 3.180756",\
|
|
"2.911767, 2.921442, 2.944456, 3.013646, 3.264261",\
|
|
"3.255868, 3.265543, 3.288557, 3.357747, 3.608362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.019451, 0.025687, 0.043769, 0.118675, 0.460498",\
|
|
"0.019451, 0.025687, 0.043769, 0.118675, 0.460498",\
|
|
"0.019451, 0.025687, 0.043769, 0.118675, 0.460498",\
|
|
"0.019451, 0.025687, 0.043769, 0.118675, 0.460498",\
|
|
"0.019451, 0.025687, 0.043769, 0.118675, 0.460498");
|
|
}
|
|
|
|
} /* 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.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "1.332528, 1.344805, 1.379481, 1.520491, 2.105550",\
|
|
"1.428052, 1.440329, 1.475005, 1.616014, 2.201074",\
|
|
"1.498582, 1.510859, 1.545535, 1.686544, 2.271604",\
|
|
"1.582127, 1.594404, 1.629081, 1.770090, 2.355149",\
|
|
"1.926441, 1.938718, 1.973395, 2.114404, 2.699463");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.021052, 0.032441, 0.072530, 0.266569, 1.103738",\
|
|
"0.021052, 0.032441, 0.072530, 0.266569, 1.103738",\
|
|
"0.021052, 0.032441, 0.072530, 0.266569, 1.103738",\
|
|
"0.021052, 0.032441, 0.072530, 0.266569, 1.103738",\
|
|
"0.021052, 0.032441, 0.072530, 0.266569, 1.103738");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "1.530628, 1.540303, 1.563316, 1.632504, 1.879730",\
|
|
"1.626152, 1.635827, 1.658840, 1.728028, 1.975254",\
|
|
"1.696681, 1.706357, 1.729370, 1.798558, 2.045784",\
|
|
"1.780227, 1.789902, 1.812916, 1.882103, 2.129329",\
|
|
"2.124541, 2.134216, 2.157230, 2.226417, 2.473644");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000941, 0.011713, 0.050941, 0.233020, 1.000000");
|
|
values ( "0.019444, 0.025680, 0.043764, 0.118675, 0.454046",\
|
|
"0.019444, 0.025680, 0.043764, 0.118675, 0.454046",\
|
|
"0.019444, 0.025680, 0.043764, 0.118675, 0.454046",\
|
|
"0.019444, 0.025680, 0.043764, 0.118675, 0.454046",\
|
|
"0.019444, 0.025680, 0.043764, 0.118675, 0.454046");
|
|
}
|
|
|
|
} /* 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.001199 ;
|
|
|
|
/* 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.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "2.301479, 2.313387, 2.347781, 2.488626, 3.077450",\
|
|
"2.397013, 2.408921, 2.443315, 2.584160, 3.172984",\
|
|
"2.467569, 2.479476, 2.513871, 2.654716, 3.243540",\
|
|
"2.551073, 2.562981, 2.597375, 2.738220, 3.327044",\
|
|
"2.895175, 2.907082, 2.941477, 3.082322, 3.671146");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "0.019781, 0.031334, 0.071920, 0.266803, 1.111074",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.111074",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.111074",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.111074",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.111074");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "2.323897, 2.333493, 2.356570, 2.425846, 2.676987",\
|
|
"2.419431, 2.429026, 2.452104, 2.521380, 2.772520",\
|
|
"2.489987, 2.499582, 2.522660, 2.591936, 2.843076",\
|
|
"2.573491, 2.583087, 2.606164, 2.675440, 2.926581",\
|
|
"2.917593, 2.927188, 2.950266, 3.019542, 3.270682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "0.019306, 0.025591, 0.043619, 0.118631, 0.461558",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.461558",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.461558",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.461558",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.461558");
|
|
}
|
|
|
|
} /* 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.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "2.172795, 2.184703, 2.219097, 2.359942, 2.944599",\
|
|
"2.268328, 2.280236, 2.314631, 2.455476, 3.040133",\
|
|
"2.338884, 2.350792, 2.385186, 2.526031, 3.110689",\
|
|
"2.422389, 2.434297, 2.468691, 2.609536, 3.194193",\
|
|
"2.766490, 2.778398, 2.812792, 2.953638, 3.538295");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "0.019781, 0.031334, 0.071920, 0.266803, 1.103175",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.103175",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.103175",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.103175",\
|
|
"0.019781, 0.031334, 0.071920, 0.266803, 1.103175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "2.198989, 2.208584, 2.231662, 2.300938, 2.547843",\
|
|
"2.294522, 2.304118, 2.327195, 2.396471, 2.643377",\
|
|
"2.365078, 2.374674, 2.397751, 2.467027, 2.713933",\
|
|
"2.448583, 2.458178, 2.481256, 2.550532, 2.797437",\
|
|
"2.792684, 2.802280, 2.825357, 2.894633, 3.141539");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001199, 0.011972, 0.051199, 0.233278, 1.000000");
|
|
values ( "0.019306, 0.025591, 0.043619, 0.118631, 0.453503",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.453503",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.453503",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.453503",\
|
|
"0.019306, 0.025591, 0.043619, 0.118631, 0.453503");
|
|
}
|
|
|
|
} /* 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.000889 ;
|
|
|
|
/* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "2.465753, 2.478180, 2.512994, 2.654085, 3.242235",\
|
|
"2.561287, 2.573713, 2.608527, 2.749618, 3.337769",\
|
|
"2.631843, 2.644269, 2.679083, 2.820174, 3.408325",\
|
|
"2.715347, 2.727774, 2.762588, 2.903679, 3.491829",\
|
|
"3.059448, 3.071875, 3.106689, 3.247780, 3.835930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021583, 0.032895, 0.072795, 0.266426, 1.110159",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.110159",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.110159",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.110159",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.110159");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "2.679595, 2.689298, 2.712332, 2.781550, 3.032133",\
|
|
"2.775129, 2.784832, 2.807866, 2.877084, 3.127666",\
|
|
"2.845685, 2.855388, 2.878422, 2.947640, 3.198222",\
|
|
"2.929189, 2.938893, 2.961926, 3.031144, 3.281727",\
|
|
"3.273290, 3.282994, 3.306027, 3.375245, 3.625828");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019524, 0.025755, 0.043824, 0.118656, 0.460500",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.460500",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.460500",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.460500",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.460500");
|
|
}
|
|
|
|
} /* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "2.314589, 2.327016, 2.361830, 2.502921, 3.087733",\
|
|
"2.410123, 2.422549, 2.457363, 2.598454, 3.183267",\
|
|
"2.480679, 2.493105, 2.527919, 2.669010, 3.253823",\
|
|
"2.564183, 2.576610, 2.611424, 2.752515, 3.337327",\
|
|
"2.908284, 2.920711, 2.955525, 3.096616, 3.681428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021583, 0.032895, 0.072795, 0.266426, 1.103830",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.103830",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.103830",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.103830",\
|
|
"0.021583, 0.032895, 0.072795, 0.266426, 1.103830");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "2.548998, 2.558701, 2.581735, 2.650953, 2.898143",\
|
|
"2.644531, 2.654234, 2.677268, 2.746486, 2.993677",\
|
|
"2.715087, 2.724790, 2.747824, 2.817042, 3.064232",\
|
|
"2.798592, 2.808295, 2.831329, 2.900547, 3.147737",\
|
|
"3.142693, 3.152396, 3.175430, 3.244648, 3.491838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019524, 0.025755, 0.043824, 0.118656, 0.454048",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.454048",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.454048",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.454048",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.454048");
|
|
}
|
|
|
|
} /* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.505700, 0.518129, 0.552944, 0.694036, 1.282183",\
|
|
"0.581677, 0.594106, 0.628922, 0.770014, 1.358160",\
|
|
"0.622655, 0.635084, 0.669900, 0.810992, 1.399138",\
|
|
"0.662370, 0.674799, 0.709615, 0.850707, 1.438853",\
|
|
"0.824939, 0.837369, 0.872186, 1.013278, 1.601423");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021591, 0.032902, 0.072799, 0.266425, 1.110160",\
|
|
"0.021591, 0.032902, 0.072799, 0.266425, 1.110160",\
|
|
"0.021592, 0.032903, 0.072799, 0.266425, 1.110160",\
|
|
"0.021592, 0.032903, 0.072800, 0.266425, 1.110160",\
|
|
"0.021596, 0.032906, 0.072802, 0.266425, 1.110161");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.668875, 0.678578, 0.701612, 0.770828, 1.021413",\
|
|
"0.791573, 0.801276, 0.824310, 0.893526, 1.144111",\
|
|
"0.914050, 0.923753, 0.946786, 1.016003, 1.266588",\
|
|
"1.106793, 1.116496, 1.139530, 1.208746, 1.459331",\
|
|
"1.902491, 1.912194, 1.935227, 2.004444, 2.255029");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019518, 0.025750, 0.043819, 0.118656, 0.460499",\
|
|
"0.019518, 0.025750, 0.043819, 0.118656, 0.460499",\
|
|
"0.019518, 0.025750, 0.043820, 0.118656, 0.460499",\
|
|
"0.019519, 0.025751, 0.043820, 0.118656, 0.460500",\
|
|
"0.019519, 0.025751, 0.043820, 0.118656, 0.460500");
|
|
}
|
|
|
|
} /* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.479106, 0.491535, 0.526351, 0.667443, 1.252251",\
|
|
"0.555084, 0.567512, 0.602328, 0.743420, 1.328228",\
|
|
"0.596062, 0.608490, 0.643306, 0.784398, 1.369206",\
|
|
"0.635777, 0.648205, 0.683022, 0.824114, 1.408921",\
|
|
"0.798346, 0.810775, 0.845592, 0.986685, 1.571491");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021591, 0.032902, 0.072799, 0.266424, 1.103831",\
|
|
"0.021591, 0.032902, 0.072799, 0.266424, 1.103831",\
|
|
"0.021592, 0.032903, 0.072799, 0.266424, 1.103831",\
|
|
"0.021592, 0.032903, 0.072800, 0.266424, 1.103831",\
|
|
"0.021596, 0.032906, 0.072802, 0.266424, 1.103832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.662848, 0.672551, 0.695584, 0.764801, 1.011994",\
|
|
"0.785546, 0.795249, 0.818282, 0.887498, 1.134692",\
|
|
"0.908022, 0.917725, 0.940759, 1.009975, 1.257168",\
|
|
"1.100766, 1.110469, 1.133502, 1.202719, 1.449912",\
|
|
"1.896464, 1.906167, 1.929200, 1.998417, 2.245609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019518, 0.025750, 0.043819, 0.118656, 0.454048",\
|
|
"0.019518, 0.025750, 0.043819, 0.118656, 0.454048",\
|
|
"0.019518, 0.025750, 0.043820, 0.118656, 0.454048",\
|
|
"0.019519, 0.025751, 0.043820, 0.118656, 0.454048",\
|
|
"0.019519, 0.025751, 0.043820, 0.118656, 0.454048");
|
|
}
|
|
|
|
} /* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.549949, 0.562369, 0.597178, 0.738265, 1.326428",\
|
|
"0.625994, 0.638415, 0.673223, 0.814310, 1.402474",\
|
|
"0.666337, 0.678758, 0.713565, 0.854652, 1.442817",\
|
|
"0.705258, 0.717678, 0.752486, 0.893573, 1.481737",\
|
|
"0.865682, 0.878103, 0.912911, 1.053998, 1.642162");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021556, 0.032872, 0.072780, 0.266430, 1.110155",\
|
|
"0.021556, 0.032872, 0.072780, 0.266430, 1.110154",\
|
|
"0.021555, 0.032871, 0.072780, 0.266430, 1.110154",\
|
|
"0.021555, 0.032871, 0.072780, 0.266430, 1.110154",\
|
|
"0.021555, 0.032871, 0.072780, 0.266430, 1.110154");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.719867, 0.729570, 0.752604, 0.821822, 1.072405",\
|
|
"0.842711, 0.852414, 0.875448, 0.944665, 1.195248",\
|
|
"0.967311, 0.977014, 1.000048, 1.069266, 1.319848",\
|
|
"1.164630, 1.174333, 1.197367, 1.266585, 1.517167",\
|
|
"1.976518, 1.986221, 2.009255, 2.078473, 2.329055");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019523, 0.025754, 0.043823, 0.118656, 0.460500",\
|
|
"0.019523, 0.025754, 0.043823, 0.118656, 0.460500",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.460500",\
|
|
"0.019525, 0.025756, 0.043824, 0.118656, 0.460500",\
|
|
"0.019526, 0.025757, 0.043825, 0.118656, 0.460500");
|
|
}
|
|
|
|
} /* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.523331, 0.535751, 0.570559, 0.711645, 1.296472",\
|
|
"0.599379, 0.611800, 0.646607, 0.787694, 1.372521",\
|
|
"0.639738, 0.652158, 0.686966, 0.828053, 1.412879",\
|
|
"0.678638, 0.691058, 0.725865, 0.866951, 1.451779",\
|
|
"0.839008, 0.851427, 0.886234, 1.027320, 1.612149");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021554, 0.032870, 0.072779, 0.266430, 1.103825",\
|
|
"0.021554, 0.032870, 0.072779, 0.266430, 1.103825",\
|
|
"0.021554, 0.032870, 0.072779, 0.266430, 1.103825",\
|
|
"0.021552, 0.032868, 0.072778, 0.266430, 1.103825",\
|
|
"0.021548, 0.032865, 0.072776, 0.266430, 1.103824");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.713343, 0.723046, 0.746079, 0.815294, 1.062489",\
|
|
"0.836183, 0.845886, 0.868919, 0.938135, 1.185330",\
|
|
"0.960756, 0.970459, 0.993492, 1.062708, 1.309902",\
|
|
"1.158031, 1.167734, 1.190767, 1.259983, 1.507177",\
|
|
"1.969939, 1.979642, 2.002676, 2.071892, 2.319086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019514, 0.025746, 0.043817, 0.118656, 0.454047",\
|
|
"0.019514, 0.025747, 0.043817, 0.118656, 0.454047",\
|
|
"0.019514, 0.025747, 0.043817, 0.118656, 0.454047",\
|
|
"0.019515, 0.025747, 0.043817, 0.118656, 0.454047",\
|
|
"0.019516, 0.025748, 0.043818, 0.118656, 0.454047");
|
|
}
|
|
|
|
} /* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.751704, 0.761407, 0.784441, 0.853658, 1.104241",\
|
|
"0.827636, 0.837339, 0.860373, 0.929591, 1.180174",\
|
|
"0.867853, 0.877556, 0.900590, 0.969807, 1.220390",\
|
|
"0.906104, 0.915807, 0.938841, 1.008059, 1.258641",\
|
|
"1.063544, 1.073247, 1.096281, 1.165499, 1.416080");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019523, 0.025754, 0.043823, 0.118656, 0.460500",\
|
|
"0.019523, 0.025754, 0.043823, 0.118656, 0.460500",\
|
|
"0.019524, 0.025755, 0.043824, 0.118656, 0.460500",\
|
|
"0.019525, 0.025756, 0.043824, 0.118656, 0.460500",\
|
|
"0.019526, 0.025757, 0.043825, 0.118656, 0.460500");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.636305, 0.648726, 0.683534, 0.824621, 1.412784",\
|
|
"0.759213, 0.771634, 0.806442, 0.947529, 1.535693",\
|
|
"0.884138, 0.896558, 0.931366, 1.072453, 1.660617",\
|
|
"1.082128, 1.094548, 1.129356, 1.270443, 1.858608",\
|
|
"1.896698, 1.909119, 1.943927, 2.085014, 2.673178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021556, 0.032872, 0.072780, 0.266430, 1.110155",\
|
|
"0.021556, 0.032872, 0.072780, 0.266430, 1.110154",\
|
|
"0.021555, 0.032871, 0.072780, 0.266430, 1.110154",\
|
|
"0.021555, 0.032871, 0.072780, 0.266430, 1.110154",\
|
|
"0.021555, 0.032871, 0.072780, 0.266430, 1.110154");
|
|
}
|
|
|
|
} /* 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.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.745180, 0.754883, 0.777916, 0.847131, 1.094326",\
|
|
"0.821109, 0.830812, 0.853845, 0.923060, 1.170255",\
|
|
"0.861298, 0.871000, 0.894034, 0.963249, 1.210444",\
|
|
"0.899505, 0.909208, 0.932241, 1.001456, 1.248651",\
|
|
"1.056965, 1.066668, 1.089701, 1.158917, 1.406111");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.019514, 0.025746, 0.043817, 0.118656, 0.454047",\
|
|
"0.019514, 0.025747, 0.043817, 0.118656, 0.454047",\
|
|
"0.019514, 0.025747, 0.043817, 0.118656, 0.454047",\
|
|
"0.019515, 0.025747, 0.043817, 0.118656, 0.454047",\
|
|
"0.019516, 0.025748, 0.043818, 0.118656, 0.454047");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.609687, 0.622107, 0.656915, 0.798001, 1.382828",\
|
|
"0.732599, 0.745019, 0.779827, 0.920913, 1.505740",\
|
|
"0.857538, 0.869959, 0.904766, 1.045853, 1.630680",\
|
|
"1.055508, 1.067928, 1.102735, 1.243821, 1.828649",\
|
|
"1.870024, 1.882443, 1.917250, 2.058336, 2.643165");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000889, 0.011661, 0.050889, 0.232968, 1.000000");
|
|
values ( "0.021554, 0.032870, 0.072779, 0.266430, 1.103825",\
|
|
"0.021554, 0.032870, 0.072779, 0.266430, 1.103825",\
|
|
"0.021554, 0.032870, 0.072779, 0.266430, 1.103825",\
|
|
"0.021552, 0.032868, 0.072778, 0.266430, 1.103825",\
|
|
"0.021548, 0.032865, 0.072776, 0.266430, 1.103824");
|
|
}
|
|
|
|
} /* 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.001094 ;
|
|
|
|
/* 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.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "2.337201, 2.349135, 2.383524, 2.524389, 3.113508",\
|
|
"2.432735, 2.444669, 2.479058, 2.619923, 3.209041",\
|
|
"2.503291, 2.515225, 2.549614, 2.690479, 3.279597",\
|
|
"2.586795, 2.598729, 2.633118, 2.773983, 3.363102",\
|
|
"2.930896, 2.942831, 2.977219, 3.118084, 3.707203");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "0.019670, 0.031238, 0.071814, 0.266728, 1.111161",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.111161",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.111161",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.111161",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.111161");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "2.349158, 2.358804, 2.381897, 2.451176, 2.702363",\
|
|
"2.444691, 2.454337, 2.477431, 2.546710, 2.797896",\
|
|
"2.515247, 2.524893, 2.547987, 2.617266, 2.868452",\
|
|
"2.598752, 2.608397, 2.631491, 2.700771, 2.951957",\
|
|
"2.942853, 2.952499, 2.975593, 3.044872, 3.296058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "0.019236, 0.025541, 0.043577, 0.118587, 0.461588",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.461588",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.461588",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.461588",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.461588");
|
|
}
|
|
|
|
} /* 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.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "2.201033, 2.212967, 2.247356, 2.388221, 2.973172",\
|
|
"2.296566, 2.308501, 2.342889, 2.483754, 3.068706",\
|
|
"2.367122, 2.379056, 2.413445, 2.554310, 3.139262",\
|
|
"2.450627, 2.462561, 2.496950, 2.637815, 3.222767",\
|
|
"2.794728, 2.806662, 2.841051, 2.981916, 3.566868");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "0.019670, 0.031238, 0.071814, 0.266728, 1.103262",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.103262",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.103262",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.103262",\
|
|
"0.019670, 0.031238, 0.071814, 0.266728, 1.103262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "2.218750, 2.228396, 2.251490, 2.320769, 2.567720",\
|
|
"2.314284, 2.323930, 2.347023, 2.416302, 2.663254",\
|
|
"2.384840, 2.394485, 2.417579, 2.486859, 2.733809",\
|
|
"2.468344, 2.477990, 2.501084, 2.570363, 2.817314",\
|
|
"2.812446, 2.822092, 2.845185, 2.914465, 3.161416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001094, 0.011866, 0.051094, 0.233173, 1.000000");
|
|
values ( "0.019236, 0.025541, 0.043577, 0.118587, 0.453533",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.453533",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.453533",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.453533",\
|
|
"0.019236, 0.025541, 0.043577, 0.118587, 0.453533");
|
|
}
|
|
|
|
} /* 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.001029 ;
|
|
|
|
/* 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.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "2.273407, 2.285364, 2.319752, 2.460591, 3.049620",\
|
|
"2.368940, 2.380898, 2.415285, 2.556124, 3.145154",\
|
|
"2.439496, 2.451453, 2.485841, 2.626680, 3.215710",\
|
|
"2.523001, 2.534958, 2.569346, 2.710185, 3.299214",\
|
|
"2.867102, 2.879059, 2.913447, 3.054286, 3.643315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "0.019598, 0.031173, 0.071751, 0.266692, 1.110796",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.110796",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.110796",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.110796",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.110796");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "2.307072, 2.316748, 2.339847, 2.409100, 2.660148",\
|
|
"2.402606, 2.412282, 2.435380, 2.504634, 2.755682",\
|
|
"2.473162, 2.482838, 2.505936, 2.575190, 2.826237",\
|
|
"2.556666, 2.566342, 2.589441, 2.658694, 2.909742",\
|
|
"2.900767, 2.910443, 2.933542, 3.002795, 3.253843");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "0.019192, 0.025512, 0.043558, 0.118588, 0.461220",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.461220",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.461220",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.461220",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.461220");
|
|
}
|
|
|
|
} /* 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.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "2.148885, 2.160842, 2.195230, 2.336069, 2.921129",\
|
|
"2.244418, 2.256375, 2.290763, 2.431602, 3.016662",\
|
|
"2.314974, 2.326931, 2.361319, 2.502158, 3.087219",\
|
|
"2.398479, 2.410436, 2.444824, 2.585663, 3.170723",\
|
|
"2.742580, 2.754537, 2.788925, 2.929764, 3.514824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "0.019598, 0.031173, 0.071751, 0.266692, 1.103271",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.103271",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.103271",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.103271",\
|
|
"0.019598, 0.031173, 0.071751, 0.266692, 1.103271");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "2.181634, 2.191310, 2.214409, 2.283663, 2.530676",\
|
|
"2.277168, 2.286844, 2.309942, 2.379196, 2.626209",\
|
|
"2.347724, 2.357400, 2.380498, 2.449752, 2.696765",\
|
|
"2.431229, 2.440905, 2.464003, 2.533257, 2.780270",\
|
|
"2.775330, 2.785006, 2.808104, 2.877358, 3.124371");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001029, 0.011801, 0.051029, 0.233108, 1.000000");
|
|
values ( "0.019192, 0.025512, 0.043558, 0.118588, 0.453547",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.453547",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.453547",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.453547",\
|
|
"0.019192, 0.025512, 0.043558, 0.118588, 0.453547");
|
|
}
|
|
|
|
} /* 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.000955 ;
|
|
|
|
/* 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.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "2.179297, 2.191305, 2.225715, 2.366469, 2.954889",\
|
|
"2.274831, 2.286839, 2.321248, 2.462002, 3.050423",\
|
|
"2.345387, 2.357395, 2.391804, 2.532558, 3.120979",\
|
|
"2.428891, 2.440899, 2.475309, 2.616063, 3.204483",\
|
|
"2.772992, 2.785000, 2.819410, 2.960164, 3.548584");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "0.019504, 0.031080, 0.071675, 0.266611, 1.109900",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.109900",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.109900",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.109900",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.109900");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "2.221943, 2.231658, 2.254772, 2.323977, 2.574693",\
|
|
"2.317477, 2.327192, 2.350306, 2.419511, 2.670227",\
|
|
"2.388033, 2.397748, 2.420862, 2.490067, 2.740782",\
|
|
"2.471538, 2.481252, 2.504366, 2.573572, 2.824287",\
|
|
"2.815639, 2.825354, 2.848468, 2.917673, 3.168388");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "0.019136, 0.025483, 0.043536, 0.118613, 0.460390",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.460390",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.460390",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.460390",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.460390");
|
|
}
|
|
|
|
} /* 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.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "2.051141, 2.063148, 2.097558, 2.238312, 2.823164",\
|
|
"2.146674, 2.158682, 2.193091, 2.333845, 2.918698",\
|
|
"2.217230, 2.229238, 2.263647, 2.404401, 2.989254",\
|
|
"2.300735, 2.312742, 2.347152, 2.487906, 3.072758",\
|
|
"2.644836, 2.656844, 2.691253, 2.832007, 3.416859");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "0.019504, 0.031080, 0.071675, 0.266611, 1.103134",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.103134",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.103134",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.103134",\
|
|
"0.019504, 0.031080, 0.071675, 0.266611, 1.103134");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "2.095600, 2.105315, 2.128429, 2.197634, 2.444724",\
|
|
"2.191134, 2.200849, 2.223962, 2.293168, 2.540257",\
|
|
"2.261690, 2.271405, 2.294518, 2.363724, 2.610813",\
|
|
"2.345194, 2.354909, 2.378023, 2.447228, 2.694318",\
|
|
"2.689296, 2.699011, 2.722124, 2.791330, 3.038419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000955, 0.011727, 0.050955, 0.233034, 1.000000");
|
|
values ( "0.019136, 0.025483, 0.043536, 0.118613, 0.453492",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.453492",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.453492",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.453492",\
|
|
"0.019136, 0.025483, 0.043536, 0.118613, 0.453492");
|
|
}
|
|
|
|
} /* 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.000940 ;
|
|
|
|
/* 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.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "2.155827, 2.167832, 2.202241, 2.343068, 2.932003",\
|
|
"2.251361, 2.263365, 2.297775, 2.438601, 3.027537",\
|
|
"2.321917, 2.333921, 2.368331, 2.509157, 3.098093",\
|
|
"2.405421, 2.417426, 2.451835, 2.592662, 3.181597",\
|
|
"2.749522, 2.761527, 2.795937, 2.936763, 3.525699");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "0.019493, 0.031072, 0.071651, 0.266566, 1.110731",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.110731",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.110731",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.110731",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.110731");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "2.204110, 2.213833, 2.236956, 2.306217, 2.557283",\
|
|
"2.299644, 2.309367, 2.332490, 2.401751, 2.652817",\
|
|
"2.370199, 2.379923, 2.403046, 2.472307, 2.723373",\
|
|
"2.453704, 2.463427, 2.486550, 2.555811, 2.806877",\
|
|
"2.797805, 2.807528, 2.830651, 2.899912, 3.150978");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "0.019128, 0.025472, 0.043519, 0.118549, 0.461194",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.461194",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.461194",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.461194",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.461194");
|
|
}
|
|
|
|
} /* 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.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "2.031300, 2.043305, 2.077715, 2.218541, 2.803508",\
|
|
"2.126834, 2.138839, 2.173248, 2.314075, 2.899041",\
|
|
"2.197390, 2.209395, 2.243804, 2.384631, 2.969597",\
|
|
"2.280895, 2.292899, 2.327309, 2.468136, 3.053102",\
|
|
"2.624996, 2.637001, 2.671410, 2.812237, 3.397203");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "0.019493, 0.031072, 0.071651, 0.266566, 1.103206",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.103206",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.103206",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.103206",\
|
|
"0.019493, 0.031072, 0.071651, 0.266566, 1.103206");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "2.079583, 2.089307, 2.112430, 2.181691, 2.428723",\
|
|
"2.175117, 2.184840, 2.207963, 2.277224, 2.524256",\
|
|
"2.245673, 2.255396, 2.278519, 2.347780, 2.594812",\
|
|
"2.329177, 2.338901, 2.362024, 2.431285, 2.678317",\
|
|
"2.673279, 2.683002, 2.706125, 2.775386, 3.022418");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000940, 0.011712, 0.050940, 0.233019, 1.000000");
|
|
values ( "0.019128, 0.025472, 0.043519, 0.118549, 0.453521",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.453521",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.453521",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.453521",\
|
|
"0.019128, 0.025472, 0.043519, 0.118549, 0.453521");
|
|
}
|
|
|
|
} /* 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.000837 ;
|
|
|
|
/* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.908970, 0.921307, 0.956021, 1.097106, 1.685945",\
|
|
"0.996830, 1.009168, 1.043882, 1.184967, 1.773806",\
|
|
"1.055305, 1.067643, 1.102357, 1.243442, 1.832281",\
|
|
"1.120128, 1.132465, 1.167179, 1.308265, 1.897103",\
|
|
"1.385626, 1.397964, 1.432678, 1.573763, 2.162601");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.094065, 1.103799, 1.126853, 1.196127, 1.447149",\
|
|
"1.220339, 1.230073, 1.253127, 1.322401, 1.573423",\
|
|
"1.359664, 1.369398, 1.392452, 1.461726, 1.712748",\
|
|
"1.583921, 1.593654, 1.616709, 1.685982, 1.937005",\
|
|
"2.508146, 2.517879, 2.540933, 2.610207, 2.861229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.876186, 0.888524, 0.923238, 1.064323, 1.649350",\
|
|
"0.964047, 0.976384, 1.011099, 1.152184, 1.737211",\
|
|
"1.022522, 1.034859, 1.069574, 1.210659, 1.795686",\
|
|
"1.087345, 1.099682, 1.134396, 1.275481, 1.860508",\
|
|
"1.352843, 1.365180, 1.399894, 1.540980, 2.126007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.078325, 1.088058, 1.111112, 1.180386, 1.427535",\
|
|
"1.204599, 1.214332, 1.237386, 1.306660, 1.553809",\
|
|
"1.343924, 1.353657, 1.376711, 1.445985, 1.693134",\
|
|
"1.568181, 1.577914, 1.600968, 1.670242, 1.917391",\
|
|
"2.492405, 2.502138, 2.525193, 2.594466, 2.841616");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.595024, 1.607361, 1.642075, 1.783161, 2.371999",\
|
|
"1.659339, 1.671676, 1.706391, 1.847476, 2.416809",\
|
|
"1.708244, 1.720582, 1.755296, 1.896381, 2.416809",\
|
|
"1.737999, 1.750336, 1.785051, 1.926136, 2.416809",\
|
|
"1.737999, 1.750336, 1.785051, 1.926136, 2.416809");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.313163, 2.322896, 2.345950, 2.415224, 2.666247",\
|
|
"2.413732, 2.423465, 2.446519, 2.515793, 2.766815",\
|
|
"2.567368, 2.577101, 2.600155, 2.669429, 2.920451",\
|
|
"2.846579, 2.856312, 2.879367, 2.948640, 3.199663",\
|
|
"3.394150, 3.403883, 3.426938, 3.496212, 3.747234");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.518990, 1.531327, 1.566041, 1.707127, 2.292154",\
|
|
"1.563799, 1.576137, 1.610851, 1.751936, 2.336963",\
|
|
"1.563799, 1.576137, 1.610851, 1.751936, 2.336963",\
|
|
"1.563799, 1.576137, 1.610851, 1.751936, 2.336963",\
|
|
"1.563799, 1.576137, 1.610851, 1.751936, 2.336963");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "2.112804, 2.122537, 2.145592, 2.214865, 2.462015",\
|
|
"2.213373, 2.223106, 2.246161, 2.315434, 2.562583",\
|
|
"2.367009, 2.376742, 2.399796, 2.469070, 2.716219",\
|
|
"2.646220, 2.655954, 2.679008, 2.748282, 2.995431",\
|
|
"3.193792, 3.203525, 3.226580, 3.295853, 3.543003");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.971057, 1.980791, 2.003845, 2.073119, 2.324141",\
|
|
"2.035372, 2.045105, 2.068160, 2.137434, 2.368950",\
|
|
"2.084277, 2.094011, 2.117065, 2.186339, 2.368950",\
|
|
"2.114032, 2.123766, 2.146820, 2.216094, 2.368950",\
|
|
"2.114032, 2.123766, 2.146820, 2.216094, 2.368950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.867990, 1.880327, 1.915042, 2.056127, 2.644965",\
|
|
"1.968559, 1.980896, 2.015610, 2.156696, 2.745534",\
|
|
"2.122195, 2.134532, 2.169246, 2.310332, 2.899170",\
|
|
"2.401406, 2.413743, 2.448458, 2.589543, 3.178382",\
|
|
"2.948977, 2.961315, 2.996029, 3.137114, 3.725953");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.911730, 1.921463, 1.944517, 2.013791, 2.260940",\
|
|
"1.956539, 1.966272, 1.989327, 2.058600, 2.305750",\
|
|
"1.956539, 1.966272, 1.989327, 2.058600, 2.305750",\
|
|
"1.956539, 1.966272, 1.989327, 2.058600, 2.305750",\
|
|
"1.956539, 1.966272, 1.989327, 2.058600, 2.305750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.650957, 1.663295, 1.698009, 1.839094, 2.424121",\
|
|
"1.751526, 1.763864, 1.798578, 1.939663, 2.524690",\
|
|
"1.905162, 1.917500, 1.952214, 2.093299, 2.678326",\
|
|
"2.184374, 2.196711, 2.231425, 2.372510, 2.957538",\
|
|
"2.731946, 2.744283, 2.778997, 2.920082, 3.505109");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.547457, 1.559794, 1.594508, 1.735593, 2.324432",\
|
|
"1.678602, 1.690939, 1.725653, 1.866738, 2.455577",\
|
|
"1.821022, 1.833359, 1.868073, 2.009158, 2.597997",\
|
|
"2.053446, 2.065783, 2.100497, 2.241582, 2.830421",\
|
|
"3.011258, 3.023595, 3.058310, 3.199395, 3.788234");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.909211, 1.918944, 1.941999, 2.011272, 2.262295",\
|
|
"2.040356, 2.050089, 2.073143, 2.142417, 2.393440",\
|
|
"2.182775, 2.192509, 2.215563, 2.284837, 2.535859",\
|
|
"2.415200, 2.424933, 2.447988, 2.517261, 2.768284",\
|
|
"3.373012, 3.382746, 3.405800, 3.475074, 3.726096");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.461413");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.504826, 1.517164, 1.551878, 1.692963, 2.277990",\
|
|
"1.635971, 1.648309, 1.683023, 1.824108, 2.409135",\
|
|
"1.778391, 1.790729, 1.825443, 1.966528, 2.551555",\
|
|
"2.010815, 2.023153, 2.057867, 2.198952, 2.783979",\
|
|
"2.968628, 2.980965, 3.015679, 3.156765, 3.741792");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.103746");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.883125, 1.892858, 1.915912, 1.985186, 2.232335",\
|
|
"2.014269, 2.024003, 2.047057, 2.116331, 2.363480",\
|
|
"2.156689, 2.166423, 2.189477, 2.258751, 2.505900",\
|
|
"2.389113, 2.398847, 2.421901, 2.491175, 2.738324",\
|
|
"3.346926, 3.356659, 3.379714, 3.448987, 3.696136");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046",\
|
|
"0.019425, 0.025675, 0.043743, 0.118562, 0.454046");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "4.094608, 4.106946, 4.141660, 4.282745, 4.871584",\
|
|
"4.190142, 4.202479, 4.237194, 4.378279, 4.967117",\
|
|
"4.260698, 4.273036, 4.307749, 4.448835, 5.037673",\
|
|
"4.344203, 4.356540, 4.391254, 4.532339, 5.121178",\
|
|
"4.688303, 4.700641, 4.735355, 4.876440, 5.465279");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972",\
|
|
"0.020989, 0.032376, 0.072432, 0.266377, 1.110972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "4.540296, 4.550029, 4.573084, 4.642358, 4.893380",\
|
|
"4.635830, 4.645563, 4.668618, 4.737892, 4.988914",\
|
|
"4.706386, 4.716119, 4.739173, 4.808448, 5.059469",\
|
|
"4.789890, 4.799623, 4.822678, 4.891953, 5.142974",\
|
|
"5.133992, 5.143725, 5.166780, 5.236054, 5.487075");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019428, 0.025677, 0.043745, 0.118562, 0.461413",\
|
|
"0.019428, 0.025677, 0.043745, 0.118562, 0.461413",\
|
|
"0.019428, 0.025677, 0.043745, 0.118562, 0.461413",\
|
|
"0.019428, 0.025677, 0.043745, 0.118562, 0.461413",\
|
|
"0.019428, 0.025677, 0.043745, 0.118562, 0.461413");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.371991, 1.384319, 1.419025, 1.560104, 2.145151",\
|
|
"1.467515, 1.479843, 1.514548, 1.655628, 2.240675",\
|
|
"1.538045, 1.550373, 1.585078, 1.726158, 2.311205",\
|
|
"1.621590, 1.633919, 1.668624, 1.809703, 2.394750",\
|
|
"1.965904, 1.978233, 2.012938, 2.154018, 2.739065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.020949, 0.032342, 0.072410, 0.266383, 1.103740",\
|
|
"0.020949, 0.032342, 0.072410, 0.266383, 1.103740",\
|
|
"0.020949, 0.032342, 0.072410, 0.266383, 1.103740",\
|
|
"0.020949, 0.032342, 0.072410, 0.266383, 1.103740",\
|
|
"0.020949, 0.032342, 0.072410, 0.266383, 1.103740");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "1.574442, 1.584175, 1.607229, 1.676501, 1.923653",\
|
|
"1.669965, 1.679699, 1.702752, 1.772025, 2.019176",\
|
|
"1.740495, 1.750229, 1.773282, 1.842555, 2.089706",\
|
|
"1.824041, 1.833774, 1.856828, 1.926100, 2.173252",\
|
|
"2.168355, 2.178088, 2.201142, 2.270415, 2.517566");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019419, 0.025670, 0.043739, 0.118561, 0.454046",\
|
|
"0.019419, 0.025670, 0.043739, 0.118561, 0.454046",\
|
|
"0.019419, 0.025670, 0.043739, 0.118561, 0.454046",\
|
|
"0.019419, 0.025670, 0.043739, 0.118561, 0.454046",\
|
|
"0.019419, 0.025670, 0.043739, 0.118561, 0.454046");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.562359, 0.574699, 0.609415, 0.750502, 1.339335",\
|
|
"0.651248, 0.663587, 0.698304, 0.839391, 1.428224",\
|
|
"0.711041, 0.723381, 0.758098, 0.899185, 1.488018",\
|
|
"0.782020, 0.794360, 0.829078, 0.970165, 1.558997",\
|
|
"1.074542, 1.086883, 1.121601, 1.262689, 1.851519");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.021000, 0.032386, 0.072438, 0.266375, 1.110973",\
|
|
"0.021000, 0.032386, 0.072438, 0.266375, 1.110973",\
|
|
"0.021001, 0.032387, 0.072438, 0.266375, 1.110973",\
|
|
"0.021002, 0.032387, 0.072439, 0.266375, 1.110973",\
|
|
"0.021005, 0.032390, 0.072440, 0.266374, 1.110974");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.684641, 0.694374, 0.717428, 0.786700, 1.037725",\
|
|
"0.808980, 0.818713, 0.841767, 0.911039, 1.162065",\
|
|
"0.935076, 0.944809, 0.967863, 1.037135, 1.288160",\
|
|
"1.131414, 1.141147, 1.164201, 1.233474, 1.484498",\
|
|
"1.942706, 1.952439, 1.975493, 2.044765, 2.295790");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019420, 0.025670, 0.043740, 0.118561, 0.461413",\
|
|
"0.019420, 0.025670, 0.043740, 0.118561, 0.461413",\
|
|
"0.019420, 0.025670, 0.043740, 0.118561, 0.461413",\
|
|
"0.019420, 0.025670, 0.043740, 0.118561, 0.461413",\
|
|
"0.019418, 0.025669, 0.043738, 0.118561, 0.461413");
|
|
}
|
|
|
|
} /* 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.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.539467, 0.551807, 0.586524, 0.727610, 1.312632",\
|
|
"0.628356, 0.640696, 0.675412, 0.816499, 1.401521",\
|
|
"0.688150, 0.700490, 0.735206, 0.876293, 1.461315",\
|
|
"0.759129, 0.771469, 0.806186, 0.947273, 1.532294",\
|
|
"1.051651, 1.063992, 1.098709, 1.239797, 1.824816");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.021000, 0.032386, 0.072438, 0.266375, 1.103748",\
|
|
"0.021000, 0.032386, 0.072438, 0.266375, 1.103748",\
|
|
"0.021001, 0.032387, 0.072438, 0.266375, 1.103748",\
|
|
"0.021002, 0.032387, 0.072439, 0.266375, 1.103748",\
|
|
"0.021005, 0.032390, 0.072440, 0.266374, 1.103749");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.674370, 0.684103, 0.707157, 0.776429, 1.023581",\
|
|
"0.798709, 0.808442, 0.831496, 0.900769, 1.147920",\
|
|
"0.924805, 0.934538, 0.957592, 1.026865, 1.274016",\
|
|
"1.121143, 1.130876, 1.153930, 1.223203, 1.470354",\
|
|
"1.932435, 1.942168, 1.965222, 2.034494, 2.281646");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000837, 0.011609, 0.050837, 0.232916, 1.000000");
|
|
values ( "0.019419, 0.025669, 0.043739, 0.118561, 0.454046",\
|
|
"0.019419, 0.025669, 0.043739, 0.118561, 0.454046",\
|
|
"0.019419, 0.025669, 0.043739, 0.118561, 0.454046",\
|
|
"0.019419, 0.025669, 0.043739, 0.118561, 0.454046",\
|
|
"0.019418, 0.025669, 0.043738, 0.118561, 0.454046");
|
|
}
|
|
|
|
} /* 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.000678 ;
|
|
|
|
/* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.518541, 0.530902, 0.565577, 0.706571, 1.295235",\
|
|
"0.607952, 0.620313, 0.654988, 0.795982, 1.384646",\
|
|
"0.667257, 0.679617, 0.714292, 0.855286, 1.443951",\
|
|
"0.737919, 0.750279, 0.784953, 0.925947, 1.514613",\
|
|
"1.029269, 1.041630, 1.076305, 1.217299, 1.805964");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020625, 0.032055, 0.072175, 0.266305, 1.110046",\
|
|
"0.020625, 0.032055, 0.072175, 0.266305, 1.110046",\
|
|
"0.020623, 0.032053, 0.072174, 0.266305, 1.110046",\
|
|
"0.020623, 0.032053, 0.072174, 0.266305, 1.110046",\
|
|
"0.020623, 0.032053, 0.072174, 0.266305, 1.110046");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.684340, 0.694151, 0.717221, 0.786429, 1.037123",\
|
|
"0.809385, 0.819196, 0.842267, 0.911474, 1.162168",\
|
|
"0.934230, 0.944041, 0.967112, 1.036319, 1.287013",\
|
|
"1.128913, 1.138724, 1.161795, 1.231002, 1.481696",\
|
|
"1.929881, 1.939692, 1.962763, 2.031971, 2.282664");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019279, 0.025575, 0.043669, 0.118561, 0.460498",\
|
|
"0.019279, 0.025575, 0.043669, 0.118561, 0.460498",\
|
|
"0.019280, 0.025575, 0.043669, 0.118561, 0.460498",\
|
|
"0.019280, 0.025576, 0.043669, 0.118561, 0.460498",\
|
|
"0.019281, 0.025577, 0.043670, 0.118561, 0.460498");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.515892, 0.528252, 0.562926, 0.703919, 1.289248",\
|
|
"0.605306, 0.617666, 0.652340, 0.793333, 1.378662",\
|
|
"0.664630, 0.676990, 0.711664, 0.852657, 1.437986",\
|
|
"0.735318, 0.747678, 0.782352, 0.923345, 1.508673",\
|
|
"1.026609, 1.038968, 1.073642, 1.214635, 1.799964");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020617, 0.032048, 0.072171, 0.266305, 1.103716");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.683786, 0.693597, 0.716667, 0.785872, 1.033178",\
|
|
"0.808826, 0.818637, 0.841707, 0.910912, 1.158219",\
|
|
"0.933659, 0.943470, 0.966540, 1.035744, 1.283051",\
|
|
"1.128324, 1.138135, 1.161205, 1.230410, 1.477717",\
|
|
"1.929355, 1.939166, 1.962236, 2.031441, 2.278747");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019269, 0.025566, 0.043661, 0.118561, 0.454045",\
|
|
"0.019269, 0.025566, 0.043661, 0.118561, 0.454045",\
|
|
"0.019269, 0.025566, 0.043661, 0.118561, 0.454046",\
|
|
"0.019269, 0.025567, 0.043662, 0.118561, 0.454046",\
|
|
"0.019271, 0.025568, 0.043663, 0.118561, 0.454046");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.737135, 0.746947, 0.770017, 0.839224, 1.089918",\
|
|
"0.826513, 0.836324, 0.859395, 0.928602, 1.179296",\
|
|
"0.885458, 0.895269, 0.918340, 0.987547, 1.238241",\
|
|
"0.955160, 0.964971, 0.988042, 1.057249, 1.307943",\
|
|
"1.242285, 1.252096, 1.275167, 1.344374, 1.595068");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019279, 0.025575, 0.043669, 0.118561, 0.460498",\
|
|
"0.019279, 0.025575, 0.043669, 0.118561, 0.460498",\
|
|
"0.019280, 0.025575, 0.043669, 0.118561, 0.460498",\
|
|
"0.019280, 0.025576, 0.043669, 0.118561, 0.460498",\
|
|
"0.019281, 0.025577, 0.043670, 0.118561, 0.460498");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.584569, 0.596930, 0.631605, 0.772599, 1.361263",\
|
|
"0.709686, 0.722047, 0.756722, 0.897716, 1.486380",\
|
|
"0.834919, 0.847280, 0.881955, 1.022949, 1.611614",\
|
|
"1.030362, 1.042722, 1.077396, 1.218389, 1.807056",\
|
|
"1.834354, 1.846714, 1.881389, 2.022383, 2.611048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020625, 0.032055, 0.072175, 0.266305, 1.110046",\
|
|
"0.020625, 0.032055, 0.072175, 0.266305, 1.110046",\
|
|
"0.020623, 0.032053, 0.072174, 0.266305, 1.110046",\
|
|
"0.020623, 0.032053, 0.072174, 0.266305, 1.110046",\
|
|
"0.020623, 0.032053, 0.072174, 0.266305, 1.110046");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.736582, 0.746393, 0.769463, 0.838667, 1.085974",\
|
|
"0.825954, 0.835765, 0.858835, 0.928039, 1.175346",\
|
|
"0.884887, 0.894698, 0.917768, 0.986972, 1.234279",\
|
|
"0.954571, 0.964382, 0.987452, 1.056657, 1.303963",\
|
|
"1.241758, 1.251570, 1.274640, 1.343845, 1.591151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019269, 0.025566, 0.043661, 0.118561, 0.454045",\
|
|
"0.019269, 0.025566, 0.043661, 0.118561, 0.454045",\
|
|
"0.019269, 0.025566, 0.043661, 0.118561, 0.454046",\
|
|
"0.019269, 0.025567, 0.043662, 0.118561, 0.454046",\
|
|
"0.019271, 0.025568, 0.043663, 0.118561, 0.454046");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.581919, 0.594280, 0.628954, 0.769947, 1.355275",\
|
|
"0.707040, 0.719400, 0.754074, 0.895067, 1.480396",\
|
|
"0.832293, 0.844653, 0.879327, 1.020320, 1.605649",\
|
|
"1.027761, 1.040121, 1.074795, 1.215788, 1.801116",\
|
|
"1.831693, 1.844053, 1.878726, 2.019719, 2.605049");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020620, 0.032050, 0.072172, 0.266305, 1.103716",\
|
|
"0.020617, 0.032048, 0.072171, 0.266305, 1.103716");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.472014, 0.484385, 0.519069, 0.660069, 1.248713",\
|
|
"0.548043, 0.560414, 0.595098, 0.736098, 1.324741",\
|
|
"0.588866, 0.601237, 0.635921, 0.776921, 1.365565",\
|
|
"0.628615, 0.640986, 0.675670, 0.816670, 1.405314",\
|
|
"0.791302, 0.803674, 0.838360, 0.979360, 1.568001");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020667, 0.032091, 0.072198, 0.266298, 1.110053",\
|
|
"0.020667, 0.032091, 0.072198, 0.266298, 1.110053",\
|
|
"0.020667, 0.032091, 0.072198, 0.266298, 1.110053",\
|
|
"0.020667, 0.032091, 0.072198, 0.266298, 1.110053",\
|
|
"0.020672, 0.032095, 0.072201, 0.266298, 1.110053");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.648187, 0.657998, 0.681068, 0.750274, 1.000971",\
|
|
"0.770948, 0.780759, 0.803830, 0.873035, 1.123732",\
|
|
"0.893831, 0.903643, 0.926713, 0.995919, 1.246615",\
|
|
"1.087471, 1.097282, 1.120352, 1.189558, 1.440255",\
|
|
"1.886992, 1.896803, 1.919874, 1.989079, 2.239776");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019273, 0.025570, 0.043664, 0.118561, 0.460498",\
|
|
"0.019273, 0.025570, 0.043664, 0.118561, 0.460498",\
|
|
"0.019273, 0.025570, 0.043665, 0.118561, 0.460498",\
|
|
"0.019274, 0.025571, 0.043665, 0.118561, 0.460498",\
|
|
"0.019274, 0.025571, 0.043665, 0.118561, 0.460498");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.469420, 0.481790, 0.516475, 0.657475, 1.242780",\
|
|
"0.545449, 0.557819, 0.592504, 0.733504, 1.318809",\
|
|
"0.586272, 0.598643, 0.633327, 0.774327, 1.359632",\
|
|
"0.626021, 0.638392, 0.673076, 0.814076, 1.399381",\
|
|
"0.788708, 0.801080, 0.835765, 0.976766, 1.562069");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020667, 0.032091, 0.072198, 0.266298, 1.103724",\
|
|
"0.020667, 0.032091, 0.072198, 0.266298, 1.103724",\
|
|
"0.020667, 0.032091, 0.072198, 0.266298, 1.103724",\
|
|
"0.020667, 0.032091, 0.072198, 0.266298, 1.103724",\
|
|
"0.020672, 0.032095, 0.072201, 0.266298, 1.103724");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.648187, 0.657998, 0.681068, 0.750274, 0.997579",\
|
|
"0.770948, 0.780759, 0.803830, 0.873035, 1.120340",\
|
|
"0.893831, 0.903643, 0.926713, 0.995919, 1.243223",\
|
|
"1.087471, 1.097282, 1.120352, 1.189558, 1.436863",\
|
|
"1.886992, 1.896803, 1.919874, 1.989079, 2.236384");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019273, 0.025570, 0.043664, 0.118561, 0.454046",\
|
|
"0.019273, 0.025570, 0.043664, 0.118561, 0.454046",\
|
|
"0.019273, 0.025570, 0.043665, 0.118561, 0.454046",\
|
|
"0.019274, 0.025570, 0.043665, 0.118561, 0.454046",\
|
|
"0.019274, 0.025570, 0.043665, 0.118561, 0.454046");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.437404, 2.449772, 2.484455, 2.625453, 3.214101",\
|
|
"2.532937, 2.545306, 2.579988, 2.720987, 3.309635",\
|
|
"2.603493, 2.615862, 2.650544, 2.791543, 3.380191",\
|
|
"2.686998, 2.699366, 2.734049, 2.875047, 3.463695",\
|
|
"3.031099, 3.043468, 3.078150, 3.219149, 3.807796");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020658, 0.032083, 0.072193, 0.266300, 1.110051",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.110051",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.110051",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.110051",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.110051");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.663740, 2.673552, 2.696622, 2.765829, 3.016524",\
|
|
"2.759274, 2.769085, 2.792156, 2.861363, 3.112057",\
|
|
"2.829830, 2.839641, 2.862712, 2.931919, 3.182613",\
|
|
"2.913334, 2.923146, 2.946216, 3.015423, 3.266118",\
|
|
"3.257436, 3.267247, 3.290317, 3.359524, 3.610219");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019279, 0.025575, 0.043668, 0.118561, 0.460498",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.460498",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.460498",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.460498",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.460498");
|
|
}
|
|
|
|
} /* 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.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.310239, 2.322608, 2.357290, 2.498289, 3.083599",\
|
|
"2.405773, 2.418141, 2.452824, 2.593822, 3.179132",\
|
|
"2.476329, 2.488697, 2.523380, 2.664378, 3.249688",\
|
|
"2.559833, 2.572202, 2.606884, 2.747883, 3.333193",\
|
|
"2.903934, 2.916303, 2.950986, 3.091984, 3.677294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.020658, 0.032083, 0.072193, 0.266300, 1.103722",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.103722",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.103722",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.103722",\
|
|
"0.020658, 0.032083, 0.072193, 0.266300, 1.103722");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "2.539170, 2.548981, 2.572052, 2.641259, 2.888561",\
|
|
"2.634703, 2.644515, 2.667585, 2.736792, 2.984095",\
|
|
"2.705260, 2.715071, 2.738141, 2.807348, 3.054651",\
|
|
"2.788764, 2.798575, 2.821646, 2.890853, 3.138155",\
|
|
"3.132865, 3.142677, 3.165747, 3.234954, 3.482257");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000678, 0.011450, 0.050678, 0.232757, 1.000000");
|
|
values ( "0.019279, 0.025575, 0.043668, 0.118561, 0.454046",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.454046",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.454046",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.454046",\
|
|
"0.019279, 0.025575, 0.043668, 0.118561, 0.454046");
|
|
}
|
|
|
|
} /* 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.001616 ;
|
|
|
|
/* 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.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "2.402617, 2.415816, 2.451700, 2.595020, 3.185294",\
|
|
"2.498150, 2.511349, 2.547234, 2.690554, 3.280828",\
|
|
"2.568706, 2.581905, 2.617790, 2.761110, 3.351384",\
|
|
"2.652211, 2.665410, 2.701294, 2.844614, 3.434888",\
|
|
"2.996312, 3.009511, 3.045396, 3.188715, 3.778990");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "0.026524, 0.037366, 0.075741, 0.273188, 1.119920",\
|
|
"0.026524, 0.037366, 0.075741, 0.273188, 1.119920",\
|
|
"0.026524, 0.037366, 0.075741, 0.273188, 1.119920",\
|
|
"0.026524, 0.037366, 0.075741, 0.273188, 1.119920",\
|
|
"0.026524, 0.037366, 0.075741, 0.273188, 1.119920");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "2.432653, 2.442054, 2.465173, 2.536107, 2.790400",\
|
|
"2.528187, 2.537587, 2.560706, 2.631640, 2.885934",\
|
|
"2.598743, 2.608143, 2.631262, 2.702197, 2.956490",\
|
|
"2.682247, 2.691648, 2.714766, 2.785701, 3.039994",\
|
|
"3.026348, 3.035749, 3.058868, 3.129802, 3.384095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "0.020694, 0.026634, 0.044417, 0.124054, 0.472102",\
|
|
"0.020694, 0.026634, 0.044417, 0.124054, 0.472102",\
|
|
"0.020694, 0.026634, 0.044417, 0.124054, 0.472102",\
|
|
"0.020694, 0.026634, 0.044417, 0.124054, 0.472102",\
|
|
"0.020694, 0.026634, 0.044417, 0.124054, 0.472102");
|
|
}
|
|
|
|
} /* 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.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "2.257529, 2.270728, 2.306612, 2.447765, 3.030886",\
|
|
"2.353062, 2.366261, 2.402146, 2.543298, 3.126420",\
|
|
"2.423618, 2.436817, 2.472702, 2.613854, 3.196975",\
|
|
"2.507123, 2.520322, 2.556206, 2.697359, 3.280480",\
|
|
"2.851224, 2.864423, 2.900308, 3.041460, 3.624581");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "0.026524, 0.037366, 0.075741, 0.269105, 1.102256",\
|
|
"0.026524, 0.037366, 0.075741, 0.269105, 1.102256",\
|
|
"0.026524, 0.037366, 0.075741, 0.269105, 1.102256",\
|
|
"0.026524, 0.037366, 0.075741, 0.269105, 1.102256",\
|
|
"0.026524, 0.037366, 0.075741, 0.269105, 1.102256");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "2.302381, 2.311782, 2.334900, 2.403662, 2.650644",\
|
|
"2.397914, 2.407315, 2.430434, 2.499196, 2.746178",\
|
|
"2.468471, 2.477871, 2.500990, 2.569752, 2.816734",\
|
|
"2.551975, 2.561376, 2.584495, 2.653256, 2.900239",\
|
|
"2.896076, 2.905477, 2.928596, 2.997357, 3.244339");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001616, 0.012388, 0.051616, 0.233695, 1.000000");
|
|
values ( "0.020694, 0.026634, 0.044417, 0.119958, 0.454061",\
|
|
"0.020694, 0.026634, 0.044417, 0.119958, 0.454061",\
|
|
"0.020694, 0.026634, 0.044417, 0.119958, 0.454061",\
|
|
"0.020694, 0.026634, 0.044417, 0.119958, 0.454061",\
|
|
"0.020694, 0.026634, 0.044417, 0.119958, 0.454061");
|
|
}
|
|
|
|
} /* 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.002066 ;
|
|
|
|
/* 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.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.514869, 2.527015, 2.562151, 2.705764, 3.297774",\
|
|
"2.610402, 2.622549, 2.657685, 2.801297, 3.393308",\
|
|
"2.680958, 2.693105, 2.728241, 2.871853, 3.463863",\
|
|
"2.764463, 2.776609, 2.811745, 2.955358, 3.547368",\
|
|
"3.108564, 3.120710, 3.155846, 3.299459, 3.891469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.023827, 0.034865, 0.074315, 0.274212, 1.125373",\
|
|
"0.023827, 0.034865, 0.074315, 0.274212, 1.125373",\
|
|
"0.023827, 0.034865, 0.074315, 0.274212, 1.125373",\
|
|
"0.023827, 0.034865, 0.074315, 0.274212, 1.125373",\
|
|
"0.023827, 0.034865, 0.074315, 0.274212, 1.125373");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.309816, 2.318978, 2.342004, 2.413132, 2.663465",\
|
|
"2.405349, 2.414511, 2.437537, 2.508666, 2.758999",\
|
|
"2.475905, 2.485067, 2.508093, 2.579221, 2.829555",\
|
|
"2.559409, 2.568572, 2.591598, 2.662726, 2.913059",\
|
|
"2.903511, 2.912673, 2.935699, 3.006827, 3.257161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.020299, 0.026207, 0.044028, 0.125099, 0.472475",\
|
|
"0.020299, 0.026207, 0.044028, 0.125099, 0.472475",\
|
|
"0.020299, 0.026207, 0.044028, 0.125099, 0.472475",\
|
|
"0.020299, 0.026207, 0.044028, 0.125099, 0.472475",\
|
|
"0.020299, 0.026207, 0.044028, 0.125099, 0.472475");
|
|
}
|
|
|
|
} /* 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.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.338120, 2.350266, 2.385402, 2.526383, 3.109735",\
|
|
"2.433653, 2.445800, 2.480936, 2.621916, 3.205268",\
|
|
"2.504209, 2.516356, 2.551492, 2.692472, 3.275824",\
|
|
"2.587714, 2.599860, 2.634996, 2.775977, 3.359329",\
|
|
"2.931815, 2.943962, 2.979098, 3.120078, 3.703430");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.023827, 0.034865, 0.074315, 0.269261, 1.103982",\
|
|
"0.023827, 0.034865, 0.074315, 0.269261, 1.103982",\
|
|
"0.023827, 0.034865, 0.074315, 0.269261, 1.103982",\
|
|
"0.023827, 0.034865, 0.074315, 0.269261, 1.103982",\
|
|
"0.023827, 0.034865, 0.074315, 0.269261, 1.103982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.174017, 2.183179, 2.206205, 2.274693, 2.521858",\
|
|
"2.269550, 2.278712, 2.301738, 2.370227, 2.617392",\
|
|
"2.340106, 2.349268, 2.372294, 2.440783, 2.687948",\
|
|
"2.423610, 2.432773, 2.455799, 2.524287, 2.771452",\
|
|
"2.767712, 2.776874, 2.799900, 2.868389, 3.115554");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012838, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.020299, 0.026207, 0.044028, 0.120130, 0.454047",\
|
|
"0.020299, 0.026207, 0.044028, 0.120130, 0.454047",\
|
|
"0.020299, 0.026207, 0.044028, 0.120130, 0.454047",\
|
|
"0.020299, 0.026207, 0.044028, 0.120130, 0.454047",\
|
|
"0.020299, 0.026207, 0.044028, 0.120130, 0.454047");
|
|
}
|
|
|
|
} /* 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.001282 ;
|
|
|
|
/* 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.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "2.302512, 2.315097, 2.350315, 2.493339, 3.083409",\
|
|
"2.398046, 2.410631, 2.445849, 2.588873, 3.178942",\
|
|
"2.468601, 2.481187, 2.516405, 2.659429, 3.249498",\
|
|
"2.552106, 2.564691, 2.599909, 2.742933, 3.333003",\
|
|
"2.896207, 2.908792, 2.944010, 3.087034, 3.677104");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "0.023349, 0.034430, 0.073795, 0.271961, 1.119242",\
|
|
"0.023349, 0.034430, 0.073795, 0.271961, 1.119242",\
|
|
"0.023349, 0.034430, 0.073795, 0.271961, 1.119242",\
|
|
"0.023349, 0.034430, 0.073795, 0.271961, 1.119242",\
|
|
"0.023349, 0.034430, 0.073795, 0.271961, 1.119242");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "2.347565, 2.357111, 2.380225, 2.450830, 2.704496",\
|
|
"2.443099, 2.452645, 2.475759, 2.546364, 2.800030",\
|
|
"2.513655, 2.523200, 2.546315, 2.616920, 2.870585",\
|
|
"2.597159, 2.606705, 2.629819, 2.700424, 2.954090",\
|
|
"2.941260, 2.950806, 2.973920, 3.044525, 3.298191");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "0.020008, 0.026086, 0.043984, 0.123355, 0.469744",\
|
|
"0.020008, 0.026086, 0.043984, 0.123355, 0.469744",\
|
|
"0.020008, 0.026086, 0.043984, 0.123355, 0.469744",\
|
|
"0.020008, 0.026086, 0.043984, 0.123355, 0.469744",\
|
|
"0.020008, 0.026086, 0.043984, 0.123355, 0.469744");
|
|
}
|
|
|
|
} /* 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.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "2.160335, 2.172921, 2.208139, 2.349281, 2.933125",\
|
|
"2.255869, 2.268454, 2.303672, 2.444814, 3.028658",\
|
|
"2.326425, 2.339010, 2.374228, 2.515370, 3.099214",\
|
|
"2.409929, 2.422515, 2.457733, 2.598875, 3.182719",\
|
|
"2.754031, 2.766616, 2.801834, 2.942976, 3.526820");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "0.023349, 0.034430, 0.073795, 0.268413, 1.103873",\
|
|
"0.023349, 0.034430, 0.073795, 0.268413, 1.103873",\
|
|
"0.023349, 0.034430, 0.073795, 0.268413, 1.103873",\
|
|
"0.023349, 0.034430, 0.073795, 0.268413, 1.103873",\
|
|
"0.023349, 0.034430, 0.073795, 0.268413, 1.103873");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "2.221042, 2.230588, 2.253702, 2.322421, 2.569725",\
|
|
"2.316576, 2.326121, 2.349236, 2.417955, 2.665259",\
|
|
"2.387131, 2.396677, 2.419791, 2.488510, 2.735814",\
|
|
"2.470636, 2.480181, 2.503296, 2.572015, 2.819319",\
|
|
"2.814737, 2.824283, 2.847397, 2.916116, 3.163420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001282, 0.012054, 0.051282, 0.233361, 1.000000");
|
|
values ( "0.020008, 0.026086, 0.043984, 0.119796, 0.454052",\
|
|
"0.020008, 0.026086, 0.043984, 0.119796, 0.454052",\
|
|
"0.020008, 0.026086, 0.043984, 0.119796, 0.454052",\
|
|
"0.020008, 0.026086, 0.043984, 0.119796, 0.454052",\
|
|
"0.020008, 0.026086, 0.043984, 0.119796, 0.454052");
|
|
}
|
|
|
|
} /* 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.001154 ;
|
|
|
|
/* 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.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "2.238624, 2.251005, 2.285971, 2.428860, 3.019532",\
|
|
"2.334157, 2.346539, 2.381504, 2.524394, 3.115065",\
|
|
"2.404713, 2.417095, 2.452060, 2.594950, 3.185621",\
|
|
"2.488218, 2.500599, 2.535565, 2.678454, 3.269126",\
|
|
"2.832319, 2.844700, 2.879666, 3.022555, 3.613227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "0.022031, 0.033267, 0.073007, 0.271936, 1.119223",\
|
|
"0.022031, 0.033267, 0.073007, 0.271936, 1.119223",\
|
|
"0.022031, 0.033267, 0.073007, 0.271936, 1.119223",\
|
|
"0.022031, 0.033267, 0.073007, 0.271936, 1.119223",\
|
|
"0.022031, 0.033267, 0.073007, 0.271936, 1.119223");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "2.314692, 2.324300, 2.347425, 2.417991, 2.671788",\
|
|
"2.410226, 2.419833, 2.442959, 2.513524, 2.767322",\
|
|
"2.480782, 2.490389, 2.513515, 2.584080, 2.837878",\
|
|
"2.564286, 2.573893, 2.597019, 2.667585, 2.921382",\
|
|
"2.908388, 2.917995, 2.941120, 3.011686, 3.265484");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "0.019724, 0.025858, 0.043792, 0.123290, 0.469740",\
|
|
"0.019724, 0.025858, 0.043792, 0.123290, 0.469740",\
|
|
"0.019724, 0.025858, 0.043792, 0.123290, 0.469740",\
|
|
"0.019724, 0.025858, 0.043792, 0.123290, 0.469740",\
|
|
"0.019724, 0.025858, 0.043792, 0.123290, 0.469740");
|
|
}
|
|
|
|
} /* 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.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "2.114056, 2.126437, 2.161403, 2.302412, 2.886857",\
|
|
"2.209589, 2.221971, 2.256936, 2.397945, 2.982390",\
|
|
"2.280145, 2.292527, 2.327492, 2.468501, 3.052946",\
|
|
"2.363650, 2.376031, 2.410997, 2.552006, 3.136451",\
|
|
"2.707752, 2.720133, 2.755098, 2.896107, 3.480552");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "0.022031, 0.033267, 0.073007, 0.268389, 1.103854",\
|
|
"0.022031, 0.033267, 0.073007, 0.268389, 1.103854",\
|
|
"0.022031, 0.033267, 0.073007, 0.268389, 1.103854",\
|
|
"0.022031, 0.033267, 0.073007, 0.268389, 1.103854",\
|
|
"0.022031, 0.033267, 0.073007, 0.268389, 1.103854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "2.190125, 2.199732, 2.222857, 2.291538, 2.538973",\
|
|
"2.285658, 2.295265, 2.318391, 2.387071, 2.634506",\
|
|
"2.356214, 2.365821, 2.388947, 2.457628, 2.705062",\
|
|
"2.439719, 2.449326, 2.472451, 2.541132, 2.788567",\
|
|
"2.783820, 2.793427, 2.816553, 2.885234, 3.132668");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001154, 0.011926, 0.051154, 0.233233, 1.000000");
|
|
values ( "0.019724, 0.025858, 0.043792, 0.119733, 0.454048",\
|
|
"0.019724, 0.025858, 0.043792, 0.119733, 0.454048",\
|
|
"0.019724, 0.025858, 0.043792, 0.119733, 0.454048",\
|
|
"0.019724, 0.025858, 0.043792, 0.119733, 0.454048",\
|
|
"0.019724, 0.025858, 0.043792, 0.119733, 0.454048");
|
|
}
|
|
|
|
} /* 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.001898 ;
|
|
|
|
/* 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.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "2.330808, 2.343123, 2.378340, 2.521761, 3.112936",\
|
|
"2.426341, 2.438656, 2.473873, 2.617294, 3.208470",\
|
|
"2.496897, 2.509212, 2.544429, 2.687850, 3.279026",\
|
|
"2.580402, 2.592717, 2.627934, 2.771355, 3.362530",\
|
|
"2.924503, 2.936818, 2.972035, 3.115456, 3.706631");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "0.024057, 0.035074, 0.074405, 0.273554, 1.123138",\
|
|
"0.024057, 0.035074, 0.074405, 0.273554, 1.123138",\
|
|
"0.024057, 0.035074, 0.074405, 0.273554, 1.123138",\
|
|
"0.024057, 0.035074, 0.074405, 0.273554, 1.123138",\
|
|
"0.024057, 0.035074, 0.074405, 0.273554, 1.123138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "2.373127, 2.382377, 2.405425, 2.476404, 2.726422",\
|
|
"2.468660, 2.477910, 2.500958, 2.571937, 2.821955",\
|
|
"2.539216, 2.548466, 2.571515, 2.642493, 2.892511",\
|
|
"2.622720, 2.631971, 2.655019, 2.725997, 2.976016",\
|
|
"2.966822, 2.976072, 2.999120, 3.070099, 3.320117");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "0.020433, 0.026361, 0.044178, 0.124546, 0.470679",\
|
|
"0.020433, 0.026361, 0.044178, 0.124546, 0.470679",\
|
|
"0.020433, 0.026361, 0.044178, 0.124546, 0.470679",\
|
|
"0.020433, 0.026361, 0.044178, 0.124546, 0.470679",\
|
|
"0.020433, 0.026361, 0.044178, 0.124546, 0.470679");
|
|
}
|
|
|
|
} /* 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.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "2.167299, 2.179614, 2.214831, 2.355883, 2.939250",\
|
|
"2.262832, 2.275147, 2.310364, 2.451416, 3.034784",\
|
|
"2.333388, 2.345703, 2.380920, 2.521972, 3.105340",\
|
|
"2.416893, 2.429208, 2.464425, 2.605477, 3.188844",\
|
|
"2.760994, 2.773309, 2.808526, 2.949578, 3.532945");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "0.024057, 0.035074, 0.074405, 0.269089, 1.103847",\
|
|
"0.024057, 0.035074, 0.074405, 0.269089, 1.103847",\
|
|
"0.024057, 0.035074, 0.074405, 0.269089, 1.103847",\
|
|
"0.024057, 0.035074, 0.074405, 0.269089, 1.103847",\
|
|
"0.024057, 0.035074, 0.074405, 0.269089, 1.103847");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "2.235378, 2.244628, 2.267677, 2.336279, 2.583381",\
|
|
"2.330912, 2.340162, 2.363210, 2.431813, 2.678914",\
|
|
"2.401468, 2.410718, 2.433766, 2.502369, 2.749470",\
|
|
"2.484972, 2.494223, 2.517271, 2.585874, 2.832975",\
|
|
"2.829073, 2.838324, 2.861372, 2.929975, 3.177076");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001898, 0.012670, 0.051898, 0.233977, 1.000000");
|
|
values ( "0.020433, 0.026361, 0.044178, 0.120065, 0.454052",\
|
|
"0.020433, 0.026361, 0.044178, 0.120065, 0.454052",\
|
|
"0.020433, 0.026361, 0.044178, 0.120065, 0.454052",\
|
|
"0.020433, 0.026361, 0.044178, 0.120065, 0.454052",\
|
|
"0.020433, 0.026361, 0.044178, 0.120065, 0.454052");
|
|
}
|
|
|
|
} /* 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.001067 ;
|
|
|
|
/* 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.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "2.487992, 2.500442, 2.535440, 2.678268, 3.268602",\
|
|
"2.583526, 2.595976, 2.630974, 2.773802, 3.364136",\
|
|
"2.654082, 2.666532, 2.701529, 2.844358, 3.434691",\
|
|
"2.737586, 2.750036, 2.785034, 2.927863, 3.518196",\
|
|
"3.081688, 3.094138, 3.129135, 3.271964, 3.862297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "0.022092, 0.033316, 0.073014, 0.271630, 1.118435",\
|
|
"0.022092, 0.033316, 0.073014, 0.271630, 1.118435",\
|
|
"0.022092, 0.033316, 0.073014, 0.271630, 1.118435",\
|
|
"0.022092, 0.033316, 0.073014, 0.271630, 1.118435",\
|
|
"0.022092, 0.033316, 0.073014, 0.271630, 1.118435");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "2.305806, 2.315452, 2.338571, 2.409024, 2.662579",\
|
|
"2.401339, 2.410985, 2.434104, 2.504558, 2.758112",\
|
|
"2.471895, 2.481541, 2.504660, 2.575113, 2.828668",\
|
|
"2.555400, 2.565046, 2.588165, 2.658618, 2.912173",\
|
|
"2.899501, 2.909147, 2.932266, 3.002719, 3.256274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "0.019519, 0.025697, 0.043667, 0.123057, 0.468905",\
|
|
"0.019519, 0.025697, 0.043667, 0.123057, 0.468905",\
|
|
"0.019519, 0.025697, 0.043667, 0.123057, 0.468905",\
|
|
"0.019519, 0.025697, 0.043667, 0.123057, 0.468905",\
|
|
"0.019519, 0.025697, 0.043667, 0.123057, 0.468905");
|
|
}
|
|
|
|
} /* 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.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "2.336116, 2.348566, 2.383563, 2.524611, 3.109047",\
|
|
"2.431649, 2.444099, 2.479097, 2.620145, 3.204580",\
|
|
"2.502205, 2.514655, 2.549652, 2.690701, 3.275136",\
|
|
"2.585710, 2.598160, 2.633157, 2.774205, 3.358640",\
|
|
"2.929811, 2.942261, 2.977258, 3.118307, 3.702742");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "0.022092, 0.033316, 0.073014, 0.268271, 1.103879",\
|
|
"0.022092, 0.033316, 0.073014, 0.268271, 1.103879",\
|
|
"0.022092, 0.033316, 0.073014, 0.268271, 1.103879",\
|
|
"0.022092, 0.033316, 0.073014, 0.268271, 1.103879",\
|
|
"0.022092, 0.033316, 0.073014, 0.268271, 1.103879");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "2.175242, 2.184888, 2.208007, 2.276676, 2.524204",\
|
|
"2.270775, 2.280421, 2.303540, 2.372209, 2.619737",\
|
|
"2.341331, 2.350977, 2.374096, 2.442765, 2.690293",\
|
|
"2.424836, 2.434482, 2.457601, 2.526270, 2.773798",\
|
|
"2.768937, 2.778583, 2.801702, 2.870371, 3.117899");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001067, 0.011839, 0.051067, 0.233146, 1.000000");
|
|
values ( "0.019519, 0.025697, 0.043667, 0.119691, 0.454045",\
|
|
"0.019519, 0.025697, 0.043667, 0.119691, 0.454045",\
|
|
"0.019519, 0.025697, 0.043667, 0.119691, 0.454045",\
|
|
"0.019519, 0.025697, 0.043667, 0.119691, 0.454045",\
|
|
"0.019519, 0.025697, 0.043667, 0.119691, 0.454045");
|
|
}
|
|
|
|
} /* 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.000908 ;
|
|
|
|
/* 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.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "2.279300, 2.291864, 2.326903, 2.469590, 3.059251",\
|
|
"2.374834, 2.387398, 2.422437, 2.565124, 3.154784",\
|
|
"2.445390, 2.457954, 2.492993, 2.635680, 3.225340",\
|
|
"2.528894, 2.541458, 2.576497, 2.719184, 3.308845",\
|
|
"2.872995, 2.885559, 2.920598, 3.063286, 3.652946");
|
|
}
|
|
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.022144, 0.033355, 0.072996, 0.271031, 1.116776",\
|
|
"0.022144, 0.033355, 0.072996, 0.271031, 1.116776",\
|
|
"0.022144, 0.033355, 0.072996, 0.271031, 1.116776",\
|
|
"0.022144, 0.033355, 0.072996, 0.271031, 1.116776",\
|
|
"0.022144, 0.033355, 0.072996, 0.271031, 1.116776");
|
|
}
|
|
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 ( "2.345685, 2.355408, 2.378550, 2.448885, 2.701697",\
|
|
"2.441218, 2.450942, 2.474083, 2.544419, 2.797231",\
|
|
"2.511774, 2.521497, 2.544639, 2.614975, 2.867787",\
|
|
"2.595279, 2.605002, 2.628144, 2.698479, 2.951291",\
|
|
"2.939380, 2.949103, 2.972245, 3.042581, 3.295393");
|
|
}
|
|
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.019616, 0.025805, 0.043776, 0.122601, 0.467176",\
|
|
"0.019616, 0.025805, 0.043776, 0.122601, 0.467176",\
|
|
"0.019616, 0.025805, 0.043776, 0.122601, 0.467176",\
|
|
"0.019616, 0.025805, 0.043776, 0.122601, 0.467176",\
|
|
"0.019616, 0.025805, 0.043776, 0.122601, 0.467176");
|
|
}
|
|
|
|
} /* 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.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "2.144053, 2.156617, 2.191656, 2.332772, 2.917219",\
|
|
"2.239586, 2.252150, 2.287189, 2.428305, 3.012753",\
|
|
"2.310142, 2.322706, 2.357745, 2.498861, 3.083308",\
|
|
"2.393647, 2.406211, 2.441250, 2.582366, 3.166813",\
|
|
"2.737748, 2.750312, 2.785351, 2.926467, 3.510914");
|
|
}
|
|
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.022144, 0.033355, 0.072996, 0.268064, 1.103914",\
|
|
"0.022144, 0.033355, 0.072996, 0.268064, 1.103914",\
|
|
"0.022144, 0.033355, 0.072996, 0.268064, 1.103914",\
|
|
"0.022144, 0.033355, 0.072996, 0.268064, 1.103914",\
|
|
"0.022144, 0.033355, 0.072996, 0.268064, 1.103914");
|
|
}
|
|
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 ( "2.215534, 2.225258, 2.248399, 2.317161, 2.564648",\
|
|
"2.311068, 2.320791, 2.343933, 2.412694, 2.660181",\
|
|
"2.381624, 2.391347, 2.414489, 2.483250, 2.730737",\
|
|
"2.465128, 2.474852, 2.497993, 2.566755, 2.814241",\
|
|
"2.809229, 2.818953, 2.842095, 2.910856, 3.158343");
|
|
}
|
|
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.019616, 0.025805, 0.043776, 0.119628, 0.454049",\
|
|
"0.019616, 0.025805, 0.043776, 0.119628, 0.454049",\
|
|
"0.019616, 0.025805, 0.043776, 0.119628, 0.454049",\
|
|
"0.019616, 0.025805, 0.043776, 0.119628, 0.454049",\
|
|
"0.019616, 0.025805, 0.043776, 0.119628, 0.454049");
|
|
}
|
|
|
|
} /* 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.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.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "2.237307, 2.249363, 2.284220, 2.427440, 3.019528",\
|
|
"2.332840, 2.344896, 2.379754, 2.522973, 3.115062",\
|
|
"2.403396, 2.415452, 2.450310, 2.593529, 3.185618",\
|
|
"2.486901, 2.498957, 2.533814, 2.677034, 3.269122",\
|
|
"2.831002, 2.843058, 2.877915, 3.021135, 3.613224");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.022122, 0.033369, 0.073240, 0.273508, 1.123067",\
|
|
"0.022122, 0.033369, 0.073240, 0.273508, 1.123067",\
|
|
"0.022122, 0.033369, 0.073240, 0.273508, 1.123067",\
|
|
"0.022122, 0.033369, 0.073240, 0.273508, 1.123067",\
|
|
"0.022122, 0.033369, 0.073240, 0.273508, 1.123067");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "2.315448, 2.324794, 2.347862, 2.418783, 2.668998",\
|
|
"2.410982, 2.420328, 2.443396, 2.514317, 2.764532",\
|
|
"2.481538, 2.490883, 2.513952, 2.584872, 2.835088",\
|
|
"2.565042, 2.574388, 2.597456, 2.668377, 2.918593",\
|
|
"2.909144, 2.918489, 2.941557, 3.012478, 3.262694");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.020006, 0.026013, 0.043884, 0.124439, 0.470672",\
|
|
"0.020006, 0.026013, 0.043884, 0.124439, 0.470672",\
|
|
"0.020006, 0.026013, 0.043884, 0.124439, 0.470672",\
|
|
"0.020006, 0.026013, 0.043884, 0.124439, 0.470672",\
|
|
"0.020006, 0.026013, 0.043884, 0.124439, 0.470672");
|
|
}
|
|
|
|
} /* 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.001690, 0.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "2.105691, 2.117747, 2.152604, 2.293456, 2.877733",\
|
|
"2.201224, 2.213280, 2.248137, 2.388989, 2.973267",\
|
|
"2.271780, 2.283836, 2.318693, 2.459545, 3.043823",\
|
|
"2.355284, 2.367340, 2.402198, 2.543049, 3.127327",\
|
|
"2.699386, 2.711442, 2.746299, 2.887151, 3.471429");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.022122, 0.033369, 0.073240, 0.269049, 1.103777",\
|
|
"0.022122, 0.033369, 0.073240, 0.269049, 1.103777",\
|
|
"0.022122, 0.033369, 0.073240, 0.269049, 1.103777",\
|
|
"0.022122, 0.033369, 0.073240, 0.269049, 1.103777",\
|
|
"0.022122, 0.033369, 0.073240, 0.269049, 1.103777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "2.187130, 2.196476, 2.219544, 2.288090, 2.535392",\
|
|
"2.282663, 2.292009, 2.315077, 2.383624, 2.630926",\
|
|
"2.353219, 2.362565, 2.385633, 2.454179, 2.701481",\
|
|
"2.436724, 2.446069, 2.469137, 2.537684, 2.784986",\
|
|
"2.780825, 2.790171, 2.813239, 2.881785, 3.129087");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001690, 0.012463, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.020006, 0.026013, 0.043884, 0.119965, 0.454046",\
|
|
"0.020006, 0.026013, 0.043884, 0.119965, 0.454046",\
|
|
"0.020006, 0.026013, 0.043884, 0.119965, 0.454046",\
|
|
"0.020006, 0.026013, 0.043884, 0.119965, 0.454046",\
|
|
"0.020006, 0.026013, 0.043884, 0.119965, 0.454046");
|
|
}
|
|
|
|
} /* 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.001685 ;
|
|
|
|
/* 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.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "2.305794, 2.318162, 2.353351, 2.496686, 3.087727",\
|
|
"2.401328, 2.413696, 2.448884, 2.592220, 3.183260",\
|
|
"2.471884, 2.484252, 2.519440, 2.662776, 3.253816",\
|
|
"2.555388, 2.567756, 2.602944, 2.746280, 3.337320",\
|
|
"2.899490, 2.911858, 2.947046, 3.090382, 3.681422");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "0.023651, 0.034701, 0.074092, 0.273109, 1.122425",\
|
|
"0.023651, 0.034701, 0.074092, 0.273109, 1.122425",\
|
|
"0.023651, 0.034701, 0.074092, 0.273109, 1.122425",\
|
|
"0.023651, 0.034701, 0.074092, 0.273109, 1.122425",\
|
|
"0.023651, 0.034701, 0.074092, 0.273109, 1.122425");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "2.353229, 2.362583, 2.385660, 2.456557, 2.706560",\
|
|
"2.448763, 2.458117, 2.481193, 2.552090, 2.802094",\
|
|
"2.519319, 2.528672, 2.551749, 2.622646, 2.872650",\
|
|
"2.602823, 2.612177, 2.635254, 2.706151, 2.956155",\
|
|
"2.946924, 2.956278, 2.979355, 3.050252, 3.300256");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "0.020250, 0.026232, 0.044076, 0.124257, 0.469980",\
|
|
"0.020250, 0.026232, 0.044076, 0.124257, 0.469980",\
|
|
"0.020250, 0.026232, 0.044076, 0.124257, 0.469980",\
|
|
"0.020250, 0.026232, 0.044076, 0.124257, 0.469980",\
|
|
"0.020250, 0.026232, 0.044076, 0.124257, 0.469980");
|
|
}
|
|
|
|
} /* 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.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "2.144309, 2.156677, 2.191865, 2.332933, 2.916492",\
|
|
"2.239842, 2.252210, 2.287398, 2.428467, 3.012025",\
|
|
"2.310398, 2.322766, 2.357955, 2.499023, 3.082582",\
|
|
"2.393903, 2.406271, 2.441459, 2.582527, 3.166086",\
|
|
"2.738004, 2.750372, 2.785561, 2.926629, 3.510188");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "0.023651, 0.034701, 0.074092, 0.268837, 1.103948",\
|
|
"0.023651, 0.034701, 0.074092, 0.268837, 1.103948",\
|
|
"0.023651, 0.034701, 0.074092, 0.268837, 1.103948",\
|
|
"0.023651, 0.034701, 0.074092, 0.268837, 1.103948",\
|
|
"0.023651, 0.034701, 0.074092, 0.268837, 1.103948");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "2.216887, 2.226241, 2.249317, 2.317941, 2.565129",\
|
|
"2.312420, 2.321774, 2.344851, 2.413474, 2.660662",\
|
|
"2.382976, 2.392330, 2.415407, 2.484030, 2.731218",\
|
|
"2.466481, 2.475835, 2.498911, 2.567535, 2.814723",\
|
|
"2.810582, 2.819936, 2.843013, 2.911636, 3.158824");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001685, 0.012457, 0.051685, 0.233764, 1.000000");
|
|
values ( "0.020250, 0.026232, 0.044076, 0.119971, 0.454051",\
|
|
"0.020250, 0.026232, 0.044076, 0.119971, 0.454051",\
|
|
"0.020250, 0.026232, 0.044076, 0.119971, 0.454051",\
|
|
"0.020250, 0.026232, 0.044076, 0.119971, 0.454051",\
|
|
"0.020250, 0.026232, 0.044076, 0.119971, 0.454051");
|
|
}
|
|
|
|
} /* 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.002065 ;
|
|
|
|
/* 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.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "2.471697, 2.483689, 2.518645, 2.662147, 3.254558",\
|
|
"2.567230, 2.579222, 2.614178, 2.757680, 3.350091",\
|
|
"2.637786, 2.649778, 2.684735, 2.828236, 3.420647",\
|
|
"2.721291, 2.733283, 2.768239, 2.911741, 3.504152",\
|
|
"3.065392, 3.077384, 3.112340, 3.255842, 3.848253");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "0.023016, 0.034162, 0.073869, 0.274334, 1.125245",\
|
|
"0.023016, 0.034162, 0.073869, 0.274334, 1.125245",\
|
|
"0.023016, 0.034162, 0.073869, 0.274334, 1.125245",\
|
|
"0.023016, 0.034162, 0.073869, 0.274334, 1.125245",\
|
|
"0.023016, 0.034162, 0.073869, 0.274334, 1.125245");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "2.289340, 2.298498, 2.321513, 2.392613, 2.643001",\
|
|
"2.384874, 2.394031, 2.417047, 2.488147, 2.738535",\
|
|
"2.455430, 2.464587, 2.487603, 2.558703, 2.809091",\
|
|
"2.538934, 2.548092, 2.571107, 2.642207, 2.892595",\
|
|
"2.883036, 2.892193, 2.915209, 2.986308, 3.236696");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "0.020179, 0.026099, 0.043939, 0.125094, 0.472472",\
|
|
"0.020179, 0.026099, 0.043939, 0.125094, 0.472472",\
|
|
"0.020179, 0.026099, 0.043939, 0.125094, 0.472472",\
|
|
"0.020179, 0.026099, 0.043939, 0.125094, 0.472472",\
|
|
"0.020179, 0.026099, 0.043939, 0.125094, 0.472472");
|
|
}
|
|
|
|
} /* 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.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "2.315044, 2.327036, 2.361993, 2.502862, 3.086615",\
|
|
"2.410578, 2.422570, 2.457526, 2.598396, 3.182148",\
|
|
"2.481133, 2.493125, 2.528082, 2.668952, 3.252704",\
|
|
"2.564638, 2.576630, 2.611586, 2.752456, 3.336209",\
|
|
"2.908740, 2.920732, 2.955688, 3.096558, 3.680310");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "0.023016, 0.034162, 0.073869, 0.269383, 1.103854",\
|
|
"0.023016, 0.034162, 0.073869, 0.269383, 1.103854",\
|
|
"0.023016, 0.034162, 0.073869, 0.269383, 1.103854",\
|
|
"0.023016, 0.034162, 0.073869, 0.269383, 1.103854",\
|
|
"0.023016, 0.034162, 0.073869, 0.269383, 1.103854");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "2.155519, 2.164676, 2.187692, 2.256151, 2.503374",\
|
|
"2.251052, 2.260209, 2.283225, 2.351685, 2.598907",\
|
|
"2.321608, 2.330765, 2.353781, 2.422240, 2.669463",\
|
|
"2.405113, 2.414270, 2.437286, 2.505745, 2.752968",\
|
|
"2.749214, 2.758371, 2.781387, 2.849847, 3.097069");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002065, 0.012837, 0.052065, 0.234144, 1.000000");
|
|
values ( "0.020179, 0.026099, 0.043939, 0.120125, 0.454045",\
|
|
"0.020179, 0.026099, 0.043939, 0.120125, 0.454045",\
|
|
"0.020179, 0.026099, 0.043939, 0.120125, 0.454045",\
|
|
"0.020179, 0.026099, 0.043939, 0.120125, 0.454045",\
|
|
"0.020179, 0.026099, 0.043939, 0.120125, 0.454045");
|
|
}
|
|
|
|
} /* 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.000684 ;
|
|
|
|
/* 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.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.242088, 2.254625, 2.289539, 2.431995, 3.021477",\
|
|
"2.337622, 2.350159, 2.385073, 2.527529, 3.117011",\
|
|
"2.408178, 2.420715, 2.455629, 2.598085, 3.187567",\
|
|
"2.491682, 2.504219, 2.539133, 2.681589, 3.271071",\
|
|
"2.835783, 2.848320, 2.883235, 3.025691, 3.615173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.021340, 0.032651, 0.072480, 0.270515, 1.115155",\
|
|
"0.021340, 0.032651, 0.072480, 0.270515, 1.115155",\
|
|
"0.021340, 0.032651, 0.072480, 0.270515, 1.115155",\
|
|
"0.021340, 0.032651, 0.072480, 0.270515, 1.115155",\
|
|
"0.021340, 0.032651, 0.072480, 0.270515, 1.115155");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.309390, 2.319220, 2.342377, 2.412546, 2.664836",\
|
|
"2.404923, 2.414754, 2.437911, 2.508080, 2.760370",\
|
|
"2.475479, 2.485310, 2.508466, 2.578635, 2.830926",\
|
|
"2.558983, 2.568814, 2.591971, 2.662140, 2.914430",\
|
|
"2.903085, 2.912915, 2.936072, 3.006241, 3.258531");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.019368, 0.025630, 0.043645, 0.122143, 0.465605",\
|
|
"0.019368, 0.025630, 0.043645, 0.122143, 0.465605",\
|
|
"0.019368, 0.025630, 0.043645, 0.122143, 0.465605",\
|
|
"0.019368, 0.025630, 0.043645, 0.122143, 0.465605",\
|
|
"0.019368, 0.025630, 0.043645, 0.122143, 0.465605");
|
|
}
|
|
|
|
} /* 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.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.105154, 2.117691, 2.152605, 2.293679, 2.878570",\
|
|
"2.200687, 2.213224, 2.248139, 2.389213, 2.974103",\
|
|
"2.271243, 2.283780, 2.318695, 2.459769, 3.044659",\
|
|
"2.354748, 2.367285, 2.402199, 2.543273, 3.128164",\
|
|
"2.698849, 2.711386, 2.746301, 2.887375, 3.472265");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.021340, 0.032651, 0.072480, 0.267904, 1.103827",\
|
|
"0.021340, 0.032651, 0.072480, 0.267904, 1.103827",\
|
|
"0.021340, 0.032651, 0.072480, 0.267904, 1.103827",\
|
|
"0.021340, 0.032651, 0.072480, 0.267904, 1.103827",\
|
|
"0.021340, 0.032651, 0.072480, 0.267904, 1.103827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.180396, 2.190226, 2.213383, 2.282167, 2.529768",\
|
|
"2.275929, 2.285759, 2.308916, 2.377701, 2.625301",\
|
|
"2.346485, 2.356315, 2.379472, 2.448257, 2.695857",\
|
|
"2.429989, 2.439820, 2.462977, 2.531761, 2.779362",\
|
|
"2.774091, 2.783921, 2.807078, 2.875863, 3.123463");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.019368, 0.025630, 0.043645, 0.119527, 0.454047",\
|
|
"0.019368, 0.025630, 0.043645, 0.119527, 0.454047",\
|
|
"0.019368, 0.025630, 0.043645, 0.119527, 0.454047",\
|
|
"0.019368, 0.025630, 0.043645, 0.119527, 0.454047",\
|
|
"0.019368, 0.025630, 0.043645, 0.119527, 0.454047");
|
|
}
|
|
|
|
} /* 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.004607 ;
|
|
|
|
/* 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.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "2.429980, 2.438825, 2.473603, 2.618559, 3.206110",\
|
|
"2.525514, 2.534359, 2.569137, 2.714093, 3.301644",\
|
|
"2.596070, 2.604914, 2.639693, 2.784649, 3.372199",\
|
|
"2.679574, 2.688419, 2.723197, 2.868153, 3.455704",\
|
|
"3.023675, 3.032520, 3.067299, 3.212255, 3.799805");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "0.025095, 0.036170, 0.075993, 0.280749, 1.133117",\
|
|
"0.025095, 0.036170, 0.075993, 0.280749, 1.133117",\
|
|
"0.025095, 0.036170, 0.075993, 0.280749, 1.133117",\
|
|
"0.025095, 0.036170, 0.075993, 0.280749, 1.133117",\
|
|
"0.025095, 0.036170, 0.075993, 0.280749, 1.133117");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "2.269782, 2.277466, 2.300178, 2.368545, 2.625541",\
|
|
"2.365315, 2.373000, 2.395712, 2.464079, 2.721075",\
|
|
"2.435872, 2.443556, 2.466268, 2.534635, 2.791631",\
|
|
"2.519376, 2.527060, 2.549772, 2.618139, 2.875135",\
|
|
"2.863477, 2.871161, 2.893874, 2.962240, 3.219236");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "0.021570, 0.027129, 0.044679, 0.125934, 0.472042",\
|
|
"0.021570, 0.027129, 0.044679, 0.125934, 0.472042",\
|
|
"0.021570, 0.027129, 0.044679, 0.125934, 0.472042",\
|
|
"0.021570, 0.027129, 0.044679, 0.125934, 0.472042",\
|
|
"0.021570, 0.027129, 0.044679, 0.125934, 0.472042");
|
|
}
|
|
|
|
} /* 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.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "2.297321, 2.308575, 2.343353, 2.483786, 3.065893",\
|
|
"2.392855, 2.404108, 2.438887, 2.579319, 3.161427",\
|
|
"2.463411, 2.474664, 2.509443, 2.649876, 3.231982",\
|
|
"2.546916, 2.558169, 2.592947, 2.733380, 3.315487",\
|
|
"2.891017, 2.902270, 2.937049, 3.077482, 3.659589");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "0.025095, 0.036170, 0.075993, 0.272245, 1.103760",\
|
|
"0.025095, 0.036170, 0.075993, 0.272245, 1.103760",\
|
|
"0.025095, 0.036170, 0.075993, 0.272245, 1.103760",\
|
|
"0.025095, 0.036170, 0.075993, 0.272245, 1.103760",\
|
|
"0.025095, 0.036170, 0.075993, 0.272245, 1.103760");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "2.144552, 2.152940, 2.175652, 2.243620, 2.490062",\
|
|
"2.240086, 2.248473, 2.271185, 2.339153, 2.585596",\
|
|
"2.310642, 2.319029, 2.341741, 2.409709, 2.656152",\
|
|
"2.394147, 2.402534, 2.425246, 2.493214, 2.739656",\
|
|
"2.738248, 2.746635, 2.769347, 2.837315, 3.083758");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004607, 0.015379, 0.054607, 0.236686, 1.000000");
|
|
values ( "0.021570, 0.027129, 0.044679, 0.121233, 0.454043",\
|
|
"0.021570, 0.027129, 0.044679, 0.121233, 0.454043",\
|
|
"0.021570, 0.027129, 0.044679, 0.121233, 0.454043",\
|
|
"0.021570, 0.027129, 0.044679, 0.121233, 0.454043",\
|
|
"0.021570, 0.027129, 0.044679, 0.121233, 0.454043");
|
|
}
|
|
|
|
} /* 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.002857 ;
|
|
|
|
/* 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.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "2.377063, 2.388851, 2.423843, 2.567967, 3.162067",\
|
|
"2.472597, 2.484385, 2.519376, 2.663501, 3.257601",\
|
|
"2.543153, 2.554940, 2.589932, 2.734057, 3.328157",\
|
|
"2.626657, 2.638445, 2.673436, 2.817561, 3.411662",\
|
|
"2.970758, 2.982546, 3.017538, 3.161662, 3.755763");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "0.023998, 0.035069, 0.074692, 0.276549, 1.131139",\
|
|
"0.023998, 0.035069, 0.074692, 0.276549, 1.131139",\
|
|
"0.023998, 0.035069, 0.074692, 0.276549, 1.131139",\
|
|
"0.023998, 0.035069, 0.074692, 0.276549, 1.131139",\
|
|
"0.023998, 0.035069, 0.074692, 0.276549, 1.131139");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "2.164307, 2.173186, 2.196118, 2.267756, 2.519251",\
|
|
"2.259841, 2.268720, 2.291651, 2.363290, 2.614785",\
|
|
"2.330397, 2.339276, 2.362207, 2.433846, 2.685341",\
|
|
"2.413901, 2.422780, 2.445712, 2.517350, 2.768845",\
|
|
"2.758002, 2.766881, 2.789813, 2.861451, 3.112946");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "0.020527, 0.026317, 0.044068, 0.126821, 0.477879",\
|
|
"0.020527, 0.026317, 0.044068, 0.126821, 0.477879",\
|
|
"0.020527, 0.026317, 0.044068, 0.126821, 0.477879",\
|
|
"0.020527, 0.026317, 0.044068, 0.126821, 0.477879",\
|
|
"0.020527, 0.026317, 0.044068, 0.126821, 0.477879");
|
|
}
|
|
|
|
} /* 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.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "2.230728, 2.242516, 2.277508, 2.418262, 3.001337",\
|
|
"2.326262, 2.338050, 2.373041, 2.513795, 3.096871",\
|
|
"2.396818, 2.408606, 2.443597, 2.584351, 3.167427",\
|
|
"2.480323, 2.492110, 2.527102, 2.667856, 3.250932",\
|
|
"2.824424, 2.836211, 2.871203, 3.011957, 3.595033");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "0.023998, 0.035069, 0.074692, 0.270225, 1.103877",\
|
|
"0.023998, 0.035069, 0.074692, 0.270225, 1.103877",\
|
|
"0.023998, 0.035069, 0.074692, 0.270225, 1.103877",\
|
|
"0.023998, 0.035069, 0.074692, 0.270225, 1.103877",\
|
|
"0.023998, 0.035069, 0.074692, 0.270225, 1.103877");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "2.036384, 2.045263, 2.068194, 2.136449, 2.383481",\
|
|
"2.131917, 2.140796, 2.163728, 2.231983, 2.479015",\
|
|
"2.202473, 2.211352, 2.234283, 2.302539, 2.549571",\
|
|
"2.285978, 2.294857, 2.317788, 2.386043, 2.633075",\
|
|
"2.630079, 2.638958, 2.661889, 2.730144, 2.977176");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002857, 0.013629, 0.052857, 0.234936, 1.000000");
|
|
values ( "0.020527, 0.026317, 0.044068, 0.120466, 0.454042",\
|
|
"0.020527, 0.026317, 0.044068, 0.120466, 0.454042",\
|
|
"0.020527, 0.026317, 0.044068, 0.120466, 0.454042",\
|
|
"0.020527, 0.026317, 0.044068, 0.120466, 0.454042",\
|
|
"0.020527, 0.026317, 0.044068, 0.120466, 0.454042");
|
|
}
|
|
|
|
} /* 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.003207 ;
|
|
|
|
/* 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.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "2.304183, 2.313555, 2.348207, 2.492090, 3.086357",\
|
|
"2.399716, 2.409089, 2.443741, 2.587623, 3.181890",\
|
|
"2.470272, 2.479645, 2.514297, 2.658179, 3.252446",\
|
|
"2.553777, 2.563149, 2.597801, 2.741683, 3.335951",\
|
|
"2.897878, 2.907250, 2.941902, 3.085785, 3.680052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "0.023044, 0.034276, 0.074342, 0.277023, 1.130386",\
|
|
"0.023044, 0.034276, 0.074342, 0.277023, 1.130386",\
|
|
"0.023044, 0.034276, 0.074342, 0.277023, 1.130386",\
|
|
"0.023044, 0.034276, 0.074342, 0.277023, 1.130386",\
|
|
"0.023044, 0.034276, 0.074342, 0.277023, 1.130386");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "2.127644, 2.135788, 2.158689, 2.230258, 2.481466",\
|
|
"2.223178, 2.231322, 2.254223, 2.325792, 2.577000",\
|
|
"2.293734, 2.301877, 2.324779, 2.396348, 2.647556",\
|
|
"2.377238, 2.385382, 2.408283, 2.479852, 2.731060",\
|
|
"2.721339, 2.729483, 2.752384, 2.823954, 3.075161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "0.020626, 0.026432, 0.044151, 0.126846, 0.477115",\
|
|
"0.020626, 0.026432, 0.044151, 0.126846, 0.477115",\
|
|
"0.020626, 0.026432, 0.044151, 0.126846, 0.477115",\
|
|
"0.020626, 0.026432, 0.044151, 0.126846, 0.477115",\
|
|
"0.020626, 0.026432, 0.044151, 0.126846, 0.477115");
|
|
}
|
|
|
|
} /* 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.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "2.175226, 2.186688, 2.221340, 2.361919, 2.945389",\
|
|
"2.270760, 2.282222, 2.316874, 2.457453, 3.040922",\
|
|
"2.341316, 2.352778, 2.387430, 2.528008, 3.111478",\
|
|
"2.424820, 2.436282, 2.470935, 2.611513, 3.194983",\
|
|
"2.768922, 2.780384, 2.815036, 2.955614, 3.539084");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "0.023044, 0.034276, 0.074342, 0.270809, 1.103665",\
|
|
"0.023044, 0.034276, 0.074342, 0.270809, 1.103665",\
|
|
"0.023044, 0.034276, 0.074342, 0.270809, 1.103665",\
|
|
"0.023044, 0.034276, 0.074342, 0.270809, 1.103665",\
|
|
"0.023044, 0.034276, 0.074342, 0.270809, 1.103665");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "2.002456, 2.011262, 2.034163, 2.102416, 2.349258",\
|
|
"2.097990, 2.106795, 2.129696, 2.197950, 2.444792",\
|
|
"2.168545, 2.177351, 2.200252, 2.268506, 2.515347",\
|
|
"2.252050, 2.260856, 2.283757, 2.352010, 2.598852",\
|
|
"2.596151, 2.604957, 2.627858, 2.696111, 2.942953");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003207, 0.013980, 0.053207, 0.235286, 1.000000");
|
|
values ( "0.020626, 0.026432, 0.044151, 0.120603, 0.453755",\
|
|
"0.020626, 0.026432, 0.044151, 0.120603, 0.453755",\
|
|
"0.020626, 0.026432, 0.044151, 0.120603, 0.453755",\
|
|
"0.020626, 0.026432, 0.044151, 0.120603, 0.453755",\
|
|
"0.020626, 0.026432, 0.044151, 0.120603, 0.453755");
|
|
}
|
|
|
|
} /* 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.001586 ;
|
|
|
|
/* 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.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "2.417874, 2.429930, 2.464727, 2.607729, 3.199224",\
|
|
"2.513408, 2.525464, 2.560261, 2.703263, 3.294757",\
|
|
"2.583964, 2.596020, 2.630817, 2.773818, 3.365313",\
|
|
"2.667468, 2.679524, 2.714321, 2.857323, 3.448818",\
|
|
"3.011569, 3.023626, 3.058423, 3.201424, 3.792919");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "0.021821, 0.033109, 0.073059, 0.272984, 1.121147",\
|
|
"0.021821, 0.033109, 0.073059, 0.272984, 1.121147",\
|
|
"0.021821, 0.033109, 0.073059, 0.272984, 1.121147",\
|
|
"0.021821, 0.033109, 0.073059, 0.272984, 1.121147",\
|
|
"0.021821, 0.033109, 0.073059, 0.272984, 1.121147");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "2.264688, 2.274074, 2.297118, 2.367804, 2.617897",\
|
|
"2.360222, 2.369607, 2.392651, 2.463337, 2.713431",\
|
|
"2.430778, 2.440163, 2.463207, 2.533894, 2.783987",\
|
|
"2.514282, 2.523667, 2.546711, 2.617398, 2.867491",\
|
|
"2.858383, 2.867769, 2.890813, 2.961499, 3.211592");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "0.019744, 0.025806, 0.043735, 0.123947, 0.469047",\
|
|
"0.019744, 0.025806, 0.043735, 0.123947, 0.469047",\
|
|
"0.019744, 0.025806, 0.043735, 0.123947, 0.469047",\
|
|
"0.019744, 0.025806, 0.043735, 0.123947, 0.469047",\
|
|
"0.019744, 0.025806, 0.043735, 0.123947, 0.469047");
|
|
}
|
|
|
|
} /* 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.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "2.290225, 2.302282, 2.337079, 2.477946, 3.062395",\
|
|
"2.385759, 2.397815, 2.432612, 2.573480, 3.157929",\
|
|
"2.456315, 2.468371, 2.503168, 2.644036, 3.228485",\
|
|
"2.539819, 2.551876, 2.586673, 2.727540, 3.311990",\
|
|
"2.883921, 2.895977, 2.930774, 3.071642, 3.656091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "0.021821, 0.033109, 0.073059, 0.268963, 1.103748",\
|
|
"0.021821, 0.033109, 0.073059, 0.268963, 1.103748",\
|
|
"0.021821, 0.033109, 0.073059, 0.268963, 1.103748",\
|
|
"0.021821, 0.033109, 0.073059, 0.268963, 1.103748",\
|
|
"0.021821, 0.033109, 0.073059, 0.268963, 1.103748");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "2.139413, 2.148799, 2.171843, 2.240390, 2.487814",\
|
|
"2.234947, 2.244332, 2.267376, 2.335923, 2.583347",\
|
|
"2.305503, 2.314888, 2.337932, 2.406479, 2.653903",\
|
|
"2.389008, 2.398393, 2.421437, 2.489984, 2.737408",\
|
|
"2.733109, 2.742494, 2.765538, 2.834085, 3.081509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001586, 0.012358, 0.051586, 0.233665, 1.000000");
|
|
values ( "0.019744, 0.025806, 0.043735, 0.119912, 0.454043",\
|
|
"0.019744, 0.025806, 0.043735, 0.119912, 0.454043",\
|
|
"0.019744, 0.025806, 0.043735, 0.119912, 0.454043",\
|
|
"0.019744, 0.025806, 0.043735, 0.119912, 0.454043",\
|
|
"0.019744, 0.025806, 0.043735, 0.119912, 0.454043");
|
|
}
|
|
|
|
} /* 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.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 ( "2.662594, 2.672262, 2.708269, 2.852021, 3.443319",\
|
|
"2.758127, 2.767796, 2.803802, 2.947554, 3.538852",\
|
|
"2.828683, 2.838352, 2.874358, 3.018110, 3.609409",\
|
|
"2.912188, 2.921856, 2.957863, 3.101615, 3.692913",\
|
|
"3.256289, 3.265958, 3.301964, 3.445716, 4.037014");
|
|
}
|
|
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.027963, 0.038637, 0.076786, 0.274998, 1.123682",\
|
|
"0.027963, 0.038637, 0.076786, 0.274998, 1.123682",\
|
|
"0.027963, 0.038637, 0.076786, 0.274998, 1.123682",\
|
|
"0.027963, 0.038637, 0.076786, 0.274998, 1.123682",\
|
|
"0.027963, 0.038637, 0.076786, 0.274998, 1.123682");
|
|
}
|
|
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 ( "2.396265, 2.403711, 2.426736, 2.498026, 2.748074",\
|
|
"2.491799, 2.499245, 2.522270, 2.593560, 2.843608",\
|
|
"2.562354, 2.569801, 2.592826, 2.664116, 2.914164",\
|
|
"2.645859, 2.653305, 2.676330, 2.747621, 2.997669",\
|
|
"2.989960, 2.997406, 3.020432, 3.091722, 3.341770");
|
|
}
|
|
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.021013, 0.026814, 0.044532, 0.125333, 0.472836",\
|
|
"0.021013, 0.026814, 0.044532, 0.125333, 0.472836",\
|
|
"0.021013, 0.026814, 0.044532, 0.125333, 0.472836",\
|
|
"0.021013, 0.026814, 0.044532, 0.125333, 0.472836",\
|
|
"0.021013, 0.026814, 0.044532, 0.125333, 0.472836");
|
|
}
|
|
|
|
} /* 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.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "2.455622, 2.468586, 2.504593, 2.645661, 3.228139",\
|
|
"2.551156, 2.564120, 2.600126, 2.741195, 3.323673",\
|
|
"2.621712, 2.634676, 2.670682, 2.811751, 3.394229",\
|
|
"2.705216, 2.718180, 2.754187, 2.895255, 3.477733",\
|
|
"3.049318, 3.062282, 3.098288, 3.239357, 3.821835");
|
|
}
|
|
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.027963, 0.038637, 0.076786, 0.269944, 1.101881",\
|
|
"0.027963, 0.038637, 0.076786, 0.269944, 1.101881",\
|
|
"0.027963, 0.038637, 0.076786, 0.269944, 1.101881",\
|
|
"0.027963, 0.038637, 0.076786, 0.269944, 1.101881",\
|
|
"0.027963, 0.038637, 0.076786, 0.269944, 1.101881");
|
|
}
|
|
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 ( "2.264753, 2.273816, 2.296841, 2.365440, 2.612262",\
|
|
"2.360286, 2.369350, 2.392375, 2.460974, 2.707796",\
|
|
"2.430842, 2.439905, 2.462930, 2.531529, 2.778351",\
|
|
"2.514346, 2.523410, 2.546435, 2.615034, 2.861856",\
|
|
"2.858448, 2.867512, 2.890537, 2.959135, 3.205957");
|
|
}
|
|
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.021013, 0.026814, 0.044532, 0.120260, 0.454058",\
|
|
"0.021013, 0.026814, 0.044532, 0.120260, 0.454058",\
|
|
"0.021013, 0.026814, 0.044532, 0.120260, 0.454058",\
|
|
"0.021013, 0.026814, 0.044532, 0.120260, 0.454058",\
|
|
"0.021013, 0.026814, 0.044532, 0.120260, 0.454058");
|
|
}
|
|
|
|
} /* 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.001662 ;
|
|
|
|
/* 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.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "2.401155, 2.413391, 2.448420, 2.591591, 3.182606",\
|
|
"2.496689, 2.508925, 2.543953, 2.687124, 3.278140",\
|
|
"2.567245, 2.579481, 2.614509, 2.757680, 3.348696",\
|
|
"2.650749, 2.662985, 2.698014, 2.841185, 3.432200",\
|
|
"2.994850, 3.007086, 3.042114, 3.185286, 3.776301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "0.022965, 0.034103, 0.073717, 0.272967, 1.121562",\
|
|
"0.022965, 0.034103, 0.073717, 0.272967, 1.121562",\
|
|
"0.022965, 0.034103, 0.073717, 0.272967, 1.121562",\
|
|
"0.022965, 0.034103, 0.073717, 0.272967, 1.121562",\
|
|
"0.022965, 0.034103, 0.073717, 0.272967, 1.121562");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "2.191467, 2.200814, 2.223845, 2.294552, 2.544653",\
|
|
"2.287001, 2.296347, 2.319379, 2.390086, 2.640187",\
|
|
"2.357557, 2.366903, 2.389935, 2.460642, 2.710743",\
|
|
"2.441061, 2.450408, 2.473439, 2.544146, 2.794247",\
|
|
"2.785162, 2.794509, 2.817540, 2.888247, 3.138348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "0.019794, 0.025837, 0.043759, 0.124039, 0.469260",\
|
|
"0.019794, 0.025837, 0.043759, 0.124039, 0.469260",\
|
|
"0.019794, 0.025837, 0.043759, 0.124039, 0.469260",\
|
|
"0.019794, 0.025837, 0.043759, 0.124039, 0.469260",\
|
|
"0.019794, 0.025837, 0.043759, 0.124039, 0.469260");
|
|
}
|
|
|
|
} /* 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.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "2.264805, 2.277041, 2.312069, 2.453076, 3.036946",\
|
|
"2.360338, 2.372575, 2.407603, 2.548609, 3.132479",\
|
|
"2.430894, 2.443130, 2.478159, 2.619165, 3.203035",\
|
|
"2.514399, 2.526635, 2.561663, 2.702670, 3.286540",\
|
|
"2.858500, 2.870736, 2.905764, 3.046771, 3.630641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "0.022965, 0.034103, 0.073717, 0.268886, 1.103914",\
|
|
"0.022965, 0.034103, 0.073717, 0.268886, 1.103914",\
|
|
"0.022965, 0.034103, 0.073717, 0.268886, 1.103914",\
|
|
"0.022965, 0.034103, 0.073717, 0.268886, 1.103914",\
|
|
"0.022965, 0.034103, 0.073717, 0.268886, 1.103914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "2.066900, 2.076246, 2.099278, 2.167814, 2.415215",\
|
|
"2.162433, 2.171779, 2.194811, 2.263347, 2.510749",\
|
|
"2.232989, 2.242335, 2.265367, 2.333903, 2.581304",\
|
|
"2.316494, 2.325840, 2.348872, 2.417408, 2.664809",\
|
|
"2.660594, 2.669941, 2.692973, 2.761509, 3.008910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001662, 0.012434, 0.051662, 0.233741, 1.000000");
|
|
values ( "0.019794, 0.025837, 0.043759, 0.119946, 0.454042",\
|
|
"0.019794, 0.025837, 0.043759, 0.119946, 0.454042",\
|
|
"0.019794, 0.025837, 0.043759, 0.119946, 0.454042",\
|
|
"0.019794, 0.025837, 0.043759, 0.119946, 0.454042",\
|
|
"0.019794, 0.025837, 0.043759, 0.119946, 0.454042");
|
|
}
|
|
|
|
} /* 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.001908 ;
|
|
|
|
/* 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.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "2.331329, 2.341035, 2.375702, 2.518674, 3.110276",\
|
|
"2.426863, 2.436568, 2.471235, 2.614208, 3.205810",\
|
|
"2.497419, 2.507124, 2.541791, 2.684764, 3.276366",\
|
|
"2.580923, 2.590629, 2.625295, 2.768268, 3.359870",\
|
|
"2.925024, 2.934730, 2.969397, 3.112369, 3.703971");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "0.021729, 0.033050, 0.073152, 0.273488, 1.121415",\
|
|
"0.021729, 0.033050, 0.073152, 0.273488, 1.121415",\
|
|
"0.021729, 0.033050, 0.073152, 0.273488, 1.121415",\
|
|
"0.021729, 0.033050, 0.073152, 0.273488, 1.121415",\
|
|
"0.021729, 0.033050, 0.073152, 0.273488, 1.121415");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "2.152701, 2.160863, 2.183892, 2.254593, 2.504565",\
|
|
"2.248234, 2.256397, 2.279425, 2.350127, 2.600098",\
|
|
"2.318790, 2.326953, 2.349981, 2.420682, 2.670654",\
|
|
"2.402295, 2.410457, 2.433486, 2.504187, 2.754158",\
|
|
"2.746396, 2.754558, 2.777587, 2.848288, 3.098260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "0.019830, 0.025869, 0.043764, 0.124157, 0.469068",\
|
|
"0.019830, 0.025869, 0.043764, 0.124157, 0.469068",\
|
|
"0.019830, 0.025869, 0.043764, 0.124157, 0.469068",\
|
|
"0.019830, 0.025869, 0.043764, 0.124157, 0.469068",\
|
|
"0.019830, 0.025869, 0.043764, 0.124157, 0.469068");
|
|
}
|
|
|
|
} /* 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.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "2.200672, 2.212501, 2.247168, 2.387963, 2.972386",\
|
|
"2.296205, 2.308034, 2.342701, 2.483496, 3.067920",\
|
|
"2.366761, 2.378591, 2.413257, 2.554053, 3.138476",\
|
|
"2.450266, 2.462095, 2.496762, 2.637557, 3.221981",\
|
|
"2.794367, 2.806196, 2.840863, 2.981658, 3.566082");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "0.021729, 0.033050, 0.073152, 0.269381, 1.103678",\
|
|
"0.021729, 0.033050, 0.073152, 0.269381, 1.103678",\
|
|
"0.021729, 0.033050, 0.073152, 0.269381, 1.103678",\
|
|
"0.021729, 0.033050, 0.073152, 0.269381, 1.103678",\
|
|
"0.021729, 0.033050, 0.073152, 0.269381, 1.103678");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "2.026750, 2.035998, 2.059026, 2.127545, 2.374813",\
|
|
"2.122283, 2.131531, 2.154560, 2.223078, 2.470346",\
|
|
"2.192839, 2.202087, 2.225116, 2.293634, 2.540902",\
|
|
"2.276343, 2.285592, 2.308620, 2.377138, 2.624407",\
|
|
"2.620445, 2.629693, 2.652721, 2.721240, 2.968508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001908, 0.012680, 0.051908, 0.233987, 1.000000");
|
|
values ( "0.019830, 0.025869, 0.043764, 0.120037, 0.453773",\
|
|
"0.019830, 0.025869, 0.043764, 0.120037, 0.453773",\
|
|
"0.019830, 0.025869, 0.043764, 0.120037, 0.453773",\
|
|
"0.019830, 0.025869, 0.043764, 0.120037, 0.453773",\
|
|
"0.019830, 0.025869, 0.043764, 0.120037, 0.453773");
|
|
}
|
|
|
|
} /* 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.000929 ;
|
|
|
|
/* 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.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "2.495674, 2.508306, 2.543424, 2.686161, 3.275628",\
|
|
"2.591208, 2.603840, 2.638958, 2.781695, 3.371162",\
|
|
"2.661763, 2.674396, 2.709514, 2.852250, 3.441718",\
|
|
"2.745268, 2.757900, 2.793018, 2.935755, 3.525222",\
|
|
"3.089369, 3.102001, 3.137119, 3.279856, 3.869323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "0.022530, 0.033689, 0.073216, 0.271000, 1.116832",\
|
|
"0.022530, 0.033689, 0.073216, 0.271000, 1.116832",\
|
|
"0.022530, 0.033689, 0.073216, 0.271000, 1.116832",\
|
|
"0.022530, 0.033689, 0.073216, 0.271000, 1.116832",\
|
|
"0.022530, 0.033689, 0.073216, 0.271000, 1.116832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "2.301634, 2.311345, 2.334472, 2.404777, 2.657639",\
|
|
"2.397168, 2.406879, 2.430006, 2.500311, 2.753173",\
|
|
"2.467724, 2.477435, 2.500562, 2.570867, 2.823729",\
|
|
"2.551228, 2.560939, 2.584066, 2.654371, 2.907233",\
|
|
"2.895329, 2.905040, 2.928168, 2.998472, 3.251334");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "0.019502, 0.025706, 0.043694, 0.122606, 0.467174",\
|
|
"0.019502, 0.025706, 0.043694, 0.122606, 0.467174",\
|
|
"0.019502, 0.025706, 0.043694, 0.122606, 0.467174",\
|
|
"0.019502, 0.025706, 0.043694, 0.122606, 0.467174",\
|
|
"0.019502, 0.025706, 0.043694, 0.122606, 0.467174");
|
|
}
|
|
|
|
} /* 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.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "2.349223, 2.361856, 2.396973, 2.538138, 3.122393",\
|
|
"2.444757, 2.457389, 2.492507, 2.633672, 3.217927",\
|
|
"2.515312, 2.527945, 2.563063, 2.704228, 3.288482",\
|
|
"2.598817, 2.611450, 2.646568, 2.787732, 3.371987",\
|
|
"2.942919, 2.955551, 2.990669, 3.131834, 3.716089");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "0.022530, 0.033689, 0.073216, 0.268033, 1.103970",\
|
|
"0.022530, 0.033689, 0.073216, 0.268033, 1.103970",\
|
|
"0.022530, 0.033689, 0.073216, 0.268033, 1.103970",\
|
|
"0.022530, 0.033689, 0.073216, 0.268033, 1.103970",\
|
|
"0.022530, 0.033689, 0.073216, 0.268033, 1.103970");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "2.174448, 2.184159, 2.207287, 2.276016, 2.523554",\
|
|
"2.269982, 2.279693, 2.302820, 2.371550, 2.619088",\
|
|
"2.340538, 2.350249, 2.373376, 2.442106, 2.689644",\
|
|
"2.424042, 2.433753, 2.456881, 2.525611, 2.773148",\
|
|
"2.768144, 2.777855, 2.800982, 2.869712, 3.117249");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000929, 0.011701, 0.050929, 0.233008, 1.000000");
|
|
values ( "0.019502, 0.025706, 0.043694, 0.119633, 0.454047",\
|
|
"0.019502, 0.025706, 0.043694, 0.119633, 0.454047",\
|
|
"0.019502, 0.025706, 0.043694, 0.119633, 0.454047",\
|
|
"0.019502, 0.025706, 0.043694, 0.119633, 0.454047",\
|
|
"0.019502, 0.025706, 0.043694, 0.119633, 0.454047");
|
|
}
|
|
|
|
} /* 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.002227 ;
|
|
|
|
/* 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.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "2.438358, 2.450142, 2.484918, 2.628293, 3.220806",\
|
|
"2.533892, 2.545676, 2.580452, 2.723826, 3.316340",\
|
|
"2.604447, 2.616232, 2.651008, 2.794382, 3.386896",\
|
|
"2.687952, 2.699736, 2.734512, 2.877887, 3.470400",\
|
|
"3.032053, 3.043837, 3.078613, 3.221988, 3.814501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "0.022487, 0.033715, 0.073658, 0.274549, 1.124830",\
|
|
"0.022487, 0.033715, 0.073658, 0.274549, 1.124830",\
|
|
"0.022487, 0.033715, 0.073658, 0.274549, 1.124830",\
|
|
"0.022487, 0.033715, 0.073658, 0.274549, 1.124830",\
|
|
"0.022487, 0.033715, 0.073658, 0.274549, 1.124830");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "2.287753, 2.296819, 2.319787, 2.390823, 2.641170",\
|
|
"2.383287, 2.392353, 2.415320, 2.486357, 2.736704",\
|
|
"2.453843, 2.462909, 2.485876, 2.556913, 2.807260",\
|
|
"2.537347, 2.546413, 2.569381, 2.640417, 2.890764",\
|
|
"2.881448, 2.890514, 2.913482, 2.984518, 3.234865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "0.020189, 0.026081, 0.043933, 0.125093, 0.472211",\
|
|
"0.020189, 0.026081, 0.043933, 0.125093, 0.472211",\
|
|
"0.020189, 0.026081, 0.043933, 0.125093, 0.472211",\
|
|
"0.020189, 0.026081, 0.043933, 0.125093, 0.472211",\
|
|
"0.020189, 0.026081, 0.043933, 0.125093, 0.472211");
|
|
}
|
|
|
|
} /* 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.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "2.313790, 2.325574, 2.360350, 2.501127, 3.085106",\
|
|
"2.409324, 2.421108, 2.455884, 2.596660, 3.180639",\
|
|
"2.479879, 2.491664, 2.526440, 2.667216, 3.251195",\
|
|
"2.563384, 2.575168, 2.609944, 2.750721, 3.334700",\
|
|
"2.907485, 2.919270, 2.954046, 3.094822, 3.678801");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "0.022487, 0.033715, 0.073658, 0.269667, 1.103742",\
|
|
"0.022487, 0.033715, 0.073658, 0.269667, 1.103742",\
|
|
"0.022487, 0.033715, 0.073658, 0.269667, 1.103742",\
|
|
"0.022487, 0.033715, 0.073658, 0.269667, 1.103742",\
|
|
"0.022487, 0.033715, 0.073658, 0.269667, 1.103742");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "2.163185, 2.172251, 2.195219, 2.263649, 2.510870",\
|
|
"2.258719, 2.267785, 2.290752, 2.359183, 2.606403",\
|
|
"2.329275, 2.338341, 2.361308, 2.429739, 2.676959",\
|
|
"2.412779, 2.421845, 2.444813, 2.513243, 2.760464",\
|
|
"2.756881, 2.765946, 2.788914, 2.857345, 3.104565");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002227, 0.012999, 0.052227, 0.234306, 1.000000");
|
|
values ( "0.020189, 0.026081, 0.043933, 0.120192, 0.454042",\
|
|
"0.020189, 0.026081, 0.043933, 0.120192, 0.454042",\
|
|
"0.020189, 0.026081, 0.043933, 0.120192, 0.454042",\
|
|
"0.020189, 0.026081, 0.043933, 0.120192, 0.454042",\
|
|
"0.020189, 0.026081, 0.043933, 0.120192, 0.454042");
|
|
}
|
|
|
|
} /* 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.000684 ;
|
|
|
|
/* 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.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.467511, 2.480036, 2.514939, 2.657388, 3.246895",\
|
|
"2.563044, 2.575570, 2.610473, 2.752922, 3.342429",\
|
|
"2.633600, 2.646126, 2.681029, 2.823478, 3.412985",\
|
|
"2.717105, 2.729630, 2.764533, 2.906982, 3.496489",\
|
|
"3.061206, 3.073731, 3.108634, 3.251083, 3.840590");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.021288, 0.032607, 0.072452, 0.270523, 1.115146",\
|
|
"0.021288, 0.032607, 0.072452, 0.270523, 1.115146",\
|
|
"0.021288, 0.032607, 0.072452, 0.270523, 1.115146",\
|
|
"0.021288, 0.032607, 0.072452, 0.270523, 1.115146",\
|
|
"0.021288, 0.032607, 0.072452, 0.270523, 1.115146");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.293245, 2.303075, 2.326217, 2.396344, 2.648715",\
|
|
"2.388778, 2.398608, 2.421751, 2.491878, 2.744249",\
|
|
"2.459334, 2.469164, 2.492306, 2.562433, 2.814805",\
|
|
"2.542839, 2.552669, 2.575811, 2.645938, 2.898310",\
|
|
"2.886940, 2.896770, 2.919912, 2.990039, 3.242411");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.019184, 0.025476, 0.043517, 0.122137, 0.465602",\
|
|
"0.019184, 0.025476, 0.043517, 0.122137, 0.465602",\
|
|
"0.019184, 0.025476, 0.043517, 0.122137, 0.465602",\
|
|
"0.019184, 0.025476, 0.043517, 0.122137, 0.465602",\
|
|
"0.019184, 0.025476, 0.043517, 0.122137, 0.465602");
|
|
}
|
|
|
|
} /* 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.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.319563, 2.332088, 2.366991, 2.508058, 3.092973",\
|
|
"2.415096, 2.427622, 2.462525, 2.603591, 3.188507",\
|
|
"2.485652, 2.498178, 2.533081, 2.674148, 3.259063",\
|
|
"2.569157, 2.581682, 2.616585, 2.757652, 3.342567",\
|
|
"2.913258, 2.925784, 2.960687, 3.101754, 3.686669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.021288, 0.032607, 0.072452, 0.267912, 1.103818",\
|
|
"0.021288, 0.032607, 0.072452, 0.267912, 1.103818",\
|
|
"0.021288, 0.032607, 0.072452, 0.267912, 1.103818",\
|
|
"0.021288, 0.032607, 0.072452, 0.267912, 1.103818",\
|
|
"0.021288, 0.032607, 0.072452, 0.267912, 1.103818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "2.163458, 2.173288, 2.196430, 2.265172, 2.512854",\
|
|
"2.258991, 2.268821, 2.291963, 2.360706, 2.608387",\
|
|
"2.329547, 2.339377, 2.362519, 2.431261, 2.678943",\
|
|
"2.413051, 2.422881, 2.446024, 2.514766, 2.762448",\
|
|
"2.757153, 2.766983, 2.790125, 2.858867, 3.106549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000684, 0.011456, 0.050684, 0.232763, 1.000000");
|
|
values ( "0.019184, 0.025476, 0.043517, 0.119521, 0.454044",\
|
|
"0.019184, 0.025476, 0.043517, 0.119521, 0.454044",\
|
|
"0.019184, 0.025476, 0.043517, 0.119521, 0.454044",\
|
|
"0.019184, 0.025476, 0.043517, 0.119521, 0.454044",\
|
|
"0.019184, 0.025476, 0.043517, 0.119521, 0.454044");
|
|
}
|
|
|
|
} /* 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.001270 ;
|
|
|
|
/* 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.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "2.516777, 2.529270, 2.564405, 2.707443, 3.297805",\
|
|
"2.612310, 2.624804, 2.659939, 2.802977, 3.393339",\
|
|
"2.682866, 2.695360, 2.730494, 2.873533, 3.463895",\
|
|
"2.766371, 2.778864, 2.813999, 2.957037, 3.547399",\
|
|
"3.110471, 3.122965, 3.158100, 3.301138, 3.891500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "0.022944, 0.034062, 0.073553, 0.272040, 1.119752",\
|
|
"0.022944, 0.034062, 0.073553, 0.272040, 1.119752",\
|
|
"0.022944, 0.034062, 0.073553, 0.272040, 1.119752",\
|
|
"0.022944, 0.034062, 0.073553, 0.272040, 1.119752",\
|
|
"0.022944, 0.034062, 0.073553, 0.272040, 1.119752");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "2.326572, 2.336120, 2.359224, 2.429813, 2.683765",\
|
|
"2.422106, 2.431654, 2.454757, 2.525346, 2.779299",\
|
|
"2.492662, 2.502210, 2.525313, 2.595902, 2.849854",\
|
|
"2.576166, 2.585714, 2.608818, 2.679407, 2.933359",\
|
|
"2.920267, 2.929815, 2.952919, 3.023508, 3.277460");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "0.019750, 0.025863, 0.043795, 0.123434, 0.470154",\
|
|
"0.019750, 0.025863, 0.043795, 0.123434, 0.470154",\
|
|
"0.019750, 0.025863, 0.043795, 0.123434, 0.470154",\
|
|
"0.019750, 0.025863, 0.043795, 0.123434, 0.470154",\
|
|
"0.019750, 0.025863, 0.043795, 0.123434, 0.470154");
|
|
}
|
|
|
|
} /* 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.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "2.363829, 2.376323, 2.411458, 2.552564, 3.136536",\
|
|
"2.459362, 2.471856, 2.506991, 2.648097, 3.232069",\
|
|
"2.529918, 2.542412, 2.577547, 2.718653, 3.302625",\
|
|
"2.613423, 2.625917, 2.661051, 2.802158, 3.386130",\
|
|
"2.957524, 2.970018, 3.005152, 3.146259, 3.730231");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "0.022944, 0.034062, 0.073553, 0.268397, 1.103977",\
|
|
"0.022944, 0.034062, 0.073553, 0.268397, 1.103977",\
|
|
"0.022944, 0.034062, 0.073553, 0.268397, 1.103977",\
|
|
"0.022944, 0.034062, 0.073553, 0.268397, 1.103977",\
|
|
"0.022944, 0.034062, 0.073553, 0.268397, 1.103977");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "2.200459, 2.210007, 2.233110, 2.301763, 2.549185",\
|
|
"2.295992, 2.305540, 2.328644, 2.397297, 2.644718",\
|
|
"2.366548, 2.376096, 2.399200, 2.467853, 2.715275",\
|
|
"2.450053, 2.459601, 2.482704, 2.551357, 2.798779",\
|
|
"2.794154, 2.803702, 2.826805, 2.895458, 3.142880");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001270, 0.012042, 0.051270, 0.233349, 1.000000");
|
|
values ( "0.019750, 0.025863, 0.043795, 0.119782, 0.454047",\
|
|
"0.019750, 0.025863, 0.043795, 0.119782, 0.454047",\
|
|
"0.019750, 0.025863, 0.043795, 0.119782, 0.454047",\
|
|
"0.019750, 0.025863, 0.043795, 0.119782, 0.454047",\
|
|
"0.019750, 0.025863, 0.043795, 0.119782, 0.454047");
|
|
}
|
|
|
|
} /* 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.001382 ;
|
|
|
|
/* 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.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "2.500838, 2.513206, 2.548244, 2.691206, 3.281546",\
|
|
"2.596372, 2.608739, 2.643778, 2.786740, 3.377080",\
|
|
"2.666928, 2.679295, 2.714334, 2.857296, 3.447636",\
|
|
"2.750432, 2.762800, 2.797838, 2.940800, 3.531140",\
|
|
"3.094533, 3.106901, 3.141939, 3.284901, 3.875242");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "0.022714, 0.033873, 0.073485, 0.272155, 1.119432",\
|
|
"0.022714, 0.033873, 0.073485, 0.272155, 1.119432",\
|
|
"0.022714, 0.033873, 0.073485, 0.272155, 1.119432",\
|
|
"0.022714, 0.033873, 0.073485, 0.272155, 1.119432",\
|
|
"0.022714, 0.033873, 0.073485, 0.272155, 1.119432");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "2.321113, 2.330600, 2.353671, 2.424214, 2.678045",\
|
|
"2.416646, 2.426134, 2.449204, 2.519747, 2.773579",\
|
|
"2.487202, 2.496690, 2.519760, 2.590303, 2.844135",\
|
|
"2.570707, 2.580194, 2.603265, 2.673808, 2.927639",\
|
|
"2.914808, 2.924295, 2.947366, 3.017909, 3.271740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "0.019771, 0.025867, 0.043804, 0.123421, 0.469882",\
|
|
"0.019771, 0.025867, 0.043804, 0.123421, 0.469882",\
|
|
"0.019771, 0.025867, 0.043804, 0.123421, 0.469882",\
|
|
"0.019771, 0.025867, 0.043804, 0.123421, 0.469882",\
|
|
"0.019771, 0.025867, 0.043804, 0.123421, 0.469882");
|
|
}
|
|
|
|
} /* 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.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "2.362200, 2.374567, 2.409605, 2.550668, 3.134726",\
|
|
"2.457733, 2.470100, 2.505139, 2.646201, 3.230259",\
|
|
"2.528289, 2.540656, 2.575695, 2.716757, 3.300815",\
|
|
"2.611794, 2.624161, 2.659199, 2.800261, 3.384320",\
|
|
"2.955894, 2.968262, 3.003300, 3.144362, 3.728420");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "0.022714, 0.033873, 0.073485, 0.268573, 1.103922",\
|
|
"0.022714, 0.033873, 0.073485, 0.268573, 1.103922",\
|
|
"0.022714, 0.033873, 0.073485, 0.268573, 1.103922",\
|
|
"0.022714, 0.033873, 0.073485, 0.268573, 1.103922",\
|
|
"0.022714, 0.033873, 0.073485, 0.268573, 1.103922");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "2.193273, 2.202760, 2.225831, 2.294470, 2.541881",\
|
|
"2.288806, 2.298294, 2.321364, 2.390003, 2.637415",\
|
|
"2.359362, 2.368850, 2.391920, 2.460559, 2.707971",\
|
|
"2.442867, 2.452354, 2.475425, 2.544064, 2.791475",\
|
|
"2.786968, 2.796455, 2.819526, 2.888165, 3.135576");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001382, 0.012154, 0.051382, 0.233461, 1.000000");
|
|
values ( "0.019771, 0.025867, 0.043804, 0.119829, 0.454046",\
|
|
"0.019771, 0.025867, 0.043804, 0.119829, 0.454046",\
|
|
"0.019771, 0.025867, 0.043804, 0.119829, 0.454046",\
|
|
"0.019771, 0.025867, 0.043804, 0.119829, 0.454046",\
|
|
"0.019771, 0.025867, 0.043804, 0.119829, 0.454046");
|
|
}
|
|
|
|
} /* 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.001068 ;
|
|
|
|
/* 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.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "2.376220, 2.388700, 2.423729, 2.566578, 3.156840",\
|
|
"2.471754, 2.484234, 2.519263, 2.662111, 3.252374",\
|
|
"2.542310, 2.554790, 2.589819, 2.732667, 3.322930",\
|
|
"2.625814, 2.638294, 2.673323, 2.816171, 3.406434",\
|
|
"2.969916, 2.982395, 3.017425, 3.160273, 3.750535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "0.022237, 0.033441, 0.073093, 0.271610, 1.118457",\
|
|
"0.022237, 0.033441, 0.073093, 0.271610, 1.118457",\
|
|
"0.022237, 0.033441, 0.073093, 0.271610, 1.118457",\
|
|
"0.022237, 0.033441, 0.073093, 0.271610, 1.118457",\
|
|
"0.022237, 0.033441, 0.073093, 0.271610, 1.118457");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "2.171703, 2.181346, 2.204452, 2.274867, 2.528495",\
|
|
"2.267237, 2.276880, 2.299985, 2.370401, 2.624029",\
|
|
"2.337793, 2.347436, 2.370541, 2.440957, 2.694585",\
|
|
"2.421297, 2.430940, 2.454046, 2.524461, 2.778089",\
|
|
"2.765399, 2.775042, 2.798147, 2.868562, 3.122190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "0.019357, 0.025559, 0.043553, 0.123052, 0.468902",\
|
|
"0.019357, 0.025559, 0.043553, 0.123052, 0.468902",\
|
|
"0.019357, 0.025559, 0.043553, 0.123052, 0.468902",\
|
|
"0.019357, 0.025559, 0.043553, 0.123052, 0.468902",\
|
|
"0.019357, 0.025559, 0.043553, 0.123052, 0.468902");
|
|
}
|
|
|
|
} /* 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.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "2.243534, 2.256013, 2.291043, 2.432110, 3.016475",\
|
|
"2.339067, 2.351547, 2.386576, 2.527643, 3.112008",\
|
|
"2.409623, 2.422103, 2.457132, 2.598200, 3.182564",\
|
|
"2.493128, 2.505608, 2.540637, 2.681704, 3.266069",\
|
|
"2.837229, 2.849709, 2.884738, 3.025805, 3.610170");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "0.022237, 0.033441, 0.073093, 0.268251, 1.103901",\
|
|
"0.022237, 0.033441, 0.073093, 0.268251, 1.103901",\
|
|
"0.022237, 0.033441, 0.073093, 0.268251, 1.103901",\
|
|
"0.022237, 0.033441, 0.073093, 0.268251, 1.103901",\
|
|
"0.022237, 0.033441, 0.073093, 0.268251, 1.103901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "2.047136, 2.056778, 2.079884, 2.148515, 2.396116",\
|
|
"2.142669, 2.152312, 2.175417, 2.244049, 2.491650",\
|
|
"2.213225, 2.222868, 2.245973, 2.314605, 2.562206",\
|
|
"2.296730, 2.306372, 2.329478, 2.398109, 2.645710",\
|
|
"2.640831, 2.650474, 2.673579, 2.742210, 2.989811");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001068, 0.011840, 0.051068, 0.233147, 1.000000");
|
|
values ( "0.019357, 0.025559, 0.043553, 0.119686, 0.454042",\
|
|
"0.019357, 0.025559, 0.043553, 0.119686, 0.454042",\
|
|
"0.019357, 0.025559, 0.043553, 0.119686, 0.454042",\
|
|
"0.019357, 0.025559, 0.043553, 0.119686, 0.454042",\
|
|
"0.019357, 0.025559, 0.043553, 0.119686, 0.454042");
|
|
}
|
|
|
|
} /* 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.002580 ;
|
|
|
|
/* 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.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "2.220269, 2.230748, 2.265499, 2.409159, 3.002691",\
|
|
"2.315803, 2.326282, 2.361033, 2.504693, 3.098225",\
|
|
"2.386359, 2.396837, 2.431589, 2.575248, 3.168781",\
|
|
"2.469863, 2.480342, 2.515093, 2.658753, 3.252285",\
|
|
"2.813965, 2.824443, 2.859195, 3.002855, 3.596386");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "0.022710, 0.033931, 0.073899, 0.275664, 1.127816",\
|
|
"0.022710, 0.033931, 0.073899, 0.275664, 1.127816",\
|
|
"0.022710, 0.033931, 0.073899, 0.275664, 1.127816",\
|
|
"0.022710, 0.033931, 0.073899, 0.275664, 1.127816",\
|
|
"0.022710, 0.033931, 0.073899, 0.275664, 1.127816");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "2.297595, 2.306074, 2.329025, 2.400381, 2.651419",\
|
|
"2.393128, 2.401608, 2.424558, 2.495915, 2.746953",\
|
|
"2.463684, 2.472163, 2.495114, 2.566471, 2.817508",\
|
|
"2.547189, 2.555668, 2.578619, 2.649975, 2.901013",\
|
|
"2.891290, 2.899769, 2.922720, 2.994076, 3.245114");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "0.020514, 0.026333, 0.044113, 0.125963, 0.475094",\
|
|
"0.020514, 0.026333, 0.044113, 0.125963, 0.475094",\
|
|
"0.020514, 0.026333, 0.044113, 0.125963, 0.475094",\
|
|
"0.020514, 0.026333, 0.044113, 0.125963, 0.475094",\
|
|
"0.020514, 0.026333, 0.044113, 0.125963, 0.475094");
|
|
}
|
|
|
|
} /* 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.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "2.080498, 2.092162, 2.126913, 2.267601, 2.851385",\
|
|
"2.176031, 2.187695, 2.222446, 2.363134, 2.946919",\
|
|
"2.246587, 2.258251, 2.293002, 2.433690, 3.017475",\
|
|
"2.330092, 2.341756, 2.376507, 2.517195, 3.100979",\
|
|
"2.674193, 2.685857, 2.720608, 2.861296, 3.445081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "0.022710, 0.033931, 0.073899, 0.270075, 1.103718",\
|
|
"0.022710, 0.033931, 0.073899, 0.270075, 1.103718",\
|
|
"0.022710, 0.033931, 0.073899, 0.270075, 1.103718",\
|
|
"0.022710, 0.033931, 0.073899, 0.270075, 1.103718",\
|
|
"0.022710, 0.033931, 0.073899, 0.270075, 1.103718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "2.164428, 2.173385, 2.196336, 2.264710, 2.511762",\
|
|
"2.259961, 2.268919, 2.291870, 2.360244, 2.607296",\
|
|
"2.330517, 2.339475, 2.362426, 2.430800, 2.677852",\
|
|
"2.414022, 2.422979, 2.445930, 2.514304, 2.761356",\
|
|
"2.758123, 2.767081, 2.790031, 2.858406, 3.105458");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002580, 0.013352, 0.052580, 0.234659, 1.000000");
|
|
values ( "0.020514, 0.026333, 0.044113, 0.120351, 0.454045",\
|
|
"0.020514, 0.026333, 0.044113, 0.120351, 0.454045",\
|
|
"0.020514, 0.026333, 0.044113, 0.120351, 0.454045",\
|
|
"0.020514, 0.026333, 0.044113, 0.120351, 0.454045",\
|
|
"0.020514, 0.026333, 0.044113, 0.120351, 0.454045");
|
|
}
|
|
|
|
} /* 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.001260 ;
|
|
|
|
/* 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.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "2.497034, 2.509529, 2.544679, 2.687870, 3.278901",\
|
|
"2.592568, 2.605063, 2.640213, 2.783403, 3.374435",\
|
|
"2.663124, 2.675619, 2.710768, 2.853959, 3.444990",\
|
|
"2.746628, 2.759123, 2.794273, 2.937464, 3.528495",\
|
|
"3.090730, 3.103225, 3.138374, 3.281565, 3.872597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "0.022883, 0.034003, 0.073488, 0.272400, 1.121316",\
|
|
"0.022883, 0.034003, 0.073488, 0.272400, 1.121316",\
|
|
"0.022883, 0.034003, 0.073488, 0.272400, 1.121316",\
|
|
"0.022883, 0.034003, 0.073488, 0.272400, 1.121316",\
|
|
"0.022883, 0.034003, 0.073488, 0.272400, 1.121316");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "2.311881, 2.321440, 2.344571, 2.415322, 2.669929",\
|
|
"2.407414, 2.416974, 2.440105, 2.510856, 2.765462",\
|
|
"2.477970, 2.487530, 2.510661, 2.581412, 2.836018",\
|
|
"2.561475, 2.571034, 2.594165, 2.664916, 2.919523",\
|
|
"2.905576, 2.915136, 2.938267, 3.009017, 3.263624");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "0.019745, 0.025854, 0.043766, 0.123795, 0.471765",\
|
|
"0.019745, 0.025854, 0.043766, 0.123795, 0.471765",\
|
|
"0.019745, 0.025854, 0.043766, 0.123795, 0.471765",\
|
|
"0.019745, 0.025854, 0.043766, 0.123795, 0.471765",\
|
|
"0.019745, 0.025854, 0.043766, 0.123795, 0.471765");
|
|
}
|
|
|
|
} /* 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.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "2.354175, 2.366670, 2.401819, 2.542886, 3.126890",\
|
|
"2.449708, 2.462203, 2.497353, 2.638419, 3.222424",\
|
|
"2.520264, 2.532759, 2.567909, 2.708975, 3.292979",\
|
|
"2.603769, 2.616264, 2.651413, 2.792480, 3.376484",\
|
|
"2.947870, 2.960365, 2.995515, 3.136581, 3.720585");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "0.022883, 0.034003, 0.073488, 0.268395, 1.103969",\
|
|
"0.022883, 0.034003, 0.073488, 0.268395, 1.103969",\
|
|
"0.022883, 0.034003, 0.073488, 0.268395, 1.103969",\
|
|
"0.022883, 0.034003, 0.073488, 0.268395, 1.103969",\
|
|
"0.022883, 0.034003, 0.073488, 0.268395, 1.103969");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "2.182566, 2.192126, 2.215257, 2.283878, 2.531302",\
|
|
"2.278099, 2.287659, 2.310790, 2.379411, 2.626835",\
|
|
"2.348655, 2.358215, 2.381346, 2.449967, 2.697391",\
|
|
"2.432160, 2.441720, 2.464851, 2.533472, 2.780896",\
|
|
"2.776261, 2.785821, 2.808952, 2.877573, 3.124997");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001260, 0.012032, 0.051260, 0.233339, 1.000000");
|
|
values ( "0.019745, 0.025854, 0.043766, 0.119778, 0.454047",\
|
|
"0.019745, 0.025854, 0.043766, 0.119778, 0.454047",\
|
|
"0.019745, 0.025854, 0.043766, 0.119778, 0.454047",\
|
|
"0.019745, 0.025854, 0.043766, 0.119778, 0.454047",\
|
|
"0.019745, 0.025854, 0.043766, 0.119778, 0.454047");
|
|
}
|
|
|
|
} /* 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.000862 ;
|
|
|
|
/* 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.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "2.507123, 2.519861, 2.555050, 2.697758, 3.286912",\
|
|
"2.602656, 2.615395, 2.650584, 2.793292, 3.382446",\
|
|
"2.673212, 2.685951, 2.721139, 2.863847, 3.453001",\
|
|
"2.756716, 2.769455, 2.804644, 2.947352, 3.536506",\
|
|
"3.100817, 3.113556, 3.148745, 3.291453, 3.880607");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "0.022773, 0.033904, 0.073331, 0.270768, 1.116207",\
|
|
"0.022773, 0.033904, 0.073331, 0.270768, 1.116207",\
|
|
"0.022773, 0.033904, 0.073331, 0.270768, 1.116207",\
|
|
"0.022773, 0.033904, 0.073331, 0.270768, 1.116207",\
|
|
"0.022773, 0.033904, 0.073331, 0.270768, 1.116207");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "2.322472, 2.332215, 2.355350, 2.425608, 2.678223",\
|
|
"2.418005, 2.427749, 2.450884, 2.521142, 2.773757",\
|
|
"2.488561, 2.498304, 2.521440, 2.591697, 2.844312",\
|
|
"2.572066, 2.581809, 2.604944, 2.675202, 2.927817",\
|
|
"2.916167, 2.925910, 2.949045, 3.019303, 3.271918");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "0.019501, 0.025717, 0.043709, 0.122439, 0.466561",\
|
|
"0.019501, 0.025717, 0.043709, 0.122439, 0.466561",\
|
|
"0.019501, 0.025717, 0.043709, 0.122439, 0.466561",\
|
|
"0.019501, 0.025717, 0.043709, 0.122439, 0.466561",\
|
|
"0.019501, 0.025717, 0.043709, 0.122439, 0.466561");
|
|
}
|
|
|
|
} /* 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.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "2.377058, 2.389797, 2.424986, 2.566196, 3.150380",\
|
|
"2.472592, 2.485330, 2.520519, 2.661729, 3.245914",\
|
|
"2.543148, 2.555886, 2.591075, 2.732285, 3.316470",\
|
|
"2.626652, 2.639391, 2.674580, 2.815790, 3.399974",\
|
|
"2.970753, 2.983492, 3.018681, 3.159891, 3.744076");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "0.022773, 0.033904, 0.073331, 0.267940, 1.103945",\
|
|
"0.022773, 0.033904, 0.073331, 0.267940, 1.103945",\
|
|
"0.022773, 0.033904, 0.073331, 0.267940, 1.103945",\
|
|
"0.022773, 0.033904, 0.073331, 0.267940, 1.103945",\
|
|
"0.022773, 0.033904, 0.073331, 0.267940, 1.103945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "2.197904, 2.207647, 2.230783, 2.299540, 2.547078",\
|
|
"2.293437, 2.303181, 2.326316, 2.395073, 2.642612",\
|
|
"2.363993, 2.373736, 2.396872, 2.465629, 2.713167",\
|
|
"2.447498, 2.457241, 2.480376, 2.549134, 2.796672",\
|
|
"2.791599, 2.801342, 2.824478, 2.893235, 3.140773");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000862, 0.011634, 0.050862, 0.232941, 1.000000");
|
|
values ( "0.019501, 0.025717, 0.043709, 0.119605, 0.454048",\
|
|
"0.019501, 0.025717, 0.043709, 0.119605, 0.454048",\
|
|
"0.019501, 0.025717, 0.043709, 0.119605, 0.454048",\
|
|
"0.019501, 0.025717, 0.043709, 0.119605, 0.454048",\
|
|
"0.019501, 0.025717, 0.043709, 0.119605, 0.454048");
|
|
}
|
|
|
|
} /* 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.001897 ;
|
|
|
|
/* 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.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "2.384668, 2.396750, 2.431726, 2.575099, 3.167016",\
|
|
"2.480202, 2.492284, 2.527260, 2.670632, 3.262550",\
|
|
"2.550758, 2.562840, 2.597816, 2.741188, 3.333106",\
|
|
"2.634262, 2.646344, 2.681320, 2.824692, 3.416610",\
|
|
"2.978363, 2.990445, 3.025421, 3.168793, 3.760711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "0.022936, 0.034086, 0.073771, 0.273803, 1.123845",\
|
|
"0.022936, 0.034086, 0.073771, 0.273803, 1.123845",\
|
|
"0.022936, 0.034086, 0.073771, 0.273803, 1.123845",\
|
|
"0.022936, 0.034086, 0.073771, 0.273803, 1.123845",\
|
|
"0.022936, 0.034086, 0.073771, 0.273803, 1.123845");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "2.177380, 2.186612, 2.209629, 2.280556, 2.530894",\
|
|
"2.272913, 2.282146, 2.305162, 2.376090, 2.626428",\
|
|
"2.343469, 2.352702, 2.375718, 2.446646, 2.696984",\
|
|
"2.426974, 2.436206, 2.459223, 2.530150, 2.780488",\
|
|
"2.771075, 2.780307, 2.803324, 2.874251, 3.124589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "0.019919, 0.025900, 0.043788, 0.124682, 0.471256",\
|
|
"0.019919, 0.025900, 0.043788, 0.124682, 0.471256",\
|
|
"0.019919, 0.025900, 0.043788, 0.124682, 0.471256",\
|
|
"0.019919, 0.025900, 0.043788, 0.124682, 0.471256",\
|
|
"0.019919, 0.025900, 0.043788, 0.124682, 0.471256");
|
|
}
|
|
|
|
} /* 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.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "2.241058, 2.253140, 2.288116, 2.429031, 3.012861",\
|
|
"2.336591, 2.348673, 2.383649, 2.524564, 3.108395",\
|
|
"2.407147, 2.419229, 2.454205, 2.595120, 3.178951",\
|
|
"2.490652, 2.502734, 2.537709, 2.678625, 3.262455",\
|
|
"2.834753, 2.846835, 2.881811, 3.022726, 3.606557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "0.022936, 0.034086, 0.073771, 0.269184, 1.103870",\
|
|
"0.022936, 0.034086, 0.073771, 0.269184, 1.103870",\
|
|
"0.022936, 0.034086, 0.073771, 0.269184, 1.103870",\
|
|
"0.022936, 0.034086, 0.073771, 0.269184, 1.103870",\
|
|
"0.022936, 0.034086, 0.073771, 0.269184, 1.103870");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "2.048121, 2.057353, 2.080370, 2.148834, 2.396178",\
|
|
"2.143654, 2.152887, 2.175903, 2.244367, 2.491711",\
|
|
"2.214210, 2.223443, 2.246459, 2.314923, 2.562267",\
|
|
"2.297715, 2.306947, 2.329964, 2.398428, 2.645772",\
|
|
"2.641816, 2.651049, 2.674065, 2.742529, 2.989873");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001897, 0.012669, 0.051897, 0.233976, 1.000000");
|
|
values ( "0.019919, 0.025900, 0.043788, 0.120047, 0.454042",\
|
|
"0.019919, 0.025900, 0.043788, 0.120047, 0.454042",\
|
|
"0.019919, 0.025900, 0.043788, 0.120047, 0.454042",\
|
|
"0.019919, 0.025900, 0.043788, 0.120047, 0.454042",\
|
|
"0.019919, 0.025900, 0.043788, 0.120047, 0.454042");
|
|
}
|
|
|
|
} /* 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.001997 ;
|
|
|
|
/* 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.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "2.341378, 2.351363, 2.386153, 2.529383, 3.121453",\
|
|
"2.436912, 2.446896, 2.481687, 2.624917, 3.216986",\
|
|
"2.507468, 2.517452, 2.552243, 2.695472, 3.287543",\
|
|
"2.590972, 2.600957, 2.635747, 2.778977, 3.371047",\
|
|
"2.935073, 2.945058, 2.979848, 3.123078, 3.715148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "0.022290, 0.033535, 0.073469, 0.273953, 1.123377",\
|
|
"0.022290, 0.033535, 0.073469, 0.273953, 1.123377",\
|
|
"0.022290, 0.033535, 0.073469, 0.273953, 1.123377",\
|
|
"0.022290, 0.033535, 0.073469, 0.273953, 1.123377",\
|
|
"0.022290, 0.033535, 0.073469, 0.273953, 1.123377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "2.155069, 2.163124, 2.186134, 2.257013, 2.507252",\
|
|
"2.250602, 2.258658, 2.281667, 2.352547, 2.602786",\
|
|
"2.321158, 2.329214, 2.352223, 2.423103, 2.673342",\
|
|
"2.404663, 2.412718, 2.435728, 2.506607, 2.756846",\
|
|
"2.748764, 2.756819, 2.779829, 2.850708, 3.100947");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "0.019912, 0.025897, 0.043781, 0.124643, 0.470835",\
|
|
"0.019912, 0.025897, 0.043781, 0.124643, 0.470835",\
|
|
"0.019912, 0.025897, 0.043781, 0.124643, 0.470835",\
|
|
"0.019912, 0.025897, 0.043781, 0.124643, 0.470835",\
|
|
"0.019912, 0.025897, 0.043781, 0.124643, 0.470835");
|
|
}
|
|
|
|
} /* 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.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "2.210985, 2.222874, 2.257664, 2.398482, 2.982609",\
|
|
"2.306518, 2.318407, 2.353198, 2.494015, 3.078142",\
|
|
"2.377074, 2.388963, 2.423753, 2.564571, 3.148698",\
|
|
"2.460579, 2.472468, 2.507258, 2.648076, 3.232203",\
|
|
"2.804680, 2.816569, 2.851360, 2.992177, 3.576304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "0.022290, 0.033535, 0.073469, 0.269409, 1.103750",\
|
|
"0.022290, 0.033535, 0.073469, 0.269409, 1.103750",\
|
|
"0.022290, 0.033535, 0.073469, 0.269409, 1.103750",\
|
|
"0.022290, 0.033535, 0.073469, 0.269409, 1.103750",\
|
|
"0.022290, 0.033535, 0.073469, 0.269409, 1.103750");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "2.028996, 2.038187, 2.061197, 2.129658, 2.376952",\
|
|
"2.124529, 2.133720, 2.156730, 2.225191, 2.472486",\
|
|
"2.195085, 2.204276, 2.227286, 2.295747, 2.543042",\
|
|
"2.278590, 2.287781, 2.310791, 2.379251, 2.626547",\
|
|
"2.622691, 2.631882, 2.654892, 2.723353, 2.970648");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001997, 0.012769, 0.051997, 0.234076, 1.000000");
|
|
values ( "0.019912, 0.025897, 0.043781, 0.120083, 0.453920",\
|
|
"0.019912, 0.025897, 0.043781, 0.120083, 0.453920",\
|
|
"0.019912, 0.025897, 0.043781, 0.120083, 0.453920",\
|
|
"0.019912, 0.025897, 0.043781, 0.120083, 0.453920",\
|
|
"0.019912, 0.025897, 0.043781, 0.120083, 0.453920");
|
|
}
|
|
|
|
} /* 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.003685 ;
|
|
|
|
/* 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.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "2.513687, 2.524083, 2.559230, 2.704270, 3.291809",\
|
|
"2.609221, 2.619616, 2.654763, 2.799804, 3.387342",\
|
|
"2.679777, 2.690172, 2.725319, 2.870360, 3.457898",\
|
|
"2.763281, 2.773677, 2.808824, 2.953864, 3.541403",\
|
|
"3.107382, 3.117778, 3.152925, 3.297965, 3.885504");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "0.025409, 0.036355, 0.075741, 0.279273, 1.132541",\
|
|
"0.025409, 0.036355, 0.075741, 0.279273, 1.132541",\
|
|
"0.025409, 0.036355, 0.075741, 0.279273, 1.132541",\
|
|
"0.025409, 0.036355, 0.075741, 0.279273, 1.132541",\
|
|
"0.025409, 0.036355, 0.075741, 0.279273, 1.132541");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "2.322166, 2.330332, 2.353239, 2.421645, 2.678678",\
|
|
"2.417700, 2.425865, 2.448773, 2.517179, 2.774212",\
|
|
"2.488256, 2.496421, 2.519329, 2.587735, 2.844768",\
|
|
"2.571760, 2.579926, 2.602833, 2.671239, 2.928272",\
|
|
"2.915861, 2.924026, 2.946934, 3.015340, 3.272373");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "0.021231, 0.026881, 0.044459, 0.125304, 0.471489",\
|
|
"0.021231, 0.026881, 0.044459, 0.125304, 0.471489",\
|
|
"0.021231, 0.026881, 0.044459, 0.125304, 0.471489",\
|
|
"0.021231, 0.026881, 0.044459, 0.125304, 0.471489",\
|
|
"0.021231, 0.026881, 0.044459, 0.125304, 0.471489");
|
|
}
|
|
|
|
} /* 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.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "2.364879, 2.376578, 2.411725, 2.552370, 3.134535",\
|
|
"2.460412, 2.472111, 2.507258, 2.647903, 3.230068",\
|
|
"2.530968, 2.542667, 2.577814, 2.718459, 3.300624",\
|
|
"2.614473, 2.626172, 2.661319, 2.801964, 3.384129",\
|
|
"2.958574, 2.970273, 3.005420, 3.146065, 3.728230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "0.025409, 0.036355, 0.075741, 0.271042, 1.103967",\
|
|
"0.025409, 0.036355, 0.075741, 0.271042, 1.103967",\
|
|
"0.025409, 0.036355, 0.075741, 0.271042, 1.103967",\
|
|
"0.025409, 0.036355, 0.075741, 0.271042, 1.103967",\
|
|
"0.025409, 0.036355, 0.075741, 0.271042, 1.103967");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "2.191211, 2.199886, 2.222793, 2.290885, 2.537534",\
|
|
"2.286745, 2.295419, 2.318327, 2.386418, 2.633067",\
|
|
"2.357301, 2.365975, 2.388883, 2.456974, 2.703623",\
|
|
"2.440805, 2.449480, 2.472387, 2.540479, 2.787128",\
|
|
"2.784907, 2.793581, 2.816489, 2.884580, 3.131229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003685, 0.014457, 0.053685, 0.235764, 1.000000");
|
|
values ( "0.021231, 0.026881, 0.044459, 0.120837, 0.454047",\
|
|
"0.021231, 0.026881, 0.044459, 0.120837, 0.454047",\
|
|
"0.021231, 0.026881, 0.044459, 0.120837, 0.454047",\
|
|
"0.021231, 0.026881, 0.044459, 0.120837, 0.454047",\
|
|
"0.021231, 0.026881, 0.044459, 0.120837, 0.454047");
|
|
}
|
|
|
|
} /* 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.001782 ;
|
|
|
|
/* 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.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "2.527929, 2.538787, 2.574044, 2.717422, 3.308477",\
|
|
"2.623463, 2.634320, 2.669577, 2.812955, 3.404011",\
|
|
"2.694019, 2.704876, 2.740133, 2.883511, 3.474567",\
|
|
"2.777523, 2.788381, 2.823637, 2.967016, 3.558071",\
|
|
"3.121624, 3.132482, 3.167738, 3.311117, 3.902172");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "0.024073, 0.035090, 0.074372, 0.273336, 1.122597",\
|
|
"0.024073, 0.035090, 0.074372, 0.273336, 1.122597",\
|
|
"0.024073, 0.035090, 0.074372, 0.273336, 1.122597",\
|
|
"0.024073, 0.035090, 0.074372, 0.273336, 1.122597",\
|
|
"0.024073, 0.035090, 0.074372, 0.273336, 1.122597");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "2.331726, 2.341026, 2.364077, 2.434974, 2.685049",\
|
|
"2.427260, 2.436560, 2.459611, 2.530508, 2.780582",\
|
|
"2.497816, 2.507116, 2.530167, 2.601064, 2.851138",\
|
|
"2.581320, 2.590620, 2.613671, 2.684568, 2.934643",\
|
|
"2.925421, 2.934721, 2.957772, 3.028669, 3.278744");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "0.020187, 0.026161, 0.044015, 0.124380, 0.470281",\
|
|
"0.020187, 0.026161, 0.044015, 0.124380, 0.470281",\
|
|
"0.020187, 0.026161, 0.044015, 0.124380, 0.470281",\
|
|
"0.020187, 0.026161, 0.044015, 0.124380, 0.470281",\
|
|
"0.020187, 0.026161, 0.044015, 0.124380, 0.470281");
|
|
}
|
|
|
|
} /* 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.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "2.383614, 2.396021, 2.431278, 2.572344, 3.155776",\
|
|
"2.479148, 2.491554, 2.526811, 2.667878, 3.251310",\
|
|
"2.549704, 2.562110, 2.597367, 2.738434, 3.321866",\
|
|
"2.633208, 2.645615, 2.680872, 2.821938, 3.405370",\
|
|
"2.977309, 2.989716, 3.024973, 3.166039, 3.749471");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "0.024073, 0.035090, 0.074372, 0.268980, 1.103766",\
|
|
"0.024073, 0.035090, 0.074372, 0.268980, 1.103766",\
|
|
"0.024073, 0.035090, 0.074372, 0.268980, 1.103766",\
|
|
"0.024073, 0.035090, 0.074372, 0.268980, 1.103766",\
|
|
"0.024073, 0.035090, 0.074372, 0.268980, 1.103766");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "2.202822, 2.212123, 2.235174, 2.303753, 2.550970",\
|
|
"2.298356, 2.307656, 2.330707, 2.399286, 2.646504",\
|
|
"2.368912, 2.378212, 2.401263, 2.469842, 2.717060",\
|
|
"2.452416, 2.461717, 2.484768, 2.553347, 2.800564",\
|
|
"2.796518, 2.805818, 2.828869, 2.897448, 3.144665");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001782, 0.012554, 0.051782, 0.233861, 1.000000");
|
|
values ( "0.020187, 0.026161, 0.044015, 0.120009, 0.454049",\
|
|
"0.020187, 0.026161, 0.044015, 0.120009, 0.454049",\
|
|
"0.020187, 0.026161, 0.044015, 0.120009, 0.454049",\
|
|
"0.020187, 0.026161, 0.044015, 0.120009, 0.454049",\
|
|
"0.020187, 0.026161, 0.044015, 0.120009, 0.454049");
|
|
}
|
|
|
|
} /* 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.001391 ;
|
|
|
|
/* 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.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "2.451528, 2.463738, 2.498624, 2.641606, 3.232809",\
|
|
"2.547061, 2.559272, 2.594158, 2.737140, 3.328342",\
|
|
"2.617617, 2.629828, 2.664714, 2.807696, 3.398898",\
|
|
"2.701122, 2.713333, 2.748219, 2.891201, 3.482403",\
|
|
"3.045223, 3.057433, 3.092319, 3.235301, 3.826504");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "0.021957, 0.033215, 0.073054, 0.272561, 1.120530",\
|
|
"0.021957, 0.033215, 0.073054, 0.272561, 1.120530",\
|
|
"0.021957, 0.033215, 0.073054, 0.272561, 1.120530",\
|
|
"0.021957, 0.033215, 0.073054, 0.272561, 1.120530",\
|
|
"0.021957, 0.033215, 0.073054, 0.272561, 1.120530");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "2.288765, 2.298251, 2.321330, 2.391970, 2.646356",\
|
|
"2.384298, 2.393784, 2.416863, 2.487503, 2.741890",\
|
|
"2.454854, 2.464340, 2.487419, 2.558059, 2.812446",\
|
|
"2.538359, 2.547844, 2.570923, 2.641564, 2.895950",\
|
|
"2.882460, 2.891945, 2.915024, 2.985665, 3.240051");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "0.019663, 0.025767, 0.043706, 0.123704, 0.471127",\
|
|
"0.019663, 0.025767, 0.043706, 0.123704, 0.471127",\
|
|
"0.019663, 0.025767, 0.043706, 0.123704, 0.471127",\
|
|
"0.019663, 0.025767, 0.043706, 0.123704, 0.471127",\
|
|
"0.019663, 0.025767, 0.043706, 0.123704, 0.471127");
|
|
}
|
|
|
|
} /* 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.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "2.318278, 2.330488, 2.365374, 2.506306, 3.090733",\
|
|
"2.413811, 2.426022, 2.460908, 2.601840, 3.186266",\
|
|
"2.484367, 2.496578, 2.531463, 2.672395, 3.256822",\
|
|
"2.567871, 2.580082, 2.614968, 2.755900, 3.340327",\
|
|
"2.911973, 2.924183, 2.959069, 3.100001, 3.684427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "0.021957, 0.033215, 0.073054, 0.268698, 1.103802",\
|
|
"0.021957, 0.033215, 0.073054, 0.268698, 1.103802",\
|
|
"0.021957, 0.033215, 0.073054, 0.268698, 1.103802",\
|
|
"0.021957, 0.033215, 0.073054, 0.268698, 1.103802",\
|
|
"0.021957, 0.033215, 0.073054, 0.268698, 1.103802");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "2.163092, 2.172578, 2.195657, 2.264242, 2.511703",\
|
|
"2.258625, 2.268111, 2.291190, 2.359775, 2.607237",\
|
|
"2.329181, 2.338667, 2.361746, 2.430331, 2.677793",\
|
|
"2.412686, 2.422172, 2.445251, 2.513836, 2.761297",\
|
|
"2.756787, 2.766273, 2.789352, 2.857937, 3.105398");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001391, 0.012163, 0.051391, 0.233470, 1.000000");
|
|
values ( "0.019663, 0.025767, 0.043706, 0.119829, 0.454044",\
|
|
"0.019663, 0.025767, 0.043706, 0.119829, 0.454044",\
|
|
"0.019663, 0.025767, 0.043706, 0.119829, 0.454044",\
|
|
"0.019663, 0.025767, 0.043706, 0.119829, 0.454044",\
|
|
"0.019663, 0.025767, 0.043706, 0.119829, 0.454044");
|
|
}
|
|
|
|
} /* 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.001713 ;
|
|
|
|
/* 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.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "2.444690, 2.455398, 2.490243, 2.633327, 3.224795",\
|
|
"2.540224, 2.550931, 2.585777, 2.728860, 3.320328",\
|
|
"2.610780, 2.621487, 2.656333, 2.799416, 3.390884",\
|
|
"2.694284, 2.704992, 2.739837, 2.882921, 3.474389",\
|
|
"3.038385, 3.049093, 3.083938, 3.227022, 3.818490");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "0.022210, 0.033452, 0.073323, 0.273198, 1.121664",\
|
|
"0.022210, 0.033452, 0.073323, 0.273198, 1.121664",\
|
|
"0.022210, 0.033452, 0.073323, 0.273198, 1.121664",\
|
|
"0.022210, 0.033452, 0.073323, 0.273198, 1.121664",\
|
|
"0.022210, 0.033452, 0.073323, 0.273198, 1.121664");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "2.286378, 2.295700, 2.318729, 2.389468, 2.639561",\
|
|
"2.381912, 2.391234, 2.414263, 2.485002, 2.735095",\
|
|
"2.452467, 2.461790, 2.484818, 2.555557, 2.805651",\
|
|
"2.535972, 2.545294, 2.568323, 2.639062, 2.889155",\
|
|
"2.880073, 2.889395, 2.912424, 2.983163, 3.233256");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "0.019877, 0.025901, 0.043811, 0.124117, 0.469457",\
|
|
"0.019877, 0.025901, 0.043811, 0.124117, 0.469457",\
|
|
"0.019877, 0.025901, 0.043811, 0.124117, 0.469457",\
|
|
"0.019877, 0.025901, 0.043811, 0.124117, 0.469457",\
|
|
"0.019877, 0.025901, 0.043811, 0.124117, 0.469457");
|
|
}
|
|
|
|
} /* 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.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "2.315899, 2.327951, 2.362797, 2.503687, 3.087917",\
|
|
"2.411433, 2.423485, 2.458330, 2.599220, 3.183450",\
|
|
"2.481988, 2.494040, 2.528886, 2.669776, 3.254006",\
|
|
"2.565493, 2.577545, 2.612391, 2.753281, 3.337511",\
|
|
"2.909594, 2.921646, 2.956492, 3.097382, 3.681612");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "0.022210, 0.033452, 0.073323, 0.269064, 1.103787",\
|
|
"0.022210, 0.033452, 0.073323, 0.269064, 1.103787",\
|
|
"0.022210, 0.033452, 0.073323, 0.269064, 1.103787",\
|
|
"0.022210, 0.033452, 0.073323, 0.269064, 1.103787",\
|
|
"0.022210, 0.033452, 0.073323, 0.269064, 1.103787");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "2.161810, 2.171133, 2.194161, 2.262701, 2.510064",\
|
|
"2.257344, 2.266666, 2.289695, 2.358234, 2.605597",\
|
|
"2.327899, 2.337222, 2.360250, 2.428790, 2.676153",\
|
|
"2.411404, 2.420726, 2.443755, 2.512295, 2.759658",\
|
|
"2.755505, 2.764828, 2.787856, 2.856396, 3.103759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001713, 0.012485, 0.051713, 0.233792, 1.000000");
|
|
values ( "0.019877, 0.025901, 0.043811, 0.119969, 0.454043",\
|
|
"0.019877, 0.025901, 0.043811, 0.119969, 0.454043",\
|
|
"0.019877, 0.025901, 0.043811, 0.119969, 0.454043",\
|
|
"0.019877, 0.025901, 0.043811, 0.119969, 0.454043",\
|
|
"0.019877, 0.025901, 0.043811, 0.119969, 0.454043");
|
|
}
|
|
|
|
} /* 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.002411 ;
|
|
|
|
/* 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.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "2.359639, 2.369776, 2.404613, 2.548008, 3.140064",\
|
|
"2.455173, 2.465309, 2.500146, 2.643541, 3.235597",\
|
|
"2.525729, 2.535865, 2.570702, 2.714097, 3.306153",\
|
|
"2.609233, 2.619370, 2.654207, 2.797602, 3.389657",\
|
|
"2.953334, 2.963470, 2.998307, 3.141703, 3.733758");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "0.023076, 0.034243, 0.074074, 0.274628, 1.124595",\
|
|
"0.023076, 0.034243, 0.074074, 0.274628, 1.124595",\
|
|
"0.023076, 0.034243, 0.074074, 0.274628, 1.124595",\
|
|
"0.023076, 0.034243, 0.074074, 0.274628, 1.124595",\
|
|
"0.023076, 0.034243, 0.074074, 0.274628, 1.124595");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "2.163231, 2.171322, 2.194243, 2.265216, 2.515498",\
|
|
"2.258765, 2.266855, 2.289777, 2.360750, 2.611031",\
|
|
"2.329320, 2.337411, 2.360332, 2.431306, 2.681587",\
|
|
"2.412825, 2.420916, 2.443837, 2.514810, 2.765092",\
|
|
"2.756926, 2.765017, 2.787938, 2.858911, 3.109193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "0.020207, 0.026080, 0.043939, 0.125106, 0.471929",\
|
|
"0.020207, 0.026080, 0.043939, 0.125106, 0.471929",\
|
|
"0.020207, 0.026080, 0.043939, 0.125106, 0.471929",\
|
|
"0.020207, 0.026080, 0.043939, 0.125106, 0.471929",\
|
|
"0.020207, 0.026080, 0.043939, 0.125106, 0.471929");
|
|
}
|
|
|
|
} /* 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.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "2.227370, 2.239161, 2.273998, 2.414833, 2.998477",\
|
|
"2.322903, 2.334695, 2.369532, 2.510366, 3.094011",\
|
|
"2.393459, 2.405251, 2.440088, 2.580922, 3.164567",\
|
|
"2.476964, 2.488755, 2.523592, 2.664427, 3.248071",\
|
|
"2.821065, 2.832857, 2.867694, 3.008528, 3.592172");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "0.023076, 0.034243, 0.074074, 0.269808, 1.103804",\
|
|
"0.023076, 0.034243, 0.074074, 0.269808, 1.103804",\
|
|
"0.023076, 0.034243, 0.074074, 0.269808, 1.103804",\
|
|
"0.023076, 0.034243, 0.074074, 0.269808, 1.103804",\
|
|
"0.023076, 0.034243, 0.074074, 0.269808, 1.103804");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "2.037768, 2.046754, 2.069675, 2.138080, 2.385277",\
|
|
"2.133301, 2.142287, 2.165209, 2.233613, 2.480810",\
|
|
"2.203857, 2.212843, 2.235765, 2.304169, 2.551366",\
|
|
"2.287361, 2.296348, 2.319269, 2.387673, 2.634871",\
|
|
"2.631463, 2.640449, 2.663370, 2.731775, 2.978972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002411, 0.013183, 0.052411, 0.234490, 1.000000");
|
|
values ( "0.020207, 0.026080, 0.043939, 0.120268, 0.454015",\
|
|
"0.020207, 0.026080, 0.043939, 0.120268, 0.454015",\
|
|
"0.020207, 0.026080, 0.043939, 0.120268, 0.454015",\
|
|
"0.020207, 0.026080, 0.043939, 0.120268, 0.454015",\
|
|
"0.020207, 0.026080, 0.043939, 0.120268, 0.454015");
|
|
}
|
|
|
|
} /* 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.002568 ;
|
|
|
|
/* 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.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "2.502868, 2.514806, 2.549887, 2.693752, 3.286555",\
|
|
"2.598402, 2.610339, 2.645420, 2.789286, 3.382088",\
|
|
"2.668958, 2.680896, 2.715976, 2.859842, 3.452645",\
|
|
"2.752462, 2.764400, 2.799481, 2.943346, 3.536149",\
|
|
"3.096563, 3.108501, 3.143582, 3.287447, 3.880250");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "0.024182, 0.035209, 0.074705, 0.275422, 1.128049",\
|
|
"0.024182, 0.035209, 0.074705, 0.275422, 1.128049",\
|
|
"0.024182, 0.035209, 0.074705, 0.275422, 1.128049",\
|
|
"0.024182, 0.035209, 0.074705, 0.275422, 1.128049",\
|
|
"0.024182, 0.035209, 0.074705, 0.275422, 1.128049");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "2.318408, 2.327374, 2.350334, 2.421714, 2.672718",\
|
|
"2.413942, 2.422907, 2.445868, 2.517247, 2.768251",\
|
|
"2.484498, 2.493463, 2.516424, 2.587803, 2.838808",\
|
|
"2.568002, 2.576968, 2.599928, 2.671308, 2.922312",\
|
|
"2.912103, 2.921069, 2.944029, 3.015409, 3.266413");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "0.020591, 0.026405, 0.044172, 0.125958, 0.475093",\
|
|
"0.020591, 0.026405, 0.044172, 0.125958, 0.475093",\
|
|
"0.020591, 0.026405, 0.044172, 0.125958, 0.475093",\
|
|
"0.020591, 0.026405, 0.044172, 0.125958, 0.475093",\
|
|
"0.020591, 0.026405, 0.044172, 0.125958, 0.475093");
|
|
}
|
|
|
|
} /* 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.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "2.360529, 2.372466, 2.407547, 2.548439, 3.131495",\
|
|
"2.456062, 2.468000, 2.503081, 2.643972, 3.227028",\
|
|
"2.526618, 2.538556, 2.573637, 2.714529, 3.297584",\
|
|
"2.610123, 2.622061, 2.657141, 2.798033, 3.381089",\
|
|
"2.954224, 2.966162, 3.001243, 3.142134, 3.725190");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "0.024182, 0.035209, 0.074705, 0.269836, 1.103954",\
|
|
"0.024182, 0.035209, 0.074705, 0.269836, 1.103954",\
|
|
"0.024182, 0.035209, 0.074705, 0.269836, 1.103954",\
|
|
"0.024182, 0.035209, 0.074705, 0.269836, 1.103954",\
|
|
"0.024182, 0.035209, 0.074705, 0.269836, 1.103954");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "2.189868, 2.198833, 2.221794, 2.290190, 2.537205",\
|
|
"2.285402, 2.294367, 2.317328, 2.385723, 2.632738",\
|
|
"2.355958, 2.364923, 2.387884, 2.456279, 2.703294",\
|
|
"2.439462, 2.448428, 2.471388, 2.539784, 2.786799",\
|
|
"2.783563, 2.792529, 2.815490, 2.883885, 3.130900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002568, 0.013341, 0.052568, 0.234647, 1.000000");
|
|
values ( "0.020591, 0.026405, 0.044172, 0.120349, 0.454046",\
|
|
"0.020591, 0.026405, 0.044172, 0.120349, 0.454046",\
|
|
"0.020591, 0.026405, 0.044172, 0.120349, 0.454046",\
|
|
"0.020591, 0.026405, 0.044172, 0.120349, 0.454046",\
|
|
"0.020591, 0.026405, 0.044172, 0.120349, 0.454046");
|
|
}
|
|
|
|
} /* 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.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.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.374023, 2.386279, 2.421201, 2.564153, 3.155053",\
|
|
"2.469557, 2.481813, 2.516735, 2.659687, 3.250587",\
|
|
"2.540112, 2.552369, 2.587291, 2.730243, 3.321142",\
|
|
"2.623617, 2.635873, 2.670795, 2.813747, 3.404647",\
|
|
"2.967718, 2.979974, 3.014896, 3.157849, 3.748748");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.022131, 0.033366, 0.073150, 0.272387, 1.120013",\
|
|
"0.022131, 0.033366, 0.073150, 0.272387, 1.120013",\
|
|
"0.022131, 0.033366, 0.073150, 0.272387, 1.120013",\
|
|
"0.022131, 0.033366, 0.073150, 0.272387, 1.120013",\
|
|
"0.022131, 0.033366, 0.073150, 0.272387, 1.120013");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.170124, 2.179613, 2.202675, 2.273227, 2.527456",\
|
|
"2.265657, 2.275146, 2.298209, 2.368760, 2.622990",\
|
|
"2.336213, 2.345702, 2.368765, 2.439316, 2.693545",\
|
|
"2.419718, 2.429207, 2.452269, 2.522821, 2.777050",\
|
|
"2.763819, 2.773308, 2.796370, 2.866922, 3.121151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.019511, 0.025640, 0.043607, 0.123565, 0.470564",\
|
|
"0.019511, 0.025640, 0.043607, 0.123565, 0.470564",\
|
|
"0.019511, 0.025640, 0.043607, 0.123565, 0.470564",\
|
|
"0.019511, 0.025640, 0.043607, 0.123565, 0.470564",\
|
|
"0.019511, 0.025640, 0.043607, 0.123565, 0.470564");
|
|
}
|
|
|
|
} /* 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.001373, 0.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.228828, 2.241084, 2.276006, 2.416976, 3.001322",\
|
|
"2.324362, 2.336618, 2.371540, 2.512510, 3.096855",\
|
|
"2.394917, 2.407174, 2.442096, 2.583066, 3.167411",\
|
|
"2.478422, 2.490678, 2.525600, 2.666570, 3.250916",\
|
|
"2.822524, 2.834780, 2.869702, 3.010672, 3.595017");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.022131, 0.033366, 0.073150, 0.268650, 1.103833",\
|
|
"0.022131, 0.033366, 0.073150, 0.268650, 1.103833",\
|
|
"0.022131, 0.033366, 0.073150, 0.268650, 1.103833",\
|
|
"0.022131, 0.033366, 0.073150, 0.268650, 1.103833",\
|
|
"0.022131, 0.033366, 0.073150, 0.268650, 1.103833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.041375, 2.050864, 2.073927, 2.142492, 2.390023",\
|
|
"2.136909, 2.146398, 2.169461, 2.238025, 2.485556",\
|
|
"2.207465, 2.216954, 2.240016, 2.308581, 2.556112",\
|
|
"2.290970, 2.300459, 2.323521, 2.392086, 2.639617",\
|
|
"2.635071, 2.644560, 2.667622, 2.736187, 2.983718");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001373, 0.012145, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.019511, 0.025640, 0.043607, 0.119817, 0.454041",\
|
|
"0.019511, 0.025640, 0.043607, 0.119817, 0.454041",\
|
|
"0.019511, 0.025640, 0.043607, 0.119817, 0.454041",\
|
|
"0.019511, 0.025640, 0.043607, 0.119817, 0.454041",\
|
|
"0.019511, 0.025640, 0.043607, 0.119817, 0.454041");
|
|
}
|
|
|
|
} /* 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.001748 ;
|
|
|
|
/* 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.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "2.377766, 2.389882, 2.424823, 2.568047, 3.159642",\
|
|
"2.473300, 2.485416, 2.520357, 2.663580, 3.255176",\
|
|
"2.543856, 2.555972, 2.590913, 2.734137, 3.325732",\
|
|
"2.627360, 2.639477, 2.674417, 2.817641, 3.409236",\
|
|
"2.971461, 2.983577, 3.018518, 3.161742, 3.753337");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "0.022631, 0.033816, 0.073556, 0.273373, 1.122570",\
|
|
"0.022631, 0.033816, 0.073556, 0.273373, 1.122570",\
|
|
"0.022631, 0.033816, 0.073556, 0.273373, 1.122570",\
|
|
"0.022631, 0.033816, 0.073556, 0.273373, 1.122570",\
|
|
"0.022631, 0.033816, 0.073556, 0.273373, 1.122570");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "2.173141, 2.182445, 2.205471, 2.276270, 2.526510",\
|
|
"2.268675, 2.277979, 2.301004, 2.371804, 2.622044",\
|
|
"2.339231, 2.348535, 2.371560, 2.442359, 2.692600",\
|
|
"2.422735, 2.432039, 2.455065, 2.525864, 2.776104",\
|
|
"2.766836, 2.776140, 2.799166, 2.869965, 3.120205");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "0.019791, 0.025815, 0.043730, 0.124324, 0.470182",\
|
|
"0.019791, 0.025815, 0.043730, 0.124324, 0.470182",\
|
|
"0.019791, 0.025815, 0.043730, 0.124324, 0.470182",\
|
|
"0.019791, 0.025815, 0.043730, 0.124324, 0.470182",\
|
|
"0.019791, 0.025815, 0.043730, 0.124324, 0.470182");
|
|
}
|
|
|
|
} /* 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.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "2.236577, 2.248693, 2.283634, 2.424558, 3.008573",\
|
|
"2.332110, 2.344227, 2.379168, 2.520092, 3.104106",\
|
|
"2.402666, 2.414783, 2.449723, 2.590648, 3.174662",\
|
|
"2.486171, 2.498287, 2.533228, 2.674152, 3.258167",\
|
|
"2.830272, 2.842388, 2.877329, 3.018254, 3.602268");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "0.022631, 0.033816, 0.073556, 0.269044, 1.103847",\
|
|
"0.022631, 0.033816, 0.073556, 0.269044, 1.103847",\
|
|
"0.022631, 0.033816, 0.073556, 0.269044, 1.103847",\
|
|
"0.022631, 0.033816, 0.073556, 0.269044, 1.103847",\
|
|
"0.022631, 0.033816, 0.073556, 0.269044, 1.103847");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "2.045143, 2.054447, 2.077473, 2.145966, 2.393369",\
|
|
"2.140676, 2.149980, 2.173006, 2.241499, 2.488903",\
|
|
"2.211232, 2.220536, 2.243562, 2.312055, 2.559458",\
|
|
"2.294737, 2.304041, 2.327066, 2.395560, 2.642963",\
|
|
"2.638838, 2.648142, 2.671168, 2.739661, 2.987064");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001748, 0.012520, 0.051748, 0.233827, 1.000000");
|
|
values ( "0.019791, 0.025815, 0.043730, 0.119981, 0.454041",\
|
|
"0.019791, 0.025815, 0.043730, 0.119981, 0.454041",\
|
|
"0.019791, 0.025815, 0.043730, 0.119981, 0.454041",\
|
|
"0.019791, 0.025815, 0.043730, 0.119981, 0.454041",\
|
|
"0.019791, 0.025815, 0.043730, 0.119981, 0.454041");
|
|
}
|
|
|
|
} /* 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.001499 ;
|
|
|
|
/* 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.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "2.289478, 2.301972, 2.337214, 2.480556, 3.071717",\
|
|
"2.385012, 2.397506, 2.432748, 2.576089, 3.167251",\
|
|
"2.455568, 2.468062, 2.503304, 2.646645, 3.237807",\
|
|
"2.539072, 2.551566, 2.586808, 2.730150, 3.321311",\
|
|
"2.883174, 2.895668, 2.930910, 3.074251, 3.665412");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "0.023584, 0.034638, 0.073973, 0.272916, 1.122346",\
|
|
"0.023584, 0.034638, 0.073973, 0.272916, 1.122346",\
|
|
"0.023584, 0.034638, 0.073973, 0.272916, 1.122346",\
|
|
"0.023584, 0.034638, 0.073973, 0.272916, 1.122346",\
|
|
"0.023584, 0.034638, 0.073973, 0.272916, 1.122346");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "2.349062, 2.358511, 2.381628, 2.452540, 2.702599",\
|
|
"2.444596, 2.454044, 2.477162, 2.548074, 2.798132",\
|
|
"2.515152, 2.524600, 2.547718, 2.618630, 2.868688",\
|
|
"2.598656, 2.608105, 2.631222, 2.702134, 2.952193",\
|
|
"2.942758, 2.952206, 2.975324, 3.046236, 3.296294");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "0.020143, 0.026163, 0.044013, 0.124171, 0.469978",\
|
|
"0.020143, 0.026163, 0.044013, 0.124171, 0.469978",\
|
|
"0.020143, 0.026163, 0.044013, 0.124171, 0.469978",\
|
|
"0.020143, 0.026163, 0.044013, 0.124171, 0.469978",\
|
|
"0.020143, 0.026163, 0.044013, 0.124171, 0.469978");
|
|
}
|
|
|
|
} /* 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.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "2.160766, 2.173260, 2.208502, 2.349576, 2.933255",\
|
|
"2.256299, 2.268794, 2.304036, 2.445110, 3.028788",\
|
|
"2.326855, 2.339350, 2.374592, 2.515666, 3.099344",\
|
|
"2.410360, 2.422854, 2.458096, 2.599170, 3.182849",\
|
|
"2.754462, 2.766956, 2.802198, 2.943272, 3.526950");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "0.023584, 0.034638, 0.073973, 0.268650, 1.103872",\
|
|
"0.023584, 0.034638, 0.073973, 0.268650, 1.103872",\
|
|
"0.023584, 0.034638, 0.073973, 0.268650, 1.103872",\
|
|
"0.023584, 0.034638, 0.073973, 0.268650, 1.103872",\
|
|
"0.023584, 0.034638, 0.073973, 0.268650, 1.103872");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "2.220661, 2.230109, 2.253227, 2.321866, 2.569105",\
|
|
"2.316195, 2.325643, 2.348760, 2.417399, 2.664639",\
|
|
"2.386750, 2.396199, 2.419316, 2.487955, 2.735194",\
|
|
"2.470255, 2.479703, 2.502821, 2.571460, 2.818699",\
|
|
"2.814356, 2.823805, 2.846922, 2.915561, 3.162801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001499, 0.012271, 0.051499, 0.233578, 1.000000");
|
|
values ( "0.020143, 0.026163, 0.044013, 0.119891, 0.454052",\
|
|
"0.020143, 0.026163, 0.044013, 0.119891, 0.454052",\
|
|
"0.020143, 0.026163, 0.044013, 0.119891, 0.454052",\
|
|
"0.020143, 0.026163, 0.044013, 0.119891, 0.454052",\
|
|
"0.020143, 0.026163, 0.044013, 0.119891, 0.454052");
|
|
}
|
|
|
|
} /* 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.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 ( "2.298962, 2.311468, 2.346721, 2.490036, 3.081069",\
|
|
"2.394496, 2.407002, 2.442254, 2.585570, 3.176603",\
|
|
"2.465052, 2.477557, 2.512810, 2.656126, 3.247159",\
|
|
"2.548556, 2.561062, 2.596315, 2.739630, 3.330663",\
|
|
"2.892658, 2.905164, 2.940416, 3.083731, 3.674765");
|
|
}
|
|
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.023665, 0.034714, 0.074029, 0.272877, 1.122043",\
|
|
"0.023665, 0.034714, 0.074029, 0.272877, 1.122043",\
|
|
"0.023665, 0.034714, 0.074029, 0.272877, 1.122043",\
|
|
"0.023665, 0.034714, 0.074029, 0.272877, 1.122043",\
|
|
"0.023665, 0.034714, 0.074029, 0.272877, 1.122043");
|
|
}
|
|
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 ( "2.350142, 2.359583, 2.382696, 2.453584, 2.703595",\
|
|
"2.445675, 2.455117, 2.478229, 2.549117, 2.799129",\
|
|
"2.516231, 2.525673, 2.548785, 2.619673, 2.869685",\
|
|
"2.599735, 2.609177, 2.632289, 2.703177, 2.953189",\
|
|
"2.943837, 2.953278, 2.976391, 3.047279, 3.297290");
|
|
}
|
|
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.020171, 0.026186, 0.044036, 0.124117, 0.469752",\
|
|
"0.020171, 0.026186, 0.044036, 0.124117, 0.469752",\
|
|
"0.020171, 0.026186, 0.044036, 0.124117, 0.469752",\
|
|
"0.020171, 0.026186, 0.044036, 0.124117, 0.469752",\
|
|
"0.020171, 0.026186, 0.044036, 0.124117, 0.469752");
|
|
}
|
|
|
|
} /* 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.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "2.161443, 2.173948, 2.209201, 2.350282, 2.933940",\
|
|
"2.256976, 2.269481, 2.304734, 2.445815, 3.029473",\
|
|
"2.327532, 2.340038, 2.375290, 2.516371, 3.100029",\
|
|
"2.411036, 2.423542, 2.458795, 2.599876, 3.183534",\
|
|
"2.755138, 2.767644, 2.802896, 2.943977, 3.527635");
|
|
}
|
|
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.023665, 0.034714, 0.074029, 0.268671, 1.103833",\
|
|
"0.023665, 0.034714, 0.074029, 0.268671, 1.103833",\
|
|
"0.023665, 0.034714, 0.074029, 0.268671, 1.103833",\
|
|
"0.023665, 0.034714, 0.074029, 0.268671, 1.103833",\
|
|
"0.023665, 0.034714, 0.074029, 0.268671, 1.103833");
|
|
}
|
|
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 ( "2.220910, 2.230352, 2.253464, 2.322113, 2.569339",\
|
|
"2.316444, 2.325885, 2.348998, 2.417646, 2.664872",\
|
|
"2.387000, 2.396441, 2.419554, 2.488202, 2.735428",\
|
|
"2.470504, 2.479946, 2.503058, 2.571707, 2.818933",\
|
|
"2.814605, 2.824047, 2.847159, 2.915808, 3.163034");
|
|
}
|
|
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.020171, 0.026186, 0.044036, 0.119897, 0.454052",\
|
|
"0.020171, 0.026186, 0.044036, 0.119897, 0.454052",\
|
|
"0.020171, 0.026186, 0.044036, 0.119897, 0.454052",\
|
|
"0.020171, 0.026186, 0.044036, 0.119897, 0.454052",\
|
|
"0.020171, 0.026186, 0.044036, 0.119897, 0.454052");
|
|
}
|
|
|
|
} /* 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.001673 ;
|
|
|
|
/* 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.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "2.218986, 2.231070, 2.265958, 2.409242, 3.001491",\
|
|
"2.314519, 2.326603, 2.361491, 2.504775, 3.097024",\
|
|
"2.385075, 2.397160, 2.432048, 2.575331, 3.167580",\
|
|
"2.468579, 2.480664, 2.515552, 2.658835, 3.251084",\
|
|
"2.812681, 2.824765, 2.859653, 3.002937, 3.595186");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "0.022197, 0.033431, 0.073265, 0.273581, 1.123555",\
|
|
"0.022197, 0.033431, 0.073265, 0.273581, 1.123555",\
|
|
"0.022197, 0.033431, 0.073265, 0.273581, 1.123555",\
|
|
"0.022197, 0.033431, 0.073265, 0.273581, 1.123555",\
|
|
"0.022197, 0.033431, 0.073265, 0.273581, 1.123555");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "2.298839, 2.308196, 2.331278, 2.402254, 2.652529",\
|
|
"2.394373, 2.403730, 2.426811, 2.497788, 2.748063",\
|
|
"2.464929, 2.474286, 2.497367, 2.568344, 2.818619",\
|
|
"2.548433, 2.557791, 2.580872, 2.651848, 2.902123",\
|
|
"2.892534, 2.901892, 2.924973, 2.995950, 3.246225");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "0.020010, 0.026017, 0.043881, 0.124539, 0.471079",\
|
|
"0.020010, 0.026017, 0.043881, 0.124539, 0.471079",\
|
|
"0.020010, 0.026017, 0.043881, 0.124539, 0.471079",\
|
|
"0.020010, 0.026017, 0.043881, 0.124539, 0.471079",\
|
|
"0.020010, 0.026017, 0.043881, 0.124539, 0.471079");
|
|
}
|
|
|
|
} /* 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.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "2.094459, 2.106544, 2.141432, 2.282287, 2.866532",\
|
|
"2.189992, 2.202077, 2.236965, 2.377820, 2.962065",\
|
|
"2.260548, 2.272633, 2.307521, 2.448376, 3.032621",\
|
|
"2.344053, 2.356138, 2.391026, 2.531881, 3.116126",\
|
|
"2.688154, 2.700239, 2.735127, 2.875982, 3.460227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "0.022197, 0.033431, 0.073265, 0.269015, 1.103792",\
|
|
"0.022197, 0.033431, 0.073265, 0.269015, 1.103792",\
|
|
"0.022197, 0.033431, 0.073265, 0.269015, 1.103792",\
|
|
"0.022197, 0.033431, 0.073265, 0.269015, 1.103792",\
|
|
"0.022197, 0.033431, 0.073265, 0.269015, 1.103792");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "2.174313, 2.183670, 2.206751, 2.275293, 2.522593",\
|
|
"2.269846, 2.279203, 2.302284, 2.370826, 2.618126",\
|
|
"2.340402, 2.349759, 2.372840, 2.441382, 2.688682",\
|
|
"2.423907, 2.433264, 2.456345, 2.524887, 2.772187",\
|
|
"2.768008, 2.777365, 2.800447, 2.868988, 3.116288");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001673, 0.012445, 0.051673, 0.233752, 1.000000");
|
|
values ( "0.020010, 0.026017, 0.043881, 0.119958, 0.454047",\
|
|
"0.020010, 0.026017, 0.043881, 0.119958, 0.454047",\
|
|
"0.020010, 0.026017, 0.043881, 0.119958, 0.454047",\
|
|
"0.020010, 0.026017, 0.043881, 0.119958, 0.454047",\
|
|
"0.020010, 0.026017, 0.043881, 0.119958, 0.454047");
|
|
}
|
|
|
|
} /* 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.001081 ;
|
|
|
|
/* 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.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "2.249543, 2.262001, 2.297011, 2.439841, 3.030103",\
|
|
"2.345077, 2.357535, 2.392544, 2.535375, 3.125636",\
|
|
"2.415633, 2.428091, 2.463100, 2.605931, 3.196192",\
|
|
"2.499137, 2.511595, 2.546605, 2.689435, 3.279697",\
|
|
"2.843239, 2.855696, 2.890706, 3.033537, 3.623798");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "0.022174, 0.033388, 0.073066, 0.271618, 1.118375",\
|
|
"0.022174, 0.033388, 0.073066, 0.271618, 1.118375",\
|
|
"0.022174, 0.033388, 0.073066, 0.271618, 1.118375",\
|
|
"0.022174, 0.033388, 0.073066, 0.271618, 1.118375",\
|
|
"0.022174, 0.033388, 0.073066, 0.271618, 1.118375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "2.320024, 2.329666, 2.352795, 2.423283, 2.676722",\
|
|
"2.415558, 2.425199, 2.448329, 2.518817, 2.772255",\
|
|
"2.486114, 2.495755, 2.518885, 2.589373, 2.842811",\
|
|
"2.569618, 2.579260, 2.602389, 2.672877, 2.926316",\
|
|
"2.913719, 2.923361, 2.946491, 3.016979, 3.270417");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "0.019711, 0.025859, 0.043803, 0.123053, 0.468837",\
|
|
"0.019711, 0.025859, 0.043803, 0.123053, 0.468837",\
|
|
"0.019711, 0.025859, 0.043803, 0.123053, 0.468837",\
|
|
"0.019711, 0.025859, 0.043803, 0.123053, 0.468837",\
|
|
"0.019711, 0.025859, 0.043803, 0.123053, 0.468837");
|
|
}
|
|
|
|
} /* 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.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "2.122310, 2.134768, 2.169777, 2.310836, 2.895228",\
|
|
"2.217843, 2.230301, 2.265311, 2.406369, 2.990761",\
|
|
"2.288399, 2.300857, 2.335867, 2.476925, 3.061317",\
|
|
"2.371904, 2.384362, 2.419371, 2.560430, 3.144822",\
|
|
"2.716005, 2.728463, 2.763473, 2.904531, 3.488923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "0.022174, 0.033388, 0.073066, 0.268276, 1.103889",\
|
|
"0.022174, 0.033388, 0.073066, 0.268276, 1.103889",\
|
|
"0.022174, 0.033388, 0.073066, 0.268276, 1.103889",\
|
|
"0.022174, 0.033388, 0.073066, 0.268276, 1.103889",\
|
|
"0.022174, 0.033388, 0.073066, 0.268276, 1.103889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "2.194854, 2.204496, 2.227626, 2.296338, 2.543779",\
|
|
"2.290388, 2.300030, 2.323159, 2.391872, 2.639313",\
|
|
"2.360944, 2.370586, 2.393715, 2.462427, 2.709869",\
|
|
"2.444449, 2.454090, 2.477220, 2.545932, 2.793374",\
|
|
"2.788550, 2.798192, 2.821321, 2.890033, 3.137475");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001081, 0.011853, 0.051081, 0.233160, 1.000000");
|
|
values ( "0.019711, 0.025859, 0.043803, 0.119703, 0.454049",\
|
|
"0.019711, 0.025859, 0.043803, 0.119703, 0.454049",\
|
|
"0.019711, 0.025859, 0.043803, 0.119703, 0.454049",\
|
|
"0.019711, 0.025859, 0.043803, 0.119703, 0.454049",\
|
|
"0.019711, 0.025859, 0.043803, 0.119703, 0.454049");
|
|
}
|
|
|
|
} /* 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.004683 ;
|
|
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.673633, 0.593019, 0.543768, 0.507155, 0.356781",\
|
|
"0.749164, 0.668551, 0.619300, 0.582686, 0.432312",\
|
|
"0.790271, 0.709658, 0.660407, 0.623793, 0.473419",\
|
|
"0.827247, 0.746634, 0.697383, 0.660769, 0.510395",\
|
|
"0.976463, 0.895849, 0.846599, 0.809985, 0.659611");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.850040, 0.769439, 0.720205, 0.683640, 0.533473",\
|
|
"0.972566, 0.891965, 0.842730, 0.806166, 0.655999",\
|
|
"1.092875, 1.012274, 0.963039, 0.926474, 0.776308",\
|
|
"1.281540, 1.200939, 1.151704, 1.115139, 0.964973",\
|
|
"2.058193, 1.977592, 1.928358, 1.891793, 1.741626");
|
|
}
|
|
|
|
} /* 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.331890, -0.215798, -0.119520, 0.025483, 0.622549",\
|
|
"-0.407422, -0.291330, -0.195052, -0.050049, 0.547018",\
|
|
"-0.448529, -0.332437, -0.236159, -0.091156, 0.505911",\
|
|
"-0.485505, -0.369413, -0.273135, -0.128132, 0.468935",\
|
|
"-0.634720, -0.518629, -0.422350, -0.277348, 0.319719");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.421842, -0.305750, -0.209472, -0.064469, 0.532597",\
|
|
"-0.544368, -0.428276, -0.331998, -0.186995, 0.410072",\
|
|
"-0.664676, -0.548585, -0.452306, -0.307304, 0.289763",\
|
|
"-0.853341, -0.737249, -0.640971, -0.495968, 0.101098",\
|
|
"-1.629995, -1.513903, -1.417625, -1.272622, -0.675556");
|
|
}
|
|
|
|
} /* 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.005267 ;
|
|
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.705036, 0.624422, 0.575171, 0.538558, 0.388184",\
|
|
"0.780583, 0.699970, 0.650719, 0.614105, 0.463731",\
|
|
"0.821736, 0.741123, 0.691872, 0.655258, 0.504885",\
|
|
"0.859012, 0.778398, 0.729147, 0.692534, 0.542160",\
|
|
"1.009389, 0.928776, 0.879525, 0.842911, 0.692537");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.868104, 0.787503, 0.738268, 0.701703, 0.551537",\
|
|
"0.990685, 0.910084, 0.860849, 0.824285, 0.674118",\
|
|
"1.111207, 1.030606, 0.981372, 0.944807, 0.794640",\
|
|
"1.300151, 1.219550, 1.170315, 1.133751, 0.983584",\
|
|
"2.077802, 1.997202, 1.947967, 1.911402, 1.761236");
|
|
}
|
|
|
|
} /* 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.363266, -0.247175, -0.150896, -0.005893, 0.591173",\
|
|
"-0.349816, -0.233724, -0.137446, 0.007557, 0.604624",\
|
|
"-0.274778, -0.158686, -0.062408, 0.082595, 0.679662",\
|
|
"-0.044225, 0.071866, 0.168145, 0.313147, 0.910214",\
|
|
"0.909181, 1.025273, 1.121551, 1.266554, 1.863621");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.439873, -0.323781, -0.227503, -0.082500, 0.514567",\
|
|
"-0.470116, -0.354025, -0.257746, -0.112743, 0.484323",\
|
|
"-0.470090, -0.353998, -0.257720, -0.112717, 0.484350",\
|
|
"-0.381162, -0.265071, -0.168792, -0.023789, 0.573277",\
|
|
"-0.013636, 0.102456, 0.198734, 0.343737, 0.940804");
|
|
}
|
|
|
|
} /* 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.004990 ;
|
|
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.764260, 0.683659, 0.634425, 0.597860, 0.447693",\
|
|
"0.839677, 0.759076, 0.709842, 0.673277, 0.523110",\
|
|
"0.880266, 0.799666, 0.750431, 0.713866, 0.563699",\
|
|
"0.915458, 0.834857, 0.785622, 0.749057, 0.598891",\
|
|
"1.060008, 0.979408, 0.930173, 0.893608, 0.743441");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.727799, 0.647185, 0.597934, 0.561321, 0.410947",\
|
|
"0.850265, 0.769652, 0.720401, 0.683787, 0.533413",\
|
|
"0.970371, 0.889757, 0.840506, 0.803893, 0.653519",\
|
|
"1.158238, 1.077625, 1.028374, 0.991760, 0.841386",\
|
|
"1.933118, 1.852505, 1.803254, 1.766640, 1.616266");
|
|
}
|
|
|
|
} /* 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.336059, -0.219967, -0.123689, 0.021314, 0.618381",\
|
|
"-0.411476, -0.295384, -0.199106, -0.054103, 0.542964",\
|
|
"-0.452065, -0.335973, -0.239695, -0.094692, 0.502374",\
|
|
"-0.487256, -0.371165, -0.274886, -0.129884, 0.467183",\
|
|
"-0.631807, -0.515715, -0.419437, -0.274434, 0.322633");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.387698, -0.271606, -0.175328, -0.030325, 0.566742",\
|
|
"-0.510164, -0.394072, -0.297794, -0.152791, 0.444275",\
|
|
"-0.630270, -0.514178, -0.417900, -0.272897, 0.324170",\
|
|
"-0.818137, -0.702045, -0.605767, -0.460764, 0.136302",\
|
|
"-1.593017, -1.476925, -1.380647, -1.235644, -0.638577");
|
|
}
|
|
|
|
} /* 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.004998 ;
|
|
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.726160, 0.645547, 0.596296, 0.559683, 0.409309",\
|
|
"0.801767, 0.721153, 0.671903, 0.635289, 0.484915",\
|
|
"0.843057, 0.762444, 0.713193, 0.676580, 0.526206",\
|
|
"0.881651, 0.801037, 0.751787, 0.715173, 0.564799",\
|
|
"1.037216, 0.956602, 0.907352, 0.870738, 0.720364");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.881379, 0.800778, 0.751544, 0.714979, 0.564812",\
|
|
"1.004198, 0.923597, 0.874362, 0.837797, 0.687631",\
|
|
"1.125633, 1.045033, 0.995798, 0.959233, 0.809067",\
|
|
"1.316325, 1.235724, 1.186490, 1.149925, 0.999758",\
|
|
"2.100909, 2.020308, 1.971073, 1.934509, 1.784342");
|
|
}
|
|
|
|
} /* 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.386057, -0.269966, -0.173687, -0.028685, 0.568382",\
|
|
"-0.461664, -0.345572, -0.249294, -0.104291, 0.492776",\
|
|
"-0.502954, -0.386863, -0.290585, -0.145582, 0.451485",\
|
|
"-0.541548, -0.425456, -0.329178, -0.184175, 0.412892",\
|
|
"-0.697113, -0.581021, -0.484743, -0.339740, 0.257327");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.453178, -0.337086, -0.240808, -0.095805, 0.501262",\
|
|
"-0.575996, -0.459904, -0.363626, -0.218623, 0.378443",\
|
|
"-0.697432, -0.581340, -0.485062, -0.340059, 0.257007",\
|
|
"-0.888124, -0.772032, -0.675754, -0.530751, 0.066316",\
|
|
"-1.672707, -1.556616, -1.460337, -1.315335, -0.718268");
|
|
}
|
|
|
|
} /* 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.005156 ;
|
|
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.687630, 0.607017, 0.557766, 0.521152, 0.370779",\
|
|
"0.763162, 0.682549, 0.633298, 0.596684, 0.446310",\
|
|
"0.804278, 0.723664, 0.674413, 0.637800, 0.487426",\
|
|
"0.841334, 0.760721, 0.711470, 0.674857, 0.524483",\
|
|
"0.990869, 0.910256, 0.861005, 0.824391, 0.674017");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.858193, 0.777592, 0.728357, 0.691793, 0.541626",\
|
|
"0.980730, 0.900129, 0.850895, 0.814330, 0.664163",\
|
|
"1.101091, 1.020491, 0.971256, 0.934691, 0.784524",\
|
|
"1.289869, 1.209268, 1.160033, 1.123468, 0.973302",\
|
|
"2.066950, 1.986349, 1.937114, 1.900549, 1.750383");
|
|
}
|
|
|
|
} /* 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.347523, -0.231431, -0.135153, 0.009850, 0.606917",\
|
|
"-0.417824, -0.301732, -0.205454, -0.060451, 0.536616",\
|
|
"-0.452110, -0.336019, -0.239740, -0.094737, 0.502329",\
|
|
"-0.473426, -0.357334, -0.261056, -0.116053, 0.481013",\
|
|
"-0.558088, -0.441996, -0.345718, -0.200715, 0.396352");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.429990, -0.313898, -0.217620, -0.072617, 0.524450",\
|
|
"-0.547103, -0.431011, -0.334733, -0.189730, 0.407337",\
|
|
"-0.660383, -0.544291, -0.448013, -0.303010, 0.294057",\
|
|
"-0.832838, -0.716747, -0.620468, -0.475465, 0.121601",\
|
|
"-1.542651, -1.426560, -1.330281, -1.185278, -0.588212");
|
|
}
|
|
|
|
} /* 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.004972 ;
|
|
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.774831, 0.694230, 0.644996, 0.608431, 0.458264",\
|
|
"0.850120, 0.769519, 0.720284, 0.683719, 0.533553",\
|
|
"0.890628, 0.810027, 0.760792, 0.724227, 0.574061",\
|
|
"0.925994, 0.845393, 0.796158, 0.759593, 0.609427",\
|
|
"1.070830, 0.990229, 0.940994, 0.904429, 0.754263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.743239, 0.662626, 0.613375, 0.576761, 0.426387",\
|
|
"0.865731, 0.785118, 0.735867, 0.699253, 0.548879",\
|
|
"0.985929, 0.905316, 0.856065, 0.819451, 0.669077",\
|
|
"1.174436, 1.093823, 1.044572, 1.007959, 0.857585",\
|
|
"1.952036, 1.871422, 1.822171, 1.785558, 1.635184");
|
|
}
|
|
|
|
} /* 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.346615, -0.230523, -0.134245, 0.010758, 0.607824",\
|
|
"-0.382749, -0.266657, -0.170379, -0.025376, 0.571691",\
|
|
"-0.372139, -0.256047, -0.159769, -0.014766, 0.582301",\
|
|
"-0.289673, -0.173582, -0.077303, 0.067699, 0.664766",\
|
|
"0.051101, 0.167193, 0.263471, 0.408474, 1.005541");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.403127, -0.287035, -0.190756, -0.045754, 0.551313",\
|
|
"-0.484980, -0.368888, -0.272610, -0.127607, 0.469460",\
|
|
"-0.552123, -0.436031, -0.339753, -0.194750, 0.402316",\
|
|
"-0.618337, -0.502245, -0.405967, -0.260964, 0.336103",\
|
|
"-0.891932, -0.775840, -0.679562, -0.534559, 0.062508");
|
|
}
|
|
|
|
} /* 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.005190 ;
|
|
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 ( "1.014579, 0.933978, 0.884743, 0.848178, 0.698012",\
|
|
"1.090253, 1.009652, 0.960417, 0.923853, 0.773686",\
|
|
"1.131671, 1.051070, 1.001835, 0.965271, 0.815104",\
|
|
"1.169711, 1.089110, 1.039876, 1.003311, 0.853144",\
|
|
"1.324696, 1.244095, 1.194860, 1.158295, 1.008129");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.957147, 0.876533, 0.827282, 0.790669, 0.640295",\
|
|
"1.079710, 0.999097, 0.949846, 0.913232, 0.762859",\
|
|
"1.200172, 1.119558, 1.070307, 1.033694, 0.883320",\
|
|
"1.389232, 1.308618, 1.259368, 1.222754, 1.072380",\
|
|
"2.168501, 2.087887, 2.038637, 2.002023, 1.851649");
|
|
}
|
|
|
|
} /* 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.586379, -0.470287, -0.374009, -0.229006, 0.368061",\
|
|
"-0.662053, -0.545961, -0.449683, -0.304680, 0.292387",\
|
|
"-0.703471, -0.587379, -0.491101, -0.346098, 0.250969",\
|
|
"-0.741511, -0.625419, -0.529141, -0.384138, 0.212929",\
|
|
"-0.896495, -0.780403, -0.684125, -0.539122, 0.057944");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.617237, -0.501145, -0.404867, -0.259864, 0.337203",\
|
|
"-0.739800, -0.623709, -0.527430, -0.382428, 0.214639",\
|
|
"-0.860262, -0.744170, -0.647892, -0.502889, 0.094178",\
|
|
"-1.049322, -0.933230, -0.836952, -0.691949, -0.094883",\
|
|
"-1.828591, -1.712499, -1.616221, -1.471218, -0.874151");
|
|
}
|
|
|
|
} /* 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.005427 ;
|
|
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 ( "1.018997, 0.938383, 0.889132, 0.852519, 0.702145",\
|
|
"1.094779, 1.014166, 0.964915, 0.928302, 0.777928",\
|
|
"1.135741, 1.055127, 1.005876, 0.969263, 0.818889",\
|
|
"1.176555, 1.095942, 1.046691, 1.010077, 0.859704",\
|
|
"1.336982, 1.256368, 1.207117, 1.170504, 1.020130");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.274337, 1.193736, 1.144501, 1.107937, 0.957770",\
|
|
"1.396776, 1.316175, 1.266941, 1.230376, 1.080209",\
|
|
"1.518206, 1.437605, 1.388370, 1.351805, 1.201639",\
|
|
"1.708885, 1.628284, 1.579049, 1.542485, 1.392318",\
|
|
"2.497902, 2.417301, 2.368067, 2.331502, 2.181335");
|
|
}
|
|
|
|
} /* 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.679087, -0.562995, -0.466717, -0.321714, 0.275352",\
|
|
"-0.754870, -0.638778, -0.542500, -0.397497, 0.199570",\
|
|
"-0.795831, -0.679739, -0.583461, -0.438458, 0.158609",\
|
|
"-0.836645, -0.720554, -0.624276, -0.479273, 0.117794",\
|
|
"-0.997072, -0.880980, -0.784702, -0.639699, -0.042632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.846137, -0.730045, -0.633767, -0.488764, 0.108303",\
|
|
"-0.968576, -0.852484, -0.756206, -0.611203, -0.014136",\
|
|
"-1.090006, -0.973914, -0.877636, -0.732633, -0.135566",\
|
|
"-1.280685, -1.164593, -1.068315, -0.923312, -0.326245",\
|
|
"-2.069702, -1.953611, -1.857332, -1.712329, -1.115263");
|
|
}
|
|
|
|
} /* 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.007376 ;
|
|
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.994944, 3.914331, 3.865080, 3.828466, 3.678092",\
|
|
"4.083803, 4.003190, 3.953938, 3.917325, 3.766951",\
|
|
"4.143000, 4.062387, 4.013135, 3.976522, 3.826148",\
|
|
"4.212720, 4.132107, 4.082856, 4.046242, 3.895868",\
|
|
"4.500326, 4.419713, 4.370461, 4.333848, 4.183474");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.201832, 4.121219, 4.071968, 4.035354, 3.884980",\
|
|
"4.326050, 4.245437, 4.196186, 4.159572, 4.009198",\
|
|
"4.451206, 4.370593, 4.321342, 4.284728, 4.134354",\
|
|
"4.645456, 4.564843, 4.515592, 4.478978, 4.328604",\
|
|
"5.447058, 5.366445, 5.317194, 5.280580, 5.130206");
|
|
}
|
|
|
|
} /* 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.419711, -0.303619, -0.207341, -0.062338, 0.534729",\
|
|
"-0.508569, -0.392477, -0.296199, -0.151196, 0.445871",\
|
|
"-0.567946, -0.451855, -0.355576, -0.210573, 0.386493",\
|
|
"-0.638016, -0.521924, -0.425646, -0.280643, 0.316424",\
|
|
"-0.926790, -0.810698, -0.714420, -0.569417, 0.027650");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.598359, -0.482267, -0.385989, -0.240986, 0.356080",\
|
|
"-0.722577, -0.606486, -0.510207, -0.365205, 0.231862",\
|
|
"-0.847761, -0.731669, -0.635391, -0.490388, 0.106679",\
|
|
"-1.042057, -0.925965, -0.829687, -0.684684, -0.087617",\
|
|
"-1.843691, -1.727599, -1.631321, -1.486318, -0.889251");
|
|
}
|
|
|
|
} /* 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.007784 ;
|
|
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.985217, 3.904604, 3.855353, 3.818739, 3.668365",\
|
|
"4.084538, 4.003925, 3.954674, 3.918061, 3.767687",\
|
|
"4.163990, 4.083376, 4.034125, 3.997512, 3.847138",\
|
|
"4.266568, 4.185955, 4.136703, 4.100090, 3.949716",\
|
|
"4.682462, 4.601849, 4.552598, 4.515985, 4.365611");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.164648, 4.084035, 4.034784, 3.998170, 3.847796",\
|
|
"4.291299, 4.210686, 4.161435, 4.124821, 3.974447",\
|
|
"4.421744, 4.341131, 4.291880, 4.255267, 4.104893",\
|
|
"4.624599, 4.543986, 4.494735, 4.458122, 4.307748",\
|
|
"5.463686, 5.383073, 5.333822, 5.297208, 5.146834");
|
|
}
|
|
|
|
} /* 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.405438, -0.289346, -0.193068, -0.048065, 0.549001",\
|
|
"-0.504935, -0.388843, -0.292565, -0.147562, 0.449505",\
|
|
"-0.585127, -0.469035, -0.372757, -0.227754, 0.369313",\
|
|
"-0.687745, -0.571653, -0.475375, -0.330372, 0.266695",\
|
|
"-1.104754, -0.988663, -0.892384, -0.747382, -0.150315");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.561140, -0.445048, -0.348770, -0.203767, 0.393300",\
|
|
"-0.687790, -0.571699, -0.475420, -0.330418, 0.266649",\
|
|
"-0.818236, -0.702144, -0.605866, -0.460863, 0.136203",\
|
|
"-1.021129, -0.905038, -0.808759, -0.663757, -0.066690",\
|
|
"-1.860379, -1.744287, -1.648009, -1.503006, -0.905940");
|
|
}
|
|
|
|
} /* 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.007327 ;
|
|
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 ( "4.042230, 3.961617, 3.912366, 3.875752, 3.725379",\
|
|
"4.137265, 4.056652, 4.007401, 3.970787, 3.820413",\
|
|
"4.210746, 4.130133, 4.080882, 4.044269, 3.893895",\
|
|
"4.300859, 4.220246, 4.170995, 4.134382, 3.984008",\
|
|
"4.669018, 4.588405, 4.539154, 4.502540, 4.352166");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.226599, 4.145986, 4.096735, 4.060121, 3.909747",\
|
|
"4.354635, 4.274022, 4.224771, 4.188158, 4.037784",\
|
|
"4.490366, 4.409753, 4.360502, 4.323888, 4.173514",\
|
|
"4.706337, 4.625724, 4.576473, 4.539859, 4.389485",\
|
|
"5.594925, 5.514312, 5.465061, 5.428447, 5.278073");
|
|
}
|
|
|
|
} /* 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.432053, -0.315949, -0.219655, -0.074603, 0.522671",\
|
|
"-0.494155, -0.378051, -0.281757, -0.136705, 0.460569",\
|
|
"-0.524901, -0.408797, -0.312502, -0.167451, 0.429823",\
|
|
"-0.514283, -0.398179, -0.301884, -0.156833, 0.440441",\
|
|
"-0.468685, -0.352581, -0.256286, -0.111235, 0.486039");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.622802, -0.506710, -0.410432, -0.265429, 0.331638",\
|
|
"-0.715555, -0.599463, -0.503185, -0.358182, 0.238884",\
|
|
"-0.805221, -0.689129, -0.592851, -0.447848, 0.149219",\
|
|
"-0.915123, -0.799031, -0.702753, -0.557750, 0.039317",\
|
|
"-1.366071, -1.249980, -1.153702, -1.008699, -0.411632");
|
|
}
|
|
|
|
} /* 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.011499 ;
|
|
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 ( "4.046727, 3.966114, 3.916863, 3.880250, 3.729876",\
|
|
"4.110746, 4.030133, 3.980882, 3.944269, 3.793895",\
|
|
"4.157836, 4.077223, 4.027972, 3.991359, 3.840985",\
|
|
"4.188450, 4.107837, 4.058586, 4.021972, 3.871598",\
|
|
"4.085179, 4.004566, 3.955315, 3.918701, 3.768327");
|
|
}
|
|
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 ( "4.225283, 4.144670, 4.095418, 4.058805, 3.908431",\
|
|
"4.327104, 4.246490, 4.197239, 4.160626, 4.010252",\
|
|
"4.481698, 4.401084, 4.351833, 4.315220, 4.164846",\
|
|
"4.767792, 4.687179, 4.637928, 4.601315, 4.450941",\
|
|
"5.325033, 5.244420, 5.195169, 5.158556, 5.008182");
|
|
}
|
|
|
|
} /* 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.446424, -0.330332, -0.234054, -0.089051, 0.508016",\
|
|
"-0.510443, -0.394351, -0.298073, -0.153070, 0.443996",\
|
|
"-0.557807, -0.441715, -0.345437, -0.200434, 0.396633",\
|
|
"-0.588009, -0.471917, -0.375639, -0.230636, 0.366430",\
|
|
"-0.484211, -0.368119, -0.271841, -0.126838, 0.470229");
|
|
}
|
|
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.328346, -0.212242, -0.115947, 0.029104, 0.626378",\
|
|
"-0.430167, -0.314063, -0.217768, -0.072717, 0.524557",\
|
|
"-0.585303, -0.469199, -0.372904, -0.227853, 0.369421",\
|
|
"-0.872506, -0.756401, -0.660107, -0.515055, 0.082219",\
|
|
"-1.434969, -1.318865, -1.222570, -1.077519, -0.480245");
|
|
}
|
|
|
|
} /* 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.005769 ;
|
|
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 ( "4.193138, 4.112525, 4.063274, 4.026660, 3.876287",\
|
|
"4.268879, 4.188266, 4.139015, 4.102401, 3.952027",\
|
|
"4.309505, 4.228891, 4.179640, 4.143027, 3.992653",\
|
|
"4.347962, 4.267349, 4.218098, 4.181484, 4.031110",\
|
|
"4.505306, 4.424693, 4.375442, 4.338829, 4.188455");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.293386, 4.212773, 4.163522, 4.126908, 3.976534",\
|
|
"4.416315, 4.335701, 4.286450, 4.249837, 4.099463",\
|
|
"4.539614, 4.459001, 4.409750, 4.373136, 4.222762",\
|
|
"4.733953, 4.653339, 4.604088, 4.567475, 4.417101",\
|
|
"5.535795, 5.455182, 5.405931, 5.369317, 5.218943");
|
|
}
|
|
|
|
} /* 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.698674, -0.582582, -0.486304, -0.341301, 0.255766",\
|
|
"-0.774661, -0.658570, -0.562291, -0.417289, 0.179778",\
|
|
"-0.815721, -0.699629, -0.603351, -0.458348, 0.138719",\
|
|
"-0.857033, -0.740941, -0.644663, -0.499660, 0.097407",\
|
|
"-1.020181, -0.904089, -0.807811, -0.662808, -0.065742");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.900283, -0.784191, -0.687913, -0.542910, 0.054156",\
|
|
"-1.022946, -0.906854, -0.810576, -0.665573, -0.068506",\
|
|
"-1.145151, -1.029059, -0.932781, -0.787778, -0.190711",\
|
|
"-1.337442, -1.221351, -1.125072, -0.980069, -0.383003",\
|
|
"-2.128064, -2.011972, -1.915694, -1.770691, -1.173625");
|
|
}
|
|
|
|
} /* 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.003916 ;
|
|
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 ( "4.191885, 4.111271, 4.062020, 4.025407, 3.875033",\
|
|
"4.267507, 4.186894, 4.137643, 4.101029, 3.950655",\
|
|
"4.308114, 4.227500, 4.178249, 4.141636, 3.991262",\
|
|
"4.346102, 4.265489, 4.216238, 4.179625, 4.029251",\
|
|
"4.501185, 4.420572, 4.371321, 4.334707, 4.184333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.298807, 4.218194, 4.168942, 4.132329, 3.981955",\
|
|
"4.421747, 4.341134, 4.291883, 4.255270, 4.104896",\
|
|
"4.544647, 4.464034, 4.414783, 4.378169, 4.227795",\
|
|
"4.738084, 4.657471, 4.608220, 4.571606, 4.421232",\
|
|
"5.536164, 5.455551, 5.406300, 5.369687, 5.219313");
|
|
}
|
|
|
|
} /* 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.686044, -0.569952, -0.473674, -0.328671, 0.268395",\
|
|
"-0.761914, -0.645822, -0.549544, -0.404541, 0.192526",\
|
|
"-0.802969, -0.686877, -0.590599, -0.445596, 0.151471",\
|
|
"-0.844008, -0.727916, -0.631638, -0.486635, 0.110432",\
|
|
"-1.005520, -0.889429, -0.793150, -0.648148, -0.051081");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.881564, -0.765472, -0.669194, -0.524191, 0.072876",\
|
|
"-1.004214, -0.888123, -0.791844, -0.646842, -0.049775",\
|
|
"-1.125985, -1.009893, -0.913615, -0.768612, -0.171545",\
|
|
"-1.317297, -1.201205, -1.104927, -0.959924, -0.362857",\
|
|
"-2.106777, -1.990686, -1.894407, -1.749404, -1.152338");
|
|
}
|
|
|
|
} /* 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.004028 ;
|
|
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 ( "4.175834, 4.095221, 4.045970, 4.009356, 3.858983",\
|
|
"4.251729, 4.171116, 4.121865, 4.085252, 3.934878",\
|
|
"4.292697, 4.212084, 4.162833, 4.126219, 3.975845",\
|
|
"4.332097, 4.251484, 4.202233, 4.165619, 4.015245",\
|
|
"4.492934, 4.412321, 4.363070, 4.326457, 4.176083");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.249762, 4.169148, 4.119897, 4.083284, 3.932910",\
|
|
"4.372629, 4.292016, 4.242764, 4.206151, 4.055777",\
|
|
"4.495646, 4.415033, 4.365782, 4.329169, 4.178795",\
|
|
"4.689386, 4.608773, 4.559522, 4.522909, 4.372535",\
|
|
"5.487896, 5.407283, 5.358032, 5.321419, 5.171045");
|
|
}
|
|
|
|
} /* 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.713075, -0.596984, -0.500705, -0.355703, 0.241364",\
|
|
"-0.788997, -0.672905, -0.576627, -0.431624, 0.165443",\
|
|
"-0.830011, -0.713919, -0.617641, -0.472638, 0.124428",\
|
|
"-0.871045, -0.754954, -0.658675, -0.513672, 0.083394",\
|
|
"-1.033284, -0.917193, -0.820914, -0.675911, -0.078845");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.011219, -0.895127, -0.798849, -0.653846, -0.056779",\
|
|
"-1.133735, -1.017644, -0.921365, -0.776362, -0.179296",\
|
|
"-1.255772, -1.139680, -1.043402, -0.898399, -0.301333",\
|
|
"-1.447727, -1.331635, -1.235357, -1.090354, -0.493287",\
|
|
"-2.238446, -2.122354, -2.026076, -1.881073, -1.284006");
|
|
}
|
|
|
|
} /* 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.004442 ;
|
|
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 ( "4.182891, 4.102278, 4.053027, 4.016413, 3.866039",\
|
|
"4.258672, 4.178059, 4.128808, 4.092195, 3.941821",\
|
|
"4.299539, 4.218926, 4.169675, 4.133061, 3.982687",\
|
|
"4.338400, 4.257787, 4.208536, 4.171923, 4.021549",\
|
|
"4.497555, 4.416942, 4.367691, 4.331077, 4.180703");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.272996, 4.192383, 4.143132, 4.106518, 3.956144",\
|
|
"4.395860, 4.315247, 4.265996, 4.229382, 4.079008",\
|
|
"4.518708, 4.438095, 4.388844, 4.352231, 4.201857",\
|
|
"4.712087, 4.631474, 4.582222, 4.545609, 4.395235",\
|
|
"5.509642, 5.429029, 5.379778, 5.343164, 5.192791");
|
|
}
|
|
|
|
} /* 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.704607, -0.588515, -0.492237, -0.347234, 0.249833",\
|
|
"-0.780470, -0.664378, -0.568100, -0.423097, 0.173970",\
|
|
"-0.821486, -0.705394, -0.609116, -0.464113, 0.132954",\
|
|
"-0.862471, -0.746379, -0.650101, -0.505098, 0.091969",\
|
|
"-1.024181, -0.908090, -0.811812, -0.666809, -0.069742");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.954115, -0.838023, -0.741745, -0.596742, 0.000325",\
|
|
"-1.076324, -0.960232, -0.863954, -0.718951, -0.121884",\
|
|
"-1.197516, -1.081425, -0.985146, -0.840144, -0.243077",\
|
|
"-1.387811, -1.271719, -1.175441, -1.030438, -0.433371",\
|
|
"-2.174510, -2.058418, -1.962140, -1.817137, -1.220071");
|
|
}
|
|
|
|
} /* 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.004465 ;
|
|
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 ( "4.190588, 4.109975, 4.060724, 4.024111, 3.873737",\
|
|
"4.266247, 4.185634, 4.136383, 4.099770, 3.949396",\
|
|
"4.307002, 4.226389, 4.177138, 4.140524, 3.990150",\
|
|
"4.345297, 4.264684, 4.215433, 4.178819, 4.028445",\
|
|
"4.502058, 4.421445, 4.372194, 4.335580, 4.185206");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.308583, 4.227970, 4.178719, 4.142106, 3.991732",\
|
|
"4.431504, 4.350891, 4.301640, 4.265026, 4.114652",\
|
|
"4.554301, 4.473688, 4.424437, 4.387824, 4.237450",\
|
|
"4.747540, 4.666926, 4.617675, 4.581062, 4.430688",\
|
|
"5.544790, 5.464177, 5.414926, 5.378313, 5.227939");
|
|
}
|
|
|
|
} /* 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.712543, -0.596451, -0.500173, -0.355170, 0.241897",\
|
|
"-0.788530, -0.672438, -0.576160, -0.431157, 0.165910",\
|
|
"-0.829887, -0.713795, -0.617517, -0.472514, 0.124553",\
|
|
"-0.871570, -0.755479, -0.659200, -0.514197, 0.082869",\
|
|
"-1.037171, -0.921079, -0.824801, -0.679798, -0.082731");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.053010, -0.936918, -0.840640, -0.695637, -0.098571",\
|
|
"-1.175657, -1.059565, -0.963287, -0.818284, -0.221217",\
|
|
"-1.297243, -1.181151, -1.084873, -0.939870, -0.342804",\
|
|
"-1.488180, -1.372089, -1.275810, -1.130807, -0.533741",\
|
|
"-2.273397, -2.157305, -2.061027, -1.916024, -1.318957");
|
|
}
|
|
|
|
} /* 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.004307 ;
|
|
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 ( "4.204195, 4.123582, 4.074331, 4.037717, 3.887343",\
|
|
"4.279887, 4.199274, 4.150023, 4.113409, 3.963035",\
|
|
"4.320407, 4.239794, 4.190543, 4.153929, 4.003555",\
|
|
"4.358541, 4.277928, 4.228677, 4.192064, 4.041690",\
|
|
"4.514131, 4.433517, 4.384266, 4.347653, 4.197279");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.324326, 4.243713, 4.194462, 4.157848, 4.007474",\
|
|
"4.447268, 4.366655, 4.317404, 4.280790, 4.130416",\
|
|
"4.570570, 4.489957, 4.440706, 4.404092, 4.253718",\
|
|
"4.764901, 4.684288, 4.635037, 4.598423, 4.448050",\
|
|
"5.566711, 5.486098, 5.436847, 5.400234, 5.249860");
|
|
}
|
|
|
|
} /* 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.720068, -0.603977, -0.507698, -0.362696, 0.234371",\
|
|
"-0.796050, -0.679958, -0.583680, -0.438677, 0.158390",\
|
|
"-0.837076, -0.720985, -0.624706, -0.479703, 0.117363",\
|
|
"-0.878308, -0.762216, -0.665938, -0.520935, 0.076132",\
|
|
"-1.041696, -0.925605, -0.829326, -0.684324, -0.087257");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.044730, -0.928638, -0.832360, -0.687357, -0.090291",\
|
|
"-1.167366, -1.051274, -0.954996, -0.809993, -0.212927",\
|
|
"-1.289477, -1.173385, -1.077107, -0.932104, -0.335037",\
|
|
"-1.481488, -1.365397, -1.269118, -1.124115, -0.527049",\
|
|
"-2.272742, -2.156650, -2.060372, -1.915369, -1.318302");
|
|
}
|
|
|
|
} /* 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.004347 ;
|
|
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 ( "4.179379, 4.098766, 4.049515, 4.012901, 3.862527",\
|
|
"4.255256, 4.174643, 4.125392, 4.088778, 3.938405",\
|
|
"4.296270, 4.215657, 4.166406, 4.129792, 3.979418",\
|
|
"4.335649, 4.255035, 4.205784, 4.169171, 4.018797",\
|
|
"4.496428, 4.415814, 4.366563, 4.329950, 4.179576");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.269194, 4.188581, 4.139330, 4.102716, 3.952343",\
|
|
"4.392039, 4.311426, 4.262175, 4.225561, 4.075187",\
|
|
"4.514919, 4.434306, 4.385055, 4.348442, 4.198068",\
|
|
"4.708359, 4.627746, 4.578495, 4.541882, 4.391508",\
|
|
"5.505628, 5.425015, 5.375764, 5.339150, 5.188776");
|
|
}
|
|
|
|
} /* 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.485213, -0.369121, -0.272843, -0.127840, 0.469227",\
|
|
"-0.561007, -0.444916, -0.348637, -0.203634, 0.393432",\
|
|
"-0.601873, -0.485781, -0.389503, -0.244500, 0.352567",\
|
|
"-0.642522, -0.526430, -0.430152, -0.285149, 0.311918",\
|
|
"-0.802023, -0.685931, -0.589653, -0.444650, 0.152416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.719482, -0.603390, -0.507112, -0.362109, 0.234958",\
|
|
"-0.841920, -0.725829, -0.629550, -0.484547, 0.112519",\
|
|
"-0.963750, -0.847659, -0.751380, -0.606377, -0.009311",\
|
|
"-1.155232, -1.039140, -0.942862, -0.797859, -0.200793",\
|
|
"-1.944936, -1.828844, -1.732566, -1.587563, -0.990497");
|
|
}
|
|
|
|
} /* 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.005522 ;
|
|
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 ( "4.211942, 4.131329, 4.082078, 4.045465, 3.895091",\
|
|
"4.287921, 4.207308, 4.158057, 4.121444, 3.971070",\
|
|
"4.328393, 4.247780, 4.198529, 4.161916, 4.011542",\
|
|
"4.367520, 4.286907, 4.237656, 4.201042, 4.050668",\
|
|
"4.527830, 4.447217, 4.397965, 4.361352, 4.210978");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.309198, 4.228585, 4.179334, 4.142720, 3.992346",\
|
|
"4.432107, 4.351494, 4.302243, 4.265630, 4.115256",\
|
|
"4.556293, 4.475680, 4.426429, 4.389816, 4.239442",\
|
|
"4.752633, 4.672019, 4.622768, 4.586155, 4.435781",\
|
|
"5.562490, 5.481877, 5.432626, 5.396012, 5.245638");
|
|
}
|
|
|
|
} /* 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.502871, -0.386779, -0.290501, -0.145498, 0.451569",\
|
|
"-0.559921, -0.443829, -0.347551, -0.202548, 0.394519",\
|
|
"-0.575668, -0.459577, -0.363298, -0.218296, 0.378771",\
|
|
"-0.558815, -0.442724, -0.346446, -0.201443, 0.395624",\
|
|
"-0.482768, -0.366676, -0.270398, -0.125395, 0.471671");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.676577, -0.560485, -0.464207, -0.319204, 0.277862",\
|
|
"-0.779654, -0.663563, -0.567284, -0.422281, 0.174785",\
|
|
"-0.876953, -0.760861, -0.664583, -0.519580, 0.077487",\
|
|
"-1.011455, -0.895363, -0.799085, -0.654082, -0.057015",\
|
|
"-1.570837, -1.454746, -1.358467, -1.213464, -0.616398");
|
|
}
|
|
|
|
} /* 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.004685 ;
|
|
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 ( "4.194057, 4.113443, 4.064192, 4.027579, 3.877205",\
|
|
"4.269766, 4.189153, 4.139902, 4.103288, 3.952914",\
|
|
"4.310442, 4.229829, 4.180578, 4.143965, 3.993591",\
|
|
"4.348839, 4.268226, 4.218975, 4.182362, 4.031988",\
|
|
"4.505942, 4.425329, 4.376078, 4.339465, 4.189091");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.320101, 4.239488, 4.190237, 4.153623, 4.003249",\
|
|
"4.443023, 4.362410, 4.313159, 4.276546, 4.126172",\
|
|
"4.566145, 4.485532, 4.436281, 4.399667, 4.249293",\
|
|
"4.760086, 4.679472, 4.630221, 4.593608, 4.443234",\
|
|
"5.560262, 5.479649, 5.430398, 5.393784, 5.243410");
|
|
}
|
|
|
|
} /* 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.492905, -0.376813, -0.280535, -0.135532, 0.461534",\
|
|
"-0.568847, -0.452756, -0.356477, -0.211475, 0.385592",\
|
|
"-0.609939, -0.493847, -0.397569, -0.252566, 0.344501",\
|
|
"-0.651419, -0.535327, -0.439049, -0.294046, 0.303021",\
|
|
"-0.814327, -0.698235, -0.601957, -0.456954, 0.140113");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.766386, -0.650294, -0.554016, -0.409013, 0.188054",\
|
|
"-0.888999, -0.772907, -0.676629, -0.531626, 0.065440",\
|
|
"-1.010917, -0.894825, -0.798547, -0.653544, -0.056477",\
|
|
"-1.202573, -1.086481, -0.990203, -0.845200, -0.248134",\
|
|
"-1.990851, -1.874759, -1.778481, -1.633478, -1.036412");
|
|
}
|
|
|
|
} /* 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.005571 ;
|
|
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 ( "4.197811, 4.117198, 4.067947, 4.031333, 3.880960",\
|
|
"4.273441, 4.192828, 4.143577, 4.106964, 3.956590",\
|
|
"4.314026, 4.233413, 4.184162, 4.147549, 3.997175",\
|
|
"4.352055, 4.271442, 4.222191, 4.185577, 4.035203",\
|
|
"4.507259, 4.426646, 4.377395, 4.340782, 4.190408");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.328771, 4.248158, 4.198907, 4.162293, 4.011919",\
|
|
"4.451688, 4.371075, 4.321824, 4.285210, 4.134836",\
|
|
"4.574725, 4.494112, 4.444861, 4.408247, 4.257874",\
|
|
"4.768459, 4.687846, 4.638595, 4.601981, 4.451607",\
|
|
"5.567676, 5.487062, 5.437811, 5.401198, 5.250824");
|
|
}
|
|
|
|
} /* 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.488996, -0.372905, -0.276626, -0.131624, 0.465443",\
|
|
"-0.564849, -0.448757, -0.352479, -0.207476, 0.389591",\
|
|
"-0.605833, -0.489741, -0.393463, -0.248460, 0.348606",\
|
|
"-0.646873, -0.530781, -0.434503, -0.289500, 0.307566",\
|
|
"-0.808006, -0.691915, -0.595636, -0.450634, 0.146433");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.751705, -0.635613, -0.539335, -0.394332, 0.202734",\
|
|
"-0.874282, -0.758190, -0.661912, -0.516909, 0.080157",\
|
|
"-0.996190, -0.880098, -0.783820, -0.638817, -0.041751",\
|
|
"-1.187727, -1.071635, -0.975357, -0.830354, -0.233288",\
|
|
"-1.976802, -1.860711, -1.764432, -1.619429, -1.022363");
|
|
}
|
|
|
|
} /* 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.005496 ;
|
|
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 ( "4.168364, 4.087751, 4.038500, 4.001886, 3.851512",\
|
|
"4.244168, 4.163555, 4.114304, 4.077691, 3.927317",\
|
|
"4.285359, 4.204746, 4.155495, 4.118882, 3.968508",\
|
|
"4.324657, 4.244044, 4.194793, 4.158179, 4.007805",\
|
|
"4.485209, 4.404596, 4.355345, 4.318732, 4.168358");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.272873, 4.192260, 4.143009, 4.106395, 3.956021",\
|
|
"4.395720, 4.315106, 4.265855, 4.229242, 4.078868",\
|
|
"4.518139, 4.437526, 4.388275, 4.351662, 4.201288",\
|
|
"4.710711, 4.630098, 4.580847, 4.544233, 4.393859",\
|
|
"5.504401, 5.423788, 5.374537, 5.337924, 5.187550");
|
|
}
|
|
|
|
} /* 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.434097, -0.318005, -0.221727, -0.076724, 0.520343",\
|
|
"-0.484226, -0.368134, -0.271856, -0.126853, 0.470214",\
|
|
"-0.491853, -0.375762, -0.279483, -0.134480, 0.462586",\
|
|
"-0.453690, -0.337598, -0.241320, -0.096317, 0.500750",\
|
|
"-0.292315, -0.176223, -0.079945, 0.065058, 0.662125");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.514716, -0.398624, -0.302346, -0.157343, 0.439723",\
|
|
"-0.611119, -0.495027, -0.398749, -0.253746, 0.343321",\
|
|
"-0.699063, -0.582971, -0.486693, -0.341690, 0.255377",\
|
|
"-0.812087, -0.695995, -0.599717, -0.454714, 0.142353",\
|
|
"-1.276029, -1.159938, -1.063659, -0.918657, -0.321590");
|
|
}
|
|
|
|
} /* 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.005890 ;
|
|
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 ( "4.181168, 4.100555, 4.051304, 4.014690, 3.864316",\
|
|
"4.256883, 4.176270, 4.127018, 4.090405, 3.940031",\
|
|
"4.297853, 4.217239, 4.167988, 4.131375, 3.981001",\
|
|
"4.336630, 4.256017, 4.206766, 4.170152, 4.019778",\
|
|
"4.495478, 4.414865, 4.365614, 4.329000, 4.178627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.299617, 4.219004, 4.169753, 4.133139, 3.982765",\
|
|
"4.422472, 4.341859, 4.292608, 4.255995, 4.105621",\
|
|
"4.545079, 4.464466, 4.415215, 4.378602, 4.228228",\
|
|
"4.738000, 4.657387, 4.608136, 4.571522, 4.421148",\
|
|
"5.533669, 5.453056, 5.403805, 5.367192, 5.216818");
|
|
}
|
|
|
|
} /* 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.451383, -0.335291, -0.239013, -0.094010, 0.503057",\
|
|
"-0.527098, -0.411006, -0.314728, -0.169725, 0.427342",\
|
|
"-0.568068, -0.451977, -0.355698, -0.210696, 0.386371",\
|
|
"-0.606848, -0.490756, -0.394478, -0.249475, 0.347591",\
|
|
"-0.762591, -0.646499, -0.550221, -0.405218, 0.191849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.522063, -0.405971, -0.309693, -0.164690, 0.432377",\
|
|
"-0.644905, -0.528813, -0.432535, -0.287532, 0.309534",\
|
|
"-0.767540, -0.651448, -0.555170, -0.410167, 0.186899",\
|
|
"-0.960550, -0.844459, -0.748180, -0.603177, -0.006111",\
|
|
"-1.753998, -1.637906, -1.541628, -1.396625, -0.799558");
|
|
}
|
|
|
|
} /* 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.010082 ;
|
|
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 ( "4.121479, 4.040866, 3.991615, 3.955001, 3.804627",\
|
|
"4.214682, 4.134069, 4.084818, 4.048204, 3.897830",\
|
|
"4.285307, 4.204694, 4.155443, 4.118829, 3.968455",\
|
|
"4.369001, 4.288388, 4.239137, 4.202523, 4.052149",\
|
|
"4.713926, 4.633313, 4.584062, 4.547448, 4.397074");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.246932, 4.166319, 4.117068, 4.080454, 3.930080",\
|
|
"4.375743, 4.295130, 4.245879, 4.209265, 4.058891",\
|
|
"4.518746, 4.438133, 4.388882, 4.352269, 4.201895",\
|
|
"4.751456, 4.670843, 4.621592, 4.584978, 4.434604",\
|
|
"5.712071, 5.631458, 5.582207, 5.545594, 5.395220");
|
|
}
|
|
|
|
} /* 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.347908, -0.231804, -0.135510, 0.009542, 0.606816",\
|
|
"-0.428830, -0.312726, -0.216431, -0.071380, 0.525894",\
|
|
"-0.483578, -0.367474, -0.271179, -0.126128, 0.471146",\
|
|
"-0.530181, -0.414077, -0.317782, -0.172731, 0.424543",\
|
|
"-0.722245, -0.606140, -0.509846, -0.364794, 0.232480");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.522209, -0.406105, -0.309810, -0.164759, 0.432515",\
|
|
"-0.637409, -0.521304, -0.425010, -0.279958, 0.317315",\
|
|
"-0.762213, -0.646108, -0.549814, -0.404762, 0.192512",\
|
|
"-0.953023, -0.836919, -0.740624, -0.595573, 0.001701",\
|
|
"-1.738164, -1.622060, -1.525765, -1.380714, -0.783440");
|
|
}
|
|
|
|
} /* 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.010000 ;
|
|
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 ( "4.107818, 4.027205, 3.977954, 3.941340, 3.790967",\
|
|
"4.200981, 4.120368, 4.071116, 4.034503, 3.884129",\
|
|
"4.271897, 4.191284, 4.142033, 4.105420, 3.955046",\
|
|
"4.355848, 4.275235, 4.225984, 4.189371, 4.038997",\
|
|
"4.701817, 4.621203, 4.571952, 4.535339, 4.384965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.213604, 4.132991, 4.083740, 4.047127, 3.896753",\
|
|
"4.342422, 4.261808, 4.212557, 4.175944, 4.025570",\
|
|
"4.485197, 4.404584, 4.355333, 4.318719, 4.168345",\
|
|
"4.717315, 4.636702, 4.587451, 4.550837, 4.400463",\
|
|
"5.675409, 5.594796, 5.545545, 5.508932, 5.358558");
|
|
}
|
|
|
|
} /* 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.414848, -0.298744, -0.202450, -0.057398, 0.539876",\
|
|
"-0.508011, -0.391907, -0.295612, -0.150561, 0.446713",\
|
|
"-0.578946, -0.462842, -0.366548, -0.221496, 0.375778",\
|
|
"-0.662870, -0.546766, -0.450471, -0.305420, 0.291854",\
|
|
"-1.005830, -0.889725, -0.793431, -0.648379, -0.051105");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.678454, -0.562362, -0.466084, -0.321081, 0.275985",\
|
|
"-0.807272, -0.691180, -0.594902, -0.449899, 0.147167",\
|
|
"-0.950047, -0.833956, -0.737677, -0.592674, 0.004392",\
|
|
"-1.182165, -1.066073, -0.969795, -0.824792, -0.227725",\
|
|
"-2.140259, -2.024167, -1.927889, -1.782886, -1.185820");
|
|
}
|
|
|
|
} /* 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.012728 ;
|
|
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 ( "4.518174, 4.437561, 4.388309, 4.351696, 4.201322",\
|
|
"4.611328, 4.530715, 4.481463, 4.444850, 4.294476",\
|
|
"4.682434, 4.601820, 4.552569, 4.515956, 4.365582",\
|
|
"4.766360, 4.685747, 4.636496, 4.599882, 4.449508",\
|
|
"5.111724, 5.031111, 4.981860, 4.945246, 4.794872");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.543345, 4.462732, 4.413481, 4.376868, 4.226494",\
|
|
"4.672125, 4.591512, 4.542261, 4.505648, 4.355274",\
|
|
"4.815028, 4.734415, 4.685163, 4.648550, 4.498176",\
|
|
"5.047481, 4.966868, 4.917617, 4.881003, 4.730629",\
|
|
"6.006339, 5.925726, 5.876475, 5.839861, 5.689487");
|
|
}
|
|
|
|
} /* 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.454229, -0.338125, -0.241830, -0.096779, 0.500495",\
|
|
"-0.547383, -0.431279, -0.334984, -0.189933, 0.407341",\
|
|
"-0.618362, -0.502258, -0.405963, -0.260912, 0.336362",\
|
|
"-0.702824, -0.586720, -0.490426, -0.345374, 0.251900",\
|
|
"-1.048958, -0.932854, -0.836559, -0.691508, -0.094234");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.580802, -0.464710, -0.368432, -0.223429, 0.373638",\
|
|
"-0.709581, -0.593489, -0.497211, -0.352208, 0.244858",\
|
|
"-0.851772, -0.735680, -0.639402, -0.494399, 0.102668",\
|
|
"-1.082577, -0.966485, -0.870207, -0.725204, -0.128137",\
|
|
"-2.034399, -1.918308, -1.822029, -1.677027, -1.079960");
|
|
}
|
|
|
|
} /* 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.011917 ;
|
|
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 ( "4.534009, 4.453395, 4.404144, 4.367531, 4.217157",\
|
|
"4.598125, 4.517512, 4.468261, 4.431648, 4.281274",\
|
|
"4.645357, 4.564744, 4.515492, 4.478879, 4.328505",\
|
|
"4.675514, 4.594901, 4.545650, 4.509036, 4.358662",\
|
|
"4.574416, 4.493803, 4.444551, 4.407938, 4.257564");
|
|
}
|
|
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 ( "4.549099, 4.468486, 4.419235, 4.382621, 4.232247",\
|
|
"4.650952, 4.570339, 4.521088, 4.484474, 4.334100",\
|
|
"4.806597, 4.725984, 4.676733, 4.640119, 4.489745",\
|
|
"5.096025, 5.015411, 4.966160, 4.929547, 4.779173",\
|
|
"5.662834, 5.582221, 5.532969, 5.496356, 5.345982");
|
|
}
|
|
|
|
} /* 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.455361, -0.339257, -0.242963, -0.097911, 0.499363",\
|
|
"-0.519478, -0.403374, -0.307080, -0.162028, 0.435246",\
|
|
"-0.566442, -0.450338, -0.354043, -0.208992, 0.388282",\
|
|
"-0.597527, -0.481423, -0.385129, -0.240077, 0.357197",\
|
|
"-0.497890, -0.381786, -0.285492, -0.140440, 0.456834");
|
|
}
|
|
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.675857, -0.559765, -0.463487, -0.318484, 0.278583",\
|
|
"-0.777709, -0.661618, -0.565339, -0.420336, 0.176730",\
|
|
"-0.932386, -0.816295, -0.720016, -0.575014, 0.022053",\
|
|
"-1.219541, -1.103449, -1.007171, -0.862168, -0.265102",\
|
|
"-1.780539, -1.664447, -1.568169, -1.423166, -0.826100");
|
|
}
|
|
|
|
} /* 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.004884 ;
|
|
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 ( "4.725381, 4.644768, 4.595517, 4.558904, 4.408530",\
|
|
"4.824385, 4.743772, 4.694521, 4.657907, 4.507534",\
|
|
"4.904473, 4.823860, 4.774609, 4.737996, 4.587622",\
|
|
"5.007805, 4.927192, 4.877941, 4.841328, 4.690954",\
|
|
"5.433187, 5.352574, 5.303323, 5.266710, 5.116336");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.732079, 4.651465, 4.602214, 4.565601, 4.415227",\
|
|
"4.858369, 4.777756, 4.728505, 4.691891, 4.541517",\
|
|
"4.991355, 4.910742, 4.861491, 4.824877, 4.674503",\
|
|
"5.199644, 5.119031, 5.069780, 5.033166, 4.882792",\
|
|
"6.058256, 5.977643, 5.928392, 5.891778, 5.741405");
|
|
}
|
|
|
|
} /* 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.735603, -0.619511, -0.523233, -0.378230, 0.218836",\
|
|
"-0.834607, -0.718515, -0.622237, -0.477234, 0.119833",\
|
|
"-0.914420, -0.798328, -0.702050, -0.557047, 0.040019",\
|
|
"-1.019279, -0.903187, -0.806909, -0.661906, -0.064840",\
|
|
"-1.448566, -1.332474, -1.236196, -1.091193, -0.494127");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.706453, -0.590361, -0.494083, -0.349080, 0.247987",\
|
|
"-0.832743, -0.716652, -0.620373, -0.475371, 0.121696",\
|
|
"-0.965729, -0.849637, -0.753359, -0.608356, -0.011289",\
|
|
"-1.174017, -1.057925, -0.961647, -0.816644, -0.219577",\
|
|
"-2.032625, -1.916533, -1.820255, -1.675252, -1.078186");
|
|
}
|
|
|
|
} /* 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.011969 ;
|
|
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 ( "4.462856, 4.382243, 4.332992, 4.296378, 4.146004",\
|
|
"4.526972, 4.446359, 4.397108, 4.360494, 4.210120",\
|
|
"4.573890, 4.493277, 4.444026, 4.407413, 4.257039",\
|
|
"4.603268, 4.522655, 4.473404, 4.436790, 4.286417",\
|
|
"4.501399, 4.420785, 4.371534, 4.334921, 4.184547");
|
|
}
|
|
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 ( "4.517224, 4.436611, 4.387360, 4.350746, 4.200372",\
|
|
"4.619136, 4.538523, 4.489272, 4.452658, 4.302284",\
|
|
"4.778360, 4.697747, 4.648496, 4.611882, 4.461508",\
|
|
"5.069426, 4.988812, 4.939561, 4.902948, 4.752574",\
|
|
"5.639316, 5.558703, 5.509452, 5.472838, 5.322464");
|
|
}
|
|
|
|
} /* 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.414657, -0.298553, -0.202259, -0.057207, 0.540067",\
|
|
"-0.478771, -0.362667, -0.266373, -0.121321, 0.475953",\
|
|
"-0.525709, -0.409604, -0.313310, -0.168258, 0.429016",\
|
|
"-0.556592, -0.440488, -0.344194, -0.199142, 0.398132",\
|
|
"-0.458270, -0.342166, -0.245871, -0.100820, 0.496454");
|
|
}
|
|
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.400651, -0.284547, -0.188253, -0.043201, 0.554073",\
|
|
"-0.502567, -0.386463, -0.290169, -0.145117, 0.452157",\
|
|
"-0.661949, -0.545845, -0.449550, -0.304499, 0.292775",\
|
|
"-0.955072, -0.838968, -0.742673, -0.597622, -0.000348",\
|
|
"-1.525996, -1.409892, -1.313597, -1.168546, -0.571272");
|
|
}
|
|
|
|
} /* 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.009726 ;
|
|
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 ( "4.412003, 4.331390, 4.282139, 4.245525, 4.095151",\
|
|
"4.476116, 4.395503, 4.346251, 4.309638, 4.159264",\
|
|
"4.523170, 4.442557, 4.393306, 4.356693, 4.206319",\
|
|
"4.554846, 4.474233, 4.424982, 4.388368, 4.237994",\
|
|
"4.460417, 4.379804, 4.330553, 4.293940, 4.143566");
|
|
}
|
|
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 ( "4.455435, 4.374822, 4.325571, 4.288958, 4.138584",\
|
|
"4.556909, 4.476295, 4.427044, 4.390431, 4.240057",\
|
|
"4.707000, 4.626387, 4.577136, 4.540522, 4.390148",\
|
|
"4.982199, 4.901586, 4.852335, 4.815722, 4.665348",\
|
|
"5.517048, 5.436435, 5.387184, 5.350570, 5.200196");
|
|
}
|
|
|
|
} /* 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.552933, -0.436841, -0.340563, -0.195560, 0.401506",\
|
|
"-0.617046, -0.500955, -0.404676, -0.259673, 0.337393",\
|
|
"-0.663587, -0.547495, -0.451217, -0.306214, 0.290852",\
|
|
"-0.693679, -0.577587, -0.481309, -0.336306, 0.260761",\
|
|
"-0.594575, -0.478483, -0.382205, -0.237202, 0.359865");
|
|
}
|
|
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.455274, -0.339170, -0.242875, -0.097824, 0.499450",\
|
|
"-0.556747, -0.440643, -0.344349, -0.199297, 0.397977",\
|
|
"-0.706893, -0.590789, -0.494494, -0.349443, 0.247831",\
|
|
"-0.982477, -0.866372, -0.770078, -0.625026, -0.027753",\
|
|
"-1.518049, -1.401945, -1.305651, -1.160599, -0.563325");
|
|
}
|
|
|
|
} /* 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.009905 ;
|
|
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 ( "4.198040, 4.117426, 4.068175, 4.031562, 3.881188",\
|
|
"4.291287, 4.210674, 4.161423, 4.124809, 3.974435",\
|
|
"4.361283, 4.280670, 4.231419, 4.194805, 4.044431",\
|
|
"4.444047, 4.363434, 4.314183, 4.277570, 4.127196",\
|
|
"4.785115, 4.704502, 4.655251, 4.618637, 4.468263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.239618, 4.159005, 4.109754, 4.073140, 3.922766",\
|
|
"4.368413, 4.287800, 4.238549, 4.201936, 4.051562",\
|
|
"4.511065, 4.430452, 4.381201, 4.344587, 4.194213",\
|
|
"4.743186, 4.662572, 4.613321, 4.576708, 4.426334",\
|
|
"5.703584, 5.622971, 5.573720, 5.537107, 5.386733");
|
|
}
|
|
|
|
} /* 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.415092, -0.299000, -0.202722, -0.057719, 0.539348",\
|
|
"-0.508339, -0.392248, -0.295969, -0.150967, 0.446100",\
|
|
"-0.578940, -0.462848, -0.366570, -0.221567, 0.375500",\
|
|
"-0.664536, -0.548444, -0.452166, -0.307163, 0.289904",\
|
|
"-1.015265, -0.899173, -0.802895, -0.657892, -0.060825");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.437962, -0.321870, -0.225592, -0.080589, 0.516478",\
|
|
"-0.566757, -0.450666, -0.354387, -0.209385, 0.387682",\
|
|
"-0.710036, -0.593945, -0.497666, -0.352664, 0.244403",\
|
|
"-0.943735, -0.827643, -0.731365, -0.586362, 0.010705",\
|
|
"-1.906956, -1.790864, -1.694586, -1.549583, -0.952517");
|
|
}
|
|
|
|
} /* 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.003603 ;
|
|
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.061529, -0.019085, -0.068336, -0.104949, -0.255323",\
|
|
"0.137423, 0.056810, 0.007559, -0.029055, -0.179428",\
|
|
"0.178168, 0.097555, 0.048304, 0.011690, -0.138683",\
|
|
"0.217311, 0.136698, 0.087447, 0.050834, -0.099540",\
|
|
"0.376587, 0.295974, 0.246723, 0.210110, 0.059736");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.531590, 0.450976, 0.401726, 0.365112, 0.214739",\
|
|
"0.654387, 0.573774, 0.524523, 0.487909, 0.337536",\
|
|
"0.777359, 0.696746, 0.647495, 0.610881, 0.460508",\
|
|
"0.971148, 0.890535, 0.841284, 0.804670, 0.654297",\
|
|
"1.768536, 1.687922, 1.638672, 1.602058, 1.451684");
|
|
}
|
|
|
|
} /* 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.005885, 0.110219, 0.206513, 0.351565, 0.948839",\
|
|
"-0.081780, 0.034325, 0.130619, 0.275671, 0.872944",\
|
|
"-0.122524, -0.006420, 0.089874, 0.234926, 0.832199",\
|
|
"-0.161668, -0.045564, 0.050731, 0.195782, 0.793056",\
|
|
"-0.320944, -0.204840, -0.108545, 0.036506, 0.633780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.445793, -0.329689, -0.233395, -0.088343, 0.508930",\
|
|
"-0.568590, -0.452486, -0.356192, -0.211140, 0.386133",\
|
|
"-0.691562, -0.575458, -0.479164, -0.334112, 0.263161",\
|
|
"-0.885352, -0.769247, -0.672953, -0.527901, 0.069372",\
|
|
"-1.682739, -1.566635, -1.470340, -1.325289, -0.728015");
|
|
}
|
|
|
|
} /* 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.003875 ;
|
|
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.019592, -0.100205, -0.149456, -0.186070, -0.336444",\
|
|
"0.056165, -0.024448, -0.073699, -0.110313, -0.260687",\
|
|
"0.097291, 0.016678, -0.032573, -0.069187, -0.219561",\
|
|
"0.136330, 0.055717, 0.006466, -0.030147, -0.180521",\
|
|
"0.295751, 0.215138, 0.165887, 0.129273, -0.021101");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.404471, 0.323857, 0.274607, 0.237993, 0.087619",\
|
|
"0.527241, 0.446627, 0.397376, 0.360763, 0.210389",\
|
|
"0.648962, 0.568349, 0.519098, 0.482484, 0.332110",\
|
|
"0.839986, 0.759373, 0.710122, 0.673508, 0.523134",\
|
|
"1.625618, 1.545005, 1.495754, 1.459141, 1.308767");
|
|
}
|
|
|
|
} /* 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.077542, 0.193646, 0.289941, 0.434992, 1.032267",\
|
|
"0.001785, 0.117889, 0.214184, 0.359235, 0.956509",\
|
|
"-0.039341, 0.076763, 0.173057, 0.318109, 0.915383",\
|
|
"-0.078380, 0.037724, 0.134018, 0.279070, 0.876344",\
|
|
"-0.237801, -0.121697, -0.025403, 0.119649, 0.716923");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.314625, -0.198520, -0.102226, 0.042826, 0.640100",\
|
|
"-0.437395, -0.321290, -0.224996, -0.079944, 0.517330",\
|
|
"-0.559116, -0.443012, -0.346718, -0.201666, 0.395608",\
|
|
"-0.750140, -0.634036, -0.537742, -0.392690, 0.204584",\
|
|
"-1.535772, -1.419668, -1.323374, -1.178322, -0.581048");
|
|
}
|
|
|
|
} /* 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.004207 ;
|
|
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.077603, -0.158216, -0.207467, -0.244081, -0.394454",\
|
|
"-0.001795, -0.082408, -0.131659, -0.168273, -0.318646",\
|
|
"0.039214, -0.041400, -0.090651, -0.127264, -0.277638",\
|
|
"0.078321, -0.002292, -0.051543, -0.088156, -0.238530",\
|
|
"0.237870, 0.157257, 0.108006, 0.071393, -0.078981");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.357826, 0.277212, 0.227962, 0.191348, 0.040974",\
|
|
"0.480588, 0.399975, 0.350724, 0.314111, 0.163737",\
|
|
"0.602656, 0.522042, 0.472791, 0.436178, 0.285804",\
|
|
"0.794492, 0.713879, 0.664628, 0.628014, 0.477641",\
|
|
"1.583430, 1.502816, 1.453565, 1.416952, 1.266578");
|
|
}
|
|
|
|
} /* 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.104000, 0.220105, 0.316399, 0.461451, 1.058724",\
|
|
"0.028192, 0.144297, 0.240591, 0.385643, 0.982916",\
|
|
"-0.012816, 0.103288, 0.199583, 0.344634, 0.941908",\
|
|
"-0.051924, 0.064180, 0.160475, 0.305526, 0.902800",\
|
|
"-0.211473, -0.095369, 0.000926, 0.145977, 0.743251");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.285598, -0.169494, -0.073200, 0.071852, 0.669125",\
|
|
"-0.408361, -0.292257, -0.195963, -0.050911, 0.546363",\
|
|
"-0.530428, -0.414324, -0.318030, -0.172978, 0.424296",\
|
|
"-0.722265, -0.606160, -0.509866, -0.364814, 0.232459",\
|
|
"-1.511202, -1.395098, -1.298804, -1.153752, -0.556479");
|
|
}
|
|
|
|
} /* 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.004547 ;
|
|
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.023468, -0.104081, -0.153332, -0.189946, -0.340320",\
|
|
"0.052455, -0.028158, -0.077409, -0.114023, -0.264397",\
|
|
"0.093204, 0.012591, -0.036660, -0.073274, -0.223648",\
|
|
"0.132470, 0.051857, 0.002606, -0.034008, -0.184382",\
|
|
"0.292511, 0.211898, 0.162647, 0.126033, -0.024341");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.397284, 0.316671, 0.267420, 0.230806, 0.080433",\
|
|
"0.520042, 0.439428, 0.390177, 0.353564, 0.203190",\
|
|
"0.642927, 0.562314, 0.513063, 0.476449, 0.326075",\
|
|
"0.836572, 0.755958, 0.706707, 0.670094, 0.519720",\
|
|
"1.632749, 1.552136, 1.502885, 1.466272, 1.315898");
|
|
}
|
|
|
|
} /* 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.068014, 0.184119, 0.280413, 0.425465, 1.022739",\
|
|
"0.018853, 0.134957, 0.231252, 0.376303, 0.973577",\
|
|
"0.013036, 0.129140, 0.225434, 0.370486, 0.967760",\
|
|
"0.054290, 0.170394, 0.266688, 0.411740, 1.009014",\
|
|
"0.226093, 0.342197, 0.438492, 0.583543, 1.180817");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.322293, -0.206189, -0.109894, 0.035157, 0.632431",\
|
|
"-0.417188, -0.301084, -0.204790, -0.059738, 0.537536",\
|
|
"-0.503705, -0.387600, -0.291306, -0.146254, 0.451020",\
|
|
"-0.613517, -0.497413, -0.401118, -0.256067, 0.341208",\
|
|
"-1.064199, -0.948095, -0.851801, -0.706749, -0.109475");
|
|
}
|
|
|
|
} /* 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.004589 ;
|
|
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.042603, -0.038011, -0.087262, -0.123875, -0.274249",\
|
|
"0.118490, 0.037877, -0.011374, -0.047987, -0.198361",\
|
|
"0.159242, 0.078628, 0.029377, -0.007236, -0.157610",\
|
|
"0.198381, 0.117767, 0.068516, 0.031903, -0.118471",\
|
|
"0.357704, 0.277091, 0.227840, 0.191227, 0.040853");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.514671, 0.434058, 0.384807, 0.348194, 0.197820",\
|
|
"0.637466, 0.556853, 0.507602, 0.470989, 0.320615",\
|
|
"0.760419, 0.679805, 0.630554, 0.593941, 0.443567",\
|
|
"0.954165, 0.873551, 0.824300, 0.787687, 0.637313",\
|
|
"1.751369, 1.670756, 1.621505, 1.584891, 1.434518");
|
|
}
|
|
|
|
} /* 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.002452, 0.113652, 0.209947, 0.354998, 0.952272",\
|
|
"-0.078340, 0.037765, 0.134059, 0.279110, 0.876384",\
|
|
"-0.119091, -0.002987, 0.093308, 0.238359, 0.835633",\
|
|
"-0.158230, -0.042126, 0.054169, 0.199220, 0.796494",\
|
|
"-0.317554, -0.201449, -0.105155, 0.039897, 0.637170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.439999, -0.323895, -0.227601, -0.082549, 0.514725",\
|
|
"-0.562794, -0.446690, -0.350396, -0.205344, 0.391930",\
|
|
"-0.685747, -0.569642, -0.473348, -0.328297, 0.268977",\
|
|
"-0.879492, -0.763388, -0.667094, -0.522042, 0.075231",\
|
|
"-1.676697, -1.560593, -1.464298, -1.319247, -0.721973");
|
|
}
|
|
|
|
} /* 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.004096 ;
|
|
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.111833, 0.031220, -0.018031, -0.054645, -0.205018",\
|
|
"0.187739, 0.107126, 0.057875, 0.021262, -0.129112",\
|
|
"0.228457, 0.147844, 0.098593, 0.061979, -0.088394",\
|
|
"0.267618, 0.187005, 0.137754, 0.101141, -0.049233",\
|
|
"0.427001, 0.346388, 0.297137, 0.260523, 0.110150");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.570175, 0.489562, 0.440311, 0.403698, 0.253324",\
|
|
"0.692972, 0.612359, 0.563108, 0.526495, 0.376121",\
|
|
"0.816034, 0.735420, 0.686169, 0.649556, 0.499182",\
|
|
"1.010019, 0.929406, 0.880155, 0.843541, 0.693168",\
|
|
"1.808195, 1.727582, 1.678331, 1.641717, 1.491343");
|
|
}
|
|
|
|
} /* 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.009260, 0.106845, 0.203139, 0.348191, 0.945464",\
|
|
"-0.085166, 0.030939, 0.127233, 0.272284, 0.869558",\
|
|
"-0.125884, -0.009779, 0.086515, 0.231567, 0.828840",\
|
|
"-0.165045, -0.048941, 0.047354, 0.192405, 0.789679",\
|
|
"-0.324428, -0.208323, -0.112029, 0.033023, 0.630296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.445880, -0.329775, -0.233481, -0.088429, 0.508844",\
|
|
"-0.568677, -0.452572, -0.356278, -0.211226, 0.386047",\
|
|
"-0.691738, -0.575634, -0.479339, -0.334288, 0.262986",\
|
|
"-0.885723, -0.769619, -0.673325, -0.528273, 0.069001",\
|
|
"-1.683899, -1.567795, -1.471501, -1.326449, -0.729175");
|
|
}
|
|
|
|
} /* 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.004028 ;
|
|
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.003470, -0.077143, -0.126394, -0.163007, -0.313381",\
|
|
"0.079443, -0.001170, -0.050421, -0.087034, -0.237408",\
|
|
"0.120081, 0.039468, -0.009783, -0.046396, -0.196770",\
|
|
"0.159420, 0.078807, 0.029556, -0.007058, -0.157431",\
|
|
"0.319680, 0.239066, 0.189816, 0.153202, 0.002828");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.413249, 0.332636, 0.283385, 0.246772, 0.096398",\
|
|
"0.536008, 0.455395, 0.406144, 0.369530, 0.219157",\
|
|
"0.659243, 0.578630, 0.529379, 0.492765, 0.342392",\
|
|
"0.853656, 0.773043, 0.723792, 0.687179, 0.536805",\
|
|
"1.652947, 1.572334, 1.523083, 1.486470, 1.336096");
|
|
}
|
|
|
|
} /* 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.040255, 0.156359, 0.252654, 0.397705, 0.994979",\
|
|
"-0.035718, 0.080386, 0.176680, 0.321732, 0.919006",\
|
|
"-0.076356, 0.039748, 0.136042, 0.281094, 0.878368",\
|
|
"-0.115695, 0.000409, 0.096704, 0.241755, 0.839029",\
|
|
"-0.275954, -0.159850, -0.063556, 0.081496, 0.678770");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.339767, -0.223663, -0.127369, 0.017683, 0.614957",\
|
|
"-0.462526, -0.346422, -0.250128, -0.105076, 0.492198",\
|
|
"-0.585761, -0.469657, -0.373362, -0.228311, 0.368963",\
|
|
"-0.780174, -0.664070, -0.567776, -0.422724, 0.174550",\
|
|
"-1.579466, -1.463362, -1.367067, -1.222016, -0.624742");
|
|
}
|
|
|
|
} /* 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.004340 ;
|
|
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.111908, 0.031295, -0.017956, -0.054570, -0.204943",\
|
|
"0.187901, 0.107288, 0.058037, 0.021423, -0.128950",\
|
|
"0.228432, 0.147818, 0.098568, 0.061954, -0.088419",\
|
|
"0.267685, 0.187072, 0.137821, 0.101207, -0.049166",\
|
|
"0.427445, 0.346831, 0.297580, 0.260967, 0.110593");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.563822, 0.483208, 0.433957, 0.397344, 0.246970",\
|
|
"0.686619, 0.606006, 0.556755, 0.520142, 0.369768",\
|
|
"0.810287, 0.729674, 0.680423, 0.643810, 0.493436",\
|
|
"1.005612, 0.924999, 0.875748, 0.839134, 0.688761",\
|
|
"1.809221, 1.728608, 1.679357, 1.642743, 1.492370");
|
|
}
|
|
|
|
} /* 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.029973, 0.086131, 0.182425, 0.327477, 0.924751",\
|
|
"-0.094389, 0.021716, 0.118010, 0.263062, 0.860335",\
|
|
"-0.119807, -0.003703, 0.092592, 0.237643, 0.834917",\
|
|
"-0.124225, -0.008121, 0.088174, 0.233225, 0.830499",\
|
|
"-0.140421, -0.024317, 0.071978, 0.217029, 0.814303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.458496, -0.342392, -0.246098, -0.101046, 0.496228",\
|
|
"-0.569219, -0.453115, -0.356820, -0.211769, 0.385505",\
|
|
"-0.677125, -0.561021, -0.464727, -0.319675, 0.277599",\
|
|
"-0.836119, -0.720015, -0.623720, -0.478669, 0.118605",\
|
|
"-1.489998, -1.373894, -1.277600, -1.132548, -0.535274");
|
|
}
|
|
|
|
} /* 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.004828 ;
|
|
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.052056, -0.132669, -0.181920, -0.218534, -0.368907",\
|
|
"0.023626, -0.056988, -0.106239, -0.142852, -0.293226",\
|
|
"0.064911, -0.015703, -0.064954, -0.101567, -0.251940",\
|
|
"0.103849, 0.023236, -0.026015, -0.062629, -0.213002",\
|
|
"0.262980, 0.182367, 0.133116, 0.096502, -0.053871");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.377755, 0.297142, 0.247891, 0.211278, 0.060904",\
|
|
"0.500518, 0.419904, 0.370654, 0.334040, 0.183667",\
|
|
"0.621756, 0.541143, 0.491892, 0.455278, 0.304905",\
|
|
"0.811675, 0.731061, 0.681810, 0.645197, 0.494824",\
|
|
"1.592850, 1.512237, 1.462986, 1.426372, 1.275999");
|
|
}
|
|
|
|
} /* 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.107700, 0.223804, 0.320099, 0.465150, 1.062424",\
|
|
"0.032019, 0.148123, 0.244417, 0.389469, 0.986743",\
|
|
"-0.009266, 0.106838, 0.203132, 0.348184, 0.945458",\
|
|
"-0.048205, 0.067899, 0.164194, 0.309245, 0.906519",\
|
|
"-0.207336, -0.091231, 0.005063, 0.150115, 0.747388");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.291959, -0.175855, -0.079560, 0.065491, 0.662765",\
|
|
"-0.414721, -0.298617, -0.202323, -0.057271, 0.540003",\
|
|
"-0.535959, -0.419855, -0.323561, -0.178509, 0.418764",\
|
|
"-0.725878, -0.609774, -0.513480, -0.368428, 0.228846",\
|
|
"-1.507053, -1.390949, -1.294655, -1.149603, -0.552330");
|
|
}
|
|
|
|
} /* 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.004664 ;
|
|
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.056621, -0.023993, -0.073244, -0.109857, -0.260231",\
|
|
"0.132258, 0.051644, 0.002393, -0.034220, -0.184594",\
|
|
"0.173536, 0.092922, 0.043672, 0.007058, -0.143316",\
|
|
"0.212310, 0.131697, 0.082446, 0.045832, -0.104542",\
|
|
"0.370590, 0.289976, 0.240725, 0.204112, 0.053738");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.534855, 0.454242, 0.404991, 0.368377, 0.218003",\
|
|
"0.657676, 0.577063, 0.527812, 0.491198, 0.340824",\
|
|
"0.779018, 0.698404, 0.649153, 0.612540, 0.462166",\
|
|
"0.968928, 0.888315, 0.839064, 0.802451, 0.652077",\
|
|
"1.750588, 1.669974, 1.620723, 1.584110, 1.433736");
|
|
}
|
|
|
|
} /* 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.001329, 0.117433, 0.213727, 0.358779, 0.956053",\
|
|
"-0.074308, 0.041796, 0.138090, 0.283142, 0.880416",\
|
|
"-0.115586, 0.000518, 0.096812, 0.241864, 0.839138",\
|
|
"-0.154361, -0.038257, 0.058038, 0.203089, 0.800363",\
|
|
"-0.312640, -0.196536, -0.100242, 0.044810, 0.642084");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.445009, -0.328905, -0.232610, -0.087559, 0.509716",\
|
|
"-0.567830, -0.451726, -0.355431, -0.210380, 0.386895",\
|
|
"-0.689172, -0.573067, -0.476773, -0.331721, 0.265553",\
|
|
"-0.879083, -0.762978, -0.666684, -0.521632, 0.075642",\
|
|
"-1.660742, -1.544637, -1.448343, -1.303292, -0.706017");
|
|
}
|
|
|
|
} /* 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.004604 ;
|
|
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.001161, -0.081774, -0.131025, -0.167639, -0.318012",\
|
|
"0.074505, -0.006108, -0.055359, -0.091973, -0.242346",\
|
|
"0.115728, 0.035114, -0.014137, -0.050750, -0.201124",\
|
|
"0.154539, 0.073926, 0.024675, -0.011938, -0.162312",\
|
|
"0.312935, 0.232322, 0.183071, 0.146457, -0.003916");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.488246, 0.407633, 0.358382, 0.321769, 0.171395",\
|
|
"0.611085, 0.530472, 0.481221, 0.444607, 0.294234",\
|
|
"0.732614, 0.652001, 0.602750, 0.566137, 0.415763",\
|
|
"0.922974, 0.842361, 0.793110, 0.756496, 0.606123",\
|
|
"1.706450, 1.625837, 1.576586, 1.539973, 1.389599");
|
|
}
|
|
|
|
} /* 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.027558, 0.143662, 0.239956, 0.385008, 0.982281",\
|
|
"-0.048108, 0.067996, 0.164290, 0.309342, 0.906615",\
|
|
"-0.089331, 0.026773, 0.123068, 0.268119, 0.865393",\
|
|
"-0.128143, -0.012038, 0.084256, 0.229308, 0.826581",\
|
|
"-0.286538, -0.170434, -0.074140, 0.070912, 0.668186");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.416019, -0.299915, -0.203621, -0.058569, 0.538705",\
|
|
"-0.538858, -0.422754, -0.326459, -0.181408, 0.415866",\
|
|
"-0.660387, -0.544283, -0.447988, -0.302937, 0.294337",\
|
|
"-0.850747, -0.734643, -0.638348, -0.493297, 0.103977",\
|
|
"-1.634223, -1.518119, -1.421824, -1.276773, -0.679499");
|
|
}
|
|
|
|
} /* 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.004630 ;
|
|
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.049113, -0.031501, -0.080751, -0.117365, -0.267739",\
|
|
"0.124833, 0.044220, -0.005031, -0.041645, -0.192019",\
|
|
"0.165938, 0.085325, 0.036074, -0.000540, -0.150913",\
|
|
"0.204830, 0.124217, 0.074966, 0.038352, -0.112022",\
|
|
"0.363459, 0.282846, 0.233595, 0.196981, 0.046607");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.526037, 0.445424, 0.396173, 0.359559, 0.209185",\
|
|
"0.648874, 0.568260, 0.519009, 0.482396, 0.332022",\
|
|
"0.770739, 0.690126, 0.640875, 0.604262, 0.453888",\
|
|
"0.961938, 0.881324, 0.832073, 0.795460, 0.645086",\
|
|
"1.748813, 1.668200, 1.618949, 1.582335, 1.431961");
|
|
}
|
|
|
|
} /* 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.001938, 0.114166, 0.210460, 0.355512, 0.952786",\
|
|
"-0.077658, 0.038446, 0.134740, 0.279792, 0.877066",\
|
|
"-0.118764, -0.002659, 0.093635, 0.238687, 0.835961",\
|
|
"-0.157655, -0.041551, 0.054743, 0.199795, 0.797069",\
|
|
"-0.316284, -0.200180, -0.103886, 0.041166, 0.638440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.449603, -0.333499, -0.237205, -0.092153, 0.505121",\
|
|
"-0.572440, -0.456335, -0.360041, -0.214989, 0.382285",\
|
|
"-0.694306, -0.578201, -0.481907, -0.336855, 0.260419",\
|
|
"-0.885504, -0.769399, -0.673105, -0.528053, 0.069221",\
|
|
"-1.672379, -1.556275, -1.459980, -1.314929, -0.717655");
|
|
}
|
|
|
|
} /* 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.005555 ;
|
|
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.083364, -0.163978, -0.213229, -0.249842, -0.400216",\
|
|
"-0.007670, -0.088283, -0.137534, -0.174148, -0.324521",\
|
|
"0.033593, -0.047021, -0.096272, -0.132885, -0.283259",\
|
|
"0.072545, -0.008068, -0.057319, -0.093933, -0.244306",\
|
|
"0.231673, 0.151060, 0.101809, 0.065195, -0.085178");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.351334, 0.270721, 0.221470, 0.184857, 0.034483",\
|
|
"0.474094, 0.393480, 0.344230, 0.307616, 0.157243",\
|
|
"0.595385, 0.514771, 0.465521, 0.428907, 0.278534",\
|
|
"0.785454, 0.704841, 0.655590, 0.618977, 0.468603",\
|
|
"1.567270, 1.486657, 1.437406, 1.400792, 1.250419");
|
|
}
|
|
|
|
} /* 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.119626, 0.235730, 0.332025, 0.477076, 1.074350",\
|
|
"0.043932, 0.160036, 0.256330, 0.401382, 0.998656",\
|
|
"0.002669, 0.118773, 0.215068, 0.360119, 0.957393",\
|
|
"-0.036283, 0.079821, 0.176115, 0.321167, 0.918441",\
|
|
"-0.195411, -0.079307, 0.016987, 0.162039, 0.759313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.278446, -0.162341, -0.066047, 0.079005, 0.676278",\
|
|
"-0.401205, -0.285101, -0.188807, -0.043755, 0.553519",\
|
|
"-0.522496, -0.406392, -0.310097, -0.165046, 0.432228",\
|
|
"-0.712565, -0.596461, -0.500167, -0.355115, 0.242158",\
|
|
"-1.494381, -1.378277, -1.281983, -1.136931, -0.539657");
|
|
}
|
|
|
|
} /* 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.005663 ;
|
|
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.002624, -0.083237, -0.132488, -0.169101, -0.319475",\
|
|
"0.073142, -0.007471, -0.056722, -0.093335, -0.243709",\
|
|
"0.114238, 0.033625, -0.015626, -0.052240, -0.202613",\
|
|
"0.153294, 0.072681, 0.023430, -0.013184, -0.163557",\
|
|
"0.312764, 0.232151, 0.182900, 0.146286, -0.004087");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.413691, 0.333077, 0.283826, 0.247213, 0.096839",\
|
|
"0.536459, 0.455845, 0.406595, 0.369981, 0.219607",\
|
|
"0.658271, 0.577658, 0.528407, 0.491793, 0.341420",\
|
|
"0.849507, 0.768894, 0.719643, 0.683029, 0.532656",\
|
|
"1.635980, 1.555367, 1.506116, 1.469502, 1.319129");
|
|
}
|
|
|
|
} /* 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.105207, 0.221311, 0.317605, 0.462657, 1.059931",\
|
|
"0.055736, 0.171841, 0.268135, 0.413187, 1.010460",\
|
|
"0.048969, 0.165073, 0.261368, 0.406419, 1.003693",\
|
|
"0.089043, 0.205147, 0.301441, 0.446493, 1.043767",\
|
|
"0.255685, 0.371789, 0.468083, 0.613135, 1.210409");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.289386, -0.173282, -0.076988, 0.068064, 0.665338",\
|
|
"-0.384977, -0.268873, -0.172578, -0.027527, 0.569747",\
|
|
"-0.471310, -0.355205, -0.258911, -0.113859, 0.483414",\
|
|
"-0.580764, -0.464659, -0.368365, -0.223313, 0.373960",\
|
|
"-1.030192, -0.914088, -0.817794, -0.672742, -0.075468");
|
|
}
|
|
|
|
} /* 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.004566 ;
|
|
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.070020, -0.010593, -0.059844, -0.096457, -0.246831",\
|
|
"0.145818, 0.065205, 0.015954, -0.020659, -0.171033",\
|
|
"0.186762, 0.106148, 0.056897, 0.020284, -0.130090",\
|
|
"0.225768, 0.145155, 0.095904, 0.059290, -0.091083",\
|
|
"0.384671, 0.304057, 0.254806, 0.218193, 0.067819");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.537659, 0.457046, 0.407795, 0.371182, 0.220808",\
|
|
"0.660496, 0.579883, 0.530632, 0.494018, 0.343645",\
|
|
"0.782833, 0.702220, 0.652969, 0.616356, 0.465982",\
|
|
"0.975201, 0.894587, 0.845337, 0.808723, 0.658349",\
|
|
"1.766821, 1.686208, 1.636957, 1.600344, 1.449970");
|
|
}
|
|
|
|
} /* 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.026296, 0.089808, 0.186103, 0.331154, 0.928428",\
|
|
"-0.102094, 0.014010, 0.110305, 0.255356, 0.852630",\
|
|
"-0.143037, -0.026933, 0.069361, 0.214413, 0.811687",\
|
|
"-0.182044, -0.065939, 0.030355, 0.175407, 0.772680",\
|
|
"-0.340946, -0.224842, -0.128547, 0.016504, 0.613778");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.464177, -0.348073, -0.251779, -0.106727, 0.490547",\
|
|
"-0.587014, -0.470910, -0.374616, -0.229564, 0.367710",\
|
|
"-0.709351, -0.593247, -0.496953, -0.351901, 0.245373",\
|
|
"-0.901719, -0.785615, -0.689320, -0.544269, 0.053005",\
|
|
"-1.693340, -1.577236, -1.480941, -1.335890, -0.738616");
|
|
}
|
|
|
|
} /* 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.007308 ;
|
|
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.025699, -0.106313, -0.155564, -0.192177, -0.342551",\
|
|
"0.049933, -0.030680, -0.079931, -0.116544, -0.266918",\
|
|
"0.091289, 0.010676, -0.038575, -0.075189, -0.225562",\
|
|
"0.130188, 0.049574, 0.000324, -0.036290, -0.186664",\
|
|
"0.289214, 0.208601, 0.159350, 0.122737, -0.027637");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.394962, 0.314348, 0.265098, 0.228484, 0.078110",\
|
|
"0.517645, 0.437032, 0.387781, 0.351167, 0.200794",\
|
|
"0.638559, 0.557946, 0.508695, 0.472081, 0.321708",\
|
|
"0.827781, 0.747167, 0.697917, 0.661303, 0.510930",\
|
|
"1.606168, 1.525555, 1.476304, 1.439690, 1.289317");
|
|
}
|
|
|
|
} /* 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.105021, 0.221126, 0.317420, 0.462472, 1.059745",\
|
|
"0.076469, 0.192573, 0.288868, 0.433919, 1.031193",\
|
|
"0.096597, 0.212702, 0.308996, 0.454048, 1.051322",\
|
|
"0.199423, 0.315527, 0.411821, 0.556873, 1.154147",\
|
|
"0.624476, 0.740580, 0.836874, 0.981926, 1.579200");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.289846, -0.173741, -0.077447, 0.067605, 0.664878",\
|
|
"-0.364190, -0.248085, -0.151791, -0.006739, 0.590534",\
|
|
"-0.421978, -0.305873, -0.209579, -0.064527, 0.532746",\
|
|
"-0.465690, -0.349586, -0.253291, -0.108240, 0.489034",\
|
|
"-0.644397, -0.528293, -0.431999, -0.286947, 0.310327");
|
|
}
|
|
|
|
} /* 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.005663 ;
|
|
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.035547, -0.045066, -0.094317, -0.130930, -0.281304",\
|
|
"0.111426, 0.030812, -0.018438, -0.055052, -0.205425",\
|
|
"0.152538, 0.071925, 0.022674, -0.013940, -0.164313",\
|
|
"0.192031, 0.111417, 0.062166, 0.025553, -0.124821",\
|
|
"0.351057, 0.270443, 0.221192, 0.184579, 0.034205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.474875, 0.394261, 0.345011, 0.308397, 0.158024",\
|
|
"0.597398, 0.516784, 0.467533, 0.430920, 0.280546",\
|
|
"0.719325, 0.638711, 0.589461, 0.552847, 0.402474",\
|
|
"0.911037, 0.830423, 0.781172, 0.744559, 0.594185",\
|
|
"1.702260, 1.621647, 1.572396, 1.535782, 1.385409");
|
|
}
|
|
|
|
} /* 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.020096, 0.136200, 0.232495, 0.377546, 0.974820",\
|
|
"-0.055782, 0.060322, 0.156616, 0.301668, 0.898942",\
|
|
"-0.096895, 0.019210, 0.115504, 0.260556, 0.857829",\
|
|
"-0.136387, -0.020283, 0.076012, 0.221063, 0.818337",\
|
|
"-0.295413, -0.179309, -0.083015, 0.062037, 0.659311");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.389078, -0.272974, -0.176680, -0.031628, 0.565645",\
|
|
"-0.511601, -0.395497, -0.299203, -0.154151, 0.443123",\
|
|
"-0.633528, -0.517424, -0.421130, -0.276078, 0.321195",\
|
|
"-0.825240, -0.709136, -0.612842, -0.467790, 0.129484",\
|
|
"-1.616463, -1.500359, -1.404065, -1.259013, -0.661739");
|
|
}
|
|
|
|
} /* 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.005461 ;
|
|
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.063061, -0.017552, -0.066803, -0.103416, -0.253790",\
|
|
"0.138954, 0.058341, 0.009090, -0.027523, -0.177897",\
|
|
"0.180022, 0.099408, 0.050157, 0.013544, -0.136830",\
|
|
"0.219532, 0.138918, 0.089668, 0.053054, -0.097320",\
|
|
"0.378571, 0.297958, 0.248707, 0.212094, 0.061720");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.498697, 0.418083, 0.368833, 0.332219, 0.181845",\
|
|
"0.621228, 0.540615, 0.491364, 0.454750, 0.304376",\
|
|
"0.743346, 0.662733, 0.613482, 0.576868, 0.426494",\
|
|
"0.935348, 0.854735, 0.805484, 0.768870, 0.618496",\
|
|
"1.727767, 1.647153, 1.597903, 1.561289, 1.410915");
|
|
}
|
|
|
|
} /* 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.005112, 0.110992, 0.207286, 0.352338, 0.949612",\
|
|
"-0.081005, 0.035099, 0.131393, 0.276445, 0.873719",\
|
|
"-0.122072, -0.005968, 0.090326, 0.235378, 0.832652",\
|
|
"-0.161583, -0.045478, 0.050816, 0.195868, 0.793142",\
|
|
"-0.320622, -0.204518, -0.108223, 0.036828, 0.634102");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.408851, -0.292746, -0.196452, -0.051400, 0.545874",\
|
|
"-0.531382, -0.415278, -0.318984, -0.173932, 0.423342",\
|
|
"-0.653500, -0.537396, -0.441101, -0.296050, 0.301224",\
|
|
"-0.845502, -0.729398, -0.633103, -0.488052, 0.109222",\
|
|
"-1.637921, -1.521816, -1.425522, -1.280471, -0.683196");
|
|
}
|
|
|
|
} /* 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.005217 ;
|
|
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.091924, -0.172537, -0.221788, -0.258401, -0.408775",\
|
|
"-0.016061, -0.096674, -0.145925, -0.182538, -0.332912",\
|
|
"0.025251, -0.055362, -0.104613, -0.141227, -0.291600",\
|
|
"0.064888, -0.015726, -0.064977, -0.101590, -0.251964",\
|
|
"0.225719, 0.145105, 0.095854, 0.059241, -0.091133");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.303399, 0.222785, 0.173535, 0.136921, -0.013453",\
|
|
"0.425880, 0.345267, 0.296016, 0.259403, 0.109029",\
|
|
"0.546921, 0.466307, 0.417056, 0.380443, 0.230069",\
|
|
"0.737043, 0.656430, 0.607179, 0.570565, 0.420192",\
|
|
"1.520559, 1.439946, 1.390695, 1.354081, 1.203708");
|
|
}
|
|
|
|
} /* 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.118321, 0.234425, 0.330719, 0.475771, 1.073045",\
|
|
"0.042458, 0.158562, 0.254856, 0.399908, 0.997182",\
|
|
"0.001146, 0.117250, 0.213545, 0.358596, 0.955870",\
|
|
"-0.038490, 0.077614, 0.173908, 0.318960, 0.916233",\
|
|
"-0.199321, -0.083217, 0.013077, 0.158129, 0.755402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.231171, -0.115067, -0.018773, 0.126279, 0.723552",\
|
|
"-0.353653, -0.237549, -0.141254, 0.003797, 0.601071",\
|
|
"-0.474693, -0.358589, -0.262295, -0.117243, 0.480031",\
|
|
"-0.664816, -0.548711, -0.452417, -0.307365, 0.289908",\
|
|
"-1.448332, -1.332227, -1.235933, -1.090882, -0.493608");
|
|
}
|
|
|
|
} /* 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.005426 ;
|
|
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.056016, -0.136629, -0.185880, -0.222494, -0.372868",\
|
|
"0.019818, -0.060795, -0.110046, -0.146660, -0.297034",\
|
|
"0.061202, -0.019411, -0.068662, -0.105276, -0.255650",\
|
|
"0.100797, 0.020183, -0.029068, -0.065681, -0.216055",\
|
|
"0.261648, 0.181035, 0.131784, 0.095171, -0.055203");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.331613, 0.251000, 0.201749, 0.165135, 0.014762",\
|
|
"0.454061, 0.373448, 0.324197, 0.287583, 0.137209",\
|
|
"0.574769, 0.494155, 0.444904, 0.408291, 0.257917",\
|
|
"0.764422, 0.683809, 0.634558, 0.597944, 0.447570",\
|
|
"1.546058, 1.465445, 1.416194, 1.379580, 1.229206");
|
|
}
|
|
|
|
} /* 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.100557, 0.216661, 0.312955, 0.458007, 1.055281",\
|
|
"0.024723, 0.140827, 0.237121, 0.382173, 0.979447",\
|
|
"-0.016661, 0.099443, 0.195737, 0.340789, 0.938063",\
|
|
"-0.056256, 0.059848, 0.156143, 0.301194, 0.898468",\
|
|
"-0.217108, -0.101004, -0.004709, 0.140342, 0.737617");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.256627, -0.140523, -0.044229, 0.100823, 0.698097",\
|
|
"-0.379075, -0.262971, -0.166677, -0.021625, 0.575649",\
|
|
"-0.499783, -0.383678, -0.287384, -0.142332, 0.454942",\
|
|
"-0.689436, -0.573332, -0.477038, -0.331986, 0.265288",\
|
|
"-1.471072, -1.354968, -1.258673, -1.113622, -0.516348");
|
|
}
|
|
|
|
} /* 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.004724 ;
|
|
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.015181, -0.065432, -0.114683, -0.151297, -0.301670",\
|
|
"0.091042, 0.010429, -0.038822, -0.075435, -0.225809",\
|
|
"0.132196, 0.051583, 0.002332, -0.034281, -0.184655",\
|
|
"0.171670, 0.091057, 0.041806, 0.005192, -0.145181",\
|
|
"0.330781, 0.250168, 0.200917, 0.164303, 0.013930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.456782, 0.376169, 0.326918, 0.290305, 0.139931",\
|
|
"0.579288, 0.498674, 0.449423, 0.412810, 0.262436",\
|
|
"0.701044, 0.620431, 0.571180, 0.534567, 0.384193",\
|
|
"0.892535, 0.811922, 0.762671, 0.726057, 0.575684",\
|
|
"1.682714, 1.602101, 1.552850, 1.516236, 1.365863");
|
|
}
|
|
|
|
} /* 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.024970, 0.141074, 0.237368, 0.382420, 0.979694",\
|
|
"-0.050892, 0.065212, 0.161507, 0.306558, 0.903832",\
|
|
"-0.092046, 0.024059, 0.120353, 0.265404, 0.862678",\
|
|
"-0.131519, -0.015415, 0.080879, 0.225931, 0.823205",\
|
|
"-0.290630, -0.174526, -0.078232, 0.066820, 0.664094");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.382110, -0.266006, -0.169712, -0.024660, 0.572614",\
|
|
"-0.504616, -0.388511, -0.292217, -0.147165, 0.450108",\
|
|
"-0.626373, -0.510268, -0.413974, -0.268922, 0.328351",\
|
|
"-0.817863, -0.701759, -0.605464, -0.460413, 0.136861",\
|
|
"-1.608042, -1.491938, -1.395643, -1.250592, -0.653318");
|
|
}
|
|
|
|
} /* 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.004761 ;
|
|
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.069444, -0.011170, -0.060421, -0.097034, -0.247408",\
|
|
"0.145214, 0.064601, 0.015350, -0.021263, -0.171637",\
|
|
"0.186622, 0.106009, 0.056758, 0.020144, -0.130229",\
|
|
"0.225996, 0.145383, 0.096132, 0.059518, -0.090855",\
|
|
"0.385115, 0.304501, 0.255250, 0.218637, 0.068263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.503695, 0.423082, 0.373831, 0.337217, 0.186844",\
|
|
"0.626175, 0.545561, 0.496310, 0.459697, 0.309323",\
|
|
"0.746795, 0.666181, 0.616931, 0.580317, 0.429943",\
|
|
"0.936684, 0.856070, 0.806819, 0.770206, 0.619832",\
|
|
"1.720169, 1.639556, 1.590305, 1.553692, 1.403318");
|
|
}
|
|
|
|
} /* 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.033135, 0.149240, 0.245534, 0.390586, 0.987859",\
|
|
"-0.019396, 0.096709, 0.193003, 0.338054, 0.935328",\
|
|
"-0.030467, 0.085637, 0.181931, 0.326983, 0.924257",\
|
|
"0.000085, 0.116189, 0.212484, 0.357535, 0.954809",\
|
|
"0.129151, 0.245255, 0.341549, 0.486601, 1.083875");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.379394, -0.263290, -0.166995, -0.021944, 0.575330",\
|
|
"-0.477717, -0.361613, -0.265319, -0.120267, 0.477006",\
|
|
"-0.566805, -0.450701, -0.354407, -0.209355, 0.387918",\
|
|
"-0.684011, -0.567907, -0.471613, -0.326561, 0.270713",\
|
|
"-1.167952, -1.051848, -0.955553, -0.810502, -0.213228");
|
|
}
|
|
|
|
} /* 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.004420 ;
|
|
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.042491, -0.123105, -0.172356, -0.208969, -0.359343",\
|
|
"0.033295, -0.047319, -0.096570, -0.133183, -0.283557",\
|
|
"0.074822, -0.005792, -0.055043, -0.091656, -0.242030",\
|
|
"0.114364, 0.033751, -0.015500, -0.052113, -0.202487",\
|
|
"0.275207, 0.194594, 0.145343, 0.108730, -0.041644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.339569, 0.258956, 0.209705, 0.173091, 0.022718",\
|
|
"0.461988, 0.381374, 0.332123, 0.295510, 0.145136",\
|
|
"0.582094, 0.501481, 0.452230, 0.415616, 0.265243",\
|
|
"0.770866, 0.690253, 0.641002, 0.604388, 0.454014",\
|
|
"1.548892, 1.468279, 1.419028, 1.382414, 1.232041");
|
|
}
|
|
|
|
} /* 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.086216, 0.202320, 0.298615, 0.443666, 1.040940",\
|
|
"0.010430, 0.126534, 0.222829, 0.367880, 0.965154",\
|
|
"-0.031097, 0.085008, 0.181302, 0.326353, 0.923627",\
|
|
"-0.070639, 0.045465, 0.141759, 0.286811, 0.884085",\
|
|
"-0.231482, -0.115378, -0.019084, 0.125968, 0.723242");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.266087, -0.149983, -0.053689, 0.091363, 0.688637",\
|
|
"-0.388506, -0.272401, -0.176107, -0.031056, 0.566218",\
|
|
"-0.508612, -0.392508, -0.296214, -0.151162, 0.446112",\
|
|
"-0.697384, -0.581280, -0.484985, -0.339934, 0.257340",\
|
|
"-1.475410, -1.359306, -1.263012, -1.117960, -0.520686");
|
|
}
|
|
|
|
} /* 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.004519 ;
|
|
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.062414, -0.018199, -0.067450, -0.104063, -0.254437",\
|
|
"0.138210, 0.057597, 0.008346, -0.028267, -0.178641",\
|
|
"0.179551, 0.098937, 0.049686, 0.013073, -0.137301",\
|
|
"0.218953, 0.138339, 0.089089, 0.052475, -0.097898",\
|
|
"0.378054, 0.297441, 0.248190, 0.211577, 0.061203");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.492685, 0.412072, 0.362821, 0.326207, 0.175834",\
|
|
"0.615178, 0.534564, 0.485314, 0.448700, 0.298326",\
|
|
"0.736107, 0.655493, 0.606243, 0.569629, 0.419256",\
|
|
"0.926404, 0.845791, 0.796540, 0.759927, 0.609553",\
|
|
"1.711645, 1.631031, 1.581781, 1.545167, 1.394794");
|
|
}
|
|
|
|
} /* 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.019518, 0.135623, 0.231917, 0.376968, 0.974242",\
|
|
"-0.056278, 0.059827, 0.156121, 0.301172, 0.898446",\
|
|
"-0.097618, 0.018486, 0.114781, 0.259832, 0.857106",\
|
|
"-0.137020, -0.020916, 0.075378, 0.220430, 0.817704",\
|
|
"-0.296122, -0.180018, -0.083723, 0.061328, 0.658602");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.387362, -0.271258, -0.174963, -0.029912, 0.567362",\
|
|
"-0.509855, -0.393750, -0.297456, -0.152404, 0.444869",\
|
|
"-0.630784, -0.514679, -0.418385, -0.273333, 0.323940",\
|
|
"-0.821081, -0.704977, -0.608683, -0.463631, 0.133643",\
|
|
"-1.606321, -1.490217, -1.393923, -1.248871, -0.651597");
|
|
}
|
|
|
|
} /* 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.004333 ;
|
|
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.009593, -0.071021, -0.120272, -0.156885, -0.307259",\
|
|
"0.085229, 0.004616, -0.044635, -0.081249, -0.231622",\
|
|
"0.125952, 0.045339, -0.003912, -0.040525, -0.190899",\
|
|
"0.164728, 0.084115, 0.034864, -0.001749, -0.152123",\
|
|
"0.324534, 0.243921, 0.194670, 0.158056, 0.007683");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.366924, 0.286310, 0.237059, 0.200446, 0.050072",\
|
|
"0.488950, 0.408336, 0.359085, 0.322472, 0.172098",\
|
|
"0.613553, 0.532940, 0.483689, 0.447075, 0.296702",\
|
|
"0.809576, 0.728963, 0.679712, 0.643098, 0.492725",\
|
|
"1.617492, 1.536878, 1.487627, 1.451014, 1.300640");
|
|
}
|
|
|
|
} /* 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.046051, 0.162156, 0.258450, 0.403502, 1.000775",\
|
|
"-0.029585, 0.086519, 0.182813, 0.327865, 0.925139",\
|
|
"-0.070308, 0.045796, 0.142090, 0.287142, 0.884416",\
|
|
"-0.109084, 0.007020, 0.103314, 0.248366, 0.845640",\
|
|
"-0.268890, -0.152786, -0.056491, 0.088560, 0.685834");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.281127, -0.165023, -0.068729, 0.076323, 0.673597",\
|
|
"-0.403153, -0.287049, -0.190754, -0.045703, 0.551571",\
|
|
"-0.527756, -0.411652, -0.315358, -0.170306, 0.426968",\
|
|
"-0.723780, -0.607675, -0.511381, -0.366330, 0.230944",\
|
|
"-1.531695, -1.415591, -1.319297, -1.174245, -0.576971");
|
|
}
|
|
|
|
} /* 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.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.009480, -0.071133, -0.120384, -0.156998, -0.307372",\
|
|
"0.085590, 0.004976, -0.044274, -0.080888, -0.231262",\
|
|
"0.126152, 0.045539, -0.003712, -0.040326, -0.190700",\
|
|
"0.165667, 0.085054, 0.035803, -0.000811, -0.151185",\
|
|
"0.327001, 0.246387, 0.197137, 0.160523, 0.010149");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.374958, 0.294344, 0.245093, 0.208480, 0.058106",\
|
|
"0.497614, 0.417001, 0.367750, 0.331137, 0.180763",\
|
|
"0.620906, 0.540293, 0.491042, 0.454428, 0.304054",\
|
|
"0.815555, 0.734941, 0.685690, 0.649077, 0.498703",\
|
|
"1.617817, 1.537204, 1.487953, 1.451339, 1.300966");
|
|
}
|
|
|
|
} /* 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.048477, 0.164581, 0.260875, 0.405927, 1.003201",\
|
|
"-0.003412, 0.112692, 0.208986, 0.354038, 0.951312",\
|
|
"-0.012355, 0.103749, 0.200043, 0.345095, 0.942369",\
|
|
"0.021013, 0.137118, 0.233412, 0.378464, 0.975738",\
|
|
"0.160051, 0.276155, 0.372449, 0.517501, 1.114775");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.285104, -0.169000, -0.072706, 0.072346, 0.669620",\
|
|
"-0.382542, -0.266438, -0.170143, -0.025092, 0.572183",\
|
|
"-0.472912, -0.356808, -0.260514, -0.115462, 0.481812",\
|
|
"-0.591674, -0.475569, -0.379275, -0.234223, 0.363051",\
|
|
"-1.081188, -0.965084, -0.868789, -0.723738, -0.126464");
|
|
}
|
|
|
|
} /* 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.004248 ;
|
|
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.025660, -0.054953, -0.104204, -0.140817, -0.291191",\
|
|
"0.101724, 0.021111, -0.028140, -0.064753, -0.215127",\
|
|
"0.142338, 0.061725, 0.012474, -0.024140, -0.174513",\
|
|
"0.181880, 0.101267, 0.052016, 0.015402, -0.134971",\
|
|
"0.341065, 0.260451, 0.211201, 0.174587, 0.024214");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.463782, 0.383169, 0.333918, 0.297304, 0.146931",\
|
|
"0.586516, 0.505902, 0.456652, 0.420038, 0.269665",\
|
|
"0.709950, 0.629337, 0.580086, 0.543472, 0.393099",\
|
|
"0.904830, 0.824217, 0.774966, 0.738352, 0.587979",\
|
|
"1.709254, 1.628640, 1.579389, 1.542776, 1.392402");
|
|
}
|
|
|
|
} /* 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.000739, 0.116844, 0.213138, 0.358189, 0.955463",\
|
|
"-0.059366, 0.056738, 0.153033, 0.298084, 0.895358",\
|
|
"-0.079148, 0.036956, 0.133250, 0.278302, 0.875575",\
|
|
"-0.070674, 0.045430, 0.141725, 0.286776, 0.884050",\
|
|
"-0.031970, 0.084134, 0.180429, 0.325480, 0.922754");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.391552, -0.275447, -0.179153, -0.034102, 0.563172",\
|
|
"-0.497628, -0.381523, -0.285229, -0.140178, 0.457096",\
|
|
"-0.599319, -0.483214, -0.386920, -0.241868, 0.355405",\
|
|
"-0.744079, -0.627975, -0.531681, -0.386629, 0.210645",\
|
|
"-1.341949, -1.225845, -1.129550, -0.984499, -0.387225");
|
|
}
|
|
|
|
} /* 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.004561 ;
|
|
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.059619, -0.020995, -0.070245, -0.106859, -0.257233",\
|
|
"0.135610, 0.054997, 0.005746, -0.030868, -0.181242",\
|
|
"0.176415, 0.095801, 0.046551, 0.009937, -0.140437",\
|
|
"0.216028, 0.135415, 0.086164, 0.049550, -0.100824",\
|
|
"0.375104, 0.294491, 0.245240, 0.208626, 0.058252");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.491442, 0.410828, 0.361578, 0.324964, 0.174590",\
|
|
"0.614169, 0.533556, 0.484305, 0.447692, 0.297318",\
|
|
"0.737057, 0.656443, 0.607192, 0.570579, 0.420205",\
|
|
"0.930739, 0.850125, 0.800875, 0.764261, 0.613887",\
|
|
"1.730122, 1.649509, 1.600258, 1.563645, 1.413271");
|
|
}
|
|
|
|
} /* 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.012444, 0.103660, 0.199954, 0.345006, 0.942280",\
|
|
"-0.088435, 0.027669, 0.123963, 0.269015, 0.866289",\
|
|
"-0.129240, -0.013136, 0.083158, 0.228210, 0.825484",\
|
|
"-0.168853, -0.052749, 0.043545, 0.188597, 0.785871",\
|
|
"-0.327930, -0.211825, -0.115531, 0.029521, 0.626795");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.415008, -0.298904, -0.202609, -0.057558, 0.539716",\
|
|
"-0.537735, -0.421631, -0.325337, -0.180285, 0.416989",\
|
|
"-0.660623, -0.544519, -0.448224, -0.303172, 0.294102",\
|
|
"-0.854305, -0.738201, -0.641906, -0.496855, 0.100420",\
|
|
"-1.653688, -1.537584, -1.441290, -1.296238, -0.698964");
|
|
}
|
|
|
|
} /* 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.004427 ;
|
|
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.069972, -0.150585, -0.199836, -0.236449, -0.386823",\
|
|
"0.005985, -0.074629, -0.123880, -0.160493, -0.310867",\
|
|
"0.047019, -0.033594, -0.082845, -0.119459, -0.269832",\
|
|
"0.086735, 0.006121, -0.043130, -0.079743, -0.230117",\
|
|
"0.247597, 0.166983, 0.117732, 0.081119, -0.069255");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.313277, 0.232663, 0.183412, 0.146799, -0.003575",\
|
|
"0.435866, 0.355253, 0.306002, 0.269388, 0.119015",\
|
|
"0.557841, 0.477228, 0.427977, 0.391364, 0.240990",\
|
|
"0.749639, 0.669026, 0.619775, 0.583162, 0.432788",\
|
|
"1.540074, 1.459460, 1.410210, 1.373596, 1.223222");
|
|
}
|
|
|
|
} /* 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.106233, 0.222337, 0.318632, 0.463683, 1.060957",\
|
|
"0.030277, 0.146381, 0.242675, 0.387727, 0.985001",\
|
|
"-0.010758, 0.105347, 0.201641, 0.346693, 0.943966",\
|
|
"-0.050473, 0.065631, 0.161925, 0.306977, 0.904251",\
|
|
"-0.211335, -0.095231, 0.001063, 0.146115, 0.743389");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.240388, -0.124283, -0.027989, 0.117062, 0.714336",\
|
|
"-0.362977, -0.246873, -0.150579, -0.005527, 0.591747",\
|
|
"-0.484952, -0.368848, -0.272554, -0.127502, 0.469771",\
|
|
"-0.676751, -0.560646, -0.464352, -0.319300, 0.277973",\
|
|
"-1.467185, -1.351081, -1.254786, -1.109735, -0.512461");
|
|
}
|
|
|
|
} /* 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.004094 ;
|
|
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.020047, -0.060566, -0.109817, -0.146430, -0.296804",\
|
|
"0.096129, 0.015516, -0.033735, -0.070349, -0.220722",\
|
|
"0.136786, 0.056172, 0.006921, -0.029692, -0.180066",\
|
|
"0.176526, 0.095913, 0.046662, 0.010048, -0.140325",\
|
|
"0.337591, 0.256977, 0.207727, 0.171113, 0.020739");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.380411, 0.299798, 0.250547, 0.213933, 0.063560",\
|
|
"0.503065, 0.422451, 0.373200, 0.336587, 0.186213",\
|
|
"0.626091, 0.545478, 0.496227, 0.459613, 0.309240",\
|
|
"0.820165, 0.739551, 0.690300, 0.653687, 0.503313",\
|
|
"1.620057, 1.539443, 1.490192, 1.453579, 1.303205");
|
|
}
|
|
|
|
} /* 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.082527, 0.198631, 0.294925, 0.439977, 1.037251",\
|
|
"0.006445, 0.122549, 0.218843, 0.363895, 0.961169",\
|
|
"-0.034212, 0.081893, 0.178187, 0.323239, 0.920512",\
|
|
"-0.073952, 0.042152, 0.138446, 0.283498, 0.880772",\
|
|
"-0.235017, -0.118913, -0.022618, 0.122433, 0.719707");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.256115, -0.140011, -0.043717, 0.101335, 0.698609",\
|
|
"-0.378769, -0.262664, -0.166370, -0.021319, 0.575955",\
|
|
"-0.501795, -0.385691, -0.289397, -0.144345, 0.452929",\
|
|
"-0.695869, -0.579765, -0.483470, -0.338419, 0.258855",\
|
|
"-1.495761, -1.379657, -1.283362, -1.138311, -0.541037");
|
|
}
|
|
|
|
} /* 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.004182 ;
|
|
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.050557, -0.030057, -0.079307, -0.115921, -0.266295",\
|
|
"0.126405, 0.045792, -0.003459, -0.040073, -0.190446",\
|
|
"0.167607, 0.086994, 0.037743, 0.001129, -0.149244",\
|
|
"0.207064, 0.126451, 0.077200, 0.040586, -0.109787",\
|
|
"0.366099, 0.285485, 0.236234, 0.199621, 0.049247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.485433, 0.404820, 0.355569, 0.318955, 0.168581",\
|
|
"0.607948, 0.527335, 0.478084, 0.441471, 0.291097",\
|
|
"0.729486, 0.648872, 0.599621, 0.563008, 0.412634",\
|
|
"0.920630, 0.840017, 0.790766, 0.754153, 0.603779",\
|
|
"1.709481, 1.628867, 1.579616, 1.543003, 1.392629");
|
|
}
|
|
|
|
} /* 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.006832, 0.109272, 0.205566, 0.350618, 0.947892",\
|
|
"-0.082680, 0.033424, 0.129718, 0.274770, 0.872044",\
|
|
"-0.123882, -0.007778, 0.088516, 0.233568, 0.830842",\
|
|
"-0.163339, -0.047235, 0.049059, 0.194111, 0.791385",\
|
|
"-0.322374, -0.206270, -0.109975, 0.035076, 0.632350");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.411951, -0.295847, -0.199552, -0.054501, 0.542773",\
|
|
"-0.534467, -0.418362, -0.322068, -0.177016, 0.420257",\
|
|
"-0.656004, -0.539899, -0.443605, -0.298554, 0.298720",\
|
|
"-0.847149, -0.731044, -0.634750, -0.489698, 0.107575",\
|
|
"-1.635998, -1.519894, -1.423600, -1.278548, -0.681275");
|
|
}
|
|
|
|
} /* 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.004267 ;
|
|
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.010434, -0.091047, -0.140298, -0.176912, -0.327285",\
|
|
"0.065501, -0.015112, -0.064363, -0.100976, -0.251350",\
|
|
"0.106590, 0.025976, -0.023275, -0.059888, -0.210262",\
|
|
"0.146268, 0.065655, 0.016404, -0.020210, -0.170583",\
|
|
"0.307185, 0.226571, 0.177320, 0.140707, -0.009667");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.358312, 0.277699, 0.228448, 0.191834, 0.041461",\
|
|
"0.480819, 0.400206, 0.350955, 0.314341, 0.163968",\
|
|
"0.602631, 0.522018, 0.472767, 0.436154, 0.285780",\
|
|
"0.794075, 0.713462, 0.664211, 0.627598, 0.477224",\
|
|
"1.583123, 1.502510, 1.453259, 1.416645, 1.266272");
|
|
}
|
|
|
|
} /* 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.089724, 0.205828, 0.302123, 0.447174, 1.044448",\
|
|
"0.013789, 0.129893, 0.226187, 0.371239, 0.968513",\
|
|
"-0.027299, 0.088805, 0.185099, 0.330151, 0.927425",\
|
|
"-0.066978, 0.049126, 0.145421, 0.290472, 0.887746",\
|
|
"-0.227895, -0.111790, -0.015496, 0.129556, 0.726829");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.253227, -0.137123, -0.040829, 0.104223, 0.701497",\
|
|
"-0.375734, -0.259630, -0.163336, -0.018284, 0.578990",\
|
|
"-0.497546, -0.381442, -0.285148, -0.140096, 0.457178",\
|
|
"-0.688991, -0.572886, -0.476592, -0.331540, 0.265733",\
|
|
"-1.478038, -1.361934, -1.265639, -1.120588, -0.523314");
|
|
}
|
|
|
|
} /* 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.000835 ;
|
|
|
|
/* 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.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.692066, 2.704276, 2.738894, 2.879644, 3.467107",\
|
|
"2.808160, 2.820370, 2.854987, 2.995738, 3.583201",\
|
|
"2.904437, 2.916647, 2.951264, 3.092015, 3.679478",\
|
|
"3.049437, 3.061648, 3.096265, 3.237015, 3.824478",\
|
|
"3.646497, 3.658708, 3.693325, 3.834075, 4.421538");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019303, 0.030829, 0.071446, 0.265936, 1.111306",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.111306",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.111306",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.111306",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.111306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.741025, 2.750833, 2.774073, 2.843468, 3.095068",\
|
|
"2.857119, 2.866926, 2.890167, 2.959562, 3.211161",\
|
|
"2.953396, 2.963203, 2.986444, 3.055839, 3.307438",\
|
|
"3.098397, 3.108204, 3.131445, 3.200840, 3.452439",\
|
|
"3.695457, 3.705264, 3.728505, 3.797900, 4.049499");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019027, 0.025433, 0.043419, 0.118371, 0.462465",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.462465",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.462465",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.462465",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.462465");
|
|
}
|
|
|
|
} /* 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.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.672977, 2.685187, 2.719804, 2.860555, 3.443279",\
|
|
"2.753579, 2.765790, 2.800407, 2.941157, 3.523881",\
|
|
"2.802814, 2.815024, 2.849641, 2.990392, 3.573116",\
|
|
"2.839376, 2.851586, 2.886203, 3.026954, 3.609678",\
|
|
"2.989536, 3.001746, 3.036364, 3.177114, 3.759838");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019303, 0.030829, 0.071446, 0.265936, 1.102321",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.102321",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.102321",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.102321",\
|
|
"0.019303, 0.030829, 0.071446, 0.265936, 1.102321");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.734343, 2.744150, 2.767391, 2.836785, 3.083567",\
|
|
"2.814945, 2.824753, 2.847993, 2.917388, 3.164170",\
|
|
"2.864179, 2.873986, 2.897227, 2.966622, 3.213404",\
|
|
"2.900741, 2.910549, 2.933789, 3.003184, 3.249966",\
|
|
"3.050902, 3.060709, 3.083950, 3.153344, 3.400126");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019027, 0.025433, 0.043419, 0.118371, 0.453301",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.453301",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.453301",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.453301",\
|
|
"0.019027, 0.025433, 0.043419, 0.118371, 0.453301");
|
|
}
|
|
|
|
} /* 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.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 ( "2.712811, 2.725021, 2.759644, 2.900414, 3.487966",\
|
|
"2.828905, 2.841114, 2.875737, 3.016508, 3.604060",\
|
|
"2.925182, 2.937392, 2.972015, 3.112785, 3.700337",\
|
|
"3.070183, 3.082392, 3.117015, 3.257786, 3.845338",\
|
|
"3.667243, 3.679453, 3.714076, 3.854846, 4.442399");
|
|
}
|
|
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.019314, 0.030837, 0.071452, 0.265919, 1.111593",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.111593",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.111593",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.111593",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.111593");
|
|
}
|
|
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 ( "2.755112, 2.764915, 2.788159, 2.857574, 3.109300",\
|
|
"2.871206, 2.881009, 2.904253, 2.973668, 3.225394",\
|
|
"2.967484, 2.977286, 3.000530, 3.069946, 3.321672",\
|
|
"3.112484, 3.122287, 3.145530, 3.214946, 3.466672",\
|
|
"3.709544, 3.719347, 3.742590, 3.812006, 4.063733");
|
|
}
|
|
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.019035, 0.025437, 0.043417, 0.118352, 0.462780",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.462780",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.462780",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.462780",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.462780");
|
|
}
|
|
|
|
} /* 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.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "2.693418, 2.705627, 2.740250, 2.881021, 3.463675",\
|
|
"2.774021, 2.786230, 2.820853, 2.961624, 3.544278",\
|
|
"2.823255, 2.835464, 2.870087, 3.010858, 3.593512",\
|
|
"2.859817, 2.872026, 2.906649, 3.047420, 3.630075",\
|
|
"3.009977, 3.022186, 3.056809, 3.197580, 3.780234");
|
|
}
|
|
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.019314, 0.030837, 0.071452, 0.265919, 1.102308",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.102308",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.102308",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.102308",\
|
|
"0.019314, 0.030837, 0.071452, 0.265919, 1.102308");
|
|
}
|
|
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 ( "2.747374, 2.757177, 2.780420, 2.849836, 3.096584",\
|
|
"2.827976, 2.837779, 2.861023, 2.930439, 3.177186",\
|
|
"2.877210, 2.887013, 2.910257, 2.979672, 3.226420",\
|
|
"2.913773, 2.923576, 2.946819, 3.016235, 3.262982",\
|
|
"3.063933, 3.073736, 3.096979, 3.166395, 3.413143");
|
|
}
|
|
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.019035, 0.025437, 0.043417, 0.118352, 0.453310",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.453310",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.453310",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.453310",\
|
|
"0.019035, 0.025437, 0.043417, 0.118352, 0.453310");
|
|
}
|
|
|
|
} /* 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.000818 ;
|
|
|
|
/* 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.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "2.672072, 2.684291, 2.718912, 2.859661, 3.447109",\
|
|
"2.788165, 2.800384, 2.835006, 2.975754, 3.563203",\
|
|
"2.884442, 2.896662, 2.931283, 3.072031, 3.659480",\
|
|
"3.029443, 3.041662, 3.076283, 3.217032, 3.804481",\
|
|
"3.626503, 3.638722, 3.673344, 3.814092, 4.401541");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "0.019283, 0.030809, 0.071427, 0.265912, 1.111295",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.111295",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.111295",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.111295",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.111295");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "2.722550, 2.732366, 2.755611, 2.825006, 3.076610",\
|
|
"2.838644, 2.848459, 2.871704, 2.941099, 3.192703",\
|
|
"2.934921, 2.944737, 2.967982, 3.037376, 3.288980",\
|
|
"3.079921, 3.089737, 3.112982, 3.182377, 3.433981",\
|
|
"3.676982, 3.686797, 3.710042, 3.779437, 4.031041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "0.019015, 0.025425, 0.043411, 0.118363, 0.462471",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.462471",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.462471",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.462471",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.462471");
|
|
}
|
|
|
|
} /* 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.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "2.657877, 2.670096, 2.704717, 2.845466, 3.428175",\
|
|
"2.738479, 2.750699, 2.785320, 2.926068, 3.508778",\
|
|
"2.787713, 2.799932, 2.834553, 2.975302, 3.558011",\
|
|
"2.824275, 2.836494, 2.871116, 3.011864, 3.594573",\
|
|
"2.974435, 2.986655, 3.021276, 3.162024, 3.744734");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "0.019283, 0.030809, 0.071427, 0.265912, 1.102310",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.102310",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.102310",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.102310",\
|
|
"0.019283, 0.030809, 0.071427, 0.265912, 1.102310");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "2.717641, 2.727456, 2.750701, 2.820096, 3.066882",\
|
|
"2.798243, 2.808059, 2.831304, 2.900699, 3.147485",\
|
|
"2.847477, 2.857293, 2.880538, 2.949933, 3.196719",\
|
|
"2.884039, 2.893855, 2.917100, 2.986495, 3.233281",\
|
|
"3.034199, 3.044015, 3.067260, 3.136655, 3.383441");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000818, 0.011590, 0.050818, 0.232897, 1.000000");
|
|
values ( "0.019015, 0.025425, 0.043411, 0.118363, 0.453307",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.453307",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.453307",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.453307",\
|
|
"0.019015, 0.025425, 0.043411, 0.118363, 0.453307");
|
|
}
|
|
|
|
} /* 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.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 ( "2.714106, 2.725130, 2.759747, 2.900518, 3.488055",\
|
|
"2.830200, 2.841225, 2.875841, 3.016613, 3.604150",\
|
|
"2.926479, 2.937504, 2.972120, 3.112892, 3.700429",\
|
|
"3.071484, 3.082509, 3.117125, 3.257896, 3.845434",\
|
|
"3.668563, 3.679588, 3.714204, 3.854975, 4.442513");
|
|
}
|
|
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.019369, 0.030889, 0.071505, 0.265975, 1.111602",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.111602",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.111602",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.111602",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.111602");
|
|
}
|
|
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 ( "2.768003, 2.776818, 2.800051, 2.869464, 3.121176",\
|
|
"2.884098, 2.892913, 2.916146, 2.985559, 3.237271",\
|
|
"2.980376, 2.989192, 3.012424, 3.081838, 3.333549",\
|
|
"3.125381, 3.134197, 3.157430, 3.226843, 3.478555",\
|
|
"3.722460, 3.731276, 3.754508, 3.823922, 4.075633");
|
|
}
|
|
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.019068, 0.025460, 0.043438, 0.118373, 0.462775",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.462775",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.462775",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.462775",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.462775");
|
|
}
|
|
|
|
} /* 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.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "2.703341, 2.715530, 2.750146, 2.890917, 3.473557",\
|
|
"2.783945, 2.796133, 2.830750, 2.971521, 3.554161",\
|
|
"2.833181, 2.845369, 2.879985, 3.020757, 3.603397",\
|
|
"2.869747, 2.881936, 2.916552, 3.057323, 3.639964",\
|
|
"3.019926, 3.032114, 3.066730, 3.207502, 3.790142");
|
|
}
|
|
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.019369, 0.030889, 0.071505, 0.265975, 1.102317",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.102317",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.102317",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.102317",\
|
|
"0.019369, 0.030889, 0.071505, 0.265975, 1.102317");
|
|
}
|
|
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 ( "2.761894, 2.771674, 2.794906, 2.864320, 3.111053",\
|
|
"2.842498, 2.852278, 2.875510, 2.944924, 3.191657",\
|
|
"2.891734, 2.901513, 2.924746, 2.994159, 3.240892",\
|
|
"2.928300, 2.938080, 2.961312, 3.030726, 3.277459",\
|
|
"3.078479, 3.088258, 3.111491, 3.180904, 3.427637");
|
|
}
|
|
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.019068, 0.025460, 0.043438, 0.118373, 0.453305",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.453305",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.453305",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.453305",\
|
|
"0.019068, 0.025460, 0.043438, 0.118373, 0.453305");
|
|
}
|
|
|
|
} /* 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.000821 ;
|
|
|
|
/* 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.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "2.719779, 2.731982, 2.766554, 2.907094, 3.493358",\
|
|
"2.835872, 2.848075, 2.882648, 3.023187, 3.609452",\
|
|
"2.932150, 2.944353, 2.978925, 3.119465, 3.705729",\
|
|
"3.077150, 3.089353, 3.123925, 3.264465, 3.850729",\
|
|
"3.674210, 3.686413, 3.720985, 3.861525, 4.447790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "0.019288, 0.030826, 0.071481, 0.266149, 1.108490",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.108490",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.108490",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.108490",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.108490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "2.759093, 2.768895, 2.792093, 2.861276, 3.111639",\
|
|
"2.875187, 2.884989, 2.908186, 2.977370, 3.227733",\
|
|
"2.971464, 2.981266, 3.004463, 3.073647, 3.324010",\
|
|
"3.116465, 3.126266, 3.149464, 3.218648, 3.469011",\
|
|
"3.713525, 3.723326, 3.746524, 3.815708, 4.066071");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "0.019018, 0.025438, 0.043462, 0.118583, 0.459584",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.459584",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.459584",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.459584",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.459584");
|
|
}
|
|
|
|
} /* 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.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "2.693186, 2.705388, 2.739961, 2.880500, 3.463512",\
|
|
"2.773788, 2.785991, 2.820563, 2.961103, 3.544115",\
|
|
"2.823022, 2.835225, 2.869797, 3.010337, 3.593349",\
|
|
"2.859585, 2.871787, 2.906360, 3.046899, 3.629911",\
|
|
"3.009744, 3.021947, 3.056520, 3.197059, 3.780071");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "0.019288, 0.030826, 0.071481, 0.266149, 1.102324",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.102324",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.102324",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.102324",\
|
|
"0.019288, 0.030826, 0.071481, 0.266149, 1.102324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "2.752411, 2.762212, 2.785410, 2.854594, 3.101651",\
|
|
"2.833013, 2.842815, 2.866013, 2.935196, 3.182254",\
|
|
"2.882247, 2.892049, 2.915246, 2.984430, 3.231488",\
|
|
"2.918809, 2.928611, 2.951809, 3.020993, 3.268050",\
|
|
"3.068969, 3.078771, 3.101969, 3.171153, 3.418210");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000821, 0.011594, 0.050821, 0.232900, 1.000000");
|
|
values ( "0.019018, 0.025438, 0.043462, 0.118583, 0.453299",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.453299",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.453299",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.453299",\
|
|
"0.019018, 0.025438, 0.043462, 0.118583, 0.453299");
|
|
}
|
|
|
|
} /* 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.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.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "2.736110, 2.746801, 2.781405, 2.922187, 3.509831",\
|
|
"2.852203, 2.862895, 2.897498, 3.038280, 3.625924",\
|
|
"2.948481, 2.959172, 2.993776, 3.134558, 3.722201",\
|
|
"3.093481, 3.104172, 3.138776, 3.279558, 3.867202",\
|
|
"3.690541, 3.701232, 3.735836, 3.876618, 4.464262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.019398, 0.030919, 0.071532, 0.266022, 1.111652",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.111652",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.111652",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.111652",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.111652");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "2.786457, 2.795318, 2.818544, 2.887960, 3.139672",\
|
|
"2.902550, 2.911411, 2.934638, 3.004054, 3.255766",\
|
|
"2.998828, 3.007689, 3.030915, 3.100331, 3.352043",\
|
|
"3.143828, 3.152689, 3.175916, 3.245331, 3.497044",\
|
|
"3.740888, 3.749749, 3.772976, 3.842391, 4.094104");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.019083, 0.025469, 0.043450, 0.118385, 0.462741",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.462741",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.462741",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.462741",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.462741");
|
|
}
|
|
|
|
} /* 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.000917, 0.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "2.719718, 2.731889, 2.766493, 2.907275, 3.490021",\
|
|
"2.800321, 2.812491, 2.847095, 2.987877, 3.570624",\
|
|
"2.849555, 2.861725, 2.896329, 3.037111, 3.619858",\
|
|
"2.886117, 2.898288, 2.932891, 3.073673, 3.656420",\
|
|
"3.036277, 3.048448, 3.083052, 3.223834, 3.806580");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.019398, 0.030919, 0.071532, 0.266022, 1.102367",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.102367",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.102367",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.102367",\
|
|
"0.019398, 0.030919, 0.071532, 0.266022, 1.102367");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "2.778399, 2.788168, 2.811395, 2.880810, 3.127544",\
|
|
"2.859002, 2.868771, 2.891998, 2.961413, 3.208147",\
|
|
"2.908236, 2.918005, 2.941231, 3.010647, 3.257381",\
|
|
"2.944798, 2.954567, 2.977794, 3.047209, 3.293943",\
|
|
"3.094958, 3.104727, 3.127954, 3.197369, 3.444103");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000917, 0.011689, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.019083, 0.025469, 0.043450, 0.118385, 0.453271",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.453271",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.453271",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.453271",\
|
|
"0.019083, 0.025469, 0.043450, 0.118385, 0.453271");
|
|
}
|
|
|
|
} /* 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.000843 ;
|
|
|
|
/* 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.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "2.705666, 2.717866, 2.752474, 2.893233, 3.480794",\
|
|
"2.821760, 2.833960, 2.868567, 3.009327, 3.596888",\
|
|
"2.918037, 2.930237, 2.964845, 3.105604, 3.693166",\
|
|
"3.063038, 3.075237, 3.109845, 3.250605, 3.838166",\
|
|
"3.660098, 3.672297, 3.706905, 3.847665, 4.435226");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "0.019316, 0.030844, 0.071459, 0.265964, 1.111348",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.111348",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.111348",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.111348",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.111348");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "2.756956, 2.766759, 2.789997, 2.859394, 3.110997",\
|
|
"2.873049, 2.882853, 2.906090, 2.975487, 3.227091",\
|
|
"2.969326, 2.979130, 3.002368, 3.071765, 3.323368",\
|
|
"3.114327, 3.124131, 3.147368, 3.216765, 3.468369",\
|
|
"3.711387, 3.721191, 3.744429, 3.813825, 4.065429");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "0.019033, 0.025436, 0.043425, 0.118376, 0.462438",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.462438",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.462438",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.462438",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.462438");
|
|
}
|
|
|
|
} /* 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.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "2.695933, 2.708132, 2.742740, 2.883499, 3.466321",\
|
|
"2.776535, 2.788734, 2.823342, 2.964102, 3.546924",\
|
|
"2.825769, 2.837969, 2.872576, 3.013336, 3.596158",\
|
|
"2.862332, 2.874531, 2.909139, 3.049898, 3.632720",\
|
|
"3.012492, 3.024691, 3.059299, 3.200058, 3.782880");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "0.019316, 0.030844, 0.071459, 0.265964, 1.102363",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.102363",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.102363",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.102363",\
|
|
"0.019316, 0.030844, 0.071459, 0.265964, 1.102363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "2.752193, 2.761997, 2.785234, 2.854631, 3.101417",\
|
|
"2.832795, 2.842599, 2.865837, 2.935234, 3.182020",\
|
|
"2.882029, 2.891833, 2.915071, 2.984468, 3.231254",\
|
|
"2.918591, 2.928395, 2.951633, 3.021030, 3.267816",\
|
|
"3.068752, 3.078555, 3.101793, 3.171190, 3.417976");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000843, 0.011616, 0.050843, 0.232922, 1.000000");
|
|
values ( "0.019033, 0.025436, 0.043425, 0.118376, 0.453274",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.453274",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.453274",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.453274",\
|
|
"0.019033, 0.025436, 0.043425, 0.118376, 0.453274");
|
|
}
|
|
|
|
} /* 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.000896 ;
|
|
|
|
/* 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.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "2.685848, 2.697066, 2.731665, 2.872455, 3.460205",\
|
|
"2.801941, 2.813159, 2.847758, 2.988548, 3.576298",\
|
|
"2.898219, 2.909437, 2.944036, 3.084826, 3.672576",\
|
|
"3.043219, 3.054437, 3.089036, 3.229826, 3.817576",\
|
|
"3.640279, 3.651497, 3.686096, 3.826886, 4.414637");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "0.019377, 0.030903, 0.071513, 0.266015, 1.111688",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.111688",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.111688",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.111688",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.111688");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "2.735303, 2.744311, 2.767541, 2.836960, 3.088686",\
|
|
"2.851396, 2.860404, 2.883635, 2.953054, 3.204779",\
|
|
"2.947674, 2.956682, 2.979912, 3.049331, 3.301057",\
|
|
"3.092674, 3.101683, 3.124913, 3.194332, 3.446057",\
|
|
"3.689735, 3.698743, 3.721973, 3.791392, 4.043118");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "0.019068, 0.025458, 0.043444, 0.118378, 0.462716",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.462716",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.462716",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.462716",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.462716");
|
|
}
|
|
|
|
} /* 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.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "2.668552, 2.680725, 2.715324, 2.856114, 3.438967",\
|
|
"2.749155, 2.761328, 2.795927, 2.936717, 3.519569",\
|
|
"2.798389, 2.810562, 2.845160, 2.985950, 3.568803",\
|
|
"2.834951, 2.847124, 2.881723, 3.022513, 3.605366",\
|
|
"2.985111, 2.997284, 3.031883, 3.172673, 3.755526");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "0.019377, 0.030903, 0.071513, 0.266015, 1.102404",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.102404",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.102404",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.102404",\
|
|
"0.019377, 0.030903, 0.071513, 0.266015, 1.102404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "2.729871, 2.739651, 2.762881, 2.832300, 3.079047",\
|
|
"2.810473, 2.820253, 2.843483, 2.912903, 3.159650",\
|
|
"2.859707, 2.869487, 2.892717, 2.962137, 3.208884",\
|
|
"2.896270, 2.906050, 2.929280, 2.998699, 3.245446",\
|
|
"3.046430, 3.056210, 3.079440, 3.148859, 3.395606");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000896, 0.011668, 0.050896, 0.232975, 1.000000");
|
|
values ( "0.019068, 0.025458, 0.043444, 0.118378, 0.453245",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.453245",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.453245",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.453245",\
|
|
"0.019068, 0.025458, 0.043444, 0.118378, 0.453245");
|
|
}
|
|
|
|
} /* 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.001568 ;
|
|
|
|
/* 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.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "2.696974, 2.708905, 2.743527, 2.885854, 3.474563",\
|
|
"2.813068, 2.824999, 2.859621, 3.001948, 3.590657",\
|
|
"2.909345, 2.921277, 2.955898, 3.098226, 3.686934",\
|
|
"3.054345, 3.066277, 3.100898, 3.243226, 3.831934",\
|
|
"3.651406, 3.663337, 3.697959, 3.840286, 4.428995");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "0.020122, 0.031575, 0.072128, 0.272196, 1.117648",\
|
|
"0.020122, 0.031575, 0.072128, 0.272196, 1.117648",\
|
|
"0.020122, 0.031575, 0.072128, 0.272196, 1.117648",\
|
|
"0.020122, 0.031575, 0.072128, 0.272196, 1.117648",\
|
|
"0.020122, 0.031575, 0.072128, 0.272196, 1.117648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "2.756714, 2.766191, 2.789373, 2.859882, 3.113344",\
|
|
"2.872808, 2.882284, 2.905466, 2.975975, 3.229438",\
|
|
"2.969085, 2.978562, 3.001744, 3.072253, 3.325715",\
|
|
"3.114085, 3.123562, 3.146744, 3.217253, 3.470715",\
|
|
"3.711146, 3.720623, 3.743804, 3.814313, 4.067776");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "0.019523, 0.025744, 0.043620, 0.123392, 0.468817",\
|
|
"0.019523, 0.025744, 0.043620, 0.123392, 0.468817",\
|
|
"0.019523, 0.025744, 0.043620, 0.123392, 0.468817",\
|
|
"0.019523, 0.025744, 0.043620, 0.123392, 0.468817",\
|
|
"0.019523, 0.025744, 0.043620, 0.123392, 0.468817");
|
|
}
|
|
|
|
} /* 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.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "2.673295, 2.685226, 2.719848, 2.860304, 3.442837",\
|
|
"2.753897, 2.765829, 2.800450, 2.940907, 3.523440",\
|
|
"2.803131, 2.815063, 2.849684, 2.990140, 3.572674",\
|
|
"2.839694, 2.851625, 2.886246, 3.026703, 3.609236",\
|
|
"2.989854, 3.001785, 3.036407, 3.176863, 3.759396");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "0.020122, 0.031575, 0.072128, 0.268673, 1.102400",\
|
|
"0.020122, 0.031575, 0.072128, 0.268673, 1.102400",\
|
|
"0.020122, 0.031575, 0.072128, 0.268673, 1.102400",\
|
|
"0.020122, 0.031575, 0.072128, 0.268673, 1.102400",\
|
|
"0.020122, 0.031575, 0.072128, 0.268673, 1.102400");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "2.753095, 2.762572, 2.785754, 2.854388, 3.101539",\
|
|
"2.833698, 2.843174, 2.866356, 2.934990, 3.182142",\
|
|
"2.882932, 2.892408, 2.915590, 2.984224, 3.231375",\
|
|
"2.919494, 2.928971, 2.952152, 3.020786, 3.267938",\
|
|
"3.069654, 3.079131, 3.102313, 3.170947, 3.418098");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001568, 0.012340, 0.051568, 0.233647, 1.000000");
|
|
values ( "0.019523, 0.025744, 0.043620, 0.119859, 0.453249",\
|
|
"0.019523, 0.025744, 0.043620, 0.119859, 0.453249",\
|
|
"0.019523, 0.025744, 0.043620, 0.119859, 0.453249",\
|
|
"0.019523, 0.025744, 0.043620, 0.119859, 0.453249",\
|
|
"0.019523, 0.025744, 0.043620, 0.119859, 0.453249");
|
|
}
|
|
|
|
} /* 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.002713 ;
|
|
|
|
/* 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.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "2.656950, 2.668460, 2.702898, 2.844961, 3.431859",\
|
|
"2.773043, 2.784554, 2.818992, 2.961055, 3.547952",\
|
|
"2.869320, 2.880831, 2.915269, 3.057332, 3.644229",\
|
|
"3.014321, 3.025832, 3.060269, 3.202332, 3.789230",\
|
|
"3.611381, 3.622892, 3.657330, 3.799392, 4.386290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "0.021384, 0.032781, 0.073404, 0.272853, 1.114987",\
|
|
"0.021384, 0.032781, 0.073404, 0.272853, 1.114987",\
|
|
"0.021384, 0.032781, 0.073404, 0.272853, 1.114987",\
|
|
"0.021384, 0.032781, 0.073404, 0.272853, 1.114987",\
|
|
"0.021384, 0.032781, 0.073404, 0.272853, 1.114987");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "2.718937, 2.727911, 2.750800, 2.820979, 3.072948",\
|
|
"2.835031, 2.844004, 2.866893, 2.937072, 3.189041",\
|
|
"2.931308, 2.940281, 2.963171, 3.033350, 3.285318",\
|
|
"3.076308, 3.085282, 3.108171, 3.178350, 3.430319",\
|
|
"3.673369, 3.682342, 3.705231, 3.775410, 4.027379");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "0.020268, 0.026281, 0.044142, 0.123270, 0.465984",\
|
|
"0.020268, 0.026281, 0.044142, 0.123270, 0.465984",\
|
|
"0.020268, 0.026281, 0.044142, 0.123270, 0.465984",\
|
|
"0.020268, 0.026281, 0.044142, 0.123270, 0.465984",\
|
|
"0.020268, 0.026281, 0.044142, 0.123270, 0.465984");
|
|
}
|
|
|
|
} /* 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.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "2.643259, 2.654770, 2.689207, 2.829722, 3.411554",\
|
|
"2.723861, 2.735372, 2.769810, 2.910325, 3.492157",\
|
|
"2.773095, 2.784606, 2.819044, 2.959558, 3.541390",\
|
|
"2.809658, 2.821168, 2.855606, 2.996121, 3.577953",\
|
|
"2.959818, 2.971328, 3.005766, 3.146281, 3.728113");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "0.021384, 0.032781, 0.073404, 0.269951, 1.102469",\
|
|
"0.021384, 0.032781, 0.073404, 0.269951, 1.102469",\
|
|
"0.021384, 0.032781, 0.073404, 0.269951, 1.102469",\
|
|
"0.021384, 0.032781, 0.073404, 0.269951, 1.102469",\
|
|
"0.021384, 0.032781, 0.073404, 0.269951, 1.102469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "2.710546, 2.719519, 2.742408, 2.811037, 3.057830",\
|
|
"2.791149, 2.800122, 2.823011, 2.891639, 3.138433",\
|
|
"2.840383, 2.849356, 2.872245, 2.940873, 3.187667",\
|
|
"2.876945, 2.885918, 2.908807, 2.977436, 3.224229",\
|
|
"3.027105, 3.036078, 3.058967, 3.127596, 3.374389");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002713, 0.013485, 0.052713, 0.234792, 1.000000");
|
|
values ( "0.020268, 0.026281, 0.044142, 0.120362, 0.453208",\
|
|
"0.020268, 0.026281, 0.044142, 0.120362, 0.453208",\
|
|
"0.020268, 0.026281, 0.044142, 0.120362, 0.453208",\
|
|
"0.020268, 0.026281, 0.044142, 0.120362, 0.453208",\
|
|
"0.020268, 0.026281, 0.044142, 0.120362, 0.453208");
|
|
}
|
|
|
|
} /* 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.002284 ;
|
|
|
|
/* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "2.665701, 2.677350, 2.711886, 2.854130, 3.441906",\
|
|
"2.781795, 2.793444, 2.827979, 2.970223, 3.558000",\
|
|
"2.878073, 2.889721, 2.924257, 3.066501, 3.654278",\
|
|
"3.023073, 3.034722, 3.069257, 3.211501, 3.799278",\
|
|
"3.620133, 3.631782, 3.666317, 3.808561, 4.396338");
|
|
}
|
|
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.020914, 0.032314, 0.072904, 0.272794, 1.116867",\
|
|
"0.020914, 0.032314, 0.072904, 0.272794, 1.116867",\
|
|
"0.020914, 0.032314, 0.072904, 0.272794, 1.116867",\
|
|
"0.020914, 0.032314, 0.072904, 0.272794, 1.116867",\
|
|
"0.020914, 0.032314, 0.072904, 0.272794, 1.116867");
|
|
}
|
|
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 ( "2.724744, 2.733866, 2.756882, 2.827279, 3.080193",\
|
|
"2.840837, 2.849959, 2.872975, 2.943373, 3.196286",\
|
|
"2.937114, 2.946237, 2.969253, 3.039650, 3.292563",\
|
|
"3.082115, 3.091237, 3.114253, 3.184651, 3.437564",\
|
|
"3.679175, 3.688298, 3.711314, 3.781711, 4.034625");
|
|
}
|
|
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.020010, 0.026078, 0.043926, 0.123536, 0.468071",\
|
|
"0.020010, 0.026078, 0.043926, 0.123536, 0.468071",\
|
|
"0.020010, 0.026078, 0.043926, 0.123536, 0.468071",\
|
|
"0.020010, 0.026078, 0.043926, 0.123536, 0.468071",\
|
|
"0.020010, 0.026078, 0.043926, 0.123536, 0.468071");
|
|
}
|
|
|
|
} /* 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.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "2.652599, 2.664247, 2.698783, 2.839239, 3.421146",\
|
|
"2.733202, 2.744850, 2.779386, 2.919842, 3.501749",\
|
|
"2.782435, 2.794084, 2.828620, 2.969076, 3.550983",\
|
|
"2.818998, 2.830646, 2.865182, 3.005638, 3.587545",\
|
|
"2.969158, 2.980806, 3.015342, 3.155798, 3.737705");
|
|
}
|
|
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.020914, 0.032314, 0.072904, 0.269437, 1.102367",\
|
|
"0.020914, 0.032314, 0.072904, 0.269437, 1.102367",\
|
|
"0.020914, 0.032314, 0.072904, 0.269437, 1.102367",\
|
|
"0.020914, 0.032314, 0.072904, 0.269437, 1.102367",\
|
|
"0.020914, 0.032314, 0.072904, 0.269437, 1.102367");
|
|
}
|
|
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 ( "2.719045, 2.728168, 2.751184, 2.819789, 3.066705",\
|
|
"2.799648, 2.808770, 2.831786, 2.900392, 3.147308",\
|
|
"2.848882, 2.858004, 2.881020, 2.949626, 3.196542",\
|
|
"2.885444, 2.894566, 2.917582, 2.986188, 3.233104",\
|
|
"3.035604, 3.044726, 3.067742, 3.136348, 3.383264");
|
|
}
|
|
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.020010, 0.026078, 0.043926, 0.120170, 0.453267",\
|
|
"0.020010, 0.026078, 0.043926, 0.120170, 0.453267",\
|
|
"0.020010, 0.026078, 0.043926, 0.120170, 0.453267",\
|
|
"0.020010, 0.026078, 0.043926, 0.120170, 0.453267",\
|
|
"0.020010, 0.026078, 0.043926, 0.120170, 0.453267");
|
|
}
|
|
|
|
} /* 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.002286 ;
|
|
|
|
/* 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.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "2.654161, 2.664416, 2.698928, 2.841089, 3.428615",\
|
|
"2.770255, 2.780510, 2.815023, 2.957184, 3.544710",\
|
|
"2.866534, 2.876789, 2.911301, 3.053462, 3.640989",\
|
|
"3.011539, 3.021794, 3.056306, 3.198467, 3.785994",\
|
|
"3.608618, 3.618872, 3.653385, 3.795546, 4.383072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "0.020921, 0.032326, 0.072924, 0.272611, 1.116016",\
|
|
"0.020921, 0.032326, 0.072924, 0.272611, 1.116016",\
|
|
"0.020921, 0.032326, 0.072924, 0.272611, 1.116016",\
|
|
"0.020921, 0.032326, 0.072924, 0.272611, 1.116016",\
|
|
"0.020921, 0.032326, 0.072924, 0.272611, 1.116016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "2.715101, 2.723531, 2.746531, 2.816838, 3.069386",\
|
|
"2.831196, 2.839626, 2.862626, 2.932933, 3.185480",\
|
|
"2.927475, 2.935905, 2.958905, 3.029212, 3.281759",\
|
|
"3.072480, 3.080910, 3.103910, 3.174217, 3.426764",\
|
|
"3.669558, 3.677988, 3.700989, 3.771295, 4.023843");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "0.020011, 0.026081, 0.043945, 0.123331, 0.467121",\
|
|
"0.020011, 0.026081, 0.043945, 0.123331, 0.467121",\
|
|
"0.020011, 0.026081, 0.043945, 0.123331, 0.467121",\
|
|
"0.020011, 0.026081, 0.043945, 0.123331, 0.467121",\
|
|
"0.020011, 0.026081, 0.043945, 0.123331, 0.467121");
|
|
}
|
|
|
|
} /* 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.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "2.642772, 2.654408, 2.688920, 2.829406, 3.411427",\
|
|
"2.723376, 2.735012, 2.769524, 2.910009, 3.492030",\
|
|
"2.772611, 2.784247, 2.818759, 2.959245, 3.541266",\
|
|
"2.809178, 2.820814, 2.855326, 2.995811, 3.577832",\
|
|
"2.959357, 2.970992, 3.005505, 3.145990, 3.728011");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "0.020921, 0.032326, 0.072924, 0.269461, 1.102414",\
|
|
"0.020921, 0.032326, 0.072924, 0.269461, 1.102414",\
|
|
"0.020921, 0.032326, 0.072924, 0.269461, 1.102414",\
|
|
"0.020921, 0.032326, 0.072924, 0.269461, 1.102414",\
|
|
"0.020921, 0.032326, 0.072924, 0.269461, 1.102414");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "2.705506, 2.714624, 2.737624, 2.806252, 3.053175",\
|
|
"2.786109, 2.795228, 2.818228, 2.886856, 3.133779",\
|
|
"2.835345, 2.844463, 2.867463, 2.936091, 3.183014",\
|
|
"2.871912, 2.881030, 2.904030, 2.972658, 3.219581",\
|
|
"3.022090, 3.031209, 3.054209, 3.122837, 3.369760");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002286, 0.013058, 0.052286, 0.234365, 1.000000");
|
|
values ( "0.020011, 0.026081, 0.043945, 0.120173, 0.453236",\
|
|
"0.020011, 0.026081, 0.043945, 0.120173, 0.453236",\
|
|
"0.020011, 0.026081, 0.043945, 0.120173, 0.453236",\
|
|
"0.020011, 0.026081, 0.043945, 0.120173, 0.453236",\
|
|
"0.020011, 0.026081, 0.043945, 0.120173, 0.453236");
|
|
}
|
|
|
|
} /* 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.002537 ;
|
|
|
|
/* 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.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "2.686453, 2.695529, 2.730012, 2.872210, 3.459751",\
|
|
"2.802546, 2.811622, 2.846106, 2.988303, 3.575844",\
|
|
"2.898823, 2.907900, 2.942383, 3.084581, 3.672122",\
|
|
"3.043824, 3.052900, 3.087383, 3.229581, 3.817122",\
|
|
"3.640884, 3.649960, 3.684443, 3.826641, 4.414182");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "0.021194, 0.032590, 0.073190, 0.272974, 1.116351",\
|
|
"0.021194, 0.032590, 0.073190, 0.272974, 1.116351",\
|
|
"0.021194, 0.032590, 0.073190, 0.272974, 1.116351",\
|
|
"0.021194, 0.032590, 0.073190, 0.272974, 1.116351",\
|
|
"0.021194, 0.032590, 0.073190, 0.272974, 1.116351");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "2.756159, 2.763498, 2.786448, 2.856775, 3.109369",\
|
|
"2.872253, 2.879591, 2.902542, 2.972868, 3.225463",\
|
|
"2.968530, 2.975869, 2.998819, 3.069146, 3.321740",\
|
|
"3.113531, 3.120869, 3.143820, 3.214146, 3.466741",\
|
|
"3.710591, 3.717930, 3.740880, 3.811207, 4.063801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "0.020162, 0.026195, 0.044045, 0.123516, 0.467406",\
|
|
"0.020162, 0.026195, 0.044045, 0.123516, 0.467406",\
|
|
"0.020162, 0.026195, 0.044045, 0.123516, 0.467406",\
|
|
"0.020162, 0.026195, 0.044045, 0.123516, 0.467406",\
|
|
"0.020162, 0.026195, 0.044045, 0.123516, 0.467406");
|
|
}
|
|
|
|
} /* 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.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "2.664366, 2.675929, 2.710412, 2.850896, 3.432812",\
|
|
"2.744968, 2.756532, 2.791015, 2.931498, 3.513414",\
|
|
"2.794202, 2.805766, 2.840249, 2.980732, 3.562648",\
|
|
"2.830764, 2.842328, 2.876811, 3.017294, 3.599211",\
|
|
"2.980924, 2.992488, 3.026971, 3.167454, 3.749370");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "0.021194, 0.032590, 0.073190, 0.269750, 1.102449",\
|
|
"0.021194, 0.032590, 0.073190, 0.269750, 1.102449",\
|
|
"0.021194, 0.032590, 0.073190, 0.269750, 1.102449",\
|
|
"0.021194, 0.032590, 0.073190, 0.269750, 1.102449",\
|
|
"0.021194, 0.032590, 0.073190, 0.269750, 1.102449");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "2.737130, 2.746164, 2.769115, 2.837724, 3.084571",\
|
|
"2.817732, 2.826767, 2.849717, 2.918326, 3.165173",\
|
|
"2.866966, 2.876001, 2.898951, 2.967560, 3.214407",\
|
|
"2.903528, 2.912563, 2.935513, 3.004122, 3.250969",\
|
|
"3.053689, 3.062723, 3.085674, 3.154283, 3.401129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002537, 0.013309, 0.052537, 0.234616, 1.000000");
|
|
values ( "0.020162, 0.026195, 0.044045, 0.120284, 0.453214",\
|
|
"0.020162, 0.026195, 0.044045, 0.120284, 0.453214",\
|
|
"0.020162, 0.026195, 0.044045, 0.120284, 0.453214",\
|
|
"0.020162, 0.026195, 0.044045, 0.120284, 0.453214",\
|
|
"0.020162, 0.026195, 0.044045, 0.120284, 0.453214");
|
|
}
|
|
|
|
} /* 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.002488 ;
|
|
|
|
/* 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.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "2.653905, 2.662441, 2.696940, 2.839088, 3.426344",\
|
|
"2.769999, 2.778535, 2.813033, 2.955182, 3.542438",\
|
|
"2.866276, 2.874812, 2.909311, 3.051459, 3.638715",\
|
|
"3.011276, 3.019812, 3.054311, 3.196459, 3.783715",\
|
|
"3.608337, 3.616873, 3.651371, 3.793520, 4.380775");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "0.021134, 0.032529, 0.073137, 0.272814, 1.115970",\
|
|
"0.021134, 0.032529, 0.073137, 0.272814, 1.115970",\
|
|
"0.021134, 0.032529, 0.073137, 0.272814, 1.115970",\
|
|
"0.021134, 0.032529, 0.073137, 0.272814, 1.115970",\
|
|
"0.021134, 0.032529, 0.073137, 0.272814, 1.115970");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "2.715693, 2.722675, 2.745632, 2.815925, 3.068397",\
|
|
"2.831787, 2.838768, 2.861726, 2.932019, 3.184491",\
|
|
"2.928064, 2.935046, 2.958004, 3.028296, 3.280768",\
|
|
"3.073065, 3.080046, 3.103004, 3.173297, 3.425769",\
|
|
"3.670125, 3.677106, 3.700064, 3.770357, 4.022829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "0.020135, 0.026175, 0.044025, 0.123421, 0.467156",\
|
|
"0.020135, 0.026175, 0.044025, 0.123421, 0.467156",\
|
|
"0.020135, 0.026175, 0.044025, 0.123421, 0.467156",\
|
|
"0.020135, 0.026175, 0.044025, 0.123421, 0.467156",\
|
|
"0.020135, 0.026175, 0.044025, 0.123421, 0.467156");
|
|
}
|
|
|
|
} /* 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.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "2.646042, 2.657631, 2.692130, 2.832602, 3.414354",\
|
|
"2.726645, 2.738234, 2.772732, 2.913205, 3.494956",\
|
|
"2.775879, 2.787468, 2.821966, 2.962439, 3.544190",\
|
|
"2.812441, 2.824030, 2.858528, 2.999001, 3.580752",\
|
|
"2.962601, 2.974190, 3.008689, 3.149161, 3.730912");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "0.021134, 0.032529, 0.073137, 0.269659, 1.102367",\
|
|
"0.021134, 0.032529, 0.073137, 0.269659, 1.102367",\
|
|
"0.021134, 0.032529, 0.073137, 0.269659, 1.102367",\
|
|
"0.021134, 0.032529, 0.073137, 0.269659, 1.102367",\
|
|
"0.021134, 0.032529, 0.073137, 0.269659, 1.102367");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "2.707237, 2.716284, 2.739242, 2.807855, 3.054704",\
|
|
"2.787839, 2.796887, 2.819845, 2.888458, 3.135307",\
|
|
"2.837073, 2.846121, 2.869079, 2.937692, 3.184541",\
|
|
"2.873636, 2.882683, 2.905641, 2.974254, 3.221103",\
|
|
"3.023796, 3.032844, 3.055801, 3.124414, 3.371263");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002488, 0.013261, 0.052488, 0.234567, 1.000000");
|
|
values ( "0.020135, 0.026175, 0.044025, 0.120259, 0.453271",\
|
|
"0.020135, 0.026175, 0.044025, 0.120259, 0.453271",\
|
|
"0.020135, 0.026175, 0.044025, 0.120259, 0.453271",\
|
|
"0.020135, 0.026175, 0.044025, 0.120259, 0.453271",\
|
|
"0.020135, 0.026175, 0.044025, 0.120259, 0.453271");
|
|
}
|
|
|
|
} /* 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.002628 ;
|
|
|
|
/* 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.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "2.633528, 2.643317, 2.677815, 2.819982, 3.407115",\
|
|
"2.749621, 2.759410, 2.793909, 2.936075, 3.523209",\
|
|
"2.845899, 2.855688, 2.890186, 3.032353, 3.619486",\
|
|
"2.990899, 3.000688, 3.035186, 3.177353, 3.764486",\
|
|
"3.587960, 3.597749, 3.632247, 3.774414, 4.361547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "0.021277, 0.032665, 0.073277, 0.273011, 1.116214",\
|
|
"0.021277, 0.032665, 0.073277, 0.273011, 1.116214",\
|
|
"0.021277, 0.032665, 0.073277, 0.273011, 1.116214",\
|
|
"0.021277, 0.032665, 0.073277, 0.273011, 1.116214",\
|
|
"0.021277, 0.032665, 0.073277, 0.273011, 1.116214");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "2.702245, 2.710278, 2.733212, 2.803525, 3.056067",\
|
|
"2.818338, 2.826372, 2.849305, 2.919618, 3.172160",\
|
|
"2.914616, 2.922649, 2.945583, 3.015896, 3.268438",\
|
|
"3.059616, 3.067650, 3.090583, 3.160896, 3.413438",\
|
|
"3.656676, 3.664710, 3.687644, 3.757957, 4.010499");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "0.020218, 0.026239, 0.044074, 0.123551, 0.467499",\
|
|
"0.020218, 0.026239, 0.044074, 0.123551, 0.467499",\
|
|
"0.020218, 0.026239, 0.044074, 0.123551, 0.467499",\
|
|
"0.020218, 0.026239, 0.044074, 0.123551, 0.467499",\
|
|
"0.020218, 0.026239, 0.044074, 0.123551, 0.467499");
|
|
}
|
|
|
|
} /* 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.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "2.617447, 2.629012, 2.663511, 2.803962, 3.385472",\
|
|
"2.698050, 2.709615, 2.744113, 2.884565, 3.466075",\
|
|
"2.747284, 2.758849, 2.793347, 2.933799, 3.515309",\
|
|
"2.783846, 2.795411, 2.829909, 2.970361, 3.551871",\
|
|
"2.934006, 2.945571, 2.980069, 3.120521, 3.702030");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "0.021277, 0.032665, 0.073277, 0.269786, 1.102311",\
|
|
"0.021277, 0.032665, 0.073277, 0.269786, 1.102311",\
|
|
"0.021277, 0.032665, 0.073277, 0.269786, 1.102311",\
|
|
"0.021277, 0.032665, 0.073277, 0.269786, 1.102311",\
|
|
"0.021277, 0.032665, 0.073277, 0.269786, 1.102311");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "2.694031, 2.703037, 2.725970, 2.794565, 3.041360",\
|
|
"2.774634, 2.783639, 2.806573, 2.875168, 3.121963",\
|
|
"2.823868, 2.832873, 2.855807, 2.924402, 3.171197",\
|
|
"2.860430, 2.869436, 2.892369, 2.960964, 3.207759",\
|
|
"3.010591, 3.019596, 3.042529, 3.111124, 3.357919");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002628, 0.013400, 0.052628, 0.234707, 1.000000");
|
|
values ( "0.020218, 0.026239, 0.044074, 0.120318, 0.453307",\
|
|
"0.020218, 0.026239, 0.044074, 0.120318, 0.453307",\
|
|
"0.020218, 0.026239, 0.044074, 0.120318, 0.453307",\
|
|
"0.020218, 0.026239, 0.044074, 0.120318, 0.453307",\
|
|
"0.020218, 0.026239, 0.044074, 0.120318, 0.453307");
|
|
}
|
|
|
|
} /* 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.001252 ;
|
|
|
|
/* 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.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "2.591680, 2.603746, 2.638388, 2.780484, 3.368362",\
|
|
"2.707774, 2.719840, 2.754481, 2.896578, 3.484455",\
|
|
"2.804051, 2.816117, 2.850758, 2.992855, 3.580732",\
|
|
"2.949051, 2.961117, 2.995759, 3.137855, 3.725733",\
|
|
"3.546112, 3.558177, 3.592819, 3.734915, 4.322793");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "0.019763, 0.031241, 0.071818, 0.271328, 1.115486",\
|
|
"0.019763, 0.031241, 0.071818, 0.271328, 1.115486",\
|
|
"0.019763, 0.031241, 0.071818, 0.271328, 1.115486",\
|
|
"0.019763, 0.031241, 0.071818, 0.271328, 1.115486",\
|
|
"0.019763, 0.031241, 0.071818, 0.271328, 1.115486");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "2.662555, 2.672177, 2.695396, 2.765702, 3.018397",\
|
|
"2.778649, 2.788270, 2.811490, 2.881796, 3.134491",\
|
|
"2.874926, 2.884548, 2.907767, 2.978073, 3.230768",\
|
|
"3.019927, 3.029548, 3.052767, 3.123073, 3.375768",\
|
|
"3.616987, 3.626608, 3.649827, 3.720134, 3.972829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "0.019310, 0.025609, 0.043518, 0.122768, 0.466766",\
|
|
"0.019310, 0.025609, 0.043518, 0.122768, 0.466766",\
|
|
"0.019310, 0.025609, 0.043518, 0.122768, 0.466766",\
|
|
"0.019310, 0.025609, 0.043518, 0.122768, 0.466766",\
|
|
"0.019310, 0.025609, 0.043518, 0.122768, 0.466766");
|
|
}
|
|
|
|
} /* 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.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "2.591124, 2.603190, 2.637832, 2.778314, 3.360851",\
|
|
"2.671726, 2.683792, 2.718434, 2.858917, 3.441453",\
|
|
"2.720960, 2.733026, 2.767668, 2.908150, 3.490687",\
|
|
"2.757523, 2.769589, 2.804230, 2.944713, 3.527250",\
|
|
"2.907683, 2.919749, 2.954390, 3.094873, 3.677410");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "0.019763, 0.031241, 0.071818, 0.268284, 1.102304",\
|
|
"0.019763, 0.031241, 0.071818, 0.268284, 1.102304",\
|
|
"0.019763, 0.031241, 0.071818, 0.268284, 1.102304",\
|
|
"0.019763, 0.031241, 0.071818, 0.268284, 1.102304",\
|
|
"0.019763, 0.031241, 0.071818, 0.268284, 1.102304");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "2.661999, 2.671621, 2.694840, 2.763529, 3.010768",\
|
|
"2.742602, 2.752223, 2.775442, 2.844131, 3.091370",\
|
|
"2.791836, 2.801457, 2.824676, 2.893365, 3.140604",\
|
|
"2.828398, 2.838019, 2.861238, 2.929928, 3.177166",\
|
|
"2.978558, 2.988180, 3.011399, 3.080088, 3.327327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001252, 0.012024, 0.051252, 0.233331, 1.000000");
|
|
values ( "0.019310, 0.025609, 0.043518, 0.119717, 0.453311",\
|
|
"0.019310, 0.025609, 0.043518, 0.119717, 0.453311",\
|
|
"0.019310, 0.025609, 0.043518, 0.119717, 0.453311",\
|
|
"0.019310, 0.025609, 0.043518, 0.119717, 0.453311",\
|
|
"0.019310, 0.025609, 0.043518, 0.119717, 0.453311");
|
|
}
|
|
|
|
} /* 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.002079 ;
|
|
|
|
/* 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.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "2.261691, 2.273418, 2.307936, 2.449828, 3.036261",\
|
|
"2.377785, 2.389513, 2.424031, 2.565923, 3.152356",\
|
|
"2.474064, 2.485792, 2.520310, 2.662202, 3.248635",\
|
|
"2.619069, 2.630797, 2.665315, 2.807207, 3.393640",\
|
|
"3.216148, 3.227875, 3.262393, 3.404286, 3.990719");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "0.020681, 0.032106, 0.072737, 0.271775, 1.113502",\
|
|
"0.020681, 0.032106, 0.072737, 0.271775, 1.113502",\
|
|
"0.020681, 0.032106, 0.072737, 0.271775, 1.113502",\
|
|
"0.020681, 0.032106, 0.072737, 0.271775, 1.113502",\
|
|
"0.020681, 0.032106, 0.072737, 0.271775, 1.113502");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "2.351733, 2.360940, 2.383949, 2.454012, 2.705614",\
|
|
"2.467828, 2.477035, 2.500044, 2.570107, 2.821709",\
|
|
"2.564106, 2.573313, 2.596322, 2.666386, 2.917987",\
|
|
"2.709111, 2.718318, 2.741327, 2.811390, 3.062992",\
|
|
"3.306190, 3.315397, 3.338406, 3.408469, 3.660071");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "0.019873, 0.025998, 0.043892, 0.122675, 0.464752",\
|
|
"0.019873, 0.025998, 0.043892, 0.122675, 0.464752",\
|
|
"0.019873, 0.025998, 0.043892, 0.122675, 0.464752",\
|
|
"0.019873, 0.025998, 0.043892, 0.122675, 0.464752",\
|
|
"0.019873, 0.025998, 0.043892, 0.122675, 0.464752");
|
|
}
|
|
|
|
} /* 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.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "2.249062, 2.260790, 2.295308, 2.435821, 3.017718",\
|
|
"2.329666, 2.341394, 2.375912, 2.516425, 3.098322",\
|
|
"2.378902, 2.390629, 2.425147, 2.565660, 3.147558",\
|
|
"2.415468, 2.427196, 2.461714, 2.602227, 3.184124",\
|
|
"2.565647, 2.577375, 2.611893, 2.752406, 3.334303");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "0.020681, 0.032106, 0.072737, 0.269183, 1.102299",\
|
|
"0.020681, 0.032106, 0.072737, 0.269183, 1.102299",\
|
|
"0.020681, 0.032106, 0.072737, 0.269183, 1.102299",\
|
|
"0.020681, 0.032106, 0.072737, 0.269183, 1.102299",\
|
|
"0.020681, 0.032106, 0.072737, 0.269183, 1.102299");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "2.350605, 2.359812, 2.382821, 2.451503, 2.698472",\
|
|
"2.431209, 2.440416, 2.463425, 2.532107, 2.779076",\
|
|
"2.480444, 2.489651, 2.512660, 2.581342, 2.828311",\
|
|
"2.517011, 2.526218, 2.549227, 2.617909, 2.864878",\
|
|
"2.667189, 2.676396, 2.699405, 2.768087, 3.015056");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002079, 0.012852, 0.052079, 0.234158, 1.000000");
|
|
values ( "0.019873, 0.025998, 0.043892, 0.120077, 0.453322",\
|
|
"0.019873, 0.025998, 0.043892, 0.120077, 0.453322",\
|
|
"0.019873, 0.025998, 0.043892, 0.120077, 0.453322",\
|
|
"0.019873, 0.025998, 0.043892, 0.120077, 0.453322",\
|
|
"0.019873, 0.025998, 0.043892, 0.120077, 0.453322");
|
|
}
|
|
|
|
} /* 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.000814 ;
|
|
|
|
/* 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.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "2.598930, 2.611152, 2.645779, 2.786550, 3.374127",\
|
|
"2.715025, 2.727247, 2.761874, 2.902644, 3.490222",\
|
|
"2.811304, 2.823526, 2.858152, 2.998923, 3.586501",\
|
|
"2.956309, 2.968531, 3.003157, 3.143928, 3.731506",\
|
|
"3.553387, 3.565609, 3.600236, 3.741007, 4.328585");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "0.019279, 0.030804, 0.071418, 0.265885, 1.111593",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.111593",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.111593",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.111593",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.111593");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "2.670701, 2.680520, 2.703770, 2.773187, 3.024924",\
|
|
"2.786796, 2.796614, 2.819865, 2.889282, 3.141019",\
|
|
"2.883075, 2.892893, 2.916143, 2.985561, 3.237298",\
|
|
"3.028079, 3.037898, 3.061148, 3.130566, 3.382303",\
|
|
"3.625158, 3.634977, 3.658227, 3.727644, 3.979381");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "0.019013, 0.025423, 0.043404, 0.118338, 0.462778",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.462778",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.462778",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.462778",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.462778");
|
|
}
|
|
|
|
} /* 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.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "2.596343, 2.608565, 2.643192, 2.783962, 3.366642",\
|
|
"2.676946, 2.689168, 2.723795, 2.864566, 3.447246",\
|
|
"2.726182, 2.738404, 2.773031, 2.913801, 3.496482",\
|
|
"2.762748, 2.774971, 2.809597, 2.950368, 3.533048",\
|
|
"2.912927, 2.925149, 2.959776, 3.100547, 3.683227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "0.019279, 0.030804, 0.071418, 0.265885, 1.102309",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.102309",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.102309",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.102309",\
|
|
"0.019279, 0.030804, 0.071418, 0.265885, 1.102309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "2.670077, 2.679896, 2.703146, 2.772563, 3.019322",\
|
|
"2.750681, 2.760499, 2.783750, 2.853167, 3.099926",\
|
|
"2.799916, 2.809735, 2.832985, 2.902402, 3.149161",\
|
|
"2.836483, 2.846301, 2.869552, 2.938969, 3.185728",\
|
|
"2.986661, 2.996480, 3.019730, 3.089148, 3.335906");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000814, 0.011587, 0.050814, 0.232893, 1.000000");
|
|
values ( "0.019013, 0.025423, 0.043404, 0.118338, 0.453308",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.453308",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.453308",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.453308",\
|
|
"0.019013, 0.025423, 0.043404, 0.118338, 0.453308");
|
|
}
|
|
|
|
} /* 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.001657 ;
|
|
|
|
/* 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.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "2.243694, 2.255585, 2.290138, 2.431973, 3.018527",\
|
|
"2.359789, 2.371680, 2.406232, 2.548068, 3.134621",\
|
|
"2.456068, 2.467959, 2.502511, 2.644347, 3.230900",\
|
|
"2.601073, 2.612963, 2.647516, 2.789352, 3.375905",\
|
|
"3.198151, 3.210042, 3.244595, 3.386431, 3.972984");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "0.020214, 0.031673, 0.072297, 0.271182, 1.112922",\
|
|
"0.020214, 0.031673, 0.072297, 0.271182, 1.112922",\
|
|
"0.020214, 0.031673, 0.072297, 0.271182, 1.112922",\
|
|
"0.020214, 0.031673, 0.072297, 0.271182, 1.112922",\
|
|
"0.020214, 0.031673, 0.072297, 0.271182, 1.112922");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "2.335029, 2.344441, 2.367531, 2.437555, 2.689049",\
|
|
"2.451124, 2.460535, 2.483625, 2.553649, 2.805144",\
|
|
"2.547403, 2.556814, 2.579905, 2.649928, 2.901423",\
|
|
"2.692408, 2.701819, 2.724910, 2.794933, 3.046428",\
|
|
"3.289486, 3.298898, 3.321988, 3.392012, 3.643507");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "0.019586, 0.025806, 0.043729, 0.122350, 0.464134",\
|
|
"0.019586, 0.025806, 0.043729, 0.122350, 0.464134",\
|
|
"0.019586, 0.025806, 0.043729, 0.122350, 0.464134",\
|
|
"0.019586, 0.025806, 0.043729, 0.122350, 0.464134",\
|
|
"0.019586, 0.025806, 0.043729, 0.122350, 0.464134");
|
|
}
|
|
|
|
} /* 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.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "2.236096, 2.247987, 2.282539, 2.423073, 3.005330",\
|
|
"2.316700, 2.328591, 2.363143, 2.503677, 3.085934",\
|
|
"2.365935, 2.377826, 2.412379, 2.552912, 3.135170",\
|
|
"2.402502, 2.414393, 2.448945, 2.589479, 3.171736",\
|
|
"2.552680, 2.564571, 2.599124, 2.739658, 3.321915");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "0.020214, 0.031673, 0.072297, 0.268730, 1.102315",\
|
|
"0.020214, 0.031673, 0.072297, 0.268730, 1.102315",\
|
|
"0.020214, 0.031673, 0.072297, 0.268730, 1.102315",\
|
|
"0.020214, 0.031673, 0.072297, 0.268730, 1.102315",\
|
|
"0.020214, 0.031673, 0.072297, 0.268730, 1.102315");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "2.331322, 2.340733, 2.363823, 2.432543, 2.679651",\
|
|
"2.411926, 2.421337, 2.444427, 2.513147, 2.760254",\
|
|
"2.461161, 2.470572, 2.493663, 2.562382, 2.809490",\
|
|
"2.497728, 2.507139, 2.530229, 2.598949, 2.846056",\
|
|
"2.647906, 2.657318, 2.680408, 2.749128, 2.996235");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001657, 0.012429, 0.051657, 0.233736, 1.000000");
|
|
values ( "0.019586, 0.025806, 0.043729, 0.119894, 0.453313",\
|
|
"0.019586, 0.025806, 0.043729, 0.119894, 0.453313",\
|
|
"0.019586, 0.025806, 0.043729, 0.119894, 0.453313",\
|
|
"0.019586, 0.025806, 0.043729, 0.119894, 0.453313",\
|
|
"0.019586, 0.025806, 0.043729, 0.119894, 0.453313");
|
|
}
|
|
|
|
} /* 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.000815 ;
|
|
|
|
/* 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.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "2.613279, 2.625502, 2.660131, 2.800900, 3.388455",\
|
|
"2.729374, 2.741597, 2.776225, 2.916994, 3.504550",\
|
|
"2.825652, 2.837876, 2.872504, 3.013273, 3.600829",\
|
|
"2.970657, 2.982881, 3.017509, 3.158278, 3.745834",\
|
|
"3.567736, 3.579959, 3.614588, 3.755357, 4.342913");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "0.019279, 0.030804, 0.071418, 0.265881, 1.111585",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.111585",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.111585",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.111585",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.111585");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "2.683407, 2.693225, 2.716475, 2.785892, 3.037627",\
|
|
"2.799501, 2.809319, 2.832570, 2.901987, 3.153722",\
|
|
"2.895780, 2.905599, 2.928849, 2.998266, 3.250001",\
|
|
"3.040785, 3.050603, 3.073854, 3.143271, 3.395006",\
|
|
"3.637864, 3.647682, 3.670933, 3.740350, 3.992085");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "0.019014, 0.025423, 0.043404, 0.118338, 0.462784",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.462784",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.462784",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.462784",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.462784");
|
|
}
|
|
|
|
} /* 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.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "2.608379, 2.620602, 2.655231, 2.796000, 3.378658",\
|
|
"2.688983, 2.701206, 2.735835, 2.876604, 3.459262",\
|
|
"2.738218, 2.750442, 2.785070, 2.925839, 3.508498",\
|
|
"2.774785, 2.787008, 2.821636, 2.962405, 3.545064",\
|
|
"2.924963, 2.937187, 2.971815, 3.112584, 3.695243");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "0.019279, 0.030804, 0.071418, 0.265881, 1.102300",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.102300",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.102300",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.102300",\
|
|
"0.019279, 0.030804, 0.071418, 0.265881, 1.102300");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "2.681906, 2.691724, 2.714975, 2.784392, 3.031148",\
|
|
"2.762510, 2.772328, 2.795578, 2.864995, 3.111752",\
|
|
"2.811745, 2.821563, 2.844814, 2.914231, 3.160987",\
|
|
"2.848312, 2.858130, 2.881381, 2.950798, 3.197555",\
|
|
"2.998491, 3.008309, 3.031559, 3.100976, 3.347733");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000815, 0.011587, 0.050815, 0.232894, 1.000000");
|
|
values ( "0.019014, 0.025423, 0.043404, 0.118338, 0.453314",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.453314",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.453314",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.453314",\
|
|
"0.019014, 0.025423, 0.043404, 0.118338, 0.453314");
|
|
}
|
|
|
|
} /* 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.000882 ;
|
|
|
|
/* 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.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.620181, 2.631201, 2.665817, 2.806562, 3.393923",\
|
|
"2.736276, 2.747296, 2.781913, 2.922657, 3.510018",\
|
|
"2.832555, 2.843575, 2.878191, 3.018936, 3.606297",\
|
|
"2.977560, 2.988580, 3.023196, 3.163941, 3.751302",\
|
|
"3.574639, 3.585658, 3.620275, 3.761020, 4.348380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019353, 0.030874, 0.071495, 0.265975, 1.111280",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.111280",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.111280",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.111280",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.111280");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.689682, 2.698552, 2.721782, 2.791173, 3.042753",\
|
|
"2.805776, 2.814646, 2.837877, 2.907268, 3.158847",\
|
|
"2.902055, 2.910925, 2.934156, 3.003546, 3.255126",\
|
|
"3.047060, 3.055930, 3.079160, 3.148551, 3.400131",\
|
|
"3.644138, 3.653008, 3.676239, 3.745630, 3.997210");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019060, 0.025455, 0.043437, 0.118390, 0.462483",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.462483",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.462483",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.462483",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.462483");
|
|
}
|
|
|
|
} /* 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.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.615751, 2.627947, 2.662564, 2.803308, 3.385930",\
|
|
"2.696355, 2.708551, 2.743168, 2.883912, 3.466534",\
|
|
"2.745590, 2.757786, 2.792403, 2.933148, 3.515769",\
|
|
"2.782156, 2.794353, 2.828969, 2.969714, 3.552336",\
|
|
"2.932335, 2.944531, 2.979148, 3.119893, 3.702514");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019353, 0.030874, 0.071495, 0.265975, 1.102294",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.102294",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.102294",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.102294",\
|
|
"0.019353, 0.030874, 0.071495, 0.265975, 1.102294");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "2.688145, 2.697929, 2.721160, 2.790551, 3.037313",\
|
|
"2.768749, 2.778533, 2.801764, 2.871154, 3.117917",\
|
|
"2.817984, 2.827768, 2.850999, 2.920390, 3.167152",\
|
|
"2.854551, 2.864335, 2.887566, 2.956956, 3.203719",\
|
|
"3.004730, 3.014513, 3.037744, 3.107135, 3.353898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000882, 0.011655, 0.050882, 0.232961, 1.000000");
|
|
values ( "0.019060, 0.025455, 0.043437, 0.118390, 0.453318",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.453318",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.453318",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.453318",\
|
|
"0.019060, 0.025455, 0.043437, 0.118390, 0.453318");
|
|
}
|
|
|
|
} /* 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.000839 ;
|
|
|
|
/* 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.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "2.608366, 2.620568, 2.655182, 2.795964, 3.383649",\
|
|
"2.724460, 2.736663, 2.771277, 2.912058, 3.499743",\
|
|
"2.820739, 2.832942, 2.867556, 3.008337, 3.596022",\
|
|
"2.965744, 2.977947, 3.012561, 3.153342, 3.741027",\
|
|
"3.562822, 3.575025, 3.609639, 3.750420, 4.338106");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "0.019311, 0.030838, 0.071449, 0.265935, 1.111645",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.111645",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.111645",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.111645",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.111645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "2.677506, 2.687313, 2.710556, 2.779976, 3.031713",\
|
|
"2.793601, 2.803407, 2.826651, 2.896071, 3.147808",\
|
|
"2.889879, 2.899686, 2.922930, 2.992349, 3.244086",\
|
|
"3.034884, 3.044691, 3.067935, 3.137355, 3.389091",\
|
|
"3.631963, 3.641769, 3.665013, 3.734433, 3.986170");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "0.019030, 0.025433, 0.043418, 0.118352, 0.462743",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.462743",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.462743",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.462743",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.462743");
|
|
}
|
|
|
|
} /* 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.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "2.603215, 2.615418, 2.650032, 2.790813, 3.373601",\
|
|
"2.683819, 2.696022, 2.730635, 2.871417, 3.454205",\
|
|
"2.733055, 2.745257, 2.779871, 2.920653, 3.503441",\
|
|
"2.769621, 2.781824, 2.816438, 2.957219, 3.540008",\
|
|
"2.919800, 2.932003, 2.966616, 3.107398, 3.690186");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "0.019311, 0.030838, 0.071449, 0.265935, 1.102360",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.102360",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.102360",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.102360",\
|
|
"0.019311, 0.030838, 0.071449, 0.265935, 1.102360");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "2.676682, 2.686489, 2.709733, 2.779153, 3.025911",\
|
|
"2.757286, 2.767093, 2.790337, 2.859756, 3.106515",\
|
|
"2.806522, 2.816329, 2.839572, 2.908992, 3.155751",\
|
|
"2.843088, 2.852895, 2.876139, 2.945559, 3.192317",\
|
|
"2.993267, 3.003074, 3.026317, 3.095737, 3.342496");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000839, 0.011612, 0.050839, 0.232918, 1.000000");
|
|
values ( "0.019030, 0.025433, 0.043418, 0.118352, 0.453273",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.453273",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.453273",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.453273",\
|
|
"0.019030, 0.025433, 0.043418, 0.118352, 0.453273");
|
|
}
|
|
|
|
} /* 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.000804 ;
|
|
|
|
/* 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.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "2.629645, 2.641871, 2.676496, 2.817242, 3.404675",\
|
|
"2.745739, 2.757966, 2.792590, 2.933337, 3.520770",\
|
|
"2.842019, 2.854245, 2.888870, 3.029616, 3.617049",\
|
|
"2.987023, 2.999250, 3.033874, 3.174621, 3.762054",\
|
|
"3.584102, 3.596328, 3.630953, 3.771699, 4.359132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "0.019267, 0.030794, 0.071412, 0.265893, 1.111284",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.111284",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.111284",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.111284",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.111284");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "2.698320, 2.708142, 2.731390, 2.800785, 3.052391",\
|
|
"2.814415, 2.824237, 2.847485, 2.916880, 3.168486",\
|
|
"2.910694, 2.920516, 2.943763, 3.013159, 3.264765",\
|
|
"3.055698, 3.065521, 3.088768, 3.158163, 3.409770",\
|
|
"3.652777, 3.662599, 3.685847, 3.755242, 4.006848");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "0.019006, 0.025419, 0.043405, 0.118356, 0.462479",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.462479",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.462479",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.462479",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.462479");
|
|
}
|
|
|
|
} /* 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.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "2.621811, 2.634037, 2.668662, 2.809409, 3.392102",\
|
|
"2.702415, 2.714641, 2.749266, 2.890013, 3.472706",\
|
|
"2.751650, 2.763877, 2.798501, 2.939248, 3.521942",\
|
|
"2.788217, 2.800443, 2.835068, 2.975815, 3.558508",\
|
|
"2.938396, 2.950622, 2.985246, 3.125993, 3.708687");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "0.019267, 0.030794, 0.071412, 0.265893, 1.102300",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.102300",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.102300",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.102300",\
|
|
"0.019267, 0.030794, 0.071412, 0.265893, 1.102300");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "2.697443, 2.707265, 2.730513, 2.799908, 3.046697",\
|
|
"2.778047, 2.787869, 2.811117, 2.880512, 3.127301",\
|
|
"2.827282, 2.837105, 2.860352, 2.929747, 3.176536",\
|
|
"2.863849, 2.873671, 2.896919, 2.966314, 3.213103",\
|
|
"3.014027, 3.023849, 3.047097, 3.116492, 3.363281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000804, 0.011577, 0.050804, 0.232883, 1.000000");
|
|
values ( "0.019006, 0.025419, 0.043405, 0.118356, 0.453315",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.453315",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.453315",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.453315",\
|
|
"0.019006, 0.025419, 0.043405, 0.118356, 0.453315");
|
|
}
|
|
|
|
} /* 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.000884 ;
|
|
|
|
/* 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.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "2.611771, 2.622779, 2.657381, 2.798169, 3.385906",\
|
|
"2.727866, 2.738873, 2.773476, 2.914264, 3.502001",\
|
|
"2.824145, 2.835152, 2.869754, 3.010543, 3.598280",\
|
|
"2.969150, 2.980157, 3.014759, 3.155547, 3.743285",\
|
|
"3.566228, 3.577236, 3.611838, 3.752626, 4.340364");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "0.019363, 0.030889, 0.071499, 0.265998, 1.111680",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.111680",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.111680",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.111680",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.111680");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "2.679440, 2.688273, 2.711506, 2.780926, 3.032654",\
|
|
"2.795535, 2.804368, 2.827601, 2.897020, 3.148749",\
|
|
"2.891814, 2.900647, 2.923880, 2.993299, 3.245028",\
|
|
"3.036819, 3.045651, 3.068884, 3.138304, 3.390032",\
|
|
"3.633897, 3.642730, 3.665963, 3.735383, 3.987111");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "0.019060, 0.025453, 0.043439, 0.118372, 0.462719",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.462719",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.462719",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.462719",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.462719");
|
|
}
|
|
|
|
} /* 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.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "2.606871, 2.619050, 2.653652, 2.794440, 3.377280",\
|
|
"2.687474, 2.699654, 2.734256, 2.875044, 3.457884",\
|
|
"2.736710, 2.748889, 2.783491, 2.924279, 3.507119",\
|
|
"2.773277, 2.785456, 2.820058, 2.960846, 3.543686",\
|
|
"2.923455, 2.935634, 2.970236, 3.111024, 3.693865");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "0.019363, 0.030889, 0.071499, 0.265998, 1.102395",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.102395",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.102395",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.102395",\
|
|
"0.019363, 0.030889, 0.071499, 0.265998, 1.102395");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "2.677367, 2.687153, 2.710386, 2.779806, 3.026556",\
|
|
"2.757971, 2.767757, 2.790990, 2.860409, 3.107160",\
|
|
"2.807207, 2.816992, 2.840225, 2.909645, 3.156395",\
|
|
"2.843773, 2.853559, 2.876792, 2.946212, 3.192962",\
|
|
"2.993952, 3.003737, 3.026970, 3.096390, 3.343140");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000884, 0.011656, 0.050884, 0.232963, 1.000000");
|
|
values ( "0.019060, 0.025453, 0.043439, 0.118372, 0.453249",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.453249",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.453249",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.453249",\
|
|
"0.019060, 0.025453, 0.043439, 0.118372, 0.453249");
|
|
}
|
|
|
|
} /* 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.001424 ;
|
|
|
|
/* 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.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "2.620660, 2.632635, 2.667183, 2.807913, 3.394859",\
|
|
"2.736755, 2.748729, 2.783278, 2.924008, 3.510954",\
|
|
"2.833034, 2.845009, 2.879557, 3.020287, 3.607233",\
|
|
"2.978039, 2.990013, 3.024562, 3.165292, 3.752238",\
|
|
"3.575117, 3.587092, 3.621640, 3.762371, 4.349317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "0.019956, 0.031440, 0.072079, 0.266587, 1.111131",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.111131",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.111131",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.111131",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.111131");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "2.686996, 2.696513, 2.719624, 2.788973, 3.040308",\
|
|
"2.803090, 2.812608, 2.835719, 2.905067, 3.156402",\
|
|
"2.899369, 2.908887, 2.931998, 3.001346, 3.252681",\
|
|
"3.044374, 3.053892, 3.077003, 3.146351, 3.397686",\
|
|
"3.641453, 3.650970, 3.674081, 3.743430, 3.994765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "0.019427, 0.025705, 0.043665, 0.118638, 0.462283",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.462283",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.462283",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.462283",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.462283");
|
|
}
|
|
|
|
} /* 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.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "2.619779, 2.631754, 2.666302, 2.807032, 3.389329",\
|
|
"2.700383, 2.712358, 2.746906, 2.887636, 3.469933",\
|
|
"2.749618, 2.761593, 2.796141, 2.936872, 3.519168",\
|
|
"2.786185, 2.798160, 2.832708, 2.973439, 3.555735",\
|
|
"2.936364, 2.948338, 2.982887, 3.123617, 3.705914");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "0.019956, 0.031440, 0.072079, 0.266587, 1.102322",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.102322",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.102322",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.102322",\
|
|
"0.019956, 0.031440, 0.072079, 0.266587, 1.102322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "2.686405, 2.695923, 2.719034, 2.788383, 3.034992",\
|
|
"2.767009, 2.776527, 2.799638, 2.868986, 3.115596",\
|
|
"2.816244, 2.825762, 2.848873, 2.918222, 3.164831",\
|
|
"2.852811, 2.862329, 2.885440, 2.954788, 3.201398",\
|
|
"3.002990, 3.012507, 3.035618, 3.104967, 3.351576");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001424, 0.012196, 0.051424, 0.233503, 1.000000");
|
|
values ( "0.019427, 0.025705, 0.043665, 0.118638, 0.453299",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.453299",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.453299",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.453299",\
|
|
"0.019427, 0.025705, 0.043665, 0.118638, 0.453299");
|
|
}
|
|
|
|
} /* 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.000888 ;
|
|
|
|
/* 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.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.268575, 2.279599, 2.314210, 2.454988, 3.042596",\
|
|
"2.384670, 2.395694, 2.430305, 2.571083, 3.158691",\
|
|
"2.480949, 2.491972, 2.526584, 2.667361, 3.254970",\
|
|
"2.625954, 2.636977, 2.671589, 2.812366, 3.399975",\
|
|
"3.223032, 3.234056, 3.268667, 3.409445, 3.997053");
|
|
}
|
|
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.019363, 0.030886, 0.071500, 0.265980, 1.111629",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.111629",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.111629",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.111629",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.111629");
|
|
}
|
|
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 ( "2.355624, 2.364455, 2.387689, 2.457104, 2.708821",\
|
|
"2.471719, 2.480550, 2.503784, 2.573199, 2.824916",\
|
|
"2.567998, 2.576829, 2.600063, 2.669478, 2.921195",\
|
|
"2.713003, 2.721834, 2.745068, 2.814483, 3.066200",\
|
|
"3.310082, 3.318913, 3.342146, 3.411561, 3.663279");
|
|
}
|
|
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.019063, 0.025456, 0.043436, 0.118371, 0.462761",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.462761",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.462761",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.462761",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.462761");
|
|
}
|
|
|
|
} /* 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.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.258404, 2.270590, 2.305202, 2.445979, 3.028691",\
|
|
"2.339008, 2.351194, 2.385806, 2.526583, 3.109295",\
|
|
"2.388243, 2.400429, 2.435041, 2.575819, 3.158530",\
|
|
"2.424810, 2.436996, 2.471608, 2.612385, 3.195097",\
|
|
"2.574988, 2.587175, 2.621786, 2.762564, 3.345275");
|
|
}
|
|
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.019363, 0.030886, 0.071500, 0.265980, 1.102344",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.102344",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.102344",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.102344",\
|
|
"0.019363, 0.030886, 0.071500, 0.265980, 1.102344");
|
|
}
|
|
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 ( "2.351556, 2.361339, 2.384573, 2.453988, 2.700727",\
|
|
"2.432160, 2.441943, 2.465177, 2.534592, 2.781331",\
|
|
"2.481395, 2.491179, 2.514412, 2.583827, 2.830566",\
|
|
"2.517962, 2.527745, 2.550979, 2.620394, 2.867133",\
|
|
"2.668141, 2.677924, 2.701157, 2.770572, 3.017311");
|
|
}
|
|
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.019063, 0.025456, 0.043436, 0.118371, 0.453291",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.453291",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.453291",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.453291",\
|
|
"0.019063, 0.025456, 0.043436, 0.118371, 0.453291");
|
|
}
|
|
|
|
} /* 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.001160 ;
|
|
|
|
/* 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.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "2.596850, 2.607580, 2.642208, 2.784152, 3.371490",\
|
|
"2.712945, 2.723674, 2.758302, 2.900246, 3.487585",\
|
|
"2.809224, 2.819953, 2.854581, 2.996525, 3.583864",\
|
|
"2.954229, 2.964958, 2.999586, 3.141530, 3.728869",\
|
|
"3.551307, 3.562037, 3.596665, 3.738609, 4.325948");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "0.019662, 0.031152, 0.071746, 0.270881, 1.113986",\
|
|
"0.019662, 0.031152, 0.071746, 0.270881, 1.113986",\
|
|
"0.019662, 0.031152, 0.071746, 0.270881, 1.113986",\
|
|
"0.019662, 0.031152, 0.071746, 0.270881, 1.113986",\
|
|
"0.019662, 0.031152, 0.071746, 0.270881, 1.113986");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "2.668859, 2.677750, 2.700964, 2.771122, 3.023225",\
|
|
"2.784953, 2.793844, 2.817059, 2.887216, 3.139319",\
|
|
"2.881233, 2.890123, 2.913338, 2.983495, 3.235599",\
|
|
"3.026237, 3.035128, 3.058343, 3.128500, 3.380603",\
|
|
"3.623316, 3.632207, 3.655421, 3.725579, 3.977682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "0.019248, 0.025573, 0.043506, 0.122380, 0.465233",\
|
|
"0.019248, 0.025573, 0.043506, 0.122380, 0.465233",\
|
|
"0.019248, 0.025573, 0.043506, 0.122380, 0.465233",\
|
|
"0.019248, 0.025573, 0.043506, 0.122380, 0.465233",\
|
|
"0.019248, 0.025573, 0.043506, 0.122380, 0.465233");
|
|
}
|
|
|
|
} /* 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.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "2.594624, 2.606719, 2.641347, 2.781862, 3.364467",\
|
|
"2.675228, 2.687323, 2.721951, 2.862466, 3.445071",\
|
|
"2.724463, 2.736558, 2.771187, 2.911701, 3.494306",\
|
|
"2.761030, 2.773125, 2.807753, 2.948268, 3.530873",\
|
|
"2.911208, 2.923304, 2.957932, 3.098446, 3.681051");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "0.019662, 0.031152, 0.071746, 0.268184, 1.102303",\
|
|
"0.019662, 0.031152, 0.071746, 0.268184, 1.102303",\
|
|
"0.019662, 0.031152, 0.071746, 0.268184, 1.102303",\
|
|
"0.019662, 0.031152, 0.071746, 0.268184, 1.102303",\
|
|
"0.019662, 0.031152, 0.071746, 0.268184, 1.102303");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "2.667496, 2.677155, 2.700370, 2.769096, 3.016364",\
|
|
"2.748100, 2.757759, 2.780974, 2.849699, 3.096967",\
|
|
"2.797335, 2.806995, 2.830209, 2.898935, 3.146203",\
|
|
"2.833902, 2.843561, 2.866776, 2.935502, 3.182770",\
|
|
"2.984080, 2.993740, 3.016955, 3.085680, 3.332948");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001160, 0.011932, 0.051160, 0.233239, 1.000000");
|
|
values ( "0.019248, 0.025573, 0.043506, 0.119677, 0.453312",\
|
|
"0.019248, 0.025573, 0.043506, 0.119677, 0.453312",\
|
|
"0.019248, 0.025573, 0.043506, 0.119677, 0.453312",\
|
|
"0.019248, 0.025573, 0.043506, 0.119677, 0.453312",\
|
|
"0.019248, 0.025573, 0.043506, 0.119677, 0.453312");
|
|
}
|
|
|
|
} /* 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.000888 ;
|
|
|
|
/* 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.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.646042, 2.657059, 2.691677, 2.832448, 3.419974",\
|
|
"2.762137, 2.773154, 2.807772, 2.948542, 3.536069",\
|
|
"2.858416, 2.869433, 2.904051, 3.044821, 3.632348",\
|
|
"3.003420, 3.014437, 3.049056, 3.189826, 3.777353",\
|
|
"3.600499, 3.611516, 3.646134, 3.786905, 4.374432");
|
|
}
|
|
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.019361, 0.030881, 0.071497, 0.265965, 1.111596",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.111596",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.111596",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.111596",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.111596");
|
|
}
|
|
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 ( "2.713880, 2.722686, 2.745921, 2.815334, 3.067047",\
|
|
"2.829975, 2.838781, 2.862015, 2.931429, 3.183142",\
|
|
"2.926253, 2.935060, 2.958294, 3.027707, 3.279420",\
|
|
"3.071258, 3.080064, 3.103299, 3.172712, 3.424425",\
|
|
"3.668337, 3.677144, 3.700378, 3.769791, 4.021504");
|
|
}
|
|
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.019063, 0.025457, 0.043435, 0.118370, 0.462779",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.462779",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.462779",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.462779",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.462779");
|
|
}
|
|
|
|
} /* 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.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.635711, 2.647903, 2.682521, 2.823292, 3.405921",\
|
|
"2.716315, 2.728507, 2.763125, 2.903896, 3.486525",\
|
|
"2.765550, 2.777743, 2.812361, 2.953131, 3.535761",\
|
|
"2.802117, 2.814309, 2.848927, 2.989698, 3.572327",\
|
|
"2.952296, 2.964488, 2.999106, 3.139877, 3.722506");
|
|
}
|
|
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.019361, 0.030881, 0.071497, 0.265965, 1.102311",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.102311",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.102311",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.102311",\
|
|
"0.019361, 0.030881, 0.071497, 0.265965, 1.102311");
|
|
}
|
|
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 ( "2.708197, 2.717979, 2.741214, 2.810627, 3.057362",\
|
|
"2.788800, 2.798583, 2.821817, 2.891231, 3.137965",\
|
|
"2.838036, 2.847818, 2.871053, 2.940466, 3.187201",\
|
|
"2.874602, 2.884385, 2.907619, 2.977033, 3.223767",\
|
|
"3.024781, 3.034564, 3.057798, 3.127212, 3.373946");
|
|
}
|
|
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.019063, 0.025457, 0.043435, 0.118370, 0.453309",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.453309",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.453309",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.453309",\
|
|
"0.019063, 0.025457, 0.043435, 0.118370, 0.453309");
|
|
}
|
|
|
|
} /* 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.000783 ;
|
|
|
|
/* 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.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.607474, 2.619707, 2.654332, 2.795081, 3.382561",\
|
|
"2.723569, 2.735801, 2.770426, 2.911176, 3.498656",\
|
|
"2.819848, 2.832080, 2.866705, 3.007455, 3.594935",\
|
|
"2.964853, 2.977085, 3.011710, 3.152460, 3.739940",\
|
|
"3.561931, 3.574164, 3.608788, 3.749538, 4.337018");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.019244, 0.030773, 0.071390, 0.265876, 1.111297",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.111297",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.111297",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.111297",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.111297");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.678523, 2.688355, 2.711608, 2.781005, 3.032620",\
|
|
"2.794618, 2.804450, 2.827703, 2.897100, 3.148715",\
|
|
"2.890897, 2.900729, 2.923981, 2.993379, 3.244994",\
|
|
"3.035901, 3.045734, 3.068986, 3.138383, 3.389999",\
|
|
"3.632980, 3.642813, 3.666065, 3.735462, 3.987077");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.018992, 0.025409, 0.043397, 0.118348, 0.462470",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.462470",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.462470",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.462470",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.462470");
|
|
}
|
|
|
|
} /* 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.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.603799, 2.616032, 2.650657, 2.791406, 3.374147",\
|
|
"2.684403, 2.696636, 2.731261, 2.872010, 3.454751",\
|
|
"2.733639, 2.745871, 2.780496, 2.921246, 3.503987",\
|
|
"2.770205, 2.782438, 2.817062, 2.957812, 3.540553",\
|
|
"2.920383, 2.932616, 2.967241, 3.107991, 3.690732");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.019244, 0.030773, 0.071390, 0.265876, 1.102312",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.102312",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.102312",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.102312",\
|
|
"0.019244, 0.030773, 0.071390, 0.265876, 1.102312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.677835, 2.687667, 2.710920, 2.780317, 3.027115",\
|
|
"2.758439, 2.768271, 2.791523, 2.860921, 3.107718",\
|
|
"2.807674, 2.817507, 2.840759, 2.910156, 3.156954",\
|
|
"2.844241, 2.854074, 2.877326, 2.946723, 3.193521",\
|
|
"2.994419, 3.004252, 3.027504, 3.096901, 3.343699");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.018992, 0.025409, 0.043397, 0.118348, 0.453306",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.453306",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.453306",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.453306",\
|
|
"0.018992, 0.025409, 0.043397, 0.118348, 0.453306");
|
|
}
|
|
|
|
} /* 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.000835 ;
|
|
|
|
/* 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.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.679156, 2.691368, 2.725991, 2.866764, 3.454345",\
|
|
"2.795270, 2.807483, 2.842106, 2.982878, 3.570459",\
|
|
"2.891567, 2.903780, 2.938403, 3.079175, 3.666756",\
|
|
"3.036626, 3.048839, 3.083462, 3.224234, 3.811815",\
|
|
"3.633955, 3.646168, 3.680791, 3.821563, 4.409144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019302, 0.030827, 0.071441, 0.265910, 1.111601",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.111601",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.111601",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.111601",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.111601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.749722, 2.759531, 2.782777, 2.852194, 3.103925",\
|
|
"2.865837, 2.875645, 2.898891, 2.968308, 3.220039",\
|
|
"2.962134, 2.971942, 2.995188, 3.064605, 3.316337",\
|
|
"3.107193, 3.117002, 3.140247, 3.209664, 3.461396",\
|
|
"3.704522, 3.714330, 3.737576, 3.806993, 4.058725");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019027, 0.025432, 0.043413, 0.118347, 0.462773",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.462773",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.462773",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.462773",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.462773");
|
|
}
|
|
|
|
} /* 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.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.677324, 2.689536, 2.724159, 2.864932, 3.447615",\
|
|
"2.757947, 2.770160, 2.804783, 2.945555, 3.528239",\
|
|
"2.807201, 2.819413, 2.854036, 2.994808, 3.577492",\
|
|
"2.843822, 2.856035, 2.890657, 3.031430, 3.614113",\
|
|
"2.994250, 3.006463, 3.041086, 3.181858, 3.764542");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019302, 0.030827, 0.071441, 0.265910, 1.102317",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.102317",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.102317",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.102317",\
|
|
"0.019302, 0.030827, 0.071441, 0.265910, 1.102317");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "2.749136, 2.758944, 2.782190, 2.851607, 3.098360",\
|
|
"2.829759, 2.839568, 2.862813, 2.932230, 3.178984",\
|
|
"2.879013, 2.888822, 2.912067, 2.981484, 3.228238",\
|
|
"2.915634, 2.925443, 2.948689, 3.018106, 3.264859",\
|
|
"3.066063, 3.075871, 3.099117, 3.168534, 3.415287");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000835, 0.011607, 0.050835, 0.232914, 1.000000");
|
|
values ( "0.019027, 0.025432, 0.043413, 0.118347, 0.453303",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.453303",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.453303",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.453303",\
|
|
"0.019027, 0.025432, 0.043413, 0.118347, 0.453303");
|
|
}
|
|
|
|
} /* 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.000783 ;
|
|
|
|
/* 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.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.670164, 2.682398, 2.717023, 2.857772, 3.445241",\
|
|
"2.786279, 2.798512, 2.833138, 2.973886, 3.561356",\
|
|
"2.882576, 2.894809, 2.929435, 3.070184, 3.657653",\
|
|
"3.027635, 3.039868, 3.074494, 3.215243, 3.802712",\
|
|
"3.624964, 3.637197, 3.671823, 3.812571, 4.400040");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.019244, 0.030773, 0.071390, 0.265874, 1.111293",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.111293",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.111293",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.111293",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.111293");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.741458, 2.751291, 2.774543, 2.843940, 3.095555",\
|
|
"2.857573, 2.867405, 2.890657, 2.960054, 3.211669",\
|
|
"2.953870, 2.963702, 2.986954, 3.056351, 3.307966",\
|
|
"3.098929, 3.108762, 3.132014, 3.201411, 3.453026",\
|
|
"3.696257, 3.706090, 3.729342, 3.798739, 4.050354");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.018992, 0.025409, 0.043396, 0.118347, 0.462473",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.462473",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.462473",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.462473",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.462473");
|
|
}
|
|
|
|
} /* 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.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.668748, 2.680982, 2.715607, 2.856356, 3.439086",\
|
|
"2.749372, 2.761605, 2.796231, 2.936979, 3.519709",\
|
|
"2.798625, 2.810859, 2.845484, 2.986233, 3.568963",\
|
|
"2.835247, 2.847480, 2.882106, 3.022854, 3.605584",\
|
|
"2.985675, 2.997908, 3.032534, 3.173283, 3.756013");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.019244, 0.030773, 0.071390, 0.265874, 1.102308",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.102308",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.102308",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.102308",\
|
|
"0.019244, 0.030773, 0.071390, 0.265874, 1.102308");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "2.740847, 2.750680, 2.773932, 2.843329, 3.090127",\
|
|
"2.821471, 2.831303, 2.854556, 2.923953, 3.170750",\
|
|
"2.870724, 2.880557, 2.903809, 2.973206, 3.220003",\
|
|
"2.907345, 2.917178, 2.940430, 3.009827, 3.256624",\
|
|
"3.057774, 3.067606, 3.090858, 3.160255, 3.407053");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000783, 0.011555, 0.050783, 0.232862, 1.000000");
|
|
values ( "0.018992, 0.025409, 0.043396, 0.118347, 0.453309",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.453309",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.453309",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.453309",\
|
|
"0.018992, 0.025409, 0.043396, 0.118347, 0.453309");
|
|
}
|
|
|
|
} /* 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.000823 ;
|
|
|
|
/* 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.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "2.655873, 2.668091, 2.702716, 2.843488, 3.431065",\
|
|
"2.771984, 2.784202, 2.818827, 2.959599, 3.547176",\
|
|
"2.868277, 2.880495, 2.915120, 3.055892, 3.643469",\
|
|
"3.013323, 3.025541, 3.060167, 3.200938, 3.788515",\
|
|
"3.610598, 3.622816, 3.657441, 3.798213, 4.385790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "0.019288, 0.030813, 0.071428, 0.265895, 1.111596",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.111596",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.111596",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.111596",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.111596");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "2.725077, 2.734892, 2.758140, 2.827558, 3.079292",\
|
|
"2.841188, 2.851003, 2.874251, 2.943669, 3.195403",\
|
|
"2.937481, 2.947296, 2.970544, 3.039962, 3.291696",\
|
|
"3.082528, 3.092342, 3.115591, 3.185008, 3.436743",\
|
|
"3.679802, 3.689617, 3.712865, 3.782283, 4.034018");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "0.019019, 0.025426, 0.043408, 0.118342, 0.462776",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.462776",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.462776",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.462776",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.462776");
|
|
}
|
|
|
|
} /* 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.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "2.644428, 2.656646, 2.691271, 2.832042, 3.414722",\
|
|
"2.725048, 2.737266, 2.771892, 2.912663, 3.495343",\
|
|
"2.774297, 2.786516, 2.821141, 2.961912, 3.544592",\
|
|
"2.810906, 2.823124, 2.857749, 2.998520, 3.581200",\
|
|
"2.961280, 2.973498, 3.008124, 3.148895, 3.731575");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "0.019288, 0.030813, 0.071428, 0.265895, 1.102311",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.102311",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.102311",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.102311",\
|
|
"0.019288, 0.030813, 0.071428, 0.265895, 1.102311");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "2.720891, 2.730705, 2.753953, 2.823371, 3.070127",\
|
|
"2.801511, 2.811326, 2.834574, 2.903991, 3.150747",\
|
|
"2.850760, 2.860575, 2.883823, 2.953241, 3.199997",\
|
|
"2.887369, 2.897183, 2.920432, 2.989849, 3.236605",\
|
|
"3.037743, 3.047558, 3.070806, 3.140224, 3.386980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000823, 0.011595, 0.050823, 0.232902, 1.000000");
|
|
values ( "0.019019, 0.025426, 0.043408, 0.118342, 0.453306",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.453306",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.453306",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.453306",\
|
|
"0.019019, 0.025426, 0.043408, 0.118342, 0.453306");
|
|
}
|
|
|
|
} /* 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.005158 ;
|
|
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.780798, 0.700184, 0.650934, 0.614320, 0.463946",\
|
|
"0.867280, 0.786667, 0.737416, 0.700802, 0.550428",\
|
|
"0.924782, 0.844168, 0.794917, 0.758304, 0.607930",\
|
|
"0.995861, 0.915248, 0.865997, 0.829383, 0.679009",\
|
|
"1.279696, 1.199083, 1.149832, 1.113218, 0.962844");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.423060, 0.342447, 0.293196, 0.256582, 0.106208",\
|
|
"0.540496, 0.459883, 0.410632, 0.374018, 0.223644",\
|
|
"0.641575, 0.560962, 0.511711, 0.475098, 0.324724",\
|
|
"0.799585, 0.718972, 0.669721, 0.633107, 0.482733",\
|
|
"1.443450, 1.362837, 1.313586, 1.276972, 1.126598");
|
|
}
|
|
|
|
} /* 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.105343, 0.221447, 0.317741, 0.462793, 1.060067",\
|
|
"0.018834, 0.134938, 0.231233, 0.376284, 0.973558",\
|
|
"-0.038725, 0.077380, 0.173674, 0.318726, 0.916000",\
|
|
"-0.108608, 0.007496, 0.103790, 0.248842, 0.846116",\
|
|
"-0.393489, -0.277385, -0.181090, -0.036039, 0.561235");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.057033, 0.059071, 0.155365, 0.300417, 0.897691",\
|
|
"-0.174410, -0.058306, 0.037989, 0.183040, 0.780314",\
|
|
"-0.275307, -0.159203, -0.062909, 0.082143, 0.679417",\
|
|
"-0.431317, -0.315212, -0.218918, -0.073866, 0.523408",\
|
|
"-1.073366, -0.957262, -0.860968, -0.715916, -0.118642");
|
|
}
|
|
|
|
} /* 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.003930 ;
|
|
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.515982, 0.435369, 0.386118, 0.349504, 0.199130",\
|
|
"0.591759, 0.511145, 0.461895, 0.425281, 0.274907",\
|
|
"0.632752, 0.552139, 0.502888, 0.466274, 0.315900",\
|
|
"0.671728, 0.591114, 0.541863, 0.505250, 0.354876",\
|
|
"0.832897, 0.752284, 0.703033, 0.666419, 0.516045");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.373650, 0.293037, 0.243786, 0.207173, 0.056799",\
|
|
"0.496554, 0.415941, 0.366690, 0.330076, 0.179702",\
|
|
"0.619198, 0.538584, 0.489333, 0.452720, 0.302346",\
|
|
"0.812140, 0.731527, 0.682276, 0.645663, 0.495289",\
|
|
"1.609349, 1.528736, 1.479485, 1.442872, 1.292498");
|
|
}
|
|
|
|
} /* 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.061390, 0.054715, 0.151009, 0.296061, 0.893335",\
|
|
"-0.137167, -0.021062, 0.075232, 0.220284, 0.817558",\
|
|
"-0.178160, -0.062056, 0.034239, 0.179290, 0.776564",\
|
|
"-0.217135, -0.101031, -0.004737, 0.140315, 0.737589",\
|
|
"-0.377943, -0.261839, -0.165544, -0.020493, 0.576781");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.099616, 0.016488, 0.112782, 0.257834, 0.855108",\
|
|
"-0.222520, -0.106416, -0.010121, 0.134930, 0.732204",\
|
|
"-0.345164, -0.229059, -0.132765, 0.012287, 0.609560",\
|
|
"-0.538106, -0.422002, -0.325708, -0.180656, 0.416617",\
|
|
"-1.335315, -1.219211, -1.122917, -0.977865, -0.380592");
|
|
}
|
|
|
|
} /* 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.003956 ;
|
|
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.860526, 0.779913, 0.730662, 0.694049, 0.543675",\
|
|
"0.936362, 0.855748, 0.806498, 0.769884, 0.619510",\
|
|
"0.977231, 0.896617, 0.847367, 0.810753, 0.660379",\
|
|
"1.016294, 0.935680, 0.886430, 0.849816, 0.699442",\
|
|
"1.177468, 1.096855, 1.047604, 1.010991, 0.860617");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.510514, 0.429901, 0.380650, 0.344036, 0.193662",\
|
|
"0.633422, 0.552809, 0.503558, 0.466944, 0.316570",\
|
|
"0.756495, 0.675882, 0.626631, 0.590017, 0.439643",\
|
|
"0.950328, 0.869715, 0.820464, 0.783850, 0.633476",\
|
|
"1.751241, 1.670627, 1.621377, 1.584763, 1.434389");
|
|
}
|
|
|
|
} /* 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.090530, 0.025575, 0.121869, 0.266921, 0.864195",\
|
|
"-0.166365, -0.050261, 0.046033, 0.191085, 0.788359",\
|
|
"-0.207234, -0.091130, 0.005164, 0.150216, 0.747490",\
|
|
"-0.246297, -0.130193, -0.033899, 0.111153, 0.708427",\
|
|
"-0.407548, -0.291444, -0.195150, -0.050098, 0.547176");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.236328, -0.120223, -0.023929, 0.121123, 0.718396",\
|
|
"-0.359236, -0.243131, -0.146837, -0.001786, 0.595488",\
|
|
"-0.482309, -0.366204, -0.269910, -0.124858, 0.472415",\
|
|
"-0.676142, -0.560037, -0.463743, -0.318691, 0.278582",\
|
|
"-1.477054, -1.360950, -1.264656, -1.119604, -0.522331");
|
|
}
|
|
|
|
} /* 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.004634 ;
|
|
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.454215, 0.373601, 0.324350, 0.287737, 0.137363",\
|
|
"0.540745, 0.460132, 0.410881, 0.374267, 0.223893",\
|
|
"0.598347, 0.517734, 0.468483, 0.431870, 0.281496",\
|
|
"0.668336, 0.587723, 0.538472, 0.501858, 0.351484",\
|
|
"0.955342, 0.874729, 0.825478, 0.788864, 0.638490");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.441496, 0.360882, 0.311632, 0.275018, 0.124644",\
|
|
"0.558844, 0.478231, 0.428980, 0.392367, 0.241993",\
|
|
"0.659639, 0.579026, 0.529775, 0.493162, 0.342788",\
|
|
"0.815407, 0.734793, 0.685543, 0.648929, 0.498555",\
|
|
"1.456578, 1.375965, 1.326714, 1.290100, 1.139726");
|
|
}
|
|
|
|
} /* 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.095378, 0.020726, 0.117020, 0.262072, 0.859346",\
|
|
"-0.181908, -0.065804, 0.030490, 0.175542, 0.772816",\
|
|
"-0.239511, -0.123406, -0.027112, 0.117940, 0.715214",\
|
|
"-0.309499, -0.193395, -0.097101, 0.047951, 0.645225",\
|
|
"-0.597492, -0.481388, -0.385094, -0.240042, 0.357232");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.127554, -0.011449, 0.084845, 0.229896, 0.827170",\
|
|
"-0.244902, -0.128798, -0.032504, 0.112548, 0.709821",\
|
|
"-0.345697, -0.229593, -0.133299, 0.011753, 0.609026",\
|
|
"-0.501465, -0.385361, -0.289066, -0.144015, 0.453259",\
|
|
"-1.142636, -1.026531, -0.930237, -0.785186, -0.187912");
|
|
}
|
|
|
|
} /* 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.506646 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.551157 ;
|
|
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.953709, 1.069814, 1.166101, 1.311129, 1.908328");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.133864, 0.133864, 0.133864, 0.133864, 0.133864");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.004625, 1.120731, 1.217018, 1.362046, 1.959245");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.100381, 0.100381, 0.100381, 0.100381, 0.100381");
|
|
}
|
|
|
|
} /* 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.953152, 1.033767, 1.083010, 1.119600, 1.269899");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.133864, 0.133864, 0.133864, 0.133864, 0.133864");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.004069, 1.084684, 1.133927, 1.170517, 1.320816");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.100381, 0.100381, 0.100381, 0.100381, 0.100381");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|