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:21:16 2023" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.9500 ;
|
|
nom_temperature : -40.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ff_1.95v_-40C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.9500 ;
|
|
temperature : -40.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ff_1.95v_-40C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 110897.125000 ;
|
|
dont_use : true ;
|
|
dont_touch : true ;
|
|
interface_timing : true;
|
|
timing_model_type : "extracted";
|
|
is_macro_cell : true;
|
|
|
|
/* Generated clock definitions start here*/
|
|
generated_clock ( wbbd_sck ) {
|
|
clock_pin : wbbd_sck ;
|
|
master_pin : wb_clk_i ;
|
|
divided_by : 2 ;
|
|
}
|
|
/* End of generated clocks */
|
|
|
|
pin("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VGND */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("debug_in") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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.343720, 0.352742, 0.378508, 0.485264, 0.869329",\
|
|
"0.343720, 0.352742, 0.378508, 0.485264, 0.869329",\
|
|
"0.343720, 0.352742, 0.378508, 0.485264, 0.869329",\
|
|
"0.322084, 0.331107, 0.356874, 0.463630, 0.869329",\
|
|
"0.228058, 0.237083, 0.262851, 0.369608, 0.811186");
|
|
}
|
|
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.015225, 0.023862, 0.054359, 0.206619, 0.853632",\
|
|
"0.015225, 0.023863, 0.054359, 0.206619, 0.853632",\
|
|
"0.015226, 0.023863, 0.054359, 0.206619, 0.853632",\
|
|
"0.015228, 0.023865, 0.054360, 0.206619, 0.853632",\
|
|
"0.015240, 0.023875, 0.054365, 0.206619, 0.853632");
|
|
}
|
|
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.290918, 0.297908, 0.315137, 0.367111, 0.553015",\
|
|
"0.394261, 0.401251, 0.418479, 0.470454, 0.656358",\
|
|
"0.482367, 0.489357, 0.506585, 0.558560, 0.744464",\
|
|
"0.630836, 0.637826, 0.655055, 0.707030, 0.892934",\
|
|
"1.241871, 1.248860, 1.266086, 1.318064, 1.503968");
|
|
}
|
|
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.014285, 0.019096, 0.032573, 0.091042, 0.345981",\
|
|
"0.014285, 0.019096, 0.032573, 0.091042, 0.345981",\
|
|
"0.014285, 0.019096, 0.032573, 0.091042, 0.345981",\
|
|
"0.014285, 0.019096, 0.032573, 0.091042, 0.345981",\
|
|
"0.014285, 0.019096, 0.032573, 0.091042, 0.345980");
|
|
}
|
|
|
|
} /* 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.286207, 0.295229, 0.320995, 0.426396, 0.863522",\
|
|
"0.286207, 0.295229, 0.320995, 0.426396, 0.863522",\
|
|
"0.286207, 0.295229, 0.320995, 0.426396, 0.863522",\
|
|
"0.286207, 0.295229, 0.320995, 0.426396, 0.863522",\
|
|
"0.228058, 0.237083, 0.262851, 0.368252, 0.805379");
|
|
}
|
|
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.015225, 0.023862, 0.054359, 0.204061, 0.842635",\
|
|
"0.015225, 0.023863, 0.054359, 0.204061, 0.842635",\
|
|
"0.015226, 0.023863, 0.054359, 0.204061, 0.842635",\
|
|
"0.015228, 0.023865, 0.054360, 0.204061, 0.842635",\
|
|
"0.015240, 0.023875, 0.054365, 0.204061, 0.842635");
|
|
}
|
|
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.290918, 0.297908, 0.315137, 0.365752, 0.547031",\
|
|
"0.394261, 0.401251, 0.418479, 0.469095, 0.650374",\
|
|
"0.482367, 0.489357, 0.506585, 0.557202, 0.738480",\
|
|
"0.630836, 0.637826, 0.655055, 0.705671, 0.886950",\
|
|
"1.241871, 1.248860, 1.266086, 1.316705, 1.497984");
|
|
}
|
|
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.014285, 0.019096, 0.032571, 0.088478, 0.334580",\
|
|
"0.014285, 0.019096, 0.032571, 0.088478, 0.334580",\
|
|
"0.014285, 0.019096, 0.032571, 0.088478, 0.334580",\
|
|
"0.014285, 0.019096, 0.032571, 0.088478, 0.334580",\
|
|
"0.014285, 0.019096, 0.032571, 0.088478, 0.334578");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.346279, 0.355304, 0.381071, 0.487828, 0.929406",\
|
|
"0.403984, 0.413008, 0.438776, 0.545533, 0.953012",\
|
|
"0.420070, 0.429095, 0.454863, 0.561619, 0.953012",\
|
|
"0.420070, 0.429095, 0.454863, 0.561619, 0.953012",\
|
|
"0.420070, 0.429095, 0.454863, 0.561619, 0.953012");
|
|
}
|
|
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.015236, 0.023872, 0.054364, 0.206619, 0.853631",\
|
|
"0.015236, 0.023872, 0.054364, 0.206619, 0.853631",\
|
|
"0.015238, 0.023874, 0.054364, 0.206619, 0.853631",\
|
|
"0.015240, 0.023876, 0.054365, 0.206619, 0.853631",\
|
|
"0.015255, 0.023888, 0.054372, 0.206618, 0.853630");
|
|
}
|
|
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.344894, 0.351886, 0.369119, 0.421089, 0.606992",\
|
|
"0.459884, 0.466876, 0.484109, 0.536079, 0.721982",\
|
|
"0.566661, 0.573652, 0.590885, 0.642855, 0.828758",\
|
|
"0.749444, 0.756436, 0.773667, 0.825639, 1.011542",\
|
|
"1.481904, 1.488891, 1.506113, 1.558095, 1.744001");
|
|
}
|
|
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.014287, 0.019097, 0.032568, 0.091042, 0.345983",\
|
|
"0.014287, 0.019097, 0.032568, 0.091042, 0.345983",\
|
|
"0.014287, 0.019097, 0.032568, 0.091042, 0.345983",\
|
|
"0.014286, 0.019097, 0.032568, 0.091042, 0.345982",\
|
|
"0.014283, 0.019095, 0.032576, 0.091042, 0.345978");
|
|
}
|
|
|
|
} /* 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.346067, 0.355091, 0.380858, 0.486259, 0.923386",\
|
|
"0.369878, 0.378905, 0.404676, 0.510078, 0.947205",\
|
|
"0.369878, 0.378905, 0.404676, 0.510078, 0.947205",\
|
|
"0.369878, 0.378905, 0.404676, 0.510078, 0.947205",\
|
|
"0.369878, 0.378905, 0.404676, 0.510078, 0.947205");
|
|
}
|
|
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.015235, 0.023871, 0.054363, 0.204061, 0.842635",\
|
|
"0.015236, 0.023872, 0.054363, 0.204061, 0.842635",\
|
|
"0.015238, 0.023874, 0.054364, 0.204061, 0.842635",\
|
|
"0.015240, 0.023875, 0.054365, 0.204061, 0.842635",\
|
|
"0.015255, 0.023888, 0.054372, 0.204061, 0.842633");
|
|
}
|
|
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.342830, 0.349822, 0.367055, 0.417666, 0.598944",\
|
|
"0.457913, 0.464905, 0.482138, 0.532749, 0.714027",\
|
|
"0.565007, 0.571998, 0.589231, 0.639843, 0.821121",\
|
|
"0.748336, 0.755327, 0.772559, 0.823172, 1.004450",\
|
|
"1.481904, 1.488891, 1.506113, 1.556737, 1.738017");
|
|
}
|
|
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.014287, 0.019097, 0.032568, 0.088478, 0.334581",\
|
|
"0.014287, 0.019097, 0.032568, 0.088478, 0.334581",\
|
|
"0.014287, 0.019097, 0.032568, 0.088478, 0.334581",\
|
|
"0.014287, 0.019097, 0.032568, 0.088478, 0.334581",\
|
|
"0.014283, 0.019095, 0.032568, 0.088478, 0.334577");
|
|
}
|
|
|
|
} /* 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.003979 ;
|
|
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.003437 ;
|
|
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.003367 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "1.049686, 1.077034, 1.135545, 1.344394, 1.867617",\
|
|
"1.049686, 1.077034, 1.135545, 1.344394, 1.867617",\
|
|
"1.049686, 1.077034, 1.135545, 1.344394, 1.867617",\
|
|
"1.031627, 1.058975, 1.117486, 1.326335, 1.867617",\
|
|
"0.948313, 0.975661, 1.034172, 1.243021, 1.838150");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.019773, 0.047132, 0.125119, 0.431450, 1.298520",\
|
|
"0.019773, 0.047132, 0.125119, 0.431450, 1.298520",\
|
|
"0.019773, 0.047132, 0.125119, 0.431450, 1.298520",\
|
|
"0.019773, 0.047132, 0.125119, 0.431450, 1.298520",\
|
|
"0.019773, 0.047132, 0.125119, 0.431450, 1.298520");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "1.099479, 1.122149, 1.161622, 1.284988, 1.559789",\
|
|
"1.099479, 1.122149, 1.161622, 1.284988, 1.559789",\
|
|
"1.099479, 1.122149, 1.161622, 1.284988, 1.559789",\
|
|
"1.081420, 1.104090, 1.143563, 1.266929, 1.559789",\
|
|
"0.998106, 1.020776, 1.060248, 1.183615, 1.530322");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.017281, 0.034744, 0.074444, 0.237922, 0.714139",\
|
|
"0.017281, 0.034744, 0.074444, 0.237922, 0.714139",\
|
|
"0.017281, 0.034744, 0.074444, 0.237922, 0.714139",\
|
|
"0.017281, 0.034744, 0.074444, 0.237922, 0.714139",\
|
|
"0.017281, 0.034744, 0.074444, 0.237922, 0.714139");
|
|
}
|
|
|
|
} /* 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.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.900521, 0.927854, 0.986364, 1.191669, 1.779474",\
|
|
"0.900521, 0.927854, 0.986364, 1.191669, 1.779474",\
|
|
"0.900521, 0.927854, 0.986364, 1.191669, 1.779474",\
|
|
"0.900521, 0.927854, 0.986364, 1.191669, 1.779474",\
|
|
"0.871054, 0.898387, 0.956897, 1.162202, 1.750007");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.019747, 0.047112, 0.125113, 0.424773, 1.277953",\
|
|
"0.019747, 0.047112, 0.125113, 0.424773, 1.277953",\
|
|
"0.019747, 0.047112, 0.125113, 0.424773, 1.277953",\
|
|
"0.019747, 0.047112, 0.125113, 0.424773, 1.277953",\
|
|
"0.019747, 0.047112, 0.125113, 0.424773, 1.277953");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "1.000433, 1.023104, 1.062576, 1.182317, 1.521603",\
|
|
"1.000433, 1.023104, 1.062576, 1.182317, 1.521603",\
|
|
"1.000433, 1.023104, 1.062576, 1.182317, 1.521603",\
|
|
"1.000433, 1.023104, 1.062576, 1.182317, 1.521603",\
|
|
"0.970966, 0.993637, 1.033109, 1.152850, 1.492136");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.017281, 0.034744, 0.074444, 0.231054, 0.693167",\
|
|
"0.017281, 0.034744, 0.074444, 0.231054, 0.693167",\
|
|
"0.017281, 0.034744, 0.074444, 0.231054, 0.693167",\
|
|
"0.017281, 0.034744, 0.074444, 0.231054, 0.693167",\
|
|
"0.017281, 0.034744, 0.074444, 0.231054, 0.693167");
|
|
}
|
|
|
|
} /* 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.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.589017, 0.616357, 0.674867, 0.883716, 1.406932",\
|
|
"0.589017, 0.616357, 0.674867, 0.883716, 1.406932",\
|
|
"0.589017, 0.616357, 0.674867, 0.883716, 1.406932",\
|
|
"0.570958, 0.598298, 0.656808, 0.865657, 1.406932",\
|
|
"0.487644, 0.514983, 0.573494, 0.782342, 1.377464");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.019759, 0.047121, 0.125116, 0.431450, 1.298504",\
|
|
"0.019759, 0.047121, 0.125116, 0.431450, 1.298504",\
|
|
"0.019759, 0.047121, 0.125116, 0.431450, 1.298504",\
|
|
"0.019759, 0.047121, 0.125116, 0.431450, 1.298504",\
|
|
"0.019759, 0.047121, 0.125116, 0.431450, 1.298504");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.589392, 0.612047, 0.651518, 0.774886, 1.121534",\
|
|
"0.707728, 0.730384, 0.769855, 0.893222, 1.239871",\
|
|
"0.817634, 0.840290, 0.879761, 1.003128, 1.349777",\
|
|
"1.001853, 1.024509, 1.063980, 1.187347, 1.533996",\
|
|
"1.759078, 1.781733, 1.821204, 1.944572, 2.291220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.017298, 0.034760, 0.074453, 0.237902, 0.713592",\
|
|
"0.017298, 0.034760, 0.074453, 0.237902, 0.713592",\
|
|
"0.017298, 0.034760, 0.074453, 0.237902, 0.713592",\
|
|
"0.017298, 0.034760, 0.074453, 0.237902, 0.713592",\
|
|
"0.017298, 0.034760, 0.074453, 0.237902, 0.713592");
|
|
}
|
|
|
|
} /* 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.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.504876, 0.532215, 0.590726, 0.796032, 1.383842",\
|
|
"0.504876, 0.532215, 0.590726, 0.796032, 1.383842",\
|
|
"0.504876, 0.532215, 0.590726, 0.796032, 1.383842",\
|
|
"0.504876, 0.532215, 0.590726, 0.796032, 1.383842",\
|
|
"0.475408, 0.502748, 0.561258, 0.766564, 1.354374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.019759, 0.047121, 0.125116, 0.424773, 1.277966",\
|
|
"0.019759, 0.047121, 0.125116, 0.424773, 1.277966",\
|
|
"0.019759, 0.047121, 0.125116, 0.424773, 1.277966",\
|
|
"0.019759, 0.047121, 0.125116, 0.424773, 1.277966",\
|
|
"0.019759, 0.047121, 0.125116, 0.424773, 1.277966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.584808, 0.607463, 0.646935, 0.766676, 1.105903",\
|
|
"0.703145, 0.725800, 0.765271, 0.885013, 1.224240",\
|
|
"0.813051, 0.835706, 0.875177, 0.994919, 1.334146",\
|
|
"0.997270, 1.019925, 1.059397, 1.179138, 1.518365",\
|
|
"1.754494, 1.777149, 1.816621, 1.936362, 2.275589");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.017298, 0.034760, 0.074453, 0.231034, 0.692618",\
|
|
"0.017298, 0.034760, 0.074453, 0.231034, 0.692618",\
|
|
"0.017298, 0.034760, 0.074453, 0.231034, 0.692618",\
|
|
"0.017298, 0.034760, 0.074453, 0.231034, 0.692618",\
|
|
"0.017298, 0.034760, 0.074453, 0.231034, 0.692618");
|
|
}
|
|
|
|
} /* 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.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.460329, 0.487676, 0.546187, 0.755036, 1.292483",\
|
|
"0.460329, 0.487676, 0.546187, 0.755036, 1.292483",\
|
|
"0.460329, 0.487676, 0.546187, 0.755036, 1.292483",\
|
|
"0.438796, 0.466143, 0.524654, 0.733503, 1.292483",\
|
|
"0.346165, 0.373514, 0.432026, 0.640875, 1.236005");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.019770, 0.047129, 0.125118, 0.431450, 1.298517",\
|
|
"0.019770, 0.047130, 0.125118, 0.431450, 1.298517",\
|
|
"0.019771, 0.047130, 0.125118, 0.431450, 1.298517",\
|
|
"0.019772, 0.047131, 0.125118, 0.431450, 1.298519",\
|
|
"0.019776, 0.047134, 0.125119, 0.431450, 1.298523");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.439962, 0.462620, 0.502092, 0.625459, 0.972119",\
|
|
"0.546105, 0.568764, 0.608235, 0.731602, 1.078262",\
|
|
"0.636823, 0.659481, 0.698953, 0.822320, 1.168980",\
|
|
"0.790624, 0.813282, 0.852754, 0.976121, 1.322780",\
|
|
"1.425344, 1.448000, 1.487472, 1.610839, 1.957493");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.017295, 0.034757, 0.074451, 0.237906, 0.713695",\
|
|
"0.017295, 0.034757, 0.074451, 0.237906, 0.713695",\
|
|
"0.017295, 0.034757, 0.074451, 0.237906, 0.713694",\
|
|
"0.017295, 0.034757, 0.074451, 0.237906, 0.713693",\
|
|
"0.017297, 0.034759, 0.074452, 0.237904, 0.713640");
|
|
}
|
|
|
|
} /* 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.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.390414, 0.417760, 0.476272, 0.681579, 1.269394",\
|
|
"0.390414, 0.417760, 0.476272, 0.681579, 1.269394",\
|
|
"0.390414, 0.417760, 0.476272, 0.681579, 1.269394",\
|
|
"0.390414, 0.417760, 0.476272, 0.681579, 1.269394",\
|
|
"0.333930, 0.361279, 0.419790, 0.625097, 1.212915");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.019770, 0.047129, 0.125118, 0.424773, 1.277979",\
|
|
"0.019770, 0.047130, 0.125118, 0.424773, 1.277979",\
|
|
"0.019771, 0.047130, 0.125118, 0.424773, 1.277979",\
|
|
"0.019772, 0.047131, 0.125118, 0.424773, 1.277980",\
|
|
"0.019776, 0.047134, 0.125119, 0.424773, 1.277984");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.435379, 0.458037, 0.497508, 0.617250, 0.956488",\
|
|
"0.541522, 0.564180, 0.603652, 0.723393, 1.062631",\
|
|
"0.632240, 0.654898, 0.694369, 0.814111, 1.153349",\
|
|
"0.786041, 0.808699, 0.848170, 0.967912, 1.307150",\
|
|
"1.420760, 1.443417, 1.482888, 1.602630, 1.941862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.026256, 0.090673, 0.325785, 1.000000");
|
|
values ( "0.017295, 0.034757, 0.074451, 0.231038, 0.692721",\
|
|
"0.017295, 0.034757, 0.074451, 0.231038, 0.692721",\
|
|
"0.017295, 0.034757, 0.074451, 0.231038, 0.692720",\
|
|
"0.017295, 0.034757, 0.074451, 0.231038, 0.692719",\
|
|
"0.017297, 0.034759, 0.074452, 0.231036, 0.692666");
|
|
}
|
|
|
|
} /* 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 ( "0.958708, 0.967961, 0.994058, 1.101478, 1.473348",\
|
|
"0.958708, 0.967961, 0.994058, 1.101478, 1.473348",\
|
|
"0.958708, 0.967961, 0.994058, 1.101478, 1.473348",\
|
|
"0.940649, 0.949902, 0.975999, 1.083419, 1.473348",\
|
|
"0.857335, 0.866588, 0.892685, 1.000105, 1.443881");
|
|
}
|
|
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.017167, 0.025546, 0.055226, 0.208175, 0.859209",\
|
|
"0.017167, 0.025546, 0.055226, 0.208175, 0.859209",\
|
|
"0.017167, 0.025546, 0.055226, 0.208175, 0.859209",\
|
|
"0.017167, 0.025546, 0.055226, 0.208175, 0.859209",\
|
|
"0.017167, 0.025546, 0.055226, 0.208175, 0.859209");
|
|
}
|
|
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 ( "0.873424, 0.880318, 0.897528, 0.950156, 1.062203",\
|
|
"0.873424, 0.880318, 0.897528, 0.950156, 1.062203",\
|
|
"0.873424, 0.880318, 0.897528, 0.950156, 1.062203",\
|
|
"0.855365, 0.862259, 0.879469, 0.932097, 1.062203",\
|
|
"0.772051, 0.778945, 0.796155, 0.848783, 1.032736");
|
|
}
|
|
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.014427, 0.019166, 0.032621, 0.092477, 0.349378",\
|
|
"0.014427, 0.019166, 0.032621, 0.092477, 0.349378",\
|
|
"0.014427, 0.019166, 0.032621, 0.092477, 0.349378",\
|
|
"0.014427, 0.019166, 0.032621, 0.092477, 0.349378",\
|
|
"0.014427, 0.019166, 0.032621, 0.092477, 0.349378");
|
|
}
|
|
|
|
} /* 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 ( "0.886802, 0.896055, 0.922152, 1.027508, 1.464523",\
|
|
"0.886802, 0.896055, 0.922152, 1.027508, 1.464523",\
|
|
"0.886802, 0.896055, 0.922152, 1.027508, 1.464523",\
|
|
"0.886802, 0.896055, 0.922152, 1.027508, 1.464523",\
|
|
"0.857335, 0.866588, 0.892685, 0.998041, 1.435056");
|
|
}
|
|
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.017167, 0.025546, 0.055226, 0.204287, 0.842503",\
|
|
"0.017167, 0.025546, 0.055226, 0.204287, 0.842503",\
|
|
"0.017167, 0.025546, 0.055226, 0.204287, 0.842503",\
|
|
"0.017167, 0.025546, 0.055226, 0.204287, 0.842503",\
|
|
"0.017167, 0.025546, 0.055226, 0.204287, 0.842503");
|
|
}
|
|
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 ( "0.801518, 0.808412, 0.825622, 0.876180, 1.057401",\
|
|
"0.801518, 0.808412, 0.825622, 0.876180, 1.057401",\
|
|
"0.801518, 0.808412, 0.825622, 0.876180, 1.057401",\
|
|
"0.801518, 0.808412, 0.825622, 0.876180, 1.057401",\
|
|
"0.772051, 0.778945, 0.796155, 0.846713, 1.027934");
|
|
}
|
|
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.014427, 0.019166, 0.032621, 0.088573, 0.334551",\
|
|
"0.014427, 0.019166, 0.032621, 0.088573, 0.334551",\
|
|
"0.014427, 0.019166, 0.032621, 0.088573, 0.334551",\
|
|
"0.014427, 0.019166, 0.032621, 0.088573, 0.334551",\
|
|
"0.014427, 0.019166, 0.032621, 0.088573, 0.334551");
|
|
}
|
|
|
|
} /* 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.402263, 0.411272, 0.437074, 0.543929, 0.957077",\
|
|
"0.402263, 0.411272, 0.437074, 0.543929, 0.957077",\
|
|
"0.389532, 0.398541, 0.424344, 0.531198, 0.957077",\
|
|
"0.291304, 0.300315, 0.326116, 0.432971, 0.874581",\
|
|
"-0.085109, -0.076098, -0.050297, 0.056558, 0.498189");
|
|
}
|
|
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.014640, 0.023350, 0.054013, 0.206555, 0.853835",\
|
|
"0.014640, 0.023350, 0.054013, 0.206555, 0.853836",\
|
|
"0.014641, 0.023351, 0.054013, 0.206556, 0.853839",\
|
|
"0.014644, 0.023354, 0.054015, 0.206558, 0.853850",\
|
|
"0.014656, 0.023364, 0.054020, 0.206567, 0.853888");
|
|
}
|
|
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.400340, 0.407368, 0.424610, 0.476745, 0.660157",\
|
|
"0.491937, 0.498966, 0.516208, 0.568343, 0.751754",\
|
|
"0.611795, 0.618824, 0.636066, 0.688201, 0.871612",\
|
|
"0.868086, 0.875114, 0.892356, 0.944491, 1.127903",\
|
|
"1.468782, 1.475811, 1.493052, 1.545187, 1.728599");
|
|
}
|
|
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.014196, 0.019033, 0.032531, 0.091266, 0.345380",\
|
|
"0.014196, 0.019033, 0.032531, 0.091266, 0.345380",\
|
|
"0.014196, 0.019033, 0.032531, 0.091266, 0.345380",\
|
|
"0.014196, 0.019033, 0.032531, 0.091266, 0.345380",\
|
|
"0.014195, 0.019033, 0.032531, 0.091266, 0.345379");
|
|
}
|
|
|
|
} /* 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.373808, 0.382818, 0.408620, 0.513976, 0.950653",\
|
|
"0.373808, 0.382818, 0.408620, 0.513976, 0.950653",\
|
|
"0.373808, 0.382818, 0.408620, 0.513976, 0.950653",\
|
|
"0.291304, 0.300315, 0.326116, 0.431473, 0.868157",\
|
|
"-0.085109, -0.076098, -0.050297, 0.055060, 0.491765");
|
|
}
|
|
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.014640, 0.023350, 0.054013, 0.203726, 0.841668",\
|
|
"0.014640, 0.023350, 0.054013, 0.203726, 0.841668",\
|
|
"0.014641, 0.023351, 0.054013, 0.203727, 0.841671",\
|
|
"0.014644, 0.023354, 0.054015, 0.203729, 0.841682",\
|
|
"0.014656, 0.023364, 0.054020, 0.203738, 0.841721");
|
|
}
|
|
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.400340, 0.407368, 0.424610, 0.475243, 0.656564",\
|
|
"0.491937, 0.498966, 0.516208, 0.566841, 0.748162",\
|
|
"0.611795, 0.618824, 0.636066, 0.686699, 0.868020",\
|
|
"0.868086, 0.875114, 0.892356, 0.942989, 1.124310",\
|
|
"1.468782, 1.475811, 1.493052, 1.543686, 1.725007");
|
|
}
|
|
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.014196, 0.019033, 0.032531, 0.088429, 0.334566",\
|
|
"0.014196, 0.019033, 0.032531, 0.088429, 0.334566",\
|
|
"0.014196, 0.019033, 0.032530, 0.088429, 0.334566",\
|
|
"0.014196, 0.019033, 0.032530, 0.088429, 0.334566",\
|
|
"0.014195, 0.019033, 0.032530, 0.088429, 0.334566");
|
|
}
|
|
|
|
} /* 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 ( "0.950191, 0.959199, 0.985003, 1.091856, 1.461520",\
|
|
"0.950191, 0.959199, 0.985003, 1.091856, 1.461520",\
|
|
"0.950191, 0.959199, 0.985003, 1.091856, 1.461520",\
|
|
"0.932132, 0.941139, 0.966944, 1.073797, 1.461520",\
|
|
"0.848817, 0.857825, 0.883629, 0.990482, 1.432053");
|
|
}
|
|
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.014622, 0.023335, 0.054004, 0.206543, 0.853776",\
|
|
"0.014622, 0.023335, 0.054004, 0.206543, 0.853776",\
|
|
"0.014622, 0.023335, 0.054004, 0.206543, 0.853776",\
|
|
"0.014622, 0.023335, 0.054004, 0.206543, 0.853776",\
|
|
"0.014622, 0.023335, 0.054004, 0.206543, 0.853776");
|
|
}
|
|
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.032391, 1.039417, 1.056653, 1.108795, 1.220302",\
|
|
"1.032391, 1.039417, 1.056653, 1.108795, 1.220302",\
|
|
"1.032391, 1.039417, 1.056653, 1.108795, 1.220302",\
|
|
"1.014332, 1.021358, 1.038594, 1.090736, 1.220302",\
|
|
"0.931018, 0.938044, 0.955279, 1.007421, 1.190834");
|
|
}
|
|
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.014193, 0.019032, 0.032536, 0.091266, 0.345377",\
|
|
"0.014193, 0.019032, 0.032536, 0.091266, 0.345377",\
|
|
"0.014193, 0.019032, 0.032536, 0.091266, 0.345377",\
|
|
"0.014193, 0.019032, 0.032536, 0.091266, 0.345377",\
|
|
"0.014193, 0.019032, 0.032536, 0.091266, 0.345377");
|
|
}
|
|
|
|
} /* 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 ( "0.819609, 0.828615, 0.854420, 0.959775, 1.396402",\
|
|
"0.819609, 0.828615, 0.854420, 0.959775, 1.396402",\
|
|
"0.819609, 0.828615, 0.854420, 0.959775, 1.396402",\
|
|
"0.819609, 0.828615, 0.854420, 0.959775, 1.396402",\
|
|
"0.790141, 0.799148, 0.824953, 0.930307, 1.366934");
|
|
}
|
|
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.014611, 0.023327, 0.054000, 0.203707, 0.841576",\
|
|
"0.014611, 0.023327, 0.054000, 0.203707, 0.841576",\
|
|
"0.014611, 0.023327, 0.054000, 0.203707, 0.841576",\
|
|
"0.014611, 0.023327, 0.054000, 0.203707, 0.841576",\
|
|
"0.014611, 0.023327, 0.054000, 0.203707, 0.841576");
|
|
}
|
|
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.917671, 0.924701, 0.941945, 0.992576, 1.173896",\
|
|
"0.917671, 0.924701, 0.941945, 0.992576, 1.173896",\
|
|
"0.917671, 0.924701, 0.941945, 0.992576, 1.173896",\
|
|
"0.917671, 0.924701, 0.941945, 0.992576, 1.173896",\
|
|
"0.888204, 0.895234, 0.912478, 0.963108, 1.144429");
|
|
}
|
|
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.014197, 0.019034, 0.032529, 0.088429, 0.334567",\
|
|
"0.014197, 0.019034, 0.032529, 0.088429, 0.334567",\
|
|
"0.014197, 0.019034, 0.032529, 0.088429, 0.334567",\
|
|
"0.014197, 0.019034, 0.032529, 0.088429, 0.334567",\
|
|
"0.014197, 0.019034, 0.032529, 0.088429, 0.334567");
|
|
}
|
|
|
|
} /* 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.331612, 0.340619, 0.366424, 0.473277, 0.914840",\
|
|
"0.394059, 0.403066, 0.428871, 0.535724, 0.977288",\
|
|
"0.420221, 0.429228, 0.455033, 0.561886, 1.002915",\
|
|
"0.420221, 0.429228, 0.455033, 0.561886, 1.002915",\
|
|
"0.420221, 0.429228, 0.455033, 0.561886, 1.002915");
|
|
}
|
|
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.014617, 0.023332, 0.054003, 0.206540, 0.853763",\
|
|
"0.014618, 0.023332, 0.054003, 0.206540, 0.853764",\
|
|
"0.014619, 0.023333, 0.054003, 0.206541, 0.853767",\
|
|
"0.014623, 0.023336, 0.054005, 0.206543, 0.853780",\
|
|
"0.014638, 0.023349, 0.054012, 0.206554, 0.853831");
|
|
}
|
|
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.402403, 0.409428, 0.426663, 0.478806, 0.662219",\
|
|
"0.516863, 0.523889, 0.541124, 0.593267, 0.776680",\
|
|
"0.616680, 0.623705, 0.640940, 0.693083, 0.876496",\
|
|
"0.780611, 0.787637, 0.804872, 0.857015, 1.040428",\
|
|
"1.458349, 1.465373, 1.482607, 1.534752, 1.718164");
|
|
}
|
|
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.014193, 0.019032, 0.032538, 0.091266, 0.345376",\
|
|
"0.014193, 0.019032, 0.032538, 0.091266, 0.345376",\
|
|
"0.014193, 0.019032, 0.032538, 0.091266, 0.345376",\
|
|
"0.014193, 0.019032, 0.032538, 0.091266, 0.345376",\
|
|
"0.014192, 0.019032, 0.032538, 0.091266, 0.345376");
|
|
}
|
|
|
|
} /* 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.331612, 0.340619, 0.366424, 0.471779, 0.908416",\
|
|
"0.394059, 0.403066, 0.428871, 0.534226, 0.970863",\
|
|
"0.419649, 0.428658, 0.454461, 0.559817, 0.996491",\
|
|
"0.419649, 0.428658, 0.454461, 0.559817, 0.996491",\
|
|
"0.419649, 0.428658, 0.454461, 0.559817, 0.996491");
|
|
}
|
|
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.014617, 0.023332, 0.054003, 0.203711, 0.841596",\
|
|
"0.014618, 0.023332, 0.054003, 0.203711, 0.841597",\
|
|
"0.014619, 0.023333, 0.054003, 0.203712, 0.841600",\
|
|
"0.014623, 0.023336, 0.054005, 0.203714, 0.841612",\
|
|
"0.014638, 0.023349, 0.054012, 0.203725, 0.841664");
|
|
}
|
|
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.402403, 0.409428, 0.426663, 0.477304, 0.658627",\
|
|
"0.516863, 0.523889, 0.541124, 0.591765, 0.773087",\
|
|
"0.616680, 0.623705, 0.640940, 0.691581, 0.872904",\
|
|
"0.780611, 0.787637, 0.804872, 0.855513, 1.036836",\
|
|
"1.458349, 1.465373, 1.482607, 1.533250, 1.714572");
|
|
}
|
|
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.014193, 0.019032, 0.032536, 0.088428, 0.334563",\
|
|
"0.014193, 0.019032, 0.032536, 0.088428, 0.334563",\
|
|
"0.014193, 0.019032, 0.032536, 0.088428, 0.334563",\
|
|
"0.014193, 0.019032, 0.032536, 0.088428, 0.334563",\
|
|
"0.014192, 0.019032, 0.032536, 0.088428, 0.334563");
|
|
}
|
|
|
|
} /* 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 ( "0.934125, 0.943333, 0.969435, 1.076955, 1.449136",\
|
|
"0.934125, 0.943333, 0.969435, 1.076955, 1.449136",\
|
|
"0.934125, 0.943333, 0.969435, 1.076955, 1.449136",\
|
|
"0.916066, 0.925274, 0.951376, 1.058896, 1.449136",\
|
|
"0.832751, 0.841959, 0.868061, 0.975581, 1.419668");
|
|
}
|
|
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.017282, 0.025649, 0.055322, 0.208515, 0.860173",\
|
|
"0.017282, 0.025649, 0.055322, 0.208515, 0.860173",\
|
|
"0.017282, 0.025649, 0.055322, 0.208515, 0.860173",\
|
|
"0.017282, 0.025649, 0.055322, 0.208515, 0.860173",\
|
|
"0.017282, 0.025649, 0.055322, 0.208515, 0.860173");
|
|
}
|
|
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 ( "0.838236, 0.845102, 0.862329, 0.915026, 1.027527",\
|
|
"0.838236, 0.845102, 0.862329, 0.915026, 1.027527",\
|
|
"0.838236, 0.845102, 0.862329, 0.915026, 1.027527",\
|
|
"0.820177, 0.827043, 0.844270, 0.896967, 1.027527",\
|
|
"0.736862, 0.743729, 0.760955, 0.813652, 0.998059");
|
|
}
|
|
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.014501, 0.019213, 0.032627, 0.092749, 0.350448",\
|
|
"0.014501, 0.019213, 0.032627, 0.092749, 0.350448",\
|
|
"0.014501, 0.019213, 0.032627, 0.092749, 0.350448",\
|
|
"0.014501, 0.019213, 0.032627, 0.092749, 0.350448",\
|
|
"0.014501, 0.019213, 0.032627, 0.092749, 0.350448");
|
|
}
|
|
|
|
} /* 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 ( "0.862219, 0.871427, 0.897529, 1.002864, 1.439801",\
|
|
"0.862219, 0.871427, 0.897529, 1.002864, 1.439801",\
|
|
"0.862219, 0.871427, 0.897529, 1.002864, 1.439801",\
|
|
"0.862219, 0.871427, 0.897529, 1.002864, 1.439801",\
|
|
"0.832751, 0.841959, 0.868061, 0.973396, 1.410333");
|
|
}
|
|
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.017282, 0.025649, 0.055322, 0.204401, 0.842503",\
|
|
"0.017282, 0.025649, 0.055322, 0.204401, 0.842503",\
|
|
"0.017282, 0.025649, 0.055322, 0.204401, 0.842503",\
|
|
"0.017282, 0.025649, 0.055322, 0.204401, 0.842503",\
|
|
"0.017282, 0.025649, 0.055322, 0.204401, 0.842503");
|
|
}
|
|
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 ( "0.766330, 0.773196, 0.790423, 0.840927, 1.022112",\
|
|
"0.766330, 0.773196, 0.790423, 0.840927, 1.022112",\
|
|
"0.766330, 0.773196, 0.790423, 0.840927, 1.022112",\
|
|
"0.766330, 0.773196, 0.790423, 0.840927, 1.022112",\
|
|
"0.736862, 0.743729, 0.760955, 0.811460, 0.992644");
|
|
}
|
|
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.014501, 0.019213, 0.032627, 0.088617, 0.334561",\
|
|
"0.014501, 0.019213, 0.032627, 0.088617, 0.334561",\
|
|
"0.014501, 0.019213, 0.032627, 0.088617, 0.334561",\
|
|
"0.014501, 0.019213, 0.032627, 0.088617, 0.334561",\
|
|
"0.014501, 0.019213, 0.032627, 0.088617, 0.334561");
|
|
}
|
|
|
|
} /* 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.004848 ;
|
|
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.440801, 0.449898, 0.475696, 0.582537, 0.995793",\
|
|
"0.440801, 0.449898, 0.475696, 0.582537, 0.995793",\
|
|
"0.429405, 0.438503, 0.464300, 0.571142, 0.995793",\
|
|
"0.332029, 0.341127, 0.366925, 0.473767, 0.915820",\
|
|
"-0.048875, -0.039774, -0.013973, 0.092870, 0.534923");
|
|
}
|
|
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.015024, 0.023671, 0.054150, 0.206615, 0.854471",\
|
|
"0.015025, 0.023672, 0.054150, 0.206615, 0.854471",\
|
|
"0.015026, 0.023673, 0.054151, 0.206615, 0.854471",\
|
|
"0.015031, 0.023677, 0.054153, 0.206615, 0.854471",\
|
|
"0.015048, 0.023692, 0.054160, 0.206615, 0.854471");
|
|
}
|
|
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.443397, 0.450437, 0.467658, 0.519795, 0.706122",\
|
|
"0.538739, 0.545778, 0.562999, 0.615136, 0.801463",\
|
|
"0.663970, 0.671010, 0.688231, 0.740368, 0.926695",\
|
|
"0.926059, 0.933098, 0.950318, 1.002457, 1.188783",\
|
|
"1.547126, 1.554165, 1.571384, 1.623524, 1.809850");
|
|
}
|
|
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.014137, 0.019000, 0.032536, 0.091160, 0.346827",\
|
|
"0.014137, 0.019000, 0.032536, 0.091160, 0.346827",\
|
|
"0.014137, 0.019000, 0.032536, 0.091160, 0.346827",\
|
|
"0.014136, 0.019000, 0.032536, 0.091160, 0.346826",\
|
|
"0.014136, 0.018999, 0.032536, 0.091160, 0.346826");
|
|
}
|
|
|
|
} /* 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.409345, 0.418440, 0.444236, 0.549621, 0.986882",\
|
|
"0.409345, 0.418440, 0.444236, 0.549621, 0.986882",\
|
|
"0.409345, 0.418440, 0.444236, 0.549621, 0.986882",\
|
|
"0.329644, 0.338741, 0.364538, 0.469923, 0.907184",\
|
|
"-0.050718, -0.041617, -0.015817, 0.089569, 0.526830");
|
|
}
|
|
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.015018, 0.023665, 0.054147, 0.203864, 0.842635",\
|
|
"0.015018, 0.023666, 0.054147, 0.203864, 0.842635",\
|
|
"0.015020, 0.023667, 0.054148, 0.203864, 0.842635",\
|
|
"0.015025, 0.023672, 0.054150, 0.203864, 0.842635",\
|
|
"0.015043, 0.023688, 0.054158, 0.203864, 0.842635");
|
|
}
|
|
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.430688, 0.437728, 0.454948, 0.505626, 0.686973",\
|
|
"0.526641, 0.533681, 0.550901, 0.601579, 0.782926",\
|
|
"0.653283, 0.660323, 0.677543, 0.728221, 0.909568",\
|
|
"0.917021, 0.924061, 0.941281, 0.991959, 1.173306",\
|
|
"1.540312, 1.547352, 1.564571, 1.615250, 1.796597");
|
|
}
|
|
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.014137, 0.019000, 0.032535, 0.088401, 0.334553",\
|
|
"0.014137, 0.019000, 0.032535, 0.088401, 0.334553",\
|
|
"0.014137, 0.019000, 0.032535, 0.088401, 0.334553",\
|
|
"0.014137, 0.019000, 0.032535, 0.088401, 0.334553",\
|
|
"0.014136, 0.019000, 0.032535, 0.088401, 0.334553");
|
|
}
|
|
|
|
} /* 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 ( "0.985505, 0.994597, 1.020390, 1.127230, 1.497376",\
|
|
"0.985505, 0.994597, 1.020390, 1.127230, 1.497376",\
|
|
"0.985505, 0.994597, 1.020390, 1.127230, 1.497376",\
|
|
"0.967446, 0.976538, 1.002331, 1.109171, 1.497376",\
|
|
"0.884131, 0.893223, 0.919016, 1.025856, 1.467908");
|
|
}
|
|
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.014998, 0.023648, 0.054139, 0.206616, 0.854473",\
|
|
"0.014998, 0.023648, 0.054139, 0.206616, 0.854473",\
|
|
"0.014998, 0.023648, 0.054139, 0.206616, 0.854473",\
|
|
"0.014998, 0.023648, 0.054139, 0.206616, 0.854473",\
|
|
"0.014998, 0.023648, 0.054139, 0.206616, 0.854473");
|
|
}
|
|
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.022916, 1.029959, 1.047185, 1.099316, 1.213735",\
|
|
"1.022916, 1.029959, 1.047185, 1.099316, 1.213735",\
|
|
"1.022916, 1.029959, 1.047185, 1.099316, 1.213735",\
|
|
"1.004857, 1.011900, 1.029126, 1.081257, 1.213735",\
|
|
"0.921542, 0.928585, 0.945812, 0.997942, 1.184267");
|
|
}
|
|
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.014140, 0.019001, 0.032530, 0.091160, 0.346829",\
|
|
"0.014140, 0.019001, 0.032530, 0.091160, 0.346829",\
|
|
"0.014140, 0.019001, 0.032530, 0.091160, 0.346829",\
|
|
"0.014140, 0.019001, 0.032530, 0.091160, 0.346829",\
|
|
"0.014140, 0.019001, 0.032530, 0.091160, 0.346829");
|
|
}
|
|
|
|
} /* 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 ( "0.842056, 0.851148, 0.876941, 0.982325, 1.419585",\
|
|
"0.842056, 0.851148, 0.876941, 0.982325, 1.419585",\
|
|
"0.842056, 0.851148, 0.876941, 0.982325, 1.419585",\
|
|
"0.842056, 0.851148, 0.876941, 0.982325, 1.419585",\
|
|
"0.812589, 0.821680, 0.847473, 0.952857, 1.390117");
|
|
}
|
|
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.014996, 0.023647, 0.054138, 0.203865, 0.842638",\
|
|
"0.014996, 0.023647, 0.054138, 0.203865, 0.842638",\
|
|
"0.014996, 0.023647, 0.054138, 0.203865, 0.842638",\
|
|
"0.014996, 0.023647, 0.054138, 0.203865, 0.842638",\
|
|
"0.014996, 0.023647, 0.054138, 0.203865, 0.842638");
|
|
}
|
|
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.947613, 0.954657, 0.971887, 1.022554, 1.203899",\
|
|
"0.947613, 0.954657, 0.971887, 1.022554, 1.203899",\
|
|
"0.947613, 0.954657, 0.971887, 1.022554, 1.203899",\
|
|
"0.947613, 0.954657, 0.971887, 1.022554, 1.203899",\
|
|
"0.918145, 0.925189, 0.942419, 0.993086, 1.174431");
|
|
}
|
|
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.014142, 0.019002, 0.032527, 0.088401, 0.334558",\
|
|
"0.014142, 0.019002, 0.032527, 0.088401, 0.334558",\
|
|
"0.014142, 0.019002, 0.032527, 0.088401, 0.334558",\
|
|
"0.014142, 0.019002, 0.032527, 0.088401, 0.334558",\
|
|
"0.014142, 0.019002, 0.032527, 0.088401, 0.334558");
|
|
}
|
|
|
|
} /* 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.360254, 0.369346, 0.395139, 0.501979, 0.944031",\
|
|
"0.424419, 0.433511, 0.459304, 0.566144, 1.008196",\
|
|
"0.448197, 0.457290, 0.483083, 0.589924, 1.031976",\
|
|
"0.448925, 0.458019, 0.483814, 0.590655, 1.032707",\
|
|
"0.451926, 0.461024, 0.486823, 0.593665, 1.035717");
|
|
}
|
|
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.014999, 0.023649, 0.054139, 0.206616, 0.854473",\
|
|
"0.015000, 0.023650, 0.054140, 0.206616, 0.854473",\
|
|
"0.015002, 0.023652, 0.054141, 0.206616, 0.854472",\
|
|
"0.015008, 0.023657, 0.054143, 0.206615, 0.854472",\
|
|
"0.015032, 0.023678, 0.054153, 0.206615, 0.854470");
|
|
}
|
|
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.409538, 0.416579, 0.433802, 0.485937, 0.672262",\
|
|
"0.523627, 0.530668, 0.547891, 0.600026, 0.786352",\
|
|
"0.623909, 0.630950, 0.648173, 0.700308, 0.886634",\
|
|
"0.789013, 0.796054, 0.813277, 0.865412, 1.051737",\
|
|
"1.471012, 1.478053, 1.495274, 1.547411, 1.733737");
|
|
}
|
|
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.014138, 0.019000, 0.032534, 0.091160, 0.346828",\
|
|
"0.014138, 0.019000, 0.032534, 0.091160, 0.346828",\
|
|
"0.014138, 0.019000, 0.032534, 0.091160, 0.346828",\
|
|
"0.014138, 0.019000, 0.032534, 0.091160, 0.346828",\
|
|
"0.014137, 0.019000, 0.032534, 0.091160, 0.346827");
|
|
}
|
|
|
|
} /* 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.360254, 0.369346, 0.395139, 0.500523, 0.937783",\
|
|
"0.424419, 0.433511, 0.459304, 0.564688, 1.001948",\
|
|
"0.448197, 0.457290, 0.483083, 0.588467, 1.025727",\
|
|
"0.448925, 0.458019, 0.483814, 0.589198, 1.026459",\
|
|
"0.451926, 0.461024, 0.486823, 0.592208, 1.029469");
|
|
}
|
|
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.014999, 0.023649, 0.054139, 0.203865, 0.842638",\
|
|
"0.015000, 0.023650, 0.054140, 0.203865, 0.842638",\
|
|
"0.015002, 0.023652, 0.054141, 0.203865, 0.842638",\
|
|
"0.015008, 0.023657, 0.054143, 0.203865, 0.842637",\
|
|
"0.015032, 0.023678, 0.054153, 0.203864, 0.842636");
|
|
}
|
|
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.409538, 0.416579, 0.433802, 0.484477, 0.665823",\
|
|
"0.523627, 0.530668, 0.547891, 0.598566, 0.779912",\
|
|
"0.623909, 0.630950, 0.648173, 0.698848, 0.880194",\
|
|
"0.789013, 0.796054, 0.813277, 0.863952, 1.045298",\
|
|
"1.471012, 1.478053, 1.495274, 1.545951, 1.727298");
|
|
}
|
|
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.014138, 0.019000, 0.032532, 0.088401, 0.334555",\
|
|
"0.014138, 0.019000, 0.032532, 0.088401, 0.334555",\
|
|
"0.014138, 0.019000, 0.032532, 0.088401, 0.334555",\
|
|
"0.014138, 0.019000, 0.032532, 0.088401, 0.334555",\
|
|
"0.014137, 0.019000, 0.032532, 0.088401, 0.334554");
|
|
}
|
|
|
|
} /* 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 ( "0.880072, 0.887499, 0.913333, 1.021077, 1.393868",\
|
|
"0.880072, 0.887499, 0.913333, 1.021077, 1.393868",\
|
|
"0.880072, 0.887499, 0.913333, 1.021077, 1.393868",\
|
|
"0.862013, 0.869440, 0.895274, 1.003017, 1.393868",\
|
|
"0.778698, 0.786125, 0.811959, 0.919703, 1.364400");
|
|
}
|
|
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.015805, 0.024389, 0.054912, 0.209682, 0.862992",\
|
|
"0.015805, 0.024389, 0.054912, 0.209682, 0.862992",\
|
|
"0.015805, 0.024389, 0.054912, 0.209682, 0.862992",\
|
|
"0.015805, 0.024389, 0.054912, 0.209682, 0.862992",\
|
|
"0.015805, 0.024389, 0.054912, 0.209682, 0.862992");
|
|
}
|
|
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.953381, 0.959474, 0.976673, 1.029648, 1.142684",\
|
|
"0.953381, 0.959474, 0.976673, 1.029648, 1.142684",\
|
|
"0.953381, 0.959474, 0.976673, 1.029648, 1.142684",\
|
|
"0.935322, 0.941415, 0.958614, 1.011589, 1.142684",\
|
|
"0.852007, 0.858100, 0.875299, 0.928274, 1.113216");
|
|
}
|
|
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.014812, 0.019412, 0.032744, 0.093682, 0.344056",\
|
|
"0.014812, 0.019412, 0.032744, 0.093682, 0.344056",\
|
|
"0.014812, 0.019412, 0.032744, 0.093682, 0.344056",\
|
|
"0.014812, 0.019412, 0.032744, 0.093682, 0.344056",\
|
|
"0.014812, 0.019412, 0.032744, 0.093682, 0.344056");
|
|
}
|
|
|
|
} /* 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 ( "0.806878, 0.815593, 0.841427, 0.946597, 1.382900",\
|
|
"0.806878, 0.815593, 0.841427, 0.946597, 1.382900",\
|
|
"0.806878, 0.815593, 0.841427, 0.946597, 1.382900",\
|
|
"0.806878, 0.815593, 0.841427, 0.946597, 1.382900",\
|
|
"0.777410, 0.786125, 0.811959, 0.917129, 1.353432");
|
|
}
|
|
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.015805, 0.024389, 0.054912, 0.204836, 0.842228",\
|
|
"0.015805, 0.024389, 0.054912, 0.204836, 0.842228",\
|
|
"0.015805, 0.024389, 0.054912, 0.204836, 0.842228",\
|
|
"0.015805, 0.024389, 0.054912, 0.204836, 0.842228",\
|
|
"0.015805, 0.024389, 0.054912, 0.204836, 0.842228");
|
|
}
|
|
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.880867, 0.887568, 0.904767, 0.955158, 1.136196",\
|
|
"0.880867, 0.887568, 0.904767, 0.955158, 1.136196",\
|
|
"0.880867, 0.887568, 0.904767, 0.955158, 1.136196",\
|
|
"0.880867, 0.887568, 0.904767, 0.955158, 1.136196",\
|
|
"0.851400, 0.858100, 0.875299, 0.925690, 1.106729");
|
|
}
|
|
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.014812, 0.019412, 0.032744, 0.088811, 0.334569",\
|
|
"0.014812, 0.019412, 0.032744, 0.088811, 0.334569",\
|
|
"0.014812, 0.019412, 0.032744, 0.088811, 0.334569",\
|
|
"0.014812, 0.019412, 0.032744, 0.088811, 0.334569",\
|
|
"0.014812, 0.019412, 0.032744, 0.088811, 0.334569");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_ieb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002017, 0.012790, 0.052017, 0.234096, 1.000000");
|
|
values ( "0.345229, 0.351315, 0.368495, 0.421492, 0.562612",\
|
|
"0.345229, 0.351315, 0.368495, 0.421492, 0.562612",\
|
|
"0.344927, 0.351012, 0.368192, 0.421189, 0.562612",\
|
|
"0.302394, 0.308478, 0.325654, 0.378656, 0.562612",\
|
|
"0.125635, 0.131713, 0.148875, 0.201893, 0.386842");
|
|
}
|
|
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.014820, 0.019410, 0.032759, 0.093682, 0.344047",\
|
|
"0.014820, 0.019409, 0.032759, 0.093682, 0.344047",\
|
|
"0.014820, 0.019409, 0.032760, 0.093682, 0.344047",\
|
|
"0.014822, 0.019409, 0.032763, 0.093682, 0.344045",\
|
|
"0.014828, 0.019406, 0.032776, 0.093681, 0.344038");
|
|
}
|
|
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.281205, 0.288630, 0.314456, 0.422204, 0.867039",\
|
|
"0.397892, 0.405316, 0.431142, 0.538890, 0.983740",\
|
|
"0.508145, 0.515568, 0.541393, 0.649142, 1.094026",\
|
|
"0.696718, 0.704140, 0.729964, 0.837715, 1.282640",\
|
|
"1.469413, 1.476835, 1.502721, 1.610491, 2.055429");
|
|
}
|
|
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.015879, 0.024454, 0.054948, 0.209738, 0.863247",\
|
|
"0.015887, 0.024461, 0.054952, 0.209743, 0.863274",\
|
|
"0.015906, 0.024477, 0.054960, 0.209757, 0.863338",\
|
|
"0.015941, 0.024508, 0.054977, 0.209773, 0.863379",\
|
|
"0.016347, 0.024859, 0.055150, 0.209773, 0.863379");
|
|
}
|
|
|
|
} /* 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.300796, 0.307490, 0.324671, 0.375083, 0.556125",\
|
|
"0.300796, 0.307490, 0.324671, 0.375083, 0.556125",\
|
|
"0.300796, 0.307490, 0.324671, 0.375083, 0.556125",\
|
|
"0.300796, 0.307490, 0.324671, 0.375083, 0.556125",\
|
|
"0.125026, 0.131713, 0.148875, 0.199309, 0.380356");
|
|
}
|
|
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.014820, 0.019410, 0.032759, 0.088811, 0.334561",\
|
|
"0.014820, 0.019409, 0.032759, 0.088811, 0.334561",\
|
|
"0.014820, 0.019409, 0.032760, 0.088811, 0.334561",\
|
|
"0.014822, 0.019409, 0.032763, 0.088810, 0.334559",\
|
|
"0.014828, 0.019406, 0.032776, 0.088810, 0.334552");
|
|
}
|
|
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.279906, 0.288630, 0.314456, 0.419630, 0.856071",\
|
|
"0.396592, 0.405316, 0.431142, 0.536317, 0.972772",\
|
|
"0.506842, 0.515568, 0.541393, 0.646568, 1.083058",\
|
|
"0.695410, 0.704140, 0.729964, 0.835142, 1.271672",\
|
|
"1.468044, 1.476835, 1.502721, 1.607917, 2.044461");
|
|
}
|
|
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.015879, 0.024454, 0.054948, 0.204891, 0.842483",\
|
|
"0.015887, 0.024461, 0.054952, 0.204897, 0.842510",\
|
|
"0.015906, 0.024477, 0.054960, 0.204911, 0.842574",\
|
|
"0.015941, 0.024508, 0.054977, 0.204921, 0.842615",\
|
|
"0.016347, 0.024859, 0.055150, 0.204921, 0.842615");
|
|
}
|
|
|
|
} /* 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 ( "0.978500, 0.987354, 1.013220, 1.120499, 1.491108",\
|
|
"0.978500, 0.987354, 1.013220, 1.120499, 1.491108",\
|
|
"0.978500, 0.987354, 1.013220, 1.120499, 1.491108",\
|
|
"0.960441, 0.969295, 0.995161, 1.102440, 1.491108",\
|
|
"0.877126, 0.885980, 0.911846, 1.019125, 1.461640");
|
|
}
|
|
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.014731, 0.023442, 0.054183, 0.207733, 0.857109",\
|
|
"0.014731, 0.023442, 0.054183, 0.207733, 0.857109",\
|
|
"0.014731, 0.023442, 0.054183, 0.207733, 0.857109",\
|
|
"0.014731, 0.023442, 0.054183, 0.207733, 0.857109",\
|
|
"0.014731, 0.023442, 0.054183, 0.207733, 0.857109");
|
|
}
|
|
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.915894, 0.922829, 0.940144, 0.992612, 1.104598",\
|
|
"0.915894, 0.922829, 0.940144, 0.992612, 1.104598",\
|
|
"0.915894, 0.922829, 0.940144, 0.992612, 1.104598",\
|
|
"0.897835, 0.904770, 0.922085, 0.974553, 1.104598",\
|
|
"0.814520, 0.821455, 0.838770, 0.891239, 1.075130");
|
|
}
|
|
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.014450, 0.019197, 0.032529, 0.092431, 0.349242",\
|
|
"0.014450, 0.019197, 0.032529, 0.092431, 0.349242",\
|
|
"0.014450, 0.019197, 0.032529, 0.092431, 0.349242",\
|
|
"0.014450, 0.019197, 0.032529, 0.092431, 0.349242",\
|
|
"0.014450, 0.019197, 0.032529, 0.092431, 0.349242");
|
|
}
|
|
|
|
} /* 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 ( "0.906594, 0.915448, 0.941314, 1.046560, 1.482413",\
|
|
"0.906594, 0.915448, 0.941314, 1.046560, 1.482413",\
|
|
"0.906594, 0.915448, 0.941314, 1.046560, 1.482413",\
|
|
"0.906594, 0.915448, 0.941314, 1.046560, 1.482413",\
|
|
"0.877126, 0.885980, 0.911846, 1.017092, 1.452945");
|
|
}
|
|
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.014731, 0.023442, 0.054183, 0.203901, 0.840647",\
|
|
"0.014731, 0.023442, 0.054183, 0.203901, 0.840647",\
|
|
"0.014731, 0.023442, 0.054183, 0.203901, 0.840647",\
|
|
"0.014731, 0.023442, 0.054183, 0.203901, 0.840647",\
|
|
"0.014731, 0.023442, 0.054183, 0.203901, 0.840647");
|
|
}
|
|
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.843988, 0.850923, 0.868238, 0.918666, 1.099856",\
|
|
"0.843988, 0.850923, 0.868238, 0.918666, 1.099856",\
|
|
"0.843988, 0.850923, 0.868238, 0.918666, 1.099856",\
|
|
"0.843988, 0.850923, 0.868238, 0.918666, 1.099856",\
|
|
"0.814520, 0.821455, 0.838770, 0.889199, 1.070388");
|
|
}
|
|
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.014450, 0.019197, 0.032529, 0.088583, 0.334632",\
|
|
"0.014450, 0.019197, 0.032529, 0.088583, 0.334632",\
|
|
"0.014450, 0.019197, 0.032529, 0.088583, 0.334632",\
|
|
"0.014450, 0.019197, 0.032529, 0.088583, 0.334632",\
|
|
"0.014450, 0.019197, 0.032529, 0.088583, 0.334632");
|
|
}
|
|
|
|
} /* 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.370111, 0.378967, 0.404831, 0.512111, 0.910882",\
|
|
"0.370111, 0.378967, 0.404831, 0.512111, 0.910882",\
|
|
"0.369693, 0.378549, 0.404414, 0.511693, 0.910882",\
|
|
"0.327274, 0.336131, 0.361995, 0.469275, 0.910882",\
|
|
"0.150363, 0.159221, 0.185083, 0.292364, 0.734947");
|
|
}
|
|
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.014749, 0.023458, 0.054192, 0.207746, 0.857170",\
|
|
"0.014749, 0.023458, 0.054192, 0.207746, 0.857170",\
|
|
"0.014749, 0.023458, 0.054192, 0.207746, 0.857170",\
|
|
"0.014754, 0.023462, 0.054194, 0.207750, 0.857186",\
|
|
"0.014769, 0.023475, 0.054201, 0.207760, 0.857235");
|
|
}
|
|
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.316584, 0.323519, 0.340835, 0.393304, 0.577197",\
|
|
"0.433162, 0.440097, 0.457413, 0.509881, 0.693774",\
|
|
"0.543148, 0.550083, 0.567399, 0.619868, 0.803761",\
|
|
"0.731875, 0.738809, 0.756123, 0.808594, 0.992487",\
|
|
"1.505645, 1.512575, 1.529881, 1.582362, 1.766257");
|
|
}
|
|
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.014450, 0.019195, 0.032536, 0.092431, 0.349212",\
|
|
"0.014450, 0.019195, 0.032536, 0.092431, 0.349212",\
|
|
"0.014450, 0.019195, 0.032536, 0.092431, 0.349212",\
|
|
"0.014450, 0.019195, 0.032538, 0.092431, 0.349211",\
|
|
"0.014449, 0.019193, 0.032545, 0.092430, 0.349207");
|
|
}
|
|
|
|
} /* 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.326334, 0.335190, 0.361054, 0.466301, 0.902187",\
|
|
"0.326334, 0.335190, 0.361054, 0.466301, 0.902187",\
|
|
"0.326334, 0.335190, 0.361054, 0.466301, 0.902187",\
|
|
"0.326334, 0.335190, 0.361054, 0.466301, 0.902187",\
|
|
"0.150363, 0.159221, 0.185083, 0.290331, 0.726253");
|
|
}
|
|
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.014749, 0.023458, 0.054192, 0.203914, 0.840708",\
|
|
"0.014749, 0.023458, 0.054192, 0.203914, 0.840708",\
|
|
"0.014749, 0.023458, 0.054192, 0.203914, 0.840708",\
|
|
"0.014754, 0.023462, 0.054194, 0.203918, 0.840724",\
|
|
"0.014769, 0.023475, 0.054201, 0.203928, 0.840773");
|
|
}
|
|
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.316584, 0.323519, 0.340835, 0.391264, 0.572456",\
|
|
"0.433162, 0.440097, 0.457413, 0.507841, 0.689033",\
|
|
"0.543148, 0.550083, 0.567399, 0.617828, 0.799020",\
|
|
"0.731875, 0.738809, 0.756123, 0.806554, 0.987747",\
|
|
"1.505645, 1.512575, 1.529881, 1.580322, 1.761516");
|
|
}
|
|
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.014450, 0.019195, 0.032536, 0.088583, 0.334602",\
|
|
"0.014450, 0.019195, 0.032536, 0.088583, 0.334602",\
|
|
"0.014450, 0.019195, 0.032536, 0.088583, 0.334602",\
|
|
"0.014450, 0.019195, 0.032538, 0.088583, 0.334601",\
|
|
"0.014449, 0.019193, 0.032545, 0.088582, 0.334597");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_oeb */
|
|
|
|
pin("pad_flash_io1_di") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004699 ;
|
|
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.349337, 0.358358, 0.384157, 0.491013, 0.889064",\
|
|
"0.349337, 0.358358, 0.384157, 0.491013, 0.889064",\
|
|
"0.348946, 0.357968, 0.383766, 0.490623, 0.889064",\
|
|
"0.303235, 0.312256, 0.338055, 0.444912, 0.886620",\
|
|
"0.127550, 0.136573, 0.162371, 0.269228, 0.710958");
|
|
}
|
|
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.014674, 0.023378, 0.054020, 0.206574, 0.853998",\
|
|
"0.014675, 0.023378, 0.054020, 0.206574, 0.853999",\
|
|
"0.014675, 0.023379, 0.054020, 0.206575, 0.854002",\
|
|
"0.014678, 0.023380, 0.054021, 0.206576, 0.854009",\
|
|
"0.014690, 0.023391, 0.054027, 0.206585, 0.854049");
|
|
}
|
|
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.300764, 0.307820, 0.325111, 0.377194, 0.560602",\
|
|
"0.415317, 0.422373, 0.439664, 0.491747, 0.675155",\
|
|
"0.526570, 0.533626, 0.550916, 0.603000, 0.786407",\
|
|
"0.712745, 0.719800, 0.737089, 0.789174, 0.972582",\
|
|
"1.469935, 1.476987, 1.494269, 1.546362, 1.729771");
|
|
}
|
|
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.014207, 0.019035, 0.032494, 0.091260, 0.345399",\
|
|
"0.014206, 0.019035, 0.032494, 0.091260, 0.345399",\
|
|
"0.014206, 0.019035, 0.032494, 0.091260, 0.345399",\
|
|
"0.014206, 0.019035, 0.032494, 0.091260, 0.345399",\
|
|
"0.014203, 0.019034, 0.032494, 0.091260, 0.345396");
|
|
}
|
|
|
|
} /* 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.305686, 0.314707, 0.340506, 0.445864, 0.882640",\
|
|
"0.305686, 0.314707, 0.340506, 0.445864, 0.882640",\
|
|
"0.305686, 0.314707, 0.340506, 0.445864, 0.882640",\
|
|
"0.303235, 0.312256, 0.338055, 0.443414, 0.880195",\
|
|
"0.127550, 0.136573, 0.162371, 0.267730, 0.704533");
|
|
}
|
|
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.014674, 0.023378, 0.054020, 0.203746, 0.841831",\
|
|
"0.014675, 0.023378, 0.054020, 0.203746, 0.841832",\
|
|
"0.014675, 0.023379, 0.054020, 0.203746, 0.841835",\
|
|
"0.014678, 0.023380, 0.054021, 0.203748, 0.841842",\
|
|
"0.014690, 0.023391, 0.054027, 0.203756, 0.841882");
|
|
}
|
|
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.298928, 0.305984, 0.323275, 0.373856, 0.555172",\
|
|
"0.413632, 0.420688, 0.437979, 0.488560, 0.669876",\
|
|
"0.525179, 0.532234, 0.549524, 0.600106, 0.781423",\
|
|
"0.712745, 0.719800, 0.737089, 0.787672, 0.968989",\
|
|
"1.469935, 1.476987, 1.494269, 1.544860, 1.726178");
|
|
}
|
|
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.014207, 0.019035, 0.032487, 0.088423, 0.334587",\
|
|
"0.014207, 0.019035, 0.032487, 0.088423, 0.334586",\
|
|
"0.014206, 0.019035, 0.032487, 0.088423, 0.334586",\
|
|
"0.014206, 0.019035, 0.032487, 0.088423, 0.334586",\
|
|
"0.014203, 0.019034, 0.032487, 0.088423, 0.334583");
|
|
}
|
|
|
|
} /* 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 ( "0.958181, 0.966427, 0.992509, 1.100339, 1.473602",\
|
|
"0.958181, 0.966427, 0.992509, 1.100339, 1.473602",\
|
|
"0.958181, 0.966427, 0.992509, 1.100339, 1.473602",\
|
|
"0.940122, 0.948368, 0.974450, 1.082280, 1.473602",\
|
|
"0.856808, 0.865053, 0.891136, 0.998966, 1.444135");
|
|
}
|
|
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.017256, 0.025630, 0.055407, 0.209531, 0.863360",\
|
|
"0.017256, 0.025630, 0.055407, 0.209531, 0.863360",\
|
|
"0.017256, 0.025630, 0.055407, 0.209531, 0.863360",\
|
|
"0.017256, 0.025630, 0.055407, 0.209531, 0.863360",\
|
|
"0.017256, 0.025630, 0.055407, 0.209531, 0.863360");
|
|
}
|
|
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.858748, 0.865194, 0.882420, 0.935433, 1.048553",\
|
|
"0.858748, 0.865194, 0.882420, 0.935433, 1.048553",\
|
|
"0.858748, 0.865194, 0.882420, 0.935433, 1.048553",\
|
|
"0.840689, 0.847135, 0.864361, 0.917374, 1.048553",\
|
|
"0.757374, 0.763821, 0.781047, 0.834060, 1.019086");
|
|
}
|
|
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.014672, 0.019313, 0.032674, 0.093603, 0.344088",\
|
|
"0.014672, 0.019313, 0.032674, 0.093603, 0.344088",\
|
|
"0.014672, 0.019313, 0.032674, 0.093603, 0.344088",\
|
|
"0.014672, 0.019313, 0.032674, 0.093603, 0.344088",\
|
|
"0.014672, 0.019313, 0.032674, 0.093603, 0.344088");
|
|
}
|
|
|
|
} /* 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 ( "0.885460, 0.894521, 0.920603, 1.025854, 1.462597",\
|
|
"0.885460, 0.894521, 0.920603, 1.025854, 1.462597",\
|
|
"0.885460, 0.894521, 0.920603, 1.025854, 1.462597",\
|
|
"0.885460, 0.894521, 0.920603, 1.025854, 1.462597",\
|
|
"0.855993, 0.865053, 0.891136, 0.996387, 1.433130");
|
|
}
|
|
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.017256, 0.025630, 0.055407, 0.204673, 0.842525",\
|
|
"0.017256, 0.025630, 0.055407, 0.204673, 0.842525",\
|
|
"0.017256, 0.025630, 0.055407, 0.204673, 0.842525",\
|
|
"0.017256, 0.025630, 0.055407, 0.204673, 0.842525",\
|
|
"0.017256, 0.025630, 0.055407, 0.204673, 0.842525");
|
|
}
|
|
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.786507, 0.793288, 0.810514, 0.860938, 1.042046",\
|
|
"0.786507, 0.793288, 0.810514, 0.860938, 1.042046",\
|
|
"0.786507, 0.793288, 0.810514, 0.860938, 1.042046",\
|
|
"0.786507, 0.793288, 0.810514, 0.860938, 1.042046",\
|
|
"0.757040, 0.763821, 0.781047, 0.831470, 1.012579");
|
|
}
|
|
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.014672, 0.019313, 0.032674, 0.088721, 0.334561",\
|
|
"0.014672, 0.019313, 0.032674, 0.088721, 0.334561",\
|
|
"0.014672, 0.019313, 0.032674, 0.088721, 0.334561",\
|
|
"0.014672, 0.019313, 0.032674, 0.088721, 0.334561",\
|
|
"0.014672, 0.019313, 0.032674, 0.088721, 0.334561");
|
|
}
|
|
|
|
} /* 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.342511, 0.348960, 0.366193, 0.419198, 0.560454",\
|
|
"0.342511, 0.348960, 0.366193, 0.419198, 0.560454",\
|
|
"0.342066, 0.348515, 0.365746, 0.418753, 0.560454",\
|
|
"0.298968, 0.305415, 0.322643, 0.375654, 0.560454",\
|
|
"0.120498, 0.126939, 0.144153, 0.197181, 0.382209");
|
|
}
|
|
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.014670, 0.019314, 0.032669, 0.093603, 0.344091",\
|
|
"0.014670, 0.019314, 0.032669, 0.093603, 0.344091",\
|
|
"0.014670, 0.019314, 0.032670, 0.093603, 0.344091",\
|
|
"0.014671, 0.019314, 0.032673, 0.093603, 0.344091",\
|
|
"0.014674, 0.019314, 0.032684, 0.093603, 0.344091");
|
|
}
|
|
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.336590, 0.344836, 0.370917, 0.478747, 0.923916",\
|
|
"0.450778, 0.459024, 0.485106, 0.592936, 1.038105",\
|
|
"0.560319, 0.568565, 0.594649, 0.702480, 1.147649",\
|
|
"0.748204, 0.756452, 0.782539, 0.890371, 1.335541",\
|
|
"1.522801, 1.531072, 1.557205, 1.665050, 2.110230");
|
|
}
|
|
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.017250, 0.025625, 0.055404, 0.209531, 0.863360",\
|
|
"0.017254, 0.025629, 0.055406, 0.209531, 0.863360",\
|
|
"0.017266, 0.025639, 0.055411, 0.209530, 0.863359",\
|
|
"0.017286, 0.025656, 0.055420, 0.209530, 0.863357",\
|
|
"0.017586, 0.025916, 0.055547, 0.209526, 0.863334");
|
|
}
|
|
|
|
} /* 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.298407, 0.305191, 0.322423, 0.372839, 0.553946",\
|
|
"0.298407, 0.305191, 0.322423, 0.372839, 0.553946",\
|
|
"0.298407, 0.305191, 0.322423, 0.372839, 0.553946",\
|
|
"0.298407, 0.305191, 0.322423, 0.372839, 0.553946",\
|
|
"0.120163, 0.126939, 0.144153, 0.194591, 0.375702");
|
|
}
|
|
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.014670, 0.019311, 0.032669, 0.088721, 0.334556",\
|
|
"0.014670, 0.019311, 0.032669, 0.088721, 0.334556",\
|
|
"0.014670, 0.019311, 0.032670, 0.088721, 0.334556",\
|
|
"0.014671, 0.019311, 0.032673, 0.088721, 0.334556",\
|
|
"0.014674, 0.019311, 0.032684, 0.088721, 0.334556");
|
|
}
|
|
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.335776, 0.344836, 0.370917, 0.476168, 0.912911",\
|
|
"0.449964, 0.459024, 0.485106, 0.590357, 1.027100",\
|
|
"0.559503, 0.568565, 0.594649, 0.699901, 1.136644",\
|
|
"0.747387, 0.756452, 0.782539, 0.887792, 1.324536",\
|
|
"1.521959, 1.531072, 1.557205, 1.662471, 2.099225");
|
|
}
|
|
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.017250, 0.025625, 0.055404, 0.204674, 0.842526",\
|
|
"0.017254, 0.025629, 0.055406, 0.204673, 0.842525",\
|
|
"0.017266, 0.025639, 0.055411, 0.204673, 0.842524",\
|
|
"0.017286, 0.025656, 0.055420, 0.204673, 0.842523",\
|
|
"0.017586, 0.025916, 0.055547, 0.204669, 0.842499");
|
|
}
|
|
|
|
} /* 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 ( "0.883753, 0.892753, 0.918586, 1.025392, 1.394487",\
|
|
"0.883753, 0.892753, 0.918586, 1.025392, 1.394487",\
|
|
"0.883753, 0.892753, 0.918586, 1.025392, 1.394487",\
|
|
"0.865694, 0.874694, 0.900527, 1.007333, 1.394487",\
|
|
"0.782380, 0.791380, 0.817213, 0.924019, 1.365020");
|
|
}
|
|
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.014268, 0.023035, 0.053813, 0.206198, 0.852547",\
|
|
"0.014268, 0.023035, 0.053813, 0.206198, 0.852547",\
|
|
"0.014268, 0.023035, 0.053813, 0.206198, 0.852547",\
|
|
"0.014268, 0.023035, 0.053813, 0.206198, 0.852547",\
|
|
"0.014268, 0.023035, 0.053813, 0.206198, 0.852547");
|
|
}
|
|
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.996742, 1.003819, 1.021117, 1.073166, 1.187571",\
|
|
"0.996742, 1.003819, 1.021117, 1.073166, 1.187571",\
|
|
"0.996742, 1.003819, 1.021117, 1.073166, 1.187571",\
|
|
"0.978683, 0.985760, 1.003058, 1.055107, 1.187571",\
|
|
"0.895368, 0.902446, 0.919744, 0.971793, 1.158104");
|
|
}
|
|
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.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014174, 0.019013, 0.032470, 0.091160, 0.346861");
|
|
}
|
|
|
|
} /* 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 ( "0.811847, 0.820847, 0.846680, 0.952030, 1.388238",\
|
|
"0.811847, 0.820847, 0.846680, 0.952030, 1.388238",\
|
|
"0.811847, 0.820847, 0.846680, 0.952030, 1.388238",\
|
|
"0.811847, 0.820847, 0.846680, 0.952030, 1.388238",\
|
|
"0.782380, 0.791380, 0.817213, 0.922563, 1.358771");
|
|
}
|
|
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.014268, 0.023035, 0.053813, 0.203448, 0.840712",\
|
|
"0.014268, 0.023035, 0.053813, 0.203448, 0.840712",\
|
|
"0.014268, 0.023035, 0.053813, 0.203448, 0.840712",\
|
|
"0.014268, 0.023035, 0.053813, 0.203448, 0.840712",\
|
|
"0.014268, 0.023035, 0.053813, 0.203448, 0.840712");
|
|
}
|
|
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.924836, 0.931913, 0.949211, 0.999800, 1.181132",\
|
|
"0.924836, 0.931913, 0.949211, 0.999800, 1.181132",\
|
|
"0.924836, 0.931913, 0.949211, 0.999800, 1.181132",\
|
|
"0.924836, 0.931913, 0.949211, 0.999800, 1.181132",\
|
|
"0.895368, 0.902446, 0.919744, 0.970333, 1.151665");
|
|
}
|
|
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.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014174, 0.019013, 0.032470, 0.088401, 0.334587");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_oeb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000740, 0.011513, 0.050740, 0.232819, 1.000000");
|
|
values ( "0.367545, 0.376545, 0.402378, 0.509185, 0.906438",\
|
|
"0.367545, 0.376545, 0.402378, 0.509185, 0.906438",\
|
|
"0.366995, 0.375995, 0.401828, 0.508634, 0.906438",\
|
|
"0.323376, 0.332376, 0.358209, 0.465015, 0.906004",\
|
|
"0.145376, 0.154378, 0.180209, 0.287016, 0.728039");
|
|
}
|
|
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.014262, 0.023030, 0.053811, 0.206194, 0.852526",\
|
|
"0.014262, 0.023030, 0.053811, 0.206194, 0.852526",\
|
|
"0.014262, 0.023030, 0.053811, 0.206194, 0.852526",\
|
|
"0.014262, 0.023030, 0.053811, 0.206194, 0.852526",\
|
|
"0.014281, 0.023046, 0.053819, 0.206207, 0.852588");
|
|
}
|
|
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.375157, 0.382235, 0.399533, 0.451582, 0.637893",\
|
|
"0.489337, 0.496414, 0.513713, 0.565761, 0.752072",\
|
|
"0.598850, 0.605927, 0.623226, 0.675275, 0.861586",\
|
|
"0.786692, 0.793769, 0.811068, 0.863116, 1.049428",\
|
|
"1.560997, 1.568072, 1.585365, 1.637420, 1.823732");
|
|
}
|
|
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.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014174, 0.019013, 0.032470, 0.091160, 0.346861",\
|
|
"0.014171, 0.019012, 0.032474, 0.091160, 0.346859");
|
|
}
|
|
|
|
} /* 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.323810, 0.332810, 0.358643, 0.463993, 0.900190",\
|
|
"0.323810, 0.332810, 0.358643, 0.463993, 0.900190",\
|
|
"0.323810, 0.332810, 0.358643, 0.463993, 0.900190",\
|
|
"0.323376, 0.332376, 0.358209, 0.463559, 0.899756",\
|
|
"0.145376, 0.154378, 0.180209, 0.285560, 0.721791");
|
|
}
|
|
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.014262, 0.023030, 0.053811, 0.203443, 0.840691",\
|
|
"0.014262, 0.023030, 0.053811, 0.203443, 0.840691",\
|
|
"0.014262, 0.023030, 0.053811, 0.203443, 0.840691",\
|
|
"0.014262, 0.023030, 0.053811, 0.203443, 0.840691",\
|
|
"0.014281, 0.023046, 0.053819, 0.203457, 0.840754");
|
|
}
|
|
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.375157, 0.382235, 0.399533, 0.450122, 0.631454",\
|
|
"0.489337, 0.496414, 0.513713, 0.564301, 0.745633",\
|
|
"0.598850, 0.605927, 0.623226, 0.673815, 0.855147",\
|
|
"0.786692, 0.793769, 0.811068, 0.861656, 1.042988",\
|
|
"1.560997, 1.568072, 1.585365, 1.635960, 1.817293");
|
|
}
|
|
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.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014174, 0.019013, 0.032470, 0.088401, 0.334587",\
|
|
"0.014171, 0.019012, 0.032474, 0.088401, 0.334585");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_oeb */
|
|
|
|
pin("pll_bypass") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.682909, 1.690945, 1.716918, 1.824808, 2.198010",\
|
|
"1.682909, 1.690945, 1.716918, 1.824808, 2.198010",\
|
|
"1.682909, 1.690945, 1.716918, 1.824808, 2.198010",\
|
|
"1.664871, 1.672906, 1.698880, 1.806770, 2.198010",\
|
|
"1.581730, 1.589766, 1.615740, 1.723630, 2.168757");
|
|
}
|
|
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.017273, 0.025676, 0.055680, 0.210244, 0.864207",\
|
|
"0.017273, 0.025676, 0.055680, 0.210244, 0.864207",\
|
|
"0.017273, 0.025676, 0.055680, 0.210244, 0.864207",\
|
|
"0.017273, 0.025676, 0.055680, 0.210244, 0.864207",\
|
|
"0.017273, 0.025676, 0.055680, 0.210244, 0.864207");
|
|
}
|
|
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 ( "1.587361, 1.593949, 1.611061, 1.664174, 1.777291",\
|
|
"1.587361, 1.593949, 1.611061, 1.664174, 1.777291",\
|
|
"1.587361, 1.593949, 1.611061, 1.664174, 1.777291",\
|
|
"1.569323, 1.575911, 1.593023, 1.646135, 1.777291",\
|
|
"1.486182, 1.492770, 1.509883, 1.562995, 1.748038");
|
|
}
|
|
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.015012, 0.019514, 0.032870, 0.094002, 0.344898",\
|
|
"0.015012, 0.019514, 0.032870, 0.094002, 0.344898",\
|
|
"0.015012, 0.019514, 0.032870, 0.094002, 0.344898",\
|
|
"0.015012, 0.019514, 0.032870, 0.094002, 0.344898",\
|
|
"0.015012, 0.019514, 0.032870, 0.094002, 0.344898");
|
|
}
|
|
|
|
} /* 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 ( "1.506548, 1.515337, 1.541311, 1.646516, 2.082896",\
|
|
"1.506548, 1.515337, 1.541311, 1.646516, 2.082896",\
|
|
"1.506548, 1.515337, 1.541311, 1.646516, 2.082896",\
|
|
"1.506548, 1.515337, 1.541311, 1.646516, 2.082896",\
|
|
"1.477295, 1.486084, 1.512058, 1.617262, 2.053643");
|
|
}
|
|
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.017273, 0.025676, 0.055680, 0.205184, 0.842563",\
|
|
"0.017273, 0.025676, 0.055680, 0.205184, 0.842563",\
|
|
"0.017273, 0.025676, 0.055680, 0.205184, 0.842563",\
|
|
"0.017273, 0.025676, 0.055680, 0.205184, 0.842563",\
|
|
"0.017273, 0.025676, 0.055680, 0.205184, 0.842563");
|
|
}
|
|
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 ( "1.418854, 1.425442, 1.442554, 1.492970, 1.673942",\
|
|
"1.418854, 1.425442, 1.442554, 1.492970, 1.673942",\
|
|
"1.418854, 1.425442, 1.442554, 1.492970, 1.673942",\
|
|
"1.418854, 1.425442, 1.442554, 1.492970, 1.673942",\
|
|
"1.389601, 1.396189, 1.413301, 1.463717, 1.644689");
|
|
}
|
|
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.015012, 0.019514, 0.032870, 0.088915, 0.334547",\
|
|
"0.015012, 0.019514, 0.032870, 0.088915, 0.334547",\
|
|
"0.015012, 0.019514, 0.032870, 0.088915, 0.334547",\
|
|
"0.015012, 0.019514, 0.032870, 0.088915, 0.334547",\
|
|
"0.015012, 0.019514, 0.032870, 0.088915, 0.334547");
|
|
}
|
|
|
|
} /* 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 ( "1.704691, 1.714053, 1.740046, 1.846887, 2.216852",\
|
|
"1.704691, 1.714053, 1.740046, 1.846887, 2.216852",\
|
|
"1.704691, 1.714053, 1.740046, 1.846887, 2.216852",\
|
|
"1.686653, 1.696015, 1.722008, 1.828849, 2.216852",\
|
|
"1.603513, 1.612875, 1.638868, 1.745709, 2.187599");
|
|
}
|
|
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.016268, 0.024755, 0.054662, 0.206410, 0.853774",\
|
|
"0.016268, 0.024755, 0.054662, 0.206410, 0.853774",\
|
|
"0.016268, 0.024755, 0.054662, 0.206410, 0.853774",\
|
|
"0.016268, 0.024755, 0.054662, 0.206410, 0.853774",\
|
|
"0.016268, 0.024755, 0.054662, 0.206410, 0.853774");
|
|
}
|
|
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 ( "1.612652, 1.619693, 1.636882, 1.688997, 1.803167",\
|
|
"1.612652, 1.619693, 1.636882, 1.688997, 1.803167",\
|
|
"1.612652, 1.619693, 1.636882, 1.688997, 1.803167",\
|
|
"1.594614, 1.601655, 1.618844, 1.670958, 1.803167",\
|
|
"1.511474, 1.518515, 1.535704, 1.587818, 1.773914");
|
|
}
|
|
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.014087, 0.018975, 0.032552, 0.091000, 0.346194",\
|
|
"0.014087, 0.018975, 0.032552, 0.091000, 0.346194",\
|
|
"0.014087, 0.018975, 0.032552, 0.091000, 0.346194",\
|
|
"0.014087, 0.018975, 0.032552, 0.091000, 0.346194",\
|
|
"0.014087, 0.018975, 0.032552, 0.091000, 0.346194");
|
|
}
|
|
|
|
} /* 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 ( "1.536532, 1.545894, 1.571887, 1.677346, 2.114685",\
|
|
"1.536532, 1.545894, 1.571887, 1.677346, 2.114685",\
|
|
"1.536532, 1.545894, 1.571887, 1.677346, 2.114685",\
|
|
"1.536532, 1.545894, 1.571887, 1.677346, 2.114685",\
|
|
"1.507279, 1.516641, 1.542634, 1.648092, 2.085432");
|
|
}
|
|
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.016268, 0.024755, 0.054662, 0.203798, 0.842535",\
|
|
"0.016268, 0.024755, 0.054662, 0.203798, 0.842535",\
|
|
"0.016268, 0.024755, 0.054662, 0.203798, 0.842535",\
|
|
"0.016268, 0.024755, 0.054662, 0.203798, 0.842535",\
|
|
"0.016268, 0.024755, 0.054662, 0.203798, 0.842535");
|
|
}
|
|
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 ( "1.446948, 1.453989, 1.471178, 1.521907, 1.703274",\
|
|
"1.446948, 1.453989, 1.471178, 1.521907, 1.703274",\
|
|
"1.446948, 1.453989, 1.471178, 1.521907, 1.703274",\
|
|
"1.446948, 1.453989, 1.471178, 1.521907, 1.703274",\
|
|
"1.417695, 1.424736, 1.441925, 1.492653, 1.674021");
|
|
}
|
|
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.014087, 0.018975, 0.032552, 0.088381, 0.334540",\
|
|
"0.014087, 0.018975, 0.032552, 0.088381, 0.334540",\
|
|
"0.014087, 0.018975, 0.032552, 0.088381, 0.334540",\
|
|
"0.014087, 0.018975, 0.032552, 0.088381, 0.334540",\
|
|
"0.014087, 0.018975, 0.032552, 0.088381, 0.334540");
|
|
}
|
|
|
|
} /* 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 ( "1.591684, 1.600968, 1.627009, 1.734185, 2.105250",\
|
|
"1.591684, 1.600968, 1.627009, 1.734185, 2.105250",\
|
|
"1.591684, 1.600968, 1.627009, 1.734185, 2.105250",\
|
|
"1.573646, 1.582929, 1.608971, 1.716147, 2.105250",\
|
|
"1.490506, 1.499789, 1.525830, 1.633007, 2.075997");
|
|
}
|
|
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.016717, 0.025151, 0.054961, 0.207449, 0.856968",\
|
|
"0.016717, 0.025151, 0.054961, 0.207449, 0.856968",\
|
|
"0.016717, 0.025151, 0.054961, 0.207449, 0.856968",\
|
|
"0.016717, 0.025151, 0.054961, 0.207449, 0.856968",\
|
|
"0.016717, 0.025151, 0.054961, 0.207449, 0.856968");
|
|
}
|
|
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 ( "1.641293, 1.648314, 1.665649, 1.718181, 1.829984",\
|
|
"1.641293, 1.648314, 1.665649, 1.718181, 1.829984",\
|
|
"1.641293, 1.648314, 1.665649, 1.718181, 1.829984",\
|
|
"1.623255, 1.630275, 1.647610, 1.700142, 1.829984",\
|
|
"1.540114, 1.547135, 1.564470, 1.617002, 1.800731");
|
|
}
|
|
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.014737, 0.019553, 0.032997, 0.092029, 0.347457",\
|
|
"0.014737, 0.019553, 0.032997, 0.092029, 0.347457",\
|
|
"0.014737, 0.019553, 0.032997, 0.092029, 0.347457",\
|
|
"0.014737, 0.019553, 0.032997, 0.092029, 0.347457",\
|
|
"0.014737, 0.019553, 0.032997, 0.092029, 0.347457");
|
|
}
|
|
|
|
} /* 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 ( "1.416454, 1.425737, 1.451778, 1.557173, 1.994316",\
|
|
"1.416454, 1.425737, 1.451778, 1.557173, 1.994316",\
|
|
"1.416454, 1.425737, 1.451778, 1.557173, 1.994316",\
|
|
"1.416454, 1.425737, 1.451778, 1.557173, 1.994316",\
|
|
"1.387200, 1.396484, 1.422525, 1.527920, 1.965063");
|
|
}
|
|
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.016717, 0.025151, 0.054961, 0.204089, 0.842523",\
|
|
"0.016717, 0.025151, 0.054961, 0.204089, 0.842523",\
|
|
"0.016717, 0.025151, 0.054961, 0.204089, 0.842523",\
|
|
"0.016717, 0.025151, 0.054961, 0.204089, 0.842523",\
|
|
"0.016717, 0.025151, 0.054961, 0.204089, 0.842523");
|
|
}
|
|
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 ( "1.472363, 1.479384, 1.496719, 1.547465, 1.728774",\
|
|
"1.472363, 1.479384, 1.496719, 1.547465, 1.728774",\
|
|
"1.472363, 1.479384, 1.496719, 1.547465, 1.728774",\
|
|
"1.472363, 1.479384, 1.496719, 1.547465, 1.728774",\
|
|
"1.443110, 1.450131, 1.467466, 1.518211, 1.699521");
|
|
}
|
|
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.014737, 0.019553, 0.032997, 0.088657, 0.334628",\
|
|
"0.014737, 0.019553, 0.032997, 0.088657, 0.334628",\
|
|
"0.014737, 0.019553, 0.032997, 0.088657, 0.334628",\
|
|
"0.014737, 0.019553, 0.032997, 0.088657, 0.334628",\
|
|
"0.014737, 0.019553, 0.032997, 0.088657, 0.334628");
|
|
}
|
|
|
|
} /* 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.011741 ;
|
|
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.008882 ;
|
|
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 ( "1.606507, 1.615375, 1.641237, 1.748833, 2.121394",\
|
|
"1.606507, 1.615375, 1.641237, 1.748833, 2.121394",\
|
|
"1.606507, 1.615375, 1.641237, 1.748833, 2.121394",\
|
|
"1.588468, 1.597337, 1.623198, 1.730795, 2.121394",\
|
|
"1.505328, 1.514197, 1.540058, 1.647655, 2.092141");
|
|
}
|
|
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.015884, 0.024444, 0.054815, 0.209088, 0.861774",\
|
|
"0.015884, 0.024444, 0.054815, 0.209088, 0.861774",\
|
|
"0.015884, 0.024444, 0.054815, 0.209088, 0.861774",\
|
|
"0.015884, 0.024444, 0.054815, 0.209088, 0.861774",\
|
|
"0.015884, 0.024444, 0.054815, 0.209088, 0.861774");
|
|
}
|
|
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.781603, 1.788496, 1.805891, 1.858933, 1.971648",\
|
|
"1.781603, 1.788496, 1.805891, 1.858933, 1.971648",\
|
|
"1.781603, 1.788496, 1.805891, 1.858933, 1.971648",\
|
|
"1.763565, 1.770458, 1.787853, 1.840895, 1.971648",\
|
|
"1.680424, 1.687318, 1.704712, 1.757754, 1.942395");
|
|
}
|
|
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.015330, 0.019996, 0.033308, 0.093425, 0.351902",\
|
|
"0.015330, 0.019996, 0.033308, 0.093425, 0.351902",\
|
|
"0.015330, 0.019996, 0.033308, 0.093425, 0.351902",\
|
|
"0.015330, 0.019996, 0.033308, 0.093425, 0.351902",\
|
|
"0.015330, 0.019996, 0.033308, 0.093425, 0.351902");
|
|
}
|
|
|
|
} /* 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 ( "0.760278, 0.769144, 0.795004, 0.900230, 1.336971",\
|
|
"0.760278, 0.769144, 0.795004, 0.900230, 1.336971",\
|
|
"0.760278, 0.769144, 0.795004, 0.900230, 1.336971",\
|
|
"0.760278, 0.769144, 0.795004, 0.900230, 1.336971",\
|
|
"0.730810, 0.739677, 0.765536, 0.870762, 1.307504");
|
|
}
|
|
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.015871, 0.024432, 0.054809, 0.204626, 0.842629",\
|
|
"0.015871, 0.024432, 0.054809, 0.204626, 0.842629",\
|
|
"0.015871, 0.024432, 0.054809, 0.204626, 0.842629",\
|
|
"0.015871, 0.024432, 0.054809, 0.204626, 0.842629",\
|
|
"0.015871, 0.024432, 0.054809, 0.204626, 0.842629");
|
|
}
|
|
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 ( "0.980306, 0.987199, 1.004591, 1.055254, 1.236428",\
|
|
"0.980306, 0.987199, 1.004591, 1.055254, 1.236428",\
|
|
"0.980306, 0.987199, 1.004591, 1.055254, 1.236428",\
|
|
"0.980306, 0.987199, 1.004591, 1.055254, 1.236428",\
|
|
"0.950838, 0.957731, 0.975124, 1.025786, 1.206960");
|
|
}
|
|
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.015325, 0.019991, 0.033304, 0.088941, 0.334675",\
|
|
"0.015325, 0.019991, 0.033304, 0.088941, 0.334675",\
|
|
"0.015325, 0.019991, 0.033304, 0.088941, 0.334675",\
|
|
"0.015325, 0.019991, 0.033304, 0.088941, 0.334675",\
|
|
"0.015325, 0.019991, 0.033304, 0.088941, 0.334675");
|
|
}
|
|
|
|
} /* 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.395424, 0.404331, 0.430028, 0.535769, 0.945599",\
|
|
"0.395424, 0.404331, 0.430028, 0.535769, 0.945599",\
|
|
"0.383492, 0.392400, 0.418096, 0.523837, 0.945599",\
|
|
"0.320904, 0.329812, 0.355508, 0.461249, 0.902195",\
|
|
"0.062918, 0.071827, 0.097525, 0.203266, 0.644212");
|
|
}
|
|
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.015546, 0.024173, 0.054708, 0.202833, 0.850778",\
|
|
"0.015546, 0.024173, 0.054708, 0.202833, 0.850778",\
|
|
"0.015547, 0.024173, 0.054708, 0.202833, 0.850778",\
|
|
"0.015548, 0.024174, 0.054709, 0.202833, 0.850778",\
|
|
"0.015555, 0.024180, 0.054712, 0.202832, 0.850777");
|
|
}
|
|
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.328971, 0.335839, 0.352968, 0.404219, 0.589251",\
|
|
"0.440804, 0.447672, 0.464802, 0.516052, 0.701084",\
|
|
"0.547790, 0.554658, 0.571787, 0.623038, 0.808070",\
|
|
"0.734316, 0.741184, 0.758313, 0.809564, 0.994596",\
|
|
"1.499347, 1.506212, 1.523335, 1.574594, 1.759627");
|
|
}
|
|
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.014463, 0.019231, 0.032723, 0.087618, 0.343021",\
|
|
"0.014463, 0.019231, 0.032723, 0.087618, 0.343021",\
|
|
"0.014463, 0.019231, 0.032723, 0.087618, 0.343020",\
|
|
"0.014463, 0.019231, 0.032723, 0.087618, 0.343020",\
|
|
"0.014463, 0.019229, 0.032729, 0.087618, 0.343018");
|
|
}
|
|
|
|
} /* 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.364309, 0.373216, 0.398912, 0.504653, 0.941297",\
|
|
"0.364309, 0.373216, 0.398912, 0.504653, 0.941297",\
|
|
"0.364309, 0.373216, 0.398912, 0.504653, 0.941297",\
|
|
"0.320904, 0.329812, 0.355508, 0.461249, 0.897893",\
|
|
"0.062918, 0.071827, 0.097525, 0.203266, 0.639910");
|
|
}
|
|
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.015546, 0.024173, 0.054708, 0.202833, 0.842634",\
|
|
"0.015546, 0.024173, 0.054708, 0.202833, 0.842634",\
|
|
"0.015547, 0.024173, 0.054708, 0.202833, 0.842634",\
|
|
"0.015548, 0.024174, 0.054709, 0.202833, 0.842633",\
|
|
"0.015555, 0.024180, 0.054712, 0.202832, 0.842633");
|
|
}
|
|
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.328971, 0.335839, 0.352968, 0.404219, 0.584819",\
|
|
"0.440804, 0.447672, 0.464802, 0.516052, 0.696652",\
|
|
"0.547790, 0.554658, 0.571787, 0.623038, 0.803638",\
|
|
"0.734316, 0.741184, 0.758313, 0.809564, 0.990164",\
|
|
"1.499347, 1.506212, 1.523335, 1.574594, 1.755195");
|
|
}
|
|
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.014463, 0.019231, 0.032723, 0.087618, 0.334581",\
|
|
"0.014463, 0.019231, 0.032723, 0.087618, 0.334581",\
|
|
"0.014463, 0.019231, 0.032723, 0.087618, 0.334581",\
|
|
"0.014463, 0.019231, 0.032723, 0.087618, 0.334581",\
|
|
"0.014463, 0.019229, 0.032729, 0.087618, 0.334578");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001334, 0.012106, 0.051334, 0.233413, 1.000000");
|
|
values ( "0.316445, 0.325348, 0.351042, 0.456782, 0.863954",\
|
|
"0.316445, 0.325348, 0.351042, 0.456782, 0.863954",\
|
|
"0.311210, 0.320113, 0.345807, 0.451546, 0.863954",\
|
|
"0.264499, 0.273403, 0.299096, 0.404836, 0.845781",\
|
|
"0.068564, 0.077470, 0.103165, 0.208905, 0.649850");
|
|
}
|
|
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.015525, 0.024154, 0.054699, 0.202833, 0.850780",\
|
|
"0.015525, 0.024154, 0.054699, 0.202833, 0.850780",\
|
|
"0.015526, 0.024155, 0.054699, 0.202833, 0.850779",\
|
|
"0.015527, 0.024156, 0.054700, 0.202833, 0.850779",\
|
|
"0.015535, 0.024163, 0.054703, 0.202833, 0.850779");
|
|
}
|
|
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.297287, 0.304153, 0.321279, 0.372534, 0.557566",\
|
|
"0.397490, 0.404356, 0.421482, 0.472737, 0.657769",\
|
|
"0.484630, 0.491497, 0.508622, 0.559878, 0.744910",\
|
|
"0.637627, 0.644494, 0.661619, 0.712874, 0.897907",\
|
|
"1.267598, 1.274464, 1.291588, 1.342845, 1.527877");
|
|
}
|
|
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.014463, 0.019230, 0.032726, 0.087618, 0.343019",\
|
|
"0.014463, 0.019230, 0.032726, 0.087618, 0.343019",\
|
|
"0.014463, 0.019230, 0.032726, 0.087618, 0.343019",\
|
|
"0.014463, 0.019230, 0.032726, 0.087618, 0.343019",\
|
|
"0.014463, 0.019230, 0.032727, 0.087618, 0.343018");
|
|
}
|
|
|
|
} /* 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.282672, 0.291575, 0.317268, 0.423008, 0.859651",\
|
|
"0.282672, 0.291575, 0.317268, 0.423008, 0.859651",\
|
|
"0.282672, 0.291575, 0.317268, 0.423008, 0.859651",\
|
|
"0.264499, 0.273403, 0.299096, 0.404836, 0.841479",\
|
|
"0.068564, 0.077470, 0.103165, 0.208905, 0.645548");
|
|
}
|
|
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.015525, 0.024154, 0.054699, 0.202833, 0.842635",\
|
|
"0.015525, 0.024154, 0.054699, 0.202833, 0.842635",\
|
|
"0.015526, 0.024155, 0.054699, 0.202833, 0.842635",\
|
|
"0.015527, 0.024156, 0.054700, 0.202833, 0.842635",\
|
|
"0.015535, 0.024163, 0.054703, 0.202833, 0.842635");
|
|
}
|
|
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.297287, 0.304153, 0.321279, 0.372534, 0.553135",\
|
|
"0.397490, 0.404356, 0.421482, 0.472737, 0.653338",\
|
|
"0.484630, 0.491497, 0.508622, 0.559878, 0.740478",\
|
|
"0.637627, 0.644494, 0.661619, 0.712874, 0.893475",\
|
|
"1.267598, 1.274464, 1.291588, 1.342845, 1.523446");
|
|
}
|
|
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.014463, 0.019230, 0.032726, 0.087618, 0.334579",\
|
|
"0.014463, 0.019230, 0.032726, 0.087618, 0.334579",\
|
|
"0.014463, 0.019230, 0.032726, 0.087618, 0.334579",\
|
|
"0.014463, 0.019230, 0.032726, 0.087618, 0.334579",\
|
|
"0.014463, 0.019230, 0.032727, 0.087618, 0.334579");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una_min*/
|
|
|
|
} /* end of pin ser_rx */
|
|
|
|
pin("ser_tx") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003517 ;
|
|
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 ( "1.847220, 1.856128, 1.881867, 1.988714, 2.358548",\
|
|
"1.847220, 1.856128, 1.881867, 1.988714, 2.358548",\
|
|
"1.847220, 1.856128, 1.881867, 1.988714, 2.358548",\
|
|
"1.829182, 1.838089, 1.863829, 1.970675, 2.358548",\
|
|
"1.746042, 1.754949, 1.780689, 1.887535, 2.329295");
|
|
}
|
|
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.015396, 0.024026, 0.054569, 0.207116, 0.854570",\
|
|
"0.015396, 0.024026, 0.054569, 0.207116, 0.854570",\
|
|
"0.015396, 0.024026, 0.054569, 0.207116, 0.854570",\
|
|
"0.015396, 0.024026, 0.054569, 0.207116, 0.854570",\
|
|
"0.015396, 0.024026, 0.054569, 0.207116, 0.854570");
|
|
}
|
|
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.895763, 1.902627, 1.919757, 1.971887, 2.086190",\
|
|
"1.895763, 1.902627, 1.919757, 1.971887, 2.086190",\
|
|
"1.895763, 1.902627, 1.919757, 1.971887, 2.086190",\
|
|
"1.877725, 1.884589, 1.901718, 1.953849, 2.086190",\
|
|
"1.794585, 1.801449, 1.818578, 1.870709, 2.056937");
|
|
}
|
|
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.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920");
|
|
}
|
|
|
|
} /* 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 ( "1.498194, 1.507097, 1.532831, 1.638203, 2.075135",\
|
|
"1.498194, 1.507097, 1.532831, 1.638203, 2.075135",\
|
|
"1.498194, 1.507097, 1.532831, 1.638203, 2.075135",\
|
|
"1.498194, 1.507097, 1.532831, 1.638203, 2.075135",\
|
|
"1.468941, 1.477844, 1.503578, 1.608950, 2.045882");
|
|
}
|
|
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.015365, 0.024000, 0.054556, 0.204340, 0.842647",\
|
|
"0.015365, 0.024000, 0.054556, 0.204340, 0.842647",\
|
|
"0.015365, 0.024000, 0.054556, 0.204340, 0.842647",\
|
|
"0.015365, 0.024000, 0.054556, 0.204340, 0.842647",\
|
|
"0.015365, 0.024000, 0.054556, 0.204340, 0.842647");
|
|
}
|
|
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.608372, 1.615237, 1.632370, 1.683019, 1.864232",\
|
|
"1.608372, 1.615237, 1.632370, 1.683019, 1.864232",\
|
|
"1.608372, 1.615237, 1.632370, 1.683019, 1.864232",\
|
|
"1.608372, 1.615237, 1.632370, 1.683019, 1.864232",\
|
|
"1.579119, 1.585984, 1.603117, 1.653766, 1.834978");
|
|
}
|
|
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.014447, 0.019198, 0.032704, 0.088584, 0.334554",\
|
|
"0.014447, 0.019198, 0.032704, 0.088584, 0.334554",\
|
|
"0.014447, 0.019198, 0.032704, 0.088584, 0.334554",\
|
|
"0.014447, 0.019198, 0.032704, 0.088584, 0.334554",\
|
|
"0.014447, 0.019198, 0.032704, 0.088584, 0.334554");
|
|
}
|
|
|
|
} /* 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 ( "0.807330, 0.816232, 0.841966, 0.948811, 1.390570",\
|
|
"0.906777, 0.915679, 0.941413, 1.048258, 1.490016",\
|
|
"0.980129, 0.989031, 1.014765, 1.121611, 1.563369",\
|
|
"1.096037, 1.104938, 1.130672, 1.237518, 1.679276",\
|
|
"1.573577, 1.582479, 1.608213, 1.715058, 2.156816");
|
|
}
|
|
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.015362, 0.023997, 0.054555, 0.207116, 0.854572",\
|
|
"0.015362, 0.023997, 0.054555, 0.207116, 0.854572",\
|
|
"0.015362, 0.023997, 0.054555, 0.207116, 0.854572",\
|
|
"0.015362, 0.023997, 0.054555, 0.207116, 0.854572",\
|
|
"0.015362, 0.023997, 0.054555, 0.207116, 0.854572");
|
|
}
|
|
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 ( "0.900275, 0.907139, 0.924268, 0.976398, 1.162627",\
|
|
"0.999722, 1.006585, 1.023715, 1.075845, 1.262074",\
|
|
"1.073074, 1.079938, 1.097067, 1.149198, 1.335426",\
|
|
"1.188981, 1.195845, 1.212974, 1.265105, 1.451334",\
|
|
"1.666518, 1.673382, 1.690512, 1.742642, 1.928871");
|
|
}
|
|
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.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920",\
|
|
"0.014447, 0.019197, 0.032707, 0.091368, 0.346920");
|
|
}
|
|
|
|
} /* 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 ( "0.806097, 0.814999, 0.840733, 0.946104, 1.383036",\
|
|
"0.806097, 0.814999, 0.840733, 0.946104, 1.383036",\
|
|
"0.803198, 0.812100, 0.837834, 0.943205, 1.380137",\
|
|
"0.688199, 0.697101, 0.722835, 0.828206, 1.265138",\
|
|
"0.214119, 0.223020, 0.248755, 0.354126, 0.791058");
|
|
}
|
|
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.015362, 0.023997, 0.054555, 0.204340, 0.842647",\
|
|
"0.015362, 0.023997, 0.054555, 0.204340, 0.842647",\
|
|
"0.015362, 0.023997, 0.054555, 0.204340, 0.842647",\
|
|
"0.015362, 0.023997, 0.054555, 0.204340, 0.842647",\
|
|
"0.015362, 0.023997, 0.054555, 0.204340, 0.842647");
|
|
}
|
|
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 ( "0.899042, 0.905905, 0.923035, 0.973688, 1.154901",\
|
|
"0.899042, 0.905905, 0.923035, 0.973688, 1.154901",\
|
|
"0.896143, 0.903007, 0.920136, 0.970789, 1.152002",\
|
|
"0.781144, 0.788008, 0.805137, 0.855790, 1.037003",\
|
|
"0.307060, 0.313924, 0.331054, 0.381707, 0.562920");
|
|
}
|
|
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.014447, 0.019197, 0.032707, 0.088584, 0.334552",\
|
|
"0.014447, 0.019197, 0.032707, 0.088584, 0.334552",\
|
|
"0.014447, 0.019197, 0.032707, 0.088584, 0.334552",\
|
|
"0.014447, 0.019197, 0.032707, 0.088584, 0.334552",\
|
|
"0.014447, 0.019197, 0.032707, 0.088584, 0.334552");
|
|
}
|
|
|
|
} /* 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 ( "1.881551, 1.890769, 1.916584, 2.022218, 2.390822",\
|
|
"1.881551, 1.890769, 1.916584, 2.022218, 2.390822",\
|
|
"1.881551, 1.890769, 1.916584, 2.022218, 2.390822",\
|
|
"1.863513, 1.872731, 1.898545, 2.004180, 2.390822",\
|
|
"1.780373, 1.789590, 1.815405, 1.921040, 2.361569");
|
|
}
|
|
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.015644, 0.024230, 0.054484, 0.202439, 0.848862",\
|
|
"0.015644, 0.024230, 0.054484, 0.202439, 0.848862",\
|
|
"0.015644, 0.024230, 0.054484, 0.202439, 0.848862",\
|
|
"0.015644, 0.024230, 0.054484, 0.202439, 0.848862",\
|
|
"0.015644, 0.024230, 0.054484, 0.202439, 0.848862");
|
|
}
|
|
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.921320, 1.928342, 1.945459, 1.996728, 2.109174",\
|
|
"1.921320, 1.928342, 1.945459, 1.996728, 2.109174",\
|
|
"1.921320, 1.928342, 1.945459, 1.996728, 2.109174",\
|
|
"1.903282, 1.910304, 1.927420, 1.978690, 2.109174",\
|
|
"1.820142, 1.827164, 1.844280, 1.895549, 2.079921");
|
|
}
|
|
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.014139, 0.019051, 0.032694, 0.087574, 0.341049",\
|
|
"0.014139, 0.019051, 0.032694, 0.087574, 0.341049",\
|
|
"0.014139, 0.019051, 0.032694, 0.087574, 0.341049",\
|
|
"0.014139, 0.019051, 0.032694, 0.087574, 0.341049",\
|
|
"0.014139, 0.019051, 0.032694, 0.087574, 0.341049");
|
|
}
|
|
|
|
} /* 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 ( "1.455578, 1.464792, 1.490603, 1.596236, 2.033450",\
|
|
"1.455578, 1.464792, 1.490603, 1.596236, 2.033450",\
|
|
"1.455578, 1.464792, 1.490603, 1.596236, 2.033450",\
|
|
"1.455578, 1.464792, 1.490603, 1.596236, 2.033450",\
|
|
"1.426325, 1.435539, 1.461350, 1.566983, 2.004197");
|
|
}
|
|
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.015622, 0.024210, 0.054474, 0.202439, 0.842586",\
|
|
"0.015622, 0.024210, 0.054474, 0.202439, 0.842586",\
|
|
"0.015622, 0.024210, 0.054474, 0.202439, 0.842586",\
|
|
"0.015622, 0.024210, 0.054474, 0.202439, 0.842586",\
|
|
"0.015622, 0.024210, 0.054474, 0.202439, 0.842586");
|
|
}
|
|
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.544481, 1.551495, 1.568595, 1.619855, 1.800811",\
|
|
"1.544481, 1.551495, 1.568595, 1.619855, 1.800811",\
|
|
"1.544481, 1.551495, 1.568595, 1.619855, 1.800811",\
|
|
"1.544481, 1.551495, 1.568595, 1.619855, 1.800811",\
|
|
"1.515228, 1.522242, 1.539342, 1.590602, 1.771558");
|
|
}
|
|
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.014092, 0.019002, 0.032654, 0.087557, 0.334537",\
|
|
"0.014092, 0.019002, 0.032654, 0.087557, 0.334537",\
|
|
"0.014092, 0.019002, 0.032654, 0.087557, 0.334537",\
|
|
"0.014092, 0.019002, 0.032654, 0.087557, 0.334537",\
|
|
"0.014092, 0.019002, 0.032654, 0.087557, 0.334537");
|
|
}
|
|
|
|
} /* 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 ( "0.830885, 0.840098, 0.865909, 0.971543, 1.412071",\
|
|
"0.930329, 0.939543, 0.965354, 1.070988, 1.511516",\
|
|
"1.003677, 1.012890, 1.038701, 1.144335, 1.584863",\
|
|
"1.119569, 1.128783, 1.154594, 1.260228, 1.700756",\
|
|
"1.597203, 1.606417, 1.632228, 1.737862, 2.178390");
|
|
}
|
|
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.015623, 0.024211, 0.054474, 0.202439, 0.848864",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.848864",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.848864",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.848864",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.848864");
|
|
}
|
|
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 ( "0.908610, 0.915638, 0.932766, 0.984042, 1.168416",\
|
|
"1.008055, 1.015083, 1.032211, 1.083487, 1.267861",\
|
|
"1.081402, 1.088430, 1.105559, 1.156834, 1.341208",\
|
|
"1.197295, 1.204323, 1.221451, 1.272727, 1.457101",\
|
|
"1.674925, 1.681953, 1.699081, 1.750357, 1.934730");
|
|
}
|
|
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.014173, 0.019086, 0.032722, 0.087586, 0.341056",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.341056",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.341056",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.341056",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.341056");
|
|
}
|
|
|
|
} /* 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 ( "0.814652, 0.823866, 0.849677, 0.955311, 1.392524",\
|
|
"0.814652, 0.823866, 0.849677, 0.955311, 1.392524",\
|
|
"0.811746, 0.820959, 0.846771, 0.952404, 1.389618",\
|
|
"0.696733, 0.705946, 0.731757, 0.837391, 1.274604",\
|
|
"0.222746, 0.231959, 0.257770, 0.363404, 0.800618");
|
|
}
|
|
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.015623, 0.024211, 0.054474, 0.202439, 0.842586",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.842586",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.842586",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.842586",\
|
|
"0.015623, 0.024211, 0.054474, 0.202439, 0.842586");
|
|
}
|
|
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 ( "0.901347, 0.908375, 0.925503, 0.976779, 1.157739",\
|
|
"0.901347, 0.908375, 0.925503, 0.976779, 1.157739",\
|
|
"0.898441, 0.905469, 0.922597, 0.973873, 1.154833",\
|
|
"0.783427, 0.790455, 0.807584, 0.858859, 1.039820",\
|
|
"0.309436, 0.316464, 0.333593, 0.384868, 0.565829");
|
|
}
|
|
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.014173, 0.019086, 0.032722, 0.087586, 0.334553",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.334553",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.334553",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.334553",\
|
|
"0.014173, 0.019086, 0.032722, 0.087586, 0.334553");
|
|
}
|
|
|
|
} /* 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 ( "1.851583, 1.860606, 1.886298, 1.991961, 2.360841",\
|
|
"1.851583, 1.860606, 1.886298, 1.991961, 2.360841",\
|
|
"1.851583, 1.860606, 1.886298, 1.991961, 2.360841",\
|
|
"1.833544, 1.842568, 1.868260, 1.973923, 2.360841",\
|
|
"1.750404, 1.759427, 1.785119, 1.890783, 2.331588");
|
|
}
|
|
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.014948, 0.023627, 0.054237, 0.202494, 0.849815",\
|
|
"0.014948, 0.023627, 0.054237, 0.202494, 0.849815",\
|
|
"0.014948, 0.023627, 0.054237, 0.202494, 0.849815",\
|
|
"0.014948, 0.023627, 0.054237, 0.202494, 0.849815",\
|
|
"0.014948, 0.023627, 0.054237, 0.202494, 0.849815");
|
|
}
|
|
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.899153, 1.906144, 1.923271, 1.974547, 2.087348",\
|
|
"1.899153, 1.906144, 1.923271, 1.974547, 2.087348",\
|
|
"1.899153, 1.906144, 1.923271, 1.974547, 2.087348",\
|
|
"1.881114, 1.888105, 1.905232, 1.956508, 2.087348",\
|
|
"1.797974, 1.804965, 1.822092, 1.873368, 2.058095");
|
|
}
|
|
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.014181, 0.019046, 0.032642, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032642, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032642, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032642, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032642, 0.087530, 0.341977");
|
|
}
|
|
|
|
} /* 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 ( "1.423096, 1.432117, 1.457809, 1.563472, 2.000464",\
|
|
"1.423096, 1.432117, 1.457809, 1.563472, 2.000464",\
|
|
"1.423096, 1.432117, 1.457809, 1.563472, 2.000464",\
|
|
"1.423096, 1.432117, 1.457809, 1.563472, 2.000464",\
|
|
"1.393843, 1.402863, 1.428556, 1.534218, 1.971211");
|
|
}
|
|
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.014928, 0.023610, 0.054228, 0.202484, 0.842598",\
|
|
"0.014928, 0.023610, 0.054228, 0.202484, 0.842598",\
|
|
"0.014928, 0.023610, 0.054228, 0.202484, 0.842598",\
|
|
"0.014928, 0.023610, 0.054228, 0.202484, 0.842598",\
|
|
"0.014928, 0.023610, 0.054228, 0.202484, 0.842598");
|
|
}
|
|
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.518330, 1.525322, 1.542452, 1.593725, 1.774553",\
|
|
"1.518330, 1.525322, 1.542452, 1.593725, 1.774553",\
|
|
"1.518330, 1.525322, 1.542452, 1.593725, 1.774553",\
|
|
"1.518330, 1.525322, 1.542452, 1.593725, 1.774553",\
|
|
"1.489076, 1.496069, 1.513199, 1.564471, 1.745300");
|
|
}
|
|
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.014183, 0.019047, 0.032640, 0.087531, 0.334553",\
|
|
"0.014183, 0.019047, 0.032640, 0.087531, 0.334553",\
|
|
"0.014183, 0.019047, 0.032640, 0.087531, 0.334553",\
|
|
"0.014183, 0.019047, 0.032640, 0.087531, 0.334553",\
|
|
"0.014183, 0.019047, 0.032640, 0.087531, 0.334553");
|
|
}
|
|
|
|
} /* 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 ( "0.825795, 0.834816, 0.860508, 0.966171, 1.406947",\
|
|
"0.925243, 0.934263, 0.959956, 1.065618, 1.506394",\
|
|
"0.998597, 1.007617, 1.033310, 1.138972, 1.579748",\
|
|
"1.114508, 1.123528, 1.149221, 1.254883, 1.695659",\
|
|
"1.591822, 1.600842, 1.626535, 1.732197, 2.172973");
|
|
}
|
|
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.014927, 0.023609, 0.054227, 0.202483, 0.849762",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.849762",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.849762",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.849762",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.849762");
|
|
}
|
|
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 ( "0.915108, 0.922099, 0.939225, 0.990502, 1.175228",\
|
|
"1.014555, 1.021546, 1.038673, 1.089949, 1.274676",\
|
|
"1.087909, 1.094900, 1.112027, 1.163303, 1.348030",\
|
|
"1.203820, 1.210811, 1.227938, 1.279214, 1.463941",\
|
|
"1.681134, 1.688125, 1.705252, 1.756528, 1.941255");
|
|
}
|
|
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.014181, 0.019046, 0.032643, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.341977",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.341977");
|
|
}
|
|
|
|
} /* 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 ( "0.809232, 0.818252, 0.843945, 0.949607, 1.386599",\
|
|
"0.809232, 0.818252, 0.843945, 0.949607, 1.386599",\
|
|
"0.806335, 0.815355, 0.841048, 0.946710, 1.383701",\
|
|
"0.691340, 0.700360, 0.726053, 0.831715, 1.268707",\
|
|
"0.217033, 0.226054, 0.251746, 0.357409, 0.794400");
|
|
}
|
|
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.014927, 0.023609, 0.054227, 0.202483, 0.842595",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.842595",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.842595",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.842595",\
|
|
"0.014927, 0.023609, 0.054227, 0.202483, 0.842595");
|
|
}
|
|
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 ( "0.905559, 0.912550, 0.929677, 0.980953, 1.161782",\
|
|
"0.905559, 0.912550, 0.929677, 0.980953, 1.161782",\
|
|
"0.902662, 0.909653, 0.926780, 0.978056, 1.158885",\
|
|
"0.787667, 0.794658, 0.811785, 0.863061, 1.043890",\
|
|
"0.313361, 0.320352, 0.337478, 0.388755, 0.569584");
|
|
}
|
|
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.014181, 0.019046, 0.032643, 0.087530, 0.334552",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.334552",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.334552",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.334552",\
|
|
"0.014181, 0.019046, 0.032643, 0.087530, 0.334552");
|
|
}
|
|
|
|
} /* 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 ( "1.800578, 1.809564, 1.835283, 1.940933, 2.309299",\
|
|
"1.800578, 1.809564, 1.835283, 1.940933, 2.309299",\
|
|
"1.800578, 1.809564, 1.835283, 1.940933, 2.309299",\
|
|
"1.782539, 1.791526, 1.817245, 1.922895, 2.309299",\
|
|
"1.699399, 1.708386, 1.734104, 1.839755, 2.280046");
|
|
}
|
|
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.014661, 0.023387, 0.054112, 0.202302, 0.848878",\
|
|
"0.014661, 0.023387, 0.054112, 0.202302, 0.848878",\
|
|
"0.014661, 0.023387, 0.054112, 0.202302, 0.848878",\
|
|
"0.014661, 0.023387, 0.054112, 0.202302, 0.848878",\
|
|
"0.014661, 0.023387, 0.054112, 0.202302, 0.848878");
|
|
}
|
|
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.855030, 1.862036, 1.879200, 1.930432, 2.043222",\
|
|
"1.855030, 1.862036, 1.879200, 1.930432, 2.043222",\
|
|
"1.855030, 1.862036, 1.879200, 1.930432, 2.043222",\
|
|
"1.836992, 1.843998, 1.861162, 1.912393, 2.043222",\
|
|
"1.753852, 1.760858, 1.778022, 1.829253, 2.013969");
|
|
}
|
|
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.014203, 0.019057, 0.032613, 0.087534, 0.341994",\
|
|
"0.014203, 0.019057, 0.032613, 0.087534, 0.341994",\
|
|
"0.014203, 0.019057, 0.032613, 0.087534, 0.341994",\
|
|
"0.014203, 0.019057, 0.032613, 0.087534, 0.341994",\
|
|
"0.014203, 0.019057, 0.032613, 0.087534, 0.341994");
|
|
}
|
|
|
|
} /* 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 ( "1.494414, 1.503398, 1.529119, 1.634768, 2.071243",\
|
|
"1.494414, 1.503398, 1.529119, 1.634768, 2.071243",\
|
|
"1.494414, 1.503398, 1.529119, 1.634768, 2.071243",\
|
|
"1.494414, 1.503398, 1.529119, 1.634768, 2.071243",\
|
|
"1.465160, 1.474145, 1.499865, 1.605515, 2.041990");
|
|
}
|
|
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.014643, 0.023373, 0.054104, 0.202290, 0.841653",\
|
|
"0.014643, 0.023373, 0.054104, 0.202290, 0.841653",\
|
|
"0.014643, 0.023373, 0.054104, 0.202290, 0.841653",\
|
|
"0.014643, 0.023373, 0.054104, 0.202290, 0.841653",\
|
|
"0.014643, 0.023373, 0.054104, 0.202290, 0.841653");
|
|
}
|
|
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.590471, 1.597480, 1.614650, 1.665875, 1.846692",\
|
|
"1.590471, 1.597480, 1.614650, 1.665875, 1.846692",\
|
|
"1.590471, 1.597480, 1.614650, 1.665875, 1.846692",\
|
|
"1.590471, 1.597480, 1.614650, 1.665875, 1.846692",\
|
|
"1.561218, 1.568227, 1.585397, 1.636621, 1.817438");
|
|
}
|
|
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.014205, 0.019058, 0.032609, 0.087534, 0.334571",\
|
|
"0.014205, 0.019058, 0.032609, 0.087534, 0.334571",\
|
|
"0.014205, 0.019058, 0.032609, 0.087534, 0.334571",\
|
|
"0.014205, 0.019058, 0.032609, 0.087534, 0.334571",\
|
|
"0.014205, 0.019058, 0.032609, 0.087534, 0.334571");
|
|
}
|
|
|
|
} /* 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 ( "0.757254, 0.766238, 0.791959, 0.897608, 1.337864",\
|
|
"0.856701, 0.865685, 0.891406, 0.997055, 1.437311",\
|
|
"0.930053, 0.939037, 0.964758, 1.070408, 1.510664",\
|
|
"1.045960, 1.054945, 1.080665, 1.186315, 1.626571",\
|
|
"1.523501, 1.532485, 1.558206, 1.663855, 2.104111");
|
|
}
|
|
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.014641, 0.023371, 0.054103, 0.202288, 0.848814",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.848814",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.848814",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.848814",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.848814");
|
|
}
|
|
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.845657, 0.852665, 0.869832, 0.921060, 1.105775",\
|
|
"0.945104, 0.952111, 0.969279, 1.020506, 1.205222",\
|
|
"1.018456, 1.025464, 1.042631, 1.093859, 1.278575",\
|
|
"1.134364, 1.141371, 1.158538, 1.209766, 1.394482",\
|
|
"1.611901, 1.618909, 1.636076, 1.687303, 1.872019");
|
|
}
|
|
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.014204, 0.019057, 0.032611, 0.087534, 0.341995",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.341995",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.341995",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.341995",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.341995");
|
|
}
|
|
|
|
} /* 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 ( "0.756021, 0.765005, 0.790726, 0.896375, 1.332846",\
|
|
"0.756021, 0.765005, 0.790726, 0.896375, 1.332846",\
|
|
"0.753122, 0.762106, 0.787827, 0.893476, 1.329947",\
|
|
"0.638123, 0.647107, 0.672828, 0.778477, 1.214948",\
|
|
"0.164043, 0.173027, 0.198748, 0.304397, 0.740868");
|
|
}
|
|
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.014641, 0.023371, 0.054103, 0.202288, 0.841647",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.841647",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.841647",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.841647",\
|
|
"0.014641, 0.023371, 0.054103, 0.202288, 0.841647");
|
|
}
|
|
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.844424, 0.851432, 0.868599, 0.919826, 1.100644",\
|
|
"0.844424, 0.851432, 0.868599, 0.919826, 1.100644",\
|
|
"0.841525, 0.848533, 0.865700, 0.916927, 1.097745",\
|
|
"0.726526, 0.733534, 0.750701, 0.801929, 0.982746",\
|
|
"0.252443, 0.259450, 0.276617, 0.327845, 0.508663");
|
|
}
|
|
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.014204, 0.019057, 0.032611, 0.087534, 0.334570",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.334570",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.334570",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.334570",\
|
|
"0.014204, 0.019057, 0.032611, 0.087534, 0.334570");
|
|
}
|
|
|
|
} /* 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 ( "1.800000, 1.809029, 1.834746, 1.940330, 2.308389",\
|
|
"1.800000, 1.809029, 1.834746, 1.940330, 2.308389",\
|
|
"1.800000, 1.809029, 1.834746, 1.940330, 2.308389",\
|
|
"1.781962, 1.790991, 1.816708, 1.922292, 2.308389",\
|
|
"1.698822, 1.707850, 1.733568, 1.839152, 2.279136");
|
|
}
|
|
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.014519, 0.023260, 0.053995, 0.202237, 0.847966",\
|
|
"0.014519, 0.023260, 0.053995, 0.202237, 0.847966",\
|
|
"0.014519, 0.023260, 0.053995, 0.202237, 0.847966",\
|
|
"0.014519, 0.023260, 0.053995, 0.202237, 0.847966",\
|
|
"0.014519, 0.023260, 0.053995, 0.202237, 0.847966");
|
|
}
|
|
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.854500, 1.861552, 1.878727, 1.929897, 2.042327",\
|
|
"1.854500, 1.861552, 1.878727, 1.929897, 2.042327",\
|
|
"1.854500, 1.861552, 1.878727, 1.929897, 2.042327",\
|
|
"1.836462, 1.843514, 1.860689, 1.911859, 2.042327",\
|
|
"1.753322, 1.760374, 1.777549, 1.828719, 2.013074");
|
|
}
|
|
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.014121, 0.019005, 0.032580, 0.087552, 0.341072",\
|
|
"0.014121, 0.019005, 0.032580, 0.087552, 0.341072",\
|
|
"0.014121, 0.019005, 0.032580, 0.087552, 0.341072",\
|
|
"0.014121, 0.019005, 0.032580, 0.087552, 0.341072",\
|
|
"0.014121, 0.019005, 0.032580, 0.087552, 0.341072");
|
|
}
|
|
|
|
} /* 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 ( "1.504959, 1.513985, 1.539704, 1.645287, 2.081925",\
|
|
"1.504959, 1.513985, 1.539704, 1.645287, 2.081925",\
|
|
"1.504959, 1.513985, 1.539704, 1.645287, 2.081925",\
|
|
"1.504959, 1.513985, 1.539704, 1.645287, 2.081925",\
|
|
"1.475706, 1.484732, 1.510451, 1.616034, 2.052672");
|
|
}
|
|
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.014501, 0.023245, 0.053987, 0.202225, 0.841629",\
|
|
"0.014501, 0.023245, 0.053987, 0.202225, 0.841629",\
|
|
"0.014501, 0.023245, 0.053987, 0.202225, 0.841629",\
|
|
"0.014501, 0.023245, 0.053987, 0.202225, 0.841629",\
|
|
"0.014501, 0.023245, 0.053987, 0.202225, 0.841629");
|
|
}
|
|
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.599029, 1.606084, 1.623265, 1.674428, 1.855369",\
|
|
"1.599029, 1.606084, 1.623265, 1.674428, 1.855369",\
|
|
"1.599029, 1.606084, 1.623265, 1.674428, 1.855369",\
|
|
"1.599029, 1.606084, 1.623265, 1.674428, 1.855369",\
|
|
"1.569776, 1.576831, 1.594012, 1.645175, 1.826116");
|
|
}
|
|
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.014124, 0.019006, 0.032575, 0.087552, 0.334571",\
|
|
"0.014124, 0.019006, 0.032575, 0.087552, 0.334571",\
|
|
"0.014124, 0.019006, 0.032575, 0.087552, 0.334571",\
|
|
"0.014124, 0.019006, 0.032575, 0.087552, 0.334571",\
|
|
"0.014124, 0.019006, 0.032575, 0.087552, 0.334571");
|
|
}
|
|
|
|
} /* 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 ( "0.743142, 0.752168, 0.777887, 0.883470, 1.323420",\
|
|
"0.842588, 0.851615, 0.877334, 0.982917, 1.422867",\
|
|
"0.915941, 0.924967, 0.950687, 1.056270, 1.496219",\
|
|
"1.031848, 1.040874, 1.066594, 1.172177, 1.612127",\
|
|
"1.509389, 1.518415, 1.544134, 1.649718, 2.089667");
|
|
}
|
|
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.014499, 0.023244, 0.053986, 0.202223, 0.847901",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.847901",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.847901",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.847901",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.847901");
|
|
}
|
|
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.835462, 0.842516, 0.859694, 0.910861, 1.095215",\
|
|
"0.934909, 0.941963, 0.959141, 1.010308, 1.194662",\
|
|
"1.008262, 1.015315, 1.032494, 1.083660, 1.268015",\
|
|
"1.124169, 1.131222, 1.148401, 1.199567, 1.383922",\
|
|
"1.601706, 1.608760, 1.625938, 1.677104, 1.861459");
|
|
}
|
|
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.014123, 0.019006, 0.032577, 0.087552, 0.341073",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.341073",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.341073",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.341073",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.341073");
|
|
}
|
|
|
|
} /* 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 ( "0.741909, 0.750935, 0.776654, 0.882237, 1.318872",\
|
|
"0.741909, 0.750935, 0.776654, 0.882237, 1.318872",\
|
|
"0.739010, 0.748036, 0.773755, 0.879338, 1.315973",\
|
|
"0.624011, 0.633037, 0.658756, 0.764340, 1.200974",\
|
|
"0.149931, 0.158957, 0.184676, 0.290260, 0.726894");
|
|
}
|
|
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.014499, 0.023244, 0.053986, 0.202223, 0.841623",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.841623",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.841623",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.841623",\
|
|
"0.014499, 0.023244, 0.053986, 0.202223, 0.841623");
|
|
}
|
|
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.834229, 0.841283, 0.858461, 0.909628, 1.090569",\
|
|
"0.834229, 0.841283, 0.858461, 0.909628, 1.090569",\
|
|
"0.831330, 0.838384, 0.855562, 0.906729, 1.087670",\
|
|
"0.716331, 0.723385, 0.740564, 0.791730, 0.972671",\
|
|
"0.242248, 0.249302, 0.266480, 0.317647, 0.498588");
|
|
}
|
|
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.014123, 0.019006, 0.032577, 0.087552, 0.334570",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.334570",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.334570",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.334570",\
|
|
"0.014123, 0.019006, 0.032577, 0.087552, 0.334570");
|
|
}
|
|
|
|
} /* 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.004121 ;
|
|
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.003980 ;
|
|
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.004196 ;
|
|
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.375238, 0.384371, 0.410235, 0.517021, 0.930268",\
|
|
"0.375238, 0.384371, 0.410235, 0.517021, 0.930268",\
|
|
"0.362594, 0.371727, 0.397590, 0.504376, 0.930268",\
|
|
"0.262944, 0.272077, 0.297941, 0.404727, 0.846313",\
|
|
"-0.123757, -0.114623, -0.088758, 0.018029, 0.459614");
|
|
}
|
|
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.015891, 0.024443, 0.054654, 0.206632, 0.853582",\
|
|
"0.015891, 0.024443, 0.054654, 0.206632, 0.853582",\
|
|
"0.015891, 0.024444, 0.054654, 0.206632, 0.853582",\
|
|
"0.015894, 0.024446, 0.054655, 0.206632, 0.853582",\
|
|
"0.015900, 0.024452, 0.054658, 0.206632, 0.853582");
|
|
}
|
|
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.326551, 0.333523, 0.350725, 0.402725, 0.588628",\
|
|
"0.418811, 0.425783, 0.442985, 0.494985, 0.680888",\
|
|
"0.539563, 0.546535, 0.563737, 0.615737, 0.801640",\
|
|
"0.792363, 0.799334, 0.816535, 0.868536, 1.054439",\
|
|
"1.385649, 1.392619, 1.409817, 1.461822, 1.647725");
|
|
}
|
|
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.014291, 0.019101, 0.032600, 0.091051, 0.345972",\
|
|
"0.014291, 0.019101, 0.032600, 0.091051, 0.345972",\
|
|
"0.014291, 0.019101, 0.032600, 0.091051, 0.345971",\
|
|
"0.014291, 0.019101, 0.032600, 0.091051, 0.345971",\
|
|
"0.014290, 0.019100, 0.032600, 0.091051, 0.345970");
|
|
}
|
|
|
|
} /* 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.346901, 0.356034, 0.381897, 0.487327, 0.924461",\
|
|
"0.346901, 0.356034, 0.381897, 0.487327, 0.924461",\
|
|
"0.346901, 0.356034, 0.381897, 0.487327, 0.924461",\
|
|
"0.262944, 0.272077, 0.297941, 0.403371, 0.840505",\
|
|
"-0.123757, -0.114623, -0.088758, 0.016673, 0.453807");
|
|
}
|
|
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.015891, 0.024443, 0.054654, 0.204074, 0.842585",\
|
|
"0.015891, 0.024443, 0.054654, 0.204074, 0.842585",\
|
|
"0.015891, 0.024444, 0.054654, 0.204074, 0.842585",\
|
|
"0.015894, 0.024446, 0.054655, 0.204074, 0.842585",\
|
|
"0.015900, 0.024452, 0.054658, 0.204074, 0.842585");
|
|
}
|
|
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.325175, 0.332147, 0.349349, 0.399990, 0.581268",\
|
|
"0.417513, 0.424485, 0.441686, 0.492328, 0.673605",\
|
|
"0.538494, 0.545465, 0.562667, 0.613309, 0.794586",\
|
|
"0.792363, 0.799334, 0.816535, 0.867177, 1.048455",\
|
|
"1.385649, 1.392619, 1.409817, 1.460463, 1.641741");
|
|
}
|
|
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.014291, 0.019101, 0.032597, 0.088486, 0.334570",\
|
|
"0.014291, 0.019101, 0.032598, 0.088486, 0.334570",\
|
|
"0.014291, 0.019101, 0.032598, 0.088486, 0.334570",\
|
|
"0.014291, 0.019101, 0.032598, 0.088486, 0.334569",\
|
|
"0.014290, 0.019100, 0.032600, 0.088486, 0.334568");
|
|
}
|
|
|
|
} /* 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.366118, 0.375249, 0.401112, 0.507897, 0.905212",\
|
|
"0.366118, 0.375249, 0.401112, 0.507897, 0.905212",\
|
|
"0.366118, 0.375249, 0.401112, 0.507897, 0.905212",\
|
|
"0.322577, 0.331708, 0.357570, 0.464356, 0.905212",\
|
|
"0.138720, 0.147853, 0.173717, 0.280503, 0.722088");
|
|
}
|
|
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.015881, 0.024435, 0.054650, 0.206632, 0.853583",\
|
|
"0.015882, 0.024436, 0.054650, 0.206632, 0.853583",\
|
|
"0.015882, 0.024436, 0.054650, 0.206632, 0.853583",\
|
|
"0.015884, 0.024437, 0.054651, 0.206632, 0.853582",\
|
|
"0.015892, 0.024444, 0.054654, 0.206632, 0.853582");
|
|
}
|
|
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.323716, 0.330686, 0.347884, 0.399888, 0.585792",\
|
|
"0.437652, 0.444622, 0.461820, 0.513825, 0.699728",\
|
|
"0.544566, 0.551537, 0.568734, 0.620739, 0.806642",\
|
|
"0.727758, 0.734728, 0.751925, 0.803930, 0.989834",\
|
|
"1.481474, 1.488442, 1.505637, 1.557645, 1.743549");
|
|
}
|
|
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.014290, 0.019100, 0.032603, 0.091051, 0.345970",\
|
|
"0.014290, 0.019100, 0.032603, 0.091051, 0.345970",\
|
|
"0.014290, 0.019100, 0.032603, 0.091051, 0.345970",\
|
|
"0.014290, 0.019100, 0.032603, 0.091051, 0.345970",\
|
|
"0.014289, 0.019100, 0.032603, 0.091051, 0.345969");
|
|
}
|
|
|
|
} /* 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.321848, 0.330979, 0.356841, 0.462271, 0.899405",\
|
|
"0.321848, 0.330979, 0.356841, 0.462271, 0.899405",\
|
|
"0.321848, 0.330979, 0.356841, 0.462271, 0.899405",\
|
|
"0.321848, 0.330979, 0.356841, 0.462271, 0.899405",\
|
|
"0.138720, 0.147853, 0.173717, 0.279147, 0.716281");
|
|
}
|
|
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.015881, 0.024435, 0.054650, 0.204074, 0.842586",\
|
|
"0.015882, 0.024436, 0.054650, 0.204074, 0.842586",\
|
|
"0.015882, 0.024436, 0.054650, 0.204074, 0.842586",\
|
|
"0.015884, 0.024437, 0.054651, 0.204074, 0.842586",\
|
|
"0.015892, 0.024444, 0.054654, 0.204074, 0.842585");
|
|
}
|
|
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.323716, 0.330686, 0.347884, 0.398530, 0.579808",\
|
|
"0.437652, 0.444622, 0.461820, 0.512466, 0.693744",\
|
|
"0.544566, 0.551537, 0.568734, 0.619380, 0.800659",\
|
|
"0.727758, 0.734728, 0.751925, 0.802571, 0.983850",\
|
|
"1.481474, 1.488442, 1.505637, 1.556287, 1.737566");
|
|
}
|
|
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.014290, 0.019100, 0.032601, 0.088486, 0.334568",\
|
|
"0.014290, 0.019100, 0.032601, 0.088486, 0.334568",\
|
|
"0.014290, 0.019100, 0.032601, 0.088486, 0.334568",\
|
|
"0.014290, 0.019100, 0.032601, 0.088486, 0.334568",\
|
|
"0.014289, 0.019100, 0.032601, 0.088486, 0.334567");
|
|
}
|
|
|
|
} /* 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.004121 ;
|
|
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.004172 ;
|
|
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.003750 ;
|
|
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.003701 ;
|
|
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.089042, 1.097709, 1.123908, 1.230796, 1.600502",\
|
|
"1.089042, 1.097709, 1.123908, 1.230796, 1.600502",\
|
|
"1.089042, 1.097709, 1.123908, 1.230796, 1.600502",\
|
|
"1.070983, 1.079649, 1.105848, 1.212736, 1.600502",\
|
|
"0.987668, 0.996335, 1.022534, 1.129422, 1.571034");
|
|
}
|
|
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.018174, 0.026436, 0.055666, 0.206675, 0.853409",\
|
|
"0.018174, 0.026436, 0.055666, 0.206675, 0.853409",\
|
|
"0.018174, 0.026436, 0.055666, 0.206675, 0.853409",\
|
|
"0.018174, 0.026436, 0.055666, 0.206675, 0.853409",\
|
|
"0.018174, 0.026436, 0.055666, 0.206675, 0.853409");
|
|
}
|
|
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.986265, 0.993195, 1.010344, 1.062453, 1.176450",\
|
|
"0.986265, 0.993195, 1.010344, 1.062453, 1.176450",\
|
|
"0.986265, 0.993195, 1.010344, 1.062453, 1.176450",\
|
|
"0.968206, 0.975135, 0.992285, 1.044394, 1.176450",\
|
|
"0.884891, 0.891821, 0.908970, 0.961079, 1.146983");
|
|
}
|
|
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.014428, 0.019233, 0.032783, 0.091118, 0.345960",\
|
|
"0.014428, 0.019233, 0.032783, 0.091118, 0.345960",\
|
|
"0.014428, 0.019233, 0.032783, 0.091118, 0.345960",\
|
|
"0.014428, 0.019233, 0.032783, 0.091118, 0.345960",\
|
|
"0.014428, 0.019233, 0.032783, 0.091118, 0.345960");
|
|
}
|
|
|
|
} /* 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 ( "0.986467, 0.995970, 1.022169, 1.127701, 1.564862",\
|
|
"0.986467, 0.995970, 1.022169, 1.127701, 1.564862",\
|
|
"0.986467, 0.995970, 1.022169, 1.127701, 1.564862",\
|
|
"0.986467, 0.995970, 1.022169, 1.127701, 1.564862",\
|
|
"0.957000, 0.966502, 0.992701, 1.098233, 1.535394");
|
|
}
|
|
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.018174, 0.026436, 0.055666, 0.204116, 0.842412",\
|
|
"0.018174, 0.026436, 0.055666, 0.204116, 0.842412",\
|
|
"0.018174, 0.026436, 0.055666, 0.204116, 0.842412",\
|
|
"0.018174, 0.026436, 0.055666, 0.204116, 0.842412",\
|
|
"0.018174, 0.026436, 0.055666, 0.204116, 0.842412");
|
|
}
|
|
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.906892, 0.913804, 0.930918, 0.981648, 1.162922",\
|
|
"0.906892, 0.913804, 0.930918, 0.981648, 1.162922",\
|
|
"0.906892, 0.913804, 0.930918, 0.981648, 1.162922",\
|
|
"0.906892, 0.913804, 0.930918, 0.981648, 1.162922",\
|
|
"0.877424, 0.884336, 0.901450, 0.952180, 1.133455");
|
|
}
|
|
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.014328, 0.019128, 0.032698, 0.088516, 0.334538",\
|
|
"0.014328, 0.019128, 0.032698, 0.088516, 0.334538",\
|
|
"0.014328, 0.019128, 0.032698, 0.088516, 0.334538",\
|
|
"0.014328, 0.019128, 0.032698, 0.088516, 0.334538",\
|
|
"0.014328, 0.019128, 0.032698, 0.088516, 0.334538");
|
|
}
|
|
|
|
} /* 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.382176, 0.390842, 0.417040, 0.523928, 0.931574",\
|
|
"0.382176, 0.390842, 0.417040, 0.523928, 0.931574",\
|
|
"0.377482, 0.386148, 0.412346, 0.519234, 0.931574",\
|
|
"0.328894, 0.337560, 0.363759, 0.470647, 0.912258",\
|
|
"0.127696, 0.136363, 0.162562, 0.269450, 0.711063");
|
|
}
|
|
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.018168, 0.026431, 0.055663, 0.206676, 0.853409",\
|
|
"0.018168, 0.026431, 0.055663, 0.206676, 0.853409",\
|
|
"0.018169, 0.026431, 0.055663, 0.206676, 0.853409",\
|
|
"0.018171, 0.026432, 0.055664, 0.206676, 0.853409",\
|
|
"0.018178, 0.026439, 0.055667, 0.206676, 0.853409");
|
|
}
|
|
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.342528, 0.349468, 0.366637, 0.418757, 0.604663",\
|
|
"0.441218, 0.448158, 0.465327, 0.517447, 0.703354",\
|
|
"0.524413, 0.531352, 0.548522, 0.600641, 0.786548",\
|
|
"0.671990, 0.678930, 0.696099, 0.748219, 0.934126",\
|
|
"1.280823, 1.287763, 1.304932, 1.357052, 1.542959");
|
|
}
|
|
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.014484, 0.019291, 0.032831, 0.091139, 0.345972",\
|
|
"0.014485, 0.019291, 0.032831, 0.091139, 0.345972",\
|
|
"0.014485, 0.019291, 0.032831, 0.091139, 0.345972",\
|
|
"0.014485, 0.019292, 0.032831, 0.091139, 0.345972",\
|
|
"0.014486, 0.019292, 0.032832, 0.091139, 0.345972");
|
|
}
|
|
|
|
} /* 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.317542, 0.327043, 0.353242, 0.458773, 0.895934",\
|
|
"0.317542, 0.327043, 0.353242, 0.458773, 0.895934",\
|
|
"0.317542, 0.327043, 0.353242, 0.458773, 0.895934",\
|
|
"0.298226, 0.307728, 0.333926, 0.439458, 0.876619",\
|
|
"0.097027, 0.106530, 0.132730, 0.238262, 0.675423");
|
|
}
|
|
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.018168, 0.026430, 0.055663, 0.204116, 0.842412",\
|
|
"0.018168, 0.026430, 0.055663, 0.204116, 0.842412",\
|
|
"0.018169, 0.026431, 0.055663, 0.204116, 0.842412",\
|
|
"0.018171, 0.026432, 0.055664, 0.204116, 0.842412",\
|
|
"0.018178, 0.026439, 0.055667, 0.204116, 0.842412");
|
|
}
|
|
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.335092, 0.342015, 0.359149, 0.409891, 0.591168",\
|
|
"0.433783, 0.440705, 0.457840, 0.508581, 0.689859",\
|
|
"0.516977, 0.523900, 0.541035, 0.591776, 0.773053",\
|
|
"0.664554, 0.671477, 0.688612, 0.739354, 0.920631",\
|
|
"1.273388, 1.280310, 1.297445, 1.348187, 1.529464");
|
|
}
|
|
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.014386, 0.019189, 0.032748, 0.088537, 0.334549",\
|
|
"0.014387, 0.019190, 0.032748, 0.088537, 0.334550",\
|
|
"0.014387, 0.019190, 0.032748, 0.088537, 0.334550",\
|
|
"0.014387, 0.019190, 0.032749, 0.088538, 0.334550",\
|
|
"0.014388, 0.019190, 0.032749, 0.088538, 0.334550");
|
|
}
|
|
|
|
} /* 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.003712 ;
|
|
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.004415 ;
|
|
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.090589, 1.099844, 1.125907, 1.231783, 1.600922",\
|
|
"1.090589, 1.099844, 1.125907, 1.231783, 1.600922",\
|
|
"1.090589, 1.099844, 1.125907, 1.231783, 1.600922",\
|
|
"1.072530, 1.081785, 1.107848, 1.213724, 1.600922",\
|
|
"0.989216, 0.998471, 1.024534, 1.130409, 1.571454");
|
|
}
|
|
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.018175, 0.026464, 0.055915, 0.202942, 0.850881",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.850881",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.850881",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.850881",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.850881");
|
|
}
|
|
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.001770, 1.008539, 1.025549, 1.076921, 1.190152",\
|
|
"1.001770, 1.008539, 1.025549, 1.076921, 1.190152",\
|
|
"1.001770, 1.008539, 1.025549, 1.076921, 1.190152",\
|
|
"0.983711, 0.990480, 1.007490, 1.058862, 1.190152",\
|
|
"0.900397, 0.907166, 0.924176, 0.975548, 1.160685");
|
|
}
|
|
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.014571, 0.019284, 0.032856, 0.087658, 0.343288",\
|
|
"0.014571, 0.019284, 0.032856, 0.087658, 0.343288",\
|
|
"0.014571, 0.019284, 0.032856, 0.087658, 0.343288",\
|
|
"0.014571, 0.019284, 0.032856, 0.087658, 0.343288",\
|
|
"0.014571, 0.019284, 0.032856, 0.087658, 0.343288");
|
|
}
|
|
|
|
} /* 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.015438, 1.024693, 1.050756, 1.156632, 1.593217",\
|
|
"1.015438, 1.024693, 1.050756, 1.156632, 1.593217",\
|
|
"1.015438, 1.024693, 1.050756, 1.156632, 1.593217",\
|
|
"1.015438, 1.024693, 1.050756, 1.156632, 1.593217",\
|
|
"0.985971, 0.995226, 1.021289, 1.127165, 1.563749");
|
|
}
|
|
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.018175, 0.026464, 0.055915, 0.202942, 0.842440",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.842440",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.842440",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.842440",\
|
|
"0.018175, 0.026464, 0.055915, 0.202942, 0.842440");
|
|
}
|
|
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.929374, 0.936144, 0.953157, 1.004525, 1.185067",\
|
|
"0.929374, 0.936144, 0.953157, 1.004525, 1.185067",\
|
|
"0.929374, 0.936144, 0.953157, 1.004525, 1.185067",\
|
|
"0.929374, 0.936144, 0.953157, 1.004525, 1.185067",\
|
|
"0.899907, 0.906677, 0.923690, 0.975058, 1.155600");
|
|
}
|
|
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.014571, 0.019284, 0.032854, 0.087658, 0.334542",\
|
|
"0.014571, 0.019284, 0.032854, 0.087658, 0.334542",\
|
|
"0.014571, 0.019284, 0.032854, 0.087658, 0.334542",\
|
|
"0.014571, 0.019284, 0.032854, 0.087658, 0.334542",\
|
|
"0.014571, 0.019284, 0.032854, 0.087658, 0.334542");
|
|
}
|
|
|
|
} /* 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.447952, 0.457200, 0.483257, 0.589131, 0.972927",\
|
|
"0.447952, 0.457200, 0.483257, 0.589131, 0.972927",\
|
|
"0.447952, 0.457200, 0.483257, 0.589131, 0.972927",\
|
|
"0.426263, 0.435512, 0.461569, 0.567442, 0.972927",\
|
|
"0.334337, 0.343586, 0.369644, 0.475517, 0.916561");
|
|
}
|
|
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.018131, 0.026426, 0.055896, 0.202943, 0.850885",\
|
|
"0.018131, 0.026426, 0.055896, 0.202943, 0.850885",\
|
|
"0.018132, 0.026427, 0.055897, 0.202943, 0.850885",\
|
|
"0.018133, 0.026428, 0.055897, 0.202943, 0.850885",\
|
|
"0.018137, 0.026431, 0.055899, 0.202942, 0.850884");
|
|
}
|
|
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.361907, 0.368673, 0.385678, 0.437056, 0.622194",\
|
|
"0.465605, 0.472371, 0.489376, 0.540754, 0.725892",\
|
|
"0.554826, 0.561593, 0.578597, 0.629976, 0.815114",\
|
|
"0.705411, 0.712177, 0.729181, 0.780560, 0.965698",\
|
|
"1.325982, 1.332747, 1.349750, 1.401131, 1.586269");
|
|
}
|
|
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.014572, 0.019283, 0.032861, 0.087658, 0.343285",\
|
|
"0.014572, 0.019283, 0.032861, 0.087658, 0.343285",\
|
|
"0.014572, 0.019283, 0.032861, 0.087658, 0.343285",\
|
|
"0.014572, 0.019283, 0.032861, 0.087658, 0.343285",\
|
|
"0.014572, 0.019282, 0.032862, 0.087658, 0.343285");
|
|
}
|
|
|
|
} /* 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.387461, 0.396709, 0.422766, 0.528639, 0.965222",\
|
|
"0.387461, 0.396709, 0.422766, 0.528639, 0.965222",\
|
|
"0.387461, 0.396709, 0.422766, 0.528639, 0.965222",\
|
|
"0.387461, 0.396709, 0.422766, 0.528639, 0.965222",\
|
|
"0.331092, 0.340341, 0.366399, 0.472272, 0.908856");
|
|
}
|
|
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.018131, 0.026426, 0.055896, 0.202943, 0.842444",\
|
|
"0.018131, 0.026426, 0.055896, 0.202943, 0.842444",\
|
|
"0.018132, 0.026427, 0.055897, 0.202943, 0.842444",\
|
|
"0.018133, 0.026428, 0.055897, 0.202943, 0.842444",\
|
|
"0.018137, 0.026431, 0.055899, 0.202942, 0.842443");
|
|
}
|
|
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.361429, 0.368197, 0.385204, 0.436579, 0.617123",\
|
|
"0.465127, 0.471895, 0.488902, 0.540277, 0.720821",\
|
|
"0.554349, 0.561116, 0.578124, 0.629499, 0.810042",\
|
|
"0.704933, 0.711700, 0.728708, 0.780083, 0.960626",\
|
|
"1.325507, 1.332274, 1.349280, 1.400657, 1.581201");
|
|
}
|
|
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.014572, 0.019283, 0.032858, 0.087658, 0.334539",\
|
|
"0.014572, 0.019283, 0.032858, 0.087658, 0.334539",\
|
|
"0.014572, 0.019283, 0.032858, 0.087658, 0.334539",\
|
|
"0.014572, 0.019283, 0.032858, 0.087658, 0.334539",\
|
|
"0.014572, 0.019283, 0.032860, 0.087658, 0.334539");
|
|
}
|
|
|
|
} /* 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.004025 ;
|
|
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.003986 ;
|
|
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.337070, 0.346016, 0.371804, 0.478531, 0.888171",\
|
|
"0.337070, 0.346016, 0.371804, 0.478531, 0.888171",\
|
|
"0.325163, 0.334109, 0.359897, 0.466624, 0.888171",\
|
|
"0.263016, 0.271962, 0.297750, 0.404477, 0.845248",\
|
|
"0.006408, 0.015355, 0.041142, 0.147870, 0.588659");
|
|
}
|
|
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.014594, 0.023327, 0.054071, 0.206285, 0.852137",\
|
|
"0.014595, 0.023327, 0.054072, 0.206285, 0.852138",\
|
|
"0.014595, 0.023327, 0.054072, 0.206285, 0.852140",\
|
|
"0.014598, 0.023330, 0.054073, 0.206287, 0.852149",\
|
|
"0.014609, 0.023339, 0.054078, 0.206295, 0.852184");
|
|
}
|
|
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.286341, 0.293353, 0.310623, 0.362553, 0.548453",\
|
|
"0.399125, 0.406137, 0.423407, 0.475337, 0.661237",\
|
|
"0.504494, 0.511506, 0.528775, 0.580706, 0.766606",\
|
|
"0.692610, 0.699621, 0.716889, 0.768822, 0.954722",\
|
|
"1.452824, 1.459833, 1.477094, 1.529034, 1.714935");
|
|
}
|
|
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.014291, 0.019098, 0.032541, 0.091038, 0.345998",\
|
|
"0.014291, 0.019098, 0.032541, 0.091038, 0.345998",\
|
|
"0.014291, 0.019098, 0.032541, 0.091038, 0.345998",\
|
|
"0.014291, 0.019098, 0.032541, 0.091038, 0.345997",\
|
|
"0.014289, 0.019097, 0.032541, 0.091038, 0.345995");
|
|
}
|
|
|
|
} /* 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.305946, 0.314892, 0.340680, 0.446052, 0.882364",\
|
|
"0.305946, 0.314892, 0.340680, 0.446052, 0.882364",\
|
|
"0.305946, 0.314892, 0.340680, 0.446052, 0.882364",\
|
|
"0.263016, 0.271962, 0.297750, 0.403122, 0.839440",\
|
|
"0.006408, 0.015355, 0.041142, 0.146514, 0.582852");
|
|
}
|
|
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.014594, 0.023327, 0.054071, 0.203727, 0.841141",\
|
|
"0.014595, 0.023327, 0.054072, 0.203728, 0.841142",\
|
|
"0.014595, 0.023327, 0.054072, 0.203728, 0.841144",\
|
|
"0.014598, 0.023330, 0.054073, 0.203730, 0.841152",\
|
|
"0.014609, 0.023339, 0.054078, 0.203737, 0.841188");
|
|
}
|
|
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.284124, 0.291137, 0.308407, 0.358978, 0.540252",\
|
|
"0.397074, 0.404086, 0.421356, 0.471928, 0.653202",\
|
|
"0.502812, 0.509824, 0.527093, 0.577666, 0.758940",\
|
|
"0.691243, 0.698254, 0.715522, 0.766096, 0.947370",\
|
|
"1.452824, 1.459833, 1.477094, 1.527676, 1.708951");
|
|
}
|
|
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.014292, 0.019098, 0.032534, 0.088474, 0.334597",\
|
|
"0.014291, 0.019098, 0.032534, 0.088474, 0.334597",\
|
|
"0.014291, 0.019098, 0.032534, 0.088474, 0.334596",\
|
|
"0.014291, 0.019098, 0.032534, 0.088474, 0.334596",\
|
|
"0.014289, 0.019097, 0.032534, 0.088474, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io2_di */
|
|
|
|
pin("spimemio_flash_io2_do") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003560 ;
|
|
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.003515 ;
|
|
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.292569, 0.301404, 0.327127, 0.432861, 0.873107",\
|
|
"0.350350, 0.359185, 0.384908, 0.490642, 0.884074",\
|
|
"0.368126, 0.376961, 0.402684, 0.508417, 0.884074",\
|
|
"0.368126, 0.376961, 0.402684, 0.508417, 0.884074",\
|
|
"0.368126, 0.376961, 0.402684, 0.508417, 0.884074");
|
|
}
|
|
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.014862, 0.023584, 0.054378, 0.202447, 0.849535",\
|
|
"0.014863, 0.023584, 0.054378, 0.202448, 0.849537",\
|
|
"0.014865, 0.023586, 0.054379, 0.202449, 0.849543",\
|
|
"0.014869, 0.023590, 0.054381, 0.202453, 0.849559",\
|
|
"0.014889, 0.023606, 0.054390, 0.202466, 0.849623");
|
|
}
|
|
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.293927, 0.300824, 0.317999, 0.369233, 0.554400",\
|
|
"0.407889, 0.414785, 0.431960, 0.483195, 0.668361",\
|
|
"0.516173, 0.523069, 0.540243, 0.591478, 0.776645",\
|
|
"0.692858, 0.699753, 0.716926, 0.768163, 0.953330",\
|
|
"1.413477, 1.420370, 1.437535, 1.488781, 1.673949");
|
|
}
|
|
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.014448, 0.019223, 0.032686, 0.087585, 0.343344",\
|
|
"0.014448, 0.019223, 0.032686, 0.087585, 0.343344",\
|
|
"0.014448, 0.019222, 0.032686, 0.087585, 0.343344",\
|
|
"0.014448, 0.019222, 0.032686, 0.087585, 0.343343",\
|
|
"0.014447, 0.019221, 0.032686, 0.087584, 0.343340");
|
|
}
|
|
|
|
} /* 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.292569, 0.301404, 0.327127, 0.432861, 0.868647",\
|
|
"0.303487, 0.312325, 0.338045, 0.443780, 0.879614",\
|
|
"0.303487, 0.312325, 0.338045, 0.443780, 0.879614",\
|
|
"0.303487, 0.312325, 0.338045, 0.443780, 0.879614",\
|
|
"0.303487, 0.312325, 0.338045, 0.443780, 0.879614");
|
|
}
|
|
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.014862, 0.023584, 0.054378, 0.202447, 0.841093",\
|
|
"0.014863, 0.023584, 0.054378, 0.202448, 0.841096",\
|
|
"0.014865, 0.023586, 0.054379, 0.202449, 0.841102",\
|
|
"0.014869, 0.023590, 0.054381, 0.202453, 0.841118",\
|
|
"0.014889, 0.023606, 0.054390, 0.202466, 0.841182");
|
|
}
|
|
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.293927, 0.300824, 0.317999, 0.369233, 0.549806",\
|
|
"0.407889, 0.414785, 0.431960, 0.483195, 0.663767",\
|
|
"0.516173, 0.523069, 0.540243, 0.591478, 0.772051",\
|
|
"0.692858, 0.699753, 0.716926, 0.768163, 0.948736",\
|
|
"1.413477, 1.420370, 1.437535, 1.488781, 1.669355");
|
|
}
|
|
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.014448, 0.019223, 0.032677, 0.087585, 0.334597",\
|
|
"0.014448, 0.019223, 0.032677, 0.087585, 0.334597",\
|
|
"0.014448, 0.019222, 0.032677, 0.087585, 0.334596",\
|
|
"0.014448, 0.019222, 0.032677, 0.087585, 0.334596",\
|
|
"0.014447, 0.019221, 0.032677, 0.087584, 0.334592");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una_min*/
|
|
|
|
} /* end of pin spimemio_flash_io3_di */
|
|
|
|
pin("spimemio_flash_io3_do") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004050 ;
|
|
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.003566 ;
|
|
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.006341 ;
|
|
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.423284, 0.304947, 0.195041, 0.010822, -0.746402",\
|
|
"0.456068, 0.337732, 0.227826, 0.043607, -0.713618",\
|
|
"0.442475, 0.324139, 0.214233, 0.030014, -0.727210",\
|
|
"0.379827, 0.261490, 0.151585, -0.032634, -0.789859",\
|
|
"0.121604, 0.003267, -0.106638, -0.290857, -1.048082");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.612726, 0.494389, 0.384483, 0.200265, -0.556960",\
|
|
"0.727109, 0.608772, 0.498866, 0.314647, -0.442577",\
|
|
"0.831079, 0.712742, 0.602836, 0.418617, -0.338607",\
|
|
"1.017647, 0.899310, 0.789404, 0.605185, -0.152039",\
|
|
"1.783138, 1.664801, 1.554895, 1.370676, 0.613452");
|
|
}
|
|
|
|
} /* 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.358032, -0.239695, -0.129789, 0.054429, 0.811654",\
|
|
"-0.390816, -0.272480, -0.162574, 0.021645, 0.778869",\
|
|
"-0.377224, -0.258887, -0.148981, 0.035238, 0.792462",\
|
|
"-0.314575, -0.196239, -0.086333, 0.097886, 0.855110",\
|
|
"-0.056352, 0.061984, 0.171890, 0.356109, 1.113333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.531107, -0.412770, -0.302864, -0.118645, 0.638579",\
|
|
"-0.645490, -0.527153, -0.417247, -0.233028, 0.524196",\
|
|
"-0.749459, -0.631122, -0.521217, -0.336998, 0.420227",\
|
|
"-0.936027, -0.817691, -0.707785, -0.523566, 0.233658",\
|
|
"-1.701518, -1.583182, -1.473276, -1.289057, -0.531832");
|
|
}
|
|
|
|
} /* 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.459651, 0.435735, 0.462571, 0.577610, 1.052085",\
|
|
"0.492435, 0.468520, 0.495356, 0.610395, 1.084869",\
|
|
"0.478843, 0.454927, 0.481763, 0.596802, 1.071276",\
|
|
"0.416194, 0.392279, 0.419115, 0.534154, 1.008628",\
|
|
"0.157971, 0.134056, 0.160891, 0.275931, 0.750405");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.631107, 0.607192, 0.634028, 0.749067, 1.223541",\
|
|
"0.745490, 0.721575, 0.748411, 0.863450, 1.337924",\
|
|
"0.849460, 0.825544, 0.852380, 0.967419, 1.441894",\
|
|
"1.036028, 1.012112, 1.038948, 1.153987, 1.628462",\
|
|
"1.801519, 1.777603, 1.804439, 1.919478, 2.393953");
|
|
}
|
|
|
|
} /* 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.375464, -0.276018, -0.202669, -0.086770, 0.390495",\
|
|
"-0.408248, -0.308803, -0.235453, -0.119554, 0.357711",\
|
|
"-0.394656, -0.295210, -0.221860, -0.105961, 0.371304",\
|
|
"-0.332007, -0.232562, -0.159212, -0.043313, 0.433952",\
|
|
"-0.073784, 0.025661, 0.099011, 0.214910, 0.692175");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.534038, -0.434592, -0.361243, -0.245344, 0.231922",\
|
|
"-0.648421, -0.548975, -0.475626, -0.359726, 0.117539",\
|
|
"-0.752390, -0.652945, -0.579595, -0.463696, 0.013569",\
|
|
"-0.938959, -0.839513, -0.766163, -0.650264, -0.172999",\
|
|
"-1.704449, -1.605003, -1.531654, -1.415755, -0.938490");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003258 ;
|
|
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.144898 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004659 ;
|
|
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.028623, 0.910286, 0.800380, 0.616162, -0.141063",\
|
|
"1.076740, 0.958403, 0.848497, 0.664278, -0.092946",\
|
|
"1.084703, 0.966367, 0.856461, 0.672242, -0.084983",\
|
|
"1.063126, 0.944789, 0.834883, 0.650664, -0.106560",\
|
|
"0.974199, 0.855863, 0.745957, 0.561738, -0.195487");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.460502, 1.342165, 1.232259, 1.048040, 0.290816",\
|
|
"1.564449, 1.446112, 1.336206, 1.151987, 0.394763",\
|
|
"1.655921, 1.537585, 1.427678, 1.243459, 0.486235",\
|
|
"1.811468, 1.693131, 1.583225, 1.399007, 0.641782",\
|
|
"2.449428, 2.331091, 2.221185, 2.036966, 1.279742");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.888825, -0.770488, -0.660582, -0.476363, 0.280861",\
|
|
"-0.926232, -0.807896, -0.697990, -0.513771, 0.243454",\
|
|
"-0.920216, -0.801879, -0.691973, -0.507754, 0.249470",\
|
|
"-0.866413, -0.748076, -0.638170, -0.453951, 0.303273",\
|
|
"-0.644678, -0.526341, -0.416435, -0.232216, 0.525008");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.278218, -1.159881, -1.049975, -0.865756, -0.108532",\
|
|
"-1.371044, -1.252707, -1.142801, -0.958582, -0.201358",\
|
|
"-1.447998, -1.329661, -1.219755, -1.035536, -0.278312",\
|
|
"-1.570079, -1.451743, -1.341837, -1.157618, -0.400393",\
|
|
"-2.070119, -1.951782, -1.841877, -1.657658, -0.900433");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.648703, 0.624787, 0.651623, 0.766663, 1.241137",\
|
|
"0.696820, 0.672904, 0.699740, 0.814779, 1.289253",\
|
|
"0.704783, 0.680868, 0.707704, 0.822743, 1.297217",\
|
|
"0.683206, 0.659290, 0.686126, 0.801165, 1.275640",\
|
|
"0.594279, 0.570364, 0.597200, 0.712239, 1.186713");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.956120, 0.932205, 0.959041, 1.074080, 1.548554",\
|
|
"1.060068, 1.036152, 1.062988, 1.178027, 1.652502",\
|
|
"1.151540, 1.127624, 1.154460, 1.269499, 1.743974",\
|
|
"1.307087, 1.283171, 1.310007, 1.425046, 1.899521",\
|
|
"1.945046, 1.921131, 1.947967, 2.063006, 2.537480");
|
|
}
|
|
|
|
} /* 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.509940, -0.410499, -0.337161, -0.221331, 0.255824",\
|
|
"-0.547347, -0.447906, -0.374569, -0.258738, 0.218417",\
|
|
"-0.541330, -0.441890, -0.368552, -0.252722, 0.224433",\
|
|
"-0.487528, -0.388087, -0.314749, -0.198919, 0.278236",\
|
|
"-0.265793, -0.166352, -0.093014, 0.022816, 0.499971");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.778789, -0.679348, -0.606010, -0.490180, -0.013025",\
|
|
"-0.871615, -0.772174, -0.698836, -0.583006, -0.105851",\
|
|
"-0.948568, -0.849128, -0.775790, -0.659960, -0.182805",\
|
|
"-1.070650, -0.971210, -0.897872, -0.782041, -0.304886",\
|
|
"-1.570690, -1.471249, -1.397912, -1.282081, -0.804926");
|
|
}
|
|
|
|
} /* 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.004694 ;
|
|
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.798491, 0.680154, 0.570248, 0.386029, -0.371195",\
|
|
"0.846566, 0.728230, 0.618324, 0.434105, -0.323119",\
|
|
"0.854526, 0.736190, 0.626284, 0.442065, -0.315159",\
|
|
"0.832854, 0.714517, 0.604612, 0.420393, -0.336832",\
|
|
"0.743657, 0.625321, 0.515415, 0.331196, -0.426028");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.144098, 1.025761, 0.915855, 0.731636, -0.025588",\
|
|
"1.248045, 1.129709, 1.019803, 0.835584, 0.078360",\
|
|
"1.339444, 1.221107, 1.111201, 0.926982, 0.169758",\
|
|
"1.495002, 1.376665, 1.266759, 1.082540, 0.325316",\
|
|
"2.132819, 2.014482, 1.904576, 1.720357, 0.963133");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vdd_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.752230, -0.633893, -0.523988, -0.339769, 0.417456",\
|
|
"-0.782077, -0.663740, -0.553834, -0.369615, 0.387609",\
|
|
"-0.766240, -0.647904, -0.537998, -0.353779, 0.403445",\
|
|
"-0.689716, -0.571379, -0.461473, -0.277254, 0.479970",\
|
|
"-0.374460, -0.256124, -0.146218, 0.038001, 0.795225");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.059243, -0.940907, -0.831001, -0.646782, 0.110442",\
|
|
"-1.144265, -1.025928, -0.916023, -0.731804, 0.025421",\
|
|
"-1.210958, -1.092621, -0.982715, -0.798496, -0.041272",\
|
|
"-1.309568, -1.191231, -1.081325, -0.897106, -0.139882",\
|
|
"-1.712688, -1.594352, -1.484446, -1.300227, -0.543002");
|
|
}
|
|
|
|
} /* 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.440335, 0.416419, 0.443255, 0.558294, 1.032768",\
|
|
"0.488410, 0.464494, 0.491330, 0.606369, 1.080844",\
|
|
"0.496370, 0.472454, 0.499290, 0.614329, 1.088804",\
|
|
"0.474698, 0.450782, 0.477618, 0.592657, 1.067132",\
|
|
"0.385501, 0.361585, 0.388421, 0.503461, 0.977935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.658843, 0.634928, 0.661763, 0.776803, 1.251277",\
|
|
"0.762791, 0.738875, 0.765711, 0.880750, 1.355224",\
|
|
"0.854189, 0.830273, 0.857109, 0.972148, 1.446623",\
|
|
"1.009747, 0.985831, 1.012667, 1.127706, 1.602181",\
|
|
"1.647564, 1.623648, 1.650484, 1.765523, 2.239998");
|
|
}
|
|
|
|
} /* 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.353339, -0.253892, -0.180538, -0.064627, 0.412686",\
|
|
"-0.383186, -0.283738, -0.210385, -0.094474, 0.382840",\
|
|
"-0.367349, -0.267902, -0.194548, -0.078637, 0.398676",\
|
|
"-0.290825, -0.191378, -0.118024, -0.002113, 0.475200",\
|
|
"0.024430, 0.123878, 0.197232, 0.313143, 0.790456");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.535875, -0.436428, -0.363074, -0.247163, 0.230150",\
|
|
"-0.620897, -0.521450, -0.448096, -0.332185, 0.145128",\
|
|
"-0.687590, -0.588142, -0.514788, -0.398878, 0.078436",\
|
|
"-0.786200, -0.686752, -0.613399, -0.497488, -0.020175",\
|
|
"-1.189320, -1.089873, -1.016519, -0.900608, -0.423295");
|
|
}
|
|
|
|
} /* 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.004477 ;
|
|
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.588541, 0.470204, 0.360298, 0.176079, -0.581145",\
|
|
"0.636638, 0.518302, 0.408396, 0.224177, -0.533047",\
|
|
"0.644598, 0.526261, 0.416355, 0.232136, -0.525088",\
|
|
"0.622962, 0.504626, 0.394720, 0.210501, -0.546723",\
|
|
"0.533941, 0.415604, 0.305698, 0.121479, -0.635745");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.068087, 0.949751, 0.839845, 0.655626, -0.101599",\
|
|
"1.172037, 1.053700, 0.943794, 0.759575, 0.002351",\
|
|
"1.263476, 1.145139, 1.035233, 0.851014, 0.093790",\
|
|
"1.419035, 1.300699, 1.190793, 1.006574, 0.249349",\
|
|
"2.056585, 1.938248, 1.828342, 1.644123, 0.886899");
|
|
}
|
|
|
|
} /* 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.465484, -0.347147, -0.237241, -0.053022, 0.704202",\
|
|
"-0.513582, -0.395245, -0.285339, -0.101120, 0.656104",\
|
|
"-0.521541, -0.403205, -0.293299, -0.109080, 0.648144",\
|
|
"-0.499905, -0.381569, -0.271663, -0.087444, 0.669780",\
|
|
"-0.410884, -0.292547, -0.182641, 0.001578, 0.758802");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.791444, -0.673108, -0.563202, -0.378983, 0.378241",\
|
|
"-0.895394, -0.777057, -0.667151, -0.482932, 0.274292",\
|
|
"-0.986833, -0.868497, -0.758591, -0.574372, 0.182853",\
|
|
"-1.142393, -1.024056, -0.914150, -0.729931, 0.027293",\
|
|
"-1.779942, -1.661605, -1.551699, -1.367480, -0.610256");
|
|
}
|
|
|
|
} /* 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.545249, 0.521333, 0.548169, 0.663208, 1.137683",\
|
|
"0.593346, 0.569431, 0.596267, 0.711306, 1.185781",\
|
|
"0.601306, 0.577390, 0.604226, 0.719266, 1.193740",\
|
|
"0.579670, 0.555755, 0.582591, 0.697630, 1.172104",\
|
|
"0.490649, 0.466733, 0.493569, 0.608608, 1.083083");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.888439, 0.864523, 0.891359, 1.006398, 1.480873",\
|
|
"0.992388, 0.968473, 0.995309, 1.110348, 1.584822",\
|
|
"1.083827, 1.059912, 1.086748, 1.201787, 1.676261",\
|
|
"1.239387, 1.215471, 1.242307, 1.357346, 1.831821",\
|
|
"1.876936, 1.853020, 1.879856, 1.994896, 2.469370");
|
|
}
|
|
|
|
} /* 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.379889, -0.280441, -0.207087, -0.091177, 0.386137",\
|
|
"-0.427986, -0.328539, -0.255185, -0.139274, 0.338039",\
|
|
"-0.435946, -0.336499, -0.263145, -0.147234, 0.330079",\
|
|
"-0.414310, -0.314863, -0.241509, -0.125598, 0.351715",\
|
|
"-0.325288, -0.225841, -0.152487, -0.036576, 0.440737");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.570276, -0.470829, -0.397475, -0.281564, 0.195749",\
|
|
"-0.674226, -0.574778, -0.501424, -0.385513, 0.091800",\
|
|
"-0.765664, -0.666217, -0.592863, -0.476952, 0.000361",\
|
|
"-0.921224, -0.821777, -0.748423, -0.632512, -0.155199",\
|
|
"-1.558773, -1.459326, -1.385972, -1.270061, -0.792748");
|
|
}
|
|
|
|
} /* 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.004819 ;
|
|
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.379309, 0.260973, 0.151067, -0.033152, -0.790377",\
|
|
"0.427376, 0.309039, 0.199133, 0.014914, -0.742310",\
|
|
"0.435396, 0.317060, 0.207154, 0.022935, -0.734289",\
|
|
"0.413897, 0.295560, 0.185654, 0.001435, -0.755789",\
|
|
"0.324273, 0.205936, 0.096030, -0.088189, -0.845413");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.612310, 0.493973, 0.384067, 0.199848, -0.557376",\
|
|
"0.717859, 0.599522, 0.489616, 0.305397, -0.451827",\
|
|
"0.808980, 0.690643, 0.580737, 0.396518, -0.360706",\
|
|
"0.963859, 0.845522, 0.735616, 0.551398, -0.205827",\
|
|
"1.601092, 1.482756, 1.372850, 1.188631, 0.431406");
|
|
}
|
|
|
|
} /* 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.296925, -0.178589, -0.068683, 0.115536, 0.872761",\
|
|
"-0.344992, -0.226655, -0.116749, 0.067470, 0.824694",\
|
|
"-0.353012, -0.234676, -0.124770, 0.059449, 0.816673",\
|
|
"-0.331513, -0.213176, -0.103270, 0.080949, 0.838173",\
|
|
"-0.241889, -0.123552, -0.013646, 0.170573, 0.927797");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.478853, -0.360516, -0.250610, -0.066391, 0.690833",\
|
|
"-0.584402, -0.466065, -0.356159, -0.171940, 0.585284",\
|
|
"-0.675523, -0.557186, -0.447280, -0.263061, 0.494163",\
|
|
"-0.830402, -0.712066, -0.602160, -0.417941, 0.339283",\
|
|
"-1.467635, -1.349299, -1.239393, -1.055174, -0.297950");
|
|
}
|
|
|
|
} /* 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.414931, 0.391016, 0.417852, 0.532891, 1.007365",\
|
|
"0.462998, 0.439082, 0.465918, 0.580957, 1.055432",\
|
|
"0.471018, 0.447103, 0.473939, 0.588978, 1.063452",\
|
|
"0.449519, 0.425603, 0.452439, 0.567478, 1.041953",\
|
|
"0.359895, 0.335979, 0.362815, 0.477855, 0.952329");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.630683, 0.606768, 0.633604, 0.748643, 1.223117",\
|
|
"0.736232, 0.712317, 0.739153, 0.854192, 1.328666",\
|
|
"0.827354, 0.803438, 0.830274, 0.945313, 1.419787",\
|
|
"0.982233, 0.958317, 0.985153, 1.100192, 1.574667",\
|
|
"1.619466, 1.595550, 1.622386, 1.737425, 2.211900");
|
|
}
|
|
|
|
} /* 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.313605, -0.214159, -0.140810, -0.024911, 0.452354",\
|
|
"-0.361671, -0.262226, -0.188876, -0.072977, 0.404288",\
|
|
"-0.369692, -0.270246, -0.196897, -0.080998, 0.396267",\
|
|
"-0.348192, -0.248747, -0.175397, -0.059498, 0.417767",\
|
|
"-0.258569, -0.159123, -0.085774, 0.030125, 0.507391");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.481776, -0.382331, -0.308981, -0.193082, 0.284183",\
|
|
"-0.587325, -0.487880, -0.414530, -0.298631, 0.178634",\
|
|
"-0.678446, -0.579001, -0.505651, -0.389752, 0.087513",\
|
|
"-0.833326, -0.733880, -0.660531, -0.544631, -0.067366",\
|
|
"-1.470559, -1.371113, -1.297764, -1.181865, -0.704599");
|
|
}
|
|
|
|
} /* 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 ( "0.749391, 0.758690, 0.784735, 0.890602, 1.331764",\
|
|
"0.848831, 0.858131, 0.884176, 0.990043, 1.431205",\
|
|
"0.922170, 0.931469, 0.957515, 1.063381, 1.504543",\
|
|
"1.038039, 1.047338, 1.073384, 1.179250, 1.620412",\
|
|
"1.515658, 1.524957, 1.551003, 1.656869, 2.098031");
|
|
}
|
|
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.017759, 0.026094, 0.055637, 0.202764, 0.850900",\
|
|
"0.017759, 0.026094, 0.055637, 0.202764, 0.850900",\
|
|
"0.017759, 0.026094, 0.055637, 0.202764, 0.850900",\
|
|
"0.017759, 0.026094, 0.055637, 0.202764, 0.850900",\
|
|
"0.017759, 0.026093, 0.055636, 0.202764, 0.850900");
|
|
}
|
|
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 ( "0.799735, 0.806704, 0.824017, 0.875567, 1.060797",\
|
|
"0.899176, 0.906145, 0.923458, 0.975007, 1.160238",\
|
|
"0.972515, 0.979483, 0.996797, 1.048346, 1.233577",\
|
|
"1.088384, 1.095352, 1.112666, 1.164215, 1.349445",\
|
|
"1.565987, 1.572955, 1.590269, 1.641818, 1.827049");
|
|
}
|
|
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.015241, 0.020029, 0.033471, 0.087876, 0.343445",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.343445",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.343445",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.343445",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.343445");
|
|
}
|
|
|
|
} /* 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 ( "0.748157, 0.757457, 0.783502, 0.889369, 1.326071",\
|
|
"0.748157, 0.757457, 0.783502, 0.889369, 1.326071",\
|
|
"0.745238, 0.754537, 0.780583, 0.886450, 1.323151",\
|
|
"0.630201, 0.639500, 0.665546, 0.771413, 1.208115",\
|
|
"0.156200, 0.165499, 0.191544, 0.297411, 0.734113");
|
|
}
|
|
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.017759, 0.026094, 0.055637, 0.202764, 0.842459",\
|
|
"0.017759, 0.026094, 0.055637, 0.202764, 0.842459",\
|
|
"0.017759, 0.026094, 0.055637, 0.202764, 0.842459",\
|
|
"0.017759, 0.026094, 0.055637, 0.202764, 0.842459",\
|
|
"0.017759, 0.026093, 0.055636, 0.202764, 0.842459");
|
|
}
|
|
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 ( "0.798502, 0.805471, 0.822784, 0.874333, 1.054970",\
|
|
"0.798502, 0.805471, 0.822784, 0.874333, 1.054970",\
|
|
"0.795583, 0.802552, 0.819865, 0.871414, 1.052051",\
|
|
"0.680546, 0.687515, 0.704828, 0.756377, 0.937014",\
|
|
"0.206529, 0.213497, 0.230811, 0.282360, 0.462997");
|
|
}
|
|
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.015241, 0.020029, 0.033471, 0.087876, 0.334698",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.334698",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.334698",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.334698",\
|
|
"0.015241, 0.020029, 0.033471, 0.087876, 0.334698");
|
|
}
|
|
|
|
} /* 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.073661 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.193570");
|
|
}
|
|
|
|
} /* 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.237970");
|
|
}
|
|
|
|
} /* 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.004632 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.560625, 0.536709, 0.563545, 0.678582, 1.153048",\
|
|
"0.594659, 0.570743, 0.597578, 0.712615, 1.187081",\
|
|
"0.588763, 0.564847, 0.591682, 0.706719, 1.181185",\
|
|
"0.540720, 0.516804, 0.543639, 0.658676, 1.133142",\
|
|
"0.342721, 0.318805, 0.345640, 0.460677, 0.935143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.514410, 0.490494, 0.517329, 0.632366, 1.106832",\
|
|
"0.614838, 0.590921, 0.617757, 0.732794, 1.207260",\
|
|
"0.702639, 0.678722, 0.705558, 0.820595, 1.295061",\
|
|
"0.858006, 0.834090, 0.860925, 0.975962, 1.450428",\
|
|
"1.497864, 1.473948, 1.500783, 1.615820, 2.090286");
|
|
}
|
|
|
|
} /* 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.266591, -0.167150, -0.093811, 0.022058, 0.499212",\
|
|
"-0.300624, -0.201183, -0.127844, -0.011975, 0.465179",\
|
|
"-0.294728, -0.195287, -0.121949, -0.006080, 0.471075",\
|
|
"-0.246685, -0.147244, -0.073905, 0.041964, 0.519118",\
|
|
"-0.048685, 0.050755, 0.124094, 0.239963, 0.717117");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.254434, -0.154993, -0.081655, 0.034214, 0.511368",\
|
|
"-0.354862, -0.255421, -0.182083, -0.066214, 0.410940",\
|
|
"-0.442663, -0.343222, -0.269884, -0.154015, 0.323139",\
|
|
"-0.598031, -0.498590, -0.425252, -0.309383, 0.167772",\
|
|
"-1.237889, -1.138448, -1.065110, -0.949241, -0.472086");
|
|
}
|
|
|
|
} /* 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.006588 ;
|
|
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.004027 ;
|
|
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.568481, 0.544565, 0.571400, 0.686437, 1.160903",\
|
|
"0.612101, 0.588185, 0.615020, 0.730057, 1.204523",\
|
|
"0.611564, 0.587648, 0.614483, 0.729520, 1.203986",\
|
|
"0.567650, 0.543734, 0.570569, 0.685606, 1.160072",\
|
|
"0.386605, 0.362688, 0.389524, 0.504561, 0.979027");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.533731, 0.509815, 0.536651, 0.651688, 1.126154",\
|
|
"0.648536, 0.624620, 0.651455, 0.766492, 1.240958",\
|
|
"0.760957, 0.737041, 0.763877, 0.878914, 1.353380",\
|
|
"0.948883, 0.924967, 0.951802, 1.066839, 1.541305",\
|
|
"1.718999, 1.695083, 1.721918, 1.836955, 2.311421");
|
|
}
|
|
|
|
} /* 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.274446, -0.175005, -0.101667, 0.014202, 0.491357",\
|
|
"-0.318066, -0.218625, -0.145286, -0.029417, 0.447737",\
|
|
"-0.317529, -0.218088, -0.144750, -0.028881, 0.448274",\
|
|
"-0.273615, -0.174174, -0.100835, 0.015034, 0.492188",\
|
|
"-0.092569, 0.006871, 0.080210, 0.196079, 0.673233");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.272626, -0.173185, -0.099847, 0.016022, 0.493177",\
|
|
"-0.387568, -0.288127, -0.214789, -0.098920, 0.378234",\
|
|
"-0.500175, -0.400734, -0.327396, -0.211527, 0.265627",\
|
|
"-0.688915, -0.589474, -0.516135, -0.400266, 0.076888",\
|
|
"-1.459031, -1.359590, -1.286251, -1.170382, -0.693228");
|
|
}
|
|
|
|
} /* 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.004433 ;
|
|
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.478924, 0.455238, 0.482063, 0.597071, 1.071424",\
|
|
"0.541417, 0.517730, 0.544555, 0.659564, 1.133916",\
|
|
"0.566218, 0.542531, 0.569356, 0.684365, 1.158717",\
|
|
"0.566826, 0.543139, 0.569964, 0.684973, 1.159326",\
|
|
"0.561793, 0.538106, 0.564931, 0.679940, 1.154292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.319032, 0.295345, 0.322170, 0.437179, 0.911532",\
|
|
"0.431048, 0.407361, 0.434186, 0.549195, 1.023547",\
|
|
"0.530981, 0.507294, 0.534119, 0.649128, 1.123480",\
|
|
"0.693970, 0.670283, 0.697108, 0.812117, 1.286469",\
|
|
"1.362829, 1.339142, 1.365967, 1.480976, 1.955328");
|
|
}
|
|
|
|
} /* 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.066605, 0.165817, 0.239165, 0.355063, 0.832330",\
|
|
"0.004259, 0.103470, 0.176819, 0.292716, 0.769984",\
|
|
"-0.019284, 0.079927, 0.153276, 0.269173, 0.746441",\
|
|
"-0.018036, 0.081175, 0.154524, 0.270421, 0.747689",\
|
|
"-0.007588, 0.091624, 0.164972, 0.280869, 0.758137");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.002592, 0.101804, 0.175152, 0.291049, 0.768317",\
|
|
"-0.109187, -0.009976, 0.063373, 0.179270, 0.656538",\
|
|
"-0.208180, -0.108968, -0.035620, 0.080277, 0.557545",\
|
|
"-0.369740, -0.270529, -0.197180, -0.081283, 0.395985",\
|
|
"-1.033671, -0.934459, -0.861110, -0.745213, -0.267945");
|
|
}
|
|
|
|
} /* 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.443680, 0.453027, 0.479101, 0.584975, 1.026174",\
|
|
"0.501227, 0.510574, 0.536648, 0.642522, 1.049491",\
|
|
"0.518921, 0.528267, 0.554341, 0.660216, 1.049491",\
|
|
"0.518921, 0.528267, 0.554341, 0.660216, 1.049491",\
|
|
"0.518921, 0.528267, 0.554341, 0.660216, 1.049491");
|
|
}
|
|
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.017863, 0.026182, 0.055655, 0.202715, 0.850888",\
|
|
"0.017864, 0.026182, 0.055655, 0.202715, 0.850888",\
|
|
"0.017864, 0.026182, 0.055655, 0.202715, 0.850888",\
|
|
"0.017865, 0.026183, 0.055655, 0.202714, 0.850888",\
|
|
"0.017868, 0.026186, 0.055657, 0.202714, 0.850888");
|
|
}
|
|
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.446382, 0.453273, 0.470404, 0.521850, 0.707067",\
|
|
"0.560912, 0.567803, 0.584934, 0.636380, 0.821597",\
|
|
"0.670005, 0.676896, 0.694026, 0.745471, 0.930688",\
|
|
"0.849069, 0.855960, 0.873090, 0.924536, 1.109753",\
|
|
"1.588160, 1.595056, 1.612197, 1.663649, 1.848867");
|
|
}
|
|
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.014664, 0.019445, 0.032994, 0.087661, 0.343334",\
|
|
"0.014664, 0.019445, 0.032994, 0.087661, 0.343334",\
|
|
"0.014664, 0.019445, 0.032994, 0.087661, 0.343334",\
|
|
"0.014664, 0.019445, 0.032994, 0.087661, 0.343334",\
|
|
"0.014693, 0.019475, 0.033019, 0.087671, 0.343340");
|
|
}
|
|
|
|
} /* 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.443680, 0.453027, 0.479101, 0.584975, 1.021714",\
|
|
"0.466995, 0.476343, 0.502417, 0.608292, 1.045031",\
|
|
"0.466995, 0.476343, 0.502417, 0.608292, 1.045031",\
|
|
"0.466995, 0.476343, 0.502417, 0.608292, 1.045031",\
|
|
"0.466995, 0.476343, 0.502417, 0.608292, 1.045031");
|
|
}
|
|
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.017863, 0.026182, 0.055655, 0.202715, 0.842447",\
|
|
"0.017864, 0.026182, 0.055655, 0.202715, 0.842447",\
|
|
"0.017864, 0.026182, 0.055655, 0.202715, 0.842447",\
|
|
"0.017865, 0.026183, 0.055655, 0.202714, 0.842447",\
|
|
"0.017868, 0.026186, 0.055657, 0.202714, 0.842447");
|
|
}
|
|
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.446382, 0.453273, 0.470404, 0.521850, 0.702473",\
|
|
"0.560912, 0.567803, 0.584934, 0.636380, 0.817003",\
|
|
"0.670005, 0.676896, 0.694026, 0.745471, 0.926095",\
|
|
"0.849069, 0.855960, 0.873090, 0.924536, 1.105159",\
|
|
"1.588160, 1.595056, 1.612197, 1.663649, 1.844274");
|
|
}
|
|
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.014664, 0.019443, 0.032992, 0.087660, 0.334586",\
|
|
"0.014664, 0.019443, 0.032992, 0.087660, 0.334586",\
|
|
"0.014664, 0.019443, 0.032992, 0.087660, 0.334586",\
|
|
"0.014664, 0.019443, 0.032993, 0.087660, 0.334586",\
|
|
"0.014693, 0.019475, 0.033019, 0.087671, 0.334592");
|
|
}
|
|
|
|
} /* 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 ( "1.701262, 1.710608, 1.736681, 1.842555, 2.211828",\
|
|
"1.701262, 1.710608, 1.736681, 1.842555, 2.211828",\
|
|
"1.701262, 1.710608, 1.736681, 1.842555, 2.211828",\
|
|
"1.683224, 1.692570, 1.718642, 1.824516, 2.211828",\
|
|
"1.600084, 1.609429, 1.635502, 1.741376, 2.182575");
|
|
}
|
|
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.017857, 0.026176, 0.055652, 0.202715, 0.850889",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.850889",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.850889",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.850889",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.850889");
|
|
}
|
|
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 ( "1.711199, 1.718082, 1.735195, 1.786632, 1.899921",\
|
|
"1.711199, 1.718082, 1.735195, 1.786632, 1.899921",\
|
|
"1.711199, 1.718082, 1.735195, 1.786632, 1.899921",\
|
|
"1.693160, 1.700044, 1.717157, 1.768594, 1.899921",\
|
|
"1.610020, 1.616903, 1.634017, 1.685453, 1.870668");
|
|
}
|
|
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.014616, 0.019395, 0.032953, 0.087643, 0.343324",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.343324",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.343324",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.343324",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.343324");
|
|
}
|
|
|
|
} /* 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 ( "1.532302, 1.541648, 1.567721, 1.673594, 2.110333",\
|
|
"1.532302, 1.541648, 1.567721, 1.673594, 2.110333",\
|
|
"1.532302, 1.541648, 1.567721, 1.673594, 2.110333",\
|
|
"1.532302, 1.541648, 1.567721, 1.673594, 2.110333",\
|
|
"1.503049, 1.512395, 1.538467, 1.644341, 2.081080");
|
|
}
|
|
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.017857, 0.026176, 0.055652, 0.202715, 0.842448",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.842448",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.842448",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.842448",\
|
|
"0.017857, 0.026176, 0.055652, 0.202715, 0.842448");
|
|
}
|
|
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 ( "1.542239, 1.549122, 1.566235, 1.617672, 1.798293",\
|
|
"1.542239, 1.549122, 1.566235, 1.617672, 1.798293",\
|
|
"1.542239, 1.549122, 1.566235, 1.617672, 1.798293",\
|
|
"1.542239, 1.549122, 1.566235, 1.617672, 1.798293",\
|
|
"1.512985, 1.519869, 1.536982, 1.588419, 1.769040");
|
|
}
|
|
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.014616, 0.019395, 0.032953, 0.087643, 0.334577",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.334577",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.334577",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.334577",\
|
|
"0.014616, 0.019395, 0.032953, 0.087643, 0.334577");
|
|
}
|
|
|
|
} /* 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 ( "1.654988, 1.662895, 1.688748, 1.795493, 2.164423",\
|
|
"1.654988, 1.662895, 1.688748, 1.795493, 2.164423",\
|
|
"1.654988, 1.662895, 1.688748, 1.795493, 2.164423",\
|
|
"1.636950, 1.644856, 1.670710, 1.777455, 2.164423",\
|
|
"1.553809, 1.561716, 1.587569, 1.694315, 2.135170");
|
|
}
|
|
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.017082, 0.025527, 0.055582, 0.207239, 0.852965",\
|
|
"0.017082, 0.025527, 0.055582, 0.207239, 0.852965",\
|
|
"0.017082, 0.025527, 0.055582, 0.207239, 0.852965",\
|
|
"0.017082, 0.025527, 0.055582, 0.207239, 0.852965",\
|
|
"0.017082, 0.025527, 0.055582, 0.207239, 0.852965");
|
|
}
|
|
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 ( "1.650672, 1.656899, 1.673921, 1.725862, 1.839386",\
|
|
"1.650672, 1.656899, 1.673921, 1.725862, 1.839386",\
|
|
"1.650672, 1.656899, 1.673921, 1.725862, 1.839386",\
|
|
"1.632634, 1.638861, 1.655882, 1.707824, 1.839386",\
|
|
"1.549493, 1.555720, 1.572742, 1.624683, 1.810133");
|
|
}
|
|
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.014762, 0.019407, 0.032901, 0.091208, 0.345355",\
|
|
"0.014762, 0.019407, 0.032901, 0.091208, 0.345355",\
|
|
"0.014762, 0.019407, 0.032901, 0.091208, 0.345355",\
|
|
"0.014762, 0.019407, 0.032901, 0.091208, 0.345355",\
|
|
"0.014762, 0.019407, 0.032901, 0.091208, 0.345355");
|
|
}
|
|
|
|
} /* 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 ( "1.462167, 1.471079, 1.496932, 1.602387, 2.039030",\
|
|
"1.462167, 1.471079, 1.496932, 1.602387, 2.039030",\
|
|
"1.462167, 1.471079, 1.496932, 1.602387, 2.039030",\
|
|
"1.462167, 1.471079, 1.496932, 1.602387, 2.039030",\
|
|
"1.432914, 1.441826, 1.467679, 1.573134, 2.009777");
|
|
}
|
|
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.017082, 0.025527, 0.055582, 0.204809, 0.842549",\
|
|
"0.017082, 0.025527, 0.055582, 0.204809, 0.842549",\
|
|
"0.017082, 0.025527, 0.055582, 0.204809, 0.842549",\
|
|
"0.017082, 0.025527, 0.055582, 0.204809, 0.842549",\
|
|
"0.017082, 0.025527, 0.055582, 0.204809, 0.842549");
|
|
}
|
|
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 ( "1.474909, 1.481591, 1.498613, 1.549261, 1.730334",\
|
|
"1.474909, 1.481591, 1.498613, 1.549261, 1.730334",\
|
|
"1.474909, 1.481591, 1.498613, 1.549261, 1.730334",\
|
|
"1.474909, 1.481591, 1.498613, 1.549261, 1.730334",\
|
|
"1.445656, 1.452338, 1.469359, 1.520008, 1.701081");
|
|
}
|
|
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.014762, 0.019407, 0.032901, 0.088771, 0.334557",\
|
|
"0.014762, 0.019407, 0.032901, 0.088771, 0.334557",\
|
|
"0.014762, 0.019407, 0.032901, 0.088771, 0.334557",\
|
|
"0.014762, 0.019407, 0.032901, 0.088771, 0.334557",\
|
|
"0.014762, 0.019407, 0.032901, 0.088771, 0.334557");
|
|
}
|
|
|
|
} /* 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.384651, 0.392558, 0.418412, 0.525157, 0.966012",\
|
|
"0.446958, 0.454865, 0.480718, 0.587464, 1.028319",\
|
|
"0.470651, 0.478558, 0.504412, 0.611158, 1.052013",\
|
|
"0.470956, 0.478863, 0.504718, 0.611463, 1.052318",\
|
|
"0.472091, 0.479999, 0.505855, 0.612601, 1.053456");
|
|
}
|
|
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.017083, 0.025528, 0.055582, 0.207239, 0.852965",\
|
|
"0.017084, 0.025528, 0.055582, 0.207239, 0.852965",\
|
|
"0.017085, 0.025529, 0.055583, 0.207239, 0.852965",\
|
|
"0.017088, 0.025532, 0.055584, 0.207239, 0.852964",\
|
|
"0.017098, 0.025541, 0.055588, 0.207239, 0.852964");
|
|
}
|
|
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.378210, 0.384434, 0.401449, 0.453399, 0.638850",\
|
|
"0.490353, 0.496577, 0.513592, 0.565542, 0.750993",\
|
|
"0.591388, 0.597613, 0.614627, 0.666577, 0.852029",\
|
|
"0.758059, 0.764283, 0.781297, 0.833248, 1.018699",\
|
|
"1.446982, 1.453204, 1.470214, 1.522170, 1.707622");
|
|
}
|
|
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.014765, 0.019406, 0.032907, 0.091208, 0.345352",\
|
|
"0.014765, 0.019406, 0.032907, 0.091208, 0.345352",\
|
|
"0.014765, 0.019406, 0.032907, 0.091208, 0.345352",\
|
|
"0.014765, 0.019406, 0.032907, 0.091208, 0.345351",\
|
|
"0.014767, 0.019405, 0.032911, 0.091208, 0.345349");
|
|
}
|
|
|
|
} /* 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.381049, 0.389961, 0.415815, 0.521270, 0.957912",\
|
|
"0.443355, 0.452267, 0.478121, 0.583576, 1.020219",\
|
|
"0.467049, 0.475961, 0.501815, 0.607270, 1.043913",\
|
|
"0.467354, 0.476266, 0.502120, 0.607576, 1.044218",\
|
|
"0.468488, 0.477402, 0.503258, 0.608713, 1.045356");
|
|
}
|
|
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.017083, 0.025528, 0.055582, 0.204809, 0.842549",\
|
|
"0.017084, 0.025528, 0.055582, 0.204809, 0.842549",\
|
|
"0.017085, 0.025529, 0.055583, 0.204809, 0.842549",\
|
|
"0.017088, 0.025532, 0.055584, 0.204808, 0.842549",\
|
|
"0.017098, 0.025541, 0.055588, 0.204808, 0.842548");
|
|
}
|
|
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.377755, 0.384434, 0.401449, 0.452105, 0.633180",\
|
|
"0.489898, 0.496577, 0.513592, 0.564249, 0.745323",\
|
|
"0.590934, 0.597613, 0.614627, 0.665284, 0.846359",\
|
|
"0.757605, 0.764283, 0.781297, 0.831955, 1.013029",\
|
|
"1.446528, 1.453204, 1.470214, 1.520877, 1.701953");
|
|
}
|
|
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.014765, 0.019406, 0.032907, 0.088771, 0.334553",\
|
|
"0.014765, 0.019406, 0.032907, 0.088771, 0.334553",\
|
|
"0.014765, 0.019406, 0.032907, 0.088771, 0.334553",\
|
|
"0.014765, 0.019406, 0.032907, 0.088771, 0.334553",\
|
|
"0.014767, 0.019405, 0.032911, 0.088771, 0.334551");
|
|
}
|
|
|
|
} /* 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 ( "1.645554, 1.654644, 1.680468, 1.787213, 2.156746",\
|
|
"1.645554, 1.654644, 1.680468, 1.787213, 2.156746",\
|
|
"1.645554, 1.654644, 1.680468, 1.787213, 2.156746",\
|
|
"1.627516, 1.636606, 1.662430, 1.769175, 2.156746",\
|
|
"1.544375, 1.553465, 1.579289, 1.686034, 2.127493");
|
|
}
|
|
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.015661, 0.024245, 0.054560, 0.206564, 0.853302",\
|
|
"0.015661, 0.024245, 0.054560, 0.206564, 0.853302",\
|
|
"0.015661, 0.024245, 0.054560, 0.206564, 0.853302",\
|
|
"0.015661, 0.024245, 0.054560, 0.206564, 0.853302",\
|
|
"0.015661, 0.024245, 0.054560, 0.206564, 0.853302");
|
|
}
|
|
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 ( "1.688417, 1.695393, 1.712602, 1.764559, 1.878408",\
|
|
"1.688417, 1.695393, 1.712602, 1.764559, 1.878408",\
|
|
"1.688417, 1.695393, 1.712602, 1.764559, 1.878408",\
|
|
"1.670379, 1.677355, 1.694563, 1.746520, 1.878408",\
|
|
"1.587238, 1.594215, 1.611423, 1.663380, 1.849155");
|
|
}
|
|
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.014293, 0.019103, 0.032593, 0.090980, 0.345667",\
|
|
"0.014293, 0.019103, 0.032593, 0.090980, 0.345667",\
|
|
"0.014293, 0.019103, 0.032593, 0.090980, 0.345667",\
|
|
"0.014293, 0.019103, 0.032593, 0.090980, 0.345667",\
|
|
"0.014293, 0.019103, 0.032593, 0.090980, 0.345667");
|
|
}
|
|
|
|
} /* 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 ( "1.477892, 1.486983, 1.512807, 1.618232, 2.055360",\
|
|
"1.477892, 1.486983, 1.512807, 1.618232, 2.055360",\
|
|
"1.477892, 1.486983, 1.512807, 1.618232, 2.055360",\
|
|
"1.477892, 1.486983, 1.512807, 1.618232, 2.055360",\
|
|
"1.448639, 1.457729, 1.483553, 1.588979, 2.026107");
|
|
}
|
|
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.015661, 0.024245, 0.054560, 0.204075, 0.842603",\
|
|
"0.015661, 0.024245, 0.054560, 0.204075, 0.842603",\
|
|
"0.015661, 0.024245, 0.054560, 0.204075, 0.842603",\
|
|
"0.015661, 0.024245, 0.054560, 0.204075, 0.842603",\
|
|
"0.015661, 0.024245, 0.054560, 0.204075, 0.842603");
|
|
}
|
|
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 ( "1.522291, 1.529267, 1.546476, 1.597111, 1.778387",\
|
|
"1.522291, 1.529267, 1.546476, 1.597111, 1.778387",\
|
|
"1.522291, 1.529267, 1.546476, 1.597111, 1.778387",\
|
|
"1.522291, 1.529267, 1.546476, 1.597111, 1.778387",\
|
|
"1.493038, 1.500014, 1.517223, 1.567858, 1.749134");
|
|
}
|
|
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.014293, 0.019103, 0.032593, 0.088485, 0.334574",\
|
|
"0.014293, 0.019103, 0.032593, 0.088485, 0.334574",\
|
|
"0.014293, 0.019103, 0.032593, 0.088485, 0.334574",\
|
|
"0.014293, 0.019103, 0.032593, 0.088485, 0.334574",\
|
|
"0.014293, 0.019103, 0.032593, 0.088485, 0.334574");
|
|
}
|
|
|
|
} /* 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.003518 ;
|
|
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.930900, 0.812563, 0.702657, 0.518438, -0.238786",\
|
|
"0.964837, 0.846500, 0.736594, 0.552375, -0.204849",\
|
|
"0.959035, 0.840698, 0.730793, 0.546574, -0.210651",\
|
|
"0.911037, 0.792700, 0.682794, 0.498575, -0.258649",\
|
|
"0.713223, 0.594886, 0.484980, 0.300761, -0.456463");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.615089, 1.496753, 1.386847, 1.202628, 0.445403",\
|
|
"1.715389, 1.597053, 1.487147, 1.302928, 0.545703",\
|
|
"1.802860, 1.684523, 1.574617, 1.390398, 0.633174",\
|
|
"1.957371, 1.839034, 1.729128, 1.544909, 0.787685",\
|
|
"2.593708, 2.475372, 2.365466, 2.181247, 1.424022");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.807533, -0.689196, -0.579290, -0.395071, 0.362153",\
|
|
"-0.841469, -0.723133, -0.613227, -0.429008, 0.328217",\
|
|
"-0.835668, -0.717331, -0.607425, -0.423206, 0.334018",\
|
|
"-0.787669, -0.669333, -0.559427, -0.375208, 0.382017",\
|
|
"-0.589855, -0.471519, -0.361613, -0.177394, 0.579831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.229002, -1.110665, -1.000759, -0.816540, -0.059316",\
|
|
"-1.329302, -1.210965, -1.101059, -0.916840, -0.159616",\
|
|
"-1.416772, -1.298435, -1.188529, -1.004310, -0.247086",\
|
|
"-1.571283, -1.452947, -1.343041, -1.158822, -0.401597",\
|
|
"-2.207621, -2.089284, -1.979378, -1.795159, -1.037935");
|
|
}
|
|
|
|
} /* 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.572635, 0.548720, 0.575556, 0.690595, 1.165069",\
|
|
"0.606572, 0.582656, 0.609492, 0.724532, 1.199006",\
|
|
"0.600771, 0.576855, 0.603691, 0.718730, 1.193205",\
|
|
"0.552772, 0.528856, 0.555692, 0.670732, 1.145206",\
|
|
"0.354958, 0.331042, 0.357878, 0.472918, 0.947392");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.131468, 1.107552, 1.134388, 1.249427, 1.723902",\
|
|
"1.231768, 1.207852, 1.234688, 1.349727, 1.824202",\
|
|
"1.319238, 1.295323, 1.322158, 1.437198, 1.911672",\
|
|
"1.473749, 1.449834, 1.476670, 1.591709, 2.066183",\
|
|
"2.110087, 2.086171, 2.113007, 2.228046, 2.702521");
|
|
}
|
|
|
|
} /* 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.434058, -0.334618, -0.261280, -0.145449, 0.331706",\
|
|
"-0.467995, -0.368554, -0.295216, -0.179386, 0.297769",\
|
|
"-0.462193, -0.362753, -0.289415, -0.173585, 0.303571",\
|
|
"-0.414195, -0.314754, -0.241416, -0.125586, 0.351569",\
|
|
"-0.216381, -0.116940, -0.043602, 0.072228, 0.549383");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.735251, -0.635810, -0.562473, -0.446642, 0.030513",\
|
|
"-0.835551, -0.736110, -0.662773, -0.546942, -0.069787",\
|
|
"-0.923022, -0.823581, -0.750243, -0.634413, -0.157258",\
|
|
"-1.077533, -0.978092, -0.904754, -0.788924, -0.311769",\
|
|
"-1.713870, -1.614430, -1.541092, -1.425261, -0.948106");
|
|
}
|
|
|
|
} /* 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.004239 ;
|
|
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.813136, 0.694800, 0.584894, 0.400675, -0.356550",\
|
|
"0.859294, 0.740957, 0.631051, 0.446832, -0.310392",\
|
|
"0.866563, 0.748226, 0.638320, 0.454101, -0.303123",\
|
|
"0.848112, 0.729775, 0.619869, 0.435650, -0.321574",\
|
|
"0.772071, 0.653734, 0.543828, 0.359609, -0.397615");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.278725, 1.160388, 1.050482, 0.866263, 0.109039",\
|
|
"1.376328, 1.257991, 1.148085, 0.963866, 0.206642",\
|
|
"1.455114, 1.336778, 1.226872, 1.042653, 0.285429",\
|
|
"1.593867, 1.475531, 1.365625, 1.181406, 0.424181",\
|
|
"2.162853, 2.044517, 1.934611, 1.750392, 0.993167");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[30]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.699060, -0.580723, -0.470817, -0.286598, 0.470626",\
|
|
"-0.745217, -0.626880, -0.516974, -0.332755, 0.424469",\
|
|
"-0.752486, -0.634150, -0.524244, -0.340025, 0.417200",\
|
|
"-0.734035, -0.615699, -0.505793, -0.321574, 0.435651",\
|
|
"-0.657994, -0.539657, -0.429751, -0.245532, 0.511692");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.144849, -1.026513, -0.916607, -0.732388, 0.024837",\
|
|
"-1.242452, -1.124116, -1.014210, -0.829991, -0.072766",\
|
|
"-1.321239, -1.202903, -1.092997, -0.908778, -0.151553",\
|
|
"-1.459992, -1.341655, -1.231750, -1.047531, -0.290306",\
|
|
"-2.028978, -1.910641, -1.800735, -1.616516, -0.859292");
|
|
}
|
|
|
|
} /* 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.440821, 0.416905, 0.443741, 0.558780, 1.033255",\
|
|
"0.486978, 0.463062, 0.489898, 0.604937, 1.079412",\
|
|
"0.494247, 0.470332, 0.497167, 0.612207, 1.086681",\
|
|
"0.475796, 0.451881, 0.478716, 0.593756, 1.068230",\
|
|
"0.399755, 0.375840, 0.402675, 0.517715, 0.992189");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.779002, 0.755086, 0.781922, 0.896962, 1.371436",\
|
|
"0.876605, 0.852689, 0.879525, 0.994564, 1.469039",\
|
|
"0.955392, 0.931476, 0.958312, 1.073351, 1.547826",\
|
|
"1.094145, 1.070229, 1.097065, 1.212104, 1.686579",\
|
|
"1.663131, 1.639215, 1.666051, 1.781090, 2.255565");
|
|
}
|
|
|
|
} /* 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.328937, -0.229497, -0.156159, -0.040329, 0.436827",\
|
|
"-0.375094, -0.275654, -0.202316, -0.086486, 0.390670",\
|
|
"-0.382364, -0.282923, -0.209585, -0.093755, 0.383400",\
|
|
"-0.363913, -0.264472, -0.191134, -0.075304, 0.401851",\
|
|
"-0.287872, -0.188431, -0.115093, 0.000737, 0.477892");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.652916, -0.553475, -0.480138, -0.364307, 0.112848",\
|
|
"-0.750519, -0.651078, -0.577741, -0.461910, 0.015245",\
|
|
"-0.829306, -0.729865, -0.656528, -0.540697, -0.063542",\
|
|
"-0.968059, -0.868618, -0.795281, -0.679450, -0.202295",\
|
|
"-1.537045, -1.437604, -1.364267, -1.248436, -0.771281");
|
|
}
|
|
|
|
} /* 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.003514 ;
|
|
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.855982, 0.737646, 0.627739, 0.443521, -0.313704",\
|
|
"0.889725, 0.771389, 0.661483, 0.477264, -0.279961",\
|
|
"0.884428, 0.766092, 0.656186, 0.471967, -0.285258",\
|
|
"0.837466, 0.719129, 0.609223, 0.425004, -0.332220",\
|
|
"0.640244, 0.521907, 0.412001, 0.227782, -0.529442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.198770, 1.080433, 0.970527, 0.786308, 0.029084",\
|
|
"1.298883, 1.180547, 1.070641, 0.886422, 0.129197",\
|
|
"1.386016, 1.267680, 1.157774, 0.973555, 0.216330",\
|
|
"1.539026, 1.420689, 1.310783, 1.126565, 0.369340",\
|
|
"2.169457, 2.051121, 1.941215, 1.756996, 0.999771");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.781810, -0.663474, -0.553568, -0.369349, 0.387876",\
|
|
"-0.815554, -0.697217, -0.587311, -0.403092, 0.354132",\
|
|
"-0.810257, -0.691920, -0.582014, -0.397795, 0.359429",\
|
|
"-0.763294, -0.644957, -0.535051, -0.350832, 0.406392",\
|
|
"-0.566072, -0.447735, -0.337829, -0.153610, 0.603614");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.087349, -0.969012, -0.859106, -0.674887, 0.082337",\
|
|
"-1.187463, -1.069126, -0.959220, -0.775001, -0.017777",\
|
|
"-1.274595, -1.156259, -1.046353, -0.862134, -0.104910",\
|
|
"-1.427605, -1.309269, -1.199363, -1.015144, -0.257919",\
|
|
"-2.058036, -1.939700, -1.829794, -1.645575, -0.888350");
|
|
}
|
|
|
|
} /* 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.477731, 0.453815, 0.480651, 0.595690, 1.070165",\
|
|
"0.511474, 0.487558, 0.514394, 0.629433, 1.103908",\
|
|
"0.506177, 0.482261, 0.509097, 0.624136, 1.098611",\
|
|
"0.459214, 0.435299, 0.462134, 0.577174, 1.051648",\
|
|
"0.261992, 0.238076, 0.264912, 0.379952, 0.854426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.692427, 0.668511, 0.695347, 0.810386, 1.284861",\
|
|
"0.792540, 0.768625, 0.795461, 0.910500, 1.384974",\
|
|
"0.879673, 0.855758, 0.882594, 0.997633, 1.472107",\
|
|
"1.032683, 1.008767, 1.035604, 1.150643, 1.625117",\
|
|
"1.663114, 1.639199, 1.666035, 1.781074, 2.255548");
|
|
}
|
|
|
|
} /* 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.414713, -0.315273, -0.241935, -0.126104, 0.351051",\
|
|
"-0.448456, -0.349016, -0.275678, -0.159848, 0.317308",\
|
|
"-0.443159, -0.343719, -0.270381, -0.154551, 0.322604",\
|
|
"-0.396197, -0.296756, -0.223418, -0.107588, 0.369567",\
|
|
"-0.198975, -0.099534, -0.026196, 0.089634, 0.566789");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.600425, -0.500984, -0.427647, -0.311816, 0.165339",\
|
|
"-0.700539, -0.601098, -0.527760, -0.411930, 0.065225",\
|
|
"-0.787672, -0.688231, -0.614893, -0.499063, -0.021908",\
|
|
"-0.940681, -0.841241, -0.767903, -0.652073, -0.174917",\
|
|
"-1.571112, -1.471672, -1.398334, -1.282504, -0.805348");
|
|
}
|
|
|
|
} /* 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.004511 ;
|
|
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.636317, 0.517980, 0.408000, 0.223797, -0.535327",\
|
|
"0.680079, 0.561742, 0.451762, 0.267559, -0.491566",\
|
|
"0.679618, 0.561282, 0.451301, 0.267098, -0.492026",\
|
|
"0.636463, 0.518126, 0.408146, 0.223943, -0.535181",\
|
|
"0.457652, 0.339316, 0.229335, 0.045133, -0.713992");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.017562, 0.899225, 0.789245, 0.605042, -0.154082",\
|
|
"1.131661, 1.013324, 0.903343, 0.719141, -0.039984",\
|
|
"1.240985, 1.122648, 1.012668, 0.828465, 0.069341",\
|
|
"1.428603, 1.310266, 1.200286, 1.016083, 0.256959",\
|
|
"2.200335, 2.081998, 1.972018, 1.787815, 1.028690");
|
|
}
|
|
|
|
} /* 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.527715, -0.409379, -0.299398, -0.115195, 0.643929",\
|
|
"-0.571477, -0.453141, -0.343160, -0.158957, 0.600167",\
|
|
"-0.571017, -0.452680, -0.342700, -0.158497, 0.600627",\
|
|
"-0.527861, -0.409525, -0.299544, -0.115341, 0.643783",\
|
|
"-0.349051, -0.230714, -0.120734, 0.063469, 0.822593");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.862586, -0.744249, -0.634268, -0.450066, 0.309059",\
|
|
"-0.976684, -0.858348, -0.748367, -0.564164, 0.194960",\
|
|
"-1.086009, -0.967672, -0.857692, -0.673489, 0.085636",\
|
|
"-1.273627, -1.155290, -1.045310, -0.861107, -0.101982",\
|
|
"-2.045358, -1.927021, -1.817041, -1.632838, -0.873714");
|
|
}
|
|
|
|
} /* 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.575574, 0.551658, 0.578493, 0.693569, 1.168034",\
|
|
"0.619335, 0.595420, 0.622255, 0.737331, 1.211796",\
|
|
"0.618875, 0.594959, 0.621795, 0.736871, 1.211336",\
|
|
"0.575720, 0.551804, 0.578640, 0.693715, 1.168180",\
|
|
"0.396909, 0.372994, 0.399829, 0.514905, 0.989370");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.810081, 0.786165, 0.813001, 0.928077, 1.402542",\
|
|
"0.924180, 0.900264, 0.927100, 1.042175, 1.516640",\
|
|
"1.033504, 1.009589, 1.036424, 1.151500, 1.625965",\
|
|
"1.221122, 1.197206, 1.224042, 1.339118, 1.813583",\
|
|
"1.992854, 1.968938, 1.995774, 2.110849, 2.585314");
|
|
}
|
|
|
|
} /* 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.480593, -0.381152, -0.307815, -0.191984, 0.285171",\
|
|
"-0.524355, -0.424914, -0.351577, -0.235746, 0.241409",\
|
|
"-0.523895, -0.424454, -0.351116, -0.235286, 0.241869",\
|
|
"-0.480739, -0.381298, -0.307961, -0.192130, 0.285025",\
|
|
"-0.301929, -0.202488, -0.129150, -0.013320, 0.463835");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.674546, -0.575105, -0.501767, -0.385937, 0.091218",\
|
|
"-0.788644, -0.689204, -0.615866, -0.500036, -0.022881",\
|
|
"-0.897969, -0.798528, -0.725190, -0.609360, -0.132205",\
|
|
"-1.085587, -0.986146, -0.912808, -0.796978, -0.319823",\
|
|
"-1.857319, -1.757878, -1.684540, -1.568710, -1.091555");
|
|
}
|
|
|
|
} /* 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.004178 ;
|
|
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.801020, 0.682683, 0.572777, 0.388558, -0.368666",\
|
|
"0.863053, 0.744716, 0.634810, 0.450591, -0.306633",\
|
|
"0.886626, 0.768290, 0.658384, 0.474165, -0.283060",\
|
|
"0.888346, 0.770010, 0.660104, 0.475885, -0.281340",\
|
|
"0.895436, 0.777099, 0.667193, 0.482974, -0.274250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.355486, 1.237149, 1.127243, 0.943024, 0.185800",\
|
|
"1.467526, 1.349189, 1.239283, 1.055064, 0.297840",\
|
|
"1.568998, 1.450661, 1.340755, 1.156537, 0.399312",\
|
|
"1.737542, 1.619205, 1.509300, 1.325081, 0.567856",\
|
|
"2.430279, 2.311943, 2.202037, 2.017818, 1.260593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.746063, -0.627726, -0.517820, -0.333602, 0.423623",\
|
|
"-0.808096, -0.689759, -0.579853, -0.395634, 0.361590",\
|
|
"-0.831670, -0.713333, -0.603427, -0.419208, 0.338016",\
|
|
"-0.833390, -0.715053, -0.605147, -0.420928, 0.336296",\
|
|
"-0.840479, -0.722143, -0.612237, -0.428018, 0.329207");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.204002, -1.085665, -0.975760, -0.791541, -0.034316",\
|
|
"-1.316042, -1.197706, -1.087800, -0.903581, -0.146356",\
|
|
"-1.417515, -1.299178, -1.189272, -1.005053, -0.247829",\
|
|
"-1.586058, -1.467722, -1.357816, -1.173597, -0.416372",\
|
|
"-2.278795, -2.160459, -2.050553, -1.866334, -1.109110");
|
|
}
|
|
|
|
} /* 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.421100, 0.397184, 0.424020, 0.539059, 1.013534",\
|
|
"0.483133, 0.459217, 0.486053, 0.601092, 1.075567",\
|
|
"0.506706, 0.482791, 0.509627, 0.624666, 1.099140",\
|
|
"0.508427, 0.484511, 0.511347, 0.626386, 1.100860",\
|
|
"0.515516, 0.491600, 0.518436, 0.633476, 1.107950");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.851105, 0.827189, 0.854025, 0.969064, 1.443538",\
|
|
"0.963145, 0.939229, 0.966065, 1.081104, 1.555579",\
|
|
"1.064617, 1.040701, 1.067537, 1.182576, 1.657051",\
|
|
"1.233161, 1.209245, 1.236081, 1.351120, 1.825595",\
|
|
"1.925898, 1.901982, 1.928818, 2.043858, 2.518332");
|
|
}
|
|
|
|
} /* 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.367178, -0.267737, -0.194400, -0.078569, 0.398586",\
|
|
"-0.429211, -0.329770, -0.256432, -0.140602, 0.336553",\
|
|
"-0.452784, -0.353344, -0.280006, -0.164176, 0.312979",\
|
|
"-0.454505, -0.355064, -0.281726, -0.165896, 0.311259",\
|
|
"-0.461594, -0.362154, -0.288816, -0.172985, 0.304170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.704573, -0.605132, -0.531795, -0.415964, 0.061191",\
|
|
"-0.816613, -0.717173, -0.643835, -0.528005, -0.050850",\
|
|
"-0.918086, -0.818645, -0.745307, -0.629477, -0.152322",\
|
|
"-1.086629, -0.987189, -0.913851, -0.798021, -0.320866",\
|
|
"-1.779366, -1.679926, -1.606588, -1.490758, -1.013603");
|
|
}
|
|
|
|
} /* 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.004900 ;
|
|
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.560406, 0.442069, 0.332163, 0.147944, -0.609280",\
|
|
"0.606427, 0.488090, 0.378184, 0.193965, -0.563259",\
|
|
"0.613953, 0.495616, 0.385710, 0.201491, -0.555733",\
|
|
"0.594761, 0.476424, 0.366518, 0.182299, -0.574925",\
|
|
"0.515666, 0.397329, 0.287423, 0.103204, -0.654020");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.066117, 0.947780, 0.837874, 0.653655, -0.103569",\
|
|
"1.163706, 1.045369, 0.935463, 0.751244, -0.005980",\
|
|
"1.242168, 1.123831, 1.013925, 0.829706, 0.072482",\
|
|
"1.379031, 1.260694, 1.150788, 0.966569, 0.209345",\
|
|
"1.941820, 1.823483, 1.713577, 1.529358, 0.772134");
|
|
}
|
|
|
|
} /* 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.431103, -0.312766, -0.202860, -0.018641, 0.738583",\
|
|
"-0.477124, -0.358787, -0.248881, -0.064662, 0.692562",\
|
|
"-0.484650, -0.366313, -0.256407, -0.072188, 0.685036",\
|
|
"-0.465458, -0.347121, -0.237215, -0.052996, 0.704228",\
|
|
"-0.386363, -0.268026, -0.158120, 0.026098, 0.783323");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.882335, -0.763998, -0.654092, -0.469873, 0.287351",\
|
|
"-0.979924, -0.861587, -0.751681, -0.567462, 0.189762",\
|
|
"-1.058386, -0.940050, -0.830144, -0.645925, 0.111299",\
|
|
"-1.195249, -1.076913, -0.967007, -0.782788, -0.025564",\
|
|
"-1.758038, -1.639701, -1.529795, -1.345576, -0.588352");
|
|
}
|
|
|
|
} /* 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.517114, 0.493198, 0.520034, 0.635073, 1.109548",\
|
|
"0.563135, 0.539219, 0.566055, 0.681094, 1.155569",\
|
|
"0.570661, 0.546745, 0.573581, 0.688620, 1.163095",\
|
|
"0.551469, 0.527553, 0.554389, 0.669428, 1.143903",\
|
|
"0.472374, 0.448458, 0.475294, 0.590333, 1.064808");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.886468, 0.862553, 0.889389, 1.004428, 1.478902",\
|
|
"0.984057, 0.960141, 0.986977, 1.102017, 1.576491",\
|
|
"1.062519, 1.038604, 1.065440, 1.180479, 1.654953",\
|
|
"1.199382, 1.175467, 1.202303, 1.317342, 1.791816",\
|
|
"1.762171, 1.738256, 1.765091, 1.880131, 2.354605");
|
|
}
|
|
|
|
} /* 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.345508, -0.246061, -0.172707, -0.056796, 0.420517",\
|
|
"-0.391529, -0.292082, -0.218728, -0.102817, 0.374496",\
|
|
"-0.399055, -0.299608, -0.226254, -0.110343, 0.366970",\
|
|
"-0.379863, -0.280416, -0.207062, -0.091151, 0.386162",\
|
|
"-0.300768, -0.201321, -0.127967, -0.012056, 0.465257");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.661167, -0.561719, -0.488365, -0.372454, 0.104859",\
|
|
"-0.758755, -0.659308, -0.585954, -0.470043, 0.007270",\
|
|
"-0.837218, -0.737770, -0.664417, -0.548506, -0.071193",\
|
|
"-0.974081, -0.874633, -0.801280, -0.685369, -0.208055",\
|
|
"-1.536869, -1.437422, -1.364068, -1.248157, -0.770844");
|
|
}
|
|
|
|
} /* 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.004619 ;
|
|
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.831583, 0.713247, 0.603341, 0.419122, -0.338102",\
|
|
"0.879732, 0.761395, 0.651489, 0.467270, -0.289954",\
|
|
"0.887757, 0.769421, 0.659515, 0.475296, -0.281928",\
|
|
"0.866547, 0.748210, 0.638304, 0.454085, -0.303139",\
|
|
"0.778043, 0.659707, 0.549801, 0.365582, -0.391642");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.417350, 1.299013, 1.189107, 1.004888, 0.247664",\
|
|
"1.524500, 1.406163, 1.296257, 1.112038, 0.354814",\
|
|
"1.615558, 1.497221, 1.387315, 1.203096, 0.445872",\
|
|
"1.770132, 1.651795, 1.541889, 1.357670, 0.600446",\
|
|
"2.404011, 2.285674, 2.175768, 1.991549, 1.234325");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.753329, -0.634992, -0.525087, -0.340868, 0.416357",\
|
|
"-0.801477, -0.683141, -0.573235, -0.389016, 0.368208",\
|
|
"-0.809503, -0.691166, -0.581260, -0.397041, 0.360183",\
|
|
"-0.788292, -0.669955, -0.560050, -0.375831, 0.381394",\
|
|
"-0.699789, -0.581452, -0.471546, -0.287327, 0.469897");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.085194, -0.966857, -0.856951, -0.672732, 0.084492",\
|
|
"-1.192344, -1.074007, -0.964101, -0.779882, -0.022658",\
|
|
"-1.283402, -1.165065, -1.055159, -0.870940, -0.113716",\
|
|
"-1.437976, -1.319639, -1.209733, -1.025514, -0.268290",\
|
|
"-2.071855, -1.953518, -1.843612, -1.659393, -0.902169");
|
|
}
|
|
|
|
} /* 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.473359, 0.449443, 0.476279, 0.591319, 1.065793",\
|
|
"0.521508, 0.497592, 0.524428, 0.639467, 1.113941",\
|
|
"0.529533, 0.505617, 0.532453, 0.647493, 1.121967",\
|
|
"0.508322, 0.484407, 0.511243, 0.626282, 1.100756",\
|
|
"0.419819, 0.395903, 0.422739, 0.537778, 1.012253");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.932086, 0.908171, 0.935007, 1.050046, 1.524520",\
|
|
"1.039237, 1.015321, 1.042157, 1.157196, 1.631670",\
|
|
"1.130294, 1.106379, 1.133215, 1.248254, 1.722728",\
|
|
"1.284868, 1.260953, 1.287789, 1.402828, 1.877302",\
|
|
"1.918747, 1.894832, 1.921668, 2.036707, 2.511181");
|
|
}
|
|
|
|
} /* 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.354351, -0.254904, -0.181550, -0.065639, 0.411674",\
|
|
"-0.402500, -0.303052, -0.229699, -0.113788, 0.363526",\
|
|
"-0.410525, -0.311078, -0.237724, -0.121813, 0.355500",\
|
|
"-0.389314, -0.289867, -0.216513, -0.100602, 0.376711",\
|
|
"-0.300811, -0.201364, -0.128010, -0.012099, 0.465214");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.561818, -0.462371, -0.389017, -0.273106, 0.204207",\
|
|
"-0.668968, -0.569521, -0.496167, -0.380256, 0.097057",\
|
|
"-0.760026, -0.660579, -0.587225, -0.471314, 0.005999",\
|
|
"-0.914600, -0.815153, -0.741799, -0.625888, -0.148575",\
|
|
"-1.548479, -1.449032, -1.375678, -1.259767, -0.782454");
|
|
}
|
|
|
|
} /* 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.006238 ;
|
|
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.441944, 0.323608, 0.213702, 0.029483, -0.727742",\
|
|
"0.487917, 0.369581, 0.259675, 0.075456, -0.681769",\
|
|
"0.495429, 0.377092, 0.267186, 0.082967, -0.674257",\
|
|
"0.475955, 0.357618, 0.247712, 0.063493, -0.693731",\
|
|
"0.395696, 0.277359, 0.167453, -0.016766, -0.773990");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.733520, 0.615183, 0.505277, 0.321058, -0.436166",\
|
|
"0.831126, 0.712789, 0.602883, 0.418664, -0.338560",\
|
|
"0.909568, 0.791231, 0.681325, 0.497106, -0.260118",\
|
|
"1.046204, 0.927867, 0.817961, 0.633742, -0.123482",\
|
|
"1.606898, 1.488562, 1.378656, 1.194437, 0.437213");
|
|
}
|
|
|
|
} /* 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.363577, -0.245240, -0.135334, 0.048885, 0.806109",\
|
|
"-0.350866, -0.232529, -0.122623, 0.061596, 0.818820",\
|
|
"-0.281761, -0.163424, -0.053518, 0.130701, 0.887925",\
|
|
"-0.085681, 0.032656, 0.142562, 0.326781, 1.084005",\
|
|
"0.722414, 0.840751, 0.950657, 1.134876, 1.892100");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.598632, -0.480295, -0.370389, -0.186170, 0.571054",\
|
|
"-0.635100, -0.516763, -0.406857, -0.222638, 0.534586",\
|
|
"-0.633724, -0.515387, -0.405481, -0.221262, 0.535962",\
|
|
"-0.586373, -0.468037, -0.358131, -0.173912, 0.583313",\
|
|
"-0.388813, -0.270476, -0.160570, 0.023649, 0.780873");
|
|
}
|
|
|
|
} /* 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.477568, 0.453652, 0.480488, 0.595528, 1.070002",\
|
|
"0.523541, 0.499626, 0.526462, 0.641501, 1.115975",\
|
|
"0.531053, 0.507137, 0.533973, 0.649013, 1.123487",\
|
|
"0.511579, 0.487663, 0.514499, 0.629538, 1.104012",\
|
|
"0.431320, 0.407404, 0.434240, 0.549279, 1.023754");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.751893, 0.727977, 0.754813, 0.869852, 1.344327",\
|
|
"0.849499, 0.825583, 0.852419, 0.967459, 1.441933",\
|
|
"0.927941, 0.904025, 0.930861, 1.045900, 1.520375",\
|
|
"1.064577, 1.040661, 1.067497, 1.182536, 1.657011",\
|
|
"1.625272, 1.601356, 1.628192, 1.743231, 2.217705");
|
|
}
|
|
|
|
} /* 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.380258, -0.280813, -0.207463, -0.091564, 0.385701",\
|
|
"-0.367547, -0.268102, -0.194752, -0.078853, 0.398412",\
|
|
"-0.298442, -0.198997, -0.125647, -0.009748, 0.467517",\
|
|
"-0.102362, -0.002917, 0.070433, 0.186332, 0.663597",\
|
|
"0.705732, 0.805178, 0.878528, 0.994427, 1.471692");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.601555, -0.502109, -0.428760, -0.312861, 0.164404",\
|
|
"-0.638023, -0.538577, -0.465228, -0.349329, 0.127936",\
|
|
"-0.636646, -0.537201, -0.463851, -0.347952, 0.129313",\
|
|
"-0.589296, -0.489850, -0.416501, -0.300602, 0.176663",\
|
|
"-0.391736, -0.292290, -0.218941, -0.103042, 0.374223");
|
|
}
|
|
|
|
} /* 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.006993 ;
|
|
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.820327, 0.701990, 0.592085, 0.407866, -0.349359",\
|
|
"0.866409, 0.748073, 0.638167, 0.453948, -0.303277",\
|
|
"0.873843, 0.755507, 0.645601, 0.461382, -0.295843",\
|
|
"0.855069, 0.736732, 0.626826, 0.442607, -0.314617",\
|
|
"0.777694, 0.659358, 0.549452, 0.365233, -0.391991");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.608701, 1.490365, 1.380459, 1.196240, 0.439015",\
|
|
"1.706186, 1.587850, 1.477944, 1.293725, 0.536500",\
|
|
"1.784636, 1.666299, 1.556393, 1.372174, 0.614950",\
|
|
"1.922005, 1.803669, 1.693763, 1.509544, 0.752319",\
|
|
"2.487212, 2.368876, 2.258970, 2.074750, 1.317526");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.753829, -0.635492, -0.525586, -0.341367, 0.415857",\
|
|
"-0.771056, -0.652719, -0.542813, -0.358594, 0.398630",\
|
|
"-0.740804, -0.622468, -0.512562, -0.328343, 0.428882",\
|
|
"-0.635163, -0.516827, -0.406921, -0.222702, 0.534523",\
|
|
"-0.199790, -0.081454, 0.028452, 0.212671, 0.969896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.237378, -1.119042, -1.009136, -0.824917, -0.067693",\
|
|
"-1.304909, -1.186573, -1.076667, -0.892448, -0.135224",\
|
|
"-1.344240, -1.225903, -1.115997, -0.931778, -0.174554",\
|
|
"-1.391436, -1.273100, -1.163194, -0.978975, -0.221750",\
|
|
"-1.585019, -1.466683, -1.356777, -1.172558, -0.415333");
|
|
}
|
|
|
|
} /* 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.462062, 0.438146, 0.464982, 0.580021, 1.054496",\
|
|
"0.508144, 0.484228, 0.511064, 0.626104, 1.100578",\
|
|
"0.515578, 0.491662, 0.518498, 0.633537, 1.108012",\
|
|
"0.496803, 0.472888, 0.499724, 0.614763, 1.089237",\
|
|
"0.419429, 0.395514, 0.422349, 0.537389, 1.011863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.125080, 1.101164, 1.128000, 1.243039, 1.717514",\
|
|
"1.222565, 1.198650, 1.225485, 1.340525, 1.814999",\
|
|
"1.301015, 1.277099, 1.303935, 1.418974, 1.893449",\
|
|
"1.438384, 1.414469, 1.441305, 1.556344, 2.030818",\
|
|
"2.003591, 1.979675, 2.006511, 2.121551, 2.596025");
|
|
}
|
|
|
|
} /* 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.380353, -0.280912, -0.207574, -0.091744, 0.385411",\
|
|
"-0.397580, -0.298139, -0.224802, -0.108971, 0.368184",\
|
|
"-0.367329, -0.267888, -0.194550, -0.078720, 0.398435",\
|
|
"-0.261688, -0.162247, -0.088909, 0.026921, 0.504076",\
|
|
"0.173685, 0.273126, 0.346464, 0.462294, 0.939449");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.743628, -0.644187, -0.570849, -0.455019, 0.022136",\
|
|
"-0.811159, -0.711718, -0.638380, -0.522550, -0.045395",\
|
|
"-0.850489, -0.751048, -0.677710, -0.561880, -0.084725",\
|
|
"-0.897686, -0.798245, -0.724907, -0.609077, -0.131922",\
|
|
"-1.091269, -0.991828, -0.918490, -0.802660, -0.325505");
|
|
}
|
|
|
|
} /* 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.006750 ;
|
|
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.766674, 0.648337, 0.538432, 0.354213, -0.403012",\
|
|
"0.812836, 0.694499, 0.584593, 0.400374, -0.356850",\
|
|
"0.820171, 0.701834, 0.591928, 0.407709, -0.349515",\
|
|
"0.801980, 0.683643, 0.573737, 0.389518, -0.367706",\
|
|
"0.727008, 0.608672, 0.498766, 0.314547, -0.442678");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.253622, 1.135285, 1.025379, 0.841160, 0.083936",\
|
|
"1.351078, 1.232742, 1.122836, 0.938617, 0.181392",\
|
|
"1.429613, 1.311276, 1.201370, 1.017151, 0.259927",\
|
|
"1.567575, 1.449238, 1.339332, 1.155113, 0.397889",\
|
|
"2.135115, 2.016778, 1.906872, 1.722653, 0.965429");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.655272, -0.536935, -0.427029, -0.242810, 0.514414",\
|
|
"-0.661406, -0.543070, -0.433164, -0.248945, 0.508280",\
|
|
"-0.616474, -0.498137, -0.388231, -0.204012, 0.553212",\
|
|
"-0.477803, -0.359467, -0.249561, -0.065342, 0.691883",\
|
|
"0.093694, 0.212031, 0.321937, 0.506155, 1.263380");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.120664, -1.002327, -0.892421, -0.708202, 0.049022",\
|
|
"-1.176561, -1.058225, -0.948319, -0.764100, -0.006875",\
|
|
"-1.200831, -1.082494, -0.972588, -0.788369, -0.031145",\
|
|
"-1.213708, -1.095371, -0.985465, -0.801246, -0.044022",\
|
|
"-1.265742, -1.147406, -1.037500, -0.853281, -0.096056");
|
|
}
|
|
|
|
} /* 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.394358, 0.370443, 0.397279, 0.512318, 0.986792",\
|
|
"0.440520, 0.416604, 0.443440, 0.558480, 1.032954",\
|
|
"0.447855, 0.423939, 0.450775, 0.565815, 1.040289",\
|
|
"0.429664, 0.405748, 0.432584, 0.547623, 1.022098",\
|
|
"0.354692, 0.330777, 0.357613, 0.472652, 0.947126");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.753899, 0.729983, 0.756819, 0.871859, 1.346333",\
|
|
"0.851356, 0.827440, 0.854276, 0.969315, 1.443789",\
|
|
"0.929890, 0.905975, 0.932810, 1.047850, 1.522324",\
|
|
"1.067852, 1.043937, 1.070773, 1.185812, 1.660286",\
|
|
"1.635393, 1.611477, 1.638313, 1.753352, 2.227826");
|
|
}
|
|
|
|
} /* 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.285150, -0.185709, -0.112371, 0.003459, 0.480614",\
|
|
"-0.291284, -0.191843, -0.118506, -0.002675, 0.474480",\
|
|
"-0.246352, -0.146911, -0.073573, 0.042257, 0.519412",\
|
|
"-0.107681, -0.008240, 0.065098, 0.180928, 0.658083",\
|
|
"0.463816, 0.563257, 0.636595, 0.752425, 1.229580");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.628730, -0.529290, -0.455952, -0.340122, 0.137034",\
|
|
"-0.684628, -0.585188, -0.511850, -0.396019, 0.081136",\
|
|
"-0.708897, -0.609457, -0.536119, -0.420289, 0.056866",\
|
|
"-0.721775, -0.622334, -0.548996, -0.433166, 0.043989",\
|
|
"-0.773809, -0.674368, -0.601031, -0.485200, -0.008045");
|
|
}
|
|
|
|
} /* 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.007109 ;
|
|
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.861146, 0.742809, 0.632903, 0.448684, -0.308540",\
|
|
"0.894946, 0.776609, 0.666703, 0.482484, -0.274740",\
|
|
"0.889987, 0.771651, 0.661745, 0.477526, -0.279699",\
|
|
"0.842714, 0.724377, 0.614471, 0.430252, -0.326972",\
|
|
"0.645123, 0.526787, 0.416881, 0.232662, -0.524562");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.242475, 1.124139, 1.014233, 0.830014, 0.072789",\
|
|
"1.342070, 1.223733, 1.113827, 0.929608, 0.172384",\
|
|
"1.427460, 1.309124, 1.199218, 1.014999, 0.257774",\
|
|
"1.577897, 1.459561, 1.349654, 1.165436, 0.408211",\
|
|
"2.197692, 2.079355, 1.969449, 1.785230, 1.028006");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.803263, -0.684927, -0.575021, -0.390802, 0.366423",\
|
|
"-0.788827, -0.670491, -0.560584, -0.376366, 0.380859",\
|
|
"-0.720885, -0.602548, -0.492642, -0.308423, 0.448801",\
|
|
"-0.528430, -0.410093, -0.300187, -0.115968, 0.641256",\
|
|
"0.267491, 0.385828, 0.495733, 0.679952, 1.437177");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.137771, -1.019435, -0.909529, -0.725310, 0.031915",\
|
|
"-1.187780, -1.069443, -0.959537, -0.775318, -0.018094",\
|
|
"-1.208425, -1.090088, -0.980182, -0.795963, -0.038739",\
|
|
"-1.209619, -1.091282, -0.981376, -0.797157, -0.039933",\
|
|
"-1.214349, -1.096012, -0.986106, -0.801887, -0.044663");
|
|
}
|
|
|
|
} /* 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.482894, 0.458978, 0.485814, 0.600854, 1.075328",\
|
|
"0.516694, 0.492778, 0.519614, 0.634654, 1.109128",\
|
|
"0.511736, 0.487820, 0.514656, 0.629695, 1.104170",\
|
|
"0.464463, 0.440547, 0.467383, 0.582422, 1.056896",\
|
|
"0.266872, 0.242956, 0.269792, 0.384831, 0.859306");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.736132, 0.712217, 0.739053, 0.854092, 1.328566",\
|
|
"0.835727, 0.811811, 0.838647, 0.953686, 1.428161",\
|
|
"0.921117, 0.897202, 0.924038, 1.039077, 1.513551",\
|
|
"1.071554, 1.047638, 1.074474, 1.189514, 1.663988",\
|
|
"1.691349, 1.667433, 1.694269, 1.809308, 2.283783");
|
|
}
|
|
|
|
} /* 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.436166, -0.336726, -0.263388, -0.147557, 0.329598",\
|
|
"-0.421730, -0.322289, -0.248952, -0.133121, 0.344034",\
|
|
"-0.353788, -0.254347, -0.181009, -0.065179, 0.411976",\
|
|
"-0.161333, -0.061892, 0.011446, 0.127276, 0.604431",\
|
|
"0.634588, 0.734029, 0.807366, 0.923197, 1.400352");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.650847, -0.551407, -0.478069, -0.362238, 0.114917",\
|
|
"-0.700855, -0.601415, -0.528077, -0.412247, 0.064908",\
|
|
"-0.721501, -0.622060, -0.548722, -0.432892, 0.044263",\
|
|
"-0.722695, -0.623254, -0.549916, -0.434086, 0.043069",\
|
|
"-0.727425, -0.627984, -0.554646, -0.438816, 0.038339");
|
|
}
|
|
|
|
} /* 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.008920 ;
|
|
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.806912, 0.688576, 0.578595, 0.394392, -0.364732",\
|
|
"0.852937, 0.734600, 0.624620, 0.440417, -0.318707",\
|
|
"0.860437, 0.742100, 0.632119, 0.447917, -0.311208",\
|
|
"0.841392, 0.723055, 0.613075, 0.428872, -0.330253",\
|
|
"0.762903, 0.644566, 0.534586, 0.350383, -0.408741");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.244016, 1.125679, 1.015698, 0.831496, 0.072371",\
|
|
"1.341555, 1.223218, 1.113238, 0.929035, 0.169910",\
|
|
"1.420064, 1.301727, 1.191747, 1.007544, 0.248420",\
|
|
"1.557222, 1.438885, 1.328904, 1.144702, 0.385577",\
|
|
"2.121413, 2.003076, 1.893096, 1.708893, 0.949769");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.608507, -0.490171, -0.380190, -0.195987, 0.563137",\
|
|
"-0.561320, -0.442983, -0.333003, -0.148800, 0.610325",\
|
|
"-0.446996, -0.328659, -0.218679, -0.034476, 0.724649",\
|
|
"-0.147140, -0.028803, 0.081177, 0.265380, 1.024504",\
|
|
"1.088642, 1.206978, 1.316959, 1.501162, 2.260286");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.007345, -0.889008, -0.779028, -0.594825, 0.164299",\
|
|
"-1.008848, -0.890512, -0.780531, -0.596328, 0.162796",\
|
|
"-0.961849, -0.843513, -0.733532, -0.549330, 0.209795",\
|
|
"-0.809704, -0.691367, -0.581387, -0.397184, 0.361940",\
|
|
"-0.181605, -0.063268, 0.046712, 0.230915, 0.990039");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.746169, 0.722253, 0.749089, 0.864164, 1.338630",\
|
|
"0.792194, 0.768278, 0.795114, 0.910189, 1.384654",\
|
|
"0.799693, 0.775778, 0.802613, 0.917689, 1.392154",\
|
|
"0.780648, 0.756733, 0.783568, 0.898644, 1.373109",\
|
|
"0.702160, 0.678244, 0.705079, 0.820155, 1.294620");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.036535, 1.012619, 1.039455, 1.154530, 1.628995",\
|
|
"1.134074, 1.110158, 1.136994, 1.252069, 1.726534",\
|
|
"1.212583, 1.188667, 1.215503, 1.330578, 1.805043",\
|
|
"1.349741, 1.325825, 1.352661, 1.467736, 1.942201",\
|
|
"1.913932, 1.890016, 1.916852, 2.031927, 2.506392");
|
|
}
|
|
|
|
} /* 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.561385, -0.461944, -0.388606, -0.272776, 0.204379",\
|
|
"-0.514197, -0.414757, -0.341419, -0.225589, 0.251566",\
|
|
"-0.399873, -0.300433, -0.227095, -0.111265, 0.365891",\
|
|
"-0.100017, -0.000577, 0.072761, 0.188591, 0.665746",\
|
|
"1.135764, 1.235205, 1.308542, 1.424373, 1.901528");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.819305, -0.719864, -0.646526, -0.530696, -0.053541",\
|
|
"-0.820808, -0.721368, -0.648030, -0.532200, -0.055045",\
|
|
"-0.773810, -0.674369, -0.601031, -0.485201, -0.008046",\
|
|
"-0.621664, -0.522223, -0.448886, -0.333055, 0.144100",\
|
|
"0.006435, 0.105875, 0.179213, 0.295043, 0.772198");
|
|
}
|
|
|
|
} /* 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.008239 ;
|
|
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.861877, 0.743541, 0.633635, 0.449416, -0.307809",\
|
|
"0.909938, 0.791601, 0.681695, 0.497476, -0.259748",\
|
|
"0.917918, 0.799581, 0.689675, 0.505456, -0.251768",\
|
|
"0.896371, 0.778035, 0.668128, 0.483910, -0.273315",\
|
|
"0.807571, 0.689235, 0.579329, 0.395110, -0.362115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.346924, 1.228587, 1.118681, 0.934462, 0.177238",\
|
|
"1.450718, 1.332381, 1.222475, 1.038256, 0.281032",\
|
|
"1.541850, 1.423513, 1.313607, 1.129388, 0.372164",\
|
|
"1.696850, 1.578513, 1.468607, 1.284388, 0.527164",\
|
|
"2.334207, 2.215870, 2.105964, 1.921746, 1.164521");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.795660, -0.677324, -0.567418, -0.383199, 0.374026",\
|
|
"-0.728888, -0.610552, -0.500646, -0.316427, 0.440798",\
|
|
"-0.586860, -0.468523, -0.358617, -0.174398, 0.582826",\
|
|
"-0.219534, -0.101197, 0.008709, 0.192928, 0.950152",\
|
|
"1.294307, 1.412644, 1.522550, 1.706769, 2.463994");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.212874, -1.094537, -0.984631, -0.800412, -0.043188",\
|
|
"-1.199095, -1.080758, -0.970852, -0.786633, -0.029409",\
|
|
"-1.136642, -1.018305, -0.908399, -0.724180, 0.033044",\
|
|
"-0.937618, -0.819281, -0.709375, -0.525156, 0.232068",\
|
|
"-0.115956, 0.002381, 0.112287, 0.296506, 1.053730");
|
|
}
|
|
|
|
} /* 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.481958, 0.458042, 0.484878, 0.599917, 1.074391",\
|
|
"0.530018, 0.506102, 0.532938, 0.647977, 1.122452",\
|
|
"0.537998, 0.514083, 0.540919, 0.655958, 1.130432",\
|
|
"0.516451, 0.492536, 0.519372, 0.634411, 1.108885",\
|
|
"0.427652, 0.403736, 0.430572, 0.545611, 1.020085");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.842542, 0.818627, 0.845463, 0.960502, 1.434976",\
|
|
"0.946336, 0.922421, 0.949257, 1.064296, 1.538770",\
|
|
"1.037469, 1.013553, 1.040389, 1.155428, 1.629903",\
|
|
"1.192469, 1.168553, 1.195389, 1.310428, 1.784903",\
|
|
"1.829826, 1.805910, 1.832746, 1.947785, 2.422260");
|
|
}
|
|
|
|
} /* 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.416775, -0.317335, -0.243997, -0.128166, 0.348989",\
|
|
"-0.350003, -0.250563, -0.177225, -0.061395, 0.415760",\
|
|
"-0.207975, -0.108534, -0.035197, 0.080634, 0.557789",\
|
|
"0.159351, 0.258791, 0.332129, 0.447960, 0.925115",\
|
|
"1.673192, 1.772633, 1.845971, 1.961801, 2.438956");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.713445, -0.614004, -0.540666, -0.424836, 0.052319",\
|
|
"-0.699666, -0.600225, -0.526887, -0.411057, 0.066098",\
|
|
"-0.637212, -0.537772, -0.464434, -0.348604, 0.128551",\
|
|
"-0.438189, -0.338748, -0.265411, -0.149580, 0.327575",\
|
|
"0.383473, 0.482914, 0.556252, 0.672082, 1.149237");
|
|
}
|
|
|
|
} /* 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.009480 ;
|
|
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.605150, 0.486813, 0.376907, 0.192688, -0.564536",\
|
|
"0.667229, 0.548892, 0.438986, 0.254767, -0.502457",\
|
|
"0.690653, 0.572316, 0.462410, 0.278191, -0.479033",\
|
|
"0.692318, 0.573981, 0.464075, 0.279856, -0.477368",\
|
|
"0.699253, 0.580917, 0.471011, 0.286792, -0.470432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.113611, 0.995274, 0.885368, 0.701149, -0.056075",\
|
|
"1.225549, 1.107212, 0.997306, 0.813087, 0.055863",\
|
|
"1.326767, 1.208430, 1.098524, 0.914305, 0.157081",\
|
|
"1.494029, 1.375692, 1.265786, 1.081567, 0.324343",\
|
|
"2.183390, 2.065053, 1.955148, 1.770929, 1.013704");
|
|
}
|
|
|
|
} /* 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.482093, -0.363756, -0.253850, -0.069631, 0.687593",\
|
|
"-0.544172, -0.425836, -0.315930, -0.131711, 0.625513",\
|
|
"-0.567596, -0.449259, -0.339353, -0.155134, 0.602090",\
|
|
"-0.569261, -0.450924, -0.341018, -0.156799, 0.600425",\
|
|
"-0.576196, -0.457860, -0.347954, -0.163735, 0.593489");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.836968, -0.718631, -0.608725, -0.424506, 0.332718",\
|
|
"-0.948906, -0.830569, -0.720663, -0.536444, 0.220780",\
|
|
"-1.050124, -0.931788, -0.821882, -0.637663, 0.119561",\
|
|
"-1.217386, -1.099050, -0.989144, -0.804925, -0.047701",\
|
|
"-1.906747, -1.788411, -1.678505, -1.494286, -0.737062");
|
|
}
|
|
|
|
} /* 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.561858, 0.537942, 0.564778, 0.679817, 1.154292",\
|
|
"0.623937, 0.600021, 0.626857, 0.741897, 1.216371",\
|
|
"0.647361, 0.623445, 0.650281, 0.765320, 1.239795",\
|
|
"0.649026, 0.625110, 0.651946, 0.766985, 1.241460",\
|
|
"0.655961, 0.632046, 0.658882, 0.773921, 1.248395");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.933962, 0.910047, 0.936883, 1.051922, 1.526396",\
|
|
"1.045900, 1.021984, 1.048820, 1.163860, 1.638334",\
|
|
"1.147118, 1.123203, 1.150039, 1.265078, 1.739552",\
|
|
"1.314380, 1.290465, 1.317301, 1.432340, 1.906814",\
|
|
"2.003741, 1.979825, 2.006661, 2.121701, 2.596175");
|
|
}
|
|
|
|
} /* 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.396498, -0.297050, -0.223697, -0.107786, 0.369528",\
|
|
"-0.458577, -0.359130, -0.285776, -0.169865, 0.307448",\
|
|
"-0.482001, -0.382553, -0.309200, -0.193289, 0.284024",\
|
|
"-0.483666, -0.384218, -0.310865, -0.194954, 0.282360",\
|
|
"-0.490601, -0.391154, -0.317800, -0.201889, 0.275424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.615800, -0.516352, -0.442998, -0.327087, 0.150226",\
|
|
"-0.727737, -0.628290, -0.554936, -0.439025, 0.038288",\
|
|
"-0.828956, -0.729508, -0.656154, -0.540243, -0.062930",\
|
|
"-0.996218, -0.896770, -0.823417, -0.707506, -0.230193",\
|
|
"-1.685579, -1.586131, -1.512778, -1.396867, -0.919554");
|
|
}
|
|
|
|
} /* 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.010049 ;
|
|
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.720186, 0.601850, 0.491944, 0.307725, -0.449499",\
|
|
"0.769797, 0.651461, 0.541555, 0.357336, -0.399888",\
|
|
"0.777821, 0.659484, 0.549578, 0.365359, -0.391865",\
|
|
"0.756590, 0.638254, 0.528348, 0.344129, -0.413095",\
|
|
"0.667908, 0.549571, 0.439665, 0.255446, -0.501778");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.071086, 0.952749, 0.842843, 0.658624, -0.098600",\
|
|
"1.177253, 1.058917, 0.949011, 0.764792, 0.007568",\
|
|
"1.268287, 1.149951, 1.040045, 0.855826, 0.098601",\
|
|
"1.422841, 1.304504, 1.194598, 1.010379, 0.253155",\
|
|
"2.056604, 1.938267, 1.828361, 1.644142, 0.886918");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.690352, -0.572015, -0.462109, -0.277890, 0.479334",\
|
|
"-0.710593, -0.592256, -0.482350, -0.298131, 0.459093",\
|
|
"-0.680236, -0.561899, -0.451993, -0.267774, 0.489450",\
|
|
"-0.570536, -0.452200, -0.342294, -0.158075, 0.599150",\
|
|
"-0.117249, 0.001088, 0.110994, 0.295213, 1.052437");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.988954, -0.870617, -0.760711, -0.576492, 0.180732",\
|
|
"-1.065195, -0.946858, -0.836952, -0.652733, 0.104491",\
|
|
"-1.117122, -0.998785, -0.888879, -0.704660, 0.052564",\
|
|
"-1.181533, -1.063197, -0.953291, -0.769072, -0.011848",\
|
|
"-1.443798, -1.325461, -1.215555, -1.031336, -0.274112");
|
|
}
|
|
|
|
} /* 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.362030, 0.338114, 0.364950, 0.479989, 0.954464",\
|
|
"0.411641, 0.387725, 0.414561, 0.529601, 1.004075",\
|
|
"0.419665, 0.395749, 0.422585, 0.537624, 1.012099",\
|
|
"0.398434, 0.374518, 0.401354, 0.516394, 0.990868",\
|
|
"0.309751, 0.285836, 0.312672, 0.427711, 0.902185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.585831, 0.561916, 0.588751, 0.703791, 1.178265",\
|
|
"0.691999, 0.668083, 0.694919, 0.809958, 1.284432",\
|
|
"0.783032, 0.759117, 0.785952, 0.900992, 1.375466",\
|
|
"0.937586, 0.913670, 0.940506, 1.055545, 1.530020",\
|
|
"1.571349, 1.547433, 1.574269, 1.689308, 2.163783");
|
|
}
|
|
|
|
} /* 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.291461, -0.192014, -0.118660, -0.002749, 0.474564",\
|
|
"-0.311702, -0.212255, -0.138901, -0.022990, 0.454323",\
|
|
"-0.281345, -0.181898, -0.108544, 0.007367, 0.484680",\
|
|
"-0.171645, -0.072198, 0.001156, 0.117067, 0.594380",\
|
|
"0.281642, 0.381089, 0.454443, 0.570354, 1.047667");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.465585, -0.366138, -0.292784, -0.176873, 0.300440",\
|
|
"-0.541826, -0.442379, -0.369025, -0.253114, 0.224199",\
|
|
"-0.593754, -0.494306, -0.420952, -0.305042, 0.172272",\
|
|
"-0.658165, -0.558718, -0.485364, -0.369453, 0.107860",\
|
|
"-0.920429, -0.820982, -0.747628, -0.631717, -0.154404");
|
|
}
|
|
|
|
} /* 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.011593 ;
|
|
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.466841, 0.348504, 0.238598, 0.054379, -0.702845",\
|
|
"0.512909, 0.394573, 0.284667, 0.100448, -0.656777",\
|
|
"0.520323, 0.401986, 0.292080, 0.107861, -0.649363",\
|
|
"0.501557, 0.383220, 0.273314, 0.089096, -0.668129",\
|
|
"0.424220, 0.305884, 0.195978, 0.011759, -0.745465");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.737520, 0.619184, 0.509278, 0.325059, -0.432165",\
|
|
"0.835045, 0.716709, 0.606803, 0.422584, -0.334641",\
|
|
"0.913659, 0.795322, 0.685416, 0.501197, -0.256027",\
|
|
"1.051446, 0.933109, 0.823203, 0.638984, -0.118240",\
|
|
"1.617976, 1.499640, 1.389734, 1.205515, 0.448290");
|
|
}
|
|
|
|
} /* 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.363250, -0.244914, -0.135008, 0.049211, 0.806435",\
|
|
"-0.371266, -0.252930, -0.143024, 0.041195, 0.798419",\
|
|
"-0.328933, -0.210597, -0.100691, 0.083528, 0.840753",\
|
|
"-0.195499, -0.077163, 0.032743, 0.216962, 0.974186",\
|
|
"0.354415, 0.472751, 0.582657, 0.766876, 1.524100");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.587025, -0.468688, -0.358782, -0.174564, 0.582661",\
|
|
"-0.645629, -0.527292, -0.417386, -0.233168, 0.524057",\
|
|
"-0.673363, -0.555026, -0.445120, -0.260901, 0.496323",\
|
|
"-0.693871, -0.575534, -0.465628, -0.281409, 0.475815",\
|
|
"-0.777062, -0.658726, -0.548820, -0.364601, 0.392624");
|
|
}
|
|
|
|
} /* 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.502465, 0.478549, 0.505385, 0.620424, 1.094899",\
|
|
"0.548533, 0.524617, 0.551453, 0.666493, 1.140967",\
|
|
"0.555946, 0.532031, 0.558867, 0.673906, 1.148380",\
|
|
"0.537181, 0.513265, 0.540101, 0.655141, 1.129615",\
|
|
"0.459844, 0.435929, 0.462765, 0.577804, 1.052278");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.755894, 0.731978, 0.758814, 0.873853, 1.348328",\
|
|
"0.853419, 0.829503, 0.856339, 0.971378, 1.445852",\
|
|
"0.932032, 0.908116, 0.934952, 1.049991, 1.524466",\
|
|
"1.069819, 1.045903, 1.072739, 1.187778, 1.662253",\
|
|
"1.636349, 1.612434, 1.639270, 1.754309, 2.228783");
|
|
}
|
|
|
|
} /* 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.379932, -0.280486, -0.207137, -0.091238, 0.386027",\
|
|
"-0.387948, -0.288502, -0.215153, -0.099254, 0.378011",\
|
|
"-0.345615, -0.246169, -0.172820, -0.056921, 0.420344",\
|
|
"-0.212181, -0.112735, -0.039386, 0.076513, 0.553778",\
|
|
"0.337733, 0.437179, 0.510528, 0.626427, 1.103692");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.589948, -0.490502, -0.417153, -0.301254, 0.176011",\
|
|
"-0.648552, -0.549106, -0.475757, -0.359858, 0.117407",\
|
|
"-0.676286, -0.576840, -0.503491, -0.387592, 0.089673",\
|
|
"-0.696794, -0.597348, -0.523998, -0.408099, 0.069166",\
|
|
"-0.779985, -0.680539, -0.607190, -0.491291, -0.014026");
|
|
}
|
|
|
|
} /* 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.009263 ;
|
|
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.719197, 0.600860, 0.490954, 0.306735, -0.450489",\
|
|
"0.765242, 0.646906, 0.537000, 0.352781, -0.404444",\
|
|
"0.772960, 0.654624, 0.544718, 0.360499, -0.396726",\
|
|
"0.754028, 0.635691, 0.525785, 0.341566, -0.415658",\
|
|
"0.676003, 0.557666, 0.447760, 0.263541, -0.493683");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.197182, 1.078845, 0.968939, 0.784720, 0.027496",\
|
|
"1.294621, 1.176284, 1.066378, 0.882159, 0.124935",\
|
|
"1.372839, 1.254502, 1.144596, 0.960377, 0.203153",\
|
|
"1.509042, 1.390705, 1.280799, 1.096580, 0.339356",\
|
|
"2.070035, 1.951698, 1.841792, 1.657573, 0.900349");
|
|
}
|
|
|
|
} /* 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.616495, -0.498159, -0.388253, -0.204034, 0.553191",\
|
|
"-0.662541, -0.544204, -0.434298, -0.250079, 0.507145",\
|
|
"-0.670259, -0.551922, -0.442016, -0.257797, 0.499427",\
|
|
"-0.651327, -0.532990, -0.423084, -0.238865, 0.518359",\
|
|
"-0.573301, -0.454965, -0.345059, -0.160840, 0.596385");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.093586, -0.975249, -0.865343, -0.681124, 0.076100",\
|
|
"-1.191025, -1.072688, -0.962782, -0.778563, -0.021339",\
|
|
"-1.269243, -1.150906, -1.041000, -0.856781, -0.099557",\
|
|
"-1.405445, -1.287109, -1.177203, -0.992984, -0.235759",\
|
|
"-1.966438, -1.848101, -1.738195, -1.553976, -0.796752");
|
|
}
|
|
|
|
} /* 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.360978, 0.337062, 0.363898, 0.478938, 0.953412",\
|
|
"0.407024, 0.383108, 0.409944, 0.524983, 0.999458",\
|
|
"0.414742, 0.390826, 0.417662, 0.532701, 1.007176",\
|
|
"0.395809, 0.371894, 0.398730, 0.513769, 0.988243",\
|
|
"0.317784, 0.293869, 0.320705, 0.435744, 0.910218");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.713540, 0.689625, 0.716460, 0.831500, 1.305974",\
|
|
"0.810979, 0.787063, 0.813899, 0.928939, 1.403413",\
|
|
"0.889197, 0.865282, 0.892118, 1.007157, 1.481631",\
|
|
"1.025400, 1.001484, 1.028320, 1.143360, 1.617834",\
|
|
"1.586393, 1.562477, 1.589313, 1.704352, 2.178827");
|
|
}
|
|
|
|
} /* 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.243108, -0.143668, -0.070330, 0.045500, 0.522656",\
|
|
"-0.289154, -0.189713, -0.116376, -0.000545, 0.476610",\
|
|
"-0.296872, -0.197431, -0.124094, -0.008263, 0.468892",\
|
|
"-0.277940, -0.178499, -0.105161, 0.010669, 0.487824",\
|
|
"-0.199914, -0.100474, -0.027136, 0.088694, 0.565849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.599817, -0.500377, -0.427039, -0.311209, 0.165946",\
|
|
"-0.697256, -0.597816, -0.524478, -0.408647, 0.068508",\
|
|
"-0.775475, -0.676034, -0.602696, -0.486866, -0.009711",\
|
|
"-0.911677, -0.812236, -0.738899, -0.623068, -0.145913",\
|
|
"-1.472670, -1.373229, -1.299891, -1.184061, -0.706906");
|
|
}
|
|
|
|
} /* 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.012955 ;
|
|
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.732632, 0.614295, 0.504389, 0.320170, -0.437054",\
|
|
"0.780755, 0.662418, 0.552512, 0.368293, -0.388931",\
|
|
"0.788746, 0.670410, 0.560504, 0.376285, -0.380939",\
|
|
"0.767404, 0.649068, 0.539162, 0.354943, -0.402282",\
|
|
"0.679447, 0.561111, 0.451205, 0.266986, -0.490239");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.231022, 1.112686, 1.002780, 0.818561, 0.061336",\
|
|
"1.334756, 1.216419, 1.106513, 0.922294, 0.165070",\
|
|
"1.426023, 1.307686, 1.197780, 1.013561, 0.256337",\
|
|
"1.580963, 1.462626, 1.352720, 1.168501, 0.411277",\
|
|
"2.218200, 2.099864, 1.989958, 1.805739, 1.048515");
|
|
}
|
|
|
|
} /* 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.624913, -0.506577, -0.396671, -0.212452, 0.544773",\
|
|
"-0.673036, -0.554699, -0.444793, -0.260574, 0.496650",\
|
|
"-0.681028, -0.562691, -0.452785, -0.268566, 0.488658",\
|
|
"-0.659686, -0.541349, -0.431443, -0.247224, 0.510000",\
|
|
"-0.571729, -0.453392, -0.343486, -0.159267, 0.597957");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.061938, -0.943601, -0.833695, -0.649476, 0.107748",\
|
|
"-1.165671, -1.047334, -0.937428, -0.753209, 0.004015",\
|
|
"-1.256938, -1.138602, -1.028696, -0.844477, -0.087252",\
|
|
"-1.411878, -1.293542, -1.183636, -0.999417, -0.242192",\
|
|
"-2.049116, -1.930779, -1.820873, -1.636654, -0.879430");
|
|
}
|
|
|
|
} /* 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.360191, 0.336275, 0.363111, 0.478151, 0.952625",\
|
|
"0.408314, 0.384398, 0.411234, 0.526273, 1.000748",\
|
|
"0.416306, 0.392390, 0.419226, 0.534265, 1.008740",\
|
|
"0.394963, 0.371048, 0.397884, 0.512923, 0.987397",\
|
|
"0.307006, 0.283091, 0.309927, 0.424966, 0.899440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.731328, 0.707412, 0.734248, 0.849287, 1.323762",\
|
|
"0.835061, 0.811145, 0.837981, 0.953020, 1.427495",\
|
|
"0.926328, 0.902413, 0.929249, 1.044288, 1.518762",\
|
|
"1.081268, 1.057352, 1.084188, 1.199227, 1.673702",\
|
|
"1.718506, 1.694590, 1.721426, 1.836465, 2.310940");
|
|
}
|
|
|
|
} /* 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.254565, -0.155125, -0.081787, 0.034043, 0.511198",\
|
|
"-0.302688, -0.203248, -0.129910, -0.014080, 0.463076",\
|
|
"-0.310680, -0.211239, -0.137902, -0.022071, 0.455084",\
|
|
"-0.289338, -0.189897, -0.116559, -0.000729, 0.476426",\
|
|
"-0.201381, -0.101940, -0.028602, 0.087228, 0.564383");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.570030, -0.470589, -0.397251, -0.281421, 0.195734",\
|
|
"-0.673763, -0.574322, -0.500985, -0.385154, 0.092001",\
|
|
"-0.765031, -0.665590, -0.592252, -0.476422, 0.000733",\
|
|
"-0.919970, -0.820530, -0.747192, -0.631361, -0.154206",\
|
|
"-1.557208, -1.457767, -1.384430, -1.268599, -0.791444");
|
|
}
|
|
|
|
} /* 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.006148 ;
|
|
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.838041, 0.719704, 0.609798, 0.425579, -0.331645",\
|
|
"0.871848, 0.753512, 0.643606, 0.459387, -0.297837",\
|
|
"0.866965, 0.748628, 0.638722, 0.454503, -0.302721",\
|
|
"0.819430, 0.701093, 0.591187, 0.406968, -0.350256",\
|
|
"0.621039, 0.502702, 0.392797, 0.208578, -0.548647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.205206, 1.086870, 0.976964, 0.792745, 0.035520",\
|
|
"1.304606, 1.186270, 1.076364, 0.892145, 0.134920",\
|
|
"1.389505, 1.271168, 1.161263, 0.977044, 0.219819",\
|
|
"1.539228, 1.420891, 1.310985, 1.126766, 0.369542",\
|
|
"2.157375, 2.039038, 1.929132, 1.744914, 0.987689");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.763857, -0.645520, -0.535614, -0.351395, 0.405829",\
|
|
"-0.770274, -0.651938, -0.542032, -0.357813, 0.399412",\
|
|
"-0.729629, -0.611292, -0.501386, -0.317167, 0.440057",\
|
|
"-0.599662, -0.481325, -0.371419, -0.187200, 0.570024",\
|
|
"-0.061547, 0.056790, 0.166696, 0.350915, 1.108139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.093796, -0.975459, -0.865553, -0.681334, 0.075890",\
|
|
"-1.164948, -1.046612, -0.936706, -0.752487, 0.004738",\
|
|
"-1.212968, -1.094631, -0.984725, -0.800506, -0.043282",\
|
|
"-1.277682, -1.159345, -1.049439, -0.865220, -0.107996",\
|
|
"-1.545486, -1.427149, -1.317243, -1.133024, -0.375800");
|
|
}
|
|
|
|
} /* 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.459789, 0.435873, 0.462709, 0.577748, 1.052223",\
|
|
"0.493597, 0.469681, 0.496517, 0.611556, 1.086031",\
|
|
"0.488713, 0.464797, 0.491633, 0.606673, 1.081147",\
|
|
"0.441178, 0.417262, 0.444098, 0.559138, 1.033612",\
|
|
"0.242788, 0.218872, 0.245708, 0.360747, 0.835222");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.698864, 0.674948, 0.701784, 0.816823, 1.291297",\
|
|
"0.798263, 0.774348, 0.801184, 0.916223, 1.390697",\
|
|
"0.883162, 0.859246, 0.886082, 1.001122, 1.475596",\
|
|
"1.032885, 1.008969, 1.035805, 1.150844, 1.625319",\
|
|
"1.651032, 1.627117, 1.653953, 1.768992, 2.243466");
|
|
}
|
|
|
|
} /* 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.396760, -0.297319, -0.223981, -0.108151, 0.369004",\
|
|
"-0.403177, -0.303737, -0.230399, -0.114568, 0.362587",\
|
|
"-0.362532, -0.263091, -0.189754, -0.073923, 0.403232",\
|
|
"-0.232565, -0.133124, -0.059786, 0.056044, 0.533199",\
|
|
"0.305550, 0.404991, 0.478329, 0.594159, 1.071314");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.606871, -0.507431, -0.434093, -0.318263, 0.158892",\
|
|
"-0.678024, -0.578584, -0.505246, -0.389416, 0.087740",\
|
|
"-0.726044, -0.626603, -0.553266, -0.437435, 0.039720",\
|
|
"-0.790758, -0.691317, -0.617979, -0.502149, -0.024994",\
|
|
"-1.058562, -0.959121, -0.885783, -0.769953, -0.292798");
|
|
}
|
|
|
|
} /* 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.007556 ;
|
|
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.671671, 0.553334, 0.443354, 0.259151, -0.499973",\
|
|
"0.717680, 0.599344, 0.489363, 0.305160, -0.453964",\
|
|
"0.725267, 0.606930, 0.496950, 0.312747, -0.446377",\
|
|
"0.706063, 0.587726, 0.477746, 0.293543, -0.465581",\
|
|
"0.626918, 0.508581, 0.398601, 0.214398, -0.544726");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.240211, 1.121874, 1.011894, 0.827691, 0.068567",\
|
|
"1.337662, 1.219325, 1.109345, 0.925142, 0.166018",\
|
|
"1.415889, 1.297552, 1.187572, 1.003369, 0.244244",\
|
|
"1.552152, 1.433815, 1.323834, 1.139632, 0.380507",\
|
|
"2.111337, 1.993000, 1.883020, 1.698817, 0.939693");
|
|
}
|
|
|
|
} /* 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.494258, -0.375922, -0.265941, -0.081738, 0.677386",\
|
|
"-0.540267, -0.421931, -0.311950, -0.127747, 0.631377",\
|
|
"-0.547854, -0.429517, -0.319537, -0.135334, 0.623790",\
|
|
"-0.528650, -0.410313, -0.300333, -0.116130, 0.642994",\
|
|
"-0.449505, -0.331168, -0.221188, -0.036985, 0.722139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.971493, -0.853156, -0.743176, -0.558973, 0.200152",\
|
|
"-1.068944, -0.950607, -0.840627, -0.656424, 0.102701",\
|
|
"-1.147170, -1.028834, -0.918853, -0.734650, 0.024474",\
|
|
"-1.283433, -1.165096, -1.055116, -0.870913, -0.111789",\
|
|
"-1.842618, -1.724282, -1.614301, -1.430099, -0.670974");
|
|
}
|
|
|
|
} /* 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.610928, 0.587012, 0.613848, 0.728923, 1.203388",\
|
|
"0.656937, 0.633021, 0.659857, 0.774933, 1.249398",\
|
|
"0.664524, 0.640608, 0.667444, 0.782519, 1.256984",\
|
|
"0.645320, 0.621404, 0.648240, 0.763315, 1.237780",\
|
|
"0.566175, 0.542259, 0.569095, 0.684170, 1.158635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.032730, 1.008814, 1.035650, 1.150725, 1.625191",\
|
|
"1.130181, 1.106265, 1.133101, 1.248177, 1.722642",\
|
|
"1.208408, 1.184492, 1.211328, 1.326403, 1.800868",\
|
|
"1.344671, 1.320755, 1.347591, 1.462666, 1.937131",\
|
|
"1.903856, 1.879940, 1.906776, 2.021852, 2.496317");
|
|
}
|
|
|
|
} /* 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.447136, -0.347695, -0.274357, -0.158527, 0.318628",\
|
|
"-0.493145, -0.393704, -0.320366, -0.204536, 0.272619",\
|
|
"-0.500732, -0.401291, -0.327953, -0.212123, 0.265032",\
|
|
"-0.481528, -0.382087, -0.308749, -0.192919, 0.284236",\
|
|
"-0.402383, -0.302942, -0.229604, -0.113774, 0.363381");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.783453, -0.684012, -0.610674, -0.494844, -0.017689",\
|
|
"-0.880904, -0.781463, -0.708125, -0.592295, -0.115140",\
|
|
"-0.959130, -0.859689, -0.786352, -0.670521, -0.193366",\
|
|
"-1.095393, -0.995952, -0.922615, -0.806784, -0.329629",\
|
|
"-1.654578, -1.555138, -1.481800, -1.365970, -0.888815");
|
|
}
|
|
|
|
} /* 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.007076 ;
|
|
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.952114, 0.833777, 0.723871, 0.539652, -0.217572",\
|
|
"0.985872, 0.867535, 0.757629, 0.573410, -0.183814",\
|
|
"0.980545, 0.862208, 0.752302, 0.568083, -0.189141",\
|
|
"0.933545, 0.815208, 0.705302, 0.521084, -0.236141",\
|
|
"0.735849, 0.617513, 0.507607, 0.323388, -0.433837");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.630954, 1.512618, 1.402712, 1.218493, 0.461268",\
|
|
"1.731126, 1.612789, 1.502883, 1.318664, 0.561440",\
|
|
"1.818292, 1.699956, 1.590050, 1.405831, 0.648606",\
|
|
"1.971431, 1.853094, 1.743188, 1.558969, 0.801745",\
|
|
"2.602370, 2.484034, 2.374128, 2.189909, 1.432684");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.872478, -0.754141, -0.644235, -0.460016, 0.297208",\
|
|
"-0.906236, -0.787899, -0.677993, -0.493774, 0.263450",\
|
|
"-0.900909, -0.782572, -0.672666, -0.488447, 0.268777",\
|
|
"-0.853909, -0.735572, -0.625666, -0.441447, 0.315777",\
|
|
"-0.656213, -0.537876, -0.427970, -0.243751, 0.513473");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.303485, -1.185148, -1.075242, -0.891023, -0.133799",\
|
|
"-1.403656, -1.285320, -1.175414, -0.991195, -0.233970",\
|
|
"-1.490823, -1.372486, -1.262580, -1.078362, -0.321137",\
|
|
"-1.643961, -1.525625, -1.415719, -1.231500, -0.474275",\
|
|
"-2.274901, -2.156564, -2.046659, -1.862440, -1.105215");
|
|
}
|
|
|
|
} /* 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.572194, 0.548278, 0.575114, 0.690154, 1.164628",\
|
|
"0.605952, 0.582037, 0.608873, 0.723912, 1.198386",\
|
|
"0.600625, 0.576710, 0.603545, 0.718585, 1.193059",\
|
|
"0.553625, 0.529710, 0.556546, 0.671585, 1.146059",\
|
|
"0.355930, 0.332014, 0.358850, 0.473889, 0.948363");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.126573, 1.102657, 1.129493, 1.244533, 1.719007",\
|
|
"1.226744, 1.202829, 1.229665, 1.344704, 1.819178",\
|
|
"1.313911, 1.289996, 1.316832, 1.431871, 1.906345",\
|
|
"1.467050, 1.443134, 1.469970, 1.585009, 2.059484",\
|
|
"2.097989, 2.074074, 2.100909, 2.215949, 2.690423");
|
|
}
|
|
|
|
} /* 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.493593, -0.394152, -0.320814, -0.204984, 0.272171",\
|
|
"-0.527351, -0.427910, -0.354572, -0.238742, 0.238413",\
|
|
"-0.522024, -0.422583, -0.349245, -0.233415, 0.243740",\
|
|
"-0.475024, -0.375583, -0.302246, -0.186415, 0.290740",\
|
|
"-0.277328, -0.177888, -0.104550, 0.011281, 0.488436");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.804056, -0.704615, -0.631277, -0.515447, -0.038292",\
|
|
"-0.904227, -0.804787, -0.731449, -0.615618, -0.138463",\
|
|
"-0.991394, -0.891953, -0.818616, -0.702785, -0.225630",\
|
|
"-1.144532, -1.045092, -0.971754, -0.855924, -0.378769",\
|
|
"-1.775472, -1.676032, -1.602694, -1.486864, -1.009709");
|
|
}
|
|
|
|
} /* 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.010330 ;
|
|
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.556977, 0.438640, 0.328734, 0.144515, -0.612709",\
|
|
"0.605047, 0.486710, 0.376804, 0.192585, -0.564639",\
|
|
"0.613063, 0.494726, 0.384820, 0.200601, -0.556623",\
|
|
"0.591745, 0.473408, 0.363502, 0.179283, -0.577941",\
|
|
"0.502912, 0.384575, 0.274669, 0.090450, -0.666774");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.113829, 0.995493, 0.885587, 0.701368, -0.055856",\
|
|
"1.219143, 1.100807, 0.990901, 0.806682, 0.049458",\
|
|
"1.310116, 1.191779, 1.081873, 0.897654, 0.140430",\
|
|
"1.464680, 1.346343, 1.236437, 1.052218, 0.294994",\
|
|
"2.098614, 1.980277, 1.870371, 1.686152, 0.928928");
|
|
}
|
|
|
|
} /* 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.426468, -0.308132, -0.198226, -0.014007, 0.743217",\
|
|
"-0.442037, -0.323701, -0.213795, -0.029576, 0.727648",\
|
|
"-0.407562, -0.289225, -0.179319, 0.004900, 0.762124",\
|
|
"-0.288299, -0.169962, -0.060056, 0.124163, 0.881387",\
|
|
"0.204192, 0.322529, 0.432435, 0.616654, 1.373878");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.834739, -0.716403, -0.606497, -0.422278, 0.334946",\
|
|
"-0.906959, -0.788622, -0.678716, -0.494497, 0.262727",\
|
|
"-0.954664, -0.836328, -0.726422, -0.542203, 0.215021",\
|
|
"-1.009496, -0.891159, -0.781253, -0.597034, 0.160190",\
|
|
"-1.232408, -1.114071, -1.004166, -0.819947, -0.062722");
|
|
}
|
|
|
|
} /* 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.513685, 0.489769, 0.516605, 0.631645, 1.106119",\
|
|
"0.561755, 0.537839, 0.564675, 0.679714, 1.154189",\
|
|
"0.569771, 0.545855, 0.572691, 0.687730, 1.162205",\
|
|
"0.548453, 0.524537, 0.551373, 0.666413, 1.140887",\
|
|
"0.459620, 0.435704, 0.462540, 0.577579, 1.052054");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.934181, 0.910265, 0.937101, 1.052140, 1.526615",\
|
|
"1.039495, 1.015579, 1.042415, 1.157454, 1.631929",\
|
|
"1.130467, 1.106551, 1.133387, 1.248426, 1.722901",\
|
|
"1.285031, 1.261115, 1.287951, 1.402991, 1.877465",\
|
|
"1.918965, 1.895049, 1.921885, 2.036924, 2.511399");
|
|
}
|
|
|
|
} /* 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.340873, -0.241426, -0.168072, -0.052161, 0.425152",\
|
|
"-0.356442, -0.256995, -0.183641, -0.067730, 0.409583",\
|
|
"-0.321967, -0.222520, -0.149166, -0.033255, 0.444058",\
|
|
"-0.202704, -0.103256, -0.029903, 0.086008, 0.563322",\
|
|
"0.289788, 0.389235, 0.462589, 0.578500, 1.055813");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.613571, -0.514124, -0.440770, -0.324859, 0.152454",\
|
|
"-0.685790, -0.586343, -0.512989, -0.397078, 0.080235",\
|
|
"-0.733496, -0.634048, -0.560694, -0.444784, 0.032530",\
|
|
"-0.788327, -0.688880, -0.615526, -0.499615, -0.022302",\
|
|
"-1.011240, -0.911792, -0.838438, -0.722527, -0.245214");
|
|
}
|
|
|
|
} /* 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.006899 ;
|
|
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.785522, 0.667185, 0.557279, 0.373060, -0.384164",\
|
|
"0.819732, 0.701395, 0.591489, 0.407270, -0.349954",\
|
|
"0.813564, 0.695228, 0.585322, 0.401103, -0.356122",\
|
|
"0.765150, 0.646813, 0.536907, 0.352688, -0.404536",\
|
|
"0.565622, 0.447286, 0.337380, 0.153161, -0.604064");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.363038, 1.244701, 1.134795, 0.950576, 0.193352",\
|
|
"1.463226, 1.344890, 1.234984, 1.050765, 0.293540",\
|
|
"1.550734, 1.432397, 1.322491, 1.138272, 0.381048",\
|
|
"1.706219, 1.587883, 1.477977, 1.293758, 0.536533",\
|
|
"2.345206, 2.226870, 2.116964, 1.932745, 1.175521");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.717153, -0.598816, -0.488910, -0.304691, 0.452533",\
|
|
"-0.744762, -0.626425, -0.516519, -0.332300, 0.424924",\
|
|
"-0.729975, -0.611638, -0.501732, -0.317513, 0.439711",\
|
|
"-0.661693, -0.543356, -0.433450, -0.249231, 0.507993",\
|
|
"-0.380286, -0.261949, -0.152043, 0.032176, 0.789400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.026325, -0.907988, -0.798082, -0.613863, 0.143361",\
|
|
"-1.119728, -1.001391, -0.891485, -0.707266, 0.049958",\
|
|
"-1.198375, -1.080039, -0.970133, -0.785914, -0.028690",\
|
|
"-1.333437, -1.215101, -1.105195, -0.920976, -0.163752",\
|
|
"-1.888256, -1.769919, -1.660013, -1.475794, -0.718570");
|
|
}
|
|
|
|
} /* 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.427297, 0.403382, 0.430218, 0.545257, 1.019731",\
|
|
"0.461508, 0.437592, 0.464428, 0.579467, 1.053941",\
|
|
"0.455340, 0.431424, 0.458260, 0.573299, 1.047774",\
|
|
"0.406926, 0.383010, 0.409846, 0.524885, 0.999359",\
|
|
"0.207398, 0.183482, 0.210318, 0.325357, 0.799832");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.877774, 0.853859, 0.880695, 0.995734, 1.470208",\
|
|
"0.977962, 0.954047, 0.980883, 1.095922, 1.570396",\
|
|
"1.065470, 1.041555, 1.068390, 1.183430, 1.657904",\
|
|
"1.220955, 1.197040, 1.223876, 1.338915, 1.813389",\
|
|
"1.859943, 1.836027, 1.862863, 1.977902, 2.452377");
|
|
}
|
|
|
|
} /* 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.318175, -0.218728, -0.145374, -0.029463, 0.447850",\
|
|
"-0.345784, -0.246337, -0.172983, -0.057072, 0.420241",\
|
|
"-0.330997, -0.231550, -0.158196, -0.042285, 0.435028",\
|
|
"-0.262715, -0.163268, -0.089914, 0.025997, 0.503310",\
|
|
"0.018692, 0.118139, 0.191493, 0.307404, 0.784717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.502949, -0.403502, -0.330148, -0.214237, 0.263076",\
|
|
"-0.596352, -0.496905, -0.423551, -0.307640, 0.169673",\
|
|
"-0.675000, -0.575552, -0.502199, -0.386288, 0.091025",\
|
|
"-0.810062, -0.710615, -0.637261, -0.521350, -0.044037",\
|
|
"-1.364880, -1.265433, -1.192079, -1.076168, -0.598855");
|
|
}
|
|
|
|
} /* 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.006236 ;
|
|
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.460977, 0.342640, 0.232734, 0.048515, -0.708709",\
|
|
"0.494759, 0.376422, 0.266516, 0.082298, -0.674927",\
|
|
"0.489294, 0.370957, 0.261051, 0.076832, -0.680392",\
|
|
"0.441369, 0.323032, 0.213126, 0.028907, -0.728317",\
|
|
"0.242790, 0.124453, 0.014547, -0.169672, -0.926896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.734293, 0.615956, 0.506050, 0.321832, -0.435393",\
|
|
"0.834556, 0.716220, 0.606314, 0.422095, -0.335129",\
|
|
"0.921797, 0.803460, 0.693554, 0.509335, -0.247889",\
|
|
"1.075308, 0.956971, 0.847065, 0.662846, -0.094378",\
|
|
"1.706697, 1.588360, 1.478454, 1.294235, 0.537011");
|
|
}
|
|
|
|
} /* 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.358081, -0.239745, -0.129839, 0.054380, 0.811604",\
|
|
"-0.351235, -0.232898, -0.122992, 0.061227, 0.818451",\
|
|
"-0.292721, -0.174384, -0.064478, 0.119741, 0.876965",\
|
|
"-0.122513, -0.004177, 0.105729, 0.289948, 1.047172",\
|
|
"0.580019, 0.698355, 0.808261, 0.992480, 1.749704");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.580084, -0.461748, -0.351842, -0.167623, 0.589602",\
|
|
"-0.638460, -0.520123, -0.410217, -0.225998, 0.531226",\
|
|
"-0.671009, -0.552672, -0.442766, -0.258547, 0.498677",\
|
|
"-0.698452, -0.580116, -0.470210, -0.285991, 0.471234",\
|
|
"-0.810285, -0.691948, -0.582042, -0.397824, 0.359401");
|
|
}
|
|
|
|
} /* 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.496600, 0.472684, 0.499520, 0.614560, 1.089034",\
|
|
"0.530382, 0.506467, 0.533303, 0.648342, 1.122816",\
|
|
"0.524917, 0.501002, 0.527838, 0.642877, 1.117351",\
|
|
"0.476992, 0.453076, 0.479912, 0.594951, 1.069426",\
|
|
"0.278413, 0.254497, 0.281333, 0.396373, 0.870847");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.752666, 0.728750, 0.755586, 0.870625, 1.345100",\
|
|
"0.852929, 0.829013, 0.855849, 0.970889, 1.445363",\
|
|
"0.940170, 0.916254, 0.943090, 1.058129, 1.532603",\
|
|
"1.093681, 1.069765, 1.096601, 1.211640, 1.686114",\
|
|
"1.725070, 1.701154, 1.727990, 1.843029, 2.317503");
|
|
}
|
|
|
|
} /* 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.374762, -0.275317, -0.201967, -0.086068, 0.391197",\
|
|
"-0.367916, -0.268470, -0.195121, -0.079222, 0.398043",\
|
|
"-0.309402, -0.209956, -0.136606, -0.020707, 0.456558",\
|
|
"-0.139194, -0.039749, 0.033601, 0.149500, 0.626765",\
|
|
"0.563338, 0.662783, 0.736133, 0.852032, 1.329297");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.583007, -0.483561, -0.410212, -0.294312, 0.182953",\
|
|
"-0.641382, -0.541937, -0.468587, -0.352688, 0.124577",\
|
|
"-0.673931, -0.574486, -0.501136, -0.385237, 0.092028",\
|
|
"-0.701375, -0.601929, -0.528580, -0.412681, 0.064585",\
|
|
"-0.813208, -0.713762, -0.640412, -0.524513, -0.047248");
|
|
}
|
|
|
|
} /* 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.011380 ;
|
|
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.761209, 0.642873, 0.532967, 0.348748, -0.408476",\
|
|
"0.807269, 0.688932, 0.579026, 0.394807, -0.362417",\
|
|
"0.814710, 0.696374, 0.586468, 0.402249, -0.354976",\
|
|
"0.795908, 0.677572, 0.567666, 0.383447, -0.373778",\
|
|
"0.718421, 0.600084, 0.490178, 0.305959, -0.451265");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.619047, 1.500710, 1.390804, 1.206585, 0.449361",\
|
|
"1.716483, 1.598147, 1.488241, 1.304022, 0.546797",\
|
|
"1.794921, 1.676584, 1.566679, 1.382460, 0.625235",\
|
|
"1.932230, 1.813894, 1.703988, 1.519769, 0.762545",\
|
|
"2.497175, 2.378838, 2.268932, 2.084713, 1.327489");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[7]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.690648, -0.572312, -0.462406, -0.278187, 0.479038",\
|
|
"-0.736708, -0.618371, -0.508465, -0.324246, 0.432978",\
|
|
"-0.744149, -0.625812, -0.515906, -0.331687, 0.425537",\
|
|
"-0.725347, -0.607010, -0.497104, -0.312885, 0.444339",\
|
|
"-0.647859, -0.529523, -0.419617, -0.235398, 0.521827");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.156224, -1.037888, -0.927982, -0.743763, 0.013461",\
|
|
"-1.253661, -1.135324, -1.025418, -0.841199, -0.083975",\
|
|
"-1.332099, -1.213762, -1.103856, -0.919637, -0.162413",\
|
|
"-1.469408, -1.351071, -1.241165, -1.056946, -0.299722",\
|
|
"-2.034353, -1.916016, -1.806110, -1.621891, -0.864667");
|
|
}
|
|
|
|
} /* 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.402945, 0.379029, 0.405865, 0.520904, 0.995379",\
|
|
"0.449004, 0.425089, 0.451925, 0.566964, 1.041438",\
|
|
"0.456446, 0.432530, 0.459366, 0.574405, 1.048880",\
|
|
"0.437644, 0.413728, 0.440564, 0.555603, 1.030078",\
|
|
"0.360156, 0.336240, 0.363076, 0.478115, 0.952590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.135426, 1.111510, 1.138346, 1.253385, 1.727860",\
|
|
"1.232862, 1.208946, 1.235782, 1.350822, 1.825296",\
|
|
"1.311300, 1.287384, 1.314220, 1.429259, 1.903734",\
|
|
"1.448609, 1.424694, 1.451530, 1.566569, 2.041043",\
|
|
"2.013554, 1.989638, 2.016474, 2.131514, 2.605988");
|
|
}
|
|
|
|
} /* 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.317173, -0.217733, -0.144395, -0.028565, 0.448591",\
|
|
"-0.363233, -0.263792, -0.190455, -0.074624, 0.402531",\
|
|
"-0.370674, -0.271233, -0.197896, -0.082065, 0.395090",\
|
|
"-0.351872, -0.252432, -0.179094, -0.063263, 0.413892",\
|
|
"-0.274385, -0.174944, -0.101606, 0.014224, 0.491379");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.662474, -0.563033, -0.489695, -0.373865, 0.103290",\
|
|
"-0.759910, -0.660469, -0.587132, -0.471301, 0.005854",\
|
|
"-0.838348, -0.738907, -0.665569, -0.549739, -0.072584",\
|
|
"-0.975657, -0.876217, -0.802879, -0.687048, -0.209893",\
|
|
"-1.540602, -1.441161, -1.367823, -1.251993, -0.774838");
|
|
}
|
|
|
|
} /* 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.012744 ;
|
|
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.770813, 0.652477, 0.542571, 0.358352, -0.398873",\
|
|
"0.817017, 0.698680, 0.588774, 0.404555, -0.352669",\
|
|
"0.825751, 0.707414, 0.597508, 0.413289, -0.343935",\
|
|
"0.807378, 0.689041, 0.579135, 0.394916, -0.362308",\
|
|
"0.727676, 0.609340, 0.499434, 0.315215, -0.442010");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.173411, 1.055074, 0.945168, 0.760949, 0.003725",\
|
|
"1.270795, 1.152459, 1.042553, 0.858334, 0.101109",\
|
|
"1.348551, 1.230215, 1.120309, 0.936090, 0.178865",\
|
|
"1.482318, 1.363981, 1.254075, 1.069856, 0.312632",\
|
|
"2.032376, 1.914039, 1.804134, 1.619915, 0.862690");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.640471, -0.522134, -0.412228, -0.228009, 0.529215",\
|
|
"-0.686674, -0.568337, -0.458431, -0.274212, 0.483012",\
|
|
"-0.695408, -0.577071, -0.467165, -0.282946, 0.474278",\
|
|
"-0.677035, -0.558698, -0.448792, -0.264573, 0.492651",\
|
|
"-0.597333, -0.478997, -0.369091, -0.184872, 0.572353");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.032825, -0.914489, -0.804583, -0.620364, 0.136861",\
|
|
"-1.130210, -1.011873, -0.901967, -0.717748, 0.039476",\
|
|
"-1.207966, -1.089630, -0.979724, -0.795505, -0.038280",\
|
|
"-1.341732, -1.223395, -1.113490, -0.929271, -0.172046",\
|
|
"-1.891791, -1.773454, -1.663548, -1.479329, -0.722105");
|
|
}
|
|
|
|
} /* 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.398387, 0.374471, 0.401307, 0.516346, 0.990821",\
|
|
"0.444591, 0.420675, 0.447511, 0.562550, 1.037024",\
|
|
"0.453324, 0.429409, 0.456245, 0.571284, 1.045758",\
|
|
"0.434952, 0.411036, 0.437872, 0.552911, 1.027385",\
|
|
"0.355250, 0.331334, 0.358170, 0.473209, 0.947684");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.673694, 0.649778, 0.676614, 0.791654, 1.266128",\
|
|
"0.771079, 0.747163, 0.773999, 0.889038, 1.363513",\
|
|
"0.848835, 0.824919, 0.851755, 0.966795, 1.441269",\
|
|
"0.982601, 0.958685, 0.985521, 1.100561, 1.575035",\
|
|
"1.532660, 1.508744, 1.535580, 1.650619, 2.125094");
|
|
}
|
|
|
|
} /* 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.270149, -0.170708, -0.097370, 0.018460, 0.495615",\
|
|
"-0.316352, -0.216912, -0.143574, -0.027743, 0.449412",\
|
|
"-0.325086, -0.225645, -0.152308, -0.036477, 0.440678",\
|
|
"-0.306713, -0.207273, -0.133935, -0.018104, 0.459051",\
|
|
"-0.227012, -0.127571, -0.054233, 0.061597, 0.538752");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.540898, -0.441457, -0.368119, -0.252289, 0.224866",\
|
|
"-0.638283, -0.538842, -0.465504, -0.349674, 0.127481",\
|
|
"-0.716039, -0.616598, -0.543260, -0.427430, 0.049725",\
|
|
"-0.849805, -0.750364, -0.677026, -0.561196, -0.084041",\
|
|
"-1.399863, -1.300423, -1.227085, -1.111255, -0.634099");
|
|
}
|
|
|
|
} /* 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.007186 ;
|
|
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.769354, 0.651017, 0.541111, 0.356892, -0.400332",\
|
|
"0.803172, 0.684836, 0.574930, 0.390711, -0.366514",\
|
|
"0.798350, 0.680013, 0.570107, 0.385888, -0.371336",\
|
|
"0.750613, 0.632277, 0.522371, 0.338152, -0.419073",\
|
|
"0.551606, 0.433269, 0.323363, 0.139144, -0.618080");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.261209, 1.142873, 1.032967, 0.848748, 0.091523",\
|
|
"1.360460, 1.242123, 1.132217, 0.947999, 0.190774",\
|
|
"1.444972, 1.326635, 1.216729, 1.032511, 0.275286",\
|
|
"1.594125, 1.475788, 1.365882, 1.181664, 0.424439",\
|
|
"2.208817, 2.090480, 1.980574, 1.796355, 1.039131");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.661471, -0.543135, -0.433229, -0.249010, 0.508215",\
|
|
"-0.688071, -0.569735, -0.459829, -0.275610, 0.481614",\
|
|
"-0.673821, -0.555485, -0.445579, -0.261360, 0.495865",\
|
|
"-0.604354, -0.486017, -0.376111, -0.191892, 0.565332",\
|
|
"-0.315787, -0.197451, -0.087545, 0.096674, 0.853898");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.177413, -1.059076, -0.949170, -0.764951, -0.007727",\
|
|
"-1.269248, -1.150912, -1.041006, -0.856787, -0.099562",\
|
|
"-1.344076, -1.225740, -1.115834, -0.931615, -0.174390",\
|
|
"-1.470907, -1.352571, -1.242665, -1.058446, -0.301221",\
|
|
"-1.993605, -1.875268, -1.765362, -1.581143, -0.823919");
|
|
}
|
|
|
|
} /* 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.391153, 0.367238, 0.394074, 0.509113, 0.983587",\
|
|
"0.424972, 0.401056, 0.427892, 0.542932, 1.017406",\
|
|
"0.420150, 0.396234, 0.423070, 0.538109, 1.012583",\
|
|
"0.372413, 0.348497, 0.375333, 0.490373, 0.964847",\
|
|
"0.173405, 0.149490, 0.176326, 0.291365, 0.765839");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.755088, 0.731173, 0.758009, 0.873048, 1.347522",\
|
|
"0.854339, 0.830423, 0.857259, 0.972298, 1.446773",\
|
|
"0.938851, 0.914935, 0.941771, 1.056810, 1.531285",\
|
|
"1.088004, 1.064088, 1.090925, 1.205964, 1.680438",\
|
|
"1.702696, 1.678780, 1.705616, 1.820655, 2.295130");
|
|
}
|
|
|
|
} /* 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.294446, -0.195005, -0.121667, -0.005837, 0.471318",\
|
|
"-0.321046, -0.221605, -0.148267, -0.032437, 0.444718",\
|
|
"-0.306796, -0.207355, -0.134017, -0.018187, 0.458968",\
|
|
"-0.237328, -0.137888, -0.064550, 0.051280, 0.528436",\
|
|
"0.051238, 0.150679, 0.224017, 0.339847, 0.817002");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.690698, -0.591257, -0.517920, -0.402089, 0.075066",\
|
|
"-0.782534, -0.683093, -0.609755, -0.493925, -0.016770",\
|
|
"-0.857362, -0.757921, -0.684583, -0.568753, -0.091598",\
|
|
"-0.984193, -0.884752, -0.811414, -0.695584, -0.218429",\
|
|
"-1.506890, -1.407449, -1.334112, -1.218282, -0.741126");
|
|
}
|
|
|
|
} /* 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.010056 ;
|
|
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.526310, 0.407973, 0.297993, 0.113790, -0.645334",\
|
|
"0.574225, 0.455889, 0.345908, 0.161706, -0.597419",\
|
|
"0.582217, 0.463880, 0.353900, 0.169697, -0.589428",\
|
|
"0.560590, 0.442253, 0.332273, 0.148070, -0.611054",\
|
|
"0.471461, 0.353124, 0.243144, 0.058941, -0.700183");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.082581, 0.964244, 0.854264, 0.670061, -0.089063",\
|
|
"1.186298, 1.067961, 0.957981, 0.773778, 0.014654",\
|
|
"1.277114, 1.158777, 1.048797, 0.864594, 0.105470",\
|
|
"1.431621, 1.313284, 1.203304, 1.019101, 0.259977",\
|
|
"2.066343, 1.948007, 1.838026, 1.653823, 0.894699");
|
|
}
|
|
|
|
} /* 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.421814, -0.303478, -0.193497, -0.009294, 0.749830",\
|
|
"-0.460985, -0.342649, -0.232668, -0.048466, 0.710659",\
|
|
"-0.457556, -0.339219, -0.229239, -0.045036, 0.714088",\
|
|
"-0.409603, -0.291267, -0.181286, 0.002917, 0.762041",\
|
|
"-0.211979, -0.093642, 0.016338, 0.200541, 0.959665");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.853770, -0.735433, -0.625453, -0.441250, 0.317875",\
|
|
"-0.948581, -0.830244, -0.720263, -0.536061, 0.223064",\
|
|
"-1.027765, -0.909428, -0.799448, -0.615245, 0.143880",\
|
|
"-1.155459, -1.037122, -0.927142, -0.742939, 0.016185",\
|
|
"-1.679680, -1.561343, -1.451363, -1.267160, -0.508036");
|
|
}
|
|
|
|
} /* 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.465567, 0.441651, 0.468487, 0.583562, 1.058027",\
|
|
"0.513482, 0.489567, 0.516402, 0.631478, 1.105943",\
|
|
"0.521474, 0.497558, 0.524393, 0.639469, 1.113934",\
|
|
"0.499847, 0.475931, 0.502767, 0.617842, 1.092307",\
|
|
"0.410718, 0.386802, 0.413638, 0.528713, 1.003179");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.875100, 0.851184, 0.878020, 0.993095, 1.467561",\
|
|
"0.978817, 0.954901, 0.981737, 1.096812, 1.571278",\
|
|
"1.069633, 1.045717, 1.072553, 1.187628, 1.662094",\
|
|
"1.224140, 1.200224, 1.227060, 1.342136, 1.816601",\
|
|
"1.858862, 1.834947, 1.861782, 1.976858, 2.451323");
|
|
}
|
|
|
|
} /* 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.374692, -0.275251, -0.201914, -0.086083, 0.391072",\
|
|
"-0.413863, -0.314423, -0.241085, -0.125255, 0.351901",\
|
|
"-0.410434, -0.310993, -0.237655, -0.121825, 0.355330",\
|
|
"-0.362481, -0.263040, -0.189703, -0.073872, 0.403283",\
|
|
"-0.164857, -0.065416, 0.007922, 0.123752, 0.600907");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.665730, -0.566289, -0.492951, -0.377121, 0.100034",\
|
|
"-0.760541, -0.661100, -0.587762, -0.471932, 0.005223",\
|
|
"-0.839725, -0.740284, -0.666946, -0.551116, -0.073961",\
|
|
"-0.967419, -0.867979, -0.794641, -0.678810, -0.201655",\
|
|
"-1.491640, -1.392199, -1.318861, -1.203031, -0.725876");
|
|
}
|
|
|
|
} /* 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.003616 ;
|
|
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.923118, 0.804781, 0.694875, 0.510656, -0.246568",\
|
|
"0.956959, 0.838622, 0.728716, 0.544497, -0.212727",\
|
|
"0.952184, 0.833847, 0.723941, 0.539722, -0.217502",\
|
|
"0.904281, 0.785945, 0.676039, 0.491820, -0.265405",\
|
|
"0.704767, 0.586431, 0.476525, 0.292306, -0.464919");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.630506, 1.512169, 1.402263, 1.218044, 0.460820",\
|
|
"1.729651, 1.611315, 1.501409, 1.317190, 0.559965",\
|
|
"1.813847, 1.695510, 1.585604, 1.401386, 0.644161",\
|
|
"1.962550, 1.844213, 1.734307, 1.550088, 0.792864",\
|
|
"2.575382, 2.457045, 2.347139, 2.162920, 1.405696");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[3]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.843481, -0.725145, -0.615239, -0.431020, 0.326205",\
|
|
"-0.877323, -0.758986, -0.649080, -0.464861, 0.292363",\
|
|
"-0.872548, -0.754211, -0.644305, -0.460086, 0.297138",\
|
|
"-0.824645, -0.706309, -0.596403, -0.412184, 0.345041",\
|
|
"-0.625131, -0.506794, -0.396888, -0.212669, 0.544555");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.303036, -1.184700, -1.074794, -0.890575, -0.133350",\
|
|
"-1.402182, -1.283845, -1.173939, -0.989721, -0.232496",\
|
|
"-1.486378, -1.368041, -1.258135, -1.073916, -0.316692",\
|
|
"-1.635080, -1.516744, -1.406838, -1.222619, -0.465394",\
|
|
"-2.247913, -2.129576, -2.019670, -1.835451, -1.078227");
|
|
}
|
|
|
|
} /* 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.543198, 0.519282, 0.546118, 0.661157, 1.135632",\
|
|
"0.577039, 0.553124, 0.579960, 0.694999, 1.169473",\
|
|
"0.572264, 0.548348, 0.575184, 0.690224, 1.164698",\
|
|
"0.524362, 0.500446, 0.527282, 0.642321, 1.116796",\
|
|
"0.324848, 0.300932, 0.327768, 0.442807, 0.917281");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.126125, 1.102209, 1.129045, 1.244084, 1.718558",\
|
|
"1.225270, 1.201355, 1.228191, 1.343230, 1.817704",\
|
|
"1.309466, 1.285550, 1.312386, 1.427425, 1.901900",\
|
|
"1.458168, 1.434253, 1.461089, 1.576128, 2.050602",\
|
|
"2.071000, 2.047085, 2.073921, 2.188960, 2.663434");
|
|
}
|
|
|
|
} /* 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.464597, -0.365156, -0.291818, -0.175988, 0.301167",\
|
|
"-0.498438, -0.398997, -0.325659, -0.209829, 0.267326",\
|
|
"-0.493663, -0.394222, -0.320884, -0.205054, 0.272101",\
|
|
"-0.445760, -0.346320, -0.272982, -0.157151, 0.320004",\
|
|
"-0.246246, -0.146805, -0.073468, 0.042363, 0.519518");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.803607, -0.704167, -0.630829, -0.514999, -0.037844",\
|
|
"-0.902753, -0.803312, -0.729975, -0.614144, -0.136989",\
|
|
"-0.986949, -0.887508, -0.814170, -0.698340, -0.221185",\
|
|
"-1.135651, -1.036211, -0.962873, -0.847043, -0.369887",\
|
|
"-1.748484, -1.649043, -1.575705, -1.459875, -0.982720");
|
|
}
|
|
|
|
} /* 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.009033 ;
|
|
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.570085, 0.451748, 0.341842, 0.157623, -0.599601",\
|
|
"0.616120, 0.497783, 0.387877, 0.203658, -0.553566",\
|
|
"0.623607, 0.505270, 0.395364, 0.211145, -0.546079",\
|
|
"0.604600, 0.486264, 0.376358, 0.192139, -0.565085",\
|
|
"0.526270, 0.407933, 0.298027, 0.113808, -0.643416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.068826, 0.950489, 0.840583, 0.656364, -0.100860",\
|
|
"1.166375, 1.048039, 0.938133, 0.753914, -0.003310",\
|
|
"1.244900, 1.126564, 1.016658, 0.832439, 0.075215",\
|
|
"1.382154, 1.263817, 1.153911, 0.969692, 0.212468",\
|
|
"1.948706, 1.830370, 1.720464, 1.536245, 0.779021");
|
|
}
|
|
|
|
} /* 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.386781, -0.268445, -0.158539, 0.025680, 0.782904",\
|
|
"-0.432817, -0.314480, -0.204574, -0.020355, 0.736869",\
|
|
"-0.440304, -0.321967, -0.212061, -0.027842, 0.729382",\
|
|
"-0.421297, -0.302960, -0.193054, -0.008835, 0.748389",\
|
|
"-0.342966, -0.224630, -0.114724, 0.069495, 0.826719");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.854642, -0.736305, -0.626399, -0.442180, 0.315044",\
|
|
"-0.952191, -0.833855, -0.723949, -0.539730, 0.217494",\
|
|
"-1.030717, -0.912380, -0.802474, -0.618255, 0.138969",\
|
|
"-1.167969, -1.049633, -0.939727, -0.755508, 0.001716",\
|
|
"-1.734523, -1.616186, -1.506280, -1.322061, -0.564837");
|
|
}
|
|
|
|
} /* 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.526896, 0.502980, 0.529816, 0.644855, 1.119329",\
|
|
"0.572931, 0.549015, 0.575851, 0.690890, 1.165365",\
|
|
"0.580418, 0.556502, 0.583338, 0.698377, 1.172852",\
|
|
"0.561411, 0.537496, 0.564332, 0.679371, 1.153845",\
|
|
"0.483081, 0.459165, 0.486001, 0.601040, 1.075515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.889267, 0.865351, 0.892187, 1.007226, 1.481701",\
|
|
"0.986816, 0.962901, 0.989737, 1.104776, 1.579250",\
|
|
"1.065341, 1.041426, 1.068262, 1.183301, 1.657776",\
|
|
"1.202595, 1.178679, 1.205515, 1.320554, 1.795028",\
|
|
"1.769147, 1.745232, 1.772068, 1.887107, 2.361581");
|
|
}
|
|
|
|
} /* 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.301361, -0.201914, -0.128560, -0.012649, 0.464664",\
|
|
"-0.347396, -0.247949, -0.174595, -0.058684, 0.418629",\
|
|
"-0.354883, -0.255436, -0.182082, -0.066171, 0.411142",\
|
|
"-0.335877, -0.236430, -0.163076, -0.047165, 0.430148",\
|
|
"-0.257546, -0.158099, -0.084745, 0.031166, 0.508479");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.633562, -0.534115, -0.460761, -0.344850, 0.132463",\
|
|
"-0.731112, -0.631664, -0.558311, -0.442400, 0.034914",\
|
|
"-0.809637, -0.710189, -0.636836, -0.520925, -0.043612",\
|
|
"-0.946890, -0.847442, -0.774089, -0.658178, -0.180864",\
|
|
"-1.513443, -1.413995, -1.340642, -1.224731, -0.747418");
|
|
}
|
|
|
|
} /* 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.005366 ;
|
|
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.681399, 0.563062, 0.453156, 0.268937, -0.488287",\
|
|
"0.727565, 0.609228, 0.499322, 0.315103, -0.442121",\
|
|
"0.734828, 0.616491, 0.506585, 0.322366, -0.434858",\
|
|
"0.716465, 0.598128, 0.488222, 0.304003, -0.453221",\
|
|
"0.640785, 0.522449, 0.412543, 0.228324, -0.528901");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.043675, 0.925339, 0.815433, 0.631214, -0.126010",\
|
|
"1.141170, 1.022833, 0.912927, 0.728708, -0.028516",\
|
|
"1.219791, 1.101455, 0.991549, 0.807330, 0.050106",\
|
|
"1.358138, 1.239802, 1.129896, 0.945677, 0.188453",\
|
|
"1.926156, 1.807819, 1.697913, 1.513694, 0.756470");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.646315, -0.527978, -0.418072, -0.233853, 0.523371",\
|
|
"-0.676736, -0.558399, -0.448493, -0.264274, 0.492950",\
|
|
"-0.663444, -0.545107, -0.435201, -0.250982, 0.506242",\
|
|
"-0.597700, -0.479364, -0.369458, -0.185239, 0.571985",\
|
|
"-0.326755, -0.208419, -0.098513, 0.085706, 0.842930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.981189, -0.862853, -0.752947, -0.568728, 0.188496",\
|
|
"-1.062208, -0.943871, -0.833965, -0.649746, 0.107478",\
|
|
"-1.119320, -1.000983, -0.891077, -0.706858, 0.050366",\
|
|
"-1.208086, -1.089749, -0.979843, -0.795624, -0.038400",\
|
|
"-1.571768, -1.453432, -1.343526, -1.159307, -0.402083");
|
|
}
|
|
|
|
} /* 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.323175, 0.299259, 0.326095, 0.441134, 0.915609",\
|
|
"0.369341, 0.345425, 0.372261, 0.487300, 0.961775",\
|
|
"0.376604, 0.352688, 0.379524, 0.494563, 0.969038",\
|
|
"0.358241, 0.334325, 0.361161, 0.476200, 0.950674",\
|
|
"0.282561, 0.258646, 0.285481, 0.400521, 0.874995");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.558411, 0.534495, 0.561331, 0.676370, 1.150845",\
|
|
"0.655905, 0.631990, 0.658826, 0.773865, 1.248339",\
|
|
"0.734527, 0.710611, 0.737447, 0.852486, 1.326961",\
|
|
"0.872874, 0.848958, 0.875794, 0.990833, 1.465308",\
|
|
"1.440891, 1.416976, 1.443812, 1.558851, 2.033325");
|
|
}
|
|
|
|
} /* 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.247337, -0.147890, -0.074536, 0.041375, 0.518688",\
|
|
"-0.277758, -0.178311, -0.104957, 0.010954, 0.488267",\
|
|
"-0.264466, -0.165019, -0.091665, 0.024246, 0.501559",\
|
|
"-0.198723, -0.099276, -0.025922, 0.089989, 0.567302",\
|
|
"0.072222, 0.171669, 0.245023, 0.360934, 0.838247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.457813, -0.358366, -0.285012, -0.169101, 0.308212",\
|
|
"-0.538831, -0.439384, -0.366030, -0.250119, 0.227194",\
|
|
"-0.595943, -0.496496, -0.423142, -0.307231, 0.170082",\
|
|
"-0.684709, -0.585262, -0.511908, -0.395997, 0.081316",\
|
|
"-1.048392, -0.948945, -0.875591, -0.759680, -0.282367");
|
|
}
|
|
|
|
} /* 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.004154 ;
|
|
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.433132, 0.314796, 0.204890, 0.020671, -0.736554",\
|
|
"0.467027, 0.348691, 0.238785, 0.054566, -0.702659",\
|
|
"0.461344, 0.343008, 0.233102, 0.048883, -0.708342",\
|
|
"0.413596, 0.295259, 0.185353, 0.001134, -0.756090",\
|
|
"0.216813, 0.098477, -0.011429, -0.195648, -0.952873");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.705902, 0.587565, 0.477659, 0.293440, -0.463784",\
|
|
"0.806039, 0.687702, 0.577796, 0.393577, -0.363647",\
|
|
"0.893172, 0.774835, 0.664929, 0.480710, -0.276514",\
|
|
"1.046961, 0.928625, 0.818719, 0.634500, -0.122725",\
|
|
"1.679973, 1.561636, 1.451730, 1.267512, 0.510287");
|
|
}
|
|
|
|
} /* 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.365167, -0.246830, -0.136924, 0.047295, 0.804519",\
|
|
"-0.399062, -0.280725, -0.170819, 0.013400, 0.770624",\
|
|
"-0.393379, -0.275042, -0.165136, 0.019083, 0.776307",\
|
|
"-0.345631, -0.227294, -0.117388, 0.066831, 0.824055",\
|
|
"-0.148848, -0.030511, 0.079395, 0.263614, 1.020838");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.560604, -0.442268, -0.332362, -0.148143, 0.609082",\
|
|
"-0.660741, -0.542404, -0.432498, -0.248279, 0.508945",\
|
|
"-0.747874, -0.629537, -0.519631, -0.335412, 0.421812",\
|
|
"-0.901664, -0.783327, -0.673421, -0.489202, 0.268022",\
|
|
"-1.534675, -1.416339, -1.306433, -1.122214, -0.364990");
|
|
}
|
|
|
|
} /* 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.468756, 0.444840, 0.471676, 0.586715, 1.061189",\
|
|
"0.502651, 0.478735, 0.505571, 0.620610, 1.095084",\
|
|
"0.496968, 0.473052, 0.499888, 0.614927, 1.089401",\
|
|
"0.449219, 0.425304, 0.452140, 0.567179, 1.041653",\
|
|
"0.252437, 0.228521, 0.255357, 0.370396, 0.844870");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.724275, 0.700359, 0.727195, 0.842234, 1.316709",\
|
|
"0.824411, 0.800496, 0.827332, 0.942371, 1.416845",\
|
|
"0.911544, 0.887629, 0.914465, 1.029504, 1.503978",\
|
|
"1.065334, 1.041418, 1.068254, 1.183293, 1.657768",\
|
|
"1.698346, 1.674430, 1.701266, 1.816305, 2.290780");
|
|
}
|
|
|
|
} /* 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.381848, -0.282402, -0.209053, -0.093154, 0.384111",\
|
|
"-0.415743, -0.316297, -0.242948, -0.127049, 0.350216",\
|
|
"-0.410060, -0.310614, -0.237265, -0.121366, 0.355899",\
|
|
"-0.362312, -0.262866, -0.189516, -0.073617, 0.403648",\
|
|
"-0.165529, -0.066083, 0.007266, 0.123165, 0.600430");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.563527, -0.464081, -0.390732, -0.274833, 0.202433",\
|
|
"-0.663663, -0.564218, -0.490868, -0.374969, 0.102296",\
|
|
"-0.750796, -0.651351, -0.578001, -0.462102, 0.015163",\
|
|
"-0.904586, -0.805140, -0.731791, -0.615892, -0.138627",\
|
|
"-1.537598, -1.438152, -1.364803, -1.248904, -0.771639");
|
|
}
|
|
|
|
} /* 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.006423 ;
|
|
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.927242, 0.808905, 0.698999, 0.514780, -0.242444",\
|
|
"0.984843, 0.866506, 0.756600, 0.572381, -0.184843",\
|
|
"1.002222, 0.883885, 0.773979, 0.589760, -0.167464",\
|
|
"0.989292, 0.870955, 0.761049, 0.576830, -0.180394",\
|
|
"0.933578, 0.815241, 0.705335, 0.521116, -0.236108");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.520909, 1.402572, 1.292666, 1.108447, 0.351223",\
|
|
"1.634865, 1.516528, 1.406622, 1.222403, 0.465179",\
|
|
"1.743232, 1.624896, 1.514990, 1.330771, 0.573546",\
|
|
"1.919856, 1.801520, 1.691614, 1.507395, 0.750170",\
|
|
"2.644282, 2.525945, 2.416039, 2.231820, 1.474596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[37]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.833789, -0.715452, -0.605546, -0.421327, 0.335897",\
|
|
"-0.891391, -0.773054, -0.663148, -0.478929, 0.278295",\
|
|
"-0.908769, -0.790433, -0.680527, -0.496308, 0.260917",\
|
|
"-0.895839, -0.777503, -0.667597, -0.483378, 0.273847",\
|
|
"-0.840126, -0.721789, -0.611883, -0.427664, 0.329560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.255705, -1.137369, -1.027462, -0.843244, -0.086019",\
|
|
"-1.369661, -1.251325, -1.141418, -0.957200, -0.199975",\
|
|
"-1.478029, -1.359692, -1.249786, -1.065567, -0.308343",\
|
|
"-1.654653, -1.536316, -1.426410, -1.242191, -0.484967",\
|
|
"-2.379078, -2.260742, -2.150836, -1.966617, -1.209393");
|
|
}
|
|
|
|
} /* 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.548990, 0.525074, 0.551910, 0.666949, 1.141424",\
|
|
"0.606592, 0.582676, 0.609512, 0.724551, 1.199025",\
|
|
"0.623970, 0.600054, 0.626890, 0.741930, 1.216404",\
|
|
"0.611040, 0.587124, 0.613960, 0.728999, 1.203474",\
|
|
"0.555326, 0.531411, 0.558247, 0.673286, 1.147760");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.014567, 0.990652, 1.017488, 1.132527, 1.607001",\
|
|
"1.128523, 1.104608, 1.131444, 1.246483, 1.720957",\
|
|
"1.236891, 1.212975, 1.239811, 1.354851, 1.829325",\
|
|
"1.413515, 1.389599, 1.416435, 1.531474, 2.005949",\
|
|
"2.137941, 2.114025, 2.140861, 2.255900, 2.730375");
|
|
}
|
|
|
|
} /* 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.466692, -0.367251, -0.293913, -0.178083, 0.299072",\
|
|
"-0.524294, -0.424853, -0.351515, -0.235685, 0.241470",\
|
|
"-0.541672, -0.442231, -0.368894, -0.253063, 0.224092",\
|
|
"-0.528742, -0.429301, -0.355964, -0.240133, 0.237022",\
|
|
"-0.473029, -0.373588, -0.300250, -0.184420, 0.292735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.768783, -0.669342, -0.596005, -0.480174, -0.003019",\
|
|
"-0.882739, -0.783298, -0.709961, -0.594130, -0.116975",\
|
|
"-0.991107, -0.891666, -0.818328, -0.702498, -0.225343",\
|
|
"-1.167731, -1.068290, -0.994952, -0.879122, -0.401967",\
|
|
"-1.892156, -1.792716, -1.719378, -1.603548, -1.126392");
|
|
}
|
|
|
|
} /* 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.007844 ;
|
|
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.642019, 0.523683, 0.413702, 0.229499, -0.529625",\
|
|
"0.673118, 0.554781, 0.444801, 0.260598, -0.498526",\
|
|
"0.661173, 0.542836, 0.432856, 0.248653, -0.510471",\
|
|
"0.598831, 0.480494, 0.370514, 0.186311, -0.572813",\
|
|
"0.341427, 0.223090, 0.113110, -0.071093, -0.830217");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.108070, 0.989733, 0.879753, 0.695550, -0.063574",\
|
|
"1.220827, 1.102490, 0.992510, 0.808307, 0.049183",\
|
|
"1.326279, 1.207942, 1.097962, 0.913759, 0.154635",\
|
|
"1.514304, 1.395967, 1.285987, 1.101784, 0.342660",\
|
|
"2.278668, 2.160331, 2.050351, 1.866148, 1.107024");
|
|
}
|
|
|
|
} /* 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.541065, -0.422729, -0.312748, -0.128545, 0.630579",\
|
|
"-0.572164, -0.453827, -0.343847, -0.159644, 0.599480",\
|
|
"-0.560219, -0.441882, -0.331902, -0.147699, 0.611425",\
|
|
"-0.497877, -0.379540, -0.269560, -0.085357, 0.673768",\
|
|
"-0.240473, -0.122136, -0.012156, 0.172047, 0.931171");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.953659, -0.835322, -0.725341, -0.541139, 0.217986",\
|
|
"-1.066584, -0.948247, -0.838267, -0.654064, 0.105060",\
|
|
"-1.172410, -1.054074, -0.944093, -0.759890, -0.000766",\
|
|
"-1.360754, -1.242417, -1.132437, -0.948234, -0.189110",\
|
|
"-2.126480, -2.008144, -1.898163, -1.713960, -0.954836");
|
|
}
|
|
|
|
} /* 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.581276, 0.557360, 0.584196, 0.699272, 1.173737",\
|
|
"0.612375, 0.588459, 0.615295, 0.730370, 1.204836",\
|
|
"0.600430, 0.576514, 0.603350, 0.718425, 1.192890",\
|
|
"0.538088, 0.514172, 0.541008, 0.656083, 1.130548",\
|
|
"0.280684, 0.256768, 0.283604, 0.398679, 0.873144");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.900589, 0.876673, 0.903509, 1.018585, 1.493050",\
|
|
"1.013346, 0.989431, 1.016266, 1.131342, 1.605807",\
|
|
"1.118798, 1.094883, 1.121718, 1.236794, 1.711259",\
|
|
"1.306823, 1.282908, 1.309743, 1.424819, 1.899284",\
|
|
"2.071187, 2.047271, 2.074107, 2.189183, 2.663648");
|
|
}
|
|
|
|
} /* 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.493943, -0.394502, -0.321165, -0.205334, 0.271821",\
|
|
"-0.525042, -0.425601, -0.352263, -0.236433, 0.240722",\
|
|
"-0.513097, -0.413656, -0.340318, -0.224488, 0.252667",\
|
|
"-0.450754, -0.351314, -0.277976, -0.162146, 0.315009",\
|
|
"-0.193351, -0.093910, -0.020572, 0.095258, 0.572413");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.765619, -0.666178, -0.592840, -0.477010, 0.000145",\
|
|
"-0.878544, -0.779103, -0.705766, -0.589935, -0.112780",\
|
|
"-0.984370, -0.884930, -0.811592, -0.695762, -0.218606",\
|
|
"-1.172714, -1.073273, -0.999935, -0.884105, -0.406950",\
|
|
"-1.938441, -1.839000, -1.765663, -1.649832, -1.172677");
|
|
}
|
|
|
|
} /* 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.004700 ;
|
|
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.747125, 0.628788, 0.518882, 0.334663, -0.422561",\
|
|
"0.795336, 0.676999, 0.567093, 0.382874, -0.374350",\
|
|
"0.803488, 0.685151, 0.575245, 0.391026, -0.366198",\
|
|
"0.782214, 0.663877, 0.553971, 0.369752, -0.387473",\
|
|
"0.694537, 0.576200, 0.466294, 0.282075, -0.475149");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.255388, 1.137052, 1.027146, 0.842927, 0.085702",\
|
|
"1.359020, 1.240683, 1.130777, 0.946558, 0.189334",\
|
|
"1.449501, 1.331165, 1.221259, 1.037040, 0.279815",\
|
|
"1.602840, 1.484503, 1.374597, 1.190378, 0.433154",\
|
|
"2.234023, 2.115686, 2.005780, 1.821561, 1.064337");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[35]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.682419, -0.564082, -0.454176, -0.269957, 0.487267",\
|
|
"-0.730630, -0.612293, -0.502387, -0.318168, 0.439056",\
|
|
"-0.738782, -0.620445, -0.510539, -0.326320, 0.430904",\
|
|
"-0.717508, -0.599171, -0.489265, -0.305046, 0.452178",\
|
|
"-0.629831, -0.511494, -0.401588, -0.217369, 0.539855");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.147991, -1.029655, -0.919749, -0.735530, 0.021695",\
|
|
"-1.251623, -1.133286, -1.023380, -0.839161, -0.081937",\
|
|
"-1.342104, -1.223768, -1.113862, -0.929643, -0.172418",\
|
|
"-1.495443, -1.377106, -1.267200, -1.082981, -0.325757",\
|
|
"-2.126626, -2.008289, -1.898383, -1.714164, -0.956940");
|
|
}
|
|
|
|
} /* 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.367159, 0.343243, 0.370079, 0.485118, 0.959593",\
|
|
"0.415370, 0.391454, 0.418290, 0.533329, 1.007804",\
|
|
"0.423522, 0.399606, 0.426442, 0.541481, 1.015956",\
|
|
"0.402248, 0.378332, 0.405168, 0.520207, 0.994681",\
|
|
"0.314571, 0.290655, 0.317491, 0.432530, 0.907005");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.751030, 0.727115, 0.753951, 0.868990, 1.343464",\
|
|
"0.854662, 0.830746, 0.857582, 0.972621, 1.447096",\
|
|
"0.945143, 0.921228, 0.948064, 1.063103, 1.537577",\
|
|
"1.098482, 1.074566, 1.101402, 1.216441, 1.690916",\
|
|
"1.729665, 1.705749, 1.732585, 1.847624, 2.322098");
|
|
}
|
|
|
|
} /* 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.303771, -0.204330, -0.130993, -0.015162, 0.461993",\
|
|
"-0.351982, -0.252541, -0.179204, -0.063373, 0.413782",\
|
|
"-0.360134, -0.260693, -0.187355, -0.071525, 0.405630",\
|
|
"-0.338860, -0.239419, -0.166081, -0.050251, 0.426904",\
|
|
"-0.251183, -0.151742, -0.078404, 0.037426, 0.514581");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.648892, -0.549451, -0.476114, -0.360283, 0.116872",\
|
|
"-0.752523, -0.653083, -0.579745, -0.463915, 0.013240",\
|
|
"-0.843005, -0.743564, -0.670226, -0.554396, -0.077241",\
|
|
"-0.996344, -0.896903, -0.823565, -0.707735, -0.230580",\
|
|
"-1.627526, -1.528086, -1.454748, -1.338918, -0.861763");
|
|
}
|
|
|
|
} /* 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.010378 ;
|
|
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.416572, 0.298235, 0.188329, 0.004110, -0.753114",\
|
|
"0.444931, 0.326594, 0.216688, 0.032469, -0.724755",\
|
|
"0.432368, 0.314031, 0.204125, 0.019906, -0.737318",\
|
|
"0.333040, 0.214703, 0.104797, -0.079422, -0.836646",\
|
|
"-0.052516, -0.170853, -0.280759, -0.464978, -1.222202");
|
|
}
|
|
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.936587, 0.818250, 0.708344, 0.524125, -0.233099",\
|
|
"1.028689, 0.910352, 0.800446, 0.616227, -0.140997",\
|
|
"1.148807, 1.030470, 0.920564, 0.736345, -0.020879",\
|
|
"1.400146, 1.281809, 1.171903, 0.987684, 0.230460",\
|
|
"1.991854, 1.873517, 1.763611, 1.579392, 0.822168");
|
|
}
|
|
|
|
} /* 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.268256, -0.149919, -0.040013, 0.144206, 0.901430",\
|
|
"-0.296615, -0.178278, -0.068372, 0.115847, 0.873071",\
|
|
"-0.284052, -0.165715, -0.055809, 0.128410, 0.885634",\
|
|
"-0.184724, -0.066387, 0.043519, 0.227738, 0.984962",\
|
|
"0.200832, 0.319169, 0.429075, 0.613294, 1.370518");
|
|
}
|
|
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.731104, -0.612767, -0.502861, -0.318642, 0.438582",\
|
|
"-0.823266, -0.704929, -0.595023, -0.410804, 0.346420",\
|
|
"-0.943558, -0.825221, -0.715315, -0.531096, 0.226128",\
|
|
"-1.195675, -1.077338, -0.967432, -0.783213, -0.025989",\
|
|
"-1.787383, -1.669046, -1.559140, -1.374921, -0.617697");
|
|
}
|
|
|
|
} /* 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.373383, 0.349467, 0.376303, 0.491342, 0.965817",\
|
|
"0.401742, 0.377826, 0.404662, 0.519701, 0.994176",\
|
|
"0.389179, 0.365263, 0.392099, 0.507138, 0.981613",\
|
|
"0.289851, 0.265935, 0.292771, 0.407810, 0.882285",\
|
|
"-0.095705, -0.119621, -0.092785, 0.022254, 0.496728");
|
|
}
|
|
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.757028, 0.733112, 0.759948, 0.874987, 1.349462",\
|
|
"0.849130, 0.825214, 0.852050, 0.967089, 1.441564",\
|
|
"0.969248, 0.945332, 0.972168, 1.087207, 1.561682",\
|
|
"1.220587, 1.196671, 1.223507, 1.338546, 1.813020",\
|
|
"1.812295, 1.788379, 1.815215, 1.930254, 2.404729");
|
|
}
|
|
|
|
} /* 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.182836, -0.083389, -0.010035, 0.105876, 0.583189",\
|
|
"-0.211195, -0.111748, -0.038394, 0.077517, 0.554830",\
|
|
"-0.198632, -0.099185, -0.025831, 0.090080, 0.567393",\
|
|
"-0.099304, 0.000144, 0.073498, 0.189409, 0.666722",\
|
|
"0.286252, 0.385700, 0.459054, 0.574965, 1.052278");
|
|
}
|
|
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.510024, -0.410577, -0.337223, -0.221312, 0.256001",\
|
|
"-0.602186, -0.502738, -0.429385, -0.313474, 0.163839",\
|
|
"-0.722478, -0.623031, -0.549677, -0.433766, 0.043547",\
|
|
"-0.974595, -0.875147, -0.801794, -0.685883, -0.208570",\
|
|
"-1.566303, -1.466856, -1.393502, -1.277591, -0.800278");
|
|
}
|
|
|
|
} /* 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.005441 ;
|
|
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.789564, 0.671228, 0.561322, 0.377103, -0.380121",\
|
|
"0.851621, 0.733284, 0.623378, 0.439159, -0.318065",\
|
|
"0.875140, 0.756803, 0.646897, 0.462678, -0.294546",\
|
|
"0.876862, 0.758525, 0.648620, 0.464401, -0.292824",\
|
|
"0.883961, 0.765624, 0.655718, 0.471499, -0.285725");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.311542, 1.193205, 1.083299, 0.899080, 0.141856",\
|
|
"1.423553, 1.305216, 1.195310, 1.011091, 0.253867",\
|
|
"1.524932, 1.406595, 1.296689, 1.112470, 0.355246",\
|
|
"1.693350, 1.575014, 1.465108, 1.280889, 0.523665",\
|
|
"2.386446, 2.268109, 2.158203, 1.973984, 1.216760");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[33]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.736974, -0.618638, -0.508732, -0.324513, 0.432711",\
|
|
"-0.799031, -0.680694, -0.570788, -0.386569, 0.370655",\
|
|
"-0.822550, -0.704214, -0.594308, -0.410089, 0.347136",\
|
|
"-0.824273, -0.705936, -0.596030, -0.411811, 0.345413",\
|
|
"-0.831371, -0.713034, -0.603128, -0.418909, 0.338315");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.148605, -1.030268, -0.920362, -0.736143, 0.021081",\
|
|
"-1.260616, -1.142279, -1.032373, -0.848154, -0.090930",\
|
|
"-1.361995, -1.243658, -1.133752, -0.949533, -0.192309",\
|
|
"-1.530414, -1.412077, -1.302171, -1.117952, -0.360728",\
|
|
"-2.223509, -2.105172, -1.995266, -1.811047, -1.053823");
|
|
}
|
|
|
|
} /* 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.431340, 0.407424, 0.434260, 0.549299, 1.023774",\
|
|
"0.493396, 0.469481, 0.496317, 0.611356, 1.085830",\
|
|
"0.516916, 0.493000, 0.519836, 0.634875, 1.109350",\
|
|
"0.518638, 0.494722, 0.521558, 0.636598, 1.111072",\
|
|
"0.525737, 0.501821, 0.528657, 0.643696, 1.118170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.826278, 0.802362, 0.829198, 0.944237, 1.418712",\
|
|
"0.938289, 0.914373, 0.941209, 1.056248, 1.530723",\
|
|
"1.039668, 1.015752, 1.042588, 1.157627, 1.632102",\
|
|
"1.208086, 1.184171, 1.211007, 1.326046, 1.800520",\
|
|
"1.901182, 1.877266, 1.904102, 2.019141, 2.493616");
|
|
}
|
|
|
|
} /* 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.337997, -0.238549, -0.165196, -0.049285, 0.428028",\
|
|
"-0.400053, -0.300606, -0.227252, -0.111341, 0.365972",\
|
|
"-0.423572, -0.324125, -0.250771, -0.134860, 0.342453",\
|
|
"-0.425295, -0.325848, -0.252494, -0.136583, 0.340730",\
|
|
"-0.432393, -0.332946, -0.259592, -0.143681, 0.333632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.625229, -0.525782, -0.452428, -0.336517, 0.140796",\
|
|
"-0.737240, -0.637793, -0.564439, -0.448528, 0.028785",\
|
|
"-0.838619, -0.739171, -0.665818, -0.549907, -0.072594",\
|
|
"-1.007038, -0.907591, -0.834237, -0.718326, -0.241013",\
|
|
"-1.700133, -1.600686, -1.527332, -1.411421, -0.934108");
|
|
}
|
|
|
|
} /* 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.004602 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.496780, 0.378443, 0.268537, 0.084318, -0.672906",\
|
|
"0.544987, 0.426650, 0.316744, 0.132525, -0.624699",\
|
|
"0.552981, 0.434645, 0.324739, 0.140520, -0.616705",\
|
|
"0.531168, 0.412832, 0.302926, 0.118707, -0.638517",\
|
|
"0.441272, 0.322935, 0.213029, 0.028810, -0.728414");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.701209, 0.582872, 0.472966, 0.288747, -0.468477",\
|
|
"0.805129, 0.686792, 0.576886, 0.392667, -0.364557",\
|
|
"0.896161, 0.777824, 0.667918, 0.483699, -0.273525",\
|
|
"1.050517, 0.932180, 0.822274, 0.638056, -0.119169",\
|
|
"1.685996, 1.567660, 1.457754, 1.273535, 0.516310");
|
|
}
|
|
|
|
} /* 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.398395, -0.280059, -0.170153, 0.014066, 0.771291",\
|
|
"-0.446602, -0.328266, -0.218360, -0.034141, 0.723083",\
|
|
"-0.454597, -0.336260, -0.226354, -0.042135, 0.715089",\
|
|
"-0.432784, -0.314447, -0.204541, -0.020323, 0.736902",\
|
|
"-0.342888, -0.224551, -0.114645, 0.069574, 0.826798");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.561294, -0.442958, -0.333052, -0.148833, 0.608392",\
|
|
"-0.665215, -0.546878, -0.436972, -0.252753, 0.504471",\
|
|
"-0.756246, -0.637910, -0.528004, -0.343785, 0.413439",\
|
|
"-0.910603, -0.792266, -0.682360, -0.498141, 0.259083",\
|
|
"-1.546082, -1.427745, -1.317839, -1.133621, -0.376396");
|
|
}
|
|
|
|
} /* 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.532402, 0.508486, 0.535322, 0.650361, 1.124836",\
|
|
"0.580609, 0.556693, 0.583529, 0.698568, 1.173043",\
|
|
"0.588603, 0.564688, 0.591524, 0.706563, 1.181037",\
|
|
"0.566791, 0.542875, 0.569711, 0.684750, 1.159224",\
|
|
"0.476894, 0.452978, 0.479814, 0.594854, 1.069328");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.719582, 0.695667, 0.722503, 0.837542, 1.312016",\
|
|
"0.823503, 0.799587, 0.826423, 0.941462, 1.415937",\
|
|
"0.914534, 0.890619, 0.917455, 1.032494, 1.506968",\
|
|
"1.068891, 1.044975, 1.071811, 1.186850, 1.661325",\
|
|
"1.704370, 1.680454, 1.707290, 1.822329, 2.296804");
|
|
}
|
|
|
|
} /* 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.415075, -0.315629, -0.242280, -0.126381, 0.350884",\
|
|
"-0.463282, -0.363836, -0.290487, -0.174588, 0.302677",\
|
|
"-0.471277, -0.371831, -0.298481, -0.182582, 0.294683",\
|
|
"-0.449464, -0.350018, -0.276669, -0.160770, 0.316496",\
|
|
"-0.359567, -0.260122, -0.186772, -0.070873, 0.406392");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.564218, -0.464772, -0.391423, -0.275523, 0.201742",\
|
|
"-0.668138, -0.568692, -0.495343, -0.379444, 0.097821",\
|
|
"-0.759170, -0.659724, -0.586375, -0.470476, 0.006790",\
|
|
"-0.913526, -0.814080, -0.740731, -0.624832, -0.147567",\
|
|
"-1.549005, -1.449560, -1.376210, -1.260311, -0.783046");
|
|
}
|
|
|
|
} /* 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.005695 ;
|
|
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.759779, 0.641443, 0.531537, 0.347318, -0.409907",\
|
|
"0.805914, 0.687577, 0.577672, 0.393453, -0.363772",\
|
|
"0.813910, 0.695574, 0.585668, 0.401449, -0.355776",\
|
|
"0.794434, 0.676098, 0.566192, 0.381973, -0.375252",\
|
|
"0.713680, 0.595343, 0.485437, 0.301218, -0.456006");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.234103, 1.115766, 1.005860, 0.821641, 0.064417",\
|
|
"1.331706, 1.213369, 1.103464, 0.919245, 0.162020",\
|
|
"1.410094, 1.291758, 1.181852, 0.997633, 0.240408",\
|
|
"1.546403, 1.428066, 1.318160, 1.133941, 0.376717",\
|
|
"2.106563, 1.988226, 1.878320, 1.694101, 0.936877");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.655079, -0.536742, -0.426836, -0.242617, 0.514607",\
|
|
"-0.701214, -0.582877, -0.472971, -0.288752, 0.468472",\
|
|
"-0.709210, -0.590873, -0.480967, -0.296748, 0.460476",\
|
|
"-0.689734, -0.571397, -0.461491, -0.277272, 0.479952",\
|
|
"-0.608980, -0.490643, -0.380737, -0.196518, 0.560706");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.126739, -1.008403, -0.898497, -0.714278, 0.042947",\
|
|
"-1.224343, -1.106006, -0.996100, -0.811881, -0.054657",\
|
|
"-1.302731, -1.184394, -1.074488, -0.890269, -0.133045",\
|
|
"-1.439040, -1.320703, -1.210797, -1.026578, -0.269354",\
|
|
"-1.999199, -1.880863, -1.770957, -1.586738, -0.829513");
|
|
}
|
|
|
|
} /* 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.401561, 0.377645, 0.404481, 0.519521, 0.993995",\
|
|
"0.447696, 0.423780, 0.450616, 0.565655, 1.040130",\
|
|
"0.455692, 0.431776, 0.458612, 0.573651, 1.048126",\
|
|
"0.436216, 0.412300, 0.439136, 0.554175, 1.028650",\
|
|
"0.355462, 0.331546, 0.358382, 0.473421, 0.947896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.750461, 0.726546, 0.753382, 0.868421, 1.342895",\
|
|
"0.848065, 0.824149, 0.850985, 0.966024, 1.440499",\
|
|
"0.926453, 0.902537, 0.929373, 1.044412, 1.518887",\
|
|
"1.062762, 1.038846, 1.065682, 1.180721, 1.655195",\
|
|
"1.622921, 1.599006, 1.625841, 1.740881, 2.215355");
|
|
}
|
|
|
|
} /* 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.281692, -0.182252, -0.108914, 0.006917, 0.484072",\
|
|
"-0.327827, -0.228386, -0.155049, -0.039218, 0.437937",\
|
|
"-0.335823, -0.236382, -0.163045, -0.047214, 0.429941",\
|
|
"-0.316347, -0.216906, -0.143569, -0.027738, 0.449417",\
|
|
"-0.235593, -0.136152, -0.062815, 0.053016, 0.530171");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.632971, -0.533530, -0.460193, -0.344362, 0.132793",\
|
|
"-0.730574, -0.631134, -0.557796, -0.441966, 0.035189",\
|
|
"-0.808963, -0.709522, -0.636184, -0.520354, -0.043199",\
|
|
"-0.945271, -0.845831, -0.772493, -0.656663, -0.179507",\
|
|
"-1.505431, -1.405990, -1.332653, -1.216822, -0.739667");
|
|
}
|
|
|
|
} /* 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.005725 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.732944, 0.614608, 0.504702, 0.320483, -0.436741",\
|
|
"0.776721, 0.658384, 0.548478, 0.364259, -0.392965",\
|
|
"0.776380, 0.658043, 0.548137, 0.363918, -0.393306",\
|
|
"0.733029, 0.614693, 0.504787, 0.320568, -0.436657",\
|
|
"0.554372, 0.436035, 0.326129, 0.141910, -0.615314");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.219206, 1.100870, 0.990964, 0.806745, 0.049520",\
|
|
"1.333294, 1.214957, 1.105051, 0.920832, 0.163608",\
|
|
"1.441910, 1.323574, 1.213668, 1.029449, 0.272224",\
|
|
"1.627784, 1.509447, 1.399541, 1.215322, 0.458098",\
|
|
"2.392503, 2.274167, 2.164261, 1.980042, 1.222818");
|
|
}
|
|
|
|
} /* 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.621565, -0.503228, -0.393322, -0.209103, 0.548121",\
|
|
"-0.665341, -0.547005, -0.437099, -0.252880, 0.504345",\
|
|
"-0.665000, -0.546663, -0.436757, -0.252538, 0.504686",\
|
|
"-0.621650, -0.503313, -0.393407, -0.209188, 0.548036",\
|
|
"-0.442992, -0.324656, -0.214750, -0.030531, 0.726694");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.086270, -0.967933, -0.858027, -0.673808, 0.083416",\
|
|
"-1.200357, -1.082021, -0.972115, -0.787896, -0.030671",\
|
|
"-1.308974, -1.190638, -1.080732, -0.896513, -0.139288",\
|
|
"-1.494848, -1.376511, -1.266605, -1.082386, -0.325162",\
|
|
"-2.259567, -2.141231, -2.031324, -1.847106, -1.089881");
|
|
}
|
|
|
|
} /* 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.360629, 0.336713, 0.363549, 0.478588, 0.953063",\
|
|
"0.404405, 0.380489, 0.407325, 0.522365, 0.996839",\
|
|
"0.404064, 0.380148, 0.406984, 0.522023, 0.996498",\
|
|
"0.360713, 0.336798, 0.363634, 0.478673, 0.953147",\
|
|
"0.182056, 0.158140, 0.184976, 0.300016, 0.774490");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.719483, 0.695568, 0.722404, 0.837443, 1.311917",\
|
|
"0.833571, 0.809655, 0.836491, 0.951530, 1.426005",\
|
|
"0.942188, 0.918272, 0.945108, 1.060147, 1.534621",\
|
|
"1.128062, 1.104146, 1.130982, 1.246021, 1.720495",\
|
|
"1.892781, 1.868865, 1.895701, 2.010740, 2.485215");
|
|
}
|
|
|
|
} /* 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.251443, -0.152002, -0.078664, 0.037166, 0.514321",\
|
|
"-0.295219, -0.195778, -0.122441, -0.006610, 0.470545",\
|
|
"-0.294878, -0.195437, -0.122099, -0.006269, 0.470886",\
|
|
"-0.251527, -0.152087, -0.078749, 0.037081, 0.514237",\
|
|
"-0.072870, 0.026571, 0.099908, 0.215739, 0.692894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.594337, -0.494896, -0.421558, -0.305728, 0.171427",\
|
|
"-0.708424, -0.608983, -0.535646, -0.419815, 0.057340",\
|
|
"-0.817041, -0.717600, -0.644263, -0.528432, -0.051277",\
|
|
"-1.002915, -0.903474, -0.830136, -0.714306, -0.237151",\
|
|
"-1.767634, -1.668194, -1.594856, -1.479025, -1.001870");
|
|
}
|
|
|
|
} /* 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.004365 ;
|
|
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.061165, 0.942829, 0.832923, 0.648704, -0.108521",\
|
|
"1.095036, 0.976699, 0.866793, 0.682574, -0.074650",\
|
|
"1.089211, 0.970875, 0.860969, 0.676750, -0.080475",\
|
|
"1.041002, 0.922665, 0.812759, 0.628540, -0.128684",\
|
|
"0.842317, 0.723980, 0.614074, 0.429855, -0.327369");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.518664, 1.400327, 1.290421, 1.106202, 0.348978",\
|
|
"1.618941, 1.500605, 1.390698, 1.206480, 0.449255",\
|
|
"1.706352, 1.588015, 1.478109, 1.293890, 0.536666",\
|
|
"1.860680, 1.742343, 1.632437, 1.448218, 0.690994",\
|
|
"2.495501, 2.377164, 2.267258, 2.083039, 1.325815");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.867559, -0.749222, -0.639316, -0.455097, 0.302127",\
|
|
"-0.901430, -0.783093, -0.673187, -0.488968, 0.268256",\
|
|
"-0.895605, -0.777269, -0.667363, -0.483144, 0.274081",\
|
|
"-0.847395, -0.729059, -0.619153, -0.434934, 0.322291",\
|
|
"-0.648711, -0.530374, -0.420468, -0.236250, 0.520975");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.228167, -1.109830, -0.999924, -0.815705, -0.058481",\
|
|
"-1.328445, -1.210108, -1.100202, -0.915983, -0.158759",\
|
|
"-1.415855, -1.297518, -1.187612, -1.003393, -0.246169",\
|
|
"-1.570183, -1.451847, -1.341941, -1.157722, -0.400497",\
|
|
"-2.205004, -2.086668, -1.976762, -1.792543, -1.035318");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.682914, 0.658998, 0.685834, 0.800873, 1.275347",\
|
|
"0.716784, 0.692868, 0.719704, 0.834744, 1.309218",\
|
|
"0.710960, 0.687044, 0.713880, 0.828919, 1.303394",\
|
|
"0.662750, 0.638834, 0.665670, 0.780709, 1.255184",\
|
|
"0.464065, 0.440150, 0.466986, 0.582025, 1.056499");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.012322, 0.988407, 1.015243, 1.130282, 1.604756",\
|
|
"1.112600, 1.088684, 1.115520, 1.230559, 1.705034",\
|
|
"1.200010, 1.176095, 1.202931, 1.317970, 1.792444",\
|
|
"1.354338, 1.330423, 1.357259, 1.472298, 1.946772",\
|
|
"1.989159, 1.965244, 1.992080, 2.107119, 2.581593");
|
|
}
|
|
|
|
} /* 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.500462, -0.401021, -0.327683, -0.211853, 0.265302",\
|
|
"-0.534333, -0.434892, -0.361554, -0.245724, 0.231431",\
|
|
"-0.528508, -0.429067, -0.355730, -0.239899, 0.237256",\
|
|
"-0.480298, -0.380858, -0.307520, -0.191689, 0.285466",\
|
|
"-0.281614, -0.182173, -0.108835, 0.006995, 0.484150");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.741245, -0.641804, -0.568466, -0.452636, 0.024519",\
|
|
"-0.841522, -0.742082, -0.668744, -0.552914, -0.075758",\
|
|
"-0.928933, -0.829492, -0.756154, -0.640324, -0.163169",\
|
|
"-1.083261, -0.983820, -0.910483, -0.794652, -0.317497",\
|
|
"-1.718082, -1.618641, -1.545304, -1.429473, -0.952318");
|
|
}
|
|
|
|
} /* 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.005539 ;
|
|
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.461368, 0.343031, 0.233051, 0.048848, -0.710276",\
|
|
"0.523415, 0.405078, 0.295098, 0.110895, -0.648229",\
|
|
"0.547093, 0.428756, 0.318776, 0.134573, -0.624551",\
|
|
"0.548857, 0.430520, 0.320539, 0.136337, -0.622788",\
|
|
"0.556125, 0.437788, 0.327808, 0.143605, -0.615519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.024229, 0.905892, 0.795912, 0.611709, -0.147415",\
|
|
"1.136193, 1.017856, 0.907876, 0.723673, -0.035451",\
|
|
"1.237302, 1.118966, 1.008985, 0.824782, 0.065658",\
|
|
"1.404902, 1.286565, 1.176585, 0.992382, 0.233258",\
|
|
"2.091828, 1.973491, 1.863511, 1.679308, 0.920184");
|
|
}
|
|
|
|
} /* 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.354201, -0.235864, -0.125883, 0.058319, 0.817444",\
|
|
"-0.416247, -0.297911, -0.187930, -0.003727, 0.755397",\
|
|
"-0.439925, -0.321589, -0.211608, -0.027405, 0.731719",\
|
|
"-0.441689, -0.323352, -0.213372, -0.029169, 0.729955",\
|
|
"-0.448958, -0.330621, -0.220640, -0.036438, 0.722687");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.783206, -0.664869, -0.554889, -0.370686, 0.388438",\
|
|
"-0.895170, -0.776833, -0.666853, -0.482650, 0.276474",\
|
|
"-0.996280, -0.877943, -0.767963, -0.583760, 0.175365",\
|
|
"-1.163880, -1.045543, -0.935562, -0.751360, 0.007765",\
|
|
"-1.850805, -1.732469, -1.622488, -1.438285, -0.679161");
|
|
}
|
|
|
|
} /* 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.400625, 0.376709, 0.403544, 0.518620, 0.993085",\
|
|
"0.462671, 0.438756, 0.465591, 0.580667, 1.055132",\
|
|
"0.486350, 0.462434, 0.489269, 0.604345, 1.078810",\
|
|
"0.488113, 0.464197, 0.491033, 0.606109, 1.080574",\
|
|
"0.495382, 0.471466, 0.498301, 0.613377, 1.087842");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.816748, 0.792832, 0.819668, 0.934743, 1.409209",\
|
|
"0.928712, 0.904796, 0.931632, 1.046707, 1.521173",\
|
|
"1.029821, 1.005906, 1.032741, 1.147817, 1.622282",\
|
|
"1.197421, 1.173505, 1.200341, 1.315416, 1.789882",\
|
|
"1.884347, 1.860431, 1.887267, 2.002342, 2.476808");
|
|
}
|
|
|
|
} /* 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.307078, -0.207637, -0.134300, -0.018469, 0.458686",\
|
|
"-0.369125, -0.269684, -0.196346, -0.080516, 0.396639",\
|
|
"-0.392803, -0.293362, -0.220024, -0.104194, 0.372961",\
|
|
"-0.394567, -0.295126, -0.221788, -0.105958, 0.371197",\
|
|
"-0.401835, -0.302394, -0.229057, -0.113226, 0.363929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.595166, -0.495725, -0.422388, -0.306557, 0.170598",\
|
|
"-0.707130, -0.607689, -0.534352, -0.418521, 0.058634",\
|
|
"-0.808240, -0.708799, -0.635461, -0.519631, -0.042476",\
|
|
"-0.975839, -0.876399, -0.803061, -0.687231, -0.210075",\
|
|
"-1.662765, -1.563325, -1.489987, -1.374157, -0.897002");
|
|
}
|
|
|
|
} /* 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.005446 ;
|
|
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.795877, 0.677540, 0.567634, 0.383415, -0.373809",\
|
|
"0.857945, 0.739608, 0.629702, 0.445483, -0.311741",\
|
|
"0.881567, 0.763231, 0.653325, 0.469106, -0.288119",\
|
|
"0.883557, 0.765220, 0.655314, 0.471095, -0.286129",\
|
|
"0.891683, 0.773346, 0.663440, 0.479221, -0.278003");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.320188, 1.201852, 1.091946, 0.907727, 0.150502",\
|
|
"1.432153, 1.313816, 1.203910, 1.019691, 0.262467",\
|
|
"1.533370, 1.415033, 1.305127, 1.120908, 0.363683",\
|
|
"1.701144, 1.582807, 1.472901, 1.288682, 0.531458",\
|
|
"2.390123, 2.271786, 2.161880, 1.977661, 1.220437");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.701515, -0.583179, -0.473273, -0.289054, 0.468171",\
|
|
"-0.763583, -0.645247, -0.535341, -0.351122, 0.406103",\
|
|
"-0.787206, -0.668870, -0.558964, -0.374745, 0.382480",\
|
|
"-0.789196, -0.670859, -0.560953, -0.376734, 0.380490",\
|
|
"-0.797322, -0.678985, -0.569079, -0.384860, 0.372364");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.196893, -1.078557, -0.968651, -0.784432, -0.027207",\
|
|
"-1.308858, -1.190521, -1.080615, -0.896396, -0.139172",\
|
|
"-1.410074, -1.291738, -1.181832, -0.997613, -0.240389",\
|
|
"-1.577849, -1.459512, -1.349607, -1.165388, -0.408163",\
|
|
"-2.266828, -2.148491, -2.038585, -1.854366, -1.097142");
|
|
}
|
|
|
|
} /* 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.415911, 0.391995, 0.418831, 0.533870, 1.008345",\
|
|
"0.477979, 0.454063, 0.480899, 0.595938, 1.070413",\
|
|
"0.501602, 0.477686, 0.504522, 0.619561, 1.094036",\
|
|
"0.503591, 0.479675, 0.506511, 0.621551, 1.096025",\
|
|
"0.511717, 0.487802, 0.514637, 0.629677, 1.104151");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.815831, 0.791915, 0.818751, 0.933790, 1.408265",\
|
|
"0.927795, 0.903880, 0.930716, 1.045755, 1.520229",\
|
|
"1.029012, 1.005096, 1.031932, 1.146971, 1.621446",\
|
|
"1.196787, 1.172871, 1.199707, 1.314746, 1.789220",\
|
|
"1.885765, 1.861849, 1.888685, 2.003725, 2.478199");
|
|
}
|
|
|
|
} /* 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.322868, -0.223427, -0.150089, -0.034259, 0.442896",\
|
|
"-0.384936, -0.285495, -0.212157, -0.096327, 0.380828",\
|
|
"-0.408559, -0.309118, -0.235780, -0.119950, 0.357205",\
|
|
"-0.410548, -0.311107, -0.237770, -0.121939, 0.355216",\
|
|
"-0.418674, -0.319234, -0.245896, -0.130065, 0.347090");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.697795, -0.598354, -0.525016, -0.409186, 0.067969",\
|
|
"-0.809759, -0.710318, -0.636981, -0.521150, -0.043995",\
|
|
"-0.910976, -0.811535, -0.738197, -0.622367, -0.145212",\
|
|
"-1.078750, -0.979310, -0.905972, -0.790142, -0.312986",\
|
|
"-1.767729, -1.668288, -1.594951, -1.479120, -1.001965");
|
|
}
|
|
|
|
} /* 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.004362 ;
|
|
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.874585, 0.756248, 0.646343, 0.462124, -0.295101",\
|
|
"0.922822, 0.804485, 0.694579, 0.510360, -0.246864",\
|
|
"0.931007, 0.812671, 0.702765, 0.518546, -0.238678",\
|
|
"0.908902, 0.790565, 0.680659, 0.496440, -0.260784",\
|
|
"0.816388, 0.698051, 0.588145, 0.403926, -0.353298");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.187008, 1.068671, 0.958765, 0.774546, 0.017322",\
|
|
"1.291874, 1.173537, 1.063631, 0.879412, 0.122188",\
|
|
"1.381501, 1.263164, 1.153258, 0.969039, 0.211815",\
|
|
"1.533132, 1.414795, 1.304889, 1.120670, 0.363446",\
|
|
"2.155892, 2.037555, 1.927649, 1.743430, 0.986206");
|
|
}
|
|
|
|
} /* 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.456414, -0.338077, -0.228171, -0.043952, 0.713272",\
|
|
"-0.504651, -0.386314, -0.276408, -0.092189, 0.665035",\
|
|
"-0.512836, -0.394500, -0.284594, -0.100375, 0.656850",\
|
|
"-0.490731, -0.372394, -0.262488, -0.078269, 0.678955",\
|
|
"-0.398217, -0.279880, -0.169974, 0.014245, 0.771469");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.904376, -0.786039, -0.676134, -0.491915, 0.265310",\
|
|
"-1.009242, -0.890906, -0.781000, -0.596781, 0.160443",\
|
|
"-1.098869, -0.980532, -0.870626, -0.686407, 0.070817",\
|
|
"-1.250500, -1.132163, -1.022257, -0.838038, -0.080814",\
|
|
"-1.873260, -1.754923, -1.645017, -1.460798, -0.703574");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[26]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.831293, 0.807377, 0.834213, 0.949253, 1.423727",\
|
|
"0.879530, 0.855614, 0.882450, 0.997489, 1.471964",\
|
|
"0.887715, 0.863800, 0.890636, 1.005675, 1.480149",\
|
|
"0.865610, 0.841694, 0.868530, 0.983569, 1.458044",\
|
|
"0.773096, 0.749180, 0.776016, 0.891056, 1.365530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.007359, 0.983443, 1.010279, 1.125319, 1.599793",\
|
|
"1.112226, 1.088310, 1.115146, 1.230185, 1.704659",\
|
|
"1.201852, 1.177937, 1.204773, 1.319812, 1.794286",\
|
|
"1.353483, 1.329567, 1.356403, 1.471443, 1.945917",\
|
|
"1.976243, 1.952327, 1.979163, 2.094203, 2.568677");
|
|
}
|
|
|
|
} /* 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.370819, -0.271372, -0.198018, -0.082107, 0.395206",\
|
|
"-0.419056, -0.319608, -0.246255, -0.130344, 0.346969",\
|
|
"-0.427241, -0.327794, -0.254440, -0.138529, 0.338784",\
|
|
"-0.405136, -0.305688, -0.232335, -0.116424, 0.360889",\
|
|
"-0.312622, -0.213175, -0.139821, -0.023910, 0.453403");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.683208, -0.583760, -0.510406, -0.394495, 0.082818",\
|
|
"-0.788074, -0.688626, -0.615273, -0.499362, -0.022048",\
|
|
"-0.877700, -0.778253, -0.704899, -0.588988, -0.111675",\
|
|
"-1.029331, -0.929884, -0.856530, -0.740619, -0.263306",\
|
|
"-1.652091, -1.552644, -1.479290, -1.363379, -0.886066");
|
|
}
|
|
|
|
} /* 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.004388 ;
|
|
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.832325, 0.713988, 0.604082, 0.419863, -0.337361",\
|
|
"0.880418, 0.762081, 0.652175, 0.467956, -0.289268",\
|
|
"0.888379, 0.770042, 0.660136, 0.475917, -0.281307",\
|
|
"0.866739, 0.748402, 0.638496, 0.454277, -0.302947",\
|
|
"0.777687, 0.659351, 0.549445, 0.365226, -0.391998");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.281768, 1.163432, 1.053526, 0.869307, 0.112083",\
|
|
"1.385718, 1.267382, 1.157476, 0.973257, 0.216033",\
|
|
"1.477147, 1.358810, 1.248904, 1.064685, 0.307461",\
|
|
"1.632703, 1.514366, 1.404460, 1.220241, 0.463017",\
|
|
"2.270402, 2.152066, 2.042160, 1.857941, 1.100716");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.772042, -0.653705, -0.543800, -0.359581, 0.397644",\
|
|
"-0.820135, -0.701798, -0.591892, -0.407673, 0.349551",\
|
|
"-0.828096, -0.709759, -0.599853, -0.415634, 0.341590",\
|
|
"-0.806456, -0.688119, -0.578213, -0.393994, 0.363230",\
|
|
"-0.717404, -0.599068, -0.489162, -0.304943, 0.452281");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.114133, -0.995796, -0.885890, -0.701671, 0.055553",\
|
|
"-1.218083, -1.099746, -0.989841, -0.805622, -0.048397",\
|
|
"-1.309511, -1.191175, -1.081269, -0.897050, -0.139826",\
|
|
"-1.465067, -1.346731, -1.236825, -1.052606, -0.295382",\
|
|
"-2.102767, -1.984430, -1.874524, -1.690305, -0.933081");
|
|
}
|
|
|
|
} /* 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.474101, 0.450185, 0.477021, 0.592060, 1.066535",\
|
|
"0.522194, 0.498278, 0.525114, 0.640153, 1.114628",\
|
|
"0.530154, 0.506239, 0.533075, 0.648114, 1.122588",\
|
|
"0.508515, 0.484599, 0.511435, 0.626474, 1.100948",\
|
|
"0.419463, 0.395547, 0.422383, 0.537423, 1.011897");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.796504, 0.772589, 0.799425, 0.914464, 1.388938",\
|
|
"0.900455, 0.876539, 0.903375, 1.018414, 1.492888",\
|
|
"0.991883, 0.967967, 0.994803, 1.109842, 1.584316",\
|
|
"1.147439, 1.123523, 1.150359, 1.265398, 1.739872",\
|
|
"1.785138, 1.761222, 1.788058, 1.903098, 2.377572");
|
|
}
|
|
|
|
} /* 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.373064, -0.273617, -0.200263, -0.084352, 0.392961",\
|
|
"-0.421157, -0.321710, -0.248356, -0.132445, 0.344868",\
|
|
"-0.429118, -0.329671, -0.256317, -0.140406, 0.336907",\
|
|
"-0.407478, -0.308031, -0.234677, -0.118766, 0.358547",\
|
|
"-0.318427, -0.218979, -0.145626, -0.029715, 0.447598");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.590757, -0.491310, -0.417956, -0.302045, 0.175268",\
|
|
"-0.694707, -0.595260, -0.521906, -0.405995, 0.071318",\
|
|
"-0.786135, -0.686688, -0.613334, -0.497423, -0.020110",\
|
|
"-0.941691, -0.842244, -0.768890, -0.652979, -0.175666",\
|
|
"-1.579391, -1.479944, -1.406590, -1.290679, -0.813366");
|
|
}
|
|
|
|
} /* 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.006436 ;
|
|
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.550155, 0.431818, 0.321912, 0.137693, -0.619531",\
|
|
"0.596292, 0.477956, 0.368050, 0.183831, -0.573394",\
|
|
"0.604685, 0.486348, 0.376442, 0.192223, -0.565001",\
|
|
"0.585955, 0.467618, 0.357713, 0.173494, -0.583731",\
|
|
"0.504007, 0.385670, 0.275764, 0.091545, -0.665679");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.800432, 0.682096, 0.572190, 0.387971, -0.369254",\
|
|
"0.898058, 0.779721, 0.669815, 0.485596, -0.271628",\
|
|
"0.976315, 0.857979, 0.748073, 0.563854, -0.193370",\
|
|
"1.111322, 0.992985, 0.883079, 0.698860, -0.058364",\
|
|
"1.667506, 1.549169, 1.439263, 1.255044, 0.497820");
|
|
}
|
|
|
|
} /* 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.450324, -0.331987, -0.222081, -0.037862, 0.719362",\
|
|
"-0.496462, -0.378125, -0.268219, -0.084000, 0.673224",\
|
|
"-0.504854, -0.386517, -0.276611, -0.092392, 0.664832",\
|
|
"-0.486125, -0.367788, -0.257882, -0.073663, 0.683561",\
|
|
"-0.404176, -0.285840, -0.175934, 0.008285, 0.765510");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.664502, -0.546166, -0.436260, -0.252041, 0.505184",\
|
|
"-0.762128, -0.643791, -0.533885, -0.349667, 0.407558",\
|
|
"-0.840385, -0.722049, -0.612143, -0.427924, 0.329300",\
|
|
"-0.975392, -0.857055, -0.747149, -0.562930, 0.194294",\
|
|
"-1.531576, -1.413239, -1.303333, -1.119114, -0.361890");
|
|
}
|
|
|
|
} /* 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.586540, 0.562624, 0.589460, 0.704500, 1.178974",\
|
|
"0.632678, 0.608762, 0.635598, 0.750637, 1.225112",\
|
|
"0.641070, 0.617154, 0.643990, 0.759030, 1.233504",\
|
|
"0.622341, 0.598425, 0.625261, 0.740300, 1.214775",\
|
|
"0.540392, 0.516477, 0.543313, 0.658352, 1.132826");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.818813, 0.794897, 0.821733, 0.936772, 1.411247",\
|
|
"0.916439, 0.892523, 0.919359, 1.034398, 1.508873",\
|
|
"0.994696, 0.970780, 0.997616, 1.112655, 1.587130",\
|
|
"1.129703, 1.105787, 1.132623, 1.247662, 1.722136",\
|
|
"1.685887, 1.661971, 1.688807, 1.803846, 2.278321");
|
|
}
|
|
|
|
} /* 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.467774, -0.368329, -0.294979, -0.179080, 0.298185",\
|
|
"-0.513912, -0.414467, -0.341117, -0.225218, 0.252047",\
|
|
"-0.522304, -0.422859, -0.349509, -0.233610, 0.243655",\
|
|
"-0.503575, -0.404130, -0.330780, -0.214881, 0.262384",\
|
|
"-0.421627, -0.322181, -0.248832, -0.132933, 0.344332");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.667433, -0.567987, -0.494638, -0.378739, 0.098527",\
|
|
"-0.765059, -0.665613, -0.592263, -0.476364, 0.000901",\
|
|
"-0.843316, -0.743870, -0.670521, -0.554622, -0.077357",\
|
|
"-0.978322, -0.878877, -0.805527, -0.689628, -0.212363",\
|
|
"-1.534506, -1.435061, -1.361711, -1.245812, -0.768547");
|
|
}
|
|
|
|
} /* 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.004979 ;
|
|
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.903216, 0.784879, 0.674973, 0.490754, -0.266470",\
|
|
"0.951411, 0.833074, 0.723168, 0.538949, -0.218275",\
|
|
"0.959518, 0.841181, 0.731275, 0.547056, -0.210168",\
|
|
"0.938380, 0.820044, 0.710138, 0.525919, -0.231305",\
|
|
"0.851269, 0.732932, 0.623026, 0.438807, -0.318417");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.714133, 1.595796, 1.485890, 1.301671, 0.544447",\
|
|
"1.817819, 1.699482, 1.589576, 1.405357, 0.648133",\
|
|
"1.908596, 1.790259, 1.680353, 1.496134, 0.738910",\
|
|
"2.062506, 1.944170, 1.834264, 1.650045, 0.892820",\
|
|
"2.696042, 2.577705, 2.467799, 2.283580, 1.526356");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.796179, -0.677842, -0.567936, -0.383717, 0.373507",\
|
|
"-0.844374, -0.726037, -0.616131, -0.431912, 0.325312",\
|
|
"-0.852481, -0.734144, -0.624238, -0.440019, 0.317205",\
|
|
"-0.831343, -0.713007, -0.603101, -0.418882, 0.338343",\
|
|
"-0.744231, -0.625895, -0.515989, -0.331770, 0.425454");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.240359, -1.122023, -1.012117, -0.827898, -0.070673",\
|
|
"-1.344045, -1.225709, -1.115803, -0.931584, -0.174359",\
|
|
"-1.434822, -1.316486, -1.206580, -1.022361, -0.265136",\
|
|
"-1.588733, -1.470396, -1.360490, -1.176271, -0.419047",\
|
|
"-2.222268, -2.103931, -1.994025, -1.809806, -1.052582");
|
|
}
|
|
|
|
} /* 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.544951, 0.521036, 0.547872, 0.662911, 1.137385",\
|
|
"0.593146, 0.569230, 0.596066, 0.711106, 1.185580",\
|
|
"0.601253, 0.577337, 0.604173, 0.719212, 1.193687",\
|
|
"0.580116, 0.556200, 0.583036, 0.698075, 1.172550",\
|
|
"0.493004, 0.469088, 0.495924, 0.610963, 1.085438");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.230512, 1.206596, 1.233432, 1.348471, 1.822945",\
|
|
"1.334198, 1.310282, 1.337118, 1.452157, 1.926632",\
|
|
"1.424975, 1.401059, 1.427895, 1.542934, 2.017409",\
|
|
"1.578885, 1.554969, 1.581805, 1.696844, 2.171319",\
|
|
"2.212420, 2.188505, 2.215341, 2.330380, 2.804854");
|
|
}
|
|
|
|
} /* 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.422704, -0.323263, -0.249926, -0.134095, 0.343060",\
|
|
"-0.470899, -0.371458, -0.298120, -0.182290, 0.294865",\
|
|
"-0.479006, -0.379565, -0.306227, -0.190397, 0.286758",\
|
|
"-0.457868, -0.358428, -0.285090, -0.169260, 0.307895",\
|
|
"-0.370757, -0.271316, -0.197978, -0.082148, 0.395007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.746608, -0.647168, -0.573830, -0.458000, 0.019155",\
|
|
"-0.850295, -0.750854, -0.677516, -0.561686, -0.084531",\
|
|
"-0.941072, -0.841631, -0.768293, -0.652463, -0.175308",\
|
|
"-1.094982, -0.995541, -0.922203, -0.806373, -0.329218",\
|
|
"-1.728517, -1.629077, -1.555739, -1.439909, -0.962753");
|
|
}
|
|
|
|
} /* 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.004856 ;
|
|
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.940276, 0.821940, 0.712034, 0.527815, -0.229410",\
|
|
"1.002186, 0.883850, 0.773944, 0.589725, -0.167500",\
|
|
"1.025459, 0.907122, 0.797216, 0.612997, -0.144227",\
|
|
"1.026146, 0.907809, 0.797903, 0.613684, -0.143540",\
|
|
"1.033915, 0.915579, 0.805673, 0.621454, -0.135771");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.485974, 1.367637, 1.257731, 1.073512, 0.316288",\
|
|
"1.600416, 1.482079, 1.372173, 1.187954, 0.430730",\
|
|
"1.702090, 1.583753, 1.473847, 1.289628, 0.532404",\
|
|
"1.869260, 1.750923, 1.641017, 1.456798, 0.699574",\
|
|
"2.554085, 2.435749, 2.325843, 2.141624, 1.384400");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.801894, -0.683557, -0.573651, -0.389432, 0.367792",\
|
|
"-0.863804, -0.745467, -0.635561, -0.451342, 0.305882",\
|
|
"-0.887077, -0.768740, -0.658834, -0.474615, 0.282609",\
|
|
"-0.887764, -0.769427, -0.659521, -0.475302, 0.281922",\
|
|
"-0.895533, -0.777196, -0.667290, -0.483071, 0.274153");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.343600, -1.225264, -1.115358, -0.931139, -0.173914",\
|
|
"-1.458056, -1.339720, -1.229814, -1.045595, -0.288370",\
|
|
"-1.560032, -1.441695, -1.331789, -1.147570, -0.390346",\
|
|
"-1.727202, -1.608865, -1.498960, -1.314741, -0.557516",\
|
|
"-2.412029, -2.293693, -2.183786, -1.999568, -1.242343");
|
|
}
|
|
|
|
} /* 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.567961, 0.544045, 0.570881, 0.685920, 1.160394",\
|
|
"0.629870, 0.605955, 0.632791, 0.747830, 1.222304",\
|
|
"0.653143, 0.629227, 0.656063, 0.771102, 1.245577",\
|
|
"0.653830, 0.629914, 0.656750, 0.771789, 1.246264",\
|
|
"0.661599, 0.637684, 0.664520, 0.779559, 1.254033");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.986251, 0.962336, 0.989172, 1.104211, 1.578685",\
|
|
"1.100693, 1.076777, 1.103613, 1.218653, 1.693127",\
|
|
"1.202367, 1.178452, 1.205287, 1.320327, 1.794801",\
|
|
"1.369537, 1.345622, 1.372458, 1.487497, 1.961971",\
|
|
"2.054363, 2.030447, 2.057283, 2.172323, 2.646797");
|
|
}
|
|
|
|
} /* 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.431772, -0.332331, -0.258993, -0.143163, 0.333992",\
|
|
"-0.493682, -0.394241, -0.320903, -0.205073, 0.272082",\
|
|
"-0.516954, -0.417514, -0.344176, -0.228346, 0.248809",\
|
|
"-0.517641, -0.418200, -0.344863, -0.229032, 0.248123",\
|
|
"-0.525411, -0.425970, -0.352632, -0.236802, 0.240353");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.851667, -0.752226, -0.678889, -0.563058, -0.085903",\
|
|
"-0.966123, -0.866682, -0.793345, -0.677514, -0.200359",\
|
|
"-1.068099, -0.968658, -0.895320, -0.779490, -0.302335",\
|
|
"-1.235269, -1.135828, -1.062490, -0.946660, -0.469505",\
|
|
"-1.920096, -1.820656, -1.747318, -1.631487, -1.154332");
|
|
}
|
|
|
|
} /* 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.004969 ;
|
|
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.745433, 0.627096, 0.517190, 0.332971, -0.424253",\
|
|
"0.791519, 0.673182, 0.563276, 0.379057, -0.378167",\
|
|
"0.798979, 0.680642, 0.570736, 0.386517, -0.370707",\
|
|
"0.780182, 0.661845, 0.551939, 0.367720, -0.389504",\
|
|
"0.702713, 0.584377, 0.474471, 0.290252, -0.466973");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.165310, 1.046973, 0.937067, 0.752848, -0.004376",\
|
|
"1.262834, 1.144498, 1.034591, 0.850373, 0.093148",\
|
|
"1.341244, 1.222908, 1.113002, 0.928783, 0.171558",\
|
|
"1.478460, 1.360124, 1.250217, 1.065999, 0.308774",\
|
|
"2.041648, 1.923311, 1.813405, 1.629186, 0.871962");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.660670, -0.542333, -0.432427, -0.248208, 0.509016",\
|
|
"-0.706755, -0.588419, -0.478513, -0.294294, 0.462931",\
|
|
"-0.714216, -0.595879, -0.485973, -0.301754, 0.455470",\
|
|
"-0.695418, -0.577082, -0.467176, -0.282957, 0.474268",\
|
|
"-0.617950, -0.499613, -0.389707, -0.205488, 0.551736");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.086703, -0.968366, -0.858460, -0.674241, 0.082983",\
|
|
"-1.184227, -1.065890, -0.955984, -0.771765, -0.014541",\
|
|
"-1.262637, -1.144300, -1.034394, -0.850175, -0.092951",\
|
|
"-1.399853, -1.281516, -1.171610, -0.987391, -0.230167",\
|
|
"-1.963040, -1.844704, -1.734797, -1.550579, -0.793354");
|
|
}
|
|
|
|
} /* 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.367233, 0.343317, 0.370153, 0.485192, 0.959667",\
|
|
"0.413319, 0.389403, 0.416239, 0.531278, 1.005753",\
|
|
"0.420779, 0.396863, 0.423699, 0.538738, 1.013213",\
|
|
"0.401982, 0.378066, 0.404902, 0.519941, 0.994415",\
|
|
"0.324513, 0.300597, 0.327433, 0.442473, 0.916947");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.659187, 0.635271, 0.662107, 0.777147, 1.251621",\
|
|
"0.756711, 0.732795, 0.759631, 0.874671, 1.349145",\
|
|
"0.835121, 0.811206, 0.838042, 0.953081, 1.427555",\
|
|
"0.972337, 0.948421, 0.975257, 1.090297, 1.564771",\
|
|
"1.535525, 1.511609, 1.538445, 1.653484, 2.127959");
|
|
}
|
|
|
|
} /* 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.293644, -0.194204, -0.120866, -0.005035, 0.472120",\
|
|
"-0.339730, -0.240289, -0.166951, -0.051121, 0.426034",\
|
|
"-0.347190, -0.247749, -0.174412, -0.058581, 0.418574",\
|
|
"-0.328393, -0.228952, -0.155614, -0.039784, 0.437371",\
|
|
"-0.250924, -0.151484, -0.078146, 0.037684, 0.514840");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.599987, -0.500546, -0.427208, -0.311378, 0.165777",\
|
|
"-0.697510, -0.598070, -0.524732, -0.408902, 0.068253",\
|
|
"-0.775921, -0.676480, -0.603142, -0.487312, -0.010157",\
|
|
"-0.913137, -0.813696, -0.740358, -0.624528, -0.147373",\
|
|
"-1.476324, -1.376883, -1.303545, -1.187715, -0.710560");
|
|
}
|
|
|
|
} /* 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.004314 ;
|
|
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.531509, 0.413173, 0.303192, 0.118989, -0.640135",\
|
|
"0.579598, 0.461261, 0.351281, 0.167078, -0.592046",\
|
|
"0.587581, 0.469245, 0.359264, 0.175061, -0.584063",\
|
|
"0.566075, 0.447738, 0.337758, 0.153555, -0.605570",\
|
|
"0.477440, 0.359103, 0.249123, 0.064920, -0.694204");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.118129, 0.999792, 0.889812, 0.705609, -0.053515",\
|
|
"1.221947, 1.103610, 0.993630, 0.809427, 0.050303",\
|
|
"1.313094, 1.194757, 1.084777, 0.900574, 0.141450",\
|
|
"1.468070, 1.349733, 1.239753, 1.055550, 0.296425",\
|
|
"2.105556, 1.987219, 1.877239, 1.693036, 0.933912");
|
|
}
|
|
|
|
} /* 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.403320, -0.284984, -0.175003, 0.009200, 0.768324",\
|
|
"-0.451409, -0.333072, -0.223092, -0.038889, 0.720236",\
|
|
"-0.459392, -0.341056, -0.231075, -0.046872, 0.712252",\
|
|
"-0.437885, -0.319549, -0.209568, -0.025366, 0.733759",\
|
|
"-0.349251, -0.230914, -0.120934, 0.063269, 0.822393");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.876971, -0.758634, -0.648653, -0.464451, 0.294674",\
|
|
"-0.980789, -0.862452, -0.752472, -0.568269, 0.190855",\
|
|
"-1.071936, -0.953599, -0.843618, -0.659416, 0.099709",\
|
|
"-1.226911, -1.108575, -0.998594, -0.814391, -0.055267",\
|
|
"-1.864397, -1.746061, -1.636080, -1.451877, -0.692753");
|
|
}
|
|
|
|
} /* 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.470766, 0.446850, 0.473686, 0.588762, 1.063227",\
|
|
"0.518855, 0.494939, 0.521775, 0.636850, 1.111315",\
|
|
"0.526838, 0.502922, 0.529758, 0.644834, 1.119299",\
|
|
"0.505331, 0.481416, 0.508251, 0.623327, 1.097792",\
|
|
"0.416697, 0.392781, 0.419617, 0.534692, 1.009157");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.910648, 0.886732, 0.913568, 1.028643, 1.503109",\
|
|
"1.014466, 0.990550, 1.017386, 1.132462, 1.606927",\
|
|
"1.105613, 1.081697, 1.108533, 1.223608, 1.698074",\
|
|
"1.260589, 1.236673, 1.263509, 1.378584, 1.853050",\
|
|
"1.898075, 1.874159, 1.900995, 2.016071, 2.490536");
|
|
}
|
|
|
|
} /* 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.356198, -0.256757, -0.183419, -0.067589, 0.409566",\
|
|
"-0.404286, -0.304846, -0.231508, -0.115678, 0.361477",\
|
|
"-0.412270, -0.312829, -0.239491, -0.123661, 0.353494",\
|
|
"-0.390763, -0.291322, -0.217985, -0.102154, 0.375001",\
|
|
"-0.302129, -0.202688, -0.129350, -0.013520, 0.463635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.688930, -0.589490, -0.516152, -0.400322, 0.076833",\
|
|
"-0.792749, -0.693308, -0.619970, -0.504140, -0.026985",\
|
|
"-0.883896, -0.784455, -0.711117, -0.595287, -0.118132",\
|
|
"-1.038872, -0.939431, -0.866093, -0.750263, -0.273108",\
|
|
"-1.676358, -1.576917, -1.503579, -1.387749, -0.910594");
|
|
}
|
|
|
|
} /* 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.003680 ;
|
|
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.848988, 0.730652, 0.620746, 0.436527, -0.320698",\
|
|
"0.897212, 0.778876, 0.668970, 0.484751, -0.272474",\
|
|
"0.905334, 0.786997, 0.677091, 0.492872, -0.264352",\
|
|
"0.883313, 0.764977, 0.655071, 0.470852, -0.286373",\
|
|
"0.792560, 0.674223, 0.564317, 0.380098, -0.377126");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.401638, 1.283301, 1.173395, 0.989176, 0.231952",\
|
|
"1.505351, 1.387014, 1.277108, 1.092889, 0.335665",\
|
|
"1.595578, 1.477242, 1.367336, 1.183117, 0.425892",\
|
|
"1.748347, 1.630010, 1.520104, 1.335885, 0.578661",\
|
|
"2.376497, 2.258161, 2.148255, 1.964036, 1.206811");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.768643, -0.650306, -0.540400, -0.356181, 0.401043",\
|
|
"-0.816867, -0.698530, -0.588624, -0.404405, 0.352819",\
|
|
"-0.824989, -0.706652, -0.596746, -0.412527, 0.344697",\
|
|
"-0.802968, -0.684631, -0.574725, -0.390506, 0.366718",\
|
|
"-0.712214, -0.593878, -0.483972, -0.299753, 0.457472");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.295084, -1.176747, -1.066841, -0.882622, -0.125398",\
|
|
"-1.398797, -1.280460, -1.170554, -0.986335, -0.229111",\
|
|
"-1.489024, -1.370688, -1.260782, -1.076563, -0.319338",\
|
|
"-1.641793, -1.523456, -1.413550, -1.229331, -0.472107",\
|
|
"-2.269943, -2.151607, -2.041701, -1.857482, -1.100258");
|
|
}
|
|
|
|
} /* 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.469098, 0.445182, 0.472018, 0.587057, 1.061531",\
|
|
"0.517322, 0.493406, 0.520242, 0.635281, 1.109755",\
|
|
"0.525443, 0.501527, 0.528363, 0.643403, 1.117877",\
|
|
"0.503422, 0.479507, 0.506343, 0.621382, 1.095856",\
|
|
"0.412669, 0.388753, 0.415589, 0.530629, 1.005103");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.897288, 0.873372, 0.900208, 1.015247, 1.489722",\
|
|
"1.001001, 0.977085, 1.003921, 1.118960, 1.593435",\
|
|
"1.091229, 1.067313, 1.094149, 1.209188, 1.683662",\
|
|
"1.243997, 1.220081, 1.246917, 1.361956, 1.836431",\
|
|
"1.872148, 1.848232, 1.875068, 1.990107, 2.464582");
|
|
}
|
|
|
|
} /* 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.389799, -0.290359, -0.217021, -0.101191, 0.375965",\
|
|
"-0.438023, -0.338583, -0.265245, -0.149415, 0.327740",\
|
|
"-0.446145, -0.346704, -0.273367, -0.157536, 0.319619",\
|
|
"-0.424124, -0.324684, -0.251346, -0.135515, 0.341640",\
|
|
"-0.333371, -0.233930, -0.160593, -0.044762, 0.432393");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.795993, -0.696552, -0.623214, -0.507384, -0.030229",\
|
|
"-0.899706, -0.800265, -0.726928, -0.611097, -0.133942",\
|
|
"-0.989933, -0.890493, -0.817155, -0.701325, -0.224170",\
|
|
"-1.142702, -1.043261, -0.969923, -0.854093, -0.376938",\
|
|
"-1.770853, -1.671412, -1.598074, -1.482244, -1.005089");
|
|
}
|
|
|
|
} /* 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.005473 ;
|
|
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.647173, 0.528836, 0.418930, 0.234711, -0.522513",\
|
|
"0.709244, 0.590908, 0.481002, 0.296783, -0.460441",\
|
|
"0.732442, 0.614106, 0.504200, 0.319981, -0.437243",\
|
|
"0.732210, 0.613873, 0.503967, 0.319748, -0.437476",\
|
|
"0.731516, 0.613179, 0.503273, 0.319054, -0.438170");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.066211, 0.947875, 0.837969, 0.653750, -0.103474",\
|
|
"1.178237, 1.059900, 0.949994, 0.765775, 0.008551",\
|
|
"1.279027, 1.160690, 1.050784, 0.866565, 0.109341",\
|
|
"1.445368, 1.327031, 1.217125, 1.032906, 0.275682",\
|
|
"2.127470, 2.009134, 1.899228, 1.715009, 0.957785");
|
|
}
|
|
|
|
} /* 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.471809, -0.353473, -0.243567, -0.059348, 0.697876",\
|
|
"-0.533881, -0.415545, -0.305639, -0.121420, 0.635805",\
|
|
"-0.557079, -0.438743, -0.328837, -0.144618, 0.612606",\
|
|
"-0.556847, -0.438510, -0.328604, -0.144385, 0.612839",\
|
|
"-0.556153, -0.437816, -0.327910, -0.143691, 0.613533");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.861354, -0.743018, -0.633112, -0.448893, 0.308331",\
|
|
"-0.973380, -0.855044, -0.745138, -0.560919, 0.196305",\
|
|
"-1.074170, -0.955833, -0.845927, -0.661708, 0.095516",\
|
|
"-1.240511, -1.122174, -1.012268, -0.828049, -0.070825",\
|
|
"-1.922614, -1.804277, -1.694371, -1.510152, -0.752928");
|
|
}
|
|
|
|
} /* 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.603881, 0.579965, 0.606801, 0.721840, 1.196315",\
|
|
"0.665952, 0.642037, 0.668873, 0.783912, 1.258386",\
|
|
"0.689151, 0.665235, 0.692071, 0.807110, 1.281585",\
|
|
"0.688918, 0.665002, 0.691838, 0.806877, 1.281352",\
|
|
"0.688224, 0.664308, 0.691144, 0.806183, 1.280658");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.886563, 0.862647, 0.889483, 1.004522, 1.478997",\
|
|
"0.998588, 0.974673, 1.001509, 1.116548, 1.591022",\
|
|
"1.099378, 1.075463, 1.102298, 1.217338, 1.691812",\
|
|
"1.265719, 1.241804, 1.268640, 1.383679, 1.858153",\
|
|
"1.947822, 1.923906, 1.950742, 2.065781, 2.540256");
|
|
}
|
|
|
|
} /* 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.386214, -0.286767, -0.213413, -0.097502, 0.379811",\
|
|
"-0.448286, -0.348839, -0.275485, -0.159574, 0.317739",\
|
|
"-0.471484, -0.372037, -0.298683, -0.182772, 0.294541",\
|
|
"-0.471252, -0.371804, -0.298451, -0.182540, 0.294774",\
|
|
"-0.470557, -0.371110, -0.297756, -0.181845, 0.295468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.640186, -0.540739, -0.467385, -0.351474, 0.125839",\
|
|
"-0.752212, -0.652764, -0.579411, -0.463500, 0.013813",\
|
|
"-0.853001, -0.753554, -0.680200, -0.564289, -0.086976",\
|
|
"-1.019342, -0.919895, -0.846541, -0.730630, -0.253317",\
|
|
"-1.701445, -1.601998, -1.528644, -1.412733, -0.935420");
|
|
}
|
|
|
|
} /* 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.003780 ;
|
|
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.943075, 0.824739, 0.714833, 0.530614, -0.226611",\
|
|
"0.991285, 0.872949, 0.763043, 0.578824, -0.178401",\
|
|
"0.999341, 0.881004, 0.771098, 0.586879, -0.170345",\
|
|
"0.977833, 0.859497, 0.749591, 0.565372, -0.191852",\
|
|
"0.889194, 0.770858, 0.660952, 0.476733, -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.236095, 1.117759, 1.007853, 0.823634, 0.066410",\
|
|
"1.339814, 1.221477, 1.111571, 0.927352, 0.170128",\
|
|
"1.430575, 1.312239, 1.202333, 1.018114, 0.260890",\
|
|
"1.584447, 1.466111, 1.356205, 1.171986, 0.414762",\
|
|
"2.215090, 2.096754, 1.986848, 1.802629, 1.045405");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.823024, -0.704688, -0.594782, -0.410563, 0.346661",\
|
|
"-0.871234, -0.752898, -0.642992, -0.458773, 0.298451",\
|
|
"-0.879290, -0.760954, -0.651048, -0.466829, 0.290395",\
|
|
"-0.857782, -0.739446, -0.629540, -0.445321, 0.311903",\
|
|
"-0.769143, -0.650807, -0.540901, -0.356682, 0.400542");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.117905, -0.999569, -0.889663, -0.705444, 0.051780",\
|
|
"-1.221624, -1.103287, -0.993381, -0.809162, -0.051938",\
|
|
"-1.312385, -1.194049, -1.084143, -0.899924, -0.142700",\
|
|
"-1.466257, -1.347921, -1.238015, -1.053796, -0.296571",\
|
|
"-2.096900, -1.978564, -1.868658, -1.684439, -0.927215");
|
|
}
|
|
|
|
} /* 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.584918, 0.561002, 0.587838, 0.702878, 1.177352",\
|
|
"0.633128, 0.609213, 0.636049, 0.751088, 1.225562",\
|
|
"0.641184, 0.617269, 0.644104, 0.759144, 1.233618",\
|
|
"0.619676, 0.595761, 0.622597, 0.737636, 1.212110",\
|
|
"0.531037, 0.507122, 0.533958, 0.648997, 1.123471");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.750841, 0.726925, 0.753761, 0.868800, 1.343275",\
|
|
"0.854559, 0.830644, 0.857480, 0.972519, 1.446993",\
|
|
"0.945321, 0.921405, 0.948241, 1.063280, 1.537755",\
|
|
"1.099193, 1.075277, 1.102113, 1.217152, 1.691627",\
|
|
"1.729836, 1.705920, 1.732756, 1.847795, 2.322270");
|
|
}
|
|
|
|
} /* 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.424133, -0.324685, -0.251331, -0.135421, 0.341893",\
|
|
"-0.472343, -0.372895, -0.299542, -0.183631, 0.293683",\
|
|
"-0.480399, -0.380951, -0.307598, -0.191687, 0.285627",\
|
|
"-0.458891, -0.359443, -0.286090, -0.170179, 0.307134",\
|
|
"-0.370252, -0.270804, -0.197451, -0.081540, 0.395774");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.594538, -0.495090, -0.421736, -0.305826, 0.171488",\
|
|
"-0.698256, -0.598809, -0.525455, -0.409544, 0.067769",\
|
|
"-0.789017, -0.689570, -0.616216, -0.500305, -0.022992",\
|
|
"-0.942889, -0.843442, -0.770088, -0.654177, -0.176864",\
|
|
"-1.573532, -1.474085, -1.400731, -1.284820, -0.807507");
|
|
}
|
|
|
|
} /* 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.004056 ;
|
|
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.576977, 0.458640, 0.348734, 0.164515, -0.592709",\
|
|
"0.623188, 0.504851, 0.394946, 0.210727, -0.546498",\
|
|
"0.631453, 0.513116, 0.403210, 0.218991, -0.538233",\
|
|
"0.613075, 0.494738, 0.384832, 0.200613, -0.556611",\
|
|
"0.532134, 0.413798, 0.303892, 0.119673, -0.637552");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.839899, 0.721562, 0.611656, 0.427437, -0.329787",\
|
|
"0.937503, 0.819166, 0.709260, 0.525041, -0.232183",\
|
|
"1.015787, 0.897450, 0.787544, 0.603325, -0.153899",\
|
|
"1.151590, 1.033253, 0.923347, 0.739129, -0.018096",\
|
|
"1.710437, 1.592100, 1.482194, 1.297975, 0.540751");
|
|
}
|
|
|
|
} /* 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.477146, -0.358809, -0.248903, -0.064685, 0.692540",\
|
|
"-0.523358, -0.405021, -0.295115, -0.110896, 0.646328",\
|
|
"-0.531622, -0.413286, -0.303380, -0.119161, 0.638063",\
|
|
"-0.513244, -0.394908, -0.285002, -0.100783, 0.656441",\
|
|
"-0.432304, -0.313967, -0.204061, -0.019842, 0.737382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.703969, -0.585632, -0.475726, -0.291507, 0.465717",\
|
|
"-0.801573, -0.683236, -0.573331, -0.389112, 0.368113",\
|
|
"-0.879857, -0.761520, -0.651614, -0.467395, 0.289829",\
|
|
"-1.015660, -0.897323, -0.787417, -0.603198, 0.154026",\
|
|
"-1.574507, -1.456170, -1.346264, -1.162045, -0.404821");
|
|
}
|
|
|
|
} /* 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.613362, 0.589447, 0.616283, 0.731322, 1.205796",\
|
|
"0.659574, 0.635658, 0.662494, 0.777533, 1.252007",\
|
|
"0.667838, 0.643923, 0.670759, 0.785798, 1.260272",\
|
|
"0.649460, 0.625545, 0.652381, 0.767420, 1.241894",\
|
|
"0.568520, 0.544604, 0.571440, 0.686479, 1.160954");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.858280, 0.834364, 0.861200, 0.976239, 1.450714",\
|
|
"0.955884, 0.931968, 0.958804, 1.073843, 1.548317",\
|
|
"1.034168, 1.010252, 1.037088, 1.152127, 1.626601",\
|
|
"1.169971, 1.146055, 1.172891, 1.287930, 1.762405",\
|
|
"1.728817, 1.704902, 1.731738, 1.846777, 2.321251");
|
|
}
|
|
|
|
} /* 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.494597, -0.395151, -0.321801, -0.205902, 0.271363",\
|
|
"-0.540808, -0.441362, -0.368013, -0.252114, 0.225151",\
|
|
"-0.549073, -0.449627, -0.376278, -0.260379, 0.216886",\
|
|
"-0.530695, -0.431249, -0.357900, -0.242001, 0.235264",\
|
|
"-0.449754, -0.350309, -0.276959, -0.161060, 0.316205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.706900, -0.607454, -0.534104, -0.418205, 0.059060",\
|
|
"-0.804504, -0.705058, -0.631708, -0.515809, -0.038544",\
|
|
"-0.882787, -0.783342, -0.709992, -0.594093, -0.116828",\
|
|
"-1.018590, -0.919145, -0.845795, -0.729896, -0.252631",\
|
|
"-1.577437, -1.477991, -1.404642, -1.288743, -0.811478");
|
|
}
|
|
|
|
} /* 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.004680 ;
|
|
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.919613, 0.801277, 0.691371, 0.507152, -0.250073",\
|
|
"0.981522, 0.863185, 0.753279, 0.569060, -0.188164",\
|
|
"1.004583, 0.886246, 0.776340, 0.592121, -0.165103",\
|
|
"1.004157, 0.885820, 0.775914, 0.591695, -0.165529",\
|
|
"1.003282, 0.884945, 0.775039, 0.590820, -0.166404");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.670901, 1.552564, 1.442658, 1.258439, 0.501215",\
|
|
"1.782821, 1.664484, 1.554578, 1.370359, 0.613135",\
|
|
"1.882567, 1.764230, 1.654324, 1.470105, 0.712881",\
|
|
"2.052371, 1.934034, 1.824128, 1.639909, 0.882685",\
|
|
"2.730919, 2.612582, 2.502676, 2.318457, 1.561233");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[15]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.839417, -0.721080, -0.611174, -0.426955, 0.330269",\
|
|
"-0.901326, -0.782989, -0.673083, -0.488864, 0.268360",\
|
|
"-0.924386, -0.806049, -0.696144, -0.511925, 0.245300",\
|
|
"-0.923960, -0.805624, -0.695718, -0.511499, 0.245726",\
|
|
"-0.923085, -0.804749, -0.694843, -0.510624, 0.246601");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.295851, -1.177514, -1.067608, -0.883389, -0.126165",\
|
|
"-1.408231, -1.289894, -1.179988, -0.995769, -0.238545",\
|
|
"-1.507977, -1.389640, -1.279734, -1.095515, -0.338291",\
|
|
"-1.677780, -1.559444, -1.449538, -1.265319, -0.508094",\
|
|
"-2.356331, -2.237994, -2.128088, -1.943869, -1.186645");
|
|
}
|
|
|
|
} /* 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.561348, 0.537432, 0.564268, 0.679308, 1.153782",\
|
|
"0.623257, 0.599341, 0.626177, 0.741216, 1.215691",\
|
|
"0.646317, 0.622402, 0.649238, 0.764277, 1.238751",\
|
|
"0.645891, 0.621976, 0.648812, 0.763851, 1.238325",\
|
|
"0.645016, 0.621101, 0.647937, 0.762976, 1.237450");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.187280, 1.163364, 1.190200, 1.305239, 1.779714",\
|
|
"1.299200, 1.275284, 1.302120, 1.417159, 1.891634",\
|
|
"1.398946, 1.375030, 1.401866, 1.516905, 1.991379",\
|
|
"1.568749, 1.544834, 1.571670, 1.686709, 2.161183",\
|
|
"2.247297, 2.223382, 2.250218, 2.365257, 2.839731");
|
|
}
|
|
|
|
} /* 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.465941, -0.366501, -0.293163, -0.177333, 0.299823",\
|
|
"-0.527850, -0.428409, -0.355072, -0.239241, 0.237914",\
|
|
"-0.550910, -0.451470, -0.378132, -0.262302, 0.214853",\
|
|
"-0.550485, -0.451044, -0.377706, -0.261876, 0.215279",\
|
|
"-0.549610, -0.450169, -0.376831, -0.261001, 0.216154");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.802100, -0.702659, -0.629322, -0.513491, -0.036336",\
|
|
"-0.914480, -0.815039, -0.741701, -0.625871, -0.148716",\
|
|
"-1.014226, -0.914785, -0.841447, -0.725617, -0.248462",\
|
|
"-1.184030, -1.084589, -1.011251, -0.895421, -0.418266",\
|
|
"-1.862580, -1.763139, -1.689802, -1.573971, -1.096816");
|
|
}
|
|
|
|
} /* 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.005612 ;
|
|
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.884853, 0.766516, 0.656610, 0.472391, -0.284833",\
|
|
"0.931093, 0.812756, 0.702850, 0.518631, -0.238593",\
|
|
"0.939825, 0.821488, 0.711582, 0.527363, -0.229861",\
|
|
"0.921448, 0.803111, 0.693205, 0.508986, -0.248238",\
|
|
"0.841835, 0.723499, 0.613593, 0.429374, -0.327851");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.375066, 1.256729, 1.146823, 0.962604, 0.205380",\
|
|
"1.472556, 1.354219, 1.244313, 1.060094, 0.302870",\
|
|
"1.550316, 1.431980, 1.322074, 1.137855, 0.380630",\
|
|
"1.684094, 1.565757, 1.455851, 1.271632, 0.514408",\
|
|
"2.234472, 2.116135, 2.006229, 1.822010, 1.064786");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[14]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.668306, -0.549970, -0.440064, -0.255845, 0.501380",\
|
|
"-0.714546, -0.596210, -0.486304, -0.302085, 0.455140",\
|
|
"-0.723278, -0.604942, -0.495036, -0.310817, 0.446408",\
|
|
"-0.704902, -0.586565, -0.476659, -0.292440, 0.464784",\
|
|
"-0.625289, -0.506953, -0.397047, -0.212828, 0.544397");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.172270, -1.053933, -0.944027, -0.759808, -0.002584",\
|
|
"-1.269759, -1.151423, -1.041517, -0.857298, -0.100073",\
|
|
"-1.347520, -1.229184, -1.119278, -0.935059, -0.177834",\
|
|
"-1.481298, -1.362961, -1.253055, -1.068836, -0.311612",\
|
|
"-2.031675, -1.913339, -1.803433, -1.619214, -0.861989");
|
|
}
|
|
|
|
} /* 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.512412, 0.488496, 0.515332, 0.630371, 1.104846",\
|
|
"0.558652, 0.534736, 0.561572, 0.676611, 1.151086",\
|
|
"0.567384, 0.543468, 0.570304, 0.685343, 1.159818",\
|
|
"0.549007, 0.525091, 0.551927, 0.666966, 1.141441",\
|
|
"0.469394, 0.445479, 0.472315, 0.587354, 1.061828");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.875372, 0.851456, 0.878292, 0.993331, 1.467806",\
|
|
"0.972861, 0.948945, 0.975781, 1.090821, 1.565295",\
|
|
"1.050622, 1.026707, 1.053543, 1.168582, 1.643056",\
|
|
"1.184400, 1.160484, 1.187320, 1.302359, 1.776834",\
|
|
"1.734778, 1.710862, 1.737698, 1.852737, 2.327211");
|
|
}
|
|
|
|
} /* 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.297958, -0.198518, -0.125180, -0.009350, 0.467805",\
|
|
"-0.344198, -0.244758, -0.171420, -0.055590, 0.421565",\
|
|
"-0.352930, -0.253490, -0.180152, -0.064322, 0.412833",\
|
|
"-0.334554, -0.235113, -0.161775, -0.045945, 0.431210",\
|
|
"-0.254941, -0.155501, -0.082163, 0.033668, 0.510823");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.680362, -0.580921, -0.507583, -0.391753, 0.085402",\
|
|
"-0.777851, -0.678411, -0.605073, -0.489243, -0.012088",\
|
|
"-0.855613, -0.756172, -0.682834, -0.567004, -0.089849",\
|
|
"-0.989390, -0.889949, -0.816612, -0.700781, -0.223626",\
|
|
"-1.539768, -1.440327, -1.366989, -1.251159, -0.774004");
|
|
}
|
|
|
|
} /* 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.003958 ;
|
|
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.771343, 0.653006, 0.543100, 0.358881, -0.398343",\
|
|
"0.805202, 0.686865, 0.576959, 0.392740, -0.364484",\
|
|
"0.799989, 0.681652, 0.571746, 0.387527, -0.369697",\
|
|
"0.753481, 0.635144, 0.525238, 0.341020, -0.416205",\
|
|
"0.557459, 0.439123, 0.329217, 0.144998, -0.612227");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.399163, 1.280826, 1.170920, 0.986701, 0.229477",\
|
|
"1.499084, 1.380747, 1.270841, 1.086622, 0.329398",\
|
|
"1.585703, 1.467366, 1.357460, 1.173241, 0.416017",\
|
|
"1.738140, 1.619804, 1.509897, 1.325679, 0.568454",\
|
|
"2.365416, 2.247079, 2.137173, 1.952955, 1.195730");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.704666, -0.586329, -0.476423, -0.292204, 0.465020",\
|
|
"-0.738525, -0.620188, -0.510282, -0.326063, 0.431161",\
|
|
"-0.733312, -0.614975, -0.505069, -0.320850, 0.436374",\
|
|
"-0.686804, -0.568467, -0.458561, -0.274342, 0.482882",\
|
|
"-0.490782, -0.372445, -0.262540, -0.078321, 0.678904");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.146521, -1.028185, -0.918279, -0.734060, 0.023165",\
|
|
"-1.246442, -1.128106, -1.018200, -0.833981, -0.076756",\
|
|
"-1.333061, -1.214725, -1.104819, -0.920600, -0.163375",\
|
|
"-1.485498, -1.367162, -1.257256, -1.073037, -0.315812",\
|
|
"-2.112774, -1.994438, -1.884531, -1.700313, -0.943088");
|
|
}
|
|
|
|
} /* 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.393091, 0.369176, 0.396011, 0.511051, 0.985525",\
|
|
"0.426950, 0.403035, 0.429870, 0.544910, 1.019384",\
|
|
"0.421737, 0.397822, 0.424657, 0.539697, 1.014171",\
|
|
"0.375229, 0.351314, 0.378150, 0.493189, 0.967663",\
|
|
"0.179208, 0.155292, 0.182128, 0.297167, 0.771642");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.892822, 0.868906, 0.895742, 1.010781, 1.485256",\
|
|
"0.992743, 0.968827, 0.995663, 1.110702, 1.585177",\
|
|
"1.079362, 1.055446, 1.082282, 1.197321, 1.671796",\
|
|
"1.231799, 1.207883, 1.234719, 1.349758, 1.824233",\
|
|
"1.859075, 1.835159, 1.861995, 1.977034, 2.451509");
|
|
}
|
|
|
|
} /* 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.337568, -0.238128, -0.164790, -0.048960, 0.428195",\
|
|
"-0.371427, -0.271987, -0.198649, -0.082819, 0.394336",\
|
|
"-0.366214, -0.266774, -0.193436, -0.077606, 0.399550",\
|
|
"-0.319707, -0.220266, -0.146928, -0.031098, 0.446057",\
|
|
"-0.123685, -0.024244, 0.049094, 0.164924, 0.642079");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.659599, -0.560158, -0.486821, -0.370990, 0.106165",\
|
|
"-0.759520, -0.660079, -0.586742, -0.470911, 0.006244",\
|
|
"-0.846139, -0.746698, -0.673360, -0.557530, -0.080375",\
|
|
"-0.998576, -0.899136, -0.825798, -0.709967, -0.232812",\
|
|
"-1.625852, -1.526412, -1.453074, -1.337243, -0.860088");
|
|
}
|
|
|
|
} /* 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.007242 ;
|
|
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.538438, 0.420101, 0.310121, 0.125918, -0.633206",\
|
|
"0.595910, 0.477573, 0.367593, 0.183390, -0.575734",\
|
|
"0.613387, 0.495051, 0.385070, 0.200867, -0.558257",\
|
|
"0.602623, 0.484286, 0.374306, 0.190103, -0.569021",\
|
|
"0.558270, 0.439933, 0.329953, 0.145750, -0.613374");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.115441, 0.997104, 0.887124, 0.702921, -0.056203",\
|
|
"1.229831, 1.111494, 1.001514, 0.817311, 0.058187",\
|
|
"1.338350, 1.220014, 1.110033, 0.925830, 0.166706",\
|
|
"1.515950, 1.397613, 1.287633, 1.103430, 0.344306",\
|
|
"2.245381, 2.127045, 2.017064, 1.832861, 1.073737");
|
|
}
|
|
|
|
} /* 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.433949, -0.315613, -0.205632, -0.021429, 0.737695",\
|
|
"-0.491421, -0.373085, -0.263104, -0.078901, 0.680223",\
|
|
"-0.508899, -0.390562, -0.280581, -0.096379, 0.662746",\
|
|
"-0.498134, -0.379797, -0.269817, -0.085614, 0.673510",\
|
|
"-0.453781, -0.335445, -0.225464, -0.041261, 0.717863");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.886637, -0.768300, -0.658320, -0.474117, 0.285008",\
|
|
"-1.001027, -0.882690, -0.772710, -0.588507, 0.170617",\
|
|
"-1.109546, -0.991209, -0.881229, -0.697026, 0.062098",\
|
|
"-1.287146, -1.168809, -1.058829, -0.874626, -0.115502",\
|
|
"-2.016577, -1.898240, -1.788260, -1.604057, -0.844933");
|
|
}
|
|
|
|
} /* 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.477695, 0.453779, 0.480615, 0.595690, 1.070155",\
|
|
"0.535167, 0.511251, 0.538087, 0.653162, 1.127627",\
|
|
"0.552644, 0.528728, 0.555564, 0.670640, 1.145105",\
|
|
"0.541880, 0.517964, 0.544800, 0.659875, 1.134340",\
|
|
"0.497527, 0.473611, 0.500447, 0.615522, 1.089988");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.907960, 0.884044, 0.910880, 1.025955, 1.500421",\
|
|
"1.022350, 0.998434, 1.025270, 1.140345, 1.614811",\
|
|
"1.130870, 1.106954, 1.133789, 1.248865, 1.723330",\
|
|
"1.308469, 1.284553, 1.311389, 1.426464, 1.900930",\
|
|
"2.037900, 2.013985, 2.040821, 2.155896, 2.630361");
|
|
}
|
|
|
|
} /* 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.386827, -0.287386, -0.214049, -0.098218, 0.378937",\
|
|
"-0.444299, -0.344858, -0.271521, -0.155690, 0.321465",\
|
|
"-0.461776, -0.362336, -0.288998, -0.173168, 0.303988",\
|
|
"-0.451012, -0.351571, -0.278233, -0.162403, 0.314752",\
|
|
"-0.406659, -0.307218, -0.233881, -0.118050, 0.359105");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.698597, -0.599156, -0.525818, -0.409988, 0.067167",\
|
|
"-0.812987, -0.713546, -0.640208, -0.524378, -0.047223",\
|
|
"-0.921506, -0.822066, -0.748728, -0.632897, -0.155742",\
|
|
"-1.099106, -0.999665, -0.926327, -0.810497, -0.333342",\
|
|
"-1.828537, -1.729096, -1.655759, -1.539928, -1.062773");
|
|
}
|
|
|
|
} /* 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.004462 ;
|
|
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.992668, 0.874331, 0.764425, 0.580206, -0.177018",\
|
|
"1.036455, 0.918118, 0.808212, 0.623993, -0.133231",\
|
|
"1.036072, 0.917736, 0.807830, 0.623611, -0.133613",\
|
|
"0.993323, 0.874986, 0.765080, 0.580861, -0.176363",\
|
|
"0.815463, 0.697127, 0.587221, 0.403002, -0.354223");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.403347, 1.285010, 1.175104, 0.990885, 0.233661",\
|
|
"1.519183, 1.400846, 1.290940, 1.106721, 0.349497",\
|
|
"1.628430, 1.510093, 1.400187, 1.215968, 0.458744",\
|
|
"1.815731, 1.697394, 1.587488, 1.403270, 0.646045",\
|
|
"2.585438, 2.467102, 2.357196, 2.172977, 1.415752");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.878106, -0.759770, -0.649864, -0.465645, 0.291580",\
|
|
"-0.921893, -0.803557, -0.693650, -0.509432, 0.247793",\
|
|
"-0.921511, -0.803174, -0.693268, -0.509049, 0.248175",\
|
|
"-0.878761, -0.760424, -0.650518, -0.466299, 0.290925",\
|
|
"-0.700902, -0.582565, -0.472659, -0.288440, 0.468784");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.278562, -1.160226, -1.050320, -0.866101, -0.108876",\
|
|
"-1.394398, -1.276061, -1.166155, -0.981936, -0.224712",\
|
|
"-1.503645, -1.385309, -1.275403, -1.091184, -0.333959",\
|
|
"-1.690946, -1.572609, -1.462703, -1.278485, -0.521260",\
|
|
"-2.460654, -2.342317, -2.232411, -2.048192, -1.290968");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.612928, 0.589013, 0.615848, 0.730888, 1.205362",\
|
|
"0.656715, 0.632799, 0.659635, 0.774675, 1.249149",\
|
|
"0.656333, 0.632417, 0.659253, 0.774292, 1.248767",\
|
|
"0.613583, 0.589667, 0.616503, 0.731542, 1.206017",\
|
|
"0.435724, 0.411808, 0.438644, 0.553683, 1.028157");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.898967, 0.875051, 0.901887, 1.016926, 1.491400",\
|
|
"1.014802, 0.990886, 1.017722, 1.132761, 1.607236",\
|
|
"1.124049, 1.100134, 1.126970, 1.242009, 1.716483",\
|
|
"1.311350, 1.287435, 1.314271, 1.429310, 1.903784",\
|
|
"2.081058, 2.057142, 2.083978, 2.199017, 2.673491");
|
|
}
|
|
|
|
} /* 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.499479, -0.400038, -0.326701, -0.210870, 0.266285",\
|
|
"-0.543266, -0.443825, -0.370487, -0.254657, 0.222498",\
|
|
"-0.542884, -0.443443, -0.370105, -0.254275, 0.222880",\
|
|
"-0.500134, -0.400693, -0.327355, -0.211525, 0.265630",\
|
|
"-0.322274, -0.222834, -0.149496, -0.033666, 0.443489");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.779134, -0.679693, -0.606356, -0.490525, -0.013370",\
|
|
"-0.894970, -0.795529, -0.722191, -0.606361, -0.129206",\
|
|
"-1.004217, -0.904776, -0.831439, -0.715608, -0.238453",\
|
|
"-1.191518, -1.092077, -1.018740, -0.902909, -0.425754",\
|
|
"-1.961225, -1.861784, -1.788447, -1.672616, -1.195461");
|
|
}
|
|
|
|
} /* 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.004552 ;
|
|
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.667046, 0.548709, 0.438803, 0.254584, -0.502640",\
|
|
"0.715143, 0.596806, 0.486900, 0.302681, -0.454543",\
|
|
"0.723131, 0.604795, 0.494889, 0.310670, -0.446554",\
|
|
"0.701662, 0.583325, 0.473419, 0.289200, -0.468024",\
|
|
"0.613182, 0.494845, 0.384939, 0.200720, -0.556504");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.016629, 0.898293, 0.788387, 0.604168, -0.153057",\
|
|
"1.120445, 1.002109, 0.892203, 0.707984, -0.049240",\
|
|
"1.211585, 1.093248, 0.983342, 0.799123, 0.041899",\
|
|
"1.366525, 1.248188, 1.138283, 0.954064, 0.196839",\
|
|
"2.000813, 1.882476, 1.772570, 1.588351, 0.831127");
|
|
}
|
|
|
|
} /* 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.514460, -0.396123, -0.286217, -0.101998, 0.655226",\
|
|
"-0.562557, -0.444221, -0.334315, -0.150096, 0.607129",\
|
|
"-0.570546, -0.452209, -0.342303, -0.158084, 0.599140",\
|
|
"-0.549076, -0.430740, -0.320834, -0.136615, 0.620609",\
|
|
"-0.460596, -0.342259, -0.232353, -0.048134, 0.709090");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.825403, -0.707066, -0.597160, -0.412941, 0.344283",\
|
|
"-0.929219, -0.810882, -0.700976, -0.516757, 0.240467",\
|
|
"-1.020359, -0.902022, -0.792116, -0.607897, 0.149327",\
|
|
"-1.175299, -1.056962, -0.947056, -0.762837, -0.005613",\
|
|
"-1.809587, -1.691250, -1.581344, -1.397125, -0.639901");
|
|
}
|
|
|
|
} /* 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.623754, 0.599838, 0.626674, 0.741713, 1.216188",\
|
|
"0.671851, 0.647935, 0.674771, 0.789810, 1.264285",\
|
|
"0.679839, 0.655924, 0.682760, 0.797799, 1.272274",\
|
|
"0.658370, 0.634454, 0.661290, 0.776330, 1.250804",\
|
|
"0.569890, 0.545974, 0.572810, 0.687849, 1.162323");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.836981, 0.813065, 0.839901, 0.954940, 1.429415",\
|
|
"0.940797, 0.916881, 0.943717, 1.058756, 1.533231",\
|
|
"1.031936, 1.008021, 1.034857, 1.149896, 1.624370",\
|
|
"1.186877, 1.162961, 1.189797, 1.304836, 1.779311",\
|
|
"1.821164, 1.797249, 1.824085, 1.939124, 2.413598");
|
|
}
|
|
|
|
} /* 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.428865, -0.329417, -0.256064, -0.140153, 0.337160",\
|
|
"-0.476962, -0.377515, -0.304161, -0.188250, 0.289063",\
|
|
"-0.484951, -0.385503, -0.312149, -0.196238, 0.281075",\
|
|
"-0.463481, -0.364034, -0.290680, -0.174769, 0.302544",\
|
|
"-0.375001, -0.275553, -0.202199, -0.086289, 0.391025");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.604234, -0.504787, -0.431433, -0.315522, 0.161791",\
|
|
"-0.708050, -0.608603, -0.535249, -0.419338, 0.057975",\
|
|
"-0.799190, -0.699743, -0.626389, -0.510478, -0.033165",\
|
|
"-0.954130, -0.854683, -0.781329, -0.665418, -0.188105",\
|
|
"-1.588418, -1.488971, -1.415617, -1.299706, -0.822393");
|
|
}
|
|
|
|
} /* 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.004313 ;
|
|
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.829880, 0.711543, 0.601637, 0.417418, -0.339806",\
|
|
"0.878079, 0.759743, 0.649837, 0.465618, -0.291606",\
|
|
"0.886083, 0.767746, 0.657840, 0.473621, -0.283603",\
|
|
"0.864820, 0.746484, 0.636578, 0.452359, -0.304865",\
|
|
"0.777194, 0.658857, 0.548951, 0.364732, -0.392492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.447232, 1.328896, 1.218990, 1.034771, 0.277547",\
|
|
"1.551034, 1.432698, 1.322792, 1.138573, 0.381349",\
|
|
"1.642255, 1.523919, 1.414013, 1.229794, 0.472570",\
|
|
"1.797023, 1.678686, 1.568780, 1.384561, 0.627337",\
|
|
"2.430988, 2.312651, 2.202745, 2.018526, 1.261302");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.788963, -0.670626, -0.560720, -0.376501, 0.380723",\
|
|
"-0.837162, -0.718826, -0.608920, -0.424701, 0.332523",\
|
|
"-0.845166, -0.726829, -0.616923, -0.432704, 0.324520",\
|
|
"-0.823903, -0.705567, -0.595661, -0.411442, 0.345782",\
|
|
"-0.736277, -0.617940, -0.508034, -0.323815, 0.433409");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.126882, -1.008546, -0.898640, -0.714421, 0.042803",\
|
|
"-1.230685, -1.112348, -1.002442, -0.818223, -0.060999",\
|
|
"-1.321905, -1.203569, -1.093663, -0.909444, -0.152220",\
|
|
"-1.476673, -1.358336, -1.248430, -1.064211, -0.306987",\
|
|
"-2.110638, -1.992301, -1.882396, -1.698177, -0.940952");
|
|
}
|
|
|
|
} /* 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.471656, 0.447740, 0.474576, 0.589615, 1.064090",\
|
|
"0.519855, 0.495939, 0.522775, 0.637814, 1.112289",\
|
|
"0.527858, 0.503943, 0.530779, 0.645818, 1.120292",\
|
|
"0.506596, 0.482680, 0.509516, 0.624556, 1.099030",\
|
|
"0.418969, 0.395054, 0.421890, 0.536929, 1.011403");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.961969, 0.938053, 0.964889, 1.079928, 1.554403",\
|
|
"1.065771, 1.041855, 1.068691, 1.183730, 1.658205",\
|
|
"1.156992, 1.133076, 1.159912, 1.274951, 1.749425",\
|
|
"1.311759, 1.287843, 1.314679, 1.429719, 1.904193",\
|
|
"1.945724, 1.921808, 1.948644, 2.063684, 2.538158");
|
|
}
|
|
|
|
} /* 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.389985, -0.290538, -0.217184, -0.101273, 0.376040",\
|
|
"-0.438184, -0.338737, -0.265383, -0.149472, 0.327841",\
|
|
"-0.446188, -0.346741, -0.273387, -0.157476, 0.319837",\
|
|
"-0.424926, -0.325478, -0.252125, -0.136214, 0.341100",\
|
|
"-0.337299, -0.237851, -0.164498, -0.048587, 0.428726");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.603507, -0.504060, -0.430706, -0.314795, 0.162518",\
|
|
"-0.707309, -0.607862, -0.534508, -0.418597, 0.058716",\
|
|
"-0.798530, -0.699082, -0.625729, -0.509818, -0.032505",\
|
|
"-0.953297, -0.853850, -0.780496, -0.664585, -0.187272",\
|
|
"-1.587262, -1.487815, -1.414461, -1.298550, -0.821237");
|
|
}
|
|
|
|
} /* 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.004192 ;
|
|
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.414906, 0.296569, 0.186663, 0.002444, -0.754780",\
|
|
"0.461064, 0.342727, 0.232821, 0.048603, -0.708622",\
|
|
"0.468370, 0.350034, 0.240128, 0.055909, -0.701315",\
|
|
"0.450023, 0.331687, 0.221781, 0.037562, -0.719663",\
|
|
"0.374409, 0.256073, 0.146167, -0.038052, -0.795277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.671647, 0.553310, 0.443404, 0.259185, -0.498039",\
|
|
"0.769157, 0.650820, 0.540914, 0.356695, -0.400529",\
|
|
"0.847726, 0.729389, 0.619483, 0.435264, -0.321960",\
|
|
"0.985966, 0.867629, 0.757723, 0.573505, -0.183720",\
|
|
"1.555551, 1.437214, 1.327308, 1.143089, 0.385865");
|
|
}
|
|
|
|
} /* 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.336122, -0.217785, -0.107879, 0.076340, 0.833564",\
|
|
"-0.382280, -0.263944, -0.154038, 0.030181, 0.787405",\
|
|
"-0.389587, -0.271250, -0.161344, 0.022875, 0.780099",\
|
|
"-0.371240, -0.252903, -0.142997, 0.041222, 0.798446",\
|
|
"-0.295626, -0.177289, -0.067383, 0.116836, 0.874060");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.546073, -0.427736, -0.317830, -0.133611, 0.623613",\
|
|
"-0.643583, -0.525246, -0.415340, -0.231121, 0.526103",\
|
|
"-0.722152, -0.603815, -0.493909, -0.309690, 0.447534",\
|
|
"-0.860392, -0.742056, -0.632150, -0.447931, 0.309294",\
|
|
"-1.429977, -1.311641, -1.201735, -1.017516, -0.260291");
|
|
}
|
|
|
|
} /* 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.451277, 0.427362, 0.454198, 0.569237, 1.043711",\
|
|
"0.497436, 0.473520, 0.500356, 0.615395, 1.089870",\
|
|
"0.504742, 0.480827, 0.507663, 0.622702, 1.097176",\
|
|
"0.486395, 0.462479, 0.489315, 0.604355, 1.078829",\
|
|
"0.410781, 0.386865, 0.413701, 0.528741, 1.003215");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.690028, 0.666112, 0.692948, 0.807987, 1.282462",\
|
|
"0.787538, 0.763622, 0.790458, 0.905497, 1.379972",\
|
|
"0.866106, 0.842191, 0.869027, 0.984066, 1.458540",\
|
|
"1.004347, 0.980431, 1.007267, 1.122306, 1.596781",\
|
|
"1.573932, 1.550016, 1.576852, 1.691891, 2.166366");
|
|
}
|
|
|
|
} /* 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.353559, -0.254113, -0.180763, -0.064864, 0.412401",\
|
|
"-0.399717, -0.300272, -0.226922, -0.111023, 0.366242",\
|
|
"-0.407023, -0.307578, -0.234228, -0.118329, 0.358936",\
|
|
"-0.388676, -0.289231, -0.215881, -0.099982, 0.377283",\
|
|
"-0.313062, -0.213617, -0.140267, -0.024368, 0.452897");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.549004, -0.449558, -0.376208, -0.260309, 0.216956",\
|
|
"-0.646514, -0.547068, -0.473719, -0.357820, 0.119446",\
|
|
"-0.725083, -0.625637, -0.552287, -0.436388, 0.040877",\
|
|
"-0.863323, -0.763877, -0.690528, -0.574629, -0.097363",\
|
|
"-1.432908, -1.333462, -1.260113, -1.144214, -0.666948");
|
|
}
|
|
|
|
} /* 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.005638 ;
|
|
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.695428, 0.577091, 0.467185, 0.282966, -0.474258",\
|
|
"0.757682, 0.639345, 0.529439, 0.345220, -0.412004",\
|
|
"0.781167, 0.662830, 0.552924, 0.368705, -0.388519",\
|
|
"0.780952, 0.662615, 0.552709, 0.368490, -0.388734",\
|
|
"0.780068, 0.661731, 0.551825, 0.367606, -0.389618");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.398788, 1.280451, 1.170545, 0.986326, 0.229102",\
|
|
"1.510683, 1.392346, 1.282440, 1.098221, 0.340997",\
|
|
"1.610960, 1.492623, 1.382717, 1.198498, 0.441274",\
|
|
"1.776174, 1.657837, 1.547931, 1.363712, 0.606488",\
|
|
"2.455806, 2.337469, 2.227563, 2.043344, 1.286120");
|
|
}
|
|
|
|
} /* 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.631205, -0.512868, -0.402962, -0.218743, 0.538481",\
|
|
"-0.693459, -0.575123, -0.465217, -0.280998, 0.476227",\
|
|
"-0.716944, -0.598607, -0.488701, -0.304482, 0.452742",\
|
|
"-0.716730, -0.598393, -0.488487, -0.304268, 0.452956",\
|
|
"-0.715845, -0.597509, -0.487603, -0.303384, 0.453840");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.028000, -0.909663, -0.799757, -0.615538, 0.141686",\
|
|
"-1.139895, -1.021558, -0.911652, -0.727433, 0.029791",\
|
|
"-1.240172, -1.121835, -1.011929, -0.827710, -0.070486",\
|
|
"-1.405386, -1.287049, -1.177143, -0.992924, -0.235700",\
|
|
"-2.085017, -1.966681, -1.856775, -1.672556, -0.915331");
|
|
}
|
|
|
|
} /* 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.337162, 0.313247, 0.340083, 0.455122, 0.929596",\
|
|
"0.399417, 0.375501, 0.402337, 0.517376, 0.991851",\
|
|
"0.422902, 0.398986, 0.425822, 0.540861, 1.015335",\
|
|
"0.422687, 0.398771, 0.425607, 0.540646, 1.015121",\
|
|
"0.421803, 0.397887, 0.424723, 0.539762, 1.014237");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.915166, 0.891251, 0.918087, 1.033126, 1.507600",\
|
|
"1.027061, 1.003146, 1.029982, 1.145021, 1.619495",\
|
|
"1.127339, 1.103423, 1.130259, 1.245298, 1.719773",\
|
|
"1.292553, 1.268637, 1.295473, 1.410512, 1.884987",\
|
|
"1.972184, 1.948268, 1.975104, 2.090144, 2.564618");
|
|
}
|
|
|
|
} /* 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.257729, -0.158289, -0.084951, 0.030879, 0.508034",\
|
|
"-0.319984, -0.220543, -0.147205, -0.031375, 0.445780",\
|
|
"-0.343468, -0.244028, -0.170690, -0.054860, 0.422295",\
|
|
"-0.343254, -0.243813, -0.170475, -0.054645, 0.422510",\
|
|
"-0.342370, -0.242929, -0.169591, -0.053761, 0.423394");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.534249, -0.434808, -0.361470, -0.245640, 0.231515",\
|
|
"-0.646144, -0.546703, -0.473365, -0.357535, 0.119620",\
|
|
"-0.746421, -0.646980, -0.573643, -0.457812, 0.019343",\
|
|
"-0.911635, -0.812195, -0.738857, -0.623026, -0.145871",\
|
|
"-1.591267, -1.491826, -1.418488, -1.302658, -0.825503");
|
|
}
|
|
|
|
} /* 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.003857 ;
|
|
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.809934, 0.691597, 0.581691, 0.397472, -0.359752",\
|
|
"0.843667, 0.725330, 0.615425, 0.431206, -0.326019",\
|
|
"0.838611, 0.720275, 0.610369, 0.426150, -0.331075",\
|
|
"0.790725, 0.672388, 0.562482, 0.378263, -0.378961",\
|
|
"0.591284, 0.472948, 0.363042, 0.178823, -0.578402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.286136, 1.167799, 1.057893, 0.873674, 0.116450",\
|
|
"1.385464, 1.267127, 1.157221, 0.973002, 0.215778",\
|
|
"1.470415, 1.352079, 1.242173, 1.057954, 0.300730",\
|
|
"1.620510, 1.502173, 1.392267, 1.208048, 0.450824",\
|
|
"2.238863, 2.120527, 2.010621, 1.826402, 1.069177");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.639853, -0.521516, -0.411610, -0.227391, 0.529833",\
|
|
"-0.673586, -0.555249, -0.445343, -0.261124, 0.496100",\
|
|
"-0.668530, -0.550194, -0.440288, -0.256069, 0.501156",\
|
|
"-0.620644, -0.502307, -0.392401, -0.208183, 0.549042",\
|
|
"-0.421203, -0.302866, -0.192960, -0.008741, 0.748483");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.137888, -1.019551, -0.909645, -0.725426, 0.031798",\
|
|
"-1.237216, -1.118879, -1.008973, -0.824754, -0.067530",\
|
|
"-1.322168, -1.203831, -1.093925, -0.909706, -0.152482",\
|
|
"-1.472262, -1.353925, -1.244019, -1.059800, -0.302576",\
|
|
"-2.090615, -1.972279, -1.862373, -1.678154, -0.920929");
|
|
}
|
|
|
|
} /* 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.437618, 0.413703, 0.440539, 0.555578, 1.030052",\
|
|
"0.471351, 0.447436, 0.474272, 0.589311, 1.063785",\
|
|
"0.466295, 0.442380, 0.469216, 0.584255, 1.058729",\
|
|
"0.418409, 0.394494, 0.421330, 0.536369, 1.010843",\
|
|
"0.218968, 0.195053, 0.221889, 0.336928, 0.811402");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.786413, 0.762497, 0.789333, 0.904372, 1.378847",\
|
|
"0.885741, 0.861825, 0.888661, 1.003700, 1.478175",\
|
|
"0.970693, 0.946777, 0.973613, 1.088652, 1.563127",\
|
|
"1.120787, 1.096871, 1.123707, 1.238746, 1.713221",\
|
|
"1.739141, 1.715225, 1.742061, 1.857100, 2.331575");
|
|
}
|
|
|
|
} /* 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.269731, -0.170290, -0.096952, 0.018878, 0.496033",\
|
|
"-0.303464, -0.204023, -0.130685, -0.014855, 0.462300",\
|
|
"-0.298408, -0.198967, -0.125629, -0.009799, 0.467356",\
|
|
"-0.250522, -0.151081, -0.077743, 0.038087, 0.515242",\
|
|
"-0.051081, 0.048360, 0.121698, 0.237528, 0.714683");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.645954, -0.546514, -0.473176, -0.357346, 0.119809",\
|
|
"-0.745283, -0.645842, -0.572504, -0.456674, 0.020481",\
|
|
"-0.830234, -0.730794, -0.657456, -0.541625, -0.064470",\
|
|
"-0.980329, -0.880888, -0.807550, -0.691720, -0.214565",\
|
|
"-1.598683, -1.499242, -1.425904, -1.310074, -0.832919");
|
|
}
|
|
|
|
} /* 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.015671 ;
|
|
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.769884, 0.651547, 0.541641, 0.357422, -0.399802",\
|
|
"0.800992, 0.682656, 0.572750, 0.388531, -0.368694",\
|
|
"0.789050, 0.670713, 0.560807, 0.376588, -0.380636",\
|
|
"0.726406, 0.608069, 0.498163, 0.313944, -0.443280",\
|
|
"0.468188, 0.349852, 0.239946, 0.055727, -0.701498");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.142048, 1.023711, 0.913805, 0.729586, -0.027638",\
|
|
"1.253730, 1.135393, 1.025487, 0.841268, 0.084044",\
|
|
"1.360157, 1.241820, 1.131914, 0.947695, 0.190471",\
|
|
"1.546120, 1.427783, 1.317877, 1.133658, 0.376434",\
|
|
"2.311140, 2.192803, 2.082897, 1.898679, 1.141454");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.727842, -0.609506, -0.499600, -0.315381, 0.441844",\
|
|
"-0.758951, -0.640614, -0.530708, -0.346489, 0.410735",\
|
|
"-0.747009, -0.628672, -0.518766, -0.334547, 0.422677",\
|
|
"-0.684364, -0.566028, -0.456122, -0.271903, 0.485322",\
|
|
"-0.426147, -0.307810, -0.197904, -0.013685, 0.743539");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.045721, -0.927384, -0.817478, -0.633259, 0.123965",\
|
|
"-1.157403, -1.039066, -0.929160, -0.744941, 0.012283",\
|
|
"-1.263830, -1.145494, -1.035588, -0.851369, -0.094144",\
|
|
"-1.449793, -1.331456, -1.221550, -1.037331, -0.280107",\
|
|
"-2.214813, -2.096476, -1.986570, -1.802351, -1.045127");
|
|
}
|
|
|
|
} /* 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.391632, 0.367717, 0.394553, 0.509592, 0.984066",\
|
|
"0.422741, 0.398825, 0.425661, 0.540700, 1.015175",\
|
|
"0.410798, 0.386883, 0.413719, 0.528758, 1.003232",\
|
|
"0.348154, 0.324239, 0.351075, 0.466114, 0.940588",\
|
|
"0.089937, 0.066021, 0.092857, 0.207896, 0.682371");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.635705, 0.611789, 0.638625, 0.753664, 1.228139",\
|
|
"0.747387, 0.723471, 0.750307, 0.865346, 1.339821",\
|
|
"0.853814, 0.829899, 0.856735, 0.971774, 1.446248",\
|
|
"1.039777, 1.015861, 1.042697, 1.157736, 1.632211",\
|
|
"1.804797, 1.780881, 1.807717, 1.922756, 2.397231");
|
|
}
|
|
|
|
} /* 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.360745, -0.261305, -0.187967, -0.072137, 0.405019",\
|
|
"-0.391854, -0.292413, -0.219075, -0.103245, 0.373910",\
|
|
"-0.379912, -0.280471, -0.207133, -0.091303, 0.385852",\
|
|
"-0.317267, -0.217827, -0.144489, -0.028659, 0.448497",\
|
|
"-0.059050, 0.040391, 0.113729, 0.229559, 0.706714");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.558797, -0.459356, -0.386018, -0.270188, 0.206967",\
|
|
"-0.670479, -0.571038, -0.497700, -0.381870, 0.095285",\
|
|
"-0.776906, -0.677466, -0.604128, -0.488298, -0.011142",\
|
|
"-0.962869, -0.863428, -0.790090, -0.674260, -0.197105",\
|
|
"-1.727889, -1.628448, -1.555111, -1.439280, -0.962125");
|
|
}
|
|
|
|
} /* 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.071610 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.240093");
|
|
}
|
|
|
|
} /* 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.354632");
|
|
}
|
|
|
|
} /* 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.009470 ;
|
|
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.044023, 0.987688, 0.972098, 0.990136, 1.073276",\
|
|
"1.072397, 1.016062, 1.000472, 1.018510, 1.101650",\
|
|
"1.059284, 1.002949, 0.987359, 1.005397, 1.088537",\
|
|
"0.960680, 0.904345, 0.888754, 0.906793, 0.989933",\
|
|
"0.582041, 0.525706, 0.510116, 0.528154, 0.611294");
|
|
}
|
|
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.170424, 1.114089, 1.098499, 1.116537, 1.199677",\
|
|
"1.262006, 1.205671, 1.190080, 1.208118, 1.291259",\
|
|
"1.381917, 1.325582, 1.309991, 1.328030, 1.411170",\
|
|
"1.638051, 1.581716, 1.566126, 1.584164, 1.667304",\
|
|
"2.238503, 2.182168, 2.166578, 2.184616, 2.267756");
|
|
}
|
|
|
|
} /* 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.004786, 0.886450, 0.776544, 0.592325, -0.164899",\
|
|
"1.033201, 0.914865, 0.804959, 0.620740, -0.136485",\
|
|
"1.020282, 0.901945, 0.792039, 0.607820, -0.149404",\
|
|
"0.921330, 0.802993, 0.693087, 0.508868, -0.248356",\
|
|
"0.542386, 0.424049, 0.314143, 0.129924, -0.627300");
|
|
}
|
|
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.440381, 1.322044, 1.212138, 1.027920, 0.270695",\
|
|
"1.531981, 1.413644, 1.303738, 1.119519, 0.362294",\
|
|
"1.651962, 1.533625, 1.423719, 1.239500, 0.482276",\
|
|
"1.908217, 1.789881, 1.679975, 1.495756, 0.738531",\
|
|
"2.504831, 2.386495, 2.276589, 2.092370, 1.335145");
|
|
}
|
|
|
|
} /* 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.210743, 0.267078, 0.282669, 0.264631, 0.181490",\
|
|
"0.182369, 0.238704, 0.254295, 0.236257, 0.153116",\
|
|
"0.195482, 0.251817, 0.267408, 0.249370, 0.166229",\
|
|
"0.294086, 0.350421, 0.366012, 0.347973, 0.264833",\
|
|
"0.672723, 0.729058, 0.744648, 0.726610, 0.643470");
|
|
}
|
|
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.203671, 0.260006, 0.275597, 0.257558, 0.174418",\
|
|
"0.112089, 0.168424, 0.184015, 0.165977, 0.082836",\
|
|
"-0.007821, 0.048514, 0.064104, 0.046066, -0.037074",\
|
|
"-0.263956, -0.207621, -0.192030, -0.210069, -0.293209",\
|
|
"-0.864409, -0.808074, -0.792484, -0.810522, -0.893662");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.938887, -0.820550, -0.710644, -0.526425, 0.230799",\
|
|
"-0.967301, -0.848965, -0.739059, -0.554840, 0.202385",\
|
|
"-0.954382, -0.836046, -0.726140, -0.541921, 0.215304",\
|
|
"-0.855430, -0.737093, -0.627187, -0.442968, 0.314256",\
|
|
"-0.476486, -0.358149, -0.248243, -0.064024, 0.693200");
|
|
}
|
|
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.305185, -1.186849, -1.076943, -0.892724, -0.135499",\
|
|
"-1.396785, -1.278448, -1.168542, -0.984323, -0.227099",\
|
|
"-1.516766, -1.398429, -1.288523, -1.104305, -0.347080",\
|
|
"-1.773022, -1.654685, -1.544779, -1.360560, -0.603336",\
|
|
"-2.369636, -2.251299, -2.141393, -1.957174, -1.199950");
|
|
}
|
|
|
|
} /* 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.524243, 0.467908, 0.452317, 0.470355, 0.553403",\
|
|
"0.615824, 0.559489, 0.543899, 0.561937, 0.644985",\
|
|
"0.735735, 0.679400, 0.663810, 0.681848, 0.764896",\
|
|
"0.991870, 0.935535, 0.919944, 0.937982, 1.021030",\
|
|
"1.592322, 1.535987, 1.520396, 1.538435, 1.621483");
|
|
}
|
|
|
|
} /* 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.533433, 0.415063, 0.305037, 0.120870, -0.636882",\
|
|
"0.625015, 0.506645, 0.396619, 0.212452, -0.545300",\
|
|
"0.744926, 0.626556, 0.516529, 0.332363, -0.425390",\
|
|
"1.001060, 0.882691, 0.772664, 0.588497, -0.169255",\
|
|
"1.601513, 1.483143, 1.373116, 1.188949, 0.431197");
|
|
}
|
|
|
|
} /* 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.089001, -0.032675, -0.017099, -0.033833, -0.117132",\
|
|
"-0.180583, -0.124256, -0.108681, -0.125415, -0.208713",\
|
|
"-0.300493, -0.244167, -0.228592, -0.245326, -0.328624",\
|
|
"-0.556628, -0.500302, -0.484726, -0.501461, -0.584759",\
|
|
"-1.157080, -1.100754, -1.085179, -1.101913, -1.185211");
|
|
}
|
|
|
|
} /* 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.017669, 0.100668, 0.210574, 0.394793, 1.153255",\
|
|
"-0.109250, 0.009086, 0.118992, 0.303211, 1.061674",\
|
|
"-0.229161, -0.110824, -0.000918, 0.183300, 0.941763",\
|
|
"-0.485296, -0.366959, -0.257053, -0.072834, 0.685628",\
|
|
"-1.085748, -0.967412, -0.857506, -0.673287, 0.085176");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_remff*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.856068, 0.832381, 0.859206, 0.974215, 1.448568",\
|
|
"0.884442, 0.860755, 0.887580, 1.002589, 1.476942",\
|
|
"0.871329, 0.847642, 0.874467, 0.989476, 1.463829",\
|
|
"0.772725, 0.749038, 0.775863, 0.890871, 1.365224",\
|
|
"0.394086, 0.370399, 0.397224, 0.512233, 0.986586");
|
|
}
|
|
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.026884, 1.003198, 1.030023, 1.145031, 1.619384",\
|
|
"1.118466, 1.094779, 1.121604, 1.236613, 1.710966",\
|
|
"1.238377, 1.214690, 1.241515, 1.356524, 1.830877",\
|
|
"1.494511, 1.470825, 1.497650, 1.612658, 2.087011",\
|
|
"2.094964, 2.071277, 2.098102, 2.213110, 2.687464");
|
|
}
|
|
|
|
} /* 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.386949, -0.287737, -0.214389, -0.098491, 0.378776",\
|
|
"-0.415323, -0.316111, -0.242763, -0.126865, 0.350402",\
|
|
"-0.402210, -0.302998, -0.229650, -0.113752, 0.363515",\
|
|
"-0.303605, -0.204394, -0.131045, -0.015148, 0.462119",\
|
|
"0.075033, 0.174245, 0.247593, 0.363491, 0.840758");
|
|
}
|
|
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.482878, -0.383667, -0.310318, -0.194421, 0.282846",\
|
|
"-0.574460, -0.475248, -0.401900, -0.286003, 0.191265",\
|
|
"-0.694371, -0.595159, -0.521811, -0.405914, 0.071354",\
|
|
"-0.950506, -0.851294, -0.777946, -0.662048, -0.184781",\
|
|
"-1.550958, -1.451746, -1.378398, -1.262501, -0.785233");
|
|
}
|
|
|
|
} /* 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.011741 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.672684, 2.616349, 2.600759, 2.618797, 2.701938",\
|
|
"2.701423, 2.645088, 2.629498, 2.647536, 2.730676",\
|
|
"2.689756, 2.633421, 2.617830, 2.635869, 2.719009",\
|
|
"2.591474, 2.535139, 2.519548, 2.537586, 2.620727",\
|
|
"2.207457, 2.151122, 2.135532, 2.153570, 2.236711");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.129612, 3.073277, 3.057686, 3.075725, 3.158865",\
|
|
"3.224969, 3.168634, 3.153043, 3.171082, 3.254222",\
|
|
"3.350191, 3.293856, 3.278265, 3.296304, 3.379444",\
|
|
"3.612235, 3.555900, 3.540309, 3.558347, 3.641488",\
|
|
"4.233037, 4.176702, 4.161111, 4.179149, 4.262290");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.757542, 3.639205, 3.529299, 3.345080, 2.587856",\
|
|
"3.786280, 3.667944, 3.558038, 3.373819, 2.616594",\
|
|
"3.774613, 3.656276, 3.546371, 3.362152, 2.604927",\
|
|
"3.676331, 3.557994, 3.448088, 3.263869, 2.506645",\
|
|
"3.292315, 3.173978, 3.064072, 2.879853, 2.122629");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.456295, 3.337958, 3.228052, 3.043833, 2.286609",\
|
|
"3.551652, 3.433315, 3.323409, 3.139190, 2.381966",\
|
|
"3.676874, 3.558537, 3.448631, 3.264412, 2.507188",\
|
|
"3.938917, 3.820581, 3.710675, 3.526456, 2.769232",\
|
|
"4.559721, 4.441384, 4.331478, 4.147259, 3.390035");
|
|
}
|
|
|
|
} /* 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.016414, 0.039912, 0.055487, 0.038753, -0.044545",\
|
|
"-0.045156, 0.011170, 0.026745, 0.010011, -0.073287",\
|
|
"-0.033503, 0.022823, 0.038399, 0.021664, -0.061634",\
|
|
"0.064758, 0.121084, 0.136660, 0.119926, 0.036627",\
|
|
"0.448934, 0.505260, 0.520836, 0.504102, 0.420803");
|
|
}
|
|
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.022400, 0.033928, 0.049506, 0.031447, -0.051867",\
|
|
"-0.118274, -0.061946, -0.046368, -0.064427, -0.147742",\
|
|
"-0.244658, -0.188331, -0.172752, -0.190811, -0.274126",\
|
|
"-0.507337, -0.451010, -0.435431, -0.453490, -0.536805",\
|
|
"-1.125446, -1.069118, -1.053540, -1.071599, -1.154914");
|
|
}
|
|
|
|
} /* 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.445126, -0.326789, -0.216883, -0.032664, 0.724560",\
|
|
"-0.473902, -0.355566, -0.245660, -0.061441, 0.695783",\
|
|
"-0.462410, -0.344073, -0.234167, -0.049948, 0.707276",\
|
|
"-0.364728, -0.246391, -0.136485, 0.047733, 0.804958",\
|
|
"0.017505, 0.135842, 0.245748, 0.429967, 1.187191");
|
|
}
|
|
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.854284, -0.735947, -0.626041, -0.441822, 0.315402",\
|
|
"-0.950138, -0.831802, -0.721896, -0.537677, 0.219547",\
|
|
"-1.076463, -0.958127, -0.848221, -0.664002, 0.093222",\
|
|
"-1.339449, -1.221112, -1.111206, -0.926987, -0.169763",\
|
|
"-1.960145, -1.841808, -1.731902, -1.547683, -0.790459");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.273921, 3.250005, 3.276841, 3.391880, 3.866354",\
|
|
"3.302659, 3.278743, 3.305579, 3.420619, 3.895093",\
|
|
"3.290992, 3.267076, 3.293912, 3.408951, 3.883426",\
|
|
"3.192709, 3.168794, 3.195630, 3.310669, 3.785144",\
|
|
"2.808693, 2.784778, 2.811614, 2.926653, 3.401127");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.078044, 3.054128, 3.080964, 3.196003, 3.670478",\
|
|
"3.173401, 3.149485, 3.176321, 3.291360, 3.765835",\
|
|
"3.298622, 3.274707, 3.301543, 3.416582, 3.891056",\
|
|
"3.560666, 3.536750, 3.563586, 3.678625, 4.153100",\
|
|
"4.181468, 4.157552, 4.184388, 4.299428, 4.773902");
|
|
}
|
|
|
|
} /* 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.359705, -0.260258, -0.186904, -0.070993, 0.406320",\
|
|
"-0.388482, -0.289035, -0.215681, -0.099770, 0.377543",\
|
|
"-0.376989, -0.277542, -0.204188, -0.088277, 0.389036",\
|
|
"-0.279308, -0.179860, -0.106507, 0.009404, 0.486717",\
|
|
"0.102926, 0.202373, 0.275727, 0.391638, 0.868951");
|
|
}
|
|
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.633115, -0.533668, -0.460314, -0.344403, 0.132910",\
|
|
"-0.728970, -0.629522, -0.556168, -0.440257, 0.037056",\
|
|
"-0.855295, -0.755847, -0.682493, -0.566583, -0.089269",\
|
|
"-1.118280, -1.018833, -0.945479, -0.829568, -0.352255",\
|
|
"-1.738976, -1.639529, -1.566175, -1.450264, -0.972951");
|
|
}
|
|
|
|
} /* 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.003857 ;
|
|
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.833579, 0.715242, 0.605336, 0.421117, -0.336107",\
|
|
"0.879696, 0.761360, 0.651454, 0.467235, -0.289989",\
|
|
"0.887987, 0.769650, 0.659744, 0.475525, -0.281699",\
|
|
"0.869153, 0.750816, 0.640910, 0.456691, -0.300533",\
|
|
"0.787475, 0.669138, 0.559232, 0.375013, -0.382211");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.243097, 1.124761, 1.014855, 0.830636, 0.073411",\
|
|
"1.340722, 1.222385, 1.112479, 0.928260, 0.171036",\
|
|
"1.418902, 1.300565, 1.190659, 1.006440, 0.249216",\
|
|
"1.553940, 1.435604, 1.325698, 1.141479, 0.384255",\
|
|
"2.109198, 1.990861, 1.880955, 1.696736, 0.939512");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.733634, -0.615297, -0.505391, -0.321172, 0.436052",\
|
|
"-0.779751, -0.661414, -0.551508, -0.367289, 0.389935",\
|
|
"-0.788041, -0.669705, -0.559799, -0.375580, 0.381644",\
|
|
"-0.769207, -0.650871, -0.540965, -0.356746, 0.400478",\
|
|
"-0.687529, -0.569193, -0.459287, -0.275068, 0.482156");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.117494, -0.999157, -0.889251, -0.705032, 0.052192",\
|
|
"-1.215119, -1.096782, -0.986876, -0.802657, -0.045433",\
|
|
"-1.293299, -1.174962, -1.065056, -0.880837, -0.123613",\
|
|
"-1.428337, -1.310001, -1.200095, -1.015876, -0.258652",\
|
|
"-1.983595, -1.865258, -1.755352, -1.571133, -0.813909");
|
|
}
|
|
|
|
} /* 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.475355, 0.451439, 0.478275, 0.593314, 1.067789",\
|
|
"0.521472, 0.497556, 0.524392, 0.639431, 1.113906",\
|
|
"0.529762, 0.505847, 0.532683, 0.647722, 1.122196",\
|
|
"0.510928, 0.487013, 0.513849, 0.628888, 1.103362",\
|
|
"0.429251, 0.405335, 0.432171, 0.547210, 1.021684");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.757833, 0.733917, 0.760753, 0.875792, 1.350267",\
|
|
"0.855458, 0.831542, 0.858378, 0.973417, 1.447891",\
|
|
"0.933637, 0.909722, 0.936558, 1.051597, 1.526071",\
|
|
"1.068676, 1.044760, 1.071596, 1.186635, 1.661110",\
|
|
"1.623933, 1.600018, 1.626854, 1.741893, 2.216367");
|
|
}
|
|
|
|
} /* 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.334656, -0.235209, -0.161855, -0.045944, 0.431369",\
|
|
"-0.380773, -0.281326, -0.207972, -0.092061, 0.385252",\
|
|
"-0.389064, -0.289616, -0.216262, -0.100352, 0.376962",\
|
|
"-0.370230, -0.270782, -0.197428, -0.081518, 0.395796",\
|
|
"-0.288552, -0.189104, -0.115751, 0.000160, 0.477473");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.594118, -0.494671, -0.421317, -0.305406, 0.171907",\
|
|
"-0.691743, -0.592295, -0.518941, -0.403031, 0.074283",\
|
|
"-0.769922, -0.670475, -0.597121, -0.481210, -0.003897",\
|
|
"-0.904961, -0.805514, -0.732160, -0.616249, -0.138936",\
|
|
"-1.460218, -1.360771, -1.287417, -1.171506, -0.694193");
|
|
}
|
|
|
|
} /* 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.005970 ;
|
|
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.380212, 0.261875, 0.151969, -0.032250, -0.789474",\
|
|
"0.437911, 0.319574, 0.209668, 0.025449, -0.731775",\
|
|
"0.453715, 0.335378, 0.225472, 0.041253, -0.715971",\
|
|
"0.445529, 0.327192, 0.217286, 0.033067, -0.724157",\
|
|
"0.402819, 0.284483, 0.174577, -0.009642, -0.766867");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.670847, 0.552510, 0.442604, 0.258385, -0.498839",\
|
|
"0.785631, 0.667295, 0.557389, 0.373170, -0.384055",\
|
|
"0.892020, 0.773684, 0.663778, 0.479559, -0.277666",\
|
|
"1.074053, 0.955716, 0.845810, 0.661591, -0.095633",\
|
|
"1.806567, 1.688231, 1.578325, 1.394106, 0.636882");
|
|
}
|
|
|
|
} /* 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.318435, -0.200098, -0.090192, 0.094027, 0.851251",\
|
|
"-0.376136, -0.257799, -0.147893, 0.036326, 0.793550",\
|
|
"-0.392086, -0.273749, -0.163843, 0.020376, 0.777600",\
|
|
"-0.383772, -0.265435, -0.155529, 0.028690, 0.785914",\
|
|
"-0.341191, -0.222854, -0.112948, 0.071271, 0.828495");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.547187, -0.428850, -0.318944, -0.134725, 0.622499",\
|
|
"-0.662048, -0.543711, -0.433805, -0.249586, 0.507638",\
|
|
"-0.768705, -0.650368, -0.540462, -0.356243, 0.400981",\
|
|
"-0.951204, -0.832868, -0.722962, -0.538743, 0.218481",\
|
|
"-1.684585, -1.566249, -1.456343, -1.272124, -0.514900");
|
|
}
|
|
|
|
} /* 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.416597, 0.392682, 0.419518, 0.534557, 1.009031",\
|
|
"0.474296, 0.450381, 0.477216, 0.592256, 1.066730",\
|
|
"0.490100, 0.466184, 0.493020, 0.608059, 1.082534",\
|
|
"0.481914, 0.457998, 0.484834, 0.599873, 1.074348",\
|
|
"0.439205, 0.415289, 0.442125, 0.557164, 1.031639");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.689227, 0.665311, 0.692147, 0.807187, 1.281661",\
|
|
"0.804012, 0.780096, 0.806932, 0.921971, 1.396446",\
|
|
"0.910401, 0.886485, 0.913321, 1.028360, 1.502835",\
|
|
"1.092433, 1.068518, 1.095354, 1.210393, 1.684867",\
|
|
"1.824948, 1.801032, 1.827868, 1.942907, 2.417382");
|
|
}
|
|
|
|
} /* 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.335885, -0.236439, -0.163090, -0.047191, 0.430074",\
|
|
"-0.393586, -0.294141, -0.220791, -0.104892, 0.372373",\
|
|
"-0.409536, -0.310091, -0.236741, -0.120842, 0.356423",\
|
|
"-0.401222, -0.301776, -0.228427, -0.112528, 0.364737",\
|
|
"-0.358641, -0.259195, -0.185846, -0.069947, 0.407318");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.550117, -0.450671, -0.377322, -0.261423, 0.215842",\
|
|
"-0.664978, -0.565533, -0.492183, -0.376284, 0.100981",\
|
|
"-0.771635, -0.672190, -0.598840, -0.482941, -0.005676",\
|
|
"-0.954135, -0.854689, -0.781340, -0.665441, -0.188176",\
|
|
"-1.687516, -1.588070, -1.514721, -1.398822, -0.921557");
|
|
}
|
|
|
|
} /* 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 ( "1.788338, 1.797115, 1.822986, 1.930782, 2.303922",\
|
|
"1.788338, 1.797115, 1.822986, 1.930782, 2.303922",\
|
|
"1.788338, 1.797115, 1.822986, 1.930782, 2.303922",\
|
|
"1.770299, 1.779077, 1.804948, 1.912743, 2.303922",\
|
|
"1.687159, 1.695937, 1.721808, 1.829603, 2.274669");
|
|
}
|
|
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.016194, 0.024724, 0.055071, 0.209821, 0.863686",\
|
|
"0.016194, 0.024724, 0.055071, 0.209821, 0.863686",\
|
|
"0.016194, 0.024724, 0.055071, 0.209821, 0.863686",\
|
|
"0.016194, 0.024724, 0.055071, 0.209821, 0.863686",\
|
|
"0.016194, 0.024724, 0.055071, 0.209821, 0.863686");
|
|
}
|
|
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 ( "1.809858, 1.816542, 1.833686, 1.886768, 1.999876",\
|
|
"1.809858, 1.816542, 1.833686, 1.886768, 1.999876",\
|
|
"1.809858, 1.816542, 1.833686, 1.886768, 1.999876",\
|
|
"1.791820, 1.798504, 1.815648, 1.868730, 1.999876",\
|
|
"1.708679, 1.715363, 1.732507, 1.785589, 1.970623");
|
|
}
|
|
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.014829, 0.019395, 0.032787, 0.093742, 0.344558",\
|
|
"0.014829, 0.019395, 0.032787, 0.093742, 0.344558",\
|
|
"0.014829, 0.019395, 0.032787, 0.093742, 0.344558",\
|
|
"0.014829, 0.019395, 0.032787, 0.093742, 0.344558",\
|
|
"0.014829, 0.019395, 0.032787, 0.093742, 0.344558");
|
|
}
|
|
|
|
} /* 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 ( "1.612664, 1.621442, 1.647313, 1.752496, 2.189047",\
|
|
"1.612664, 1.621442, 1.647313, 1.752496, 2.189047",\
|
|
"1.612664, 1.621442, 1.647313, 1.752496, 2.189047",\
|
|
"1.612664, 1.621442, 1.647313, 1.752496, 2.189047",\
|
|
"1.583411, 1.592188, 1.618060, 1.723243, 2.159794");
|
|
}
|
|
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.016194, 0.024724, 0.055071, 0.204908, 0.842626",\
|
|
"0.016194, 0.024724, 0.055071, 0.204908, 0.842626",\
|
|
"0.016194, 0.024724, 0.055071, 0.204908, 0.842626",\
|
|
"0.016194, 0.024724, 0.055071, 0.204908, 0.842626",\
|
|
"0.016194, 0.024724, 0.055071, 0.204908, 0.842626");
|
|
}
|
|
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 ( "1.638631, 1.645315, 1.662459, 1.712919, 1.893975",\
|
|
"1.638631, 1.645315, 1.662459, 1.712919, 1.893975",\
|
|
"1.638631, 1.645315, 1.662459, 1.712919, 1.893975",\
|
|
"1.638631, 1.645315, 1.662459, 1.712919, 1.893975",\
|
|
"1.609378, 1.616062, 1.633206, 1.683666, 1.864722");
|
|
}
|
|
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.014829, 0.019395, 0.032787, 0.088804, 0.334541",\
|
|
"0.014829, 0.019395, 0.032787, 0.088804, 0.334541",\
|
|
"0.014829, 0.019395, 0.032787, 0.088804, 0.334541",\
|
|
"0.014829, 0.019395, 0.032787, 0.088804, 0.334541",\
|
|
"0.014829, 0.019395, 0.032787, 0.088804, 0.334541");
|
|
}
|
|
|
|
} /* 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.404306, 0.413086, 0.438959, 0.546755, 0.963396",\
|
|
"0.404306, 0.413086, 0.438959, 0.546755, 0.963396",\
|
|
"0.391740, 0.400521, 0.426394, 0.534190, 0.963396",\
|
|
"0.293702, 0.302483, 0.328357, 0.436154, 0.881220",\
|
|
"-0.088118, -0.079335, -0.053459, 0.054338, 0.499405");
|
|
}
|
|
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.016208, 0.024737, 0.055077, 0.209821, 0.863685",\
|
|
"0.016208, 0.024737, 0.055077, 0.209821, 0.863685",\
|
|
"0.016209, 0.024738, 0.055077, 0.209821, 0.863685",\
|
|
"0.016214, 0.024742, 0.055079, 0.209821, 0.863684",\
|
|
"0.016228, 0.024754, 0.055085, 0.209820, 0.863683");
|
|
}
|
|
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.449832, 0.456519, 0.473671, 0.526743, 0.711776",\
|
|
"0.541436, 0.548123, 0.565275, 0.618347, 0.803380",\
|
|
"0.662505, 0.669192, 0.686344, 0.739417, 0.924449",\
|
|
"0.911815, 0.918501, 0.935653, 0.988726, 1.173759",\
|
|
"1.504954, 1.511641, 1.528792, 1.581866, 1.766898");
|
|
}
|
|
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.014826, 0.019396, 0.032780, 0.093743, 0.344562",\
|
|
"0.014826, 0.019396, 0.032780, 0.093743, 0.344562",\
|
|
"0.014826, 0.019396, 0.032781, 0.093743, 0.344562",\
|
|
"0.014826, 0.019396, 0.032781, 0.093743, 0.344561",\
|
|
"0.014826, 0.019396, 0.032781, 0.093743, 0.344561");
|
|
}
|
|
|
|
} /* 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.369191, 0.377968, 0.403839, 0.509023, 0.945573",\
|
|
"0.369191, 0.377968, 0.403839, 0.509023, 0.945573",\
|
|
"0.369191, 0.377968, 0.403839, 0.509023, 0.945573",\
|
|
"0.287001, 0.295778, 0.321649, 0.426832, 0.863382",\
|
|
"-0.094847, -0.086070, -0.060199, 0.044984, 0.481534");
|
|
}
|
|
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.016190, 0.024721, 0.055069, 0.204908, 0.842626",\
|
|
"0.016190, 0.024721, 0.055069, 0.204908, 0.842626",\
|
|
"0.016190, 0.024721, 0.055069, 0.204908, 0.842626",\
|
|
"0.016190, 0.024722, 0.055069, 0.204908, 0.842626",\
|
|
"0.016191, 0.024722, 0.055069, 0.204908, 0.842626");
|
|
}
|
|
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.445535, 0.452226, 0.469386, 0.519826, 0.700879",\
|
|
"0.537129, 0.543820, 0.560981, 0.611420, 0.792473",\
|
|
"0.658158, 0.664849, 0.682009, 0.732449, 0.913502",\
|
|
"0.907389, 0.914080, 0.931241, 0.981680, 1.162733",\
|
|
"1.500432, 1.507123, 1.524284, 1.574723, 1.755776");
|
|
}
|
|
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.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549");
|
|
}
|
|
|
|
} /* 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.495841, 0.502529, 0.519680, 0.572753, 0.729467",\
|
|
"0.495841, 0.502529, 0.519680, 0.572753, 0.729467",\
|
|
"0.482852, 0.489539, 0.506690, 0.559763, 0.729467",\
|
|
"0.383009, 0.389696, 0.406847, 0.459921, 0.644953",\
|
|
"-0.004233, 0.002454, 0.019605, 0.072678, 0.257711");
|
|
}
|
|
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.014826, 0.019396, 0.032780, 0.093743, 0.344562",\
|
|
"0.014826, 0.019396, 0.032780, 0.093743, 0.344562",\
|
|
"0.014826, 0.019396, 0.032781, 0.093743, 0.344562",\
|
|
"0.014826, 0.019396, 0.032781, 0.093743, 0.344561",\
|
|
"0.014826, 0.019396, 0.032781, 0.093743, 0.344561");
|
|
}
|
|
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.372465, 0.381245, 0.407118, 0.514914, 0.959980",\
|
|
"0.464176, 0.472956, 0.498829, 0.606625, 1.051691",\
|
|
"0.585687, 0.594467, 0.620340, 0.728136, 1.173202",\
|
|
"0.835702, 0.844483, 0.870357, 0.978154, 1.423220",\
|
|
"1.427936, 1.436719, 1.462595, 1.570392, 2.015459");
|
|
}
|
|
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.016208, 0.024737, 0.055077, 0.209821, 0.863685",\
|
|
"0.016208, 0.024737, 0.055077, 0.209821, 0.863685",\
|
|
"0.016209, 0.024738, 0.055077, 0.209821, 0.863685",\
|
|
"0.016214, 0.024742, 0.055079, 0.209821, 0.863684",\
|
|
"0.016228, 0.024754, 0.055085, 0.209820, 0.863683");
|
|
}
|
|
|
|
} /* 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.463227, 0.469917, 0.487078, 0.537518, 0.718571",\
|
|
"0.463227, 0.469917, 0.487078, 0.537518, 0.718571",\
|
|
"0.463227, 0.469917, 0.487078, 0.537518, 0.718571",\
|
|
"0.378583, 0.385274, 0.402435, 0.452875, 0.633927",\
|
|
"-0.008755, -0.002064, 0.015097, 0.065536, 0.246589");
|
|
}
|
|
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.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549",\
|
|
"0.014822, 0.019397, 0.032772, 0.088804, 0.334549");
|
|
}
|
|
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.365775, 0.374553, 0.400423, 0.505607, 0.942157",\
|
|
"0.457485, 0.466263, 0.492133, 0.597317, 1.033867",\
|
|
"0.578994, 0.587772, 0.613642, 0.718826, 1.155376",\
|
|
"0.829001, 0.837778, 0.863648, 0.968832, 1.405382",\
|
|
"1.421207, 1.429984, 1.455855, 1.561038, 1.997588");
|
|
}
|
|
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.016190, 0.024721, 0.055069, 0.204908, 0.842626",\
|
|
"0.016190, 0.024721, 0.055069, 0.204908, 0.842626",\
|
|
"0.016190, 0.024721, 0.055069, 0.204908, 0.842626",\
|
|
"0.016190, 0.024722, 0.055069, 0.204908, 0.842626",\
|
|
"0.016191, 0.024722, 0.055069, 0.204908, 0.842626");
|
|
}
|
|
|
|
} /* 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.419578, 0.428359, 0.454232, 0.562028, 0.950494",\
|
|
"0.419578, 0.428359, 0.454232, 0.562028, 0.950494",\
|
|
"0.419578, 0.428359, 0.454232, 0.562028, 0.950494",\
|
|
"0.398151, 0.406932, 0.432806, 0.540602, 0.950494",\
|
|
"0.309843, 0.318626, 0.344503, 0.452300, 0.897366");
|
|
}
|
|
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.016209, 0.024738, 0.055077, 0.209821, 0.863685",\
|
|
"0.016209, 0.024738, 0.055077, 0.209821, 0.863685",\
|
|
"0.016210, 0.024739, 0.055078, 0.209821, 0.863685",\
|
|
"0.016214, 0.024742, 0.055079, 0.209821, 0.863684",\
|
|
"0.016228, 0.024754, 0.055085, 0.209820, 0.863683");
|
|
}
|
|
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.402121, 0.408808, 0.425961, 0.479032, 0.664065",\
|
|
"0.505694, 0.512382, 0.529535, 0.582606, 0.767638",\
|
|
"0.595610, 0.602298, 0.619451, 0.672522, 0.857554",\
|
|
"0.747827, 0.754515, 0.771668, 0.824739, 1.009771",\
|
|
"1.376811, 1.383498, 1.400650, 1.453722, 1.638754");
|
|
}
|
|
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.014825, 0.019396, 0.032779, 0.093743, 0.344562",\
|
|
"0.014825, 0.019396, 0.032779, 0.093743, 0.344562",\
|
|
"0.014825, 0.019396, 0.032779, 0.093743, 0.344562",\
|
|
"0.014825, 0.019396, 0.032779, 0.093743, 0.344562",\
|
|
"0.014826, 0.019396, 0.032780, 0.093743, 0.344562");
|
|
}
|
|
|
|
} /* 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.356326, 0.365106, 0.390980, 0.496164, 0.932715",\
|
|
"0.356326, 0.365106, 0.390980, 0.496164, 0.932715",\
|
|
"0.356326, 0.365106, 0.390980, 0.496164, 0.932715",\
|
|
"0.356326, 0.365106, 0.390980, 0.496164, 0.932715",\
|
|
"0.303191, 0.311974, 0.337851, 0.443036, 0.879587");
|
|
}
|
|
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.016209, 0.024738, 0.055077, 0.204907, 0.842623",\
|
|
"0.016209, 0.024738, 0.055077, 0.204907, 0.842623",\
|
|
"0.016210, 0.024739, 0.055078, 0.204907, 0.842623",\
|
|
"0.016214, 0.024742, 0.055079, 0.204907, 0.842623",\
|
|
"0.016228, 0.024754, 0.055085, 0.204907, 0.842623");
|
|
}
|
|
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.399167, 0.405854, 0.423007, 0.473456, 0.654511",\
|
|
"0.502740, 0.509428, 0.526581, 0.577030, 0.758084",\
|
|
"0.592656, 0.599344, 0.616497, 0.666946, 0.848000",\
|
|
"0.744873, 0.751561, 0.768714, 0.819163, 1.000217",\
|
|
"1.373857, 1.380544, 1.397696, 1.448146, 1.629201");
|
|
}
|
|
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.014825, 0.019396, 0.032779, 0.088804, 0.334545",\
|
|
"0.014825, 0.019396, 0.032779, 0.088804, 0.334545",\
|
|
"0.014825, 0.019396, 0.032779, 0.088804, 0.334545",\
|
|
"0.014825, 0.019396, 0.032779, 0.088804, 0.334545",\
|
|
"0.014826, 0.019396, 0.032780, 0.088804, 0.334545");
|
|
}
|
|
|
|
} /* 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 ( "1.819342, 1.826349, 1.852237, 1.960490, 2.328596",\
|
|
"1.819342, 1.826349, 1.852237, 1.960490, 2.328596",\
|
|
"1.819342, 1.826349, 1.852237, 1.960490, 2.328596",\
|
|
"1.801304, 1.808310, 1.834199, 1.942451, 2.328596",\
|
|
"1.718163, 1.725170, 1.751058, 1.859311, 2.299343");
|
|
}
|
|
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.016712, 0.025205, 0.055529, 0.211431, 0.862794",\
|
|
"0.016712, 0.025205, 0.055529, 0.211431, 0.862794",\
|
|
"0.016712, 0.025205, 0.055529, 0.211431, 0.862794",\
|
|
"0.016712, 0.025205, 0.055529, 0.211431, 0.862794",\
|
|
"0.016712, 0.025205, 0.055529, 0.211431, 0.862794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "1.865940, 1.871501, 1.888614, 1.939566, 2.055801",\
|
|
"1.865940, 1.871501, 1.888614, 1.939566, 2.055801",\
|
|
"1.865940, 1.871501, 1.888614, 1.939566, 2.055801",\
|
|
"1.847902, 1.853463, 1.870575, 1.921528, 2.055801",\
|
|
"1.764761, 1.770323, 1.787435, 1.838387, 2.026548");
|
|
}
|
|
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.015160, 0.019608, 0.032917, 0.093086, 0.347140",\
|
|
"0.015160, 0.019608, 0.032917, 0.093086, 0.347140",\
|
|
"0.015160, 0.019608, 0.032917, 0.093086, 0.347140",\
|
|
"0.015160, 0.019608, 0.032917, 0.093086, 0.347140",\
|
|
"0.015160, 0.019608, 0.032917, 0.093086, 0.347140");
|
|
}
|
|
|
|
} /* 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 ( "1.631790, 1.640424, 1.666313, 1.771393, 2.207563",\
|
|
"1.631790, 1.640424, 1.666313, 1.771393, 2.207563",\
|
|
"1.631790, 1.640424, 1.666313, 1.771393, 2.207563",\
|
|
"1.631790, 1.640424, 1.666313, 1.771393, 2.207563",\
|
|
"1.602537, 1.611171, 1.637059, 1.742140, 2.178310");
|
|
}
|
|
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.016712, 0.025205, 0.055529, 0.205463, 0.842627",\
|
|
"0.016712, 0.025205, 0.055529, 0.205463, 0.842627",\
|
|
"0.016712, 0.025205, 0.055529, 0.205463, 0.842627",\
|
|
"0.016712, 0.025205, 0.055529, 0.205463, 0.842627",\
|
|
"0.016712, 0.025205, 0.055529, 0.205463, 0.842627");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "1.653548, 1.660081, 1.677193, 1.727527, 1.908425",\
|
|
"1.653548, 1.660081, 1.677193, 1.727527, 1.908425",\
|
|
"1.653548, 1.660081, 1.677193, 1.727527, 1.908425",\
|
|
"1.653548, 1.660081, 1.677193, 1.727527, 1.908425",\
|
|
"1.624295, 1.630828, 1.647940, 1.698273, 1.879172");
|
|
}
|
|
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.015160, 0.019608, 0.032917, 0.089018, 0.334541",\
|
|
"0.015160, 0.019608, 0.032917, 0.089018, 0.334541",\
|
|
"0.015160, 0.019608, 0.032917, 0.089018, 0.334541",\
|
|
"0.015160, 0.019608, 0.032917, 0.089018, 0.334541",\
|
|
"0.015160, 0.019608, 0.032917, 0.089018, 0.334541");
|
|
}
|
|
|
|
} /* 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.404458, 0.411464, 0.437355, 0.545608, 0.957215",\
|
|
"0.404458, 0.411464, 0.437355, 0.545608, 0.957215",\
|
|
"0.391893, 0.398899, 0.424790, 0.533043, 0.957215",\
|
|
"0.293857, 0.300863, 0.326754, 0.435008, 0.875041",\
|
|
"-0.087959, -0.080953, -0.055060, 0.053195, 0.493228");
|
|
}
|
|
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.016727, 0.025218, 0.055535, 0.211431, 0.862793",\
|
|
"0.016728, 0.025218, 0.055536, 0.211431, 0.862793",\
|
|
"0.016729, 0.025219, 0.055536, 0.211431, 0.862793",\
|
|
"0.016733, 0.025223, 0.055538, 0.211431, 0.862793",\
|
|
"0.016747, 0.025235, 0.055544, 0.211431, 0.862792");
|
|
}
|
|
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.451011, 0.456576, 0.473696, 0.524640, 0.712798",\
|
|
"0.542612, 0.548177, 0.565297, 0.616241, 0.804400",\
|
|
"0.663577, 0.669142, 0.686261, 0.737206, 0.925365",\
|
|
"0.912891, 0.918455, 0.935574, 0.986519, 1.174678",\
|
|
"1.506036, 1.511601, 1.528720, 1.579665, 1.767824");
|
|
}
|
|
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.015155, 0.019609, 0.032910, 0.093086, 0.347145",\
|
|
"0.015155, 0.019609, 0.032910, 0.093086, 0.347145",\
|
|
"0.015155, 0.019609, 0.032911, 0.093086, 0.347145",\
|
|
"0.015156, 0.019609, 0.032911, 0.093086, 0.347145",\
|
|
"0.015156, 0.019609, 0.032911, 0.093086, 0.347145");
|
|
}
|
|
|
|
} /* 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.370109, 0.378742, 0.404631, 0.509711, 0.945881",\
|
|
"0.370109, 0.378742, 0.404631, 0.509711, 0.945881",\
|
|
"0.370109, 0.378742, 0.404631, 0.509711, 0.945881",\
|
|
"0.287920, 0.296553, 0.322442, 0.427522, 0.863692",\
|
|
"-0.093926, -0.085292, -0.059404, 0.045676, 0.481846");
|
|
}
|
|
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.016709, 0.025202, 0.055528, 0.205463, 0.842628",\
|
|
"0.016709, 0.025202, 0.055528, 0.205463, 0.842628",\
|
|
"0.016710, 0.025202, 0.055528, 0.205463, 0.842628",\
|
|
"0.016710, 0.025203, 0.055528, 0.205463, 0.842628",\
|
|
"0.016710, 0.025203, 0.055528, 0.205463, 0.842628");
|
|
}
|
|
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.446397, 0.452936, 0.470064, 0.520378, 0.701273",\
|
|
"0.537989, 0.544528, 0.561656, 0.611969, 0.792865",\
|
|
"0.658913, 0.665452, 0.682581, 0.732894, 0.913789",\
|
|
"0.908150, 0.914689, 0.931817, 0.982131, 1.163026",\
|
|
"1.501200, 1.507739, 1.524868, 1.575180, 1.756075");
|
|
}
|
|
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.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019611, 0.032902, 0.089018, 0.334549");
|
|
}
|
|
|
|
} /* 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.496953, 0.502517, 0.519637, 0.570581, 0.730422",\
|
|
"0.496953, 0.502517, 0.519637, 0.570581, 0.730422",\
|
|
"0.483962, 0.489527, 0.506647, 0.557591, 0.730422",\
|
|
"0.384120, 0.389684, 0.406804, 0.457748, 0.645907",\
|
|
"-0.003120, 0.002444, 0.019563, 0.070508, 0.258667");
|
|
}
|
|
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.015155, 0.019609, 0.032910, 0.093086, 0.347145",\
|
|
"0.015155, 0.019609, 0.032910, 0.093086, 0.347145",\
|
|
"0.015155, 0.019609, 0.032911, 0.093086, 0.347145",\
|
|
"0.015156, 0.019609, 0.032911, 0.093086, 0.347145",\
|
|
"0.015156, 0.019609, 0.032911, 0.093086, 0.347145");
|
|
}
|
|
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.372690, 0.379696, 0.405587, 0.513841, 0.953873",\
|
|
"0.464398, 0.471405, 0.497296, 0.605549, 1.045581",\
|
|
"0.585806, 0.592812, 0.618703, 0.726956, 1.166989",\
|
|
"0.835828, 0.842834, 0.868726, 0.976980, 1.417012",\
|
|
"1.428074, 1.435079, 1.460973, 1.569227, 2.009260");
|
|
}
|
|
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.016727, 0.025218, 0.055535, 0.211431, 0.862793",\
|
|
"0.016728, 0.025218, 0.055536, 0.211431, 0.862793",\
|
|
"0.016729, 0.025219, 0.055536, 0.211431, 0.862793",\
|
|
"0.016733, 0.025223, 0.055538, 0.211431, 0.862793",\
|
|
"0.016747, 0.025235, 0.055544, 0.211431, 0.862792");
|
|
}
|
|
|
|
} /* 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.464021, 0.470560, 0.487688, 0.538002, 0.718897",\
|
|
"0.464021, 0.470560, 0.487688, 0.538002, 0.718897",\
|
|
"0.464021, 0.470560, 0.487688, 0.538002, 0.718897",\
|
|
"0.379379, 0.385918, 0.403047, 0.453360, 0.634255",\
|
|
"-0.007957, -0.001418, 0.015711, 0.066024, 0.246919");
|
|
}
|
|
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.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019610, 0.032902, 0.089018, 0.334549",\
|
|
"0.015149, 0.019611, 0.032902, 0.089018, 0.334549");
|
|
}
|
|
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.366767, 0.375400, 0.401289, 0.506369, 0.942539",\
|
|
"0.458475, 0.467108, 0.492996, 0.598077, 1.034246",\
|
|
"0.579880, 0.588513, 0.614401, 0.719482, 1.155651",\
|
|
"0.829892, 0.838525, 0.864413, 0.969494, 1.405664",\
|
|
"1.422107, 1.430740, 1.456628, 1.561709, 1.997879");
|
|
}
|
|
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.016709, 0.025202, 0.055528, 0.205463, 0.842628",\
|
|
"0.016709, 0.025202, 0.055528, 0.205463, 0.842628",\
|
|
"0.016710, 0.025202, 0.055528, 0.205463, 0.842628",\
|
|
"0.016710, 0.025203, 0.055528, 0.205463, 0.842628",\
|
|
"0.016710, 0.025203, 0.055528, 0.205463, 0.842628");
|
|
}
|
|
|
|
} /* 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.424915, 0.431921, 0.457812, 0.566066, 0.949543",\
|
|
"0.424915, 0.431921, 0.457812, 0.566066, 0.949543",\
|
|
"0.424915, 0.431921, 0.457812, 0.566066, 0.949543",\
|
|
"0.403542, 0.410548, 0.436440, 0.544693, 0.949543",\
|
|
"0.315459, 0.322465, 0.348359, 0.456613, 0.896646");
|
|
}
|
|
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.016731, 0.025221, 0.055537, 0.211431, 0.862793",\
|
|
"0.016731, 0.025221, 0.055537, 0.211431, 0.862793",\
|
|
"0.016732, 0.025222, 0.055537, 0.211431, 0.862793",\
|
|
"0.016735, 0.025225, 0.055539, 0.211431, 0.862793",\
|
|
"0.016749, 0.025237, 0.055545, 0.211431, 0.862793");
|
|
}
|
|
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.408358, 0.413923, 0.431045, 0.481987, 0.670146",\
|
|
"0.511956, 0.517522, 0.534643, 0.585586, 0.773744",\
|
|
"0.602030, 0.607596, 0.624717, 0.675659, 0.863818",\
|
|
"0.754512, 0.760077, 0.777199, 0.828141, 1.016299",\
|
|
"1.384822, 1.390387, 1.407507, 1.458451, 1.646609");
|
|
}
|
|
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.015154, 0.019609, 0.032909, 0.093086, 0.347145",\
|
|
"0.015154, 0.019609, 0.032909, 0.093086, 0.347145",\
|
|
"0.015154, 0.019609, 0.032909, 0.093086, 0.347145",\
|
|
"0.015154, 0.019609, 0.032909, 0.093086, 0.347145",\
|
|
"0.015155, 0.019609, 0.032910, 0.093086, 0.347145");
|
|
}
|
|
|
|
} /* 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.362474, 0.371110, 0.397001, 0.502083, 0.938253",\
|
|
"0.362474, 0.371110, 0.397001, 0.502083, 0.938253",\
|
|
"0.362474, 0.371110, 0.397001, 0.502083, 0.938253",\
|
|
"0.362474, 0.371110, 0.397001, 0.502083, 0.938253",\
|
|
"0.309570, 0.318209, 0.344103, 0.449186, 0.885357");
|
|
}
|
|
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.016731, 0.025221, 0.055537, 0.205462, 0.842624",\
|
|
"0.016731, 0.025221, 0.055537, 0.205462, 0.842624",\
|
|
"0.016732, 0.025222, 0.055537, 0.205462, 0.842624",\
|
|
"0.016735, 0.025225, 0.055539, 0.205462, 0.842624",\
|
|
"0.016749, 0.025237, 0.055545, 0.205462, 0.842624");
|
|
}
|
|
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.405082, 0.411618, 0.428739, 0.479061, 0.659958",\
|
|
"0.508680, 0.515216, 0.532337, 0.582660, 0.763556",\
|
|
"0.598754, 0.605290, 0.622411, 0.672733, 0.853630",\
|
|
"0.751235, 0.757772, 0.774893, 0.825215, 1.006112",\
|
|
"1.381545, 1.388081, 1.405202, 1.455525, 1.636422");
|
|
}
|
|
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.015154, 0.019609, 0.032909, 0.089018, 0.334545",\
|
|
"0.015154, 0.019609, 0.032909, 0.089018, 0.334545",\
|
|
"0.015154, 0.019609, 0.032909, 0.089018, 0.334545",\
|
|
"0.015154, 0.019609, 0.032909, 0.089018, 0.334545",\
|
|
"0.015155, 0.019609, 0.032910, 0.089018, 0.334545");
|
|
}
|
|
|
|
} /* 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 ( "1.923385, 1.930647, 1.956801, 2.064705, 2.437783",\
|
|
"1.923385, 1.930647, 1.956801, 2.064705, 2.437783",\
|
|
"1.923385, 1.930647, 1.956801, 2.064705, 2.437783",\
|
|
"1.905347, 1.912609, 1.938763, 2.046667, 2.437783",\
|
|
"1.822207, 1.829469, 1.855622, 1.963526, 2.408530");
|
|
}
|
|
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.018498, 0.026734, 0.056205, 0.210122, 0.863688",\
|
|
"0.018498, 0.026734, 0.056205, 0.210122, 0.863688",\
|
|
"0.018498, 0.026734, 0.056205, 0.210122, 0.863688",\
|
|
"0.018498, 0.026734, 0.056205, 0.210122, 0.863688",\
|
|
"0.018498, 0.026734, 0.056205, 0.210122, 0.863688");
|
|
}
|
|
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.015709, 2.021323, 2.038734, 2.092018, 2.205126",\
|
|
"2.015709, 2.021323, 2.038734, 2.092018, 2.205126",\
|
|
"2.015709, 2.021323, 2.038734, 2.092018, 2.205126",\
|
|
"1.997671, 2.003285, 2.020696, 2.073979, 2.205126",\
|
|
"1.914531, 1.920145, 1.937556, 1.990839, 2.175873");
|
|
}
|
|
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.015981, 0.020498, 0.033704, 0.094244, 0.344853",\
|
|
"0.015981, 0.020498, 0.033704, 0.094244, 0.344853",\
|
|
"0.015981, 0.020498, 0.033704, 0.094244, 0.344853",\
|
|
"0.015981, 0.020498, 0.033704, 0.094244, 0.344853",\
|
|
"0.015981, 0.020498, 0.033704, 0.094244, 0.344853");
|
|
}
|
|
|
|
} /* 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 ( "1.729828, 1.738789, 1.764943, 1.870214, 2.306642",\
|
|
"1.729828, 1.738789, 1.764943, 1.870214, 2.306642",\
|
|
"1.729828, 1.738789, 1.764943, 1.870214, 2.306642",\
|
|
"1.729828, 1.738789, 1.764943, 1.870214, 2.306642",\
|
|
"1.700575, 1.709536, 1.735690, 1.840961, 2.277388");
|
|
}
|
|
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.018498, 0.026734, 0.056205, 0.205161, 0.842466",\
|
|
"0.018498, 0.026734, 0.056205, 0.205161, 0.842466",\
|
|
"0.018498, 0.026734, 0.056205, 0.205161, 0.842466",\
|
|
"0.018498, 0.026734, 0.056205, 0.205161, 0.842466",\
|
|
"0.018498, 0.026734, 0.056205, 0.205161, 0.842466");
|
|
}
|
|
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 ( "1.807650, 1.814395, 1.831806, 1.882445, 2.063473",\
|
|
"1.807650, 1.814395, 1.831806, 1.882445, 2.063473",\
|
|
"1.807650, 1.814395, 1.831806, 1.882445, 2.063473",\
|
|
"1.807650, 1.814395, 1.831806, 1.882445, 2.063473",\
|
|
"1.778397, 1.785142, 1.802553, 1.853192, 2.034220");
|
|
}
|
|
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.015981, 0.020498, 0.033704, 0.089257, 0.334731",\
|
|
"0.015981, 0.020498, 0.033704, 0.089257, 0.334731",\
|
|
"0.015981, 0.020498, 0.033704, 0.089257, 0.334731",\
|
|
"0.015981, 0.020498, 0.033704, 0.089257, 0.334731",\
|
|
"0.015981, 0.020498, 0.033704, 0.089257, 0.334731");
|
|
}
|
|
|
|
} /* 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.457039, 0.464301, 0.490455, 0.598359, 0.998690",\
|
|
"0.457039, 0.464301, 0.490455, 0.598359, 0.998690",\
|
|
"0.457039, 0.464301, 0.490455, 0.598359, 0.998690",\
|
|
"0.414300, 0.421562, 0.447716, 0.555620, 0.998690",\
|
|
"0.235051, 0.242313, 0.268468, 0.376373, 0.821377");
|
|
}
|
|
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.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018510, 0.026743, 0.056210, 0.210122, 0.863688");
|
|
}
|
|
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.501504, 0.507112, 0.524481, 0.577741, 0.762768",\
|
|
"0.615270, 0.620878, 0.638247, 0.691507, 0.876534",\
|
|
"0.721663, 0.727271, 0.744641, 0.797901, 0.982928",\
|
|
"0.904105, 0.909713, 0.927083, 0.980344, 1.165371",\
|
|
"1.655833, 1.661441, 1.678812, 1.732073, 1.917100");
|
|
}
|
|
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.015860, 0.020373, 0.033601, 0.094200, 0.344826",\
|
|
"0.015860, 0.020373, 0.033601, 0.094200, 0.344826",\
|
|
"0.015861, 0.020374, 0.033602, 0.094201, 0.344827",\
|
|
"0.015863, 0.020376, 0.033604, 0.094201, 0.344827",\
|
|
"0.015865, 0.020377, 0.033605, 0.094202, 0.344827");
|
|
}
|
|
|
|
} /* 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.410661, 0.419622, 0.445775, 0.551046, 0.987474",\
|
|
"0.410661, 0.419622, 0.445775, 0.551046, 0.987474",\
|
|
"0.410661, 0.419622, 0.445775, 0.551046, 0.987474",\
|
|
"0.410661, 0.419622, 0.445775, 0.551046, 0.987474",\
|
|
"0.233335, 0.242297, 0.268451, 0.373722, 0.810150");
|
|
}
|
|
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.018498, 0.026733, 0.056205, 0.205161, 0.842466",\
|
|
"0.018498, 0.026733, 0.056205, 0.205161, 0.842466",\
|
|
"0.018499, 0.026734, 0.056205, 0.205161, 0.842466",\
|
|
"0.018500, 0.026735, 0.056206, 0.205161, 0.842466",\
|
|
"0.018503, 0.026737, 0.056207, 0.205161, 0.842466");
|
|
}
|
|
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.500200, 0.506921, 0.524286, 0.574899, 0.755920",\
|
|
"0.613960, 0.620681, 0.638045, 0.688658, 0.869679",\
|
|
"0.720331, 0.727051, 0.744415, 0.795028, 0.976049",\
|
|
"0.902732, 0.909453, 0.926816, 0.977429, 1.158450",\
|
|
"1.654455, 1.661175, 1.678539, 1.729152, 1.910172");
|
|
}
|
|
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.015845, 0.020357, 0.033589, 0.089208, 0.334703",\
|
|
"0.015845, 0.020357, 0.033588, 0.089208, 0.334703",\
|
|
"0.015844, 0.020356, 0.033588, 0.089208, 0.334703",\
|
|
"0.015844, 0.020354, 0.033586, 0.089207, 0.334703",\
|
|
"0.015844, 0.020354, 0.033586, 0.089207, 0.334703");
|
|
}
|
|
|
|
} /* 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.576363, 0.581971, 0.599341, 0.652601, 0.793611",\
|
|
"0.576363, 0.581971, 0.599341, 0.652601, 0.793611",\
|
|
"0.576363, 0.581971, 0.599341, 0.652601, 0.793611",\
|
|
"0.532340, 0.537948, 0.555319, 0.608579, 0.793606",\
|
|
"0.346354, 0.351963, 0.369334, 0.422594, 0.607622");
|
|
}
|
|
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.015860, 0.020373, 0.033601, 0.094200, 0.344826",\
|
|
"0.015860, 0.020373, 0.033601, 0.094200, 0.344826",\
|
|
"0.015861, 0.020374, 0.033602, 0.094201, 0.344827",\
|
|
"0.015863, 0.020376, 0.033604, 0.094201, 0.344827",\
|
|
"0.015865, 0.020377, 0.033605, 0.094202, 0.344827");
|
|
}
|
|
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.454453, 0.461716, 0.487869, 0.595773, 1.040777",\
|
|
"0.568440, 0.575702, 0.601856, 0.709760, 1.154763",\
|
|
"0.675487, 0.682749, 0.708903, 0.816807, 1.261810",\
|
|
"0.858869, 0.866131, 0.892285, 1.000189, 1.445192",\
|
|
"1.611381, 1.618643, 1.644798, 1.752703, 2.197706");
|
|
}
|
|
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.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018501, 0.026736, 0.056206, 0.210122, 0.863688",\
|
|
"0.018510, 0.026743, 0.056210, 0.210122, 0.863688");
|
|
}
|
|
|
|
} /* 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.531043, 0.537764, 0.555128, 0.605741, 0.786762",\
|
|
"0.531043, 0.537764, 0.555128, 0.605741, 0.786762",\
|
|
"0.531043, 0.537764, 0.555128, 0.605741, 0.786762",\
|
|
"0.530968, 0.537688, 0.555051, 0.605664, 0.786685",\
|
|
"0.344976, 0.351697, 0.369060, 0.419673, 0.600694");
|
|
}
|
|
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.015845, 0.020357, 0.033589, 0.089208, 0.334703",\
|
|
"0.015845, 0.020357, 0.033588, 0.089208, 0.334703",\
|
|
"0.015844, 0.020356, 0.033588, 0.089208, 0.334703",\
|
|
"0.015844, 0.020354, 0.033586, 0.089207, 0.334703",\
|
|
"0.015844, 0.020354, 0.033586, 0.089207, 0.334703");
|
|
}
|
|
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.452748, 0.461709, 0.487863, 0.593133, 1.029561",\
|
|
"0.566735, 0.575696, 0.601849, 0.707120, 1.143548",\
|
|
"0.673783, 0.682744, 0.708898, 0.814169, 1.250597",\
|
|
"0.857167, 0.866128, 0.892282, 0.997553, 1.433981",\
|
|
"1.609666, 1.618627, 1.644781, 1.750052, 2.186481");
|
|
}
|
|
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.018498, 0.026733, 0.056205, 0.205161, 0.842466",\
|
|
"0.018498, 0.026733, 0.056205, 0.205161, 0.842466",\
|
|
"0.018499, 0.026734, 0.056205, 0.205161, 0.842466",\
|
|
"0.018500, 0.026735, 0.056206, 0.205161, 0.842466",\
|
|
"0.018503, 0.026737, 0.056207, 0.205161, 0.842466");
|
|
}
|
|
|
|
} /* 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.472951, 0.480213, 0.506368, 0.614272, 1.005079",\
|
|
"0.472951, 0.480213, 0.506368, 0.614272, 1.005079",\
|
|
"0.472951, 0.480213, 0.506368, 0.614272, 1.005079",\
|
|
"0.454757, 0.462019, 0.488174, 0.596078, 1.005079",\
|
|
"0.379776, 0.387037, 0.413194, 0.521099, 0.966103");
|
|
}
|
|
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.018506, 0.026740, 0.056208, 0.210122, 0.863687",\
|
|
"0.018506, 0.026740, 0.056209, 0.210122, 0.863687",\
|
|
"0.018507, 0.026741, 0.056209, 0.210122, 0.863687",\
|
|
"0.018509, 0.026743, 0.056210, 0.210122, 0.863687",\
|
|
"0.018518, 0.026751, 0.056214, 0.210122, 0.863686");
|
|
}
|
|
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.472356, 0.477969, 0.495368, 0.548644, 0.733676",\
|
|
"0.569892, 0.575505, 0.592904, 0.646180, 0.831212",\
|
|
"0.648177, 0.653790, 0.671189, 0.724465, 0.909497",\
|
|
"0.784437, 0.790050, 0.807449, 0.860725, 1.045757",\
|
|
"1.347065, 1.352678, 1.370078, 1.423356, 1.608388");
|
|
}
|
|
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.015947, 0.020462, 0.033675, 0.094231, 0.344845",\
|
|
"0.015947, 0.020462, 0.033675, 0.094231, 0.344845",\
|
|
"0.015947, 0.020462, 0.033675, 0.094231, 0.344845",\
|
|
"0.015947, 0.020462, 0.033675, 0.094231, 0.344845",\
|
|
"0.015951, 0.020467, 0.033678, 0.094233, 0.344846");
|
|
}
|
|
|
|
} /* 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.417055, 0.426017, 0.452171, 0.557442, 0.993871",\
|
|
"0.417055, 0.426017, 0.452171, 0.557442, 0.993871",\
|
|
"0.417055, 0.426017, 0.452171, 0.557442, 0.993871",\
|
|
"0.417055, 0.426017, 0.452171, 0.557442, 0.993871",\
|
|
"0.378073, 0.387037, 0.413194, 0.518466, 0.954894");
|
|
}
|
|
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.018506, 0.026740, 0.056208, 0.205161, 0.842465",\
|
|
"0.018506, 0.026740, 0.056209, 0.205161, 0.842465",\
|
|
"0.018507, 0.026741, 0.056209, 0.205161, 0.842465",\
|
|
"0.018509, 0.026743, 0.056210, 0.205161, 0.842465",\
|
|
"0.018518, 0.026751, 0.056214, 0.205161, 0.842464");
|
|
}
|
|
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.471230, 0.477969, 0.495368, 0.546000, 0.727027",\
|
|
"0.568766, 0.575505, 0.592904, 0.643536, 0.824563",\
|
|
"0.647051, 0.653790, 0.671189, 0.721821, 0.902847",\
|
|
"0.783311, 0.790050, 0.807449, 0.858081, 1.039107",\
|
|
"1.345938, 1.352678, 1.370078, 1.420712, 1.601738");
|
|
}
|
|
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.015947, 0.020462, 0.033674, 0.089245, 0.334724",\
|
|
"0.015947, 0.020462, 0.033674, 0.089245, 0.334724",\
|
|
"0.015947, 0.020462, 0.033674, 0.089245, 0.334724",\
|
|
"0.015947, 0.020462, 0.033674, 0.089245, 0.334724",\
|
|
"0.015951, 0.020467, 0.033678, 0.089246, 0.334725");
|
|
}
|
|
|
|
} /* 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 ( "1.684264, 1.692312, 1.718166, 1.825743, 2.197554",\
|
|
"1.684264, 1.692312, 1.718166, 1.825743, 2.197554",\
|
|
"1.684264, 1.692312, 1.718166, 1.825743, 2.197554",\
|
|
"1.666226, 1.674273, 1.700128, 1.807705, 2.197554",\
|
|
"1.583086, 1.591133, 1.616988, 1.724564, 2.168301");
|
|
}
|
|
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.015341, 0.023980, 0.054620, 0.208938, 0.860587",\
|
|
"0.015341, 0.023980, 0.054620, 0.208938, 0.860587",\
|
|
"0.015341, 0.023980, 0.054620, 0.208938, 0.860587",\
|
|
"0.015341, 0.023980, 0.054620, 0.208938, 0.860587",\
|
|
"0.015341, 0.023980, 0.054620, 0.208938, 0.860587");
|
|
}
|
|
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 ( "1.655684, 1.662002, 1.679233, 1.732039, 1.844694",\
|
|
"1.655684, 1.662002, 1.679233, 1.732039, 1.844694",\
|
|
"1.655684, 1.662002, 1.679233, 1.732039, 1.844694",\
|
|
"1.637646, 1.643964, 1.661195, 1.714001, 1.844694",\
|
|
"1.554505, 1.560824, 1.578054, 1.630860, 1.815441");
|
|
}
|
|
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.014686, 0.019341, 0.032681, 0.093251, 0.351913",\
|
|
"0.014686, 0.019341, 0.032681, 0.093251, 0.351913",\
|
|
"0.014686, 0.019341, 0.032681, 0.093251, 0.351913",\
|
|
"0.014686, 0.019341, 0.032681, 0.093251, 0.351913",\
|
|
"0.014686, 0.019341, 0.032681, 0.093251, 0.351913");
|
|
}
|
|
|
|
} /* 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 ( "1.508629, 1.517377, 1.543231, 1.648422, 2.084365",\
|
|
"1.508629, 1.517377, 1.543231, 1.648422, 2.084365",\
|
|
"1.508629, 1.517377, 1.543231, 1.648422, 2.084365",\
|
|
"1.508629, 1.517377, 1.543231, 1.648422, 2.084365",\
|
|
"1.479376, 1.488124, 1.513978, 1.619169, 2.055112");
|
|
}
|
|
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.015341, 0.023980, 0.054620, 0.204444, 0.841317",\
|
|
"0.015341, 0.023980, 0.054620, 0.204444, 0.841317",\
|
|
"0.015341, 0.023980, 0.054620, 0.204444, 0.841317",\
|
|
"0.015341, 0.023980, 0.054620, 0.204444, 0.841317",\
|
|
"0.015341, 0.023980, 0.054620, 0.204444, 0.841317");
|
|
}
|
|
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 ( "1.463672, 1.470446, 1.487677, 1.538088, 1.719178",\
|
|
"1.463672, 1.470446, 1.487677, 1.538088, 1.719178",\
|
|
"1.463672, 1.470446, 1.487677, 1.538088, 1.719178",\
|
|
"1.463672, 1.470446, 1.487677, 1.538088, 1.719178",\
|
|
"1.434419, 1.441193, 1.458424, 1.508835, 1.689925");
|
|
}
|
|
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.014686, 0.019341, 0.032681, 0.088736, 0.334578",\
|
|
"0.014686, 0.019341, 0.032681, 0.088736, 0.334578",\
|
|
"0.014686, 0.019341, 0.032681, 0.088736, 0.334578",\
|
|
"0.014686, 0.019341, 0.032681, 0.088736, 0.334578",\
|
|
"0.014686, 0.019341, 0.032681, 0.088736, 0.334578");
|
|
}
|
|
|
|
} /* 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 ( "1.676745, 1.685373, 1.711257, 1.819432, 2.187269",\
|
|
"1.676745, 1.685373, 1.711257, 1.819432, 2.187269",\
|
|
"1.676745, 1.685373, 1.711257, 1.819432, 2.187269",\
|
|
"1.658706, 1.667335, 1.693218, 1.801394, 2.187269",\
|
|
"1.575566, 1.584195, 1.610078, 1.718253, 2.158016");
|
|
}
|
|
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.016014, 0.024574, 0.055085, 0.210887, 0.861691",\
|
|
"0.016014, 0.024574, 0.055085, 0.210887, 0.861691",\
|
|
"0.016014, 0.024574, 0.055085, 0.210887, 0.861691",\
|
|
"0.016014, 0.024574, 0.055085, 0.210887, 0.861691",\
|
|
"0.016014, 0.024574, 0.055085, 0.210887, 0.861691");
|
|
}
|
|
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 ( "1.638956, 1.645576, 1.662796, 1.713673, 1.829829",\
|
|
"1.638956, 1.645576, 1.662796, 1.713673, 1.829829",\
|
|
"1.638956, 1.645576, 1.662796, 1.713673, 1.829829",\
|
|
"1.620918, 1.627538, 1.644758, 1.695635, 1.829829",\
|
|
"1.537778, 1.544397, 1.561617, 1.612495, 1.800576");
|
|
}
|
|
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.014979, 0.019515, 0.032775, 0.092862, 0.346843",\
|
|
"0.014979, 0.019515, 0.032775, 0.092862, 0.346843",\
|
|
"0.014979, 0.019515, 0.032775, 0.092862, 0.346843",\
|
|
"0.014979, 0.019515, 0.032775, 0.092862, 0.346843",\
|
|
"0.014979, 0.019515, 0.032775, 0.092862, 0.346843");
|
|
}
|
|
|
|
} /* 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 ( "1.504738, 1.513366, 1.539250, 1.644323, 2.080292",\
|
|
"1.504738, 1.513366, 1.539250, 1.644323, 2.080292",\
|
|
"1.504738, 1.513366, 1.539250, 1.644323, 2.080292",\
|
|
"1.504738, 1.513366, 1.539250, 1.644323, 2.080292",\
|
|
"1.475485, 1.484113, 1.509997, 1.615070, 2.051039");
|
|
}
|
|
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.016014, 0.024574, 0.055085, 0.205065, 0.841970",\
|
|
"0.016014, 0.024574, 0.055085, 0.205065, 0.841970",\
|
|
"0.016014, 0.024574, 0.055085, 0.205065, 0.841970",\
|
|
"0.016014, 0.024574, 0.055085, 0.205065, 0.841970",\
|
|
"0.016014, 0.024574, 0.055085, 0.205065, 0.841970");
|
|
}
|
|
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 ( "1.455923, 1.462543, 1.479763, 1.530040, 1.710995",\
|
|
"1.455923, 1.462543, 1.479763, 1.530040, 1.710995",\
|
|
"1.455923, 1.462543, 1.479763, 1.530040, 1.710995",\
|
|
"1.455923, 1.462543, 1.479763, 1.530040, 1.710995",\
|
|
"1.426670, 1.433289, 1.450509, 1.500786, 1.681742");
|
|
}
|
|
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.014979, 0.019515, 0.032775, 0.088921, 0.334573",\
|
|
"0.014979, 0.019515, 0.032775, 0.088921, 0.334573",\
|
|
"0.014979, 0.019515, 0.032775, 0.088921, 0.334573",\
|
|
"0.014979, 0.019515, 0.032775, 0.088921, 0.334573",\
|
|
"0.014979, 0.019515, 0.032775, 0.088921, 0.334573");
|
|
}
|
|
|
|
} /* 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 ( "1.666239, 1.675008, 1.700884, 1.808581, 2.180902",\
|
|
"1.666239, 1.675008, 1.700884, 1.808581, 2.180902",\
|
|
"1.666239, 1.675008, 1.700884, 1.808581, 2.180902",\
|
|
"1.648200, 1.656970, 1.682845, 1.790542, 2.180902",\
|
|
"1.565060, 1.573829, 1.599705, 1.707402, 2.151649");
|
|
}
|
|
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.015310, 0.023946, 0.054566, 0.209166, 0.861764",\
|
|
"0.015310, 0.023946, 0.054566, 0.209166, 0.861764",\
|
|
"0.015310, 0.023946, 0.054566, 0.209166, 0.861764",\
|
|
"0.015310, 0.023946, 0.054566, 0.209166, 0.861764",\
|
|
"0.015310, 0.023946, 0.054566, 0.209166, 0.861764");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "1.644771, 1.651565, 1.668820, 1.721750, 1.834612",\
|
|
"1.644771, 1.651565, 1.668820, 1.721750, 1.834612",\
|
|
"1.644771, 1.651565, 1.668820, 1.721750, 1.834612",\
|
|
"1.626733, 1.633527, 1.650782, 1.703712, 1.834612",\
|
|
"1.543592, 1.550386, 1.567641, 1.620572, 1.805359");
|
|
}
|
|
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.014661, 0.019319, 0.032650, 0.093499, 0.352945",\
|
|
"0.014661, 0.019319, 0.032650, 0.093499, 0.352945",\
|
|
"0.014661, 0.019319, 0.032650, 0.093499, 0.352945",\
|
|
"0.014661, 0.019319, 0.032650, 0.093499, 0.352945",\
|
|
"0.014661, 0.019319, 0.032650, 0.093499, 0.352945");
|
|
}
|
|
|
|
} /* 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 ( "1.481145, 1.489915, 1.515790, 1.620958, 2.056951",\
|
|
"1.481145, 1.489915, 1.515790, 1.620958, 2.056951",\
|
|
"1.481145, 1.489915, 1.515790, 1.620958, 2.056951",\
|
|
"1.481145, 1.489915, 1.515790, 1.620958, 2.056951",\
|
|
"1.451892, 1.460662, 1.486537, 1.591705, 2.027698");
|
|
}
|
|
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.015310, 0.023946, 0.054566, 0.204412, 0.841356",\
|
|
"0.015310, 0.023946, 0.054566, 0.204412, 0.841356",\
|
|
"0.015310, 0.023946, 0.054566, 0.204412, 0.841356",\
|
|
"0.015310, 0.023946, 0.054566, 0.204412, 0.841356",\
|
|
"0.015310, 0.023946, 0.054566, 0.204412, 0.841356");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "1.428489, 1.435284, 1.452538, 1.502930, 1.684032",\
|
|
"1.428489, 1.435284, 1.452538, 1.502930, 1.684032",\
|
|
"1.428489, 1.435284, 1.452538, 1.502930, 1.684032",\
|
|
"1.428489, 1.435284, 1.452538, 1.502930, 1.684032",\
|
|
"1.399236, 1.406030, 1.423285, 1.473677, 1.654779");
|
|
}
|
|
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.014661, 0.019319, 0.032650, 0.088720, 0.334577",\
|
|
"0.014661, 0.019319, 0.032650, 0.088720, 0.334577",\
|
|
"0.014661, 0.019319, 0.032650, 0.088720, 0.334577",\
|
|
"0.014661, 0.019319, 0.032650, 0.088720, 0.334577",\
|
|
"0.014661, 0.019319, 0.032650, 0.088720, 0.334577");
|
|
}
|
|
|
|
} /* 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 ( "1.684082, 1.692272, 1.718116, 1.825610, 2.197170",\
|
|
"1.684082, 1.692272, 1.718116, 1.825610, 2.197170",\
|
|
"1.684082, 1.692272, 1.718116, 1.825610, 2.197170",\
|
|
"1.666044, 1.674234, 1.700077, 1.807572, 2.197170",\
|
|
"1.582904, 1.591093, 1.616937, 1.724432, 2.167917");
|
|
}
|
|
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.015315, 0.023958, 0.054598, 0.208719, 0.859858",\
|
|
"0.015315, 0.023958, 0.054598, 0.208719, 0.859858",\
|
|
"0.015315, 0.023958, 0.054598, 0.208719, 0.859858",\
|
|
"0.015315, 0.023958, 0.054598, 0.208719, 0.859858",\
|
|
"0.015315, 0.023958, 0.054598, 0.208719, 0.859858");
|
|
}
|
|
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 ( "1.648979, 1.655392, 1.672613, 1.725343, 1.837876",\
|
|
"1.648979, 1.655392, 1.672613, 1.725343, 1.837876",\
|
|
"1.648979, 1.655392, 1.672613, 1.725343, 1.837876",\
|
|
"1.630941, 1.637354, 1.654575, 1.707305, 1.837876",\
|
|
"1.547800, 1.554213, 1.571434, 1.624165, 1.808623");
|
|
}
|
|
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.014659, 0.019323, 0.032682, 0.093042, 0.351179",\
|
|
"0.014659, 0.019323, 0.032682, 0.093042, 0.351179",\
|
|
"0.014659, 0.019323, 0.032682, 0.093042, 0.351179",\
|
|
"0.014659, 0.019323, 0.032682, 0.093042, 0.351179",\
|
|
"0.014659, 0.019323, 0.032682, 0.093042, 0.351179");
|
|
}
|
|
|
|
} /* 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 ( "1.517745, 1.526509, 1.552353, 1.657563, 2.093581",\
|
|
"1.517745, 1.526509, 1.552353, 1.657563, 2.093581",\
|
|
"1.517745, 1.526509, 1.552353, 1.657563, 2.093581",\
|
|
"1.517745, 1.526509, 1.552353, 1.657563, 2.093581",\
|
|
"1.488492, 1.497256, 1.523100, 1.628310, 2.064328");
|
|
}
|
|
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.015315, 0.023958, 0.054598, 0.204414, 0.841396",\
|
|
"0.015315, 0.023958, 0.054598, 0.204414, 0.841396",\
|
|
"0.015315, 0.023958, 0.054598, 0.204414, 0.841396",\
|
|
"0.015315, 0.023958, 0.054598, 0.204414, 0.841396",\
|
|
"0.015315, 0.023958, 0.054598, 0.204414, 0.841396");
|
|
}
|
|
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 ( "1.482843, 1.489629, 1.506850, 1.557287, 1.738392",\
|
|
"1.482843, 1.489629, 1.506850, 1.557287, 1.738392",\
|
|
"1.482843, 1.489629, 1.506850, 1.557287, 1.738392",\
|
|
"1.482843, 1.489629, 1.506850, 1.557287, 1.738392",\
|
|
"1.453590, 1.460376, 1.477597, 1.528034, 1.709139");
|
|
}
|
|
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.014659, 0.019323, 0.032682, 0.088717, 0.334575",\
|
|
"0.014659, 0.019323, 0.032682, 0.088717, 0.334575",\
|
|
"0.014659, 0.019323, 0.032682, 0.088717, 0.334575",\
|
|
"0.014659, 0.019323, 0.032682, 0.088717, 0.334575",\
|
|
"0.014659, 0.019323, 0.032682, 0.088717, 0.334575");
|
|
}
|
|
|
|
} /* 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 ( "1.691250, 1.699903, 1.725761, 1.833807, 2.207655",\
|
|
"1.691250, 1.699903, 1.725761, 1.833807, 2.207655",\
|
|
"1.691250, 1.699903, 1.725761, 1.833807, 2.207655",\
|
|
"1.673211, 1.681865, 1.707723, 1.815769, 2.207655",\
|
|
"1.590071, 1.598725, 1.624582, 1.732628, 2.178402");
|
|
}
|
|
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.016056, 0.024612, 0.055094, 0.210597, 0.865986",\
|
|
"0.016056, 0.024612, 0.055094, 0.210597, 0.865986",\
|
|
"0.016056, 0.024612, 0.055094, 0.210597, 0.865986",\
|
|
"0.016056, 0.024612, 0.055094, 0.210597, 0.865986",\
|
|
"0.016056, 0.024612, 0.055094, 0.210597, 0.865986");
|
|
}
|
|
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 ( "1.719484, 1.726123, 1.743319, 1.794296, 1.910190",\
|
|
"1.719484, 1.726123, 1.743319, 1.794296, 1.910190",\
|
|
"1.719484, 1.726123, 1.743319, 1.794296, 1.910190",\
|
|
"1.701445, 1.708084, 1.725281, 1.776258, 1.910190",\
|
|
"1.618305, 1.624944, 1.642140, 1.693117, 1.880937");
|
|
}
|
|
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.015188, 0.019680, 0.033005, 0.092638, 0.346083",\
|
|
"0.015188, 0.019680, 0.033005, 0.092638, 0.346083",\
|
|
"0.015188, 0.019680, 0.033005, 0.092638, 0.346083",\
|
|
"0.015188, 0.019680, 0.033005, 0.092638, 0.346083",\
|
|
"0.015188, 0.019680, 0.033005, 0.092638, 0.346083");
|
|
}
|
|
|
|
} /* 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 ( "1.513647, 1.522301, 1.548158, 1.653266, 2.089483",\
|
|
"1.513647, 1.522301, 1.548158, 1.653266, 2.089483",\
|
|
"1.513647, 1.522301, 1.548158, 1.653266, 2.089483",\
|
|
"1.513647, 1.522301, 1.548158, 1.653266, 2.089483",\
|
|
"1.484394, 1.493047, 1.518905, 1.624013, 2.060230");
|
|
}
|
|
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.016056, 0.024612, 0.055094, 0.205080, 0.842345",\
|
|
"0.016056, 0.024612, 0.055094, 0.205080, 0.842345",\
|
|
"0.016056, 0.024612, 0.055094, 0.205080, 0.842345",\
|
|
"0.016056, 0.024612, 0.055094, 0.205080, 0.842345",\
|
|
"0.016056, 0.024612, 0.055094, 0.205080, 0.842345");
|
|
}
|
|
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 ( "1.526873, 1.533512, 1.550708, 1.601152, 1.782155",\
|
|
"1.526873, 1.533512, 1.550708, 1.601152, 1.782155",\
|
|
"1.526873, 1.533512, 1.550708, 1.601152, 1.782155",\
|
|
"1.526873, 1.533512, 1.550708, 1.601152, 1.782155",\
|
|
"1.497620, 1.504259, 1.521455, 1.571899, 1.752902");
|
|
}
|
|
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.015188, 0.019680, 0.033005, 0.088964, 0.334575",\
|
|
"0.015188, 0.019680, 0.033005, 0.088964, 0.334575",\
|
|
"0.015188, 0.019680, 0.033005, 0.088964, 0.334575",\
|
|
"0.015188, 0.019680, 0.033005, 0.088964, 0.334575",\
|
|
"0.015188, 0.019680, 0.033005, 0.088964, 0.334575");
|
|
}
|
|
|
|
} /* 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 ( "1.710748, 1.719735, 1.745709, 1.853385, 2.226164",\
|
|
"1.710748, 1.719735, 1.745709, 1.853385, 2.226164",\
|
|
"1.710748, 1.719735, 1.745709, 1.853385, 2.226164",\
|
|
"1.692710, 1.701696, 1.727670, 1.835346, 2.226164",\
|
|
"1.609570, 1.618556, 1.644530, 1.752206, 2.196911");
|
|
}
|
|
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.016547, 0.025015, 0.055081, 0.209167, 0.862176",\
|
|
"0.016547, 0.025015, 0.055081, 0.209167, 0.862176",\
|
|
"0.016547, 0.025015, 0.055081, 0.209167, 0.862176",\
|
|
"0.016547, 0.025015, 0.055081, 0.209167, 0.862176",\
|
|
"0.016547, 0.025015, 0.055081, 0.209167, 0.862176");
|
|
}
|
|
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 ( "1.655587, 1.662381, 1.679575, 1.732498, 1.845257",\
|
|
"1.655587, 1.662381, 1.679575, 1.732498, 1.845257",\
|
|
"1.655587, 1.662381, 1.679575, 1.732498, 1.845257",\
|
|
"1.637549, 1.644343, 1.661537, 1.714460, 1.845257",\
|
|
"1.554409, 1.561202, 1.578396, 1.631319, 1.816004");
|
|
}
|
|
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.014625, 0.019280, 0.032688, 0.093277, 0.352185",\
|
|
"0.014625, 0.019280, 0.032688, 0.093277, 0.352185",\
|
|
"0.014625, 0.019280, 0.032688, 0.093277, 0.352185",\
|
|
"0.014625, 0.019280, 0.032688, 0.093277, 0.352185",\
|
|
"0.014625, 0.019280, 0.032688, 0.093277, 0.352185");
|
|
}
|
|
|
|
} /* 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 ( "1.523854, 1.532840, 1.558814, 1.664063, 2.100839",\
|
|
"1.523854, 1.532840, 1.558814, 1.664063, 2.100839",\
|
|
"1.523854, 1.532840, 1.558814, 1.664063, 2.100839",\
|
|
"1.523854, 1.532840, 1.558814, 1.664063, 2.100839",\
|
|
"1.494601, 1.503587, 1.529561, 1.634810, 2.071586");
|
|
}
|
|
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.016547, 0.025015, 0.055081, 0.204602, 0.842575",\
|
|
"0.016547, 0.025015, 0.055081, 0.204602, 0.842575",\
|
|
"0.016547, 0.025015, 0.055081, 0.204602, 0.842575",\
|
|
"0.016547, 0.025015, 0.055081, 0.204602, 0.842575",\
|
|
"0.016547, 0.025015, 0.055081, 0.204602, 0.842575");
|
|
}
|
|
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 ( "1.479316, 1.486110, 1.503304, 1.553790, 1.734927",\
|
|
"1.479316, 1.486110, 1.503304, 1.553790, 1.734927",\
|
|
"1.479316, 1.486110, 1.503304, 1.553790, 1.734927",\
|
|
"1.479316, 1.486110, 1.503304, 1.553790, 1.734927",\
|
|
"1.450063, 1.456857, 1.474051, 1.524537, 1.705674");
|
|
}
|
|
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.014625, 0.019280, 0.032688, 0.088689, 0.334549",\
|
|
"0.014625, 0.019280, 0.032688, 0.088689, 0.334549",\
|
|
"0.014625, 0.019280, 0.032688, 0.088689, 0.334549",\
|
|
"0.014625, 0.019280, 0.032688, 0.088689, 0.334549",\
|
|
"0.014625, 0.019280, 0.032688, 0.088689, 0.334549");
|
|
}
|
|
|
|
} /* 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 ( "1.666807, 1.675617, 1.701444, 1.808955, 2.180974",\
|
|
"1.666807, 1.675617, 1.701444, 1.808955, 2.180974",\
|
|
"1.666807, 1.675617, 1.701444, 1.808955, 2.180974",\
|
|
"1.648769, 1.657578, 1.683406, 1.790916, 2.180974",\
|
|
"1.565628, 1.574438, 1.600265, 1.707776, 2.151721");
|
|
}
|
|
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.015479, 0.024095, 0.054645, 0.208828, 0.860642",\
|
|
"0.015479, 0.024095, 0.054645, 0.208828, 0.860642",\
|
|
"0.015479, 0.024095, 0.054645, 0.208828, 0.860642",\
|
|
"0.015479, 0.024095, 0.054645, 0.208828, 0.860642",\
|
|
"0.015479, 0.024095, 0.054645, 0.208828, 0.860642");
|
|
}
|
|
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 ( "1.677667, 1.684444, 1.701597, 1.754428, 1.866999",\
|
|
"1.677667, 1.684444, 1.701597, 1.754428, 1.866999",\
|
|
"1.677667, 1.684444, 1.701597, 1.754428, 1.866999",\
|
|
"1.659629, 1.666405, 1.683558, 1.736389, 1.866999",\
|
|
"1.576488, 1.583265, 1.600418, 1.653249, 1.837746");
|
|
}
|
|
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.014637, 0.019285, 0.032727, 0.093023, 0.351175",\
|
|
"0.014637, 0.019285, 0.032727, 0.093023, 0.351175",\
|
|
"0.014637, 0.019285, 0.032727, 0.093023, 0.351175",\
|
|
"0.014637, 0.019285, 0.032727, 0.093023, 0.351175",\
|
|
"0.014637, 0.019285, 0.032727, 0.093023, 0.351175");
|
|
}
|
|
|
|
} /* 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 ( "1.490129, 1.498938, 1.524766, 1.629987, 2.066451",\
|
|
"1.490129, 1.498938, 1.524766, 1.629987, 2.066451",\
|
|
"1.490129, 1.498938, 1.524766, 1.629987, 2.066451",\
|
|
"1.490129, 1.498938, 1.524766, 1.629987, 2.066451",\
|
|
"1.460876, 1.469685, 1.495513, 1.600734, 2.037198");
|
|
}
|
|
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.015479, 0.024095, 0.054645, 0.204517, 0.842146",\
|
|
"0.015479, 0.024095, 0.054645, 0.204517, 0.842146",\
|
|
"0.015479, 0.024095, 0.054645, 0.204517, 0.842146",\
|
|
"0.015479, 0.024095, 0.054645, 0.204517, 0.842146",\
|
|
"0.015479, 0.024095, 0.054645, 0.204517, 0.842146");
|
|
}
|
|
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 ( "1.494241, 1.501017, 1.518170, 1.568704, 1.749842",\
|
|
"1.494241, 1.501017, 1.518170, 1.568704, 1.749842",\
|
|
"1.494241, 1.501017, 1.518170, 1.568704, 1.749842",\
|
|
"1.494241, 1.501017, 1.518170, 1.568704, 1.749842",\
|
|
"1.464988, 1.471764, 1.488917, 1.539451, 1.720589");
|
|
}
|
|
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.014637, 0.019285, 0.032727, 0.088693, 0.334540",\
|
|
"0.014637, 0.019285, 0.032727, 0.088693, 0.334540",\
|
|
"0.014637, 0.019285, 0.032727, 0.088693, 0.334540",\
|
|
"0.014637, 0.019285, 0.032727, 0.088693, 0.334540",\
|
|
"0.014637, 0.019285, 0.032727, 0.088693, 0.334540");
|
|
}
|
|
|
|
} /* 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 ( "1.693308, 1.702004, 1.727896, 1.835845, 2.209008",\
|
|
"1.693308, 1.702004, 1.727896, 1.835845, 2.209008",\
|
|
"1.693308, 1.702004, 1.727896, 1.835845, 2.209008",\
|
|
"1.675270, 1.683966, 1.709858, 1.817806, 2.209008",\
|
|
"1.592130, 1.600826, 1.626717, 1.734666, 2.179755");
|
|
}
|
|
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.015570, 0.024177, 0.054768, 0.209987, 0.864239",\
|
|
"0.015570, 0.024177, 0.054768, 0.209987, 0.864239",\
|
|
"0.015570, 0.024177, 0.054768, 0.209987, 0.864239",\
|
|
"0.015570, 0.024177, 0.054768, 0.209987, 0.864239",\
|
|
"0.015570, 0.024177, 0.054768, 0.209987, 0.864239");
|
|
}
|
|
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 ( "1.674114, 1.680827, 1.698070, 1.748907, 1.864631",\
|
|
"1.674114, 1.680827, 1.698070, 1.748907, 1.864631",\
|
|
"1.674114, 1.680827, 1.698070, 1.748907, 1.864631",\
|
|
"1.656076, 1.662788, 1.680032, 1.730869, 1.864631",\
|
|
"1.572935, 1.579648, 1.596891, 1.647729, 1.835378");
|
|
}
|
|
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.014809, 0.019408, 0.032703, 0.092316, 0.345615",\
|
|
"0.014809, 0.019408, 0.032703, 0.092316, 0.345615",\
|
|
"0.014809, 0.019408, 0.032703, 0.092316, 0.345615",\
|
|
"0.014809, 0.019408, 0.032703, 0.092316, 0.345615",\
|
|
"0.014809, 0.019408, 0.032703, 0.092316, 0.345615");
|
|
}
|
|
|
|
} /* 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 ( "1.516767, 1.525463, 1.551355, 1.656469, 2.092324",\
|
|
"1.516767, 1.525463, 1.551355, 1.656469, 2.092324",\
|
|
"1.516767, 1.525463, 1.551355, 1.656469, 2.092324",\
|
|
"1.516767, 1.525463, 1.551355, 1.656469, 2.092324",\
|
|
"1.487514, 1.496210, 1.522102, 1.627216, 2.063071");
|
|
}
|
|
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.015570, 0.024177, 0.054768, 0.204664, 0.841408",\
|
|
"0.015570, 0.024177, 0.054768, 0.204664, 0.841408",\
|
|
"0.015570, 0.024177, 0.054768, 0.204664, 0.841408",\
|
|
"0.015570, 0.024177, 0.054768, 0.204664, 0.841408",\
|
|
"0.015570, 0.024177, 0.054768, 0.204664, 0.841408");
|
|
}
|
|
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 ( "1.465528, 1.472240, 1.489484, 1.539816, 1.720851",\
|
|
"1.465528, 1.472240, 1.489484, 1.539816, 1.720851",\
|
|
"1.465528, 1.472240, 1.489484, 1.539816, 1.720851",\
|
|
"1.465528, 1.472240, 1.489484, 1.539816, 1.720851",\
|
|
"1.436275, 1.442987, 1.460231, 1.510563, 1.691598");
|
|
}
|
|
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.014809, 0.019408, 0.032703, 0.088813, 0.334575",\
|
|
"0.014809, 0.019408, 0.032703, 0.088813, 0.334575",\
|
|
"0.014809, 0.019408, 0.032703, 0.088813, 0.334575",\
|
|
"0.014809, 0.019408, 0.032703, 0.088813, 0.334575",\
|
|
"0.014809, 0.019408, 0.032703, 0.088813, 0.334575");
|
|
}
|
|
|
|
} /* 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 ( "1.699808, 1.707879, 1.733704, 1.841244, 2.213326",\
|
|
"1.699808, 1.707879, 1.733704, 1.841244, 2.213326",\
|
|
"1.699808, 1.707879, 1.733704, 1.841244, 2.213326",\
|
|
"1.681769, 1.689841, 1.715666, 1.823206, 2.213326",\
|
|
"1.598629, 1.606700, 1.632525, 1.740066, 2.184072");
|
|
}
|
|
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.015560, 0.024170, 0.054719, 0.208981, 0.860937",\
|
|
"0.015560, 0.024170, 0.054719, 0.208981, 0.860937",\
|
|
"0.015560, 0.024170, 0.054719, 0.208981, 0.860937",\
|
|
"0.015560, 0.024170, 0.054719, 0.208981, 0.860937",\
|
|
"0.015560, 0.024170, 0.054719, 0.208981, 0.860937");
|
|
}
|
|
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 ( "1.668699, 1.674869, 1.692059, 1.744861, 1.857450",\
|
|
"1.668699, 1.674869, 1.692059, 1.744861, 1.857450",\
|
|
"1.668699, 1.674869, 1.692059, 1.744861, 1.857450",\
|
|
"1.650661, 1.656830, 1.674020, 1.726822, 1.857450",\
|
|
"1.567520, 1.573690, 1.590880, 1.643682, 1.828197");
|
|
}
|
|
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.014681, 0.019326, 0.032712, 0.093129, 0.351467",\
|
|
"0.014681, 0.019326, 0.032712, 0.093129, 0.351467",\
|
|
"0.014681, 0.019326, 0.032712, 0.093129, 0.351467",\
|
|
"0.014681, 0.019326, 0.032712, 0.093129, 0.351467",\
|
|
"0.014681, 0.019326, 0.032712, 0.093129, 0.351467");
|
|
}
|
|
|
|
} /* 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 ( "1.525699, 1.534481, 1.560306, 1.665519, 2.101924",\
|
|
"1.525699, 1.534481, 1.560306, 1.665519, 2.101924",\
|
|
"1.525699, 1.534481, 1.560306, 1.665519, 2.101924",\
|
|
"1.525699, 1.534481, 1.560306, 1.665519, 2.101924",\
|
|
"1.496446, 1.505228, 1.531052, 1.636266, 2.072671");
|
|
}
|
|
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.015560, 0.024170, 0.054719, 0.204599, 0.842141",\
|
|
"0.015560, 0.024170, 0.054719, 0.204599, 0.842141",\
|
|
"0.015560, 0.024170, 0.054719, 0.204599, 0.842141",\
|
|
"0.015560, 0.024170, 0.054719, 0.204599, 0.842141",\
|
|
"0.015560, 0.024170, 0.054719, 0.204599, 0.842141");
|
|
}
|
|
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 ( "1.489840, 1.496606, 1.513795, 1.564262, 1.745367",\
|
|
"1.489840, 1.496606, 1.513795, 1.564262, 1.745367",\
|
|
"1.489840, 1.496606, 1.513795, 1.564262, 1.745367",\
|
|
"1.489840, 1.496606, 1.513795, 1.564262, 1.745367",\
|
|
"1.460586, 1.467353, 1.484542, 1.535009, 1.716114");
|
|
}
|
|
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.014681, 0.019326, 0.032712, 0.088726, 0.334561",\
|
|
"0.014681, 0.019326, 0.032712, 0.088726, 0.334561",\
|
|
"0.014681, 0.019326, 0.032712, 0.088726, 0.334561",\
|
|
"0.014681, 0.019326, 0.032712, 0.088726, 0.334561",\
|
|
"0.014681, 0.019326, 0.032712, 0.088726, 0.334561");
|
|
}
|
|
|
|
} /* 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 ( "1.673201, 1.679119, 1.704071, 1.811923, 2.184660",\
|
|
"1.673201, 1.679119, 1.704071, 1.811923, 2.184660",\
|
|
"1.673201, 1.679119, 1.704071, 1.811923, 2.184660",\
|
|
"1.655163, 1.661081, 1.686033, 1.793884, 2.184660",\
|
|
"1.572022, 1.577941, 1.602892, 1.710744, 2.155407");
|
|
}
|
|
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.015644, 0.024249, 0.054857, 0.209869, 0.863346",\
|
|
"0.015644, 0.024249, 0.054857, 0.209869, 0.863346",\
|
|
"0.015644, 0.024249, 0.054857, 0.209869, 0.863346",\
|
|
"0.015644, 0.024249, 0.054857, 0.209869, 0.863346",\
|
|
"0.015644, 0.024249, 0.054857, 0.209869, 0.863346");
|
|
}
|
|
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 ( "1.644876, 1.649147, 1.665750, 1.716555, 1.832037",\
|
|
"1.644876, 1.649147, 1.665750, 1.716555, 1.832037",\
|
|
"1.644876, 1.649147, 1.665750, 1.716555, 1.832037",\
|
|
"1.626838, 1.631109, 1.647712, 1.698517, 1.832037",\
|
|
"1.543698, 1.547968, 1.564571, 1.615376, 1.802784");
|
|
}
|
|
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.014854, 0.019446, 0.032741, 0.092177, 0.345114",\
|
|
"0.014854, 0.019446, 0.032741, 0.092177, 0.345114",\
|
|
"0.014854, 0.019446, 0.032741, 0.092177, 0.345114",\
|
|
"0.014854, 0.019446, 0.032741, 0.092177, 0.345114",\
|
|
"0.014854, 0.019446, 0.032741, 0.092177, 0.345114");
|
|
}
|
|
|
|
} /* 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 ( "1.494610, 1.505482, 1.531353, 1.636484, 2.072271",\
|
|
"1.494610, 1.505482, 1.531353, 1.636484, 2.072271",\
|
|
"1.494610, 1.505482, 1.531353, 1.636484, 2.072271",\
|
|
"1.494610, 1.505482, 1.531353, 1.636484, 2.072271",\
|
|
"1.465357, 1.476229, 1.502100, 1.607231, 2.043018");
|
|
}
|
|
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.015644, 0.024249, 0.054857, 0.204738, 0.841382",\
|
|
"0.015644, 0.024249, 0.054857, 0.204738, 0.841382",\
|
|
"0.015644, 0.024249, 0.054857, 0.204738, 0.841382",\
|
|
"0.015644, 0.024249, 0.054857, 0.204738, 0.841382",\
|
|
"0.015644, 0.024249, 0.054857, 0.204738, 0.841382");
|
|
}
|
|
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 ( "1.446339, 1.453743, 1.470963, 1.521303, 1.702313",\
|
|
"1.446339, 1.453743, 1.470963, 1.521303, 1.702313",\
|
|
"1.446339, 1.453743, 1.470963, 1.521303, 1.702313",\
|
|
"1.446339, 1.453743, 1.470963, 1.521303, 1.702313",\
|
|
"1.417086, 1.424490, 1.441710, 1.492050, 1.673060");
|
|
}
|
|
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.014854, 0.019446, 0.032741, 0.088844, 0.334577",\
|
|
"0.014854, 0.019446, 0.032741, 0.088844, 0.334577",\
|
|
"0.014854, 0.019446, 0.032741, 0.088844, 0.334577",\
|
|
"0.014854, 0.019446, 0.032741, 0.088844, 0.334577",\
|
|
"0.014854, 0.019446, 0.032741, 0.088844, 0.334577");
|
|
}
|
|
|
|
} /* 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 ( "1.684854, 1.693560, 1.719440, 1.827305, 2.200188",\
|
|
"1.684854, 1.693560, 1.719440, 1.827305, 2.200188",\
|
|
"1.684854, 1.693560, 1.719440, 1.827305, 2.200188",\
|
|
"1.666816, 1.675522, 1.701402, 1.809267, 2.200188",\
|
|
"1.583675, 1.592381, 1.618261, 1.726126, 2.170935");
|
|
}
|
|
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.015548, 0.024159, 0.054754, 0.209775, 0.863475",\
|
|
"0.015548, 0.024159, 0.054754, 0.209775, 0.863475",\
|
|
"0.015548, 0.024159, 0.054754, 0.209775, 0.863475",\
|
|
"0.015548, 0.024159, 0.054754, 0.209775, 0.863475",\
|
|
"0.015548, 0.024159, 0.054754, 0.209775, 0.863475");
|
|
}
|
|
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 ( "1.655138, 1.661858, 1.679092, 1.729917, 1.845451",\
|
|
"1.655138, 1.661858, 1.679092, 1.729917, 1.845451",\
|
|
"1.655138, 1.661858, 1.679092, 1.729917, 1.845451",\
|
|
"1.637099, 1.643820, 1.661053, 1.711878, 1.845451",\
|
|
"1.553959, 1.560679, 1.577913, 1.628738, 1.816198");
|
|
}
|
|
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.014790, 0.019397, 0.032706, 0.092138, 0.345148",\
|
|
"0.014790, 0.019397, 0.032706, 0.092138, 0.345148",\
|
|
"0.014790, 0.019397, 0.032706, 0.092138, 0.345148",\
|
|
"0.014790, 0.019397, 0.032706, 0.092138, 0.345148",\
|
|
"0.014790, 0.019397, 0.032706, 0.092138, 0.345148");
|
|
}
|
|
|
|
} /* 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 ( "1.514969, 1.523674, 1.549555, 1.654687, 2.090589",\
|
|
"1.514969, 1.523674, 1.549555, 1.654687, 2.090589",\
|
|
"1.514969, 1.523674, 1.549555, 1.654687, 2.090589",\
|
|
"1.514969, 1.523674, 1.549555, 1.654687, 2.090589",\
|
|
"1.485715, 1.494421, 1.520301, 1.625434, 2.061336");
|
|
}
|
|
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.015548, 0.024159, 0.054754, 0.204639, 0.841451",\
|
|
"0.015548, 0.024159, 0.054754, 0.204639, 0.841451",\
|
|
"0.015548, 0.024159, 0.054754, 0.204639, 0.841451",\
|
|
"0.015548, 0.024159, 0.054754, 0.204639, 0.841451",\
|
|
"0.015548, 0.024159, 0.054754, 0.204639, 0.841451");
|
|
}
|
|
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 ( "1.479776, 1.486497, 1.503730, 1.554086, 1.735131",\
|
|
"1.479776, 1.486497, 1.503730, 1.554086, 1.735131",\
|
|
"1.479776, 1.486497, 1.503730, 1.554086, 1.735131",\
|
|
"1.479776, 1.486497, 1.503730, 1.554086, 1.735131",\
|
|
"1.450523, 1.457244, 1.474477, 1.524833, 1.705877");
|
|
}
|
|
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.014790, 0.019397, 0.032706, 0.088800, 0.334573",\
|
|
"0.014790, 0.019397, 0.032706, 0.088800, 0.334573",\
|
|
"0.014790, 0.019397, 0.032706, 0.088800, 0.334573",\
|
|
"0.014790, 0.019397, 0.032706, 0.088800, 0.334573",\
|
|
"0.014790, 0.019397, 0.032706, 0.088800, 0.334573");
|
|
}
|
|
|
|
} /* 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 ( "1.662787, 1.670721, 1.696574, 1.804247, 2.176294",\
|
|
"1.662787, 1.670721, 1.696574, 1.804247, 2.176294",\
|
|
"1.662787, 1.670721, 1.696574, 1.804247, 2.176294",\
|
|
"1.644748, 1.652682, 1.678536, 1.786209, 2.176294",\
|
|
"1.561608, 1.569542, 1.595395, 1.703068, 2.147041");
|
|
}
|
|
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.015526, 0.024148, 0.054785, 0.209348, 0.861510",\
|
|
"0.015526, 0.024148, 0.054785, 0.209348, 0.861510",\
|
|
"0.015526, 0.024148, 0.054785, 0.209348, 0.861510",\
|
|
"0.015526, 0.024148, 0.054785, 0.209348, 0.861510",\
|
|
"0.015526, 0.024148, 0.054785, 0.209348, 0.861510");
|
|
}
|
|
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 ( "1.631653, 1.637985, 1.655194, 1.708091, 1.820849",\
|
|
"1.631653, 1.637985, 1.655194, 1.708091, 1.820849",\
|
|
"1.631653, 1.637985, 1.655194, 1.708091, 1.820849",\
|
|
"1.613615, 1.619947, 1.637156, 1.690053, 1.820849",\
|
|
"1.530475, 1.536807, 1.554015, 1.606912, 1.791596");
|
|
}
|
|
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.014801, 0.019415, 0.032735, 0.093553, 0.352775",\
|
|
"0.014801, 0.019415, 0.032735, 0.093553, 0.352775",\
|
|
"0.014801, 0.019415, 0.032735, 0.093553, 0.352775",\
|
|
"0.014801, 0.019415, 0.032735, 0.093553, 0.352775",\
|
|
"0.014801, 0.019415, 0.032735, 0.093553, 0.352775");
|
|
}
|
|
|
|
} /* 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 ( "1.487531, 1.496215, 1.522068, 1.627236, 2.063034",\
|
|
"1.487531, 1.496215, 1.522068, 1.627236, 2.063034",\
|
|
"1.487531, 1.496215, 1.522068, 1.627236, 2.063034",\
|
|
"1.487531, 1.496215, 1.522068, 1.627236, 2.063034",\
|
|
"1.458277, 1.466962, 1.492815, 1.597983, 2.033781");
|
|
}
|
|
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.015526, 0.024148, 0.054785, 0.204628, 0.841290",\
|
|
"0.015526, 0.024148, 0.054785, 0.204628, 0.841290",\
|
|
"0.015526, 0.024148, 0.054785, 0.204628, 0.841290",\
|
|
"0.015526, 0.024148, 0.054785, 0.204628, 0.841290",\
|
|
"0.015526, 0.024148, 0.054785, 0.204628, 0.841290");
|
|
}
|
|
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 ( "1.451113, 1.457821, 1.475029, 1.525411, 1.706447",\
|
|
"1.451113, 1.457821, 1.475029, 1.525411, 1.706447",\
|
|
"1.451113, 1.457821, 1.475029, 1.525411, 1.706447",\
|
|
"1.451113, 1.457821, 1.475029, 1.525411, 1.706447",\
|
|
"1.421860, 1.428567, 1.445776, 1.496158, 1.677194");
|
|
}
|
|
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.014801, 0.019415, 0.032735, 0.088809, 0.334577",\
|
|
"0.014801, 0.019415, 0.032735, 0.088809, 0.334577",\
|
|
"0.014801, 0.019415, 0.032735, 0.088809, 0.334577",\
|
|
"0.014801, 0.019415, 0.032735, 0.088809, 0.334577",\
|
|
"0.014801, 0.019415, 0.032735, 0.088809, 0.334577");
|
|
}
|
|
|
|
} /* 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 ( "1.680426, 1.689081, 1.714944, 1.822744, 2.195213",\
|
|
"1.680426, 1.689081, 1.714944, 1.822744, 2.195213",\
|
|
"1.680426, 1.689081, 1.714944, 1.822744, 2.195213",\
|
|
"1.662388, 1.671042, 1.696906, 1.804705, 2.195213",\
|
|
"1.579247, 1.587902, 1.613765, 1.721565, 2.165960");
|
|
}
|
|
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.015627, 0.024236, 0.054862, 0.209730, 0.862722",\
|
|
"0.015627, 0.024236, 0.054862, 0.209730, 0.862722",\
|
|
"0.015627, 0.024236, 0.054862, 0.209730, 0.862722",\
|
|
"0.015627, 0.024236, 0.054862, 0.209730, 0.862722",\
|
|
"0.015627, 0.024236, 0.054862, 0.209730, 0.862722");
|
|
}
|
|
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 ( "1.656277, 1.662951, 1.680159, 1.730963, 1.846304",\
|
|
"1.656277, 1.662951, 1.680159, 1.730963, 1.846304",\
|
|
"1.656277, 1.662951, 1.680159, 1.730963, 1.846304",\
|
|
"1.638238, 1.644913, 1.662121, 1.712925, 1.846304",\
|
|
"1.555098, 1.561773, 1.578980, 1.629784, 1.817051");
|
|
}
|
|
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.014861, 0.019451, 0.032753, 0.092067, 0.344809",\
|
|
"0.014861, 0.019451, 0.032753, 0.092067, 0.344809",\
|
|
"0.014861, 0.019451, 0.032753, 0.092067, 0.344809",\
|
|
"0.014861, 0.019451, 0.032753, 0.092067, 0.344809",\
|
|
"0.014861, 0.019451, 0.032753, 0.092067, 0.344809");
|
|
}
|
|
|
|
} /* 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 ( "1.510485, 1.519140, 1.545003, 1.650144, 2.085876",\
|
|
"1.510485, 1.519140, 1.545003, 1.650144, 2.085876",\
|
|
"1.510485, 1.519140, 1.545003, 1.650144, 2.085876",\
|
|
"1.510485, 1.519140, 1.545003, 1.650144, 2.085876",\
|
|
"1.481232, 1.489887, 1.515750, 1.620891, 2.056623");
|
|
}
|
|
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.015627, 0.024236, 0.054862, 0.204728, 0.841292",\
|
|
"0.015627, 0.024236, 0.054862, 0.204728, 0.841292",\
|
|
"0.015627, 0.024236, 0.054862, 0.204728, 0.841292",\
|
|
"0.015627, 0.024236, 0.054862, 0.204728, 0.841292",\
|
|
"0.015627, 0.024236, 0.054862, 0.204728, 0.841292");
|
|
}
|
|
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 ( "1.471900, 1.478575, 1.495782, 1.546134, 1.727143",\
|
|
"1.471900, 1.478575, 1.495782, 1.546134, 1.727143",\
|
|
"1.471900, 1.478575, 1.495782, 1.546134, 1.727143",\
|
|
"1.471900, 1.478575, 1.495782, 1.546134, 1.727143",\
|
|
"1.442647, 1.449321, 1.466529, 1.516881, 1.697889");
|
|
}
|
|
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.014861, 0.019451, 0.032753, 0.088848, 0.334577",\
|
|
"0.014861, 0.019451, 0.032753, 0.088848, 0.334577",\
|
|
"0.014861, 0.019451, 0.032753, 0.088848, 0.334577",\
|
|
"0.014861, 0.019451, 0.032753, 0.088848, 0.334577",\
|
|
"0.014861, 0.019451, 0.032753, 0.088848, 0.334577");
|
|
}
|
|
|
|
} /* 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 ( "1.709126, 1.717871, 1.743739, 1.851525, 2.224297",\
|
|
"1.709126, 1.717871, 1.743739, 1.851525, 2.224297",\
|
|
"1.709126, 1.717871, 1.743739, 1.851525, 2.224297",\
|
|
"1.691087, 1.699833, 1.725701, 1.833487, 2.224297",\
|
|
"1.607947, 1.616692, 1.642560, 1.750346, 2.195044");
|
|
}
|
|
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.015531, 0.024142, 0.054712, 0.209547, 0.862942",\
|
|
"0.015531, 0.024142, 0.054712, 0.209547, 0.862942",\
|
|
"0.015531, 0.024142, 0.054712, 0.209547, 0.862942",\
|
|
"0.015531, 0.024142, 0.054712, 0.209547, 0.862942",\
|
|
"0.015531, 0.024142, 0.054712, 0.209547, 0.862942");
|
|
}
|
|
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 ( "1.728739, 1.735480, 1.752690, 1.805744, 1.918903",\
|
|
"1.728739, 1.735480, 1.752690, 1.805744, 1.918903",\
|
|
"1.728739, 1.735480, 1.752690, 1.805744, 1.918903",\
|
|
"1.710700, 1.717442, 1.734651, 1.787706, 1.918903",\
|
|
"1.627560, 1.634301, 1.651511, 1.704565, 1.889650");
|
|
}
|
|
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.014741, 0.019355, 0.032709, 0.093733, 0.344669",\
|
|
"0.014741, 0.019355, 0.032709, 0.093733, 0.344669",\
|
|
"0.014741, 0.019355, 0.032709, 0.093733, 0.344669",\
|
|
"0.014741, 0.019355, 0.032709, 0.093733, 0.344669",\
|
|
"0.014741, 0.019355, 0.032709, 0.093733, 0.344669");
|
|
}
|
|
|
|
} /* 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 ( "1.488669, 1.497414, 1.523282, 1.628437, 2.064553",\
|
|
"1.488669, 1.497414, 1.523282, 1.628437, 2.064553",\
|
|
"1.488669, 1.497414, 1.523282, 1.628437, 2.064553",\
|
|
"1.488669, 1.497414, 1.523282, 1.628437, 2.064553",\
|
|
"1.459416, 1.468161, 1.494029, 1.599184, 2.035300");
|
|
}
|
|
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.015531, 0.024142, 0.054712, 0.204602, 0.841726",\
|
|
"0.015531, 0.024142, 0.054712, 0.204602, 0.841726",\
|
|
"0.015531, 0.024142, 0.054712, 0.204602, 0.841726",\
|
|
"0.015531, 0.024142, 0.054712, 0.204602, 0.841726",\
|
|
"0.015531, 0.024142, 0.054712, 0.204602, 0.841726");
|
|
}
|
|
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 ( "1.443751, 1.450492, 1.467702, 1.518114, 1.699193",\
|
|
"1.443751, 1.450492, 1.467702, 1.518114, 1.699193",\
|
|
"1.443751, 1.450492, 1.467702, 1.518114, 1.699193",\
|
|
"1.443751, 1.450492, 1.467702, 1.518114, 1.699193",\
|
|
"1.414498, 1.421239, 1.438449, 1.488861, 1.669940");
|
|
}
|
|
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.014741, 0.019355, 0.032709, 0.088762, 0.334560",\
|
|
"0.014741, 0.019355, 0.032709, 0.088762, 0.334560",\
|
|
"0.014741, 0.019355, 0.032709, 0.088762, 0.334560",\
|
|
"0.014741, 0.019355, 0.032709, 0.088762, 0.334560",\
|
|
"0.014741, 0.019355, 0.032709, 0.088762, 0.334560");
|
|
}
|
|
|
|
} /* 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 ( "1.704383, 1.713238, 1.739091, 1.846498, 2.217897",\
|
|
"1.704383, 1.713238, 1.739091, 1.846498, 2.217897",\
|
|
"1.704383, 1.713238, 1.739091, 1.846498, 2.217897",\
|
|
"1.686345, 1.695199, 1.721053, 1.828459, 2.217897",\
|
|
"1.603204, 1.612059, 1.637913, 1.745319, 2.188644");
|
|
}
|
|
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.015050, 0.023715, 0.054355, 0.208245, 0.858996",\
|
|
"0.015050, 0.023715, 0.054355, 0.208245, 0.858996",\
|
|
"0.015050, 0.023715, 0.054355, 0.208245, 0.858996",\
|
|
"0.015050, 0.023715, 0.054355, 0.208245, 0.858996",\
|
|
"0.015050, 0.023715, 0.054355, 0.208245, 0.858996");
|
|
}
|
|
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 ( "1.697478, 1.704355, 1.721601, 1.774267, 1.886732",\
|
|
"1.697478, 1.704355, 1.721601, 1.774267, 1.886732",\
|
|
"1.697478, 1.704355, 1.721601, 1.774267, 1.886732",\
|
|
"1.679440, 1.686317, 1.703563, 1.756229, 1.886732",\
|
|
"1.596300, 1.603177, 1.620422, 1.673089, 1.857479");
|
|
}
|
|
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.014496, 0.019214, 0.032609, 0.092726, 0.350378",\
|
|
"0.014496, 0.019214, 0.032609, 0.092726, 0.350378",\
|
|
"0.014496, 0.019214, 0.032609, 0.092726, 0.350378",\
|
|
"0.014496, 0.019214, 0.032609, 0.092726, 0.350378",\
|
|
"0.014496, 0.019214, 0.032609, 0.092726, 0.350378");
|
|
}
|
|
|
|
} /* 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 ( "1.525720, 1.534575, 1.560429, 1.665661, 2.101871",\
|
|
"1.525720, 1.534575, 1.560429, 1.665661, 2.101871",\
|
|
"1.525720, 1.534575, 1.560429, 1.665661, 2.101871",\
|
|
"1.525720, 1.534575, 1.560429, 1.665661, 2.101871",\
|
|
"1.496467, 1.505322, 1.531175, 1.636408, 2.072618");
|
|
}
|
|
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.015050, 0.023715, 0.054355, 0.204151, 0.841413",\
|
|
"0.015050, 0.023715, 0.054355, 0.204151, 0.841413",\
|
|
"0.015050, 0.023715, 0.054355, 0.204151, 0.841413",\
|
|
"0.015050, 0.023715, 0.054355, 0.204151, 0.841413",\
|
|
"0.015050, 0.023715, 0.054355, 0.204151, 0.841413");
|
|
}
|
|
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 ( "1.480303, 1.487180, 1.504426, 1.554910, 1.736093",\
|
|
"1.480303, 1.487180, 1.504426, 1.554910, 1.736093",\
|
|
"1.480303, 1.487180, 1.504426, 1.554910, 1.736093",\
|
|
"1.480303, 1.487180, 1.504426, 1.554910, 1.736093",\
|
|
"1.451050, 1.457927, 1.475173, 1.525657, 1.706840");
|
|
}
|
|
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.014496, 0.019214, 0.032609, 0.088614, 0.334570",\
|
|
"0.014496, 0.019214, 0.032609, 0.088614, 0.334570",\
|
|
"0.014496, 0.019214, 0.032609, 0.088614, 0.334570",\
|
|
"0.014496, 0.019214, 0.032609, 0.088614, 0.334570",\
|
|
"0.014496, 0.019214, 0.032609, 0.088614, 0.334570");
|
|
}
|
|
|
|
} /* 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 ( "1.718583, 1.727688, 1.753411, 1.859019, 2.227605",\
|
|
"1.718583, 1.727688, 1.753411, 1.859019, 2.227605",\
|
|
"1.718583, 1.727688, 1.753411, 1.859019, 2.227605",\
|
|
"1.700544, 1.709650, 1.735373, 1.840980, 2.227605",\
|
|
"1.617404, 1.626509, 1.652233, 1.757840, 2.198352");
|
|
}
|
|
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.015049, 0.023710, 0.054228, 0.202442, 0.848908",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.848908",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.848908",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.848908",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.848908");
|
|
}
|
|
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 ( "1.762590, 1.769719, 1.787054, 1.838442, 1.950920",\
|
|
"1.762590, 1.769719, 1.787054, 1.838442, 1.950920",\
|
|
"1.762590, 1.769719, 1.787054, 1.838442, 1.950920",\
|
|
"1.744552, 1.751681, 1.769016, 1.820404, 1.950920",\
|
|
"1.661411, 1.668540, 1.685876, 1.737263, 1.921667");
|
|
}
|
|
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.014747, 0.019682, 0.033208, 0.087793, 0.341174",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.341174",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.341174",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.341174",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.341174");
|
|
}
|
|
|
|
} /* 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 ( "1.532367, 1.541472, 1.567196, 1.672803, 2.110000",\
|
|
"1.532367, 1.541472, 1.567196, 1.672803, 2.110000",\
|
|
"1.532367, 1.541472, 1.567196, 1.672803, 2.110000",\
|
|
"1.532367, 1.541472, 1.567196, 1.672803, 2.110000",\
|
|
"1.503114, 1.512219, 1.537942, 1.643550, 2.080747");
|
|
}
|
|
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.015049, 0.023710, 0.054228, 0.202442, 0.842630",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.842630",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.842630",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.842630",\
|
|
"0.015049, 0.023710, 0.054228, 0.202442, 0.842630");
|
|
}
|
|
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 ( "1.555516, 1.562645, 1.579980, 1.631368, 1.812359",\
|
|
"1.555516, 1.562645, 1.579980, 1.631368, 1.812359",\
|
|
"1.555516, 1.562645, 1.579980, 1.631368, 1.812359",\
|
|
"1.555516, 1.562645, 1.579980, 1.631368, 1.812359",\
|
|
"1.526263, 1.533392, 1.550727, 1.602115, 1.783105");
|
|
}
|
|
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.014747, 0.019682, 0.033208, 0.087793, 0.334671",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.334671",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.334671",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.334671",\
|
|
"0.014747, 0.019682, 0.033208, 0.087793, 0.334671");
|
|
}
|
|
|
|
} /* 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 ( "1.701169, 1.710106, 1.735814, 1.841425, 2.209387",\
|
|
"1.701169, 1.710106, 1.735814, 1.841425, 2.209387",\
|
|
"1.701169, 1.710106, 1.735814, 1.841425, 2.209387",\
|
|
"1.683131, 1.692068, 1.717776, 1.823387, 2.209387",\
|
|
"1.599991, 1.608927, 1.634635, 1.740246, 2.180134");
|
|
}
|
|
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.014699, 0.023431, 0.054195, 0.202397, 0.848180",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.848180",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.848180",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.848180",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.848180");
|
|
}
|
|
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 ( "1.686991, 1.693954, 1.711091, 1.762280, 1.874835",\
|
|
"1.686991, 1.693954, 1.711091, 1.762280, 1.874835",\
|
|
"1.686991, 1.693954, 1.711091, 1.762280, 1.874835",\
|
|
"1.668953, 1.675916, 1.693052, 1.744242, 1.874835",\
|
|
"1.585812, 1.592776, 1.609912, 1.661102, 1.845582");
|
|
}
|
|
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.014273, 0.019105, 0.032661, 0.087612, 0.341520",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.341520",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.341520",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.341520",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.341520");
|
|
}
|
|
|
|
} /* 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 ( "1.535407, 1.544343, 1.570052, 1.675662, 2.112006",\
|
|
"1.535407, 1.544343, 1.570052, 1.675662, 2.112006",\
|
|
"1.535407, 1.544343, 1.570052, 1.675662, 2.112006",\
|
|
"1.535407, 1.544343, 1.570052, 1.675662, 2.112006",\
|
|
"1.506154, 1.515090, 1.540799, 1.646409, 2.082753");
|
|
}
|
|
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.014699, 0.023431, 0.054195, 0.202397, 0.841469",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.841469",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.841469",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.841469",\
|
|
"0.014699, 0.023431, 0.054195, 0.202397, 0.841469");
|
|
}
|
|
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 ( "1.509060, 1.516023, 1.533160, 1.584350, 1.765180",\
|
|
"1.509060, 1.516023, 1.533160, 1.584350, 1.765180",\
|
|
"1.509060, 1.516023, 1.533160, 1.584350, 1.765180",\
|
|
"1.509060, 1.516023, 1.533160, 1.584350, 1.765180",\
|
|
"1.479807, 1.486770, 1.503907, 1.555097, 1.735927");
|
|
}
|
|
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.014273, 0.019105, 0.032661, 0.087612, 0.334569",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.334569",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.334569",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.334569",\
|
|
"0.014273, 0.019105, 0.032661, 0.087612, 0.334569");
|
|
}
|
|
|
|
} /* 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 ( "1.724350, 1.733410, 1.759140, 1.864752, 2.233206",\
|
|
"1.724350, 1.733410, 1.759140, 1.864752, 2.233206",\
|
|
"1.724350, 1.733410, 1.759140, 1.864752, 2.233206",\
|
|
"1.706311, 1.715372, 1.741101, 1.846714, 2.233206",\
|
|
"1.623171, 1.632232, 1.657961, 1.763574, 2.203953");
|
|
}
|
|
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.015413, 0.024041, 0.054495, 0.202642, 0.848895",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.848895",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.848895",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.848895",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.848895");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "1.744633, 1.751690, 1.768987, 1.820366, 1.932787",\
|
|
"1.744633, 1.751690, 1.768987, 1.820366, 1.932787",\
|
|
"1.744633, 1.751690, 1.768987, 1.820366, 1.932787",\
|
|
"1.726595, 1.733651, 1.750949, 1.802328, 1.932787",\
|
|
"1.643455, 1.650511, 1.667809, 1.719187, 1.903534");
|
|
}
|
|
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.014894, 0.019774, 0.033287, 0.087873, 0.341174",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.341174",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.341174",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.341174",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.341174");
|
|
}
|
|
|
|
} /* 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 ( "1.522642, 1.531703, 1.557432, 1.663045, 2.100108",\
|
|
"1.522642, 1.531703, 1.557432, 1.663045, 2.100108",\
|
|
"1.522642, 1.531703, 1.557432, 1.663045, 2.100108",\
|
|
"1.522642, 1.531703, 1.557432, 1.663045, 2.100108",\
|
|
"1.493389, 1.502450, 1.528179, 1.633792, 2.070855");
|
|
}
|
|
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.015413, 0.024041, 0.054495, 0.202642, 0.842618",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.842618",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.842618",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.842618",\
|
|
"0.015413, 0.024041, 0.054495, 0.202642, 0.842618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "1.536669, 1.543725, 1.561023, 1.612402, 1.793335",\
|
|
"1.536669, 1.543725, 1.561023, 1.612402, 1.793335",\
|
|
"1.536669, 1.543725, 1.561023, 1.612402, 1.793335",\
|
|
"1.536669, 1.543725, 1.561023, 1.612402, 1.793335",\
|
|
"1.507416, 1.514472, 1.531770, 1.583149, 1.764081");
|
|
}
|
|
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.014894, 0.019774, 0.033287, 0.087873, 0.334673",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.334673",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.334673",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.334673",\
|
|
"0.014894, 0.019774, 0.033287, 0.087873, 0.334673");
|
|
}
|
|
|
|
} /* 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 ( "1.750062, 1.758646, 1.784698, 1.890441, 2.259019",\
|
|
"1.750062, 1.758646, 1.784698, 1.890441, 2.259019",\
|
|
"1.750062, 1.758646, 1.784698, 1.890441, 2.259019",\
|
|
"1.732024, 1.740608, 1.766659, 1.872403, 2.259019",\
|
|
"1.648884, 1.657467, 1.683519, 1.789262, 2.229766");
|
|
}
|
|
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.017775, 0.026107, 0.055604, 0.202776, 0.849159",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.849159",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.849159",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.849159",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.849159");
|
|
}
|
|
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 ( "1.646829, 1.653387, 1.670416, 1.721686, 1.834210",\
|
|
"1.646829, 1.653387, 1.670416, 1.721686, 1.834210",\
|
|
"1.646829, 1.653387, 1.670416, 1.721686, 1.834210",\
|
|
"1.628791, 1.635349, 1.652378, 1.703648, 1.834210",\
|
|
"1.545651, 1.552209, 1.569237, 1.620507, 1.804957");
|
|
}
|
|
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.014359, 0.019159, 0.032783, 0.087672, 0.341487",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.341487",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.341487",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.341487",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.341487");
|
|
}
|
|
|
|
} /* 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 ( "1.500317, 1.509690, 1.535742, 1.641485, 2.078445",\
|
|
"1.500317, 1.509690, 1.535742, 1.641485, 2.078445",\
|
|
"1.500317, 1.509690, 1.535742, 1.641485, 2.078445",\
|
|
"1.500317, 1.509690, 1.535742, 1.641485, 2.078445",\
|
|
"1.471064, 1.480437, 1.506488, 1.612232, 2.049192");
|
|
}
|
|
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.017775, 0.026107, 0.055604, 0.202776, 0.842448",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.842448",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.842448",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.842448",\
|
|
"0.017775, 0.026107, 0.055604, 0.202776, 0.842448");
|
|
}
|
|
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 ( "1.458536, 1.465406, 1.482435, 1.533704, 1.714505",\
|
|
"1.458536, 1.465406, 1.482435, 1.533704, 1.714505",\
|
|
"1.458536, 1.465406, 1.482435, 1.533704, 1.714505",\
|
|
"1.458536, 1.465406, 1.482435, 1.533704, 1.714505",\
|
|
"1.429283, 1.436152, 1.453181, 1.504451, 1.685252");
|
|
}
|
|
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.014359, 0.019159, 0.032783, 0.087672, 0.334536",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.334536",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.334536",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.334536",\
|
|
"0.014359, 0.019159, 0.032783, 0.087672, 0.334536");
|
|
}
|
|
|
|
} /* 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 ( "1.682786, 1.691742, 1.717452, 1.823030, 2.190812",\
|
|
"1.682786, 1.691742, 1.717452, 1.823030, 2.190812",\
|
|
"1.682786, 1.691742, 1.717452, 1.823030, 2.190812",\
|
|
"1.664747, 1.673704, 1.699414, 1.804991, 2.190812",\
|
|
"1.581607, 1.590563, 1.616273, 1.721851, 2.161559");
|
|
}
|
|
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.014608, 0.023350, 0.054126, 0.202349, 0.847676",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.847676",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.847676",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.847676",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.847676");
|
|
}
|
|
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 ( "1.656819, 1.663811, 1.680966, 1.732112, 1.844490",\
|
|
"1.656819, 1.663811, 1.680966, 1.732112, 1.844490",\
|
|
"1.656819, 1.663811, 1.680966, 1.732112, 1.844490",\
|
|
"1.638781, 1.645773, 1.662927, 1.714074, 1.844490",\
|
|
"1.555640, 1.562632, 1.579787, 1.630934, 1.815237");
|
|
}
|
|
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.014235, 0.019080, 0.032633, 0.087619, 0.341076",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.341076",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.341076",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.341076",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.341076");
|
|
}
|
|
|
|
} /* 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 ( "1.513413, 1.522370, 1.548079, 1.653657, 2.090051",\
|
|
"1.513413, 1.522370, 1.548079, 1.653657, 2.090051",\
|
|
"1.513413, 1.522370, 1.548079, 1.653657, 2.090051",\
|
|
"1.513413, 1.522370, 1.548079, 1.653657, 2.090051",\
|
|
"1.484160, 1.493116, 1.518826, 1.624404, 2.060798");
|
|
}
|
|
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.014608, 0.023350, 0.054126, 0.202349, 0.841399",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.841399",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.841399",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.841399",\
|
|
"0.014608, 0.023350, 0.054126, 0.202349, 0.841399");
|
|
}
|
|
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 ( "1.475137, 1.482129, 1.499283, 1.550430, 1.731320",\
|
|
"1.475137, 1.482129, 1.499283, 1.550430, 1.731320",\
|
|
"1.475137, 1.482129, 1.499283, 1.550430, 1.731320",\
|
|
"1.475137, 1.482129, 1.499283, 1.550430, 1.731320",\
|
|
"1.445884, 1.452876, 1.470030, 1.521177, 1.702067");
|
|
}
|
|
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.014235, 0.019080, 0.032633, 0.087619, 0.334574",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.334574",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.334574",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.334574",\
|
|
"0.014235, 0.019080, 0.032633, 0.087619, 0.334574");
|
|
}
|
|
|
|
} /* 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 ( "1.675731, 1.684596, 1.710309, 1.816001, 2.184222",\
|
|
"1.675731, 1.684596, 1.710309, 1.816001, 2.184222",\
|
|
"1.675731, 1.684596, 1.710309, 1.816001, 2.184222",\
|
|
"1.657693, 1.666558, 1.692271, 1.797962, 2.184222",\
|
|
"1.574552, 1.583417, 1.609130, 1.714822, 2.154969");
|
|
}
|
|
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.014853, 0.023573, 0.054348, 0.202471, 0.849141",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.849141",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.849141",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.849141",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.849141");
|
|
}
|
|
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 ( "1.647972, 1.654874, 1.672009, 1.723251, 1.836249",\
|
|
"1.647972, 1.654874, 1.672009, 1.723251, 1.836249",\
|
|
"1.647972, 1.654874, 1.672009, 1.723251, 1.836249",\
|
|
"1.629933, 1.636835, 1.653971, 1.705213, 1.836249",\
|
|
"1.546793, 1.553695, 1.570830, 1.622073, 1.806996");
|
|
}
|
|
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.014401, 0.019188, 0.032698, 0.087603, 0.342696",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.342696",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.342696",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.342696",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.342696");
|
|
}
|
|
|
|
} /* 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 ( "1.506106, 1.514971, 1.540684, 1.646376, 2.082385",\
|
|
"1.506106, 1.514971, 1.540684, 1.646376, 2.082385",\
|
|
"1.506106, 1.514971, 1.540684, 1.646376, 2.082385",\
|
|
"1.506106, 1.514971, 1.540684, 1.646376, 2.082385",\
|
|
"1.476853, 1.485718, 1.511431, 1.617123, 2.053132");
|
|
}
|
|
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.014853, 0.023573, 0.054348, 0.202471, 0.841306",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.841306",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.841306",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.841306",\
|
|
"0.014853, 0.023573, 0.054348, 0.202471, 0.841306");
|
|
}
|
|
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 ( "1.469933, 1.476835, 1.493970, 1.545213, 1.725874",\
|
|
"1.469933, 1.476835, 1.493970, 1.545213, 1.725874",\
|
|
"1.469933, 1.476835, 1.493970, 1.545213, 1.725874",\
|
|
"1.469933, 1.476835, 1.493970, 1.545213, 1.725874",\
|
|
"1.440680, 1.447582, 1.464717, 1.515960, 1.696621");
|
|
}
|
|
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.014401, 0.019188, 0.032698, 0.087603, 0.334578",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.334578",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.334578",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.334578",\
|
|
"0.014401, 0.019188, 0.032698, 0.087603, 0.334578");
|
|
}
|
|
|
|
} /* 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 ( "1.688781, 1.697731, 1.723440, 1.829017, 2.196769",\
|
|
"1.688781, 1.697731, 1.723440, 1.829017, 2.196769",\
|
|
"1.688781, 1.697731, 1.723440, 1.829017, 2.196769",\
|
|
"1.670743, 1.679692, 1.705402, 1.810979, 2.196769",\
|
|
"1.587602, 1.596552, 1.622261, 1.727839, 2.167516");
|
|
}
|
|
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.014612, 0.023355, 0.054135, 0.202356, 0.847638",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.847638",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.847638",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.847638",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.847638");
|
|
}
|
|
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 ( "1.670060, 1.677046, 1.694197, 1.745344, 1.857717",\
|
|
"1.670060, 1.677046, 1.694197, 1.745344, 1.857717",\
|
|
"1.670060, 1.677046, 1.694197, 1.745344, 1.857717",\
|
|
"1.652022, 1.659008, 1.676159, 1.727305, 1.857717",\
|
|
"1.568881, 1.575868, 1.593018, 1.644165, 1.828464");
|
|
}
|
|
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.014244, 0.019087, 0.032639, 0.087625, 0.341076",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.341076",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.341076",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.341076",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.341076");
|
|
}
|
|
|
|
} /* 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 ( "1.519522, 1.528472, 1.554181, 1.659758, 2.096121",\
|
|
"1.519522, 1.528472, 1.554181, 1.659758, 2.096121",\
|
|
"1.519522, 1.528472, 1.554181, 1.659758, 2.096121",\
|
|
"1.519522, 1.528472, 1.554181, 1.659758, 2.096121",\
|
|
"1.490269, 1.499219, 1.524928, 1.630505, 2.066868");
|
|
}
|
|
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.014612, 0.023355, 0.054135, 0.202356, 0.841361",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.841361",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.841361",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.841361",\
|
|
"0.014612, 0.023355, 0.054135, 0.202356, 0.841361");
|
|
}
|
|
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 ( "1.485973, 1.492959, 1.510110, 1.561257, 1.742142",\
|
|
"1.485973, 1.492959, 1.510110, 1.561257, 1.742142",\
|
|
"1.485973, 1.492959, 1.510110, 1.561257, 1.742142",\
|
|
"1.485973, 1.492959, 1.510110, 1.561257, 1.742142",\
|
|
"1.456720, 1.463706, 1.480857, 1.532004, 1.712889");
|
|
}
|
|
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.014244, 0.019087, 0.032639, 0.087625, 0.334574",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.334574",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.334574",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.334574",\
|
|
"0.014244, 0.019087, 0.032639, 0.087625, 0.334574");
|
|
}
|
|
|
|
} /* 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 ( "1.638181, 1.647070, 1.672794, 1.778431, 2.146235",\
|
|
"1.638181, 1.647070, 1.672794, 1.778431, 2.146235",\
|
|
"1.638181, 1.647070, 1.672794, 1.778431, 2.146235",\
|
|
"1.620143, 1.629032, 1.654756, 1.760393, 2.146235",\
|
|
"1.537003, 1.545891, 1.571615, 1.677252, 2.116982");
|
|
}
|
|
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.014623, 0.023373, 0.054198, 0.202332, 0.848094",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.848094",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.848094",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.848094",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.848094");
|
|
}
|
|
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 ( "1.599304, 1.606260, 1.623442, 1.674599, 1.787321",\
|
|
"1.599304, 1.606260, 1.623442, 1.674599, 1.787321",\
|
|
"1.599304, 1.606260, 1.623442, 1.674599, 1.787321",\
|
|
"1.581266, 1.588222, 1.605403, 1.656560, 1.787321",\
|
|
"1.498125, 1.505082, 1.522263, 1.573420, 1.758068");
|
|
}
|
|
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.014342, 0.019150, 0.032640, 0.087611, 0.342018",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.342018",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.342018",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.342018",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.342018");
|
|
}
|
|
|
|
} /* 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 ( "1.471984, 1.480872, 1.506596, 1.612233, 2.048178",\
|
|
"1.471984, 1.480872, 1.506596, 1.612233, 2.048178",\
|
|
"1.471984, 1.480872, 1.506596, 1.612233, 2.048178",\
|
|
"1.471984, 1.480872, 1.506596, 1.612233, 2.048178",\
|
|
"1.442730, 1.451619, 1.477343, 1.582980, 2.018925");
|
|
}
|
|
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.014623, 0.023373, 0.054198, 0.202332, 0.840927",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.840927",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.840927",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.840927",\
|
|
"0.014623, 0.023373, 0.054198, 0.202332, 0.840927");
|
|
}
|
|
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 ( "1.429137, 1.436093, 1.453275, 1.504432, 1.685182",\
|
|
"1.429137, 1.436093, 1.453275, 1.504432, 1.685182",\
|
|
"1.429137, 1.436093, 1.453275, 1.504432, 1.685182",\
|
|
"1.429137, 1.436093, 1.453275, 1.504432, 1.685182",\
|
|
"1.399884, 1.406840, 1.424021, 1.475179, 1.655929");
|
|
}
|
|
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.014342, 0.019150, 0.032640, 0.087611, 0.334593",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.334593",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.334593",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.334593",\
|
|
"0.014342, 0.019150, 0.032640, 0.087611, 0.334593");
|
|
}
|
|
|
|
} /* 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 ( "1.641466, 1.650361, 1.676080, 1.781706, 2.149515",\
|
|
"1.641466, 1.650361, 1.676080, 1.781706, 2.149515",\
|
|
"1.641466, 1.650361, 1.676080, 1.781706, 2.149515",\
|
|
"1.623428, 1.632323, 1.658041, 1.763668, 2.149515",\
|
|
"1.540287, 1.549183, 1.574901, 1.680528, 2.120262");
|
|
}
|
|
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.014652, 0.023397, 0.054209, 0.202362, 0.848057",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.848057",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.848057",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.848057",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.848057");
|
|
}
|
|
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 ( "1.596889, 1.603847, 1.621023, 1.672173, 1.784827",\
|
|
"1.596889, 1.603847, 1.621023, 1.672173, 1.784827",\
|
|
"1.596889, 1.603847, 1.621023, 1.672173, 1.784827",\
|
|
"1.578851, 1.585808, 1.602985, 1.654135, 1.784827",\
|
|
"1.495710, 1.502668, 1.519845, 1.570994, 1.755574");
|
|
}
|
|
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.014336, 0.019146, 0.032642, 0.087620, 0.341851",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.341851",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.341851",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.341851",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.341851");
|
|
}
|
|
|
|
} /* 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 ( "1.474775, 1.483670, 1.509389, 1.615015, 2.051049",\
|
|
"1.474775, 1.483670, 1.509389, 1.615015, 2.051049",\
|
|
"1.474775, 1.483670, 1.509389, 1.615015, 2.051049",\
|
|
"1.474775, 1.483670, 1.509389, 1.615015, 2.051049",\
|
|
"1.445522, 1.454417, 1.480136, 1.585762, 2.021795");
|
|
}
|
|
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.014652, 0.023397, 0.054209, 0.202362, 0.841050",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.841050",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.841050",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.841050",\
|
|
"0.014652, 0.023397, 0.054209, 0.202362, 0.841050");
|
|
}
|
|
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 ( "1.431122, 1.438079, 1.455256, 1.506405, 1.687174",\
|
|
"1.431122, 1.438079, 1.455256, 1.506405, 1.687174",\
|
|
"1.431122, 1.438079, 1.455256, 1.506405, 1.687174",\
|
|
"1.431122, 1.438079, 1.455256, 1.506405, 1.687174",\
|
|
"1.401868, 1.408826, 1.426003, 1.477152, 1.657921");
|
|
}
|
|
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.014336, 0.019146, 0.032642, 0.087620, 0.334591",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.334591",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.334591",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.334591",\
|
|
"0.014336, 0.019146, 0.032642, 0.087620, 0.334591");
|
|
}
|
|
|
|
} /* 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 ( "1.647606, 1.656518, 1.682262, 1.788003, 2.156490",\
|
|
"1.647606, 1.656518, 1.682262, 1.788003, 2.156490",\
|
|
"1.647606, 1.656518, 1.682262, 1.788003, 2.156490",\
|
|
"1.629568, 1.638480, 1.664224, 1.769965, 2.156490",\
|
|
"1.546427, 1.555339, 1.581084, 1.686824, 2.127237");
|
|
}
|
|
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.014634, 0.023374, 0.054162, 0.202223, 0.849583",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.849583",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.849583",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.849583",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.849583");
|
|
}
|
|
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 ( "1.606561, 1.613531, 1.630730, 1.682003, 1.795336",\
|
|
"1.606561, 1.613531, 1.630730, 1.682003, 1.795336",\
|
|
"1.606561, 1.613531, 1.630730, 1.682003, 1.795336",\
|
|
"1.588522, 1.595493, 1.612691, 1.663964, 1.795336",\
|
|
"1.505382, 1.512352, 1.529551, 1.580824, 1.766083");
|
|
}
|
|
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.014318, 0.019128, 0.032613, 0.087496, 0.343401",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.343401",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.343401",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.343401",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.343401");
|
|
}
|
|
|
|
} /* 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 ( "1.481838, 1.490750, 1.516495, 1.622235, 2.058157",\
|
|
"1.481838, 1.490750, 1.516495, 1.622235, 2.058157",\
|
|
"1.481838, 1.490750, 1.516495, 1.622235, 2.058157",\
|
|
"1.481838, 1.490750, 1.516495, 1.622235, 2.058157",\
|
|
"1.452585, 1.461497, 1.487242, 1.592982, 2.028903");
|
|
}
|
|
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.014634, 0.023374, 0.054162, 0.202223, 0.841079",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.841079",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.841079",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.841079",\
|
|
"0.014634, 0.023374, 0.054162, 0.202223, 0.841079");
|
|
}
|
|
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 ( "1.440793, 1.447764, 1.464962, 1.516235, 1.696868",\
|
|
"1.440793, 1.447764, 1.464962, 1.516235, 1.696868",\
|
|
"1.440793, 1.447764, 1.464962, 1.516235, 1.696868",\
|
|
"1.440793, 1.447764, 1.464962, 1.516235, 1.696868",\
|
|
"1.411540, 1.418510, 1.435709, 1.486982, 1.667615");
|
|
}
|
|
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.014318, 0.019128, 0.032613, 0.087496, 0.334588",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.334588",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.334588",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.334588",\
|
|
"0.014318, 0.019128, 0.032613, 0.087496, 0.334588");
|
|
}
|
|
|
|
} /* 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 ( "1.625715, 1.633903, 1.659620, 1.765243, 2.132923",\
|
|
"1.625715, 1.633903, 1.659620, 1.765243, 2.132923",\
|
|
"1.625715, 1.633903, 1.659620, 1.765243, 2.132923",\
|
|
"1.607677, 1.615865, 1.641581, 1.747205, 2.132923",\
|
|
"1.524536, 1.532724, 1.558441, 1.664065, 2.103670");
|
|
}
|
|
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.014674, 0.023421, 0.054254, 0.202397, 0.847905",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.847905",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.847905",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.847905",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.847905");
|
|
}
|
|
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 ( "1.582429, 1.589056, 1.606226, 1.657365, 1.769998",\
|
|
"1.582429, 1.589056, 1.606226, 1.657365, 1.769998",\
|
|
"1.582429, 1.589056, 1.606226, 1.657365, 1.769998",\
|
|
"1.564391, 1.571018, 1.588188, 1.639326, 1.769998",\
|
|
"1.481250, 1.487877, 1.505048, 1.556186, 1.740745");
|
|
}
|
|
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.014376, 0.019175, 0.032661, 0.087646, 0.341854",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.341854",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.341854",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.341854",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.341854");
|
|
}
|
|
|
|
} /* 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 ( "1.456575, 1.465441, 1.491158, 1.596782, 2.032686",\
|
|
"1.456575, 1.465441, 1.491158, 1.596782, 2.032686",\
|
|
"1.456575, 1.465441, 1.491158, 1.596782, 2.032686",\
|
|
"1.456575, 1.465441, 1.491158, 1.596782, 2.032686",\
|
|
"1.427322, 1.436188, 1.461905, 1.567529, 2.003433");
|
|
}
|
|
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.014674, 0.023421, 0.054254, 0.202397, 0.840897",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.840897",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.840897",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.840897",\
|
|
"0.014674, 0.023421, 0.054254, 0.202397, 0.840897");
|
|
}
|
|
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 ( "1.412233, 1.419168, 1.436338, 1.487477, 1.668225",\
|
|
"1.412233, 1.419168, 1.436338, 1.487477, 1.668225",\
|
|
"1.412233, 1.419168, 1.436338, 1.487477, 1.668225",\
|
|
"1.412233, 1.419168, 1.436338, 1.487477, 1.668225",\
|
|
"1.382980, 1.389915, 1.407085, 1.458224, 1.638972");
|
|
}
|
|
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.014376, 0.019175, 0.032661, 0.087646, 0.334594",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.334594",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.334594",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.334594",\
|
|
"0.014376, 0.019175, 0.032661, 0.087646, 0.334594");
|
|
}
|
|
|
|
} /* 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 ( "1.674990, 1.683889, 1.709613, 1.815305, 2.183558",\
|
|
"1.674990, 1.683889, 1.709613, 1.815305, 2.183558",\
|
|
"1.674990, 1.683889, 1.709613, 1.815305, 2.183558",\
|
|
"1.656952, 1.665851, 1.691575, 1.797267, 2.183558",\
|
|
"1.573812, 1.582710, 1.608435, 1.714126, 2.154305");
|
|
}
|
|
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.014728, 0.023459, 0.054239, 0.202355, 0.849070",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.849070",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.849070",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.849070",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.849070");
|
|
}
|
|
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 ( "1.634368, 1.641313, 1.658478, 1.709714, 1.822738",\
|
|
"1.634368, 1.641313, 1.658478, 1.709714, 1.822738",\
|
|
"1.634368, 1.641313, 1.658478, 1.709714, 1.822738",\
|
|
"1.616330, 1.623275, 1.640439, 1.691676, 1.822738",\
|
|
"1.533190, 1.540134, 1.557299, 1.608535, 1.793485");
|
|
}
|
|
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.014341, 0.019147, 0.032653, 0.087564, 0.342700",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.342700",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.342700",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.342700",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.342700");
|
|
}
|
|
|
|
} /* 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 ( "1.509223, 1.518121, 1.543846, 1.649537, 2.085577",\
|
|
"1.509223, 1.518121, 1.543846, 1.649537, 2.085577",\
|
|
"1.509223, 1.518121, 1.543846, 1.649537, 2.085577",\
|
|
"1.509223, 1.518121, 1.543846, 1.649537, 2.085577",\
|
|
"1.479969, 1.488868, 1.514593, 1.620284, 2.056324");
|
|
}
|
|
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.014728, 0.023459, 0.054239, 0.202355, 0.841234",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.841234",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.841234",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.841234",\
|
|
"0.014728, 0.023459, 0.054239, 0.202355, 0.841234");
|
|
}
|
|
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 ( "1.468601, 1.475545, 1.492710, 1.543946, 1.724634",\
|
|
"1.468601, 1.475545, 1.492710, 1.543946, 1.724634",\
|
|
"1.468601, 1.475545, 1.492710, 1.543946, 1.724634",\
|
|
"1.468601, 1.475545, 1.492710, 1.543946, 1.724634",\
|
|
"1.439348, 1.446292, 1.463457, 1.514693, 1.695381");
|
|
}
|
|
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.014341, 0.019147, 0.032653, 0.087564, 0.334582",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.334582",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.334582",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.334582",\
|
|
"0.014341, 0.019147, 0.032653, 0.087564, 0.334582");
|
|
}
|
|
|
|
} /* 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 ( "1.648594, 1.657499, 1.683190, 1.788863, 2.157330",\
|
|
"1.648594, 1.657499, 1.683190, 1.788863, 2.157330",\
|
|
"1.648594, 1.657499, 1.683190, 1.788863, 2.157330",\
|
|
"1.630556, 1.639460, 1.665151, 1.770825, 2.157330",\
|
|
"1.547416, 1.556320, 1.582011, 1.687684, 2.128077");
|
|
}
|
|
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.015013, 0.023706, 0.054403, 0.202599, 0.849455",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.849455",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.849455",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.849455",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.849455");
|
|
}
|
|
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 ( "1.597278, 1.604202, 1.621356, 1.672556, 1.785398",\
|
|
"1.597278, 1.604202, 1.621356, 1.672556, 1.785398",\
|
|
"1.597278, 1.604202, 1.621356, 1.672556, 1.785398",\
|
|
"1.579239, 1.586164, 1.603317, 1.654517, 1.785398",\
|
|
"1.496099, 1.503024, 1.520177, 1.571377, 1.756145");
|
|
}
|
|
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.014374, 0.019171, 0.032675, 0.087613, 0.342317",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.342317",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.342317",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.342317",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.342317");
|
|
}
|
|
|
|
} /* 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 ( "1.478605, 1.487509, 1.513200, 1.618873, 2.055323",\
|
|
"1.478605, 1.487509, 1.513200, 1.618873, 2.055323",\
|
|
"1.478605, 1.487509, 1.513200, 1.618873, 2.055323",\
|
|
"1.478605, 1.487509, 1.513200, 1.618873, 2.055323",\
|
|
"1.449352, 1.458256, 1.483947, 1.589620, 2.026070");
|
|
}
|
|
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.015013, 0.023706, 0.054403, 0.202599, 0.841991",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.841991",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.841991",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.841991",\
|
|
"0.015013, 0.023706, 0.054403, 0.202599, 0.841991");
|
|
}
|
|
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 ( "1.426666, 1.433591, 1.450744, 1.501944, 1.682652",\
|
|
"1.426666, 1.433591, 1.450744, 1.501944, 1.682652",\
|
|
"1.426666, 1.433591, 1.450744, 1.501944, 1.682652",\
|
|
"1.426666, 1.433591, 1.450744, 1.501944, 1.682652",\
|
|
"1.397413, 1.404337, 1.421491, 1.472691, 1.653398");
|
|
}
|
|
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.014374, 0.019171, 0.032675, 0.087613, 0.334584",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.334584",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.334584",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.334584",\
|
|
"0.014374, 0.019171, 0.032675, 0.087613, 0.334584");
|
|
}
|
|
|
|
} /* 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 ( "1.677961, 1.686860, 1.712575, 1.818216, 2.186168",\
|
|
"1.677961, 1.686860, 1.712575, 1.818216, 2.186168",\
|
|
"1.677961, 1.686860, 1.712575, 1.818216, 2.186168",\
|
|
"1.659923, 1.668821, 1.694537, 1.800178, 2.186168",\
|
|
"1.576782, 1.585681, 1.611397, 1.717037, 2.156915");
|
|
}
|
|
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.014705, 0.023442, 0.054234, 0.202389, 0.848365",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.848365",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.848365",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.848365",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.848365");
|
|
}
|
|
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 ( "1.643846, 1.650793, 1.667952, 1.719135, 1.831862",\
|
|
"1.643846, 1.650793, 1.667952, 1.719135, 1.831862",\
|
|
"1.643846, 1.650793, 1.667952, 1.719135, 1.831862",\
|
|
"1.625808, 1.632755, 1.649913, 1.701097, 1.831862",\
|
|
"1.542667, 1.549614, 1.566773, 1.617956, 1.802609");
|
|
}
|
|
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.014335, 0.019145, 0.032658, 0.087611, 0.342008",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.342008",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.342008",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.342008",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.342008");
|
|
}
|
|
|
|
} /* 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 ( "1.510993, 1.519892, 1.545608, 1.651248, 2.087341",\
|
|
"1.510993, 1.519892, 1.545608, 1.651248, 2.087341",\
|
|
"1.510993, 1.519892, 1.545608, 1.651248, 2.087341",\
|
|
"1.510993, 1.519892, 1.545608, 1.651248, 2.087341",\
|
|
"1.481740, 1.490639, 1.516354, 1.621995, 2.058088");
|
|
}
|
|
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.014705, 0.023442, 0.054234, 0.202389, 0.841198",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.841198",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.841198",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.841198",\
|
|
"0.014705, 0.023442, 0.054234, 0.202389, 0.841198");
|
|
}
|
|
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 ( "1.469820, 1.476767, 1.493926, 1.545109, 1.725864",\
|
|
"1.469820, 1.476767, 1.493926, 1.545109, 1.725864",\
|
|
"1.469820, 1.476767, 1.493926, 1.545109, 1.725864",\
|
|
"1.469820, 1.476767, 1.493926, 1.545109, 1.725864",\
|
|
"1.440567, 1.447514, 1.464673, 1.515856, 1.696611");
|
|
}
|
|
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.014335, 0.019145, 0.032658, 0.087611, 0.334583",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.334583",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.334583",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.334583",\
|
|
"0.014335, 0.019145, 0.032658, 0.087611, 0.334583");
|
|
}
|
|
|
|
} /* 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 ( "1.668918, 1.677111, 1.702814, 1.808397, 2.176002",\
|
|
"1.668918, 1.677111, 1.702814, 1.808397, 2.176002",\
|
|
"1.668918, 1.677111, 1.702814, 1.808397, 2.176002",\
|
|
"1.650879, 1.659073, 1.684776, 1.790359, 2.176002",\
|
|
"1.567739, 1.575932, 1.601635, 1.707218, 2.146749");
|
|
}
|
|
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.014711, 0.023450, 0.054257, 0.202457, 0.847588",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.847588",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.847588",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.847588",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.847588");
|
|
}
|
|
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 ( "1.630181, 1.636656, 1.653805, 1.704924, 1.817309",\
|
|
"1.630181, 1.636656, 1.653805, 1.704924, 1.817309",\
|
|
"1.630181, 1.636656, 1.653805, 1.704924, 1.817309",\
|
|
"1.612143, 1.618617, 1.635766, 1.686886, 1.817309",\
|
|
"1.529003, 1.535477, 1.552626, 1.603746, 1.788056");
|
|
}
|
|
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.014344, 0.019154, 0.032672, 0.087674, 0.341229",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.341229",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.341229",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.341229",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.341229");
|
|
}
|
|
|
|
} /* 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 ( "1.502568, 1.511458, 1.537161, 1.642744, 2.078888",\
|
|
"1.502568, 1.511458, 1.537161, 1.642744, 2.078888",\
|
|
"1.502568, 1.511458, 1.537161, 1.642744, 2.078888",\
|
|
"1.502568, 1.511458, 1.537161, 1.642744, 2.078888",\
|
|
"1.473315, 1.482205, 1.507908, 1.613491, 2.049635");
|
|
}
|
|
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.014711, 0.023450, 0.054257, 0.202457, 0.841174",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.841174",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.841174",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.841174",\
|
|
"0.014711, 0.023450, 0.054257, 0.202457, 0.841174");
|
|
}
|
|
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 ( "1.461268, 1.468209, 1.485358, 1.536478, 1.717302",\
|
|
"1.461268, 1.468209, 1.485358, 1.536478, 1.717302",\
|
|
"1.461268, 1.468209, 1.485358, 1.536478, 1.717302",\
|
|
"1.461268, 1.468209, 1.485358, 1.536478, 1.717302",\
|
|
"1.432015, 1.438956, 1.456105, 1.507225, 1.688048");
|
|
}
|
|
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.014344, 0.019154, 0.032672, 0.087674, 0.334585",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.334585",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.334585",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.334585",\
|
|
"0.014344, 0.019154, 0.032672, 0.087674, 0.334585");
|
|
}
|
|
|
|
} /* 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 ( "1.692436, 1.701383, 1.727105, 1.832749, 2.200886",\
|
|
"1.692436, 1.701383, 1.727105, 1.832749, 2.200886",\
|
|
"1.692436, 1.701383, 1.727105, 1.832749, 2.200886",\
|
|
"1.674398, 1.683345, 1.709067, 1.814711, 2.200886",\
|
|
"1.591258, 1.600205, 1.625926, 1.731571, 2.171633");
|
|
}
|
|
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.014641, 0.023378, 0.054144, 0.202311, 0.848554",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.848554",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.848554",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.848554",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.848554");
|
|
}
|
|
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 ( "1.680116, 1.687097, 1.704256, 1.755472, 1.868238",\
|
|
"1.680116, 1.687097, 1.704256, 1.755472, 1.868238",\
|
|
"1.680116, 1.687097, 1.704256, 1.755472, 1.868238",\
|
|
"1.662077, 1.669059, 1.686218, 1.737433, 1.868238",\
|
|
"1.578937, 1.585919, 1.603078, 1.654293, 1.838985");
|
|
}
|
|
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.014256, 0.019091, 0.032633, 0.087564, 0.341998",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.341998",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.341998",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.341998",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.341998");
|
|
}
|
|
|
|
} /* 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 ( "1.524750, 1.533697, 1.559418, 1.665063, 2.101340",\
|
|
"1.524750, 1.533697, 1.559418, 1.665063, 2.101340",\
|
|
"1.524750, 1.533697, 1.559418, 1.665063, 2.101340",\
|
|
"1.524750, 1.533697, 1.559418, 1.665063, 2.101340",\
|
|
"1.495497, 1.504444, 1.530165, 1.635810, 2.072086");
|
|
}
|
|
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.014641, 0.023378, 0.054144, 0.202311, 0.841387",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.841387",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.841387",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.841387",\
|
|
"0.014641, 0.023378, 0.054144, 0.202311, 0.841387");
|
|
}
|
|
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 ( "1.485900, 1.492882, 1.510041, 1.561256, 1.742050",\
|
|
"1.485900, 1.492882, 1.510041, 1.561256, 1.742050",\
|
|
"1.485900, 1.492882, 1.510041, 1.561256, 1.742050",\
|
|
"1.485900, 1.492882, 1.510041, 1.561256, 1.742050",\
|
|
"1.456647, 1.463628, 1.480787, 1.532003, 1.712797");
|
|
}
|
|
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.014256, 0.019091, 0.032633, 0.087564, 0.334573",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.334573",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.334573",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.334573",\
|
|
"0.014256, 0.019091, 0.032633, 0.087564, 0.334573");
|
|
}
|
|
|
|
} /* 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 ( "1.757507, 1.766522, 1.792235, 1.897819, 2.265849",\
|
|
"1.757507, 1.766522, 1.792235, 1.897819, 2.265849",\
|
|
"1.757507, 1.766522, 1.792235, 1.897819, 2.265849",\
|
|
"1.739469, 1.748483, 1.774197, 1.879781, 2.265849",\
|
|
"1.656328, 1.665343, 1.691057, 1.796640, 2.236596");
|
|
}
|
|
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.014557, 0.023296, 0.054032, 0.202275, 0.847961",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.847961",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.847961",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.847961",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.847961");
|
|
}
|
|
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 ( "1.781966, 1.788991, 1.806133, 1.857331, 1.969755",\
|
|
"1.781966, 1.788991, 1.806133, 1.857331, 1.969755",\
|
|
"1.781966, 1.788991, 1.806133, 1.857331, 1.969755",\
|
|
"1.763928, 1.770953, 1.788094, 1.839293, 1.969755",\
|
|
"1.680787, 1.687812, 1.704954, 1.756152, 1.940502");
|
|
}
|
|
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.014131, 0.019016, 0.032616, 0.087566, 0.341060",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.341060",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.341060",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.341060",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.341060");
|
|
}
|
|
|
|
} /* 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 ( "1.577126, 1.586140, 1.611854, 1.717438, 2.154079",\
|
|
"1.577126, 1.586140, 1.611854, 1.717438, 2.154079",\
|
|
"1.577126, 1.586140, 1.611854, 1.717438, 2.154079",\
|
|
"1.577126, 1.586140, 1.611854, 1.717438, 2.154079",\
|
|
"1.547873, 1.556887, 1.582601, 1.688184, 2.124826");
|
|
}
|
|
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.014557, 0.023296, 0.054032, 0.202275, 0.841684",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.841684",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.841684",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.841684",\
|
|
"0.014557, 0.023296, 0.054032, 0.202275, 0.841684");
|
|
}
|
|
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 ( "1.526562, 1.533587, 1.550729, 1.601927, 1.782863",\
|
|
"1.526562, 1.533587, 1.550729, 1.601927, 1.782863",\
|
|
"1.526562, 1.533587, 1.550729, 1.601927, 1.782863",\
|
|
"1.526562, 1.533587, 1.550729, 1.601927, 1.782863",\
|
|
"1.497309, 1.504334, 1.521475, 1.572674, 1.753610");
|
|
}
|
|
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.014131, 0.019016, 0.032616, 0.087566, 0.334557",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.334557",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.334557",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.334557",\
|
|
"0.014131, 0.019016, 0.032616, 0.087566, 0.334557");
|
|
}
|
|
|
|
} /* 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 ( "1.699255, 1.708254, 1.733945, 1.839606, 2.208365",\
|
|
"1.699255, 1.708254, 1.733945, 1.839606, 2.208365",\
|
|
"1.699255, 1.708254, 1.733945, 1.839606, 2.208365",\
|
|
"1.681216, 1.690215, 1.715907, 1.821567, 2.208365",\
|
|
"1.598076, 1.607075, 1.632767, 1.738427, 2.179112");
|
|
}
|
|
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.014942, 0.023627, 0.054260, 0.202509, 0.849655",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.849655",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.849655",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.849655",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.849655");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "1.714832, 1.721806, 1.738922, 1.790259, 1.903059",\
|
|
"1.714832, 1.721806, 1.738922, 1.790259, 1.903059",\
|
|
"1.714832, 1.721806, 1.738922, 1.790259, 1.903059",\
|
|
"1.696794, 1.703767, 1.720884, 1.772221, 1.903059",\
|
|
"1.613653, 1.620627, 1.637744, 1.689081, 1.873806");
|
|
}
|
|
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.014302, 0.019167, 0.032779, 0.087586, 0.341982",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.341982",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.341982",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.341982",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.341982");
|
|
}
|
|
|
|
} /* 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 ( "1.533602, 1.542601, 1.568292, 1.673953, 2.110853",\
|
|
"1.533602, 1.542601, 1.568292, 1.673953, 2.110853",\
|
|
"1.533602, 1.542601, 1.568292, 1.673953, 2.110853",\
|
|
"1.533602, 1.542601, 1.568292, 1.673953, 2.110853",\
|
|
"1.504349, 1.513348, 1.539039, 1.644700, 2.081600");
|
|
}
|
|
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.014942, 0.023627, 0.054260, 0.202509, 0.842488",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.842488",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.842488",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.842488",\
|
|
"0.014942, 0.023627, 0.054260, 0.202509, 0.842488");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "1.541904, 1.548878, 1.565994, 1.617331, 1.798159",\
|
|
"1.541904, 1.548878, 1.565994, 1.617331, 1.798159",\
|
|
"1.541904, 1.548878, 1.565994, 1.617331, 1.798159",\
|
|
"1.541904, 1.548878, 1.565994, 1.617331, 1.798159",\
|
|
"1.512651, 1.519624, 1.536741, 1.588078, 1.768906");
|
|
}
|
|
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.014302, 0.019167, 0.032779, 0.087586, 0.334556",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.334556",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.334556",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.334556",\
|
|
"0.014302, 0.019167, 0.032779, 0.087586, 0.334556");
|
|
}
|
|
|
|
} /* 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.643952, 0.653098, 0.678858, 0.784476, 1.196608",\
|
|
"0.643952, 0.653098, 0.678858, 0.784476, 1.196608",\
|
|
"0.630839, 0.639985, 0.665745, 0.771364, 1.196608",\
|
|
"0.532236, 0.541381, 0.567141, 0.672760, 1.113266",\
|
|
"0.153599, 0.162744, 0.188504, 0.294123, 0.734629");
|
|
}
|
|
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.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889");
|
|
}
|
|
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 ( "0.869951, 0.876966, 0.894078, 0.945314, 1.129675",\
|
|
"0.961533, 0.968548, 0.985660, 1.036896, 1.221257",\
|
|
"1.081443, 1.088459, 1.105571, 1.156807, 1.341167",\
|
|
"1.337578, 1.344594, 1.361705, 1.412942, 1.597302",\
|
|
"1.938031, 1.945047, 1.962159, 2.013395, 2.197756");
|
|
}
|
|
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.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046");
|
|
}
|
|
|
|
} /* 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.599019, 0.608158, 0.633913, 0.739530, 1.176720",\
|
|
"0.599019, 0.608158, 0.633913, 0.739530, 1.176720",\
|
|
"0.599019, 0.608158, 0.633913, 0.739530, 1.176720",\
|
|
"0.515677, 0.524816, 0.550570, 0.656187, 1.093377",\
|
|
"0.137040, 0.146179, 0.171933, 0.277551, 0.714740");
|
|
}
|
|
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.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614");
|
|
}
|
|
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 ( "0.742983, 0.750003, 0.767126, 0.818350, 0.999295",\
|
|
"0.834564, 0.841585, 0.858707, 0.909931, 1.090877",\
|
|
"0.954475, 0.961496, 0.978618, 1.029842, 1.210787",\
|
|
"1.210610, 1.217630, 1.234753, 1.285977, 1.466922",\
|
|
"1.811063, 1.818084, 1.835206, 1.886430, 2.067375");
|
|
}
|
|
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.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548");
|
|
}
|
|
|
|
} /* 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 ( "0.719490, 0.726505, 0.743617, 0.794853, 0.950840",\
|
|
"0.719490, 0.726505, 0.743617, 0.794853, 0.950840",\
|
|
"0.706377, 0.713393, 0.730505, 0.781741, 0.950840",\
|
|
"0.607773, 0.614789, 0.631901, 0.683137, 0.867498",\
|
|
"0.229137, 0.236152, 0.253264, 0.304500, 0.488861");
|
|
}
|
|
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.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046");
|
|
}
|
|
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.787517, 0.796663, 0.822423, 0.928042, 1.368548",\
|
|
"0.879099, 0.888245, 0.914005, 1.019624, 1.460129",\
|
|
"0.999010, 1.008156, 1.033916, 1.139534, 1.580040",\
|
|
"1.255145, 1.264290, 1.290050, 1.395669, 1.836175",\
|
|
"1.855598, 1.864744, 1.890504, 1.996122, 2.436629");
|
|
}
|
|
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.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889");
|
|
}
|
|
|
|
} /* 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 ( "0.675225, 0.682245, 0.699368, 0.750592, 0.931537",\
|
|
"0.675225, 0.682245, 0.699368, 0.750592, 0.931537",\
|
|
"0.675225, 0.682245, 0.699368, 0.750592, 0.931537",\
|
|
"0.591882, 0.598903, 0.616025, 0.667249, 0.848194",\
|
|
"0.213246, 0.220266, 0.237388, 0.288612, 0.469558");
|
|
}
|
|
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.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548");
|
|
}
|
|
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.659804, 0.668943, 0.694697, 0.800314, 1.237504",\
|
|
"0.751385, 0.760524, 0.786279, 0.891896, 1.329086",\
|
|
"0.871296, 0.880435, 0.906189, 1.011807, 1.448997",\
|
|
"1.127431, 1.136570, 1.162324, 1.267942, 1.705131",\
|
|
"1.727884, 1.737023, 1.762778, 1.868395, 2.305585");
|
|
}
|
|
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.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614");
|
|
}
|
|
|
|
} /* 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 ( "0.956043, 0.965185, 0.990942, 1.096561, 1.537066",\
|
|
"1.074413, 1.083555, 1.109312, 1.214931, 1.655436",\
|
|
"1.184440, 1.193582, 1.219339, 1.324957, 1.765462",\
|
|
"1.368606, 1.377749, 1.403506, 1.509124, 1.949629",\
|
|
"2.126359, 2.135501, 2.161258, 2.266876, 2.707381");
|
|
}
|
|
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.015301, 0.023931, 0.054346, 0.202460, 0.848890",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.848890",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.848890",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.848890",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.848890");
|
|
}
|
|
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 ( "0.903589, 0.910604, 0.927716, 0.978952, 1.163313",\
|
|
"1.021959, 1.028974, 1.046086, 1.097322, 1.281683",\
|
|
"1.131985, 1.139001, 1.156113, 1.207349, 1.391709",\
|
|
"1.316152, 1.323167, 1.340280, 1.391515, 1.575876",\
|
|
"2.073904, 2.080920, 2.098032, 2.149267, 2.333628");
|
|
}
|
|
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.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.341046");
|
|
}
|
|
|
|
} /* 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 ( "0.951102, 0.960244, 0.986001, 1.091619, 1.528810",\
|
|
"1.069472, 1.078614, 1.104371, 1.209990, 1.647180",\
|
|
"1.179499, 1.188641, 1.214398, 1.320016, 1.757206",\
|
|
"1.363665, 1.372808, 1.398564, 1.504183, 1.941373",\
|
|
"2.121418, 2.130559, 2.156317, 2.261935, 2.699125");
|
|
}
|
|
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.015301, 0.023931, 0.054346, 0.202460, 0.842612",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.842612",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.842612",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.842612",\
|
|
"0.015301, 0.023931, 0.054346, 0.202460, 0.842612");
|
|
}
|
|
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 ( "0.902116, 0.909131, 0.926244, 0.977479, 1.158427",\
|
|
"1.020486, 1.027501, 1.044614, 1.095849, 1.276797",\
|
|
"1.130512, 1.137528, 1.154640, 1.205876, 1.386823",\
|
|
"1.314679, 1.321695, 1.338807, 1.390043, 1.570990",\
|
|
"2.072431, 2.079447, 2.096559, 2.147795, 2.328742");
|
|
}
|
|
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.014105, 0.019004, 0.032637, 0.087560, 0.334543",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.334543",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.334543",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.334543",\
|
|
"0.014105, 0.019004, 0.032637, 0.087560, 0.334543");
|
|
}
|
|
|
|
} /* 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 ( "2.333463, 2.342608, 2.368368, 2.473987, 2.842568",\
|
|
"2.333463, 2.342608, 2.368368, 2.473987, 2.842568",\
|
|
"2.333463, 2.342608, 2.368368, 2.473987, 2.842568",\
|
|
"2.315425, 2.324570, 2.350330, 2.455949, 2.842568",\
|
|
"2.232284, 2.241430, 2.267190, 2.372808, 2.813314");
|
|
}
|
|
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.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889",\
|
|
"0.015319, 0.023947, 0.054354, 0.202460, 0.848889");
|
|
}
|
|
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.417379, 2.424389, 2.441491, 2.492738, 2.605176",\
|
|
"2.417379, 2.424389, 2.441491, 2.492738, 2.605176",\
|
|
"2.417379, 2.424389, 2.441491, 2.492738, 2.605176",\
|
|
"2.399340, 2.406351, 2.423453, 2.474700, 2.605176",\
|
|
"2.316200, 2.323210, 2.340312, 2.391560, 2.575923");
|
|
}
|
|
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.014099, 0.019002, 0.032646, 0.087560, 0.341042",\
|
|
"0.014099, 0.019002, 0.032646, 0.087560, 0.341042",\
|
|
"0.014099, 0.019002, 0.032646, 0.087560, 0.341042",\
|
|
"0.014099, 0.019002, 0.032646, 0.087560, 0.341042",\
|
|
"0.014099, 0.019002, 0.032646, 0.087560, 0.341042");
|
|
}
|
|
|
|
} /* 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 ( "1.631862, 1.641001, 1.666755, 1.772372, 2.209562",\
|
|
"1.631862, 1.641001, 1.666755, 1.772372, 2.209562",\
|
|
"1.631862, 1.641001, 1.666755, 1.772372, 2.209562",\
|
|
"1.631862, 1.641001, 1.666755, 1.772372, 2.209562",\
|
|
"1.602609, 1.611748, 1.637502, 1.743119, 2.180309");
|
|
}
|
|
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.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614",\
|
|
"0.015283, 0.023916, 0.054339, 0.202460, 0.842614");
|
|
}
|
|
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.649820, 1.656840, 1.673962, 1.725187, 1.906132",\
|
|
"1.649820, 1.656840, 1.673962, 1.725187, 1.906132",\
|
|
"1.649820, 1.656840, 1.673962, 1.725187, 1.906132",\
|
|
"1.649820, 1.656840, 1.673962, 1.725187, 1.906132",\
|
|
"1.620567, 1.627587, 1.644709, 1.695933, 1.876879");
|
|
}
|
|
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.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548",\
|
|
"0.014110, 0.019006, 0.032628, 0.087560, 0.334548");
|
|
}
|
|
|
|
} /* 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.405617, 0.414796, 0.440618, 0.546321, 0.929175",\
|
|
"0.405617, 0.414796, 0.440618, 0.546321, 0.929175",\
|
|
"0.405617, 0.414796, 0.440618, 0.546321, 0.929175",\
|
|
"0.384808, 0.393987, 0.419809, 0.525511, 0.929175",\
|
|
"0.295651, 0.304830, 0.330652, 0.436355, 0.877183");
|
|
}
|
|
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.015798, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015798, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015798, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015799, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015801, 0.024371, 0.054604, 0.202491, 0.849749");
|
|
}
|
|
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.447223, 0.454224, 0.471375, 0.522728, 0.707469",\
|
|
"0.550510, 0.557512, 0.574662, 0.626015, 0.810756",\
|
|
"0.638187, 0.645188, 0.662338, 0.713692, 0.898433",\
|
|
"0.785951, 0.792953, 0.810103, 0.861457, 1.046198",\
|
|
"1.394855, 1.401857, 1.419007, 1.470361, 1.655102");
|
|
}
|
|
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.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997");
|
|
}
|
|
|
|
} /* 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.347612, 0.356785, 0.382603, 0.488304, 0.925347",\
|
|
"0.347612, 0.356785, 0.382603, 0.488304, 0.925347",\
|
|
"0.347612, 0.356785, 0.382603, 0.488304, 0.925347",\
|
|
"0.347612, 0.356785, 0.382603, 0.488304, 0.925347",\
|
|
"0.295640, 0.304816, 0.330636, 0.436337, 0.873380");
|
|
}
|
|
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.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015782, 0.024355, 0.054596, 0.202491, 0.842583");
|
|
}
|
|
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.446976, 0.453974, 0.471117, 0.522467, 0.703309",\
|
|
"0.550268, 0.557266, 0.574409, 0.625759, 0.806601",\
|
|
"0.637937, 0.644935, 0.662078, 0.713428, 0.894270",\
|
|
"0.785683, 0.792680, 0.809823, 0.861172, 1.042014",\
|
|
"1.394568, 1.401566, 1.418708, 1.470057, 1.650899");
|
|
}
|
|
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.014327, 0.019205, 0.032809, 0.087589, 0.334567",\
|
|
"0.014327, 0.019205, 0.032809, 0.087589, 0.334567",\
|
|
"0.014326, 0.019204, 0.032809, 0.087589, 0.334567",\
|
|
"0.014325, 0.019203, 0.032808, 0.087589, 0.334567",\
|
|
"0.014324, 0.019202, 0.032807, 0.087588, 0.334567");
|
|
}
|
|
|
|
} /* 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.537571, 0.544573, 0.561723, 0.613076, 0.740627",\
|
|
"0.537571, 0.544573, 0.561723, 0.613076, 0.740627",\
|
|
"0.537571, 0.544573, 0.561723, 0.613076, 0.740627",\
|
|
"0.515376, 0.522377, 0.539528, 0.590881, 0.740627",\
|
|
"0.418946, 0.425947, 0.443098, 0.494451, 0.679193");
|
|
}
|
|
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.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997",\
|
|
"0.014347, 0.019226, 0.032826, 0.087597, 0.341997");
|
|
}
|
|
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.390290, 0.399469, 0.425291, 0.530993, 0.971822",\
|
|
"0.493692, 0.502871, 0.528693, 0.634395, 1.075224",\
|
|
"0.581920, 0.591099, 0.616921, 0.722623, 1.163452",\
|
|
"0.730575, 0.739754, 0.765576, 0.871278, 1.312107",\
|
|
"1.341072, 1.350252, 1.376074, 1.481776, 1.922605");
|
|
}
|
|
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.015798, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015798, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015798, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015799, 0.024369, 0.054603, 0.202491, 0.849749",\
|
|
"0.015801, 0.024371, 0.054604, 0.202491, 0.849749");
|
|
}
|
|
|
|
} /* 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.480134, 0.487132, 0.504275, 0.555625, 0.736467",\
|
|
"0.480134, 0.487132, 0.504275, 0.555625, 0.736467",\
|
|
"0.480134, 0.487132, 0.504275, 0.555625, 0.736467",\
|
|
"0.480134, 0.487132, 0.504275, 0.555625, 0.736467",\
|
|
"0.418659, 0.425657, 0.442799, 0.494148, 0.674990");
|
|
}
|
|
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.014327, 0.019205, 0.032809, 0.087589, 0.334567",\
|
|
"0.014327, 0.019205, 0.032809, 0.087589, 0.334567",\
|
|
"0.014326, 0.019204, 0.032809, 0.087589, 0.334567",\
|
|
"0.014325, 0.019203, 0.032808, 0.087589, 0.334567",\
|
|
"0.014324, 0.019202, 0.032807, 0.087588, 0.334567");
|
|
}
|
|
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.390259, 0.399433, 0.425250, 0.530951, 0.967994",\
|
|
"0.493661, 0.502835, 0.528652, 0.634353, 1.071396",\
|
|
"0.581889, 0.591062, 0.616880, 0.722580, 1.159623",\
|
|
"0.730543, 0.739716, 0.765533, 0.871234, 1.308277",\
|
|
"1.341062, 1.350238, 1.376057, 1.481759, 1.918802");
|
|
}
|
|
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.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015769, 0.024343, 0.054590, 0.202491, 0.842583",\
|
|
"0.015782, 0.024355, 0.054596, 0.202491, 0.842583");
|
|
}
|
|
|
|
} /* 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.365657, 0.374831, 0.400650, 0.506351, 0.913302",\
|
|
"0.365657, 0.374831, 0.400650, 0.506351, 0.913302",\
|
|
"0.360786, 0.369961, 0.395779, 0.501480, 0.913302",\
|
|
"0.314873, 0.324047, 0.349865, 0.455567, 0.896395",\
|
|
"0.123060, 0.132236, 0.158056, 0.263758, 0.704586");
|
|
}
|
|
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.015774, 0.024347, 0.054592, 0.202491, 0.849751",\
|
|
"0.015774, 0.024348, 0.054592, 0.202491, 0.849751",\
|
|
"0.015774, 0.024348, 0.054592, 0.202491, 0.849751",\
|
|
"0.015775, 0.024348, 0.054593, 0.202491, 0.849751",\
|
|
"0.015784, 0.024356, 0.054597, 0.202491, 0.849751");
|
|
}
|
|
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.412278, 0.419282, 0.436439, 0.487795, 0.672537",\
|
|
"0.511727, 0.518731, 0.535887, 0.587243, 0.771985",\
|
|
"0.597692, 0.604696, 0.621852, 0.673208, 0.857950",\
|
|
"0.749104, 0.756108, 0.773263, 0.824619, 1.009361",\
|
|
"1.373474, 1.380478, 1.397633, 1.448990, 1.633731");
|
|
}
|
|
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.014363, 0.019243, 0.032840, 0.087603, 0.342000",\
|
|
"0.014362, 0.019241, 0.032839, 0.087602, 0.342000",\
|
|
"0.014361, 0.019241, 0.032838, 0.087602, 0.341999",\
|
|
"0.014361, 0.019241, 0.032838, 0.087602, 0.341999",\
|
|
"0.014361, 0.019241, 0.032838, 0.087602, 0.341999");
|
|
}
|
|
|
|
} /* 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.331781, 0.340955, 0.366773, 0.472474, 0.909517",\
|
|
"0.331781, 0.340955, 0.366773, 0.472474, 0.909517",\
|
|
"0.331781, 0.340955, 0.366773, 0.472474, 0.909517",\
|
|
"0.314873, 0.324047, 0.349865, 0.455567, 0.892610",\
|
|
"0.123060, 0.132236, 0.158056, 0.263758, 0.700801");
|
|
}
|
|
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.015774, 0.024347, 0.054592, 0.202491, 0.842583",\
|
|
"0.015774, 0.024348, 0.054592, 0.202491, 0.842583",\
|
|
"0.015774, 0.024348, 0.054592, 0.202491, 0.842583",\
|
|
"0.015775, 0.024348, 0.054593, 0.202491, 0.842583",\
|
|
"0.015784, 0.024356, 0.054597, 0.202491, 0.842583");
|
|
}
|
|
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.412278, 0.419282, 0.436439, 0.487795, 0.668639",\
|
|
"0.511727, 0.518731, 0.535887, 0.587243, 0.768087",\
|
|
"0.597692, 0.604696, 0.621852, 0.673208, 0.854052",\
|
|
"0.749104, 0.756108, 0.773263, 0.824619, 1.005463",\
|
|
"1.373474, 1.380478, 1.397633, 1.448990, 1.629833");
|
|
}
|
|
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.014363, 0.019243, 0.032840, 0.087603, 0.334575",\
|
|
"0.014362, 0.019241, 0.032839, 0.087602, 0.334574",\
|
|
"0.014361, 0.019241, 0.032838, 0.087602, 0.334574",\
|
|
"0.014361, 0.019240, 0.032838, 0.087602, 0.334574",\
|
|
"0.014361, 0.019240, 0.032838, 0.087602, 0.334574");
|
|
}
|
|
|
|
} /* 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 ( "1.901611, 1.910785, 1.936603, 2.042304, 2.411206",\
|
|
"1.901611, 1.910785, 1.936603, 2.042304, 2.411206",\
|
|
"1.901611, 1.910785, 1.936603, 2.042304, 2.411206",\
|
|
"1.883572, 1.892747, 1.918564, 2.024266, 2.411206",\
|
|
"1.800432, 1.809606, 1.835424, 1.941125, 2.381953");
|
|
}
|
|
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.015773, 0.024347, 0.054592, 0.202491, 0.849751",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.849751",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.849751",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.849751",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.849751");
|
|
}
|
|
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.982465, 1.989475, 2.006642, 2.058005, 2.170823",\
|
|
"1.982465, 1.989475, 2.006642, 2.058005, 2.170823",\
|
|
"1.982465, 1.989475, 2.006642, 2.058005, 2.170823",\
|
|
"1.964427, 1.971437, 1.988604, 2.039966, 2.170823",\
|
|
"1.881286, 1.888296, 1.905463, 1.956826, 2.141570");
|
|
}
|
|
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.014394, 0.019275, 0.032866, 0.087614, 0.342006",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.342006",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.342006",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.342006",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.342006");
|
|
}
|
|
|
|
} /* 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 ( "1.716969, 1.726144, 1.751962, 1.857663, 2.294706",\
|
|
"1.716969, 1.726144, 1.751962, 1.857663, 2.294706",\
|
|
"1.716969, 1.726144, 1.751962, 1.857663, 2.294706",\
|
|
"1.716969, 1.726144, 1.751962, 1.857663, 2.294706",\
|
|
"1.687716, 1.696891, 1.722708, 1.828410, 2.265452");
|
|
}
|
|
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.015773, 0.024347, 0.054592, 0.202491, 0.842584",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.842584",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.842584",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.842584",\
|
|
"0.015773, 0.024347, 0.054592, 0.202491, 0.842584");
|
|
}
|
|
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.780544, 1.787554, 1.804721, 1.856084, 2.036929",\
|
|
"1.780544, 1.787554, 1.804721, 1.856084, 2.036929",\
|
|
"1.780544, 1.787554, 1.804721, 1.856084, 2.036929",\
|
|
"1.780544, 1.787554, 1.804721, 1.856084, 2.036929",\
|
|
"1.751291, 1.758301, 1.775468, 1.826831, 2.007676");
|
|
}
|
|
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.014394, 0.019275, 0.032866, 0.087614, 0.334581",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.334581",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.334581",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.334581",\
|
|
"0.014394, 0.019275, 0.032866, 0.087614, 0.334581");
|
|
}
|
|
|
|
} /* 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 ( "1.587403, 1.595045, 1.621026, 1.729473, 2.097749",\
|
|
"1.587403, 1.595045, 1.621026, 1.729473, 2.097749",\
|
|
"1.587403, 1.595045, 1.621026, 1.729473, 2.097749",\
|
|
"1.569365, 1.577007, 1.602987, 1.711435, 2.097749",\
|
|
"1.486225, 1.493867, 1.519847, 1.628294, 2.068496");
|
|
}
|
|
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.017295, 0.025712, 0.055805, 0.211892, 0.864018",\
|
|
"0.017295, 0.025712, 0.055805, 0.211892, 0.864018",\
|
|
"0.017295, 0.025712, 0.055805, 0.211892, 0.864018",\
|
|
"0.017295, 0.025712, 0.055805, 0.211892, 0.864018",\
|
|
"0.017295, 0.025712, 0.055805, 0.211892, 0.864018");
|
|
}
|
|
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 ( "1.681932, 1.687710, 1.704872, 1.755898, 1.872510",\
|
|
"1.681932, 1.687710, 1.704872, 1.755898, 1.872510",\
|
|
"1.681932, 1.687710, 1.704872, 1.755898, 1.872510",\
|
|
"1.663893, 1.669672, 1.686833, 1.737859, 1.872510",\
|
|
"1.580753, 1.586532, 1.603693, 1.654719, 1.843257");
|
|
}
|
|
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.015375, 0.019801, 0.033070, 0.093509, 0.348124",\
|
|
"0.015375, 0.019801, 0.033070, 0.093509, 0.348124",\
|
|
"0.015375, 0.019801, 0.033070, 0.093509, 0.348124",\
|
|
"0.015375, 0.019801, 0.033070, 0.093509, 0.348124",\
|
|
"0.015375, 0.019801, 0.033070, 0.093509, 0.348124");
|
|
}
|
|
|
|
} /* 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 ( "1.390632, 1.399320, 1.425300, 1.530368, 1.966490",\
|
|
"1.390632, 1.399320, 1.425300, 1.530368, 1.966490",\
|
|
"1.390632, 1.399320, 1.425300, 1.530368, 1.966490",\
|
|
"1.390632, 1.399320, 1.425300, 1.530368, 1.966490",\
|
|
"1.361379, 1.370066, 1.396047, 1.501114, 1.937237");
|
|
}
|
|
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.017295, 0.025712, 0.055805, 0.205550, 0.842588",\
|
|
"0.017295, 0.025712, 0.055805, 0.205550, 0.842588",\
|
|
"0.017295, 0.025712, 0.055805, 0.205550, 0.842588",\
|
|
"0.017295, 0.025712, 0.055805, 0.205550, 0.842588",\
|
|
"0.017295, 0.025712, 0.055805, 0.205550, 0.842588");
|
|
}
|
|
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 ( "1.492331, 1.498869, 1.516030, 1.566369, 1.747252",\
|
|
"1.492331, 1.498869, 1.516030, 1.566369, 1.747252",\
|
|
"1.492331, 1.498869, 1.516030, 1.566369, 1.747252",\
|
|
"1.492331, 1.498869, 1.516030, 1.566369, 1.747252",\
|
|
"1.463078, 1.469616, 1.486777, 1.537116, 1.717999");
|
|
}
|
|
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.015375, 0.019801, 0.033070, 0.089111, 0.334567",\
|
|
"0.015375, 0.019801, 0.033070, 0.089111, 0.334567",\
|
|
"0.015375, 0.019801, 0.033070, 0.089111, 0.334567",\
|
|
"0.015375, 0.019801, 0.033070, 0.089111, 0.334567",\
|
|
"0.015375, 0.019801, 0.033070, 0.089111, 0.334567");
|
|
}
|
|
|
|
} /* 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.428017, 0.435659, 0.461641, 0.570089, 0.981866",\
|
|
"0.428017, 0.435659, 0.461641, 0.570089, 0.981866",\
|
|
"0.415452, 0.423094, 0.449076, 0.557524, 0.981866",\
|
|
"0.317417, 0.325060, 0.351042, 0.459490, 0.899693",\
|
|
"-0.064393, -0.056750, -0.030766, 0.077683, 0.517886");
|
|
}
|
|
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.017305, 0.025719, 0.055809, 0.211892, 0.864017",\
|
|
"0.017305, 0.025720, 0.055809, 0.211892, 0.864017",\
|
|
"0.017306, 0.025720, 0.055809, 0.211892, 0.864017",\
|
|
"0.017310, 0.025724, 0.055811, 0.211892, 0.864017",\
|
|
"0.017321, 0.025734, 0.055816, 0.211892, 0.864017");
|
|
}
|
|
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.470264, 0.476033, 0.493151, 0.544155, 0.732683",\
|
|
"0.561870, 0.567638, 0.584757, 0.635761, 0.824289",\
|
|
"0.682946, 0.688714, 0.705834, 0.756839, 0.945368",\
|
|
"0.932267, 0.938036, 0.955158, 1.006164, 1.194693",\
|
|
"1.525412, 1.531181, 1.548305, 1.599311, 1.787841");
|
|
}
|
|
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.015249, 0.019671, 0.032964, 0.093463, 0.348097",\
|
|
"0.015250, 0.019672, 0.032965, 0.093463, 0.348097",\
|
|
"0.015254, 0.019676, 0.032968, 0.093465, 0.348098",\
|
|
"0.015260, 0.019682, 0.032973, 0.093467, 0.348099",\
|
|
"0.015263, 0.019686, 0.032976, 0.093468, 0.348100");
|
|
}
|
|
|
|
} /* 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.373132, 0.381819, 0.407798, 0.512866, 0.948988",\
|
|
"0.373132, 0.381819, 0.407798, 0.512866, 0.948988",\
|
|
"0.373132, 0.381819, 0.407798, 0.512866, 0.948988",\
|
|
"0.290947, 0.299634, 0.325613, 0.430681, 0.866803",\
|
|
"-0.090888, -0.082201, -0.056222, 0.048846, 0.484968");
|
|
}
|
|
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.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017290, 0.025707, 0.055803, 0.205550, 0.842589");
|
|
}
|
|
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.449655, 0.456169, 0.473283, 0.523584, 0.704458",\
|
|
"0.541248, 0.547762, 0.564876, 0.615178, 0.796051",\
|
|
"0.662273, 0.668787, 0.685901, 0.736203, 0.917076",\
|
|
"0.911503, 0.918017, 0.935131, 0.985432, 1.166305",\
|
|
"1.504551, 1.511065, 1.528180, 1.578481, 1.759354");
|
|
}
|
|
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.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538");
|
|
}
|
|
|
|
} /* 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.516003, 0.521771, 0.538890, 0.589894, 0.750102",\
|
|
"0.516003, 0.521771, 0.538890, 0.589894, 0.750102",\
|
|
"0.503022, 0.508790, 0.525910, 0.576916, 0.750102",\
|
|
"0.403189, 0.408959, 0.426080, 0.477087, 0.665616",\
|
|
"0.015940, 0.021709, 0.038832, 0.089839, 0.278368");
|
|
}
|
|
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.015249, 0.019671, 0.032964, 0.093463, 0.348097",\
|
|
"0.015250, 0.019672, 0.032965, 0.093463, 0.348097",\
|
|
"0.015254, 0.019676, 0.032968, 0.093465, 0.348098",\
|
|
"0.015260, 0.019682, 0.032973, 0.093467, 0.348099",\
|
|
"0.015263, 0.019686, 0.032976, 0.093468, 0.348100");
|
|
}
|
|
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.396337, 0.403979, 0.429961, 0.538409, 0.978611",\
|
|
"0.488046, 0.495688, 0.521670, 0.630118, 1.070320",\
|
|
"0.609550, 0.617193, 0.643175, 0.751623, 1.191825",\
|
|
"0.859558, 0.867200, 0.893183, 1.001631, 1.441833",\
|
|
"1.451778, 1.459421, 1.485405, 1.593854, 2.034057");
|
|
}
|
|
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.017305, 0.025719, 0.055809, 0.211892, 0.864017",\
|
|
"0.017305, 0.025720, 0.055809, 0.211892, 0.864017",\
|
|
"0.017306, 0.025720, 0.055809, 0.211892, 0.864017",\
|
|
"0.017310, 0.025724, 0.055811, 0.211892, 0.864017",\
|
|
"0.017321, 0.025734, 0.055816, 0.211892, 0.864017");
|
|
}
|
|
|
|
} /* 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.467073, 0.473587, 0.490701, 0.541003, 0.721876",\
|
|
"0.467073, 0.473587, 0.490701, 0.541003, 0.721876",\
|
|
"0.467073, 0.473587, 0.490701, 0.541003, 0.721876",\
|
|
"0.382426, 0.388939, 0.406053, 0.456355, 0.637228",\
|
|
"-0.004921, 0.001593, 0.018707, 0.069008, 0.249882");
|
|
}
|
|
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.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538",\
|
|
"0.015213, 0.019640, 0.032932, 0.089054, 0.334538");
|
|
}
|
|
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.369878, 0.378564, 0.404544, 0.509611, 0.945734",\
|
|
"0.461586, 0.470273, 0.496252, 0.601320, 1.037442",\
|
|
"0.583089, 0.591776, 0.617755, 0.722823, 1.158945",\
|
|
"0.833088, 0.841774, 0.867754, 0.972821, 1.408944",\
|
|
"1.425284, 1.433970, 1.459950, 1.565017, 2.001140");
|
|
}
|
|
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.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017289, 0.025706, 0.055802, 0.205550, 0.842589",\
|
|
"0.017290, 0.025707, 0.055803, 0.205550, 0.842589");
|
|
}
|
|
|
|
} /* 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.439584, 0.447226, 0.473209, 0.581657, 0.968035",\
|
|
"0.439584, 0.447226, 0.473209, 0.581657, 0.968035",\
|
|
"0.439584, 0.447226, 0.473209, 0.581657, 0.968035",\
|
|
"0.421193, 0.428835, 0.454818, 0.563266, 0.968035",\
|
|
"0.345399, 0.353042, 0.379027, 0.487475, 0.927678");
|
|
}
|
|
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.017307, 0.025722, 0.055810, 0.211892, 0.864017",\
|
|
"0.017308, 0.025722, 0.055810, 0.211892, 0.864017",\
|
|
"0.017309, 0.025723, 0.055811, 0.211892, 0.864017",\
|
|
"0.017311, 0.025725, 0.055812, 0.211892, 0.864017",\
|
|
"0.017322, 0.025734, 0.055816, 0.211892, 0.864016");
|
|
}
|
|
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.433608, 0.439377, 0.456500, 0.507507, 0.696036",\
|
|
"0.531115, 0.536884, 0.554007, 0.605013, 0.793543",\
|
|
"0.609492, 0.615261, 0.632384, 0.683390, 0.871920",\
|
|
"0.746476, 0.752245, 0.769368, 0.820374, 1.008903",\
|
|
"1.312385, 1.318155, 1.335280, 1.386288, 1.574817");
|
|
}
|
|
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.015262, 0.019684, 0.032975, 0.093468, 0.348100",\
|
|
"0.015262, 0.019684, 0.032975, 0.093468, 0.348100",\
|
|
"0.015262, 0.019684, 0.032975, 0.093468, 0.348100",\
|
|
"0.015262, 0.019684, 0.032975, 0.093468, 0.348100",\
|
|
"0.015269, 0.019692, 0.032981, 0.093470, 0.348101");
|
|
}
|
|
|
|
} /* 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.359333, 0.368022, 0.394004, 0.499072, 0.935195",\
|
|
"0.359333, 0.368022, 0.394004, 0.499072, 0.935195",\
|
|
"0.359333, 0.368022, 0.394004, 0.499072, 0.935195",\
|
|
"0.359333, 0.368022, 0.394004, 0.499072, 0.935195",\
|
|
"0.318971, 0.327662, 0.353646, 0.458715, 0.894839");
|
|
}
|
|
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.017307, 0.025722, 0.055810, 0.205550, 0.842587",\
|
|
"0.017308, 0.025722, 0.055810, 0.205550, 0.842587",\
|
|
"0.017309, 0.025723, 0.055811, 0.205550, 0.842587",\
|
|
"0.017311, 0.025725, 0.055812, 0.205550, 0.842587",\
|
|
"0.017322, 0.025734, 0.055816, 0.205550, 0.842586");
|
|
}
|
|
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.414362, 0.420881, 0.438004, 0.488322, 0.669199",\
|
|
"0.511869, 0.518388, 0.535511, 0.585829, 0.766706",\
|
|
"0.590246, 0.596765, 0.613888, 0.664206, 0.845083",\
|
|
"0.727230, 0.733749, 0.750872, 0.801189, 0.982066",\
|
|
"1.293139, 1.299659, 1.316784, 1.367103, 1.547980");
|
|
}
|
|
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.015262, 0.019684, 0.032974, 0.089070, 0.334544",\
|
|
"0.015262, 0.019684, 0.032974, 0.089070, 0.334544",\
|
|
"0.015262, 0.019684, 0.032974, 0.089070, 0.334544",\
|
|
"0.015262, 0.019684, 0.032974, 0.089070, 0.334544",\
|
|
"0.015269, 0.019692, 0.032981, 0.089072, 0.334546");
|
|
}
|
|
|
|
} /* 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 ( "1.552990, 1.561684, 1.587606, 1.695823, 2.064007",\
|
|
"1.552990, 1.561684, 1.587606, 1.695823, 2.064007",\
|
|
"1.552990, 1.561684, 1.587606, 1.695823, 2.064007",\
|
|
"1.534951, 1.543646, 1.569568, 1.677785, 2.064007",\
|
|
"1.451811, 1.460505, 1.486428, 1.594644, 2.034754");
|
|
}
|
|
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.016693, 0.025170, 0.055422, 0.211122, 0.862419",\
|
|
"0.016693, 0.025170, 0.055422, 0.211122, 0.862419",\
|
|
"0.016693, 0.025170, 0.055422, 0.211122, 0.862419",\
|
|
"0.016693, 0.025170, 0.055422, 0.211122, 0.862419",\
|
|
"0.016693, 0.025170, 0.055422, 0.211122, 0.862419");
|
|
}
|
|
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 ( "1.654665, 1.661241, 1.678372, 1.729334, 1.845517",\
|
|
"1.654665, 1.661241, 1.678372, 1.729334, 1.845517",\
|
|
"1.654665, 1.661241, 1.678372, 1.729334, 1.845517",\
|
|
"1.636627, 1.643202, 1.660334, 1.711296, 1.845517",\
|
|
"1.553486, 1.560062, 1.577194, 1.628155, 1.816264");
|
|
}
|
|
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.015067, 0.019531, 0.032864, 0.092910, 0.346865",\
|
|
"0.015067, 0.019531, 0.032864, 0.092910, 0.346865",\
|
|
"0.015067, 0.019531, 0.032864, 0.092910, 0.346865",\
|
|
"0.015067, 0.019531, 0.032864, 0.092910, 0.346865",\
|
|
"0.015067, 0.019531, 0.032864, 0.092910, 0.346865");
|
|
}
|
|
|
|
} /* 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 ( "1.379683, 1.388378, 1.414300, 1.519401, 1.955704",\
|
|
"1.379683, 1.388378, 1.414300, 1.519401, 1.955704",\
|
|
"1.379683, 1.388378, 1.414300, 1.519401, 1.955704",\
|
|
"1.379683, 1.388378, 1.414300, 1.519401, 1.955704",\
|
|
"1.350430, 1.359125, 1.385047, 1.490148, 1.926451");
|
|
}
|
|
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.016693, 0.025170, 0.055422, 0.205273, 0.842615",\
|
|
"0.016693, 0.025170, 0.055422, 0.205273, 0.842615",\
|
|
"0.016693, 0.025170, 0.055422, 0.205273, 0.842615",\
|
|
"0.016693, 0.025170, 0.055422, 0.205273, 0.842615",\
|
|
"0.016693, 0.025170, 0.055422, 0.205273, 0.842615");
|
|
}
|
|
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 ( "1.482212, 1.488787, 1.505919, 1.556283, 1.737236",\
|
|
"1.482212, 1.488787, 1.505919, 1.556283, 1.737236",\
|
|
"1.482212, 1.488787, 1.505919, 1.556283, 1.737236",\
|
|
"1.482212, 1.488787, 1.505919, 1.556283, 1.737236",\
|
|
"1.452959, 1.459534, 1.476666, 1.527030, 1.707983");
|
|
}
|
|
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.015067, 0.019531, 0.032864, 0.088946, 0.334537",\
|
|
"0.015067, 0.019531, 0.032864, 0.088946, 0.334537",\
|
|
"0.015067, 0.019531, 0.032864, 0.088946, 0.334537",\
|
|
"0.015067, 0.019531, 0.032864, 0.088946, 0.334537",\
|
|
"0.015067, 0.019531, 0.032864, 0.088946, 0.334537");
|
|
}
|
|
|
|
} /* 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.407665, 0.416361, 0.442285, 0.550502, 0.962187",\
|
|
"0.407665, 0.416361, 0.442285, 0.550502, 0.962187",\
|
|
"0.395100, 0.403796, 0.429721, 0.537938, 0.962187",\
|
|
"0.297065, 0.305762, 0.331687, 0.439905, 0.880015",\
|
|
"-0.084748, -0.076049, -0.050122, 0.058096, 0.498207");
|
|
}
|
|
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.016706, 0.025181, 0.055428, 0.211122, 0.862418",\
|
|
"0.016706, 0.025182, 0.055428, 0.211122, 0.862417",\
|
|
"0.016707, 0.025183, 0.055428, 0.211122, 0.862417",\
|
|
"0.016711, 0.025186, 0.055430, 0.211122, 0.862417",\
|
|
"0.016724, 0.025198, 0.055436, 0.211122, 0.862416");
|
|
}
|
|
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.454159, 0.460738, 0.477879, 0.528831, 0.716936",\
|
|
"0.545762, 0.552341, 0.569482, 0.620434, 0.808539",\
|
|
"0.666724, 0.673303, 0.690443, 0.741395, 0.929501",\
|
|
"0.916049, 0.922627, 0.939767, 0.990720, 1.178825",\
|
|
"1.509204, 1.515782, 1.532922, 1.583875, 1.771980");
|
|
}
|
|
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.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032857, 0.092910, 0.346870",\
|
|
"0.015062, 0.019532, 0.032857, 0.092910, 0.346870",\
|
|
"0.015062, 0.019532, 0.032857, 0.092910, 0.346870");
|
|
}
|
|
|
|
} /* 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.376242, 0.384936, 0.410858, 0.515958, 0.952261",\
|
|
"0.376242, 0.384936, 0.410858, 0.515958, 0.952261",\
|
|
"0.376242, 0.384936, 0.410858, 0.515958, 0.952261",\
|
|
"0.294056, 0.302750, 0.328672, 0.433772, 0.870075",\
|
|
"-0.087783, -0.079089, -0.053167, 0.051933, 0.488236");
|
|
}
|
|
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.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615");
|
|
}
|
|
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.450691, 0.457273, 0.474422, 0.524764, 0.705714",\
|
|
"0.542283, 0.548865, 0.566014, 0.616356, 0.797306",\
|
|
"0.663199, 0.669781, 0.686931, 0.737273, 0.918222",\
|
|
"0.912439, 0.919021, 0.936171, 0.986513, 1.167463",\
|
|
"1.505497, 1.512079, 1.529229, 1.579570, 1.760520");
|
|
}
|
|
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.015055, 0.019534, 0.032849, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032849, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032849, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032848, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032848, 0.088946, 0.334546");
|
|
}
|
|
|
|
} /* 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.500021, 0.506600, 0.523741, 0.574693, 0.734479",\
|
|
"0.500021, 0.506600, 0.523741, 0.574693, 0.734479",\
|
|
"0.487036, 0.493615, 0.510755, 0.561707, 0.734479",\
|
|
"0.387201, 0.393779, 0.410919, 0.461872, 0.649978",\
|
|
"-0.000038, 0.006540, 0.023680, 0.074633, 0.262738");
|
|
}
|
|
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.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032857, 0.092910, 0.346870",\
|
|
"0.015062, 0.019532, 0.032857, 0.092910, 0.346870",\
|
|
"0.015062, 0.019532, 0.032857, 0.092910, 0.346870");
|
|
}
|
|
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.375939, 0.384636, 0.410560, 0.518777, 0.958887",\
|
|
"0.467648, 0.476344, 0.502268, 0.610485, 1.050596",\
|
|
"0.589046, 0.597742, 0.623667, 0.731884, 1.171994",\
|
|
"0.839069, 0.847766, 0.873691, 0.981908, 1.422019",\
|
|
"1.431313, 1.440012, 1.465939, 1.574157, 2.014268");
|
|
}
|
|
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.016706, 0.025181, 0.055428, 0.211122, 0.862418",\
|
|
"0.016706, 0.025182, 0.055428, 0.211122, 0.862417",\
|
|
"0.016707, 0.025183, 0.055428, 0.211122, 0.862417",\
|
|
"0.016711, 0.025186, 0.055430, 0.211122, 0.862417",\
|
|
"0.016724, 0.025198, 0.055436, 0.211122, 0.862416");
|
|
}
|
|
|
|
} /* 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.468234, 0.474816, 0.491965, 0.542307, 0.723257",\
|
|
"0.468234, 0.474816, 0.491965, 0.542307, 0.723257",\
|
|
"0.468234, 0.474816, 0.491965, 0.542307, 0.723257",\
|
|
"0.383591, 0.390173, 0.407323, 0.457665, 0.638615",\
|
|
"-0.003745, 0.002837, 0.019987, 0.070328, 0.251278");
|
|
}
|
|
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.015055, 0.019534, 0.032849, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032849, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032849, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032848, 0.088946, 0.334546",\
|
|
"0.015055, 0.019534, 0.032848, 0.088946, 0.334546");
|
|
}
|
|
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.372942, 0.381636, 0.407558, 0.512658, 0.948962",\
|
|
"0.464650, 0.473344, 0.499266, 0.604366, 1.040669",\
|
|
"0.586046, 0.594740, 0.620662, 0.725762, 1.162065",\
|
|
"0.836060, 0.844754, 0.870676, 0.975776, 1.412079",\
|
|
"1.428278, 1.436972, 1.462894, 1.567994, 2.004297");
|
|
}
|
|
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.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615",\
|
|
"0.016689, 0.025167, 0.055421, 0.205274, 0.842615");
|
|
}
|
|
|
|
} /* 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.416361, 0.425057, 0.450981, 0.559198, 0.942591",\
|
|
"0.416361, 0.425057, 0.450981, 0.559198, 0.942591",\
|
|
"0.416361, 0.425057, 0.450981, 0.559198, 0.942591",\
|
|
"0.394698, 0.403395, 0.429320, 0.537537, 0.942591",\
|
|
"0.304090, 0.312789, 0.338716, 0.446934, 0.887045");
|
|
}
|
|
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.016704, 0.025180, 0.055427, 0.211122, 0.862418",\
|
|
"0.016704, 0.025180, 0.055427, 0.211122, 0.862418",\
|
|
"0.016706, 0.025181, 0.055428, 0.211122, 0.862418",\
|
|
"0.016709, 0.025185, 0.055429, 0.211122, 0.862417",\
|
|
"0.016724, 0.025198, 0.055436, 0.211122, 0.862416");
|
|
}
|
|
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.403347, 0.409926, 0.427067, 0.478019, 0.666124",\
|
|
"0.507882, 0.514461, 0.531602, 0.582554, 0.770659",\
|
|
"0.597266, 0.603845, 0.620987, 0.671938, 0.860043",\
|
|
"0.748424, 0.755002, 0.772144, 0.823095, 1.011200",\
|
|
"1.373012, 1.379591, 1.396731, 1.447684, 1.635789");
|
|
}
|
|
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.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032856, 0.092910, 0.346870",\
|
|
"0.015061, 0.019532, 0.032856, 0.092910, 0.346870");
|
|
}
|
|
|
|
} /* 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.356683, 0.365379, 0.391303, 0.496404, 0.932708",\
|
|
"0.356683, 0.365379, 0.391303, 0.496404, 0.932708",\
|
|
"0.356683, 0.365379, 0.391303, 0.496404, 0.932708",\
|
|
"0.356683, 0.365379, 0.391303, 0.496404, 0.932708",\
|
|
"0.301129, 0.309828, 0.335755, 0.440857, 0.877162");
|
|
}
|
|
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.016704, 0.025180, 0.055427, 0.205273, 0.842612",\
|
|
"0.016704, 0.025180, 0.055427, 0.205273, 0.842612",\
|
|
"0.016706, 0.025181, 0.055428, 0.205273, 0.842612",\
|
|
"0.016709, 0.025185, 0.055429, 0.205273, 0.842612",\
|
|
"0.016724, 0.025198, 0.055436, 0.205273, 0.842612");
|
|
}
|
|
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.401239, 0.407818, 0.424959, 0.475312, 0.656263",\
|
|
"0.505774, 0.512353, 0.529494, 0.579846, 0.760798",\
|
|
"0.595159, 0.601737, 0.618879, 0.669231, 0.850182",\
|
|
"0.746316, 0.752895, 0.770036, 0.820388, 1.001339",\
|
|
"1.370904, 1.377483, 1.394623, 1.444976, 1.625928");
|
|
}
|
|
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.015061, 0.019532, 0.032856, 0.088946, 0.334541",\
|
|
"0.015061, 0.019532, 0.032856, 0.088946, 0.334541",\
|
|
"0.015061, 0.019532, 0.032856, 0.088946, 0.334541",\
|
|
"0.015061, 0.019532, 0.032856, 0.088946, 0.334541",\
|
|
"0.015061, 0.019532, 0.032856, 0.088946, 0.334541");
|
|
}
|
|
|
|
} /* 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 ( "1.728140, 1.737177, 1.763432, 1.871673, 2.239915",\
|
|
"1.728140, 1.737177, 1.763432, 1.871673, 2.239915",\
|
|
"1.728140, 1.737177, 1.763432, 1.871673, 2.239915",\
|
|
"1.710102, 1.719139, 1.745394, 1.853634, 2.239915",\
|
|
"1.626962, 1.635998, 1.662254, 1.770494, 2.210662");
|
|
}
|
|
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.018770, 0.026953, 0.056246, 0.210783, 0.861652",\
|
|
"0.018770, 0.026953, 0.056246, 0.210783, 0.861652",\
|
|
"0.018770, 0.026953, 0.056246, 0.210783, 0.861652",\
|
|
"0.018770, 0.026953, 0.056246, 0.210783, 0.861652",\
|
|
"0.018770, 0.026953, 0.056246, 0.210783, 0.861652");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.806472, 1.813273, 1.830799, 1.881948, 1.998073",\
|
|
"1.806472, 1.813273, 1.830799, 1.881948, 1.998073",\
|
|
"1.806472, 1.813273, 1.830799, 1.881948, 1.998073",\
|
|
"1.788433, 1.795235, 1.812760, 1.863909, 1.998073",\
|
|
"1.705293, 1.712094, 1.729620, 1.780769, 1.968819");
|
|
}
|
|
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.016114, 0.020636, 0.033777, 0.093111, 0.346667",\
|
|
"0.016114, 0.020636, 0.033777, 0.093111, 0.346667",\
|
|
"0.016114, 0.020636, 0.033777, 0.093111, 0.346667",\
|
|
"0.016114, 0.020636, 0.033777, 0.093111, 0.346667",\
|
|
"0.016114, 0.020636, 0.033777, 0.093111, 0.346667");
|
|
}
|
|
|
|
} /* 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 ( "1.531231, 1.540268, 1.566523, 1.671744, 2.108213",\
|
|
"1.531231, 1.540268, 1.566523, 1.671744, 2.108213",\
|
|
"1.531231, 1.540268, 1.566523, 1.671744, 2.108213",\
|
|
"1.531231, 1.540268, 1.566523, 1.671744, 2.108213",\
|
|
"1.501978, 1.511015, 1.537270, 1.642491, 2.078960");
|
|
}
|
|
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.018770, 0.026953, 0.056246, 0.205114, 0.842441",\
|
|
"0.018770, 0.026953, 0.056246, 0.205114, 0.842441",\
|
|
"0.018770, 0.026953, 0.056246, 0.205114, 0.842441",\
|
|
"0.018770, 0.026953, 0.056246, 0.205114, 0.842441",\
|
|
"0.018770, 0.026953, 0.056246, 0.205114, 0.842441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.627511, 1.634313, 1.651838, 1.702446, 1.883495",\
|
|
"1.627511, 1.634313, 1.651838, 1.702446, 1.883495",\
|
|
"1.627511, 1.634313, 1.651838, 1.702446, 1.883495",\
|
|
"1.627511, 1.634313, 1.651838, 1.702446, 1.883495",\
|
|
"1.598258, 1.605059, 1.622585, 1.673193, 1.854241");
|
|
}
|
|
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.016114, 0.020636, 0.033777, 0.089299, 0.334765",\
|
|
"0.016114, 0.020636, 0.033777, 0.089299, 0.334765",\
|
|
"0.016114, 0.020636, 0.033777, 0.089299, 0.334765",\
|
|
"0.016114, 0.020636, 0.033777, 0.089299, 0.334765",\
|
|
"0.016114, 0.020636, 0.033777, 0.089299, 0.334765");
|
|
}
|
|
|
|
} /* 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.476274, 0.485311, 0.511566, 0.619807, 1.015299",\
|
|
"0.476274, 0.485311, 0.511566, 0.619807, 1.015299",\
|
|
"0.476274, 0.485311, 0.511566, 0.619807, 1.015299",\
|
|
"0.433539, 0.442576, 0.468832, 0.577072, 1.015299",\
|
|
"0.254282, 0.263320, 0.289577, 0.397818, 0.837986");
|
|
}
|
|
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.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018781, 0.026963, 0.056251, 0.210783, 0.861652");
|
|
}
|
|
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.512321, 0.519100, 0.536581, 0.587708, 0.775749",\
|
|
"0.626087, 0.632866, 0.650347, 0.701474, 0.889515",\
|
|
"0.732479, 0.739259, 0.756740, 0.807867, 0.995908",\
|
|
"0.914921, 0.921701, 0.939183, 0.990310, 1.178351",\
|
|
"1.666648, 1.673427, 1.690910, 1.742038, 1.930079");
|
|
}
|
|
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.015986, 0.020503, 0.033669, 0.093064, 0.346638",\
|
|
"0.015986, 0.020503, 0.033669, 0.093064, 0.346638",\
|
|
"0.015987, 0.020504, 0.033670, 0.093064, 0.346639",\
|
|
"0.015989, 0.020506, 0.033671, 0.093065, 0.346639",\
|
|
"0.015991, 0.020508, 0.033672, 0.093066, 0.346639");
|
|
}
|
|
|
|
} /* 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.401217, 0.410253, 0.436509, 0.541729, 0.978198",\
|
|
"0.401217, 0.410253, 0.436509, 0.541729, 0.978198",\
|
|
"0.401217, 0.410253, 0.436509, 0.541729, 0.978198",\
|
|
"0.401217, 0.410253, 0.436509, 0.541729, 0.978198",\
|
|
"0.223894, 0.232931, 0.259187, 0.364408, 0.800877");
|
|
}
|
|
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.018770, 0.026953, 0.056246, 0.205113, 0.842441",\
|
|
"0.018770, 0.026953, 0.056246, 0.205113, 0.842441",\
|
|
"0.018770, 0.026954, 0.056246, 0.205113, 0.842441",\
|
|
"0.018771, 0.026955, 0.056246, 0.205113, 0.842441",\
|
|
"0.018774, 0.026957, 0.056248, 0.205113, 0.842441");
|
|
}
|
|
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.500023, 0.506800, 0.524276, 0.574856, 0.755898",\
|
|
"0.613784, 0.620560, 0.638036, 0.688616, 0.869658",\
|
|
"0.720154, 0.726930, 0.744406, 0.794986, 0.976027",\
|
|
"0.902557, 0.909333, 0.926808, 0.977388, 1.158429",\
|
|
"1.654278, 1.661054, 1.678530, 1.729110, 1.910151");
|
|
}
|
|
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.015971, 0.020488, 0.033656, 0.089247, 0.334735",\
|
|
"0.015971, 0.020487, 0.033656, 0.089247, 0.334735",\
|
|
"0.015970, 0.020486, 0.033655, 0.089247, 0.334735",\
|
|
"0.015970, 0.020485, 0.033654, 0.089246, 0.334735",\
|
|
"0.015970, 0.020485, 0.033654, 0.089246, 0.334735");
|
|
}
|
|
|
|
} /* 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.587182, 0.593962, 0.611443, 0.662570, 0.806593",\
|
|
"0.587182, 0.593962, 0.611443, 0.662570, 0.806593",\
|
|
"0.587182, 0.593962, 0.611443, 0.662570, 0.806593",\
|
|
"0.543160, 0.549939, 0.567421, 0.618549, 0.806590",\
|
|
"0.357173, 0.363952, 0.381435, 0.432563, 0.620604");
|
|
}
|
|
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.015986, 0.020503, 0.033669, 0.093064, 0.346638",\
|
|
"0.015986, 0.020503, 0.033669, 0.093064, 0.346638",\
|
|
"0.015987, 0.020504, 0.033670, 0.093064, 0.346639",\
|
|
"0.015989, 0.020506, 0.033671, 0.093065, 0.346639",\
|
|
"0.015991, 0.020508, 0.033672, 0.093066, 0.346639");
|
|
}
|
|
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.473710, 0.482747, 0.509003, 0.617243, 1.057411",\
|
|
"0.587695, 0.596732, 0.622988, 0.731228, 1.171396",\
|
|
"0.694739, 0.703776, 0.730032, 0.838272, 1.278440",\
|
|
"0.878116, 0.887153, 0.913409, 1.021650, 1.461818",\
|
|
"1.630616, 1.639654, 1.665911, 1.774152, 2.214320");
|
|
}
|
|
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.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018773, 0.026956, 0.056247, 0.210783, 0.861652",\
|
|
"0.018781, 0.026963, 0.056251, 0.210783, 0.861652");
|
|
}
|
|
|
|
} /* 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.530868, 0.537644, 0.555120, 0.605701, 0.786742",\
|
|
"0.530868, 0.537644, 0.555120, 0.605701, 0.786742",\
|
|
"0.530868, 0.537644, 0.555120, 0.605701, 0.786742",\
|
|
"0.530795, 0.537571, 0.555047, 0.605626, 0.786668",\
|
|
"0.344803, 0.351579, 0.369055, 0.419635, 0.600676");
|
|
}
|
|
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.015971, 0.020488, 0.033656, 0.089247, 0.334735",\
|
|
"0.015971, 0.020487, 0.033656, 0.089247, 0.334735",\
|
|
"0.015970, 0.020486, 0.033655, 0.089247, 0.334735",\
|
|
"0.015970, 0.020485, 0.033654, 0.089246, 0.334735",\
|
|
"0.015970, 0.020485, 0.033654, 0.089246, 0.334735");
|
|
}
|
|
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.443329, 0.452365, 0.478621, 0.583842, 1.020310",\
|
|
"0.557314, 0.566351, 0.592606, 0.697827, 1.134296",\
|
|
"0.664359, 0.673396, 0.699652, 0.804873, 1.241341",\
|
|
"0.847739, 0.856775, 0.883031, 0.988252, 1.424721",\
|
|
"1.600227, 1.609264, 1.635521, 1.740742, 2.177211");
|
|
}
|
|
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.018770, 0.026953, 0.056246, 0.205113, 0.842441",\
|
|
"0.018770, 0.026953, 0.056246, 0.205113, 0.842441",\
|
|
"0.018770, 0.026954, 0.056246, 0.205113, 0.842441",\
|
|
"0.018771, 0.026955, 0.056246, 0.205113, 0.842441",\
|
|
"0.018774, 0.026957, 0.056248, 0.205113, 0.842441");
|
|
}
|
|
|
|
} /* 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.481601, 0.490639, 0.516895, 0.625136, 1.010359",\
|
|
"0.481601, 0.490639, 0.516895, 0.625136, 1.010359",\
|
|
"0.481601, 0.490639, 0.516895, 0.625136, 1.010359",\
|
|
"0.463844, 0.472882, 0.499138, 0.607379, 1.010359",\
|
|
"0.388553, 0.397592, 0.423850, 0.532091, 0.972260");
|
|
}
|
|
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.018776, 0.026959, 0.056248, 0.210783, 0.861652",\
|
|
"0.018776, 0.026959, 0.056248, 0.210783, 0.861652",\
|
|
"0.018776, 0.026959, 0.056249, 0.210783, 0.861652",\
|
|
"0.018778, 0.026960, 0.056249, 0.210783, 0.861652",\
|
|
"0.018787, 0.026968, 0.056253, 0.210783, 0.861651");
|
|
}
|
|
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.474334, 0.481129, 0.498643, 0.549786, 0.737834",\
|
|
"0.571864, 0.578660, 0.596174, 0.647317, 0.835365",\
|
|
"0.650064, 0.656859, 0.674373, 0.725516, 0.913564",\
|
|
"0.785849, 0.792644, 0.810158, 0.861301, 1.049349",\
|
|
"1.346343, 1.353139, 1.370654, 1.421798, 1.609846");
|
|
}
|
|
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.016080, 0.020601, 0.033748, 0.093098, 0.346659",\
|
|
"0.016080, 0.020601, 0.033748, 0.093098, 0.346659",\
|
|
"0.016080, 0.020601, 0.033748, 0.093098, 0.346659",\
|
|
"0.016080, 0.020601, 0.033748, 0.093098, 0.346659",\
|
|
"0.016083, 0.020604, 0.033751, 0.093099, 0.346660");
|
|
}
|
|
|
|
} /* 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.396283, 0.405320, 0.431577, 0.536798, 0.973267",\
|
|
"0.396283, 0.405320, 0.431577, 0.536798, 0.973267",\
|
|
"0.396283, 0.405320, 0.431577, 0.536798, 0.973267",\
|
|
"0.396283, 0.405320, 0.431577, 0.536798, 0.973267",\
|
|
"0.358180, 0.367219, 0.393477, 0.498699, 0.935168");
|
|
}
|
|
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.018776, 0.026959, 0.056248, 0.205113, 0.842441",\
|
|
"0.018776, 0.026959, 0.056248, 0.205113, 0.842441",\
|
|
"0.018776, 0.026959, 0.056249, 0.205113, 0.842441",\
|
|
"0.018778, 0.026960, 0.056249, 0.205113, 0.842440",\
|
|
"0.018787, 0.026968, 0.056253, 0.205113, 0.842440");
|
|
}
|
|
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.462224, 0.469019, 0.486533, 0.537135, 0.718182",\
|
|
"0.559755, 0.566550, 0.584064, 0.634665, 0.815712",\
|
|
"0.637954, 0.644749, 0.662263, 0.712864, 0.893911",\
|
|
"0.773740, 0.780535, 0.798049, 0.848650, 1.029697",\
|
|
"1.334234, 1.341030, 1.358545, 1.409147, 1.590194");
|
|
}
|
|
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.016080, 0.020600, 0.033748, 0.089287, 0.334758",\
|
|
"0.016080, 0.020600, 0.033748, 0.089287, 0.334758",\
|
|
"0.016080, 0.020600, 0.033748, 0.089287, 0.334758",\
|
|
"0.016080, 0.020600, 0.033748, 0.089287, 0.334758",\
|
|
"0.016083, 0.020604, 0.033751, 0.089288, 0.334758");
|
|
}
|
|
|
|
} /* 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 ( "1.581406, 1.589022, 1.614950, 1.723198, 2.091015",\
|
|
"1.581406, 1.589022, 1.614950, 1.723198, 2.091015",\
|
|
"1.581406, 1.589022, 1.614950, 1.723198, 2.091015",\
|
|
"1.563368, 1.570984, 1.596912, 1.705160, 2.091015",\
|
|
"1.480227, 1.487844, 1.513771, 1.622020, 2.061762");
|
|
}
|
|
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.017610, 0.026019, 0.056132, 0.211727, 0.862484",\
|
|
"0.017610, 0.026019, 0.056132, 0.211727, 0.862484",\
|
|
"0.017610, 0.026019, 0.056132, 0.211727, 0.862484",\
|
|
"0.017610, 0.026019, 0.056132, 0.211727, 0.862484",\
|
|
"0.017610, 0.026019, 0.056132, 0.211727, 0.862484");
|
|
}
|
|
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 ( "1.591803, 1.597691, 1.614751, 1.665682, 1.781689",\
|
|
"1.591803, 1.597691, 1.614751, 1.665682, 1.781689",\
|
|
"1.591803, 1.597691, 1.614751, 1.665682, 1.781689",\
|
|
"1.573765, 1.579653, 1.596712, 1.647644, 1.781689",\
|
|
"1.490624, 1.496513, 1.513572, 1.564504, 1.752436");
|
|
}
|
|
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.015346, 0.019770, 0.033037, 0.093162, 0.346954",\
|
|
"0.015346, 0.019770, 0.033037, 0.093162, 0.346954",\
|
|
"0.015346, 0.019770, 0.033037, 0.093162, 0.346954",\
|
|
"0.015346, 0.019770, 0.033037, 0.093162, 0.346954",\
|
|
"0.015346, 0.019770, 0.033037, 0.093162, 0.346954");
|
|
}
|
|
|
|
} /* 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 ( "1.353226, 1.361846, 1.387774, 1.492881, 1.928811",\
|
|
"1.353226, 1.361846, 1.387774, 1.492881, 1.928811",\
|
|
"1.353226, 1.361846, 1.387774, 1.492881, 1.928811",\
|
|
"1.353226, 1.361846, 1.387774, 1.492881, 1.928811",\
|
|
"1.323973, 1.332593, 1.358521, 1.463628, 1.899557");
|
|
}
|
|
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.017610, 0.026019, 0.056132, 0.205834, 0.842585",\
|
|
"0.017610, 0.026019, 0.056132, 0.205834, 0.842585",\
|
|
"0.017610, 0.026019, 0.056132, 0.205834, 0.842585",\
|
|
"0.017610, 0.026019, 0.056132, 0.205834, 0.842585",\
|
|
"0.017610, 0.026019, 0.056132, 0.205834, 0.842585");
|
|
}
|
|
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 ( "1.391305, 1.397749, 1.414808, 1.465097, 1.645883",\
|
|
"1.391305, 1.397749, 1.414808, 1.465097, 1.645883",\
|
|
"1.391305, 1.397749, 1.414808, 1.465097, 1.645883",\
|
|
"1.391305, 1.397749, 1.414808, 1.465097, 1.645883",\
|
|
"1.362052, 1.368496, 1.385555, 1.435844, 1.616630");
|
|
}
|
|
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.015346, 0.019770, 0.033037, 0.089165, 0.334553",\
|
|
"0.015346, 0.019770, 0.033037, 0.089165, 0.334553",\
|
|
"0.015346, 0.019770, 0.033037, 0.089165, 0.334553",\
|
|
"0.015346, 0.019770, 0.033037, 0.089165, 0.334553",\
|
|
"0.015346, 0.019770, 0.033037, 0.089165, 0.334553");
|
|
}
|
|
|
|
} /* 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 ( "1.694075, 1.703013, 1.729158, 1.837376, 2.205624",\
|
|
"1.694075, 1.703013, 1.729158, 1.837376, 2.205624",\
|
|
"1.694075, 1.703013, 1.729158, 1.837376, 2.205624",\
|
|
"1.676037, 1.684975, 1.711120, 1.819337, 2.205624",\
|
|
"1.592896, 1.601834, 1.627980, 1.736197, 2.176371");
|
|
}
|
|
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.017995, 0.026283, 0.055903, 0.210803, 0.861809",\
|
|
"0.017995, 0.026283, 0.055903, 0.210803, 0.861809",\
|
|
"0.017995, 0.026283, 0.055903, 0.210803, 0.861809",\
|
|
"0.017995, 0.026283, 0.055903, 0.210803, 0.861809",\
|
|
"0.017995, 0.026283, 0.055903, 0.210803, 0.861809");
|
|
}
|
|
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 ( "1.779500, 1.786244, 1.803647, 1.854732, 1.970867",\
|
|
"1.779500, 1.786244, 1.803647, 1.854732, 1.970867",\
|
|
"1.779500, 1.786244, 1.803647, 1.854732, 1.970867",\
|
|
"1.761462, 1.768206, 1.785609, 1.836694, 1.970867",\
|
|
"1.678322, 1.685066, 1.702469, 1.753554, 1.941614");
|
|
}
|
|
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.015729, 0.020242, 0.033453, 0.092993, 0.346656",\
|
|
"0.015729, 0.020242, 0.033453, 0.092993, 0.346656",\
|
|
"0.015729, 0.020242, 0.033453, 0.092993, 0.346656",\
|
|
"0.015729, 0.020242, 0.033453, 0.092993, 0.346656",\
|
|
"0.015729, 0.020242, 0.033453, 0.092993, 0.346656");
|
|
}
|
|
|
|
} /* 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 ( "1.522440, 1.531378, 1.557523, 1.662706, 2.099162",\
|
|
"1.522440, 1.531378, 1.557523, 1.662706, 2.099162",\
|
|
"1.522440, 1.531378, 1.557523, 1.662706, 2.099162",\
|
|
"1.522440, 1.531378, 1.557523, 1.662706, 2.099162",\
|
|
"1.493186, 1.502124, 1.528270, 1.633453, 2.069908");
|
|
}
|
|
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.017995, 0.026283, 0.055903, 0.205105, 0.842501",\
|
|
"0.017995, 0.026283, 0.055903, 0.205105, 0.842501",\
|
|
"0.017995, 0.026283, 0.055903, 0.205105, 0.842501",\
|
|
"0.017995, 0.026283, 0.055903, 0.205105, 0.842501",\
|
|
"0.017995, 0.026283, 0.055903, 0.205105, 0.842501");
|
|
}
|
|
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 ( "1.613313, 1.620057, 1.637459, 1.687994, 1.869029",\
|
|
"1.613313, 1.620057, 1.637459, 1.687994, 1.869029",\
|
|
"1.613313, 1.620057, 1.637459, 1.687994, 1.869029",\
|
|
"1.613313, 1.620057, 1.637459, 1.687994, 1.869029",\
|
|
"1.584060, 1.590804, 1.608206, 1.658741, 1.839776");
|
|
}
|
|
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.015729, 0.020242, 0.033453, 0.089157, 0.334688",\
|
|
"0.015729, 0.020242, 0.033453, 0.089157, 0.334688",\
|
|
"0.015729, 0.020242, 0.033453, 0.089157, 0.334688",\
|
|
"0.015729, 0.020242, 0.033453, 0.089157, 0.334688",\
|
|
"0.015729, 0.020242, 0.033453, 0.089157, 0.334688");
|
|
}
|
|
|
|
} /* 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.451854, 0.460793, 0.486938, 0.595156, 0.980375",\
|
|
"0.451854, 0.460793, 0.486938, 0.595156, 0.980375",\
|
|
"0.451854, 0.460793, 0.486938, 0.595156, 0.980375",\
|
|
"0.434144, 0.443084, 0.469230, 0.577448, 0.980375",\
|
|
"0.358842, 0.367783, 0.393930, 0.502149, 0.942323");
|
|
}
|
|
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.018001, 0.026288, 0.055906, 0.210803, 0.861808",\
|
|
"0.018001, 0.026288, 0.055906, 0.210803, 0.861808",\
|
|
"0.018001, 0.026288, 0.055906, 0.210803, 0.861808",\
|
|
"0.018002, 0.026289, 0.055906, 0.210803, 0.861808",\
|
|
"0.018013, 0.026298, 0.055911, 0.210802, 0.861807");
|
|
}
|
|
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.452412, 0.459151, 0.476542, 0.527621, 0.715679",\
|
|
"0.549943, 0.556681, 0.574072, 0.625152, 0.813210",\
|
|
"0.628137, 0.634875, 0.652266, 0.703346, 0.891403",\
|
|
"0.763896, 0.770634, 0.788025, 0.839105, 1.027163",\
|
|
"1.324285, 1.331024, 1.348416, 1.399496, 1.587554");
|
|
}
|
|
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.015696, 0.020208, 0.033426, 0.092981, 0.346649",\
|
|
"0.015696, 0.020208, 0.033426, 0.092981, 0.346649",\
|
|
"0.015696, 0.020208, 0.033426, 0.092981, 0.346649",\
|
|
"0.015696, 0.020208, 0.033426, 0.092981, 0.346649",\
|
|
"0.015699, 0.020211, 0.033428, 0.092982, 0.346650");
|
|
}
|
|
|
|
} /* 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.392448, 0.401386, 0.427532, 0.532716, 0.969172",\
|
|
"0.392448, 0.401386, 0.427532, 0.532716, 0.969172",\
|
|
"0.392448, 0.401386, 0.427532, 0.532716, 0.969172",\
|
|
"0.392448, 0.401386, 0.427532, 0.532716, 0.969172",\
|
|
"0.354390, 0.363331, 0.389479, 0.494663, 0.931119");
|
|
}
|
|
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.018001, 0.026288, 0.055906, 0.205105, 0.842500",\
|
|
"0.018001, 0.026288, 0.055906, 0.205105, 0.842500",\
|
|
"0.018001, 0.026288, 0.055906, 0.205105, 0.842500",\
|
|
"0.018002, 0.026289, 0.055906, 0.205105, 0.842500",\
|
|
"0.018013, 0.026298, 0.055911, 0.205105, 0.842499");
|
|
}
|
|
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.451929, 0.458667, 0.476058, 0.526587, 0.707620",\
|
|
"0.549459, 0.556198, 0.573589, 0.624117, 0.805150",\
|
|
"0.627653, 0.634392, 0.651783, 0.702311, 0.883344",\
|
|
"0.763413, 0.770151, 0.787542, 0.838070, 1.019103",\
|
|
"1.323802, 1.330540, 1.347932, 1.398461, 1.579495");
|
|
}
|
|
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.015696, 0.020207, 0.033425, 0.089145, 0.334681",\
|
|
"0.015696, 0.020207, 0.033425, 0.089145, 0.334681",\
|
|
"0.015696, 0.020207, 0.033425, 0.089145, 0.334681",\
|
|
"0.015696, 0.020207, 0.033425, 0.089145, 0.334681",\
|
|
"0.015699, 0.020211, 0.033428, 0.089146, 0.334682");
|
|
}
|
|
|
|
} /* 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.446994, 0.455932, 0.482078, 0.590295, 0.985800",\
|
|
"0.446994, 0.455932, 0.482078, 0.590295, 0.985800",\
|
|
"0.446994, 0.455932, 0.482078, 0.590295, 0.985800",\
|
|
"0.404248, 0.413187, 0.439332, 0.547549, 0.985800",\
|
|
"0.225008, 0.233947, 0.260094, 0.368312, 0.808486");
|
|
}
|
|
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.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.018005, 0.026292, 0.055908, 0.210803, 0.861809");
|
|
}
|
|
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.491618, 0.498343, 0.515707, 0.566772, 0.754824",\
|
|
"0.605384, 0.612108, 0.629472, 0.680538, 0.868590",\
|
|
"0.711777, 0.718502, 0.735866, 0.786932, 0.974984",\
|
|
"0.894220, 0.900945, 0.918310, 0.969376, 1.157428",\
|
|
"1.645950, 1.652676, 1.670041, 1.721107, 1.909160");
|
|
}
|
|
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.015617, 0.020126, 0.033359, 0.092952, 0.346632",\
|
|
"0.015617, 0.020126, 0.033359, 0.092952, 0.346632",\
|
|
"0.015618, 0.020127, 0.033360, 0.092952, 0.346632",\
|
|
"0.015620, 0.020129, 0.033361, 0.092953, 0.346632",\
|
|
"0.015622, 0.020131, 0.033363, 0.092954, 0.346633");
|
|
}
|
|
|
|
} /* 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.397870, 0.406808, 0.432953, 0.538136, 0.974592",\
|
|
"0.397870, 0.406808, 0.432953, 0.538136, 0.974592",\
|
|
"0.397870, 0.406808, 0.432953, 0.538136, 0.974592",\
|
|
"0.397870, 0.406808, 0.432953, 0.538136, 0.974592",\
|
|
"0.220542, 0.229480, 0.255626, 0.360809, 0.797265");
|
|
}
|
|
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.017994, 0.026282, 0.055903, 0.205105, 0.842500",\
|
|
"0.017994, 0.026282, 0.055903, 0.205105, 0.842500",\
|
|
"0.017995, 0.026283, 0.055903, 0.205105, 0.842500",\
|
|
"0.017995, 0.026283, 0.055904, 0.205105, 0.842500",\
|
|
"0.017998, 0.026286, 0.055905, 0.205105, 0.842500");
|
|
}
|
|
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.490945, 0.497667, 0.515026, 0.565536, 0.746564",\
|
|
"0.604705, 0.611426, 0.628785, 0.679295, 0.860323",\
|
|
"0.711074, 0.717796, 0.735154, 0.785664, 0.966693",\
|
|
"0.893475, 0.900197, 0.917554, 0.968064, 1.149092",\
|
|
"1.645199, 1.651920, 1.669278, 1.719788, 1.900817");
|
|
}
|
|
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.015602, 0.020110, 0.033346, 0.089111, 0.334662",\
|
|
"0.015602, 0.020110, 0.033346, 0.089111, 0.334662",\
|
|
"0.015601, 0.020109, 0.033345, 0.089111, 0.334662",\
|
|
"0.015600, 0.020107, 0.033344, 0.089110, 0.334662",\
|
|
"0.015600, 0.020107, 0.033344, 0.089110, 0.334662");
|
|
}
|
|
|
|
} /* 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.566471, 0.573196, 0.590560, 0.641626, 0.785661",\
|
|
"0.566471, 0.573196, 0.590560, 0.641626, 0.785661",\
|
|
"0.566471, 0.573196, 0.590560, 0.641626, 0.785661",\
|
|
"0.522447, 0.529172, 0.546536, 0.597603, 0.785655",\
|
|
"0.336463, 0.343188, 0.360553, 0.411620, 0.599672");
|
|
}
|
|
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.015617, 0.020126, 0.033359, 0.092952, 0.346632",\
|
|
"0.015617, 0.020126, 0.033359, 0.092952, 0.346632",\
|
|
"0.015618, 0.020127, 0.033360, 0.092952, 0.346632",\
|
|
"0.015620, 0.020129, 0.033361, 0.092953, 0.346632",\
|
|
"0.015622, 0.020131, 0.033363, 0.092954, 0.346633");
|
|
}
|
|
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.444376, 0.453314, 0.479459, 0.587677, 1.027850",\
|
|
"0.558364, 0.567302, 0.593447, 0.701665, 1.141838",\
|
|
"0.665416, 0.674354, 0.700499, 0.808717, 1.248890",\
|
|
"0.848804, 0.857743, 0.883888, 0.992105, 1.432279",\
|
|
"1.601332, 1.610272, 1.636418, 1.744636, 2.184810");
|
|
}
|
|
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.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.017996, 0.026284, 0.055904, 0.210803, 0.861809",\
|
|
"0.018005, 0.026292, 0.055908, 0.210803, 0.861809");
|
|
}
|
|
|
|
} /* 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.521782, 0.528504, 0.545863, 0.596373, 0.777401",\
|
|
"0.521782, 0.528504, 0.545863, 0.596373, 0.777401",\
|
|
"0.521782, 0.528504, 0.545863, 0.596373, 0.777401",\
|
|
"0.521702, 0.528423, 0.545781, 0.596290, 0.777319",\
|
|
"0.335711, 0.342433, 0.359791, 0.410301, 0.591329");
|
|
}
|
|
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.015602, 0.020110, 0.033346, 0.089111, 0.334662",\
|
|
"0.015602, 0.020110, 0.033346, 0.089111, 0.334662",\
|
|
"0.015601, 0.020109, 0.033345, 0.089111, 0.334662",\
|
|
"0.015600, 0.020107, 0.033344, 0.089110, 0.334662",\
|
|
"0.015600, 0.020107, 0.033344, 0.089110, 0.334662");
|
|
}
|
|
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.439920, 0.448858, 0.475003, 0.580186, 1.016642",\
|
|
"0.553909, 0.562847, 0.588992, 0.694175, 1.130630",\
|
|
"0.660962, 0.669900, 0.696045, 0.801228, 1.237684",\
|
|
"0.844352, 0.853290, 0.879436, 0.984619, 1.421074",\
|
|
"1.596866, 1.605804, 1.631950, 1.737134, 2.173589");
|
|
}
|
|
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.017994, 0.026282, 0.055903, 0.205105, 0.842500",\
|
|
"0.017994, 0.026282, 0.055903, 0.205105, 0.842500",\
|
|
"0.017995, 0.026283, 0.055903, 0.205105, 0.842500",\
|
|
"0.017995, 0.026283, 0.055904, 0.205105, 0.842500",\
|
|
"0.017998, 0.026286, 0.055905, 0.205105, 0.842500");
|
|
}
|
|
|
|
} /* 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 ( "1.711544, 1.720502, 1.746692, 1.854914, 2.223097",\
|
|
"1.711544, 1.720502, 1.746692, 1.854914, 2.223097",\
|
|
"1.711544, 1.720502, 1.746692, 1.854914, 2.223097",\
|
|
"1.693506, 1.702464, 1.728654, 1.836875, 2.223097",\
|
|
"1.610365, 1.619324, 1.645513, 1.753735, 2.193844");
|
|
}
|
|
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.018441, 0.026675, 0.056143, 0.210857, 0.861684",\
|
|
"0.018441, 0.026675, 0.056143, 0.210857, 0.861684",\
|
|
"0.018441, 0.026675, 0.056143, 0.210857, 0.861684",\
|
|
"0.018441, 0.026675, 0.056143, 0.210857, 0.861684",\
|
|
"0.018441, 0.026675, 0.056143, 0.210857, 0.861684");
|
|
}
|
|
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 ( "1.793021, 1.799768, 1.817214, 1.868329, 1.984417",\
|
|
"1.793021, 1.799768, 1.817214, 1.868329, 1.984417",\
|
|
"1.793021, 1.799768, 1.817214, 1.868329, 1.984417",\
|
|
"1.774982, 1.781730, 1.799176, 1.850291, 1.984417",\
|
|
"1.691842, 1.698589, 1.716035, 1.767150, 1.955164");
|
|
}
|
|
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.015961, 0.020463, 0.033638, 0.093067, 0.346624",\
|
|
"0.015961, 0.020463, 0.033638, 0.093067, 0.346624",\
|
|
"0.015961, 0.020463, 0.033638, 0.093067, 0.346624",\
|
|
"0.015961, 0.020463, 0.033638, 0.093067, 0.346624",\
|
|
"0.015961, 0.020463, 0.033638, 0.093067, 0.346624");
|
|
}
|
|
|
|
} /* 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 ( "1.517442, 1.526400, 1.552590, 1.657792, 2.094201",\
|
|
"1.517442, 1.526400, 1.552590, 1.657792, 2.094201",\
|
|
"1.517442, 1.526400, 1.552590, 1.657792, 2.094201",\
|
|
"1.517442, 1.526400, 1.552590, 1.657792, 2.094201",\
|
|
"1.488189, 1.497147, 1.523337, 1.628538, 2.064948");
|
|
}
|
|
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.018441, 0.026675, 0.056143, 0.205185, 0.842472",\
|
|
"0.018441, 0.026675, 0.056143, 0.205185, 0.842472",\
|
|
"0.018441, 0.026675, 0.056143, 0.205185, 0.842472",\
|
|
"0.018441, 0.026675, 0.056143, 0.205185, 0.842472",\
|
|
"0.018441, 0.026675, 0.056143, 0.205185, 0.842472");
|
|
}
|
|
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 ( "1.616122, 1.622869, 1.640315, 1.690882, 1.871902",\
|
|
"1.616122, 1.622869, 1.640315, 1.690882, 1.871902",\
|
|
"1.616122, 1.622869, 1.640315, 1.690882, 1.871902",\
|
|
"1.616122, 1.622869, 1.640315, 1.690882, 1.871902",\
|
|
"1.586869, 1.593616, 1.611062, 1.661629, 1.842649");
|
|
}
|
|
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.015961, 0.020463, 0.033638, 0.089255, 0.334725",\
|
|
"0.015961, 0.020463, 0.033638, 0.089255, 0.334725",\
|
|
"0.015961, 0.020463, 0.033638, 0.089255, 0.334725",\
|
|
"0.015961, 0.020463, 0.033638, 0.089255, 0.334725",\
|
|
"0.015961, 0.020463, 0.033638, 0.089255, 0.334725");
|
|
}
|
|
|
|
} /* 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.465446, 0.474405, 0.500595, 0.608817, 1.004253",\
|
|
"0.465446, 0.474405, 0.500595, 0.608817, 1.004253",\
|
|
"0.465446, 0.474405, 0.500595, 0.608817, 1.004253",\
|
|
"0.422705, 0.431664, 0.457854, 0.566076, 1.004253",\
|
|
"0.243457, 0.252417, 0.278609, 0.386831, 0.826940");
|
|
}
|
|
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.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018452, 0.026684, 0.056148, 0.210857, 0.861683");
|
|
}
|
|
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.504374, 0.511100, 0.528506, 0.579600, 0.767605",\
|
|
"0.618139, 0.624866, 0.642271, 0.693366, 0.881371",\
|
|
"0.724532, 0.731259, 0.748665, 0.799759, 0.987764",\
|
|
"0.906974, 0.913701, 0.931108, 0.982203, 1.170208",\
|
|
"1.658702, 1.665430, 1.682837, 1.733932, 1.921937");
|
|
}
|
|
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.015843, 0.020341, 0.033538, 0.093024, 0.346598",\
|
|
"0.015844, 0.020341, 0.033538, 0.093024, 0.346598",\
|
|
"0.015845, 0.020342, 0.033539, 0.093025, 0.346598",\
|
|
"0.015846, 0.020344, 0.033540, 0.093025, 0.346599",\
|
|
"0.015848, 0.020346, 0.033542, 0.093026, 0.346599");
|
|
}
|
|
|
|
} /* 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.392370, 0.401329, 0.427518, 0.532720, 0.969130",\
|
|
"0.392370, 0.401329, 0.427518, 0.532720, 0.969130",\
|
|
"0.392370, 0.401329, 0.427518, 0.532720, 0.969130",\
|
|
"0.392370, 0.401329, 0.427518, 0.532720, 0.969130",\
|
|
"0.215045, 0.224004, 0.250194, 0.355396, 0.791806");
|
|
}
|
|
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.018440, 0.026674, 0.056143, 0.205185, 0.842472",\
|
|
"0.018440, 0.026674, 0.056143, 0.205185, 0.842472",\
|
|
"0.018441, 0.026675, 0.056143, 0.205185, 0.842472",\
|
|
"0.018442, 0.026676, 0.056143, 0.205185, 0.842472",\
|
|
"0.018445, 0.026678, 0.056145, 0.205185, 0.842472");
|
|
}
|
|
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.492991, 0.499715, 0.517115, 0.567656, 0.748670",\
|
|
"0.606751, 0.613475, 0.630875, 0.681416, 0.862429",\
|
|
"0.713121, 0.719845, 0.737245, 0.787786, 0.968799",\
|
|
"0.895523, 0.902247, 0.919646, 0.970186, 1.151199",\
|
|
"1.647245, 1.653969, 1.671368, 1.721909, 1.902923");
|
|
}
|
|
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.015828, 0.020326, 0.033525, 0.089207, 0.334698",\
|
|
"0.015828, 0.020325, 0.033525, 0.089207, 0.334698",\
|
|
"0.015827, 0.020325, 0.033524, 0.089206, 0.334698",\
|
|
"0.015827, 0.020323, 0.033523, 0.089206, 0.334697",\
|
|
"0.015827, 0.020323, 0.033523, 0.089206, 0.334697");
|
|
}
|
|
|
|
} /* 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.579232, 0.585959, 0.603364, 0.654459, 0.798446",\
|
|
"0.579232, 0.585959, 0.603364, 0.654459, 0.798446",\
|
|
"0.579232, 0.585959, 0.603364, 0.654459, 0.798446",\
|
|
"0.535208, 0.541935, 0.559341, 0.610436, 0.798441",\
|
|
"0.349222, 0.355950, 0.373357, 0.424452, 0.612457");
|
|
}
|
|
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.015843, 0.020341, 0.033538, 0.093024, 0.346598",\
|
|
"0.015844, 0.020341, 0.033538, 0.093024, 0.346598",\
|
|
"0.015845, 0.020342, 0.033539, 0.093025, 0.346598",\
|
|
"0.015846, 0.020344, 0.033540, 0.093025, 0.346599",\
|
|
"0.015848, 0.020346, 0.033542, 0.093026, 0.346599");
|
|
}
|
|
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.462854, 0.471813, 0.498002, 0.606224, 1.046333",\
|
|
"0.576840, 0.585799, 0.611989, 0.720211, 1.160320",\
|
|
"0.683888, 0.692847, 0.719037, 0.827259, 1.267368",\
|
|
"0.867272, 0.876231, 0.902421, 1.010643, 1.450751",\
|
|
"1.619786, 1.628746, 1.654937, 1.763160, 2.203269");
|
|
}
|
|
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.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018443, 0.026676, 0.056144, 0.210857, 0.861683",\
|
|
"0.018452, 0.026684, 0.056148, 0.210857, 0.861683");
|
|
}
|
|
|
|
} /* 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.523833, 0.530557, 0.547957, 0.598498, 0.779511",\
|
|
"0.523833, 0.530557, 0.547957, 0.598498, 0.779511",\
|
|
"0.523833, 0.530557, 0.547957, 0.598498, 0.779511",\
|
|
"0.523757, 0.530480, 0.547880, 0.598420, 0.779433",\
|
|
"0.337765, 0.344489, 0.361888, 0.412429, 0.593443");
|
|
}
|
|
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.015828, 0.020326, 0.033525, 0.089207, 0.334698",\
|
|
"0.015828, 0.020325, 0.033525, 0.089207, 0.334698",\
|
|
"0.015827, 0.020325, 0.033524, 0.089206, 0.334698",\
|
|
"0.015827, 0.020323, 0.033523, 0.089206, 0.334697",\
|
|
"0.015827, 0.020323, 0.033523, 0.089206, 0.334697");
|
|
}
|
|
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.434450, 0.443409, 0.469598, 0.574800, 1.011210",\
|
|
"0.548437, 0.557396, 0.583585, 0.688787, 1.125197",\
|
|
"0.655487, 0.664445, 0.690635, 0.795837, 1.232247",\
|
|
"0.838872, 0.847831, 0.874020, 0.979222, 1.415632",\
|
|
"1.591373, 1.600332, 1.626523, 1.731725, 2.168134");
|
|
}
|
|
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.018440, 0.026674, 0.056143, 0.205185, 0.842472",\
|
|
"0.018440, 0.026674, 0.056143, 0.205185, 0.842472",\
|
|
"0.018441, 0.026675, 0.056143, 0.205185, 0.842472",\
|
|
"0.018442, 0.026676, 0.056143, 0.205185, 0.842472",\
|
|
"0.018445, 0.026678, 0.056145, 0.205185, 0.842472");
|
|
}
|
|
|
|
} /* 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.464660, 0.473619, 0.499810, 0.608032, 0.993072",\
|
|
"0.464660, 0.473619, 0.499810, 0.608032, 0.993072",\
|
|
"0.464660, 0.473619, 0.499810, 0.608032, 0.993072",\
|
|
"0.447441, 0.456401, 0.482591, 0.590814, 0.993072",\
|
|
"0.371913, 0.380874, 0.407066, 0.515289, 0.955398");
|
|
}
|
|
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.018447, 0.026680, 0.056145, 0.210857, 0.861683",\
|
|
"0.018447, 0.026680, 0.056145, 0.210857, 0.861683",\
|
|
"0.018447, 0.026680, 0.056146, 0.210856, 0.861683",\
|
|
"0.018447, 0.026680, 0.056146, 0.210856, 0.861683",\
|
|
"0.018458, 0.026689, 0.056150, 0.210856, 0.861682");
|
|
}
|
|
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.461344, 0.468085, 0.485520, 0.536629, 0.724640",\
|
|
"0.558872, 0.565613, 0.583048, 0.634157, 0.822168",\
|
|
"0.637016, 0.643758, 0.661192, 0.712301, 0.900312",\
|
|
"0.772501, 0.779243, 0.796677, 0.847786, 1.035797",\
|
|
"1.331707, 1.338449, 1.355885, 1.406994, 1.595006");
|
|
}
|
|
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.015928, 0.020429, 0.033610, 0.093055, 0.346617",\
|
|
"0.015928, 0.020429, 0.033610, 0.093055, 0.346617",\
|
|
"0.015928, 0.020429, 0.033610, 0.093055, 0.346617",\
|
|
"0.015928, 0.020429, 0.033610, 0.093055, 0.346617",\
|
|
"0.015931, 0.020432, 0.033612, 0.093056, 0.346617");
|
|
}
|
|
|
|
} /* 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.381193, 0.390152, 0.416343, 0.521545, 0.957955",\
|
|
"0.381193, 0.390152, 0.416343, 0.521545, 0.957955",\
|
|
"0.381193, 0.390152, 0.416343, 0.521545, 0.957955",\
|
|
"0.381193, 0.390152, 0.416343, 0.521545, 0.957955",\
|
|
"0.343515, 0.352476, 0.378668, 0.483871, 0.920281");
|
|
}
|
|
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.018447, 0.026680, 0.056145, 0.205185, 0.842472",\
|
|
"0.018447, 0.026680, 0.056145, 0.205185, 0.842472",\
|
|
"0.018447, 0.026680, 0.056146, 0.205185, 0.842471",\
|
|
"0.018447, 0.026680, 0.056146, 0.205185, 0.842471",\
|
|
"0.018458, 0.026689, 0.056150, 0.205185, 0.842471");
|
|
}
|
|
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.450149, 0.456890, 0.474325, 0.524885, 0.705904",\
|
|
"0.547677, 0.554419, 0.571853, 0.622414, 0.803432",\
|
|
"0.625822, 0.632563, 0.649997, 0.700558, 0.881576",\
|
|
"0.761306, 0.768048, 0.785482, 0.836042, 1.017061",\
|
|
"1.320513, 1.327255, 1.344690, 1.395251, 1.576269");
|
|
}
|
|
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.015928, 0.020428, 0.033609, 0.089243, 0.334718",\
|
|
"0.015928, 0.020428, 0.033609, 0.089243, 0.334718",\
|
|
"0.015928, 0.020428, 0.033609, 0.089243, 0.334718",\
|
|
"0.015928, 0.020428, 0.033609, 0.089243, 0.334718",\
|
|
"0.015931, 0.020432, 0.033612, 0.089244, 0.334719");
|
|
}
|
|
|
|
} /* 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 ( "1.535896, 1.543162, 1.569026, 1.677117, 2.044333",\
|
|
"1.535896, 1.543162, 1.569026, 1.677117, 2.044333",\
|
|
"1.535896, 1.543162, 1.569026, 1.677117, 2.044333",\
|
|
"1.517857, 1.525123, 1.550987, 1.659078, 2.044333",\
|
|
"1.434717, 1.441983, 1.467847, 1.575938, 2.015080");
|
|
}
|
|
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.016107, 0.024682, 0.055281, 0.210880, 0.860534",\
|
|
"0.016107, 0.024682, 0.055281, 0.210880, 0.860534",\
|
|
"0.016107, 0.024682, 0.055281, 0.210880, 0.860534",\
|
|
"0.016107, 0.024682, 0.055281, 0.210880, 0.860534",\
|
|
"0.016107, 0.024682, 0.055281, 0.210880, 0.860534");
|
|
}
|
|
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 ( "1.563633, 1.569595, 1.586793, 1.637609, 1.753485",\
|
|
"1.563633, 1.569595, 1.586793, 1.637609, 1.753485",\
|
|
"1.563633, 1.569595, 1.586793, 1.637609, 1.753485",\
|
|
"1.545595, 1.551557, 1.568755, 1.619571, 1.753485",\
|
|
"1.462455, 1.468416, 1.485614, 1.536431, 1.724232");
|
|
}
|
|
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.015100, 0.019639, 0.032848, 0.092832, 0.346454",\
|
|
"0.015100, 0.019639, 0.032848, 0.092832, 0.346454",\
|
|
"0.015100, 0.019639, 0.032848, 0.092832, 0.346454",\
|
|
"0.015100, 0.019639, 0.032848, 0.092832, 0.346454",\
|
|
"0.015100, 0.019639, 0.032848, 0.092832, 0.346454");
|
|
}
|
|
|
|
} /* 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 ( "1.367220, 1.375769, 1.401633, 1.506708, 1.942159",\
|
|
"1.367220, 1.375769, 1.401633, 1.506708, 1.942159",\
|
|
"1.367220, 1.375769, 1.401633, 1.506708, 1.942159",\
|
|
"1.367220, 1.375769, 1.401633, 1.506708, 1.942159",\
|
|
"1.337967, 1.346516, 1.372380, 1.477455, 1.912905");
|
|
}
|
|
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.016107, 0.024682, 0.055281, 0.205209, 0.841362",\
|
|
"0.016107, 0.024682, 0.055281, 0.205209, 0.841362",\
|
|
"0.016107, 0.024682, 0.055281, 0.205209, 0.841362",\
|
|
"0.016107, 0.024682, 0.055281, 0.205209, 0.841362",\
|
|
"0.016107, 0.024682, 0.055281, 0.205209, 0.841362");
|
|
}
|
|
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 ( "1.397102, 1.403664, 1.420862, 1.471087, 1.651955",\
|
|
"1.397102, 1.403664, 1.420862, 1.471087, 1.651955",\
|
|
"1.397102, 1.403664, 1.420862, 1.471087, 1.651955",\
|
|
"1.397102, 1.403664, 1.420862, 1.471087, 1.651955",\
|
|
"1.367849, 1.374411, 1.391609, 1.441834, 1.622702");
|
|
}
|
|
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.015100, 0.019639, 0.032848, 0.089029, 0.334593",\
|
|
"0.015100, 0.019639, 0.032848, 0.089029, 0.334593",\
|
|
"0.015100, 0.019639, 0.032848, 0.089029, 0.334593",\
|
|
"0.015100, 0.019639, 0.032848, 0.089029, 0.334593",\
|
|
"0.015100, 0.019639, 0.032848, 0.089029, 0.334593");
|
|
}
|
|
|
|
} /* 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 ( "1.527862, 1.536481, 1.562371, 1.670383, 2.043531",\
|
|
"1.527862, 1.536481, 1.562371, 1.670383, 2.043531",\
|
|
"1.527862, 1.536481, 1.562371, 1.670383, 2.043531",\
|
|
"1.509824, 1.518443, 1.544333, 1.652345, 2.043531",\
|
|
"1.426684, 1.435302, 1.461193, 1.569204, 2.014278");
|
|
}
|
|
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.015706, 0.024303, 0.054923, 0.210296, 0.864643",\
|
|
"0.015706, 0.024303, 0.054923, 0.210296, 0.864643",\
|
|
"0.015706, 0.024303, 0.054923, 0.210296, 0.864643",\
|
|
"0.015706, 0.024303, 0.054923, 0.210296, 0.864643",\
|
|
"0.015706, 0.024303, 0.054923, 0.210296, 0.864643");
|
|
}
|
|
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 ( "1.558891, 1.565546, 1.582806, 1.633605, 1.749409",\
|
|
"1.558891, 1.565546, 1.582806, 1.633605, 1.749409",\
|
|
"1.558891, 1.565546, 1.582806, 1.633605, 1.749409",\
|
|
"1.540853, 1.547508, 1.564768, 1.615567, 1.749409",\
|
|
"1.457712, 1.464368, 1.481627, 1.532427, 1.720156");
|
|
}
|
|
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.014904, 0.019498, 0.032728, 0.092533, 0.346016",\
|
|
"0.014904, 0.019498, 0.032728, 0.092533, 0.346016",\
|
|
"0.014904, 0.019498, 0.032728, 0.092533, 0.346016",\
|
|
"0.014904, 0.019498, 0.032728, 0.092533, 0.346016",\
|
|
"0.014904, 0.019498, 0.032728, 0.092533, 0.346016");
|
|
}
|
|
|
|
} /* 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 ( "1.362100, 1.370719, 1.396609, 1.501702, 1.937283",\
|
|
"1.362100, 1.370719, 1.396609, 1.501702, 1.937283",\
|
|
"1.362100, 1.370719, 1.396609, 1.501702, 1.937283",\
|
|
"1.362100, 1.370719, 1.396609, 1.501702, 1.937283",\
|
|
"1.332847, 1.341465, 1.367356, 1.472449, 1.908030");
|
|
}
|
|
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.015706, 0.024303, 0.054923, 0.204815, 0.841159",\
|
|
"0.015706, 0.024303, 0.054923, 0.204815, 0.841159",\
|
|
"0.015706, 0.024303, 0.054923, 0.204815, 0.841159",\
|
|
"0.015706, 0.024303, 0.054923, 0.204815, 0.841159",\
|
|
"0.015706, 0.024303, 0.054923, 0.204815, 0.841159");
|
|
}
|
|
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 ( "1.393128, 1.399784, 1.417043, 1.467297, 1.648263",\
|
|
"1.393128, 1.399784, 1.417043, 1.467297, 1.648263",\
|
|
"1.393128, 1.399784, 1.417043, 1.467297, 1.648263",\
|
|
"1.393128, 1.399784, 1.417043, 1.467297, 1.648263",\
|
|
"1.363875, 1.370531, 1.387790, 1.438044, 1.619010");
|
|
}
|
|
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.014904, 0.019498, 0.032728, 0.088893, 0.334595",\
|
|
"0.014904, 0.019498, 0.032728, 0.088893, 0.334595",\
|
|
"0.014904, 0.019498, 0.032728, 0.088893, 0.334595",\
|
|
"0.014904, 0.019498, 0.032728, 0.088893, 0.334595",\
|
|
"0.014904, 0.019498, 0.032728, 0.088893, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[30] */
|
|
|
|
pin("mgmt_gpio_out[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.533809, 1.542421, 1.568297, 1.676225, 2.049046",\
|
|
"1.533809, 1.542421, 1.568297, 1.676225, 2.049046",\
|
|
"1.533809, 1.542421, 1.568297, 1.676225, 2.049046",\
|
|
"1.515771, 1.524383, 1.550259, 1.658186, 2.049046",\
|
|
"1.432630, 1.441242, 1.467118, 1.575046, 2.019793");
|
|
}
|
|
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.015720, 0.024318, 0.054947, 0.210120, 0.863846",\
|
|
"0.015720, 0.024318, 0.054947, 0.210120, 0.863846",\
|
|
"0.015720, 0.024318, 0.054947, 0.210120, 0.863846",\
|
|
"0.015720, 0.024318, 0.054947, 0.210120, 0.863846",\
|
|
"0.015720, 0.024318, 0.054947, 0.210120, 0.863846");
|
|
}
|
|
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 ( "1.563305, 1.569953, 1.587198, 1.637983, 1.753581",\
|
|
"1.563305, 1.569953, 1.587198, 1.637983, 1.753581",\
|
|
"1.563305, 1.569953, 1.587198, 1.637983, 1.753581",\
|
|
"1.545267, 1.551915, 1.569160, 1.619944, 1.753581",\
|
|
"1.462126, 1.468774, 1.486019, 1.536804, 1.724328");
|
|
}
|
|
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.014909, 0.019505, 0.032744, 0.092371, 0.345548",\
|
|
"0.014909, 0.019505, 0.032744, 0.092371, 0.345548",\
|
|
"0.014909, 0.019505, 0.032744, 0.092371, 0.345548",\
|
|
"0.014909, 0.019505, 0.032744, 0.092371, 0.345548",\
|
|
"0.014909, 0.019505, 0.032744, 0.092371, 0.345548");
|
|
}
|
|
|
|
} /* 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 ( "1.368046, 1.376658, 1.402534, 1.507645, 1.943226",\
|
|
"1.368046, 1.376658, 1.402534, 1.507645, 1.943226",\
|
|
"1.368046, 1.376658, 1.402534, 1.507645, 1.943226",\
|
|
"1.368046, 1.376658, 1.402534, 1.507645, 1.943226",\
|
|
"1.338793, 1.347405, 1.373281, 1.478392, 1.913973");
|
|
}
|
|
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.015720, 0.024318, 0.054947, 0.204826, 0.841171",\
|
|
"0.015720, 0.024318, 0.054947, 0.204826, 0.841171",\
|
|
"0.015720, 0.024318, 0.054947, 0.204826, 0.841171",\
|
|
"0.015720, 0.024318, 0.054947, 0.204826, 0.841171",\
|
|
"0.015720, 0.024318, 0.054947, 0.204826, 0.841171");
|
|
}
|
|
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 ( "1.397542, 1.404190, 1.421435, 1.471705, 1.652669",\
|
|
"1.397542, 1.404190, 1.421435, 1.471705, 1.652669",\
|
|
"1.397542, 1.404190, 1.421435, 1.471705, 1.652669",\
|
|
"1.397542, 1.404190, 1.421435, 1.471705, 1.652669",\
|
|
"1.368289, 1.374937, 1.392182, 1.442452, 1.623416");
|
|
}
|
|
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.014909, 0.019505, 0.032744, 0.088897, 0.334595",\
|
|
"0.014909, 0.019505, 0.032744, 0.088897, 0.334595",\
|
|
"0.014909, 0.019505, 0.032744, 0.088897, 0.334595",\
|
|
"0.014909, 0.019505, 0.032744, 0.088897, 0.334595",\
|
|
"0.014909, 0.019505, 0.032744, 0.088897, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[29] */
|
|
|
|
pin("mgmt_gpio_out[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.527220, 1.534060, 1.559933, 1.668097, 2.035388",\
|
|
"1.527220, 1.534060, 1.559933, 1.668097, 2.035388",\
|
|
"1.527220, 1.534060, 1.559933, 1.668097, 2.035388",\
|
|
"1.509182, 1.516022, 1.541894, 1.650059, 2.035388",\
|
|
"1.426041, 1.432881, 1.458754, 1.566919, 2.006135");
|
|
}
|
|
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.016141, 0.024712, 0.055304, 0.211102, 0.861133",\
|
|
"0.016141, 0.024712, 0.055304, 0.211102, 0.861133",\
|
|
"0.016141, 0.024712, 0.055304, 0.211102, 0.861133",\
|
|
"0.016141, 0.024712, 0.055304, 0.211102, 0.861133",\
|
|
"0.016141, 0.024712, 0.055304, 0.211102, 0.861133");
|
|
}
|
|
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 ( "1.557032, 1.562491, 1.579694, 1.630513, 1.746573",\
|
|
"1.557032, 1.562491, 1.579694, 1.630513, 1.746573",\
|
|
"1.557032, 1.562491, 1.579694, 1.630513, 1.746573",\
|
|
"1.538994, 1.544452, 1.561655, 1.612475, 1.746573",\
|
|
"1.455853, 1.461312, 1.478515, 1.529335, 1.717320");
|
|
}
|
|
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.015119, 0.019650, 0.032850, 0.093010, 0.346899",\
|
|
"0.015119, 0.019650, 0.032850, 0.093010, 0.346899",\
|
|
"0.015119, 0.019650, 0.032850, 0.093010, 0.346899",\
|
|
"0.015119, 0.019650, 0.032850, 0.093010, 0.346899",\
|
|
"0.015119, 0.019650, 0.032850, 0.093010, 0.346899");
|
|
}
|
|
|
|
} /* 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 ( "1.359298, 1.367844, 1.393717, 1.498775, 1.934201",\
|
|
"1.359298, 1.367844, 1.393717, 1.498775, 1.934201",\
|
|
"1.359298, 1.367844, 1.393717, 1.498775, 1.934201",\
|
|
"1.359298, 1.367844, 1.393717, 1.498775, 1.934201",\
|
|
"1.330045, 1.338591, 1.364464, 1.469522, 1.904948");
|
|
}
|
|
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.016141, 0.024712, 0.055304, 0.205245, 0.841362",\
|
|
"0.016141, 0.024712, 0.055304, 0.205245, 0.841362",\
|
|
"0.016141, 0.024712, 0.055304, 0.205245, 0.841362",\
|
|
"0.016141, 0.024712, 0.055304, 0.205245, 0.841362",\
|
|
"0.016141, 0.024712, 0.055304, 0.205245, 0.841362");
|
|
}
|
|
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 ( "1.389891, 1.396447, 1.413650, 1.463857, 1.644715",\
|
|
"1.389891, 1.396447, 1.413650, 1.463857, 1.644715",\
|
|
"1.389891, 1.396447, 1.413650, 1.463857, 1.644715",\
|
|
"1.389891, 1.396447, 1.413650, 1.463857, 1.644715",\
|
|
"1.360638, 1.367194, 1.384397, 1.434604, 1.615462");
|
|
}
|
|
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.015119, 0.019650, 0.032850, 0.089043, 0.334592",\
|
|
"0.015119, 0.019650, 0.032850, 0.089043, 0.334592",\
|
|
"0.015119, 0.019650, 0.032850, 0.089043, 0.334592",\
|
|
"0.015119, 0.019650, 0.032850, 0.089043, 0.334592",\
|
|
"0.015119, 0.019650, 0.032850, 0.089043, 0.334592");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[28] */
|
|
|
|
pin("mgmt_gpio_out[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.527715, 1.536383, 1.562268, 1.670198, 2.043204",\
|
|
"1.527715, 1.536383, 1.562268, 1.670198, 2.043204",\
|
|
"1.527715, 1.536383, 1.562268, 1.670198, 2.043204",\
|
|
"1.509677, 1.518345, 1.544229, 1.652160, 2.043204",\
|
|
"1.426537, 1.435204, 1.461089, 1.569019, 2.013951");
|
|
}
|
|
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.015620, 0.024224, 0.054830, 0.210008, 0.864003",\
|
|
"0.015620, 0.024224, 0.054830, 0.210008, 0.864003",\
|
|
"0.015620, 0.024224, 0.054830, 0.210008, 0.864003",\
|
|
"0.015620, 0.024224, 0.054830, 0.210008, 0.864003",\
|
|
"0.015620, 0.024224, 0.054830, 0.210008, 0.864003");
|
|
}
|
|
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 ( "1.557557, 1.564258, 1.581525, 1.632315, 1.747963",\
|
|
"1.557557, 1.564258, 1.581525, 1.632315, 1.747963",\
|
|
"1.557557, 1.564258, 1.581525, 1.632315, 1.747963",\
|
|
"1.539519, 1.546219, 1.563487, 1.614277, 1.747963",\
|
|
"1.456379, 1.463079, 1.480346, 1.531137, 1.718710");
|
|
}
|
|
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.014831, 0.019445, 0.032697, 0.092314, 0.345545",\
|
|
"0.014831, 0.019445, 0.032697, 0.092314, 0.345545",\
|
|
"0.014831, 0.019445, 0.032697, 0.092314, 0.345545",\
|
|
"0.014831, 0.019445, 0.032697, 0.092314, 0.345545",\
|
|
"0.014831, 0.019445, 0.032697, 0.092314, 0.345545");
|
|
}
|
|
|
|
} /* 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 ( "1.361953, 1.370620, 1.396505, 1.501620, 1.937384",\
|
|
"1.361953, 1.370620, 1.396505, 1.501620, 1.937384",\
|
|
"1.361953, 1.370620, 1.396505, 1.501620, 1.937384",\
|
|
"1.361953, 1.370620, 1.396505, 1.501620, 1.937384",\
|
|
"1.332700, 1.341367, 1.367252, 1.472367, 1.908130");
|
|
}
|
|
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.015620, 0.024224, 0.054830, 0.204718, 0.841329",\
|
|
"0.015620, 0.024224, 0.054830, 0.204718, 0.841329",\
|
|
"0.015620, 0.024224, 0.054830, 0.204718, 0.841329",\
|
|
"0.015620, 0.024224, 0.054830, 0.204718, 0.841329",\
|
|
"0.015620, 0.024224, 0.054830, 0.204718, 0.841329");
|
|
}
|
|
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 ( "1.391795, 1.398495, 1.415762, 1.466046, 1.647052",\
|
|
"1.391795, 1.398495, 1.415762, 1.466046, 1.647052",\
|
|
"1.391795, 1.398495, 1.415762, 1.466046, 1.647052",\
|
|
"1.391795, 1.398495, 1.415762, 1.466046, 1.647052",\
|
|
"1.362542, 1.369242, 1.386509, 1.436793, 1.617798");
|
|
}
|
|
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.014831, 0.019445, 0.032697, 0.088842, 0.334593",\
|
|
"0.014831, 0.019445, 0.032697, 0.088842, 0.334593",\
|
|
"0.014831, 0.019445, 0.032697, 0.088842, 0.334593",\
|
|
"0.014831, 0.019445, 0.032697, 0.088842, 0.334593",\
|
|
"0.014831, 0.019445, 0.032697, 0.088842, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[27] */
|
|
|
|
pin("mgmt_gpio_out[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.509109, 1.517752, 1.543630, 1.651470, 2.023957",\
|
|
"1.509109, 1.517752, 1.543630, 1.651470, 2.023957",\
|
|
"1.509109, 1.517752, 1.543630, 1.651470, 2.023957",\
|
|
"1.491071, 1.499714, 1.525592, 1.633431, 2.023957",\
|
|
"1.407930, 1.416573, 1.442451, 1.550291, 1.994704");
|
|
}
|
|
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.015560, 0.024176, 0.054829, 0.209786, 0.862884",\
|
|
"0.015560, 0.024176, 0.054829, 0.209786, 0.862884",\
|
|
"0.015560, 0.024176, 0.054829, 0.209786, 0.862884",\
|
|
"0.015560, 0.024176, 0.054829, 0.209786, 0.862884",\
|
|
"0.015560, 0.024176, 0.054829, 0.209786, 0.862884");
|
|
}
|
|
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 ( "1.538824, 1.545512, 1.562771, 1.613532, 1.728967",\
|
|
"1.538824, 1.545512, 1.562771, 1.613532, 1.728967",\
|
|
"1.538824, 1.545512, 1.562771, 1.613532, 1.728967",\
|
|
"1.520785, 1.527474, 1.544732, 1.595494, 1.728967",\
|
|
"1.437645, 1.444334, 1.461592, 1.512353, 1.699714");
|
|
}
|
|
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.014843, 0.019462, 0.032712, 0.092163, 0.345085",\
|
|
"0.014843, 0.019462, 0.032712, 0.092163, 0.345085",\
|
|
"0.014843, 0.019462, 0.032712, 0.092163, 0.345085",\
|
|
"0.014843, 0.019462, 0.032712, 0.092163, 0.345085",\
|
|
"0.014843, 0.019462, 0.032712, 0.092163, 0.345085");
|
|
}
|
|
|
|
} /* 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 ( "1.338755, 1.347399, 1.373276, 1.478403, 1.913976",\
|
|
"1.338755, 1.347399, 1.373276, 1.478403, 1.913976",\
|
|
"1.338755, 1.347399, 1.373276, 1.478403, 1.913976",\
|
|
"1.338755, 1.347399, 1.373276, 1.478403, 1.913976",\
|
|
"1.309502, 1.318146, 1.344023, 1.449150, 1.884723");
|
|
}
|
|
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.015560, 0.024176, 0.054829, 0.204680, 0.841014",\
|
|
"0.015560, 0.024176, 0.054829, 0.204680, 0.841014",\
|
|
"0.015560, 0.024176, 0.054829, 0.204680, 0.841014",\
|
|
"0.015560, 0.024176, 0.054829, 0.204680, 0.841014",\
|
|
"0.015560, 0.024176, 0.054829, 0.204680, 0.841014");
|
|
}
|
|
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 ( "1.368470, 1.375159, 1.392417, 1.442705, 1.623699",\
|
|
"1.368470, 1.375159, 1.392417, 1.442705, 1.623699",\
|
|
"1.368470, 1.375159, 1.392417, 1.442705, 1.623699",\
|
|
"1.368470, 1.375159, 1.392417, 1.442705, 1.623699",\
|
|
"1.339217, 1.345906, 1.363164, 1.413452, 1.594446");
|
|
}
|
|
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.014843, 0.019462, 0.032712, 0.088854, 0.334597",\
|
|
"0.014843, 0.019462, 0.032712, 0.088854, 0.334597",\
|
|
"0.014843, 0.019462, 0.032712, 0.088854, 0.334597",\
|
|
"0.014843, 0.019462, 0.032712, 0.088854, 0.334597",\
|
|
"0.014843, 0.019462, 0.032712, 0.088854, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[26] */
|
|
|
|
pin("mgmt_gpio_out[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.534021, 1.540452, 1.565404, 1.673691, 2.040837",\
|
|
"1.534021, 1.540452, 1.565404, 1.673691, 2.040837",\
|
|
"1.534021, 1.540452, 1.565404, 1.673691, 2.040837",\
|
|
"1.515983, 1.522414, 1.547366, 1.655652, 2.040837",\
|
|
"1.432843, 1.439273, 1.464225, 1.572512, 2.011584");
|
|
}
|
|
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.016444, 0.025005, 0.055607, 0.211707, 0.861939",\
|
|
"0.016444, 0.025005, 0.055607, 0.211707, 0.861939",\
|
|
"0.016444, 0.025005, 0.055607, 0.211707, 0.861939",\
|
|
"0.016444, 0.025005, 0.055607, 0.211707, 0.861939",\
|
|
"0.016444, 0.025005, 0.055607, 0.211707, 0.861939");
|
|
}
|
|
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 ( "1.558393, 1.563049, 1.579597, 1.630435, 1.746662",\
|
|
"1.558393, 1.563049, 1.579597, 1.630435, 1.746662",\
|
|
"1.558393, 1.563049, 1.579597, 1.630435, 1.746662",\
|
|
"1.540355, 1.545010, 1.561558, 1.612397, 1.746662",\
|
|
"1.457214, 1.461870, 1.478418, 1.529256, 1.717409");
|
|
}
|
|
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.015305, 0.019789, 0.032953, 0.093391, 0.347595",\
|
|
"0.015305, 0.019789, 0.032953, 0.093391, 0.347595",\
|
|
"0.015305, 0.019789, 0.032953, 0.093391, 0.347595",\
|
|
"0.015305, 0.019789, 0.032953, 0.093391, 0.347595",\
|
|
"0.015305, 0.019789, 0.032953, 0.093391, 0.347595");
|
|
}
|
|
|
|
} /* 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 ( "1.357452, 1.367492, 1.393355, 1.498381, 1.933507",\
|
|
"1.357452, 1.367492, 1.393355, 1.498381, 1.933507",\
|
|
"1.357452, 1.367492, 1.393355, 1.498381, 1.933507",\
|
|
"1.357452, 1.367492, 1.393355, 1.498381, 1.933507",\
|
|
"1.328199, 1.338239, 1.364102, 1.469128, 1.904254");
|
|
}
|
|
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.016444, 0.025005, 0.055607, 0.205567, 0.841247",\
|
|
"0.016444, 0.025005, 0.055607, 0.205567, 0.841247",\
|
|
"0.016444, 0.025005, 0.055607, 0.205567, 0.841247",\
|
|
"0.016444, 0.025005, 0.055607, 0.205567, 0.841247",\
|
|
"0.016444, 0.025005, 0.055607, 0.205567, 0.841247");
|
|
}
|
|
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 ( "1.384221, 1.391331, 1.408490, 1.458648, 1.639406",\
|
|
"1.384221, 1.391331, 1.408490, 1.458648, 1.639406",\
|
|
"1.384221, 1.391331, 1.408490, 1.458648, 1.639406",\
|
|
"1.384221, 1.391331, 1.408490, 1.458648, 1.639406",\
|
|
"1.354968, 1.362078, 1.379237, 1.429395, 1.610153");
|
|
}
|
|
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.015305, 0.019789, 0.032953, 0.089177, 0.334594",\
|
|
"0.015305, 0.019789, 0.032953, 0.089177, 0.334594",\
|
|
"0.015305, 0.019789, 0.032953, 0.089177, 0.334594",\
|
|
"0.015305, 0.019789, 0.032953, 0.089177, 0.334594",\
|
|
"0.015305, 0.019789, 0.032953, 0.089177, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[25] */
|
|
|
|
pin("mgmt_gpio_out[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.535975, 1.544627, 1.570506, 1.678348, 2.050871",\
|
|
"1.535975, 1.544627, 1.570506, 1.678348, 2.050871",\
|
|
"1.535975, 1.544627, 1.570506, 1.678348, 2.050871",\
|
|
"1.517936, 1.526589, 1.552468, 1.660309, 2.050871",\
|
|
"1.434796, 1.443449, 1.469327, 1.577169, 2.021618");
|
|
}
|
|
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.015547, 0.024164, 0.054811, 0.209769, 0.862917",\
|
|
"0.015547, 0.024164, 0.054811, 0.209769, 0.862917",\
|
|
"0.015547, 0.024164, 0.054811, 0.209769, 0.862917",\
|
|
"0.015547, 0.024164, 0.054811, 0.209769, 0.862917",\
|
|
"0.015547, 0.024164, 0.054811, 0.209769, 0.862917");
|
|
}
|
|
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 ( "1.560294, 1.566991, 1.584253, 1.635017, 1.750458",\
|
|
"1.560294, 1.566991, 1.584253, 1.635017, 1.750458",\
|
|
"1.560294, 1.566991, 1.584253, 1.635017, 1.750458",\
|
|
"1.542255, 1.548953, 1.566215, 1.616979, 1.750458",\
|
|
"1.459115, 1.465812, 1.483075, 1.533839, 1.721205");
|
|
}
|
|
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.014831, 0.019453, 0.032704, 0.092152, 0.345084",\
|
|
"0.014831, 0.019453, 0.032704, 0.092152, 0.345084",\
|
|
"0.014831, 0.019453, 0.032704, 0.092152, 0.345084",\
|
|
"0.014831, 0.019453, 0.032704, 0.092152, 0.345084",\
|
|
"0.014831, 0.019453, 0.032704, 0.092152, 0.345084");
|
|
}
|
|
|
|
} /* 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 ( "1.365621, 1.374274, 1.400153, 1.505280, 1.940888",\
|
|
"1.365621, 1.374274, 1.400153, 1.505280, 1.940888",\
|
|
"1.365621, 1.374274, 1.400153, 1.505280, 1.940888",\
|
|
"1.365621, 1.374274, 1.400153, 1.505280, 1.940888",\
|
|
"1.336368, 1.345021, 1.370900, 1.476027, 1.911635");
|
|
}
|
|
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.015547, 0.024164, 0.054811, 0.204665, 0.841049",\
|
|
"0.015547, 0.024164, 0.054811, 0.204665, 0.841049",\
|
|
"0.015547, 0.024164, 0.054811, 0.204665, 0.841049",\
|
|
"0.015547, 0.024164, 0.054811, 0.204665, 0.841049",\
|
|
"0.015547, 0.024164, 0.054811, 0.204665, 0.841049");
|
|
}
|
|
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 ( "1.389940, 1.396638, 1.413900, 1.464189, 1.645190",\
|
|
"1.389940, 1.396638, 1.413900, 1.464189, 1.645190",\
|
|
"1.389940, 1.396638, 1.413900, 1.464189, 1.645190",\
|
|
"1.389940, 1.396638, 1.413900, 1.464189, 1.645190",\
|
|
"1.360687, 1.367384, 1.384647, 1.434936, 1.615937");
|
|
}
|
|
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.014831, 0.019453, 0.032704, 0.088845, 0.334597",\
|
|
"0.014831, 0.019453, 0.032704, 0.088845, 0.334597",\
|
|
"0.014831, 0.019453, 0.032704, 0.088845, 0.334597",\
|
|
"0.014831, 0.019453, 0.032704, 0.088845, 0.334597",\
|
|
"0.014831, 0.019453, 0.032704, 0.088845, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[24] */
|
|
|
|
pin("mgmt_gpio_out[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.512573, 1.520327, 1.546192, 1.653875, 2.025848",\
|
|
"1.512573, 1.520327, 1.546192, 1.653875, 2.025848",\
|
|
"1.512573, 1.520327, 1.546192, 1.653875, 2.025848",\
|
|
"1.494535, 1.502289, 1.528154, 1.635837, 2.025848",\
|
|
"1.411394, 1.419148, 1.445014, 1.552696, 1.996595");
|
|
}
|
|
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.015426, 0.024059, 0.054724, 0.209295, 0.861372",\
|
|
"0.015426, 0.024059, 0.054724, 0.209295, 0.861372",\
|
|
"0.015426, 0.024059, 0.054724, 0.209295, 0.861372",\
|
|
"0.015426, 0.024059, 0.054724, 0.209295, 0.861372",\
|
|
"0.015426, 0.024059, 0.054724, 0.209295, 0.861372");
|
|
}
|
|
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 ( "1.541545, 1.547610, 1.564869, 1.615603, 1.730506",\
|
|
"1.541545, 1.547610, 1.564869, 1.615603, 1.730506",\
|
|
"1.541545, 1.547610, 1.564869, 1.615603, 1.730506",\
|
|
"1.523507, 1.529571, 1.546831, 1.597565, 1.730506",\
|
|
"1.440367, 1.446431, 1.463690, 1.514425, 1.701253");
|
|
}
|
|
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.014768, 0.019412, 0.032687, 0.091796, 0.352904",\
|
|
"0.014768, 0.019412, 0.032687, 0.091796, 0.352904",\
|
|
"0.014768, 0.019412, 0.032687, 0.091796, 0.352904",\
|
|
"0.014768, 0.019412, 0.032687, 0.091796, 0.352904",\
|
|
"0.014768, 0.019412, 0.032687, 0.091796, 0.352904");
|
|
}
|
|
|
|
} /* 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 ( "1.341289, 1.349974, 1.375839, 1.481000, 1.916675",\
|
|
"1.341289, 1.349974, 1.375839, 1.481000, 1.916675",\
|
|
"1.341289, 1.349974, 1.375839, 1.481000, 1.916675",\
|
|
"1.341289, 1.349974, 1.375839, 1.481000, 1.916675",\
|
|
"1.312036, 1.320721, 1.346586, 1.451747, 1.887422");
|
|
}
|
|
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.015426, 0.024059, 0.054724, 0.204549, 0.841031",\
|
|
"0.015426, 0.024059, 0.054724, 0.204549, 0.841031",\
|
|
"0.015426, 0.024059, 0.054724, 0.204549, 0.841031",\
|
|
"0.015426, 0.024059, 0.054724, 0.204549, 0.841031",\
|
|
"0.015426, 0.024059, 0.054724, 0.204549, 0.841031");
|
|
}
|
|
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 ( "1.370523, 1.377256, 1.394516, 1.444843, 1.625877",\
|
|
"1.370523, 1.377256, 1.394516, 1.444843, 1.625877",\
|
|
"1.370523, 1.377256, 1.394516, 1.444843, 1.625877",\
|
|
"1.370523, 1.377256, 1.394516, 1.444843, 1.625877",\
|
|
"1.341270, 1.348003, 1.365263, 1.415590, 1.596624");
|
|
}
|
|
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.014768, 0.019412, 0.032687, 0.088801, 0.334597",\
|
|
"0.014768, 0.019412, 0.032687, 0.088801, 0.334597",\
|
|
"0.014768, 0.019412, 0.032687, 0.088801, 0.334597",\
|
|
"0.014768, 0.019412, 0.032687, 0.088801, 0.334597",\
|
|
"0.014768, 0.019412, 0.032687, 0.088801, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[23] */
|
|
|
|
pin("mgmt_gpio_out[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.513823, 1.522499, 1.548388, 1.656335, 2.029410",\
|
|
"1.513823, 1.522499, 1.548388, 1.656335, 2.029410",\
|
|
"1.513823, 1.522499, 1.548388, 1.656335, 2.029410",\
|
|
"1.495785, 1.504460, 1.530350, 1.638297, 2.029410",\
|
|
"1.412645, 1.421320, 1.447209, 1.555157, 2.000157");
|
|
}
|
|
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.015593, 0.024199, 0.054804, 0.210017, 0.864141",\
|
|
"0.015593, 0.024199, 0.054804, 0.210017, 0.864141",\
|
|
"0.015593, 0.024199, 0.054804, 0.210017, 0.864141",\
|
|
"0.015593, 0.024199, 0.054804, 0.210017, 0.864141",\
|
|
"0.015593, 0.024199, 0.054804, 0.210017, 0.864141");
|
|
}
|
|
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 ( "1.542548, 1.549258, 1.566532, 1.617326, 1.733020",\
|
|
"1.542548, 1.549258, 1.566532, 1.617326, 1.733020",\
|
|
"1.542548, 1.549258, 1.566532, 1.617326, 1.733020",\
|
|
"1.524510, 1.531219, 1.548494, 1.599288, 1.733020",\
|
|
"1.441370, 1.448079, 1.465353, 1.516147, 1.703767");
|
|
}
|
|
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.014819, 0.019436, 0.032686, 0.092337, 0.345636",\
|
|
"0.014819, 0.019436, 0.032686, 0.092337, 0.345636",\
|
|
"0.014819, 0.019436, 0.032686, 0.092337, 0.345636",\
|
|
"0.014819, 0.019436, 0.032686, 0.092337, 0.345636",\
|
|
"0.014819, 0.019436, 0.032686, 0.092337, 0.345636");
|
|
}
|
|
|
|
} /* 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 ( "1.341233, 1.349908, 1.375798, 1.480910, 1.916677",\
|
|
"1.341233, 1.349908, 1.375798, 1.480910, 1.916677",\
|
|
"1.341233, 1.349908, 1.375798, 1.480910, 1.916677",\
|
|
"1.341233, 1.349908, 1.375798, 1.480910, 1.916677",\
|
|
"1.311980, 1.320655, 1.346545, 1.451656, 1.887424");
|
|
}
|
|
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.015593, 0.024199, 0.054804, 0.204693, 0.841310",\
|
|
"0.015593, 0.024199, 0.054804, 0.204693, 0.841310",\
|
|
"0.015593, 0.024199, 0.054804, 0.204693, 0.841310",\
|
|
"0.015593, 0.024199, 0.054804, 0.204693, 0.841310",\
|
|
"0.015593, 0.024199, 0.054804, 0.204693, 0.841310");
|
|
}
|
|
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 ( "1.370895, 1.377604, 1.394879, 1.445160, 1.626171",\
|
|
"1.370895, 1.377604, 1.394879, 1.445160, 1.626171",\
|
|
"1.370895, 1.377604, 1.394879, 1.445160, 1.626171",\
|
|
"1.370895, 1.377604, 1.394879, 1.445160, 1.626171",\
|
|
"1.341642, 1.348351, 1.365626, 1.415907, 1.596918");
|
|
}
|
|
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.014819, 0.019436, 0.032686, 0.088833, 0.334593",\
|
|
"0.014819, 0.019436, 0.032686, 0.088833, 0.334593",\
|
|
"0.014819, 0.019436, 0.032686, 0.088833, 0.334593",\
|
|
"0.014819, 0.019436, 0.032686, 0.088833, 0.334593",\
|
|
"0.014819, 0.019436, 0.032686, 0.088833, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[22] */
|
|
|
|
pin("mgmt_gpio_out[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.505970, 1.513224, 1.539087, 1.647123, 2.014238",\
|
|
"1.505970, 1.513224, 1.539087, 1.647123, 2.014238",\
|
|
"1.505970, 1.513224, 1.539087, 1.647123, 2.014238",\
|
|
"1.487932, 1.495185, 1.521049, 1.629085, 2.014238",\
|
|
"1.404791, 1.412045, 1.437909, 1.545945, 1.984985");
|
|
}
|
|
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.016030, 0.024612, 0.055229, 0.210697, 0.860032",\
|
|
"0.016030, 0.024612, 0.055229, 0.210697, 0.860032",\
|
|
"0.016030, 0.024612, 0.055229, 0.210697, 0.860032",\
|
|
"0.016030, 0.024612, 0.055229, 0.210697, 0.860032",\
|
|
"0.016030, 0.024612, 0.055229, 0.210697, 0.860032");
|
|
}
|
|
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 ( "1.535525, 1.541253, 1.558455, 1.609255, 1.725026",\
|
|
"1.535525, 1.541253, 1.558455, 1.609255, 1.725026",\
|
|
"1.535525, 1.541253, 1.558455, 1.609255, 1.725026",\
|
|
"1.517487, 1.523214, 1.540417, 1.591217, 1.725026",\
|
|
"1.434346, 1.440074, 1.457276, 1.508076, 1.695773");
|
|
}
|
|
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.015073, 0.019623, 0.032837, 0.092716, 0.346170",\
|
|
"0.015073, 0.019623, 0.032837, 0.092716, 0.346170",\
|
|
"0.015073, 0.019623, 0.032837, 0.092716, 0.346170",\
|
|
"0.015073, 0.019623, 0.032837, 0.092716, 0.346170",\
|
|
"0.015073, 0.019623, 0.032837, 0.092716, 0.346170");
|
|
}
|
|
|
|
} /* 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 ( "1.334023, 1.342576, 1.368439, 1.473523, 1.908940",\
|
|
"1.334023, 1.342576, 1.368439, 1.473523, 1.908940",\
|
|
"1.334023, 1.342576, 1.368439, 1.473523, 1.908940",\
|
|
"1.334023, 1.342576, 1.368439, 1.473523, 1.908940",\
|
|
"1.304769, 1.313323, 1.339186, 1.444270, 1.879687");
|
|
}
|
|
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.016030, 0.024612, 0.055229, 0.205139, 0.841243",\
|
|
"0.016030, 0.024612, 0.055229, 0.205139, 0.841243",\
|
|
"0.016030, 0.024612, 0.055229, 0.205139, 0.841243",\
|
|
"0.016030, 0.024612, 0.055229, 0.205139, 0.841243",\
|
|
"0.016030, 0.024612, 0.055229, 0.205139, 0.841243");
|
|
}
|
|
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 ( "1.364147, 1.370719, 1.387921, 1.438154, 1.619034",\
|
|
"1.364147, 1.370719, 1.387921, 1.438154, 1.619034",\
|
|
"1.364147, 1.370719, 1.387921, 1.438154, 1.619034",\
|
|
"1.364147, 1.370719, 1.387921, 1.438154, 1.619034",\
|
|
"1.334894, 1.341466, 1.358668, 1.408901, 1.589781");
|
|
}
|
|
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.015073, 0.019623, 0.032837, 0.089012, 0.334594",\
|
|
"0.015073, 0.019623, 0.032837, 0.089012, 0.334594",\
|
|
"0.015073, 0.019623, 0.032837, 0.089012, 0.334594",\
|
|
"0.015073, 0.019623, 0.032837, 0.089012, 0.334594",\
|
|
"0.015073, 0.019623, 0.032837, 0.089012, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[21] */
|
|
|
|
pin("mgmt_gpio_out[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.488870, 1.497683, 1.523558, 1.631166, 2.003236",\
|
|
"1.488870, 1.497683, 1.523558, 1.631166, 2.003236",\
|
|
"1.488870, 1.497683, 1.523558, 1.631166, 2.003236",\
|
|
"1.470832, 1.479644, 1.505520, 1.613128, 2.003236",\
|
|
"1.387692, 1.396504, 1.422380, 1.529987, 1.973983");
|
|
}
|
|
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.015166, 0.023817, 0.054445, 0.208839, 0.860925",\
|
|
"0.015166, 0.023817, 0.054445, 0.208839, 0.860925",\
|
|
"0.015166, 0.023817, 0.054445, 0.208839, 0.860925",\
|
|
"0.015166, 0.023817, 0.054445, 0.208839, 0.860925",\
|
|
"0.015166, 0.023817, 0.054445, 0.208839, 0.860925");
|
|
}
|
|
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 ( "1.519255, 1.526111, 1.543414, 1.596219, 1.708972",\
|
|
"1.519255, 1.526111, 1.543414, 1.596219, 1.708972",\
|
|
"1.519255, 1.526111, 1.543414, 1.596219, 1.708972",\
|
|
"1.501217, 1.508072, 1.525376, 1.578180, 1.708972",\
|
|
"1.418076, 1.424932, 1.442236, 1.495040, 1.679718");
|
|
}
|
|
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.014576, 0.019272, 0.032584, 0.093258, 0.352219",\
|
|
"0.014576, 0.019272, 0.032584, 0.093258, 0.352219",\
|
|
"0.014576, 0.019272, 0.032584, 0.093258, 0.352219",\
|
|
"0.014576, 0.019272, 0.032584, 0.093258, 0.352219",\
|
|
"0.014576, 0.019272, 0.032584, 0.093258, 0.352219");
|
|
}
|
|
|
|
} /* 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.318525, 1.327337, 1.353213, 1.458400, 1.894472",\
|
|
"1.318525, 1.327337, 1.353213, 1.458400, 1.894472",\
|
|
"1.318525, 1.327337, 1.353213, 1.458400, 1.894472",\
|
|
"1.318525, 1.327337, 1.353213, 1.458400, 1.894472",\
|
|
"1.289272, 1.298084, 1.323960, 1.429147, 1.865219");
|
|
}
|
|
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.015166, 0.023817, 0.054445, 0.204273, 0.841335",\
|
|
"0.015166, 0.023817, 0.054445, 0.204273, 0.841335",\
|
|
"0.015166, 0.023817, 0.054445, 0.204273, 0.841335",\
|
|
"0.015166, 0.023817, 0.054445, 0.204273, 0.841335",\
|
|
"0.015166, 0.023817, 0.054445, 0.204273, 0.841335");
|
|
}
|
|
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 ( "1.348909, 1.355765, 1.373069, 1.423443, 1.604575",\
|
|
"1.348909, 1.355765, 1.373069, 1.423443, 1.604575",\
|
|
"1.348909, 1.355765, 1.373069, 1.423443, 1.604575",\
|
|
"1.348909, 1.355765, 1.373069, 1.423443, 1.604575",\
|
|
"1.319656, 1.326512, 1.343816, 1.394190, 1.575322");
|
|
}
|
|
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.014576, 0.019272, 0.032584, 0.088669, 0.334593",\
|
|
"0.014576, 0.019272, 0.032584, 0.088669, 0.334593",\
|
|
"0.014576, 0.019272, 0.032584, 0.088669, 0.334593",\
|
|
"0.014576, 0.019272, 0.032584, 0.088669, 0.334593",\
|
|
"0.014576, 0.019272, 0.032584, 0.088669, 0.334593");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[20] */
|
|
|
|
pin("mgmt_gpio_out[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.540528, 1.549501, 1.575272, 1.681912, 2.050593",\
|
|
"1.540528, 1.549501, 1.575272, 1.681912, 2.050593",\
|
|
"1.540528, 1.549501, 1.575272, 1.681912, 2.050593",\
|
|
"1.522490, 1.531463, 1.557233, 1.663874, 2.050593",\
|
|
"1.439350, 1.448323, 1.474093, 1.580733, 2.021340");
|
|
}
|
|
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.014626, 0.023351, 0.054070, 0.206082, 0.851545",\
|
|
"0.014626, 0.023351, 0.054070, 0.206082, 0.851545",\
|
|
"0.014626, 0.023351, 0.054070, 0.206082, 0.851545",\
|
|
"0.014626, 0.023351, 0.054070, 0.206082, 0.851545",\
|
|
"0.014626, 0.023351, 0.054070, 0.206082, 0.851545");
|
|
}
|
|
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 ( "1.568459, 1.575485, 1.592740, 1.644595, 1.758212",\
|
|
"1.568459, 1.575485, 1.592740, 1.644595, 1.758212",\
|
|
"1.568459, 1.575485, 1.592740, 1.644595, 1.758212",\
|
|
"1.550421, 1.557447, 1.574702, 1.626557, 1.758212",\
|
|
"1.467281, 1.474306, 1.491561, 1.543416, 1.728959");
|
|
}
|
|
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.014253, 0.019075, 0.032537, 0.090806, 0.345066",\
|
|
"0.014253, 0.019075, 0.032537, 0.090806, 0.345066",\
|
|
"0.014253, 0.019075, 0.032537, 0.090806, 0.345066",\
|
|
"0.014253, 0.019075, 0.032537, 0.090806, 0.345066",\
|
|
"0.014253, 0.019075, 0.032537, 0.090806, 0.345066");
|
|
}
|
|
|
|
} /* 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 ( "1.370839, 1.379813, 1.405583, 1.510978, 1.947494",\
|
|
"1.370839, 1.379813, 1.405583, 1.510978, 1.947494",\
|
|
"1.370839, 1.379813, 1.405583, 1.510978, 1.947494",\
|
|
"1.370839, 1.379813, 1.405583, 1.510978, 1.947494",\
|
|
"1.341586, 1.350559, 1.376330, 1.481725, 1.918241");
|
|
}
|
|
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.014626, 0.023351, 0.054070, 0.203732, 0.841441",\
|
|
"0.014626, 0.023351, 0.054070, 0.203732, 0.841441",\
|
|
"0.014626, 0.023351, 0.054070, 0.203732, 0.841441",\
|
|
"0.014626, 0.023351, 0.054070, 0.203732, 0.841441",\
|
|
"0.014626, 0.023351, 0.054070, 0.203732, 0.841441");
|
|
}
|
|
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 ( "1.401668, 1.408693, 1.425948, 1.476556, 1.657849",\
|
|
"1.401668, 1.408693, 1.425948, 1.476556, 1.657849",\
|
|
"1.401668, 1.408693, 1.425948, 1.476556, 1.657849",\
|
|
"1.401668, 1.408693, 1.425948, 1.476556, 1.657849",\
|
|
"1.372415, 1.379440, 1.396695, 1.447303, 1.628596");
|
|
}
|
|
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.014253, 0.019075, 0.032537, 0.088451, 0.334592",\
|
|
"0.014253, 0.019075, 0.032537, 0.088451, 0.334592",\
|
|
"0.014253, 0.019075, 0.032537, 0.088451, 0.334592",\
|
|
"0.014253, 0.019075, 0.032537, 0.088451, 0.334592",\
|
|
"0.014253, 0.019075, 0.032537, 0.088451, 0.334592");
|
|
}
|
|
|
|
} /* 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 ( "1.528817, 1.537769, 1.563500, 1.669129, 2.037088",\
|
|
"1.528817, 1.537769, 1.563500, 1.669129, 2.037088",\
|
|
"1.528817, 1.537769, 1.563500, 1.669129, 2.037088",\
|
|
"1.510778, 1.519731, 1.545461, 1.651091, 2.037088",\
|
|
"1.427638, 1.436591, 1.462321, 1.567951, 2.007835");
|
|
}
|
|
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.014520, 0.023273, 0.054070, 0.202228, 0.848142",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.848142",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.848142",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.848142",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.848142");
|
|
}
|
|
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 ( "1.558715, 1.565736, 1.582953, 1.634098, 1.746794",\
|
|
"1.558715, 1.565736, 1.582953, 1.634098, 1.746794",\
|
|
"1.558715, 1.565736, 1.582953, 1.634098, 1.746794",\
|
|
"1.540677, 1.547698, 1.564914, 1.616060, 1.746794",\
|
|
"1.457537, 1.464557, 1.481774, 1.532920, 1.717541");
|
|
}
|
|
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.014251, 0.019084, 0.032578, 0.087562, 0.341855",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.341855",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.341855",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.341855",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.341855");
|
|
}
|
|
|
|
} /* 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 ( "1.362597, 1.371549, 1.397280, 1.502909, 1.939093",\
|
|
"1.362597, 1.371549, 1.397280, 1.502909, 1.939093",\
|
|
"1.362597, 1.371549, 1.397280, 1.502909, 1.939093",\
|
|
"1.362597, 1.371549, 1.397280, 1.502909, 1.939093",\
|
|
"1.333343, 1.342296, 1.368026, 1.473656, 1.909840");
|
|
}
|
|
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.014520, 0.023273, 0.054070, 0.202228, 0.841134",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.841134",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.841134",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.841134",\
|
|
"0.014520, 0.023273, 0.054070, 0.202228, 0.841134");
|
|
}
|
|
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 ( "1.392583, 1.399603, 1.416820, 1.467966, 1.648776",\
|
|
"1.392583, 1.399603, 1.416820, 1.467966, 1.648776",\
|
|
"1.392583, 1.399603, 1.416820, 1.467966, 1.648776",\
|
|
"1.392583, 1.399603, 1.416820, 1.467966, 1.648776",\
|
|
"1.363330, 1.370350, 1.387567, 1.438713, 1.619523");
|
|
}
|
|
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.014251, 0.019084, 0.032578, 0.087562, 0.334596",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.334596",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.334596",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.334596",\
|
|
"0.014251, 0.019084, 0.032578, 0.087562, 0.334596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[18] */
|
|
|
|
pin("mgmt_gpio_out[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.540364, 1.549294, 1.575021, 1.680662, 2.048633",\
|
|
"1.540364, 1.549294, 1.575021, 1.680662, 2.048633",\
|
|
"1.540364, 1.549294, 1.575021, 1.680662, 2.048633",\
|
|
"1.522326, 1.531255, 1.556983, 1.662624, 2.048633",\
|
|
"1.439186, 1.448115, 1.473842, 1.579483, 2.019380");
|
|
}
|
|
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.014581, 0.023329, 0.054129, 0.202276, 0.848280",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.848280",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.848280",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.848280",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.848280");
|
|
}
|
|
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 ( "1.567925, 1.574922, 1.592130, 1.643283, 1.756031",\
|
|
"1.567925, 1.574922, 1.592130, 1.643283, 1.756031",\
|
|
"1.567925, 1.574922, 1.592130, 1.643283, 1.756031",\
|
|
"1.549887, 1.556884, 1.574092, 1.625245, 1.756031",\
|
|
"1.466747, 1.473743, 1.490951, 1.542104, 1.726778");
|
|
}
|
|
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.014289, 0.019111, 0.032598, 0.087575, 0.342021",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.342021",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.342021",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.342021",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.342021");
|
|
}
|
|
|
|
} /* 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 ( "1.374602, 1.383531, 1.409258, 1.514899, 1.951011",\
|
|
"1.374602, 1.383531, 1.409258, 1.514899, 1.951011",\
|
|
"1.374602, 1.383531, 1.409258, 1.514899, 1.951011",\
|
|
"1.374602, 1.383531, 1.409258, 1.514899, 1.951011",\
|
|
"1.345348, 1.354278, 1.380005, 1.485646, 1.921758");
|
|
}
|
|
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.014581, 0.023329, 0.054129, 0.202276, 0.841113",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.841113",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.841113",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.841113",\
|
|
"0.014581, 0.023329, 0.054129, 0.202276, 0.841113");
|
|
}
|
|
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 ( "1.402163, 1.409159, 1.426367, 1.477520, 1.658296",\
|
|
"1.402163, 1.409159, 1.426367, 1.477520, 1.658296",\
|
|
"1.402163, 1.409159, 1.426367, 1.477520, 1.658296",\
|
|
"1.402163, 1.409159, 1.426367, 1.477520, 1.658296",\
|
|
"1.372910, 1.379906, 1.397114, 1.448267, 1.629043");
|
|
}
|
|
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.014289, 0.019111, 0.032598, 0.087575, 0.334596",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.334596",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.334596",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.334596",\
|
|
"0.014289, 0.019111, 0.032598, 0.087575, 0.334596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[17] */
|
|
|
|
pin("mgmt_gpio_out[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.542291, 1.551241, 1.576958, 1.682533, 2.050203",\
|
|
"1.542291, 1.551241, 1.576958, 1.682533, 2.050203",\
|
|
"1.542291, 1.551241, 1.576958, 1.682533, 2.050203",\
|
|
"1.524253, 1.533203, 1.558920, 1.664495, 2.050203",\
|
|
"1.441112, 1.450063, 1.475779, 1.581354, 2.020950");
|
|
}
|
|
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.014537, 0.023291, 0.054091, 0.202299, 0.847463",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.847463",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.847463",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.847463",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.847463");
|
|
}
|
|
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 ( "1.568812, 1.575829, 1.593032, 1.644123, 1.756492",\
|
|
"1.568812, 1.575829, 1.593032, 1.644123, 1.756492",\
|
|
"1.568812, 1.575829, 1.593032, 1.644123, 1.756492",\
|
|
"1.550774, 1.557790, 1.574993, 1.626085, 1.756492",\
|
|
"1.467634, 1.474650, 1.491853, 1.542945, 1.727239");
|
|
}
|
|
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.014251, 0.019087, 0.032592, 0.087618, 0.341098",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.341098",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.341098",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.341098",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.341098");
|
|
}
|
|
|
|
} /* 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 ( "1.373948, 1.382899, 1.408615, 1.514190, 1.950471",\
|
|
"1.373948, 1.382899, 1.408615, 1.514190, 1.950471",\
|
|
"1.373948, 1.382899, 1.408615, 1.514190, 1.950471",\
|
|
"1.373948, 1.382899, 1.408615, 1.514190, 1.950471",\
|
|
"1.344695, 1.353645, 1.379362, 1.484937, 1.921218");
|
|
}
|
|
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.014537, 0.023291, 0.054091, 0.202299, 0.841185",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.841185",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.841185",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.841185",\
|
|
"0.014537, 0.023291, 0.054091, 0.202299, 0.841185");
|
|
}
|
|
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 ( "1.401806, 1.408822, 1.426025, 1.477116, 1.657997",\
|
|
"1.401806, 1.408822, 1.426025, 1.477116, 1.657997",\
|
|
"1.401806, 1.408822, 1.426025, 1.477116, 1.657997",\
|
|
"1.401806, 1.408822, 1.426025, 1.477116, 1.657997",\
|
|
"1.372552, 1.379568, 1.396772, 1.447863, 1.628744");
|
|
}
|
|
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.014251, 0.019087, 0.032592, 0.087618, 0.334595",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.334595",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.334595",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.334595",\
|
|
"0.014251, 0.019087, 0.032592, 0.087618, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[16] */
|
|
|
|
pin("mgmt_gpio_out[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "1.874777, 1.900570, 1.958840, 2.166440, 2.685543",\
|
|
"1.874777, 1.900570, 1.958840, 2.166440, 2.685543",\
|
|
"1.874777, 1.900570, 1.958840, 2.166440, 2.685543",\
|
|
"1.856738, 1.882532, 1.940801, 2.148402, 2.685543",\
|
|
"1.773598, 1.799392, 1.857661, 2.065262, 2.656290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.019032, 0.046980, 0.125508, 0.428166, 1.288990",\
|
|
"0.019032, 0.046980, 0.125508, 0.428166, 1.288990",\
|
|
"0.019032, 0.046980, 0.125508, 0.428166, 1.288990",\
|
|
"0.019032, 0.046980, 0.125508, 0.428166, 1.288990",\
|
|
"0.019032, 0.046980, 0.125508, 0.428166, 1.288990");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "1.926640, 1.948518, 1.987694, 2.109550, 2.380468",\
|
|
"1.926640, 1.948518, 1.987694, 2.109550, 2.380468",\
|
|
"1.926640, 1.948518, 1.987694, 2.109550, 2.380468",\
|
|
"1.908601, 1.930479, 1.969656, 2.091512, 2.380468",\
|
|
"1.825461, 1.847339, 1.886515, 2.008372, 2.351215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.017328, 0.034863, 0.074807, 0.234391, 0.703926",\
|
|
"0.017328, 0.034863, 0.074807, 0.234391, 0.703926",\
|
|
"0.017328, 0.034863, 0.074807, 0.234391, 0.703926",\
|
|
"0.017328, 0.034863, 0.074807, 0.234391, 0.703926",\
|
|
"0.017328, 0.034863, 0.074807, 0.234391, 0.703926");
|
|
}
|
|
|
|
} /* 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.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "1.474646, 1.501679, 1.559951, 1.765887, 2.353447",\
|
|
"1.474646, 1.501679, 1.559951, 1.765887, 2.353447",\
|
|
"1.474646, 1.501679, 1.559951, 1.765887, 2.353447",\
|
|
"1.474646, 1.501679, 1.559951, 1.765887, 2.353447",\
|
|
"1.445393, 1.472425, 1.530697, 1.736633, 2.324194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.018989, 0.046963, 0.125506, 0.425013, 1.279346",\
|
|
"0.018989, 0.046963, 0.125506, 0.425013, 1.279346",\
|
|
"0.018989, 0.046963, 0.125506, 0.425013, 1.279346",\
|
|
"0.018989, 0.046963, 0.125506, 0.425013, 1.279346",\
|
|
"0.018989, 0.046963, 0.125506, 0.425013, 1.279346");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "1.552809, 1.575354, 1.614531, 1.734671, 2.074052",\
|
|
"1.552809, 1.575354, 1.614531, 1.734671, 2.074052",\
|
|
"1.552809, 1.575354, 1.614531, 1.734671, 2.074052",\
|
|
"1.552809, 1.575354, 1.614531, 1.734671, 2.074052",\
|
|
"1.523556, 1.546100, 1.585277, 1.705418, 2.044798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.017315, 0.034850, 0.074800, 0.231159, 0.694437",\
|
|
"0.017315, 0.034850, 0.074800, 0.231159, 0.694437",\
|
|
"0.017315, 0.034850, 0.074800, 0.231159, 0.694437",\
|
|
"0.017315, 0.034850, 0.074800, 0.231159, 0.694437",\
|
|
"0.017315, 0.034850, 0.074800, 0.231159, 0.694437");
|
|
}
|
|
|
|
} /* 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.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.263351, 0.289145, 0.347413, 0.555010, 1.103084",\
|
|
"0.263351, 0.289145, 0.347413, 0.555010, 1.103084",\
|
|
"0.262466, 0.288266, 0.346526, 0.554094, 1.103084",\
|
|
"0.211861, 0.237679, 0.295915, 0.503382, 1.094506",\
|
|
"-0.002066, 0.024397, 0.082727, 0.290165, 0.882034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.018993, 0.046965, 0.125506, 0.428173, 1.289056",\
|
|
"0.019046, 0.046986, 0.125509, 0.428173, 1.289056",\
|
|
"0.019155, 0.047029, 0.125514, 0.428173, 1.289056",\
|
|
"0.019525, 0.047175, 0.125531, 0.428173, 1.289056",\
|
|
"0.021275, 0.048400, 0.125851, 0.428173, 1.289259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.302823, 0.324699, 0.363875, 0.485731, 0.828565",\
|
|
"0.405665, 0.427536, 0.466712, 0.588569, 0.931386",\
|
|
"0.530195, 0.552027, 0.591200, 0.713060, 1.055733",\
|
|
"0.743990, 0.765762, 0.804930, 0.926794, 1.269247",\
|
|
"1.620278, 1.642804, 1.682706, 1.804722, 2.146707");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.017331, 0.034866, 0.074808, 0.234387, 0.703837",\
|
|
"0.017336, 0.034870, 0.074810, 0.234382, 0.703686",\
|
|
"0.017380, 0.034911, 0.074831, 0.234332, 0.702344",\
|
|
"0.017446, 0.034973, 0.074864, 0.234255, 0.700279",\
|
|
"0.020055, 0.037447, 0.076155, 0.234025, 0.698974");
|
|
}
|
|
|
|
} /* 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.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.204247, 0.231280, 0.289551, 0.495486, 1.083048",\
|
|
"0.204247, 0.231280, 0.289551, 0.495486, 1.083048",\
|
|
"0.204247, 0.231280, 0.289551, 0.495486, 1.083048",\
|
|
"0.195656, 0.222779, 0.281015, 0.486805, 1.074470",\
|
|
"-0.018484, 0.009496, 0.067826, 0.273587, 0.861998");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.018993, 0.046965, 0.125506, 0.424851, 1.278442",\
|
|
"0.019046, 0.046986, 0.125509, 0.424851, 1.278442",\
|
|
"0.019155, 0.047029, 0.125514, 0.424851, 1.278442",\
|
|
"0.019525, 0.047175, 0.125531, 0.424851, 1.278442",\
|
|
"0.021275, 0.048400, 0.125851, 0.424851, 1.279542");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.290106, 0.312636, 0.351812, 0.471953, 0.811279",\
|
|
"0.392947, 0.415473, 0.454649, 0.574791, 0.914100",\
|
|
"0.517475, 0.539964, 0.579137, 0.699282, 1.038447",\
|
|
"0.731265, 0.753699, 0.792868, 0.913016, 1.251960",\
|
|
"1.607021, 1.630741, 1.670643, 1.790944, 2.129420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002029, 0.026339, 0.090757, 0.325868, 1.000000");
|
|
values ( "0.017331, 0.034866, 0.074808, 0.231139, 0.693924",\
|
|
"0.017336, 0.034870, 0.074810, 0.231134, 0.693773",\
|
|
"0.017380, 0.034911, 0.074831, 0.231084, 0.692431",\
|
|
"0.017446, 0.034973, 0.074864, 0.231007, 0.690365",\
|
|
"0.020055, 0.037447, 0.076155, 0.230777, 0.689060");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[15] */
|
|
|
|
pin("mgmt_gpio_out[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "1.876326, 1.903936, 1.962155, 2.169394, 2.688392",\
|
|
"1.876326, 1.903936, 1.962155, 2.169394, 2.688392",\
|
|
"1.876326, 1.903936, 1.962155, 2.169394, 2.688392",\
|
|
"1.858287, 1.885898, 1.944117, 2.151356, 2.688392",\
|
|
"1.775147, 1.802757, 1.860977, 2.068216, 2.659139");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.018193, 0.046058, 0.124555, 0.426328, 1.286374",\
|
|
"0.018193, 0.046058, 0.124555, 0.426328, 1.286374",\
|
|
"0.018193, 0.046058, 0.124555, 0.426328, 1.286374",\
|
|
"0.018193, 0.046058, 0.124555, 0.426328, 1.286374",\
|
|
"0.018193, 0.046058, 0.124555, 0.426328, 1.286374");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "1.920847, 1.943983, 1.983175, 2.104702, 2.375151",\
|
|
"1.920847, 1.943983, 1.983175, 2.104702, 2.375151",\
|
|
"1.920847, 1.943983, 1.983175, 2.104702, 2.375151",\
|
|
"1.902808, 1.925945, 1.965136, 2.086664, 2.375151",\
|
|
"1.819668, 1.842805, 1.881996, 2.003524, 2.345898");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.016527, 0.034382, 0.074344, 0.233019, 0.701283",\
|
|
"0.016527, 0.034382, 0.074344, 0.233019, 0.701283",\
|
|
"0.016527, 0.034382, 0.074344, 0.233019, 0.701283",\
|
|
"0.016527, 0.034382, 0.074344, 0.233019, 0.701283",\
|
|
"0.016527, 0.034382, 0.074344, 0.233019, 0.701283");
|
|
}
|
|
|
|
} /* 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.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "1.435818, 1.463420, 1.521642, 1.727631, 2.315932",\
|
|
"1.435818, 1.463420, 1.521642, 1.727631, 2.315932",\
|
|
"1.435818, 1.463420, 1.521642, 1.727631, 2.315932",\
|
|
"1.435818, 1.463420, 1.521642, 1.727631, 2.315932",\
|
|
"1.406565, 1.434166, 1.492389, 1.698378, 2.286679");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.018151, 0.046042, 0.124553, 0.423954, 1.279109",\
|
|
"0.018151, 0.046042, 0.124553, 0.423954, 1.279109",\
|
|
"0.018151, 0.046042, 0.124553, 0.423954, 1.279109",\
|
|
"0.018151, 0.046042, 0.124553, 0.423954, 1.279109",\
|
|
"0.018151, 0.046042, 0.124553, 0.423954, 1.279109");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "1.531548, 1.554695, 1.593887, 1.714124, 2.053894",\
|
|
"1.531548, 1.554695, 1.593887, 1.714124, 2.053894",\
|
|
"1.531548, 1.554695, 1.593887, 1.714124, 2.053894",\
|
|
"1.531548, 1.554695, 1.593887, 1.714124, 2.053894",\
|
|
"1.502295, 1.525442, 1.564634, 1.684871, 2.024641");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.016513, 0.034369, 0.074337, 0.230589, 0.694232",\
|
|
"0.016513, 0.034369, 0.074337, 0.230589, 0.694232",\
|
|
"0.016513, 0.034369, 0.074337, 0.230589, 0.694232",\
|
|
"0.016513, 0.034369, 0.074337, 0.230589, 0.694232",\
|
|
"0.016513, 0.034369, 0.074337, 0.230589, 0.694232");
|
|
}
|
|
|
|
} /* 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.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.606649, 0.634253, 0.692475, 0.899721, 1.490639",\
|
|
"0.705861, 0.733465, 0.791686, 0.998933, 1.589850",\
|
|
"0.779209, 0.806813, 0.865035, 1.072281, 1.663199",\
|
|
"0.895107, 0.922711, 0.980932, 1.188179, 1.779096",\
|
|
"1.372584, 1.400188, 1.458410, 1.665656, 2.256574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.018163, 0.046047, 0.124554, 0.426332, 1.286423",\
|
|
"0.018163, 0.046047, 0.124554, 0.426332, 1.286423",\
|
|
"0.018163, 0.046047, 0.124554, 0.426332, 1.286423",\
|
|
"0.018163, 0.046047, 0.124554, 0.426332, 1.286423",\
|
|
"0.018164, 0.046047, 0.124554, 0.426332, 1.286423");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.651691, 0.674825, 0.714016, 0.835544, 1.177909",\
|
|
"0.799330, 0.822464, 0.861656, 0.983184, 1.325548",\
|
|
"0.956214, 0.979348, 1.018539, 1.140067, 1.482432",\
|
|
"1.242120, 1.265254, 1.304446, 1.425974, 1.768338",\
|
|
"2.420965, 2.444099, 2.483290, 2.604819, 2.947183");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.016530, 0.034385, 0.074346, 0.233016, 0.701188",\
|
|
"0.016530, 0.034385, 0.074346, 0.233016, 0.701188",\
|
|
"0.016530, 0.034385, 0.074346, 0.233016, 0.701188",\
|
|
"0.016530, 0.034385, 0.074346, 0.233016, 0.701188",\
|
|
"0.016530, 0.034385, 0.074346, 0.233016, 0.701189");
|
|
}
|
|
|
|
} /* 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.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.560361, 0.587965, 0.646186, 0.852172, 1.440475",\
|
|
"0.560361, 0.587965, 0.646186, 0.852172, 1.440475",\
|
|
"0.557222, 0.584826, 0.643048, 0.849033, 1.437337",\
|
|
"0.442214, 0.469818, 0.528039, 0.734025, 1.322328",\
|
|
"-0.031929, -0.004325, 0.053896, 0.259882, 0.848185");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.018163, 0.046047, 0.124554, 0.423952, 1.279088",\
|
|
"0.018163, 0.046047, 0.124554, 0.423952, 1.279088",\
|
|
"0.018163, 0.046047, 0.124554, 0.423952, 1.279088",\
|
|
"0.018163, 0.046047, 0.124554, 0.423952, 1.279088",\
|
|
"0.018164, 0.046047, 0.124554, 0.423952, 1.279088");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.624574, 0.647708, 0.686899, 0.807137, 1.146851",\
|
|
"0.695934, 0.719068, 0.758259, 0.878497, 1.218211",\
|
|
"0.751681, 0.774815, 0.814007, 0.934244, 1.273958",\
|
|
"0.804463, 0.827597, 0.866788, 0.987026, 1.326740",\
|
|
"1.022541, 1.045675, 1.084866, 1.205104, 1.544818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001211, 0.025521, 0.089938, 0.325050, 1.000000");
|
|
values ( "0.016530, 0.034385, 0.074346, 0.230569, 0.693706",\
|
|
"0.016530, 0.034385, 0.074346, 0.230569, 0.693706",\
|
|
"0.016530, 0.034385, 0.074346, 0.230569, 0.693706",\
|
|
"0.016530, 0.034385, 0.074346, 0.230569, 0.693706",\
|
|
"0.016530, 0.034385, 0.074346, 0.230569, 0.693707");
|
|
}
|
|
|
|
} /* 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 ( "1.733016, 1.741932, 1.767628, 1.873331, 2.242028",\
|
|
"1.733016, 1.741932, 1.767628, 1.873331, 2.242028",\
|
|
"1.733016, 1.741932, 1.767628, 1.873331, 2.242028",\
|
|
"1.714978, 1.723894, 1.749589, 1.855293, 2.242028",\
|
|
"1.631838, 1.640754, 1.666449, 1.772152, 2.212775");
|
|
}
|
|
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.015028, 0.023716, 0.054394, 0.202575, 0.849934",\
|
|
"0.015028, 0.023716, 0.054394, 0.202575, 0.849934",\
|
|
"0.015028, 0.023716, 0.054394, 0.202575, 0.849934",\
|
|
"0.015028, 0.023716, 0.054394, 0.202575, 0.849934",\
|
|
"0.015028, 0.023716, 0.054394, 0.202575, 0.849934");
|
|
}
|
|
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 ( "1.814179, 1.821085, 1.838186, 1.889487, 2.002513",\
|
|
"1.814179, 1.821085, 1.838186, 1.889487, 2.002513",\
|
|
"1.814179, 1.821085, 1.838186, 1.889487, 2.002513",\
|
|
"1.796141, 1.803047, 1.820148, 1.871448, 2.002513",\
|
|
"1.713001, 1.719906, 1.737007, 1.788308, 1.973260");
|
|
}
|
|
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.014350, 0.019152, 0.032713, 0.087576, 0.342675",\
|
|
"0.014350, 0.019152, 0.032713, 0.087576, 0.342675",\
|
|
"0.014350, 0.019152, 0.032713, 0.087576, 0.342675",\
|
|
"0.014350, 0.019152, 0.032713, 0.087576, 0.342675",\
|
|
"0.014350, 0.019152, 0.032713, 0.087576, 0.342675");
|
|
}
|
|
|
|
} /* 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 ( "1.442985, 1.451900, 1.477596, 1.583299, 2.019772",\
|
|
"1.442985, 1.451900, 1.477596, 1.583299, 2.019772",\
|
|
"1.442985, 1.451900, 1.477596, 1.583299, 2.019772",\
|
|
"1.442985, 1.451900, 1.477596, 1.583299, 2.019772",\
|
|
"1.413732, 1.422647, 1.448343, 1.554046, 1.990519");
|
|
}
|
|
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.015021, 0.023710, 0.054391, 0.202570, 0.842077",\
|
|
"0.015021, 0.023710, 0.054391, 0.202570, 0.842077",\
|
|
"0.015021, 0.023710, 0.054391, 0.202570, 0.842077",\
|
|
"0.015021, 0.023710, 0.054391, 0.202570, 0.842077",\
|
|
"0.015021, 0.023710, 0.054391, 0.202570, 0.842077");
|
|
}
|
|
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 ( "1.541318, 1.548229, 1.565341, 1.616628, 1.797316",\
|
|
"1.541318, 1.548229, 1.565341, 1.616628, 1.797316",\
|
|
"1.541318, 1.548229, 1.565341, 1.616628, 1.797316",\
|
|
"1.541318, 1.548229, 1.565341, 1.616628, 1.797316",\
|
|
"1.512065, 1.518976, 1.536088, 1.587375, 1.768063");
|
|
}
|
|
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.014353, 0.019154, 0.032704, 0.087577, 0.334562",\
|
|
"0.014353, 0.019154, 0.032704, 0.087577, 0.334562",\
|
|
"0.014353, 0.019154, 0.032704, 0.087577, 0.334562",\
|
|
"0.014353, 0.019154, 0.032704, 0.087577, 0.334562",\
|
|
"0.014353, 0.019154, 0.032704, 0.087577, 0.334562");
|
|
}
|
|
|
|
} /* 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.412623, 0.421541, 0.447234, 0.552938, 0.960649",\
|
|
"0.412623, 0.421541, 0.447234, 0.552938, 0.960649",\
|
|
"0.399034, 0.407952, 0.433646, 0.539350, 0.960649",\
|
|
"0.336912, 0.345830, 0.371523, 0.477228, 0.917889",\
|
|
"0.080852, 0.089771, 0.115463, 0.221168, 0.661843");
|
|
}
|
|
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.015047, 0.023732, 0.054403, 0.202588, 0.849996",\
|
|
"0.015048, 0.023732, 0.054403, 0.202589, 0.849998",\
|
|
"0.015048, 0.023732, 0.054403, 0.202589, 0.849998",\
|
|
"0.015050, 0.023734, 0.054404, 0.202590, 0.850005",\
|
|
"0.015058, 0.023741, 0.054408, 0.202596, 0.850031");
|
|
}
|
|
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.402966, 0.409875, 0.426984, 0.478275, 0.663225",\
|
|
"0.516997, 0.523906, 0.541015, 0.592306, 0.777256",\
|
|
"0.620503, 0.627412, 0.644521, 0.695812, 0.880762",\
|
|
"0.806357, 0.813266, 0.830375, 0.881667, 1.066617",\
|
|
"1.574170, 1.581078, 1.598186, 1.649479, 1.834429");
|
|
}
|
|
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.014352, 0.019153, 0.032708, 0.087576, 0.342679",\
|
|
"0.014352, 0.019153, 0.032708, 0.087576, 0.342679",\
|
|
"0.014352, 0.019153, 0.032708, 0.087576, 0.342679",\
|
|
"0.014352, 0.019153, 0.032708, 0.087576, 0.342679",\
|
|
"0.014352, 0.019153, 0.032708, 0.087576, 0.342678");
|
|
}
|
|
|
|
} /* 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.379677, 0.388595, 0.414288, 0.519992, 0.956510",\
|
|
"0.379677, 0.388595, 0.414288, 0.519992, 0.956510",\
|
|
"0.379677, 0.388595, 0.414288, 0.519992, 0.956510",\
|
|
"0.336912, 0.345830, 0.371523, 0.477228, 0.913750",\
|
|
"0.080852, 0.089771, 0.115463, 0.221168, 0.657705");
|
|
}
|
|
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.015047, 0.023732, 0.054403, 0.202588, 0.842161",\
|
|
"0.015048, 0.023732, 0.054403, 0.202589, 0.842163",\
|
|
"0.015048, 0.023732, 0.054403, 0.202589, 0.842163",\
|
|
"0.015050, 0.023734, 0.054404, 0.202590, 0.842169",\
|
|
"0.015058, 0.023741, 0.054408, 0.202596, 0.842196");
|
|
}
|
|
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.402966, 0.409875, 0.426984, 0.478275, 0.658963",\
|
|
"0.516997, 0.523906, 0.541015, 0.592306, 0.772994",\
|
|
"0.620503, 0.627412, 0.644521, 0.695812, 0.876500",\
|
|
"0.806357, 0.813266, 0.830375, 0.881667, 1.062355",\
|
|
"1.574170, 1.581078, 1.598186, 1.649479, 1.830167");
|
|
}
|
|
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.014352, 0.019153, 0.032707, 0.087576, 0.334560",\
|
|
"0.014352, 0.019153, 0.032707, 0.087576, 0.334560",\
|
|
"0.014352, 0.019153, 0.032707, 0.087576, 0.334560",\
|
|
"0.014352, 0.019153, 0.032707, 0.087576, 0.334560",\
|
|
"0.014352, 0.019153, 0.032707, 0.087576, 0.334560");
|
|
}
|
|
|
|
} /* 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 ( "1.629487, 1.637636, 1.663323, 1.768996, 2.137441",\
|
|
"1.629487, 1.637636, 1.663323, 1.768996, 2.137441",\
|
|
"1.629487, 1.637636, 1.663323, 1.768996, 2.137441",\
|
|
"1.611448, 1.619598, 1.645285, 1.750958, 2.137441",\
|
|
"1.528308, 1.536458, 1.562145, 1.667818, 2.108188");
|
|
}
|
|
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.015055, 0.023745, 0.054443, 0.202640, 0.849463",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.849463",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.849463",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.849463",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.849463");
|
|
}
|
|
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 ( "1.625602, 1.632200, 1.649345, 1.700543, 1.813374",\
|
|
"1.625602, 1.632200, 1.649345, 1.700543, 1.813374",\
|
|
"1.625602, 1.632200, 1.649345, 1.700543, 1.813374",\
|
|
"1.607564, 1.614161, 1.631307, 1.682505, 1.813374",\
|
|
"1.524424, 1.531021, 1.548167, 1.599365, 1.784121");
|
|
}
|
|
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.014398, 0.019188, 0.032689, 0.087628, 0.342317",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.342317",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.342317",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.342317",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.342317");
|
|
}
|
|
|
|
} /* 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 ( "1.425877, 1.434768, 1.460455, 1.566128, 2.002555",\
|
|
"1.425877, 1.434768, 1.460455, 1.566128, 2.002555",\
|
|
"1.425877, 1.434768, 1.460455, 1.566128, 2.002555",\
|
|
"1.425877, 1.434768, 1.460455, 1.566128, 2.002555",\
|
|
"1.396624, 1.405515, 1.431202, 1.536875, 1.973302");
|
|
}
|
|
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.015055, 0.023745, 0.054443, 0.202640, 0.842000",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.842000",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.842000",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.842000",\
|
|
"0.015055, 0.023745, 0.054443, 0.202640, 0.842000");
|
|
}
|
|
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 ( "1.443160, 1.450070, 1.467216, 1.518414, 1.699110",\
|
|
"1.443160, 1.450070, 1.467216, 1.518414, 1.699110",\
|
|
"1.443160, 1.450070, 1.467216, 1.518414, 1.699110",\
|
|
"1.443160, 1.450070, 1.467216, 1.518414, 1.699110",\
|
|
"1.413907, 1.420817, 1.437963, 1.489161, 1.669857");
|
|
}
|
|
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.014398, 0.019188, 0.032689, 0.087628, 0.334584",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.334584",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.334584",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.334584",\
|
|
"0.014398, 0.019188, 0.032689, 0.087628, 0.334584");
|
|
}
|
|
|
|
} /* 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 ( "1.613013, 1.621921, 1.647657, 1.753399, 2.121963",\
|
|
"1.613013, 1.621921, 1.647657, 1.753399, 2.121963",\
|
|
"1.613013, 1.621921, 1.647657, 1.753399, 2.121963",\
|
|
"1.594975, 1.603882, 1.629619, 1.735361, 2.121963",\
|
|
"1.511834, 1.520742, 1.546478, 1.652221, 2.092710");
|
|
}
|
|
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.014720, 0.023449, 0.054217, 0.202292, 0.849763",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.849763",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.849763",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.849763",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.849763");
|
|
}
|
|
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 ( "1.619811, 1.626777, 1.643984, 1.695238, 1.808560",\
|
|
"1.619811, 1.626777, 1.643984, 1.695238, 1.808560",\
|
|
"1.619811, 1.626777, 1.643984, 1.695238, 1.808560",\
|
|
"1.601773, 1.608738, 1.625946, 1.677200, 1.808560",\
|
|
"1.518632, 1.525598, 1.542806, 1.594060, 1.779307");
|
|
}
|
|
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.014340, 0.019144, 0.032612, 0.087508, 0.343408",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.343408",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.343408",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.343408",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.343408");
|
|
}
|
|
|
|
} /* 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 ( "1.438394, 1.447301, 1.473037, 1.578780, 2.014778",\
|
|
"1.438394, 1.447301, 1.473037, 1.578780, 2.014778",\
|
|
"1.438394, 1.447301, 1.473037, 1.578780, 2.014778",\
|
|
"1.438394, 1.447301, 1.473037, 1.578780, 2.014778",\
|
|
"1.409141, 1.418048, 1.443784, 1.549527, 1.985525");
|
|
}
|
|
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.014720, 0.023449, 0.054217, 0.202292, 0.841258",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.841258",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.841258",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.841258",\
|
|
"0.014720, 0.023449, 0.054217, 0.202292, 0.841258");
|
|
}
|
|
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 ( "1.451303, 1.458268, 1.475476, 1.526730, 1.707351",\
|
|
"1.451303, 1.458268, 1.475476, 1.526730, 1.707351",\
|
|
"1.451303, 1.458268, 1.475476, 1.526730, 1.707351",\
|
|
"1.451303, 1.458268, 1.475476, 1.526730, 1.707351",\
|
|
"1.422050, 1.429015, 1.446223, 1.497477, 1.678098");
|
|
}
|
|
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.014340, 0.019144, 0.032612, 0.087508, 0.334594",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.334594",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.334594",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.334594",\
|
|
"0.014340, 0.019144, 0.032612, 0.087508, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[11] */
|
|
|
|
pin("mgmt_gpio_out[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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.442375, 0.451580, 0.477503, 0.583355, 0.995988",\
|
|
"0.442375, 0.451580, 0.477503, 0.583355, 0.995988",\
|
|
"0.430795, 0.439999, 0.465922, 0.571775, 0.995988",\
|
|
"0.332900, 0.342105, 0.368028, 0.473881, 0.915271",\
|
|
"-0.050559, -0.041353, -0.015429, 0.090424, 0.531815");
|
|
}
|
|
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.016668, 0.025134, 0.055079, 0.202592, 0.851334",\
|
|
"0.016668, 0.025135, 0.055079, 0.202592, 0.851334",\
|
|
"0.016668, 0.025135, 0.055079, 0.202592, 0.851334",\
|
|
"0.016671, 0.025137, 0.055080, 0.202592, 0.851334",\
|
|
"0.016677, 0.025143, 0.055083, 0.202592, 0.851334");
|
|
}
|
|
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.466614, 0.473573, 0.490783, 0.542291, 0.727707",\
|
|
"0.562049, 0.569008, 0.586218, 0.637726, 0.823142",\
|
|
"0.687502, 0.694461, 0.711672, 0.763180, 0.948596",\
|
|
"0.950067, 0.957027, 0.974240, 1.025749, 1.211165",\
|
|
"1.571827, 1.578789, 1.596006, 1.647518, 1.832934");
|
|
}
|
|
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.014738, 0.019553, 0.033075, 0.087646, 0.343739",\
|
|
"0.014738, 0.019553, 0.033075, 0.087646, 0.343739",\
|
|
"0.014739, 0.019554, 0.033076, 0.087647, 0.343739",\
|
|
"0.014745, 0.019560, 0.033081, 0.087649, 0.343740",\
|
|
"0.014756, 0.019572, 0.033091, 0.087653, 0.343743");
|
|
}
|
|
|
|
} /* 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.401211, 0.410415, 0.436337, 0.542190, 0.978932",\
|
|
"0.401211, 0.410415, 0.436337, 0.542190, 0.978932",\
|
|
"0.401211, 0.410415, 0.436337, 0.542190, 0.978932",\
|
|
"0.320639, 0.329843, 0.355766, 0.461619, 0.898361",\
|
|
"-0.062465, -0.053259, -0.027335, 0.078518, 0.515260");
|
|
}
|
|
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.016665, 0.025132, 0.055077, 0.202592, 0.842533",\
|
|
"0.016665, 0.025132, 0.055078, 0.202592, 0.842533",\
|
|
"0.016666, 0.025133, 0.055078, 0.202592, 0.842532",\
|
|
"0.016668, 0.025135, 0.055079, 0.202592, 0.842532",\
|
|
"0.016676, 0.025141, 0.055082, 0.202592, 0.842532");
|
|
}
|
|
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.451531, 0.458491, 0.475702, 0.527210, 0.707838",\
|
|
"0.547524, 0.554484, 0.571695, 0.623203, 0.803831",\
|
|
"0.674311, 0.681270, 0.698480, 0.749989, 0.930616",\
|
|
"0.938375, 0.945334, 0.962545, 1.014053, 1.194681",\
|
|
"1.562193, 1.569155, 1.586370, 1.637881, 1.818509");
|
|
}
|
|
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.014740, 0.019554, 0.033076, 0.087646, 0.334617",\
|
|
"0.014740, 0.019554, 0.033076, 0.087646, 0.334617",\
|
|
"0.014740, 0.019554, 0.033076, 0.087646, 0.334617",\
|
|
"0.014740, 0.019554, 0.033076, 0.087647, 0.334617",\
|
|
"0.014752, 0.019568, 0.033087, 0.087651, 0.334620");
|
|
}
|
|
|
|
} /* 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 ( "1.814092, 1.823296, 1.849219, 1.955071, 2.324536",\
|
|
"1.814092, 1.823296, 1.849219, 1.955071, 2.324536",\
|
|
"1.814092, 1.823296, 1.849219, 1.955071, 2.324536",\
|
|
"1.796053, 1.805258, 1.831180, 1.937033, 2.324536",\
|
|
"1.712913, 1.722117, 1.748040, 1.853893, 2.295283");
|
|
}
|
|
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.016668, 0.025135, 0.055079, 0.202592, 0.851334",\
|
|
"0.016668, 0.025135, 0.055079, 0.202592, 0.851334",\
|
|
"0.016668, 0.025135, 0.055079, 0.202592, 0.851334",\
|
|
"0.016668, 0.025135, 0.055079, 0.202592, 0.851334",\
|
|
"0.016668, 0.025135, 0.055079, 0.202592, 0.851334");
|
|
}
|
|
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.836359, 1.843313, 1.860514, 1.912017, 2.025506",\
|
|
"1.836359, 1.843313, 1.860514, 1.912017, 2.025506",\
|
|
"1.836359, 1.843313, 1.860514, 1.912017, 2.025506",\
|
|
"1.818320, 1.825275, 1.842476, 1.893979, 2.025506",\
|
|
"1.735180, 1.742134, 1.759335, 1.810838, 1.996253");
|
|
}
|
|
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.014711, 0.019525, 0.033052, 0.087637, 0.343733",\
|
|
"0.014711, 0.019525, 0.033052, 0.087637, 0.343733",\
|
|
"0.014711, 0.019525, 0.033052, 0.087637, 0.343733",\
|
|
"0.014711, 0.019525, 0.033052, 0.087637, 0.343733",\
|
|
"0.014711, 0.019525, 0.033052, 0.087637, 0.343733");
|
|
}
|
|
|
|
} /* 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 ( "0.895126, 0.904327, 0.930246, 1.036098, 1.472839",\
|
|
"0.895126, 0.904327, 0.930246, 1.036098, 1.472839",\
|
|
"0.895126, 0.904327, 0.930246, 1.036098, 1.472839",\
|
|
"0.895126, 0.904327, 0.930246, 1.036098, 1.472839",\
|
|
"0.865659, 0.874859, 0.900779, 1.006630, 1.443372");
|
|
}
|
|
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.016647, 0.025116, 0.055070, 0.202592, 0.842534",\
|
|
"0.016647, 0.025116, 0.055070, 0.202592, 0.842534",\
|
|
"0.016647, 0.025116, 0.055070, 0.202592, 0.842534",\
|
|
"0.016647, 0.025116, 0.055070, 0.202592, 0.842534",\
|
|
"0.016647, 0.025116, 0.055070, 0.202592, 0.842534");
|
|
}
|
|
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 ( "0.999407, 1.006338, 1.023490, 1.074967, 1.255586",\
|
|
"0.999407, 1.006338, 1.023490, 1.074967, 1.255586",\
|
|
"0.999407, 1.006338, 1.023490, 1.074967, 1.255586",\
|
|
"0.999407, 1.006338, 1.023490, 1.074967, 1.255586",\
|
|
"0.969940, 0.976870, 0.994023, 1.045499, 1.226118");
|
|
}
|
|
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.014574, 0.019383, 0.032937, 0.087587, 0.334584",\
|
|
"0.014574, 0.019383, 0.032937, 0.087587, 0.334584",\
|
|
"0.014574, 0.019383, 0.032937, 0.087587, 0.334584",\
|
|
"0.014574, 0.019383, 0.032937, 0.087587, 0.334584",\
|
|
"0.014574, 0.019383, 0.032937, 0.087587, 0.334584");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[10] */
|
|
|
|
pin("mgmt_gpio_out[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "1.690304, 1.717802, 1.776115, 1.982317, 2.502573",\
|
|
"1.690304, 1.717802, 1.776115, 1.982317, 2.502573",\
|
|
"1.690304, 1.717802, 1.776115, 1.982317, 2.502573",\
|
|
"1.672266, 1.699764, 1.758077, 1.964279, 2.502573",\
|
|
"1.589125, 1.616623, 1.674936, 1.881139, 2.473320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016470, 0.045185, 0.124162, 0.421104, 1.288466",\
|
|
"0.016470, 0.045185, 0.124162, 0.421104, 1.288466",\
|
|
"0.016470, 0.045185, 0.124162, 0.421104, 1.288466",\
|
|
"0.016470, 0.045185, 0.124162, 0.421104, 1.288466",\
|
|
"0.016470, 0.045185, 0.124162, 0.421104, 1.288466");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "1.757604, 1.781015, 1.820231, 1.940770, 2.212493",\
|
|
"1.757604, 1.781015, 1.820231, 1.940770, 2.212493",\
|
|
"1.757604, 1.781015, 1.820231, 1.940770, 2.212493",\
|
|
"1.739566, 1.762977, 1.802193, 1.922732, 2.212493",\
|
|
"1.656425, 1.679837, 1.719053, 1.839592, 2.183240");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016171, 0.034142, 0.074136, 0.228839, 0.703607",\
|
|
"0.016171, 0.034142, 0.074136, 0.228839, 0.703607",\
|
|
"0.016171, 0.034142, 0.074136, 0.228839, 0.703607",\
|
|
"0.016171, 0.034142, 0.074136, 0.228839, 0.703607",\
|
|
"0.016171, 0.034142, 0.074136, 0.228839, 0.703607");
|
|
}
|
|
|
|
} /* 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.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.897752, 0.925231, 0.983550, 1.189774, 1.778191",\
|
|
"0.897752, 0.925231, 0.983550, 1.189774, 1.778191",\
|
|
"0.897752, 0.925231, 0.983550, 1.189774, 1.778191",\
|
|
"0.897752, 0.925231, 0.983550, 1.189774, 1.778191",\
|
|
"0.868284, 0.895763, 0.954082, 1.160306, 1.748723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016388, 0.045153, 0.124158, 0.421117, 1.281504",\
|
|
"0.016388, 0.045153, 0.124158, 0.421117, 1.281504",\
|
|
"0.016388, 0.045153, 0.124158, 0.421117, 1.281504",\
|
|
"0.016388, 0.045153, 0.124158, 0.421117, 1.281504",\
|
|
"0.016388, 0.045153, 0.124158, 0.421117, 1.281504");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.994138, 1.017552, 1.056768, 1.177306, 1.517154",\
|
|
"0.994138, 1.017552, 1.056768, 1.177306, 1.517154",\
|
|
"0.994138, 1.017552, 1.056768, 1.177306, 1.517154",\
|
|
"0.994138, 1.017552, 1.056768, 1.177306, 1.517154",\
|
|
"0.964670, 0.988084, 1.027300, 1.147839, 1.487686");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016168, 0.034137, 0.074136, 0.228836, 0.696440",\
|
|
"0.016168, 0.034137, 0.074136, 0.228836, 0.696440",\
|
|
"0.016168, 0.034137, 0.074136, 0.228836, 0.696440",\
|
|
"0.016168, 0.034137, 0.074136, 0.228836, 0.696440",\
|
|
"0.016168, 0.034137, 0.074136, 0.228836, 0.696440");
|
|
}
|
|
|
|
} /* 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.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.542793, 0.570278, 0.628595, 0.834813, 1.355082",\
|
|
"0.542793, 0.570278, 0.628595, 0.834813, 1.355082",\
|
|
"0.542793, 0.570278, 0.628595, 0.834813, 1.355082",\
|
|
"0.526014, 0.553499, 0.611816, 0.818034, 1.355082",\
|
|
"0.442715, 0.470200, 0.528517, 0.734735, 1.326905");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016413, 0.045163, 0.124159, 0.421113, 1.288561",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.288561",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.288561",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.288561",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.288561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.544908, 0.568318, 0.607534, 0.728074, 1.071717",\
|
|
"0.663245, 0.686655, 0.725871, 0.846410, 1.190053",\
|
|
"0.773225, 0.796635, 0.835851, 0.956390, 1.300034",\
|
|
"0.957428, 0.980838, 1.020054, 1.140593, 1.484236",\
|
|
"1.716469, 1.739879, 1.779095, 1.899634, 2.243277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016173, 0.034143, 0.074137, 0.228837, 0.703555",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.703555",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.703555",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.703555",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.703555");
|
|
}
|
|
|
|
} /* 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.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.464179, 0.491664, 0.549981, 0.756198, 1.344620",\
|
|
"0.464179, 0.491664, 0.549981, 0.756198, 1.344620",\
|
|
"0.464179, 0.491664, 0.549981, 0.756198, 1.344620",\
|
|
"0.464179, 0.491664, 0.549981, 0.756198, 1.344620",\
|
|
"0.436002, 0.463487, 0.521804, 0.728022, 1.316443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016413, 0.045163, 0.124159, 0.421113, 1.281464",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.281464",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.281464",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.281464",\
|
|
"0.016413, 0.045163, 0.124159, 0.421113, 1.281464");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.539816, 0.563226, 0.602442, 0.722981, 1.062812",\
|
|
"0.658152, 0.681562, 0.720778, 0.841317, 1.181149",\
|
|
"0.768132, 0.791542, 0.830758, 0.951298, 1.291129",\
|
|
"0.952335, 0.975745, 1.014961, 1.135500, 1.475332",\
|
|
"1.711376, 1.734786, 1.774002, 1.894541, 2.234372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000946, 0.025256, 0.089673, 0.324785, 1.000000");
|
|
values ( "0.016173, 0.034143, 0.074137, 0.228837, 0.696316",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.696316",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.696316",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.696316",\
|
|
"0.016173, 0.034143, 0.074137, 0.228837, 0.696316");
|
|
}
|
|
|
|
} /* 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.418427, 0.427573, 0.453377, 0.559012, 0.970971",\
|
|
"0.418427, 0.427573, 0.453377, 0.559012, 0.970971",\
|
|
"0.405569, 0.414716, 0.440520, 0.546155, 0.970971",\
|
|
"0.306853, 0.316000, 0.341804, 0.447440, 0.887827",\
|
|
"-0.071269, -0.062121, -0.036315, 0.069320, 0.509707");
|
|
}
|
|
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.015914, 0.024478, 0.054715, 0.202648, 0.848857",\
|
|
"0.015914, 0.024478, 0.054715, 0.202648, 0.848857",\
|
|
"0.015914, 0.024479, 0.054716, 0.202648, 0.848857",\
|
|
"0.015917, 0.024481, 0.054717, 0.202648, 0.848857",\
|
|
"0.015924, 0.024487, 0.054720, 0.202648, 0.848856");
|
|
}
|
|
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.432453, 0.439404, 0.456491, 0.507755, 0.692069",\
|
|
"0.524092, 0.531042, 0.548129, 0.599393, 0.783707",\
|
|
"0.644235, 0.651185, 0.668272, 0.719536, 0.903850",\
|
|
"0.900659, 0.907610, 0.924697, 0.975960, 1.160274",\
|
|
"1.501365, 1.508317, 1.525408, 1.576674, 1.760988");
|
|
}
|
|
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.014316, 0.019172, 0.032796, 0.087666, 0.341056",\
|
|
"0.014316, 0.019172, 0.032796, 0.087666, 0.341056",\
|
|
"0.014316, 0.019172, 0.032796, 0.087666, 0.341056",\
|
|
"0.014316, 0.019172, 0.032796, 0.087666, 0.341056",\
|
|
"0.014326, 0.019182, 0.032805, 0.087669, 0.341058");
|
|
}
|
|
|
|
} /* 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.379503, 0.388649, 0.414453, 0.520088, 0.957160",\
|
|
"0.379503, 0.388649, 0.414453, 0.520088, 0.957160",\
|
|
"0.379503, 0.388649, 0.414453, 0.520088, 0.957160",\
|
|
"0.296357, 0.305504, 0.331308, 0.436943, 0.874015",\
|
|
"-0.081766, -0.072617, -0.046812, 0.058824, 0.495896");
|
|
}
|
|
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.015914, 0.024478, 0.054715, 0.202648, 0.842579",\
|
|
"0.015914, 0.024478, 0.054715, 0.202648, 0.842579",\
|
|
"0.015914, 0.024479, 0.054716, 0.202648, 0.842579",\
|
|
"0.015917, 0.024481, 0.054717, 0.202648, 0.842579",\
|
|
"0.015924, 0.024487, 0.054720, 0.202648, 0.842579");
|
|
}
|
|
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.428244, 0.435194, 0.452281, 0.503545, 0.684446",\
|
|
"0.519882, 0.526832, 0.543920, 0.595184, 0.776084",\
|
|
"0.640025, 0.646975, 0.664062, 0.715326, 0.896227",\
|
|
"0.896450, 0.903400, 0.920487, 0.971751, 1.152651",\
|
|
"1.497156, 1.504108, 1.521199, 1.572464, 1.753365");
|
|
}
|
|
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.014316, 0.019171, 0.032795, 0.087665, 0.334552",\
|
|
"0.014316, 0.019171, 0.032795, 0.087665, 0.334552",\
|
|
"0.014316, 0.019171, 0.032795, 0.087665, 0.334552",\
|
|
"0.014316, 0.019171, 0.032795, 0.087665, 0.334552",\
|
|
"0.014326, 0.019182, 0.032805, 0.087669, 0.334555");
|
|
}
|
|
|
|
} /* 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 ( "1.742618, 1.751763, 1.777567, 1.883202, 2.251662",\
|
|
"1.742618, 1.751763, 1.777567, 1.883202, 2.251662",\
|
|
"1.742618, 1.751763, 1.777567, 1.883202, 2.251662",\
|
|
"1.724579, 1.733725, 1.759528, 1.865163, 2.251662",\
|
|
"1.641439, 1.650585, 1.676388, 1.782023, 2.222409");
|
|
}
|
|
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.015910, 0.024475, 0.054714, 0.202648, 0.848858",\
|
|
"0.015910, 0.024475, 0.054714, 0.202648, 0.848858",\
|
|
"0.015910, 0.024475, 0.054714, 0.202648, 0.848858",\
|
|
"0.015910, 0.024475, 0.054714, 0.202648, 0.848858",\
|
|
"0.015910, 0.024475, 0.054714, 0.202648, 0.848858");
|
|
}
|
|
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.812335, 1.819281, 1.836359, 1.887618, 2.000004",\
|
|
"1.812335, 1.819281, 1.836359, 1.887618, 2.000004",\
|
|
"1.812335, 1.819281, 1.836359, 1.887618, 2.000004",\
|
|
"1.794297, 1.801243, 1.818321, 1.869579, 2.000004",\
|
|
"1.711157, 1.718103, 1.735180, 1.786439, 1.970751");
|
|
}
|
|
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.014289, 0.019144, 0.032774, 0.087656, 0.341050",\
|
|
"0.014289, 0.019144, 0.032774, 0.087656, 0.341050",\
|
|
"0.014289, 0.019144, 0.032774, 0.087656, 0.341050",\
|
|
"0.014289, 0.019144, 0.032774, 0.087656, 0.341050",\
|
|
"0.014289, 0.019144, 0.032774, 0.087656, 0.341050");
|
|
}
|
|
|
|
} /* 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 ( "0.873811, 0.882953, 0.908753, 1.014387, 1.451458",\
|
|
"0.873811, 0.882953, 0.908753, 1.014387, 1.451458",\
|
|
"0.873811, 0.882953, 0.908753, 1.014387, 1.451458",\
|
|
"0.873811, 0.882953, 0.908753, 1.014387, 1.451458",\
|
|
"0.844343, 0.853485, 0.879285, 0.984919, 1.421990");
|
|
}
|
|
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.015888, 0.024456, 0.054705, 0.202648, 0.842581",\
|
|
"0.015888, 0.024456, 0.054705, 0.202648, 0.842581",\
|
|
"0.015888, 0.024456, 0.054705, 0.202648, 0.842581",\
|
|
"0.015888, 0.024456, 0.054705, 0.202648, 0.842581",\
|
|
"0.015888, 0.024456, 0.054705, 0.202648, 0.842581");
|
|
}
|
|
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 ( "0.984846, 0.991784, 1.008846, 1.060087, 1.240981",\
|
|
"0.984846, 0.991784, 1.008846, 1.060087, 1.240981",\
|
|
"0.984846, 0.991784, 1.008846, 1.060087, 1.240981",\
|
|
"0.984846, 0.991784, 1.008846, 1.060087, 1.240981",\
|
|
"0.955378, 0.962316, 0.979379, 1.030619, 1.211514");
|
|
}
|
|
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.014232, 0.019083, 0.032718, 0.087634, 0.334538",\
|
|
"0.014232, 0.019083, 0.032718, 0.087634, 0.334538",\
|
|
"0.014232, 0.019083, 0.032718, 0.087634, 0.334538",\
|
|
"0.014232, 0.019083, 0.032718, 0.087634, 0.334538",\
|
|
"0.014232, 0.019083, 0.032718, 0.087634, 0.334538");
|
|
}
|
|
|
|
} /* 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 ( "1.605512, 1.614376, 1.640094, 1.745784, 2.113939",\
|
|
"1.605512, 1.614376, 1.640094, 1.745784, 2.113939",\
|
|
"1.605512, 1.614376, 1.640094, 1.745784, 2.113939",\
|
|
"1.587474, 1.596338, 1.622056, 1.727745, 2.113939",\
|
|
"1.504334, 1.513198, 1.538916, 1.644605, 2.084686");
|
|
}
|
|
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.014803, 0.023530, 0.054321, 0.202433, 0.849008",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.849008",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.849008",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.849008",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.849008");
|
|
}
|
|
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 ( "1.617629, 1.624553, 1.641731, 1.692926, 1.805917",\
|
|
"1.617629, 1.624553, 1.641731, 1.692926, 1.805917",\
|
|
"1.617629, 1.624553, 1.641731, 1.692926, 1.805917",\
|
|
"1.599591, 1.606514, 1.623693, 1.674888, 1.805917",\
|
|
"1.516450, 1.523374, 1.540552, 1.591748, 1.776664");
|
|
}
|
|
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.014402, 0.019191, 0.032660, 0.087600, 0.342715",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.342715",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.342715",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.342715",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.342715");
|
|
}
|
|
|
|
} /* 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 ( "1.436511, 1.445375, 1.471093, 1.576782, 2.012725",\
|
|
"1.436511, 1.445375, 1.471093, 1.576782, 2.012725",\
|
|
"1.436511, 1.445375, 1.471093, 1.576782, 2.012725",\
|
|
"1.436511, 1.445375, 1.471093, 1.576782, 2.012725",\
|
|
"1.407258, 1.416122, 1.441840, 1.547529, 1.983472");
|
|
}
|
|
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.014803, 0.023530, 0.054321, 0.202433, 0.841172",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.841172",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.841172",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.841172",\
|
|
"0.014803, 0.023530, 0.054321, 0.202433, 0.841172");
|
|
}
|
|
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 ( "1.451656, 1.458580, 1.475758, 1.526953, 1.707608",\
|
|
"1.451656, 1.458580, 1.475758, 1.526953, 1.707608",\
|
|
"1.451656, 1.458580, 1.475758, 1.526953, 1.707608",\
|
|
"1.451656, 1.458580, 1.475758, 1.526953, 1.707608",\
|
|
"1.422403, 1.429327, 1.446505, 1.497700, 1.678355");
|
|
}
|
|
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.014402, 0.019191, 0.032660, 0.087600, 0.334596",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.334596",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.334596",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.334596",\
|
|
"0.014402, 0.019191, 0.032660, 0.087600, 0.334596");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[7] */
|
|
|
|
pin("mgmt_gpio_out[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.706033, 1.715299, 1.741193, 1.846854, 2.215364",\
|
|
"1.706033, 1.715299, 1.741193, 1.846854, 2.215364",\
|
|
"1.706033, 1.715299, 1.741193, 1.846854, 2.215364",\
|
|
"1.687994, 1.697261, 1.723154, 1.828816, 2.215364",\
|
|
"1.604854, 1.614120, 1.640014, 1.745675, 2.186110");
|
|
}
|
|
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.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814");
|
|
}
|
|
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 ( "1.826571, 1.833618, 1.850878, 1.902234, 2.014657",\
|
|
"1.826571, 1.833618, 1.850878, 1.902234, 2.014657",\
|
|
"1.826571, 1.833618, 1.850878, 1.902234, 2.014657",\
|
|
"1.808533, 1.815579, 1.832839, 1.884195, 2.014657",\
|
|
"1.725393, 1.732439, 1.749699, 1.801055, 1.985404");
|
|
}
|
|
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.014750, 0.019634, 0.033172, 0.087817, 0.341150",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.341150",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.341150",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.341150",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.341150");
|
|
}
|
|
|
|
} /* 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 ( "1.519734, 1.529000, 1.554894, 1.660555, 2.097676",\
|
|
"1.519734, 1.529000, 1.554894, 1.660555, 2.097676",\
|
|
"1.519734, 1.529000, 1.554894, 1.660555, 2.097676",\
|
|
"1.519734, 1.529000, 1.554894, 1.660555, 2.097676",\
|
|
"1.490481, 1.499747, 1.525641, 1.631302, 2.068423");
|
|
}
|
|
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.016423, 0.024920, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.842536");
|
|
}
|
|
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 ( "1.651133, 1.658179, 1.675439, 1.726795, 1.907731",\
|
|
"1.651133, 1.658179, 1.675439, 1.726795, 1.907731",\
|
|
"1.651133, 1.658179, 1.675439, 1.726795, 1.907731",\
|
|
"1.651133, 1.658179, 1.675439, 1.726795, 1.907731",\
|
|
"1.621880, 1.628926, 1.646186, 1.697542, 1.878477");
|
|
}
|
|
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.014750, 0.019634, 0.033172, 0.087817, 0.334648",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.334648",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.334648",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.334648",\
|
|
"0.014750, 0.019634, 0.033172, 0.087817, 0.334648");
|
|
}
|
|
|
|
} /* 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.372401, 0.381668, 0.407562, 0.513224, 0.919645",\
|
|
"0.372401, 0.381668, 0.407562, 0.513224, 0.919645",\
|
|
"0.367922, 0.377189, 0.403084, 0.508745, 0.919645",\
|
|
"0.321382, 0.330650, 0.356544, 0.462205, 0.902641",\
|
|
"0.127724, 0.136993, 0.162888, 0.268550, 0.708986");
|
|
}
|
|
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.016428, 0.024924, 0.054911, 0.202597, 0.848813",\
|
|
"0.016429, 0.024924, 0.054911, 0.202597, 0.848813",\
|
|
"0.016429, 0.024924, 0.054911, 0.202597, 0.848813",\
|
|
"0.016429, 0.024925, 0.054911, 0.202597, 0.848813",\
|
|
"0.016434, 0.024929, 0.054913, 0.202597, 0.848813");
|
|
}
|
|
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.420580, 0.427621, 0.444871, 0.496222, 0.680570",\
|
|
"0.519418, 0.526459, 0.543709, 0.595059, 0.779407",\
|
|
"0.603369, 0.610409, 0.627658, 0.679008, 0.863355",\
|
|
"0.752491, 0.759531, 0.776780, 0.828130, 1.012477",\
|
|
"1.367093, 1.374134, 1.391381, 1.442731, 1.627078");
|
|
}
|
|
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.014722, 0.019605, 0.033148, 0.087807, 0.341144",\
|
|
"0.014720, 0.019603, 0.033147, 0.087806, 0.341144",\
|
|
"0.014717, 0.019600, 0.033144, 0.087805, 0.341144",\
|
|
"0.014717, 0.019600, 0.033144, 0.087805, 0.341143",\
|
|
"0.014715, 0.019598, 0.033142, 0.087804, 0.341143");
|
|
}
|
|
|
|
} /* 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.317792, 0.327059, 0.352953, 0.458615, 0.895735",\
|
|
"0.317792, 0.327059, 0.352953, 0.458615, 0.895735",\
|
|
"0.317792, 0.327059, 0.352953, 0.458615, 0.895735",\
|
|
"0.300788, 0.310055, 0.335950, 0.441611, 0.878732",\
|
|
"0.107130, 0.116399, 0.142294, 0.247956, 0.685077");
|
|
}
|
|
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.016428, 0.024924, 0.054911, 0.202597, 0.842536",\
|
|
"0.016429, 0.024924, 0.054911, 0.202597, 0.842536",\
|
|
"0.016429, 0.024924, 0.054911, 0.202597, 0.842536",\
|
|
"0.016429, 0.024925, 0.054911, 0.202597, 0.842536",\
|
|
"0.016434, 0.024929, 0.054913, 0.202597, 0.842535");
|
|
}
|
|
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.410846, 0.417887, 0.435137, 0.486488, 0.667422",\
|
|
"0.509684, 0.516725, 0.533975, 0.585325, 0.766259",\
|
|
"0.593635, 0.600675, 0.617924, 0.669274, 0.850207",\
|
|
"0.742757, 0.749797, 0.767046, 0.818395, 0.999329",\
|
|
"1.357359, 1.364399, 1.381647, 1.432997, 1.613930");
|
|
}
|
|
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.014722, 0.019605, 0.033148, 0.087807, 0.334642",\
|
|
"0.014720, 0.019603, 0.033147, 0.087806, 0.334641",\
|
|
"0.014717, 0.019600, 0.033144, 0.087805, 0.334641",\
|
|
"0.014717, 0.019600, 0.033144, 0.087805, 0.334640",\
|
|
"0.014715, 0.019598, 0.033142, 0.087804, 0.334640");
|
|
}
|
|
|
|
} /* 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.405189, 0.414455, 0.440349, 0.546010, 0.952604",\
|
|
"0.405189, 0.414455, 0.440349, 0.546010, 0.952604",\
|
|
"0.400086, 0.409353, 0.435246, 0.540907, 0.952604",\
|
|
"0.353936, 0.363202, 0.389096, 0.494757, 0.935192",\
|
|
"0.161378, 0.170645, 0.196540, 0.302201, 0.742637");
|
|
}
|
|
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.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016429, 0.024925, 0.054911, 0.202597, 0.848814");
|
|
}
|
|
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.471778, 0.478807, 0.496033, 0.547371, 0.731715",\
|
|
"0.571862, 0.578892, 0.596118, 0.647455, 0.831799",\
|
|
"0.658602, 0.665631, 0.682858, 0.734195, 0.918539",\
|
|
"0.810994, 0.818024, 0.835250, 0.886588, 1.070932",\
|
|
"1.438968, 1.445998, 1.463226, 1.514564, 1.698908");
|
|
}
|
|
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.014654, 0.019534, 0.033091, 0.087782, 0.341131",\
|
|
"0.014654, 0.019534, 0.033091, 0.087782, 0.341131",\
|
|
"0.014654, 0.019534, 0.033091, 0.087782, 0.341131",\
|
|
"0.014655, 0.019536, 0.033092, 0.087783, 0.341131",\
|
|
"0.014658, 0.019539, 0.033095, 0.087784, 0.341132");
|
|
}
|
|
|
|
} /* 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.350751, 0.360017, 0.385911, 0.491572, 0.928692",\
|
|
"0.350751, 0.360017, 0.385911, 0.491572, 0.928692",\
|
|
"0.350751, 0.360017, 0.385911, 0.491572, 0.928692",\
|
|
"0.333340, 0.342606, 0.368500, 0.474161, 0.911282",\
|
|
"0.140776, 0.150042, 0.175936, 0.281598, 0.718718");
|
|
}
|
|
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.016422, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016425, 0.024922, 0.054909, 0.202597, 0.842536");
|
|
}
|
|
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.461850, 0.468877, 0.486098, 0.537432, 0.718362",\
|
|
"0.561940, 0.568966, 0.586187, 0.637521, 0.818451",\
|
|
"0.648664, 0.655690, 0.672911, 0.724245, 0.905175",\
|
|
"0.801019, 0.808045, 0.825265, 0.876599, 1.057529",\
|
|
"1.428952, 1.435978, 1.453197, 1.504532, 1.685461");
|
|
}
|
|
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.014638, 0.019518, 0.033077, 0.087776, 0.334625",\
|
|
"0.014638, 0.019518, 0.033077, 0.087776, 0.334625",\
|
|
"0.014637, 0.019517, 0.033077, 0.087776, 0.334624",\
|
|
"0.014636, 0.019516, 0.033076, 0.087776, 0.334624",\
|
|
"0.014636, 0.019515, 0.033075, 0.087775, 0.334624");
|
|
}
|
|
|
|
} /* 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.528068, 0.535097, 0.552323, 0.603660, 0.754286",\
|
|
"0.528068, 0.535097, 0.552323, 0.603660, 0.754286",\
|
|
"0.522752, 0.529782, 0.547008, 0.598346, 0.754286",\
|
|
"0.475677, 0.482706, 0.499933, 0.551271, 0.735615",\
|
|
"0.278165, 0.285195, 0.302423, 0.353761, 0.538105");
|
|
}
|
|
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.014654, 0.019534, 0.033091, 0.087782, 0.341131",\
|
|
"0.014654, 0.019534, 0.033091, 0.087782, 0.341131",\
|
|
"0.014654, 0.019534, 0.033091, 0.087782, 0.341131",\
|
|
"0.014655, 0.019536, 0.033092, 0.087783, 0.341131",\
|
|
"0.014658, 0.019539, 0.033095, 0.087784, 0.341132");
|
|
}
|
|
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.421689, 0.430956, 0.456849, 0.562510, 1.002946",\
|
|
"0.521948, 0.531214, 0.557108, 0.662769, 1.103204",\
|
|
"0.609197, 0.618463, 0.644357, 0.750018, 1.190453",\
|
|
"0.762357, 0.771624, 0.797517, 0.903179, 1.343614",\
|
|
"1.392143, 1.401411, 1.427305, 1.532967, 1.973402");
|
|
}
|
|
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.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016423, 0.024920, 0.054908, 0.202597, 0.848814",\
|
|
"0.016429, 0.024925, 0.054911, 0.202597, 0.848814");
|
|
}
|
|
|
|
} /* 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.484421, 0.491448, 0.508668, 0.560003, 0.740933",\
|
|
"0.484421, 0.491448, 0.508668, 0.560003, 0.740933",\
|
|
"0.484421, 0.491448, 0.508668, 0.560003, 0.740933",\
|
|
"0.465702, 0.472728, 0.489948, 0.541282, 0.722212",\
|
|
"0.268148, 0.275175, 0.292394, 0.343728, 0.524658");
|
|
}
|
|
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.014638, 0.019518, 0.033077, 0.087776, 0.334625",\
|
|
"0.014638, 0.019518, 0.033077, 0.087776, 0.334625",\
|
|
"0.014637, 0.019517, 0.033077, 0.087776, 0.334624",\
|
|
"0.014636, 0.019516, 0.033076, 0.087776, 0.334624",\
|
|
"0.014636, 0.019515, 0.033075, 0.087775, 0.334624");
|
|
}
|
|
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.401093, 0.410359, 0.436253, 0.541914, 0.979034",\
|
|
"0.501352, 0.510618, 0.536512, 0.642173, 1.079293",\
|
|
"0.588602, 0.597868, 0.623762, 0.729423, 1.166543",\
|
|
"0.741762, 0.751028, 0.776922, 0.882583, 1.319703",\
|
|
"1.371541, 1.380808, 1.406702, 1.512363, 1.949484");
|
|
}
|
|
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.016422, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016423, 0.024919, 0.054908, 0.202597, 0.842536",\
|
|
"0.016425, 0.024922, 0.054909, 0.202597, 0.842536");
|
|
}
|
|
|
|
} /* 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 ( "1.629899, 1.638163, 1.663885, 1.769578, 2.137866",\
|
|
"1.629899, 1.638163, 1.663885, 1.769578, 2.137866",\
|
|
"1.629899, 1.638163, 1.663885, 1.769578, 2.137866",\
|
|
"1.611860, 1.620125, 1.645847, 1.751540, 2.137866",\
|
|
"1.528720, 1.536985, 1.562707, 1.668399, 2.108613");
|
|
}
|
|
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.014754, 0.023482, 0.054253, 0.202374, 0.849142",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.849142",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.849142",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.849142",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.849142");
|
|
}
|
|
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 ( "1.634346, 1.640846, 1.658037, 1.709242, 1.822259",\
|
|
"1.634346, 1.640846, 1.658037, 1.709242, 1.822259",\
|
|
"1.634346, 1.640846, 1.658037, 1.709242, 1.822259",\
|
|
"1.616308, 1.622808, 1.639999, 1.691203, 1.822259",\
|
|
"1.533167, 1.539667, 1.556859, 1.608063, 1.793006");
|
|
}
|
|
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.014351, 0.019154, 0.032632, 0.087566, 0.342713",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.342713",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.342713",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.342713",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.342713");
|
|
}
|
|
|
|
} /* 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 ( "1.454643, 1.463543, 1.489265, 1.594957, 2.031033",\
|
|
"1.454643, 1.463543, 1.489265, 1.594957, 2.031033",\
|
|
"1.454643, 1.463543, 1.489265, 1.594957, 2.031033",\
|
|
"1.454643, 1.463543, 1.489265, 1.594957, 2.031033",\
|
|
"1.425390, 1.434290, 1.460012, 1.565704, 2.001780");
|
|
}
|
|
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.014754, 0.023482, 0.054253, 0.202374, 0.841307",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.841307",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.841307",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.841307",\
|
|
"0.014754, 0.023482, 0.054253, 0.202374, 0.841307");
|
|
}
|
|
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 ( "1.464176, 1.471130, 1.488322, 1.539526, 1.720207",\
|
|
"1.464176, 1.471130, 1.488322, 1.539526, 1.720207",\
|
|
"1.464176, 1.471130, 1.488322, 1.539526, 1.720207",\
|
|
"1.464176, 1.471130, 1.488322, 1.539526, 1.720207",\
|
|
"1.434923, 1.441877, 1.459069, 1.510273, 1.690954");
|
|
}
|
|
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.014351, 0.019154, 0.032632, 0.087566, 0.334594",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.334594",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.334594",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.334594",\
|
|
"0.014351, 0.019154, 0.032632, 0.087566, 0.334594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[5] */
|
|
|
|
pin("mgmt_gpio_out[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.583954, 1.592871, 1.618592, 1.724257, 2.092429",\
|
|
"1.583954, 1.592871, 1.618592, 1.724257, 2.092429",\
|
|
"1.583954, 1.592871, 1.618592, 1.724257, 2.092429",\
|
|
"1.565915, 1.574833, 1.600553, 1.706219, 2.092429",\
|
|
"1.482775, 1.491692, 1.517413, 1.623078, 2.063176");
|
|
}
|
|
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.014703, 0.023436, 0.054209, 0.202353, 0.848784",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.848784",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.848784",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.848784",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.848784");
|
|
}
|
|
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 ( "1.607398, 1.614372, 1.631567, 1.682747, 1.795613",\
|
|
"1.607398, 1.614372, 1.631567, 1.682747, 1.795613",\
|
|
"1.607398, 1.614372, 1.631567, 1.682747, 1.795613",\
|
|
"1.589360, 1.596333, 1.613528, 1.664708, 1.795613",\
|
|
"1.506220, 1.513193, 1.530388, 1.581568, 1.766360");
|
|
}
|
|
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.014320, 0.019133, 0.032619, 0.087574, 0.342327",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.342327",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.342327",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.342327",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.342327");
|
|
}
|
|
|
|
} /* 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 ( "1.414537, 1.423454, 1.449175, 1.554840, 1.990996",\
|
|
"1.414537, 1.423454, 1.449175, 1.554840, 1.990996",\
|
|
"1.414537, 1.423454, 1.449175, 1.554840, 1.990996",\
|
|
"1.414537, 1.423454, 1.449175, 1.554840, 1.990996",\
|
|
"1.385283, 1.394201, 1.419921, 1.525587, 1.961743");
|
|
}
|
|
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.014703, 0.023436, 0.054209, 0.202353, 0.841320",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.841320",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.841320",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.841320",\
|
|
"0.014703, 0.023436, 0.054209, 0.202353, 0.841320");
|
|
}
|
|
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 ( "1.439573, 1.446546, 1.463741, 1.514921, 1.695653",\
|
|
"1.439573, 1.446546, 1.463741, 1.514921, 1.695653",\
|
|
"1.439573, 1.446546, 1.463741, 1.514921, 1.695653",\
|
|
"1.439573, 1.446546, 1.463741, 1.514921, 1.695653",\
|
|
"1.410320, 1.417293, 1.434488, 1.485668, 1.666400");
|
|
}
|
|
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.014320, 0.019133, 0.032619, 0.087574, 0.334594",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.334594",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.334594",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.334594",\
|
|
"0.014320, 0.019133, 0.032619, 0.087574, 0.334594");
|
|
}
|
|
|
|
} /* 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 ( "1.524682, 1.532989, 1.558710, 1.664316, 2.032082",\
|
|
"1.524682, 1.532989, 1.558710, 1.664316, 2.032082",\
|
|
"1.524682, 1.532989, 1.558710, 1.664316, 2.032082",\
|
|
"1.506644, 1.514951, 1.540672, 1.646278, 2.032082",\
|
|
"1.423503, 1.431810, 1.457531, 1.563137, 2.002829");
|
|
}
|
|
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.014571, 0.023322, 0.054130, 0.202304, 0.847805",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.847805",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.847805",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.847805",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.847805");
|
|
}
|
|
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 ( "1.550172, 1.557169, 1.574371, 1.625489, 1.738033",\
|
|
"1.550172, 1.557169, 1.574371, 1.625489, 1.738033",\
|
|
"1.550172, 1.557169, 1.574371, 1.625489, 1.738033",\
|
|
"1.532134, 1.539131, 1.556332, 1.607450, 1.738033",\
|
|
"1.448994, 1.455990, 1.473192, 1.524310, 1.708780");
|
|
}
|
|
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.014287, 0.019111, 0.032604, 0.087608, 0.341549",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.341549",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.341549",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.341549",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.341549");
|
|
}
|
|
|
|
} /* 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 ( "1.351640, 1.360568, 1.386289, 1.491895, 1.928043",\
|
|
"1.351640, 1.360568, 1.386289, 1.491895, 1.928043",\
|
|
"1.351640, 1.360568, 1.386289, 1.491895, 1.928043",\
|
|
"1.351640, 1.360568, 1.386289, 1.491895, 1.928043",\
|
|
"1.322387, 1.331315, 1.357036, 1.462642, 1.898790");
|
|
}
|
|
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.014571, 0.023322, 0.054130, 0.202304, 0.841094",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.841094",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.841094",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.841094",\
|
|
"0.014571, 0.023322, 0.054130, 0.202304, 0.841094");
|
|
}
|
|
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 ( "1.379946, 1.386943, 1.404144, 1.455262, 1.636083",\
|
|
"1.379946, 1.386943, 1.404144, 1.455262, 1.636083",\
|
|
"1.379946, 1.386943, 1.404144, 1.455262, 1.636083",\
|
|
"1.379946, 1.386943, 1.404144, 1.455262, 1.636083",\
|
|
"1.350693, 1.357689, 1.374891, 1.426009, 1.606830");
|
|
}
|
|
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.014287, 0.019111, 0.032604, 0.087608, 0.334597",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.334597",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.334597",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.334597",\
|
|
"0.014287, 0.019111, 0.032604, 0.087608, 0.334597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[3] */
|
|
|
|
pin("mgmt_gpio_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.508429, 1.517368, 1.543100, 1.648764, 2.016917",\
|
|
"1.508429, 1.517368, 1.543100, 1.648764, 2.016917",\
|
|
"1.508429, 1.517368, 1.543100, 1.648764, 2.016917",\
|
|
"1.490391, 1.499330, 1.525061, 1.630726, 2.016917",\
|
|
"1.407251, 1.416190, 1.441921, 1.547586, 1.987664");
|
|
}
|
|
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.014588, 0.023333, 0.054118, 0.202252, 0.848655",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.848655",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.848655",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.848655",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.848655");
|
|
}
|
|
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 ( "1.538258, 1.545261, 1.562474, 1.613654, 1.726541",\
|
|
"1.538258, 1.545261, 1.562474, 1.613654, 1.726541",\
|
|
"1.538258, 1.545261, 1.562474, 1.613654, 1.726541",\
|
|
"1.520220, 1.527223, 1.544436, 1.595616, 1.726541",\
|
|
"1.437080, 1.444083, 1.461295, 1.512475, 1.697288");
|
|
}
|
|
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.014278, 0.019102, 0.032589, 0.087545, 0.342329",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.342329",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.342329",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.342329",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.342329");
|
|
}
|
|
|
|
} /* 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 ( "1.339475, 1.348414, 1.374145, 1.479810, 1.915946",\
|
|
"1.339475, 1.348414, 1.374145, 1.479810, 1.915946",\
|
|
"1.339475, 1.348414, 1.374145, 1.479810, 1.915946",\
|
|
"1.339475, 1.348414, 1.374145, 1.479810, 1.915946",\
|
|
"1.310222, 1.319161, 1.344892, 1.450557, 1.886693");
|
|
}
|
|
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.014588, 0.023333, 0.054118, 0.202252, 0.841191",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.841191",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.841191",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.841191",\
|
|
"0.014588, 0.023333, 0.054118, 0.202252, 0.841191");
|
|
}
|
|
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 ( "1.369304, 1.376307, 1.393520, 1.444699, 1.625452",\
|
|
"1.369304, 1.376307, 1.393520, 1.444699, 1.625452",\
|
|
"1.369304, 1.376307, 1.393520, 1.444699, 1.625452",\
|
|
"1.369304, 1.376307, 1.393520, 1.444699, 1.625452",\
|
|
"1.340051, 1.347054, 1.364266, 1.415446, 1.596199");
|
|
}
|
|
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.014278, 0.019102, 0.032589, 0.087545, 0.334595",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.334595",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.334595",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.334595",\
|
|
"0.014278, 0.019102, 0.032589, 0.087545, 0.334595");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[2] */
|
|
|
|
pin("mgmt_gpio_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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.645160, 0.654351, 0.680184, 0.785889, 1.182922",\
|
|
"0.645160, 0.654351, 0.680184, 0.785889, 1.182922",\
|
|
"0.644818, 0.654010, 0.679842, 0.785548, 1.182922",\
|
|
"0.602271, 0.611463, 0.637295, 0.743001, 1.182922",\
|
|
"0.425219, 0.434411, 0.460243, 0.565949, 1.006780");
|
|
}
|
|
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.015867, 0.024429, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.849743");
|
|
}
|
|
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.671093, 0.678114, 0.695305, 0.746680, 0.931427",\
|
|
"0.787080, 0.794100, 0.811291, 0.862666, 1.047413",\
|
|
"0.896593, 0.903614, 0.920804, 0.972180, 1.156926",\
|
|
"1.084600, 1.091621, 1.108811, 1.160187, 1.344933",\
|
|
"1.860601, 1.867622, 1.884812, 1.936188, 2.120934");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019");
|
|
}
|
|
|
|
} /* 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.564954, 0.574145, 0.599978, 0.705683, 1.142730",\
|
|
"0.564954, 0.574145, 0.599978, 0.705683, 1.142730",\
|
|
"0.564954, 0.574145, 0.599978, 0.705683, 1.142730",\
|
|
"0.564954, 0.574145, 0.599978, 0.705683, 1.142730",\
|
|
"0.388811, 0.398003, 0.423835, 0.529541, 0.966587");
|
|
}
|
|
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.015867, 0.024429, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024429, 0.054632, 0.202490, 0.842576");
|
|
}
|
|
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.659241, 0.666262, 0.683453, 0.734828, 0.915677",\
|
|
"0.775227, 0.782248, 0.799439, 0.850814, 1.031663",\
|
|
"0.884741, 0.891762, 0.908952, 0.960328, 1.141176",\
|
|
"1.072748, 1.079769, 1.096959, 1.148335, 1.329183",\
|
|
"1.848749, 1.855770, 1.872960, 1.924335, 2.105184");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594");
|
|
}
|
|
|
|
} /* 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.101914, 1.111106, 1.136938, 1.242644, 1.655101",\
|
|
"1.101914, 1.111106, 1.136938, 1.242644, 1.655101",\
|
|
"1.088801, 1.097993, 1.123825, 1.229531, 1.655101",\
|
|
"0.990197, 0.999389, 1.025221, 1.130927, 1.571758",\
|
|
"0.611560, 0.620751, 0.646584, 0.752289, 1.193120");
|
|
}
|
|
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.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743");
|
|
}
|
|
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.451091, 1.458112, 1.475302, 1.526678, 1.711424",\
|
|
"1.542673, 1.549694, 1.566884, 1.618259, 1.803006",\
|
|
"1.662583, 1.669604, 1.686795, 1.738170, 1.922917",\
|
|
"1.918718, 1.925739, 1.942929, 1.994305, 2.179051",\
|
|
"2.519171, 2.526192, 2.543383, 2.594758, 2.779505");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019");
|
|
}
|
|
|
|
} /* 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 ( "0.992079, 1.001271, 1.027104, 1.132809, 1.569855",\
|
|
"0.992079, 1.001271, 1.027104, 1.132809, 1.569855",\
|
|
"0.992079, 1.001271, 1.027104, 1.132809, 1.569855",\
|
|
"0.908736, 0.917928, 0.943761, 1.049466, 1.486512",\
|
|
"0.530099, 0.539291, 0.565123, 0.670829, 1.107875");
|
|
}
|
|
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.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576");
|
|
}
|
|
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.304566, 1.311587, 1.328778, 1.380153, 1.561002",\
|
|
"1.396148, 1.403169, 1.420359, 1.471735, 1.652583",\
|
|
"1.516059, 1.523080, 1.540270, 1.591645, 1.772494",\
|
|
"1.772193, 1.779214, 1.796405, 1.847780, 2.028629",\
|
|
"2.372647, 2.379668, 2.396858, 2.448233, 2.629082");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594");
|
|
}
|
|
|
|
} /* 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.277570, 1.284591, 1.301782, 1.353157, 1.509530",\
|
|
"1.277570, 1.284591, 1.301782, 1.353157, 1.509530",\
|
|
"1.264458, 1.271479, 1.288669, 1.340044, 1.509530",\
|
|
"1.165853, 1.172874, 1.190065, 1.241440, 1.426187",\
|
|
"0.787216, 0.794237, 0.811427, 0.862803, 1.047549");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019");
|
|
}
|
|
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.233823, 1.243015, 1.268847, 1.374553, 1.815384",\
|
|
"1.325405, 1.334597, 1.360429, 1.466135, 1.906966",\
|
|
"1.445316, 1.454507, 1.480340, 1.586046, 2.026876",\
|
|
"1.701450, 1.710642, 1.736475, 1.842180, 2.283011",\
|
|
"2.301903, 2.311095, 2.336928, 2.442633, 2.883464");
|
|
}
|
|
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.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743");
|
|
}
|
|
|
|
} /* 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.193166, 1.200187, 1.217378, 1.268753, 1.449602",\
|
|
"1.193166, 1.200187, 1.217378, 1.268753, 1.449602",\
|
|
"1.193166, 1.200187, 1.217378, 1.268753, 1.449602",\
|
|
"1.109823, 1.116844, 1.134035, 1.185410, 1.366259",\
|
|
"0.731186, 0.738207, 0.755397, 0.806772, 0.987621");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594");
|
|
}
|
|
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.061961, 1.071152, 1.096985, 1.202690, 1.639737",\
|
|
"1.153542, 1.162734, 1.188566, 1.294272, 1.731318",\
|
|
"1.273453, 1.282645, 1.308477, 1.414183, 1.851229",\
|
|
"1.529588, 1.538779, 1.564612, 1.670318, 2.107364",\
|
|
"2.130041, 2.139233, 2.165065, 2.270771, 2.707817");
|
|
}
|
|
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.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576");
|
|
}
|
|
|
|
} /* 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.021401, 1.030593, 1.056426, 1.162131, 1.602962",\
|
|
"1.139738, 1.148930, 1.174762, 1.280468, 1.721299",\
|
|
"1.249644, 1.258836, 1.284668, 1.390374, 1.831205",\
|
|
"1.433863, 1.443055, 1.468887, 1.574593, 2.015424",\
|
|
"2.191087, 2.200279, 2.226112, 2.331817, 2.772648");
|
|
}
|
|
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.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.849743");
|
|
}
|
|
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.171498, 1.178519, 1.195710, 1.247085, 1.431832",\
|
|
"1.289835, 1.296856, 1.314046, 1.365422, 1.550168",\
|
|
"1.399741, 1.406762, 1.423952, 1.475328, 1.660074",\
|
|
"1.583960, 1.590981, 1.608171, 1.659547, 1.844293",\
|
|
"2.341184, 2.348205, 2.365396, 2.416771, 2.601518");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019");
|
|
}
|
|
|
|
} /* 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 ( "0.976195, 0.985387, 1.011220, 1.116925, 1.553971",\
|
|
"1.094532, 1.103724, 1.129556, 1.235262, 1.672308",\
|
|
"1.204438, 1.213629, 1.239462, 1.345168, 1.782214",\
|
|
"1.388657, 1.397848, 1.423681, 1.529387, 1.966433",\
|
|
"2.145881, 2.155073, 2.180905, 2.286611, 2.723657");
|
|
}
|
|
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.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576");
|
|
}
|
|
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.151453, 1.158474, 1.175665, 1.227040, 1.407889",\
|
|
"1.269790, 1.276811, 1.294002, 1.345377, 1.526226",\
|
|
"1.379696, 1.386717, 1.403908, 1.455283, 1.636132",\
|
|
"1.563915, 1.570936, 1.588127, 1.639502, 1.820351",\
|
|
"2.321139, 2.328160, 2.345351, 2.396726, 2.577575");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.334594");
|
|
}
|
|
|
|
} /* 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 ( "2.780187, 2.789382, 2.815217, 2.920923, 3.289829",\
|
|
"2.780187, 2.789382, 2.815217, 2.920923, 3.289829",\
|
|
"2.780187, 2.789382, 2.815217, 2.920923, 3.289829",\
|
|
"2.762148, 2.771343, 2.797179, 2.902885, 3.289829",\
|
|
"2.679008, 2.688203, 2.714038, 2.819744, 3.260576");
|
|
}
|
|
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.015884, 0.024443, 0.054639, 0.202490, 0.849742",\
|
|
"0.015884, 0.024443, 0.054639, 0.202490, 0.849742",\
|
|
"0.015884, 0.024443, 0.054639, 0.202490, 0.849742",\
|
|
"0.015884, 0.024443, 0.054639, 0.202490, 0.849742",\
|
|
"0.015884, 0.024443, 0.054639, 0.202490, 0.849742");
|
|
}
|
|
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.997042, 3.004063, 3.021253, 3.072628, 3.185450",\
|
|
"2.997042, 3.004063, 3.021253, 3.072628, 3.185450",\
|
|
"2.997042, 3.004063, 3.021253, 3.072628, 3.185450",\
|
|
"2.979003, 2.986024, 3.003215, 3.054590, 3.185450",\
|
|
"2.895863, 2.902884, 2.920074, 2.971450, 3.156197");
|
|
}
|
|
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.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019",\
|
|
"0.014459, 0.019342, 0.032921, 0.087637, 0.342019");
|
|
}
|
|
|
|
} /* 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 ( "0.895857, 0.905049, 0.930881, 1.036587, 1.473633",\
|
|
"0.895857, 0.905049, 0.930881, 1.036587, 1.473633",\
|
|
"0.895857, 0.905049, 0.930881, 1.036587, 1.473633",\
|
|
"0.895857, 0.905049, 0.930881, 1.036587, 1.473633",\
|
|
"0.866390, 0.875582, 0.901414, 1.007120, 1.444166");
|
|
}
|
|
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.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576",\
|
|
"0.015867, 0.024428, 0.054632, 0.202490, 0.842576");
|
|
}
|
|
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.026938, 1.033950, 1.051123, 1.102489, 1.283335",\
|
|
"1.026938, 1.033950, 1.051123, 1.102489, 1.283335",\
|
|
"1.026938, 1.033950, 1.051123, 1.102489, 1.283335",\
|
|
"1.026938, 1.033950, 1.051123, 1.102489, 1.283335",\
|
|
"0.997471, 1.004483, 1.021656, 1.073022, 1.253868");
|
|
}
|
|
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.014410, 0.019291, 0.032879, 0.087620, 0.334584",\
|
|
"0.014410, 0.019291, 0.032879, 0.087620, 0.334584",\
|
|
"0.014410, 0.019291, 0.032879, 0.087620, 0.334584",\
|
|
"0.014410, 0.019291, 0.032879, 0.087620, 0.334584",\
|
|
"0.014410, 0.019291, 0.032879, 0.087620, 0.334584");
|
|
}
|
|
|
|
} /* 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.433150, 0.442342, 0.468176, 0.573882, 0.956924",\
|
|
"0.433150, 0.442342, 0.468176, 0.573882, 0.956924",\
|
|
"0.433150, 0.442342, 0.468176, 0.573882, 0.956924",\
|
|
"0.412445, 0.421638, 0.447472, 0.553178, 0.956924",\
|
|
"0.324019, 0.333215, 0.359051, 0.464758, 0.905590");
|
|
}
|
|
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.015872, 0.024433, 0.054634, 0.202490, 0.849743",\
|
|
"0.015872, 0.024433, 0.054634, 0.202490, 0.849743",\
|
|
"0.015872, 0.024433, 0.054634, 0.202490, 0.849743",\
|
|
"0.015874, 0.024435, 0.054635, 0.202490, 0.849743",\
|
|
"0.015890, 0.024449, 0.054642, 0.202490, 0.849743");
|
|
}
|
|
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.423173, 0.430188, 0.447366, 0.498735, 0.683480",\
|
|
"0.526524, 0.533539, 0.550717, 0.602085, 0.786830",\
|
|
"0.615123, 0.622138, 0.639316, 0.690684, 0.875429",\
|
|
"0.764723, 0.771738, 0.788916, 0.840284, 1.025029",\
|
|
"1.382284, 1.389299, 1.406478, 1.457847, 1.642592");
|
|
}
|
|
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.014424, 0.019306, 0.032891, 0.087625, 0.342012",\
|
|
"0.014424, 0.019306, 0.032891, 0.087625, 0.342012",\
|
|
"0.014424, 0.019306, 0.032891, 0.087625, 0.342012",\
|
|
"0.014424, 0.019306, 0.032891, 0.087625, 0.342012",\
|
|
"0.014426, 0.019308, 0.032893, 0.087626, 0.342013");
|
|
}
|
|
|
|
} /* 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.349314, 0.358507, 0.384340, 0.490046, 0.927092",\
|
|
"0.349314, 0.358507, 0.384340, 0.490046, 0.927092",\
|
|
"0.349314, 0.358507, 0.384340, 0.490046, 0.927092",\
|
|
"0.349314, 0.358507, 0.384340, 0.490046, 0.927092",\
|
|
"0.297972, 0.307168, 0.333004, 0.438711, 0.875758");
|
|
}
|
|
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.015872, 0.024433, 0.054634, 0.202489, 0.842575",\
|
|
"0.015872, 0.024433, 0.054634, 0.202489, 0.842575",\
|
|
"0.015872, 0.024433, 0.054634, 0.202489, 0.842575",\
|
|
"0.015874, 0.024435, 0.054635, 0.202489, 0.842575",\
|
|
"0.015890, 0.024449, 0.054642, 0.202489, 0.842575");
|
|
}
|
|
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.415276, 0.422291, 0.439469, 0.490838, 0.671685",\
|
|
"0.518627, 0.525642, 0.542820, 0.594188, 0.775035",\
|
|
"0.607226, 0.614241, 0.631419, 0.682787, 0.863635",\
|
|
"0.756827, 0.763841, 0.781019, 0.832387, 1.013234",\
|
|
"1.374387, 1.381402, 1.398581, 1.449950, 1.630797");
|
|
}
|
|
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.014424, 0.019305, 0.032891, 0.087624, 0.334587",\
|
|
"0.014424, 0.019305, 0.032891, 0.087624, 0.334587",\
|
|
"0.014424, 0.019305, 0.032891, 0.087624, 0.334587",\
|
|
"0.014424, 0.019305, 0.032891, 0.087624, 0.334587",\
|
|
"0.014426, 0.019308, 0.032893, 0.087626, 0.334588");
|
|
}
|
|
|
|
} /* 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.403527, 0.412737, 0.438544, 0.544177, 0.926736",\
|
|
"0.403527, 0.412737, 0.438544, 0.544177, 0.926736",\
|
|
"0.403527, 0.412737, 0.438544, 0.544177, 0.926736",\
|
|
"0.382778, 0.391995, 0.417807, 0.523441, 0.926736",\
|
|
"0.293610, 0.302827, 0.328640, 0.434274, 0.874807");
|
|
}
|
|
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.015583, 0.024177, 0.054453, 0.202432, 0.848866",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.848866",\
|
|
"0.015584, 0.024177, 0.054454, 0.202432, 0.848866",\
|
|
"0.015616, 0.024205, 0.054467, 0.202431, 0.848863",\
|
|
"0.015618, 0.024207, 0.054468, 0.202431, 0.848863");
|
|
}
|
|
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.443762, 0.450806, 0.467962, 0.519253, 0.703633",\
|
|
"0.547050, 0.554094, 0.571251, 0.622542, 0.806921",\
|
|
"0.634726, 0.641770, 0.658926, 0.710217, 0.894597",\
|
|
"0.782488, 0.789532, 0.806689, 0.857980, 1.042359",\
|
|
"1.391388, 1.398432, 1.415589, 1.466880, 1.651260");
|
|
}
|
|
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.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072");
|
|
}
|
|
|
|
} /* 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.343574, 0.352784, 0.378591, 0.484224, 0.921441",\
|
|
"0.343574, 0.352784, 0.378591, 0.484224, 0.921441",\
|
|
"0.343574, 0.352784, 0.378591, 0.484224, 0.921441",\
|
|
"0.343574, 0.352784, 0.378591, 0.484224, 0.921441",\
|
|
"0.291590, 0.300803, 0.326612, 0.432246, 0.869464");
|
|
}
|
|
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.015583, 0.024176, 0.054453, 0.202432, 0.842587",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.842587",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.842587",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.842587",\
|
|
"0.015597, 0.024188, 0.054459, 0.202432, 0.842587");
|
|
}
|
|
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.443507, 0.450547, 0.467696, 0.518983, 0.699949",\
|
|
"0.546799, 0.553840, 0.570989, 0.622276, 0.803241",\
|
|
"0.634469, 0.641509, 0.658659, 0.709946, 0.890911",\
|
|
"0.782216, 0.789257, 0.806405, 0.857692, 1.038657",\
|
|
"1.391102, 1.398142, 1.415290, 1.466577, 1.647542");
|
|
}
|
|
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.014223, 0.019140, 0.032766, 0.087603, 0.334565",\
|
|
"0.014223, 0.019140, 0.032766, 0.087603, 0.334564",\
|
|
"0.014223, 0.019140, 0.032766, 0.087603, 0.334564",\
|
|
"0.014222, 0.019139, 0.032765, 0.087602, 0.334564",\
|
|
"0.014221, 0.019138, 0.032764, 0.087602, 0.334564");
|
|
}
|
|
|
|
} /* 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.534113, 0.541157, 0.558313, 0.609604, 0.736793",\
|
|
"0.534113, 0.541157, 0.558313, 0.609604, 0.736793",\
|
|
"0.534113, 0.541157, 0.558313, 0.609604, 0.736793",\
|
|
"0.511916, 0.518960, 0.536117, 0.587408, 0.736793",\
|
|
"0.415483, 0.422527, 0.439684, 0.490975, 0.675354");
|
|
}
|
|
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.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072",\
|
|
"0.014244, 0.019162, 0.032784, 0.087611, 0.341072");
|
|
}
|
|
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.386398, 0.395609, 0.421416, 0.527048, 0.967580",\
|
|
"0.489802, 0.499012, 0.524819, 0.630452, 1.070984",\
|
|
"0.578030, 0.587240, 0.613047, 0.718680, 1.159212",\
|
|
"0.728702, 0.737919, 0.763731, 0.869365, 1.309899",\
|
|
"1.339198, 1.348415, 1.374228, 1.479862, 1.920395");
|
|
}
|
|
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.015583, 0.024177, 0.054453, 0.202432, 0.848866",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.848866",\
|
|
"0.015584, 0.024177, 0.054454, 0.202432, 0.848866",\
|
|
"0.015616, 0.024205, 0.054467, 0.202431, 0.848863",\
|
|
"0.015618, 0.024207, 0.054468, 0.202431, 0.848863");
|
|
}
|
|
|
|
} /* 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.476666, 0.483707, 0.500856, 0.552143, 0.733108",\
|
|
"0.476666, 0.483707, 0.500856, 0.552143, 0.733108",\
|
|
"0.476666, 0.483707, 0.500856, 0.552143, 0.733108",\
|
|
"0.476666, 0.483707, 0.500856, 0.552143, 0.733108",\
|
|
"0.415197, 0.422236, 0.439385, 0.490671, 0.671637");
|
|
}
|
|
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.014223, 0.019140, 0.032766, 0.087603, 0.334565",\
|
|
"0.014223, 0.019140, 0.032766, 0.087603, 0.334564",\
|
|
"0.014223, 0.019140, 0.032766, 0.087603, 0.334564",\
|
|
"0.014222, 0.019139, 0.032765, 0.087602, 0.334564",\
|
|
"0.014221, 0.019138, 0.032764, 0.087602, 0.334564");
|
|
}
|
|
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.384418, 0.393629, 0.419436, 0.525068, 0.962286",\
|
|
"0.487822, 0.497033, 0.522840, 0.628472, 1.065690",\
|
|
"0.576050, 0.585261, 0.611068, 0.716700, 1.153918",\
|
|
"0.726660, 0.735870, 0.761677, 0.867310, 1.304527",\
|
|
"1.337178, 1.346391, 1.372200, 1.477834, 1.915051");
|
|
}
|
|
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.015583, 0.024176, 0.054453, 0.202432, 0.842587",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.842587",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.842587",\
|
|
"0.015583, 0.024177, 0.054453, 0.202432, 0.842587",\
|
|
"0.015597, 0.024188, 0.054459, 0.202432, 0.842587");
|
|
}
|
|
|
|
} /* 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.348726, 0.357937, 0.383745, 0.489378, 0.895929",\
|
|
"0.348726, 0.357937, 0.383745, 0.489378, 0.895929",\
|
|
"0.344145, 0.353357, 0.379164, 0.484797, 0.895929",\
|
|
"0.297776, 0.306988, 0.332796, 0.438428, 0.878961",\
|
|
"0.104596, 0.113809, 0.139618, 0.245251, 0.685784");
|
|
}
|
|
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.015587, 0.024180, 0.054455, 0.202432, 0.848866",\
|
|
"0.015587, 0.024180, 0.054455, 0.202432, 0.848866",\
|
|
"0.015587, 0.024180, 0.054455, 0.202432, 0.848866",\
|
|
"0.015588, 0.024181, 0.054455, 0.202432, 0.848866",\
|
|
"0.015597, 0.024188, 0.054459, 0.202432, 0.848866");
|
|
}
|
|
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.397510, 0.404552, 0.421704, 0.472993, 0.657372",\
|
|
"0.496501, 0.503543, 0.520694, 0.571983, 0.756361",\
|
|
"0.580971, 0.588012, 0.605163, 0.656451, 0.840829",\
|
|
"0.730700, 0.737741, 0.754892, 0.806180, 0.990559",\
|
|
"1.350963, 1.358008, 1.375168, 1.426460, 1.610840");
|
|
}
|
|
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.014232, 0.019149, 0.032773, 0.087606, 0.341069",\
|
|
"0.014232, 0.019149, 0.032773, 0.087606, 0.341069",\
|
|
"0.014232, 0.019149, 0.032773, 0.087606, 0.341069",\
|
|
"0.014232, 0.019149, 0.032773, 0.087606, 0.341069",\
|
|
"0.014252, 0.019170, 0.032790, 0.087613, 0.341073");
|
|
}
|
|
|
|
} /* 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.312766, 0.321977, 0.347785, 0.453418, 0.890635",\
|
|
"0.312766, 0.321977, 0.347785, 0.453418, 0.890635",\
|
|
"0.312766, 0.321977, 0.347785, 0.453418, 0.890635",\
|
|
"0.295797, 0.305009, 0.330816, 0.436449, 0.873667",\
|
|
"0.102616, 0.111829, 0.137638, 0.243272, 0.680489");
|
|
}
|
|
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.015587, 0.024180, 0.054455, 0.202432, 0.842587",\
|
|
"0.015587, 0.024180, 0.054455, 0.202432, 0.842587",\
|
|
"0.015587, 0.024180, 0.054455, 0.202432, 0.842587",\
|
|
"0.015588, 0.024181, 0.054455, 0.202432, 0.842587",\
|
|
"0.015597, 0.024188, 0.054459, 0.202432, 0.842587");
|
|
}
|
|
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.397510, 0.404552, 0.421704, 0.472993, 0.653958",\
|
|
"0.496501, 0.503543, 0.520694, 0.571983, 0.752948",\
|
|
"0.580971, 0.588012, 0.605163, 0.656451, 0.837416",\
|
|
"0.730700, 0.737741, 0.754892, 0.806180, 0.987146",\
|
|
"1.350963, 1.358008, 1.375168, 1.426460, 1.607427");
|
|
}
|
|
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.014232, 0.019145, 0.032770, 0.087605, 0.334565",\
|
|
"0.014232, 0.019145, 0.032770, 0.087605, 0.334565",\
|
|
"0.014232, 0.019145, 0.032770, 0.087605, 0.334565",\
|
|
"0.014232, 0.019145, 0.032770, 0.087605, 0.334565",\
|
|
"0.014252, 0.019170, 0.032790, 0.087613, 0.334570");
|
|
}
|
|
|
|
} /* 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 ( "1.685468, 1.694678, 1.720485, 1.826118, 2.194725",\
|
|
"1.685468, 1.694678, 1.720485, 1.826118, 2.194725",\
|
|
"1.685468, 1.694678, 1.720485, 1.826118, 2.194725",\
|
|
"1.667430, 1.676640, 1.702447, 1.808080, 2.194725",\
|
|
"1.584289, 1.593500, 1.619307, 1.724939, 2.165472");
|
|
}
|
|
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.015583, 0.024177, 0.054454, 0.202432, 0.848866",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.848866",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.848866",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.848866",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.848866");
|
|
}
|
|
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.806904, 1.813952, 1.831116, 1.882410, 1.994865",\
|
|
"1.806904, 1.813952, 1.831116, 1.882410, 1.994865",\
|
|
"1.806904, 1.813952, 1.831116, 1.882410, 1.994865",\
|
|
"1.788866, 1.795913, 1.813077, 1.864372, 1.994865",\
|
|
"1.705726, 1.712773, 1.729937, 1.781232, 1.965612");
|
|
}
|
|
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.014264, 0.019182, 0.032800, 0.087618, 0.341075",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.341075",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.341075",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.341075",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.341075");
|
|
}
|
|
|
|
} /* 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 ( "1.517784, 1.526995, 1.552802, 1.658434, 2.095652",\
|
|
"1.517784, 1.526995, 1.552802, 1.658434, 2.095652",\
|
|
"1.517784, 1.526995, 1.552802, 1.658434, 2.095652",\
|
|
"1.517784, 1.526995, 1.552802, 1.658434, 2.095652",\
|
|
"1.488531, 1.497742, 1.523549, 1.629181, 2.066399");
|
|
}
|
|
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.015583, 0.024177, 0.054454, 0.202432, 0.842588",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.842588",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.842588",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.842588",\
|
|
"0.015583, 0.024177, 0.054454, 0.202432, 0.842588");
|
|
}
|
|
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.641200, 1.648247, 1.665411, 1.716706, 1.897673",\
|
|
"1.641200, 1.648247, 1.665411, 1.716706, 1.897673",\
|
|
"1.641200, 1.648247, 1.665411, 1.716706, 1.897673",\
|
|
"1.641200, 1.648247, 1.665411, 1.716706, 1.897673",\
|
|
"1.611947, 1.618994, 1.636158, 1.687453, 1.868420");
|
|
}
|
|
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.014264, 0.019182, 0.032800, 0.087618, 0.334573",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.334573",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.334573",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.334573",\
|
|
"0.014264, 0.019182, 0.032800, 0.087618, 0.334573");
|
|
}
|
|
|
|
} /* 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 ( "1.656178, 1.664873, 1.691595, 1.799179, 2.171069",\
|
|
"1.656178, 1.664873, 1.691595, 1.799179, 2.171069",\
|
|
"1.656178, 1.664873, 1.691595, 1.799179, 2.171069",\
|
|
"1.638140, 1.646834, 1.673557, 1.781141, 2.171069",\
|
|
"1.555000, 1.563694, 1.590416, 1.698000, 2.141816");
|
|
}
|
|
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.020323, 0.028484, 0.056994, 0.208740, 0.859397",\
|
|
"0.020323, 0.028484, 0.056994, 0.208740, 0.859397",\
|
|
"0.020323, 0.028484, 0.056994, 0.208740, 0.859397",\
|
|
"0.020323, 0.028484, 0.056994, 0.208740, 0.859397",\
|
|
"0.020323, 0.028484, 0.056994, 0.208740, 0.859397");
|
|
}
|
|
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 ( "1.682270, 1.688943, 1.706846, 1.760011, 1.872533",\
|
|
"1.682270, 1.688943, 1.706846, 1.760011, 1.872533",\
|
|
"1.682270, 1.688943, 1.706846, 1.760011, 1.872533",\
|
|
"1.664232, 1.670905, 1.688808, 1.741973, 1.872533",\
|
|
"1.581091, 1.587764, 1.605667, 1.658832, 1.843280");
|
|
}
|
|
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.016810, 0.021546, 0.034592, 0.093575, 0.350752",\
|
|
"0.016810, 0.021546, 0.034592, 0.093575, 0.350752",\
|
|
"0.016810, 0.021546, 0.034592, 0.093575, 0.350752",\
|
|
"0.016810, 0.021546, 0.034592, 0.093575, 0.350752",\
|
|
"0.016810, 0.021546, 0.034592, 0.093575, 0.350752");
|
|
}
|
|
|
|
} /* 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 ( "1.473836, 1.483536, 1.510259, 1.615674, 2.052398",\
|
|
"1.473836, 1.483536, 1.510259, 1.615674, 2.052398",\
|
|
"1.473836, 1.483536, 1.510259, 1.615674, 2.052398",\
|
|
"1.473836, 1.483536, 1.510259, 1.615674, 2.052398",\
|
|
"1.444583, 1.454283, 1.481006, 1.586421, 2.023145");
|
|
}
|
|
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.020323, 0.028484, 0.056994, 0.204654, 0.841865",\
|
|
"0.020323, 0.028484, 0.056994, 0.204654, 0.841865",\
|
|
"0.020323, 0.028484, 0.056994, 0.204654, 0.841865",\
|
|
"0.020323, 0.028484, 0.056994, 0.204654, 0.841865",\
|
|
"0.020323, 0.028484, 0.056994, 0.204654, 0.841865");
|
|
}
|
|
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 ( "1.511362, 1.518522, 1.536425, 1.587414, 1.768676",\
|
|
"1.511362, 1.518522, 1.536425, 1.587414, 1.768676",\
|
|
"1.511362, 1.518522, 1.536425, 1.587414, 1.768676",\
|
|
"1.511362, 1.518522, 1.536425, 1.587414, 1.768676",\
|
|
"1.482109, 1.489269, 1.507172, 1.558161, 1.739422");
|
|
}
|
|
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.016810, 0.021546, 0.034592, 0.089471, 0.334985",\
|
|
"0.016810, 0.021546, 0.034592, 0.089471, 0.334985",\
|
|
"0.016810, 0.021546, 0.034592, 0.089471, 0.334985",\
|
|
"0.016810, 0.021546, 0.034592, 0.089471, 0.334985",\
|
|
"0.016810, 0.021546, 0.034592, 0.089471, 0.334985");
|
|
}
|
|
|
|
} /* 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 ( "1.728148, 1.736533, 1.762712, 1.870620, 2.243863",\
|
|
"1.728148, 1.736533, 1.762712, 1.870620, 2.243863",\
|
|
"1.728148, 1.736533, 1.762712, 1.870620, 2.243863",\
|
|
"1.710110, 1.718495, 1.744673, 1.852582, 2.243863",\
|
|
"1.626970, 1.635354, 1.661533, 1.769441, 2.214610");
|
|
}
|
|
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.018292, 0.026542, 0.055992, 0.209891, 0.863701",\
|
|
"0.018292, 0.026542, 0.055992, 0.209891, 0.863701",\
|
|
"0.018292, 0.026542, 0.055992, 0.209891, 0.863701",\
|
|
"0.018292, 0.026542, 0.055992, 0.209891, 0.863701",\
|
|
"0.018292, 0.026542, 0.055992, 0.209891, 0.863701");
|
|
}
|
|
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 ( "1.607417, 1.613815, 1.631028, 1.684191, 1.797328",\
|
|
"1.607417, 1.613815, 1.631028, 1.684191, 1.797328",\
|
|
"1.607417, 1.613815, 1.631028, 1.684191, 1.797328",\
|
|
"1.589378, 1.595776, 1.612990, 1.666152, 1.797328",\
|
|
"1.506238, 1.512636, 1.529849, 1.583012, 1.768075");
|
|
}
|
|
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.015131, 0.019683, 0.033033, 0.093900, 0.344709",\
|
|
"0.015131, 0.019683, 0.033033, 0.093900, 0.344709",\
|
|
"0.015131, 0.019683, 0.033033, 0.093900, 0.344709",\
|
|
"0.015131, 0.019683, 0.033033, 0.093900, 0.344709",\
|
|
"0.015131, 0.019683, 0.033033, 0.093900, 0.344709");
|
|
}
|
|
|
|
} /* 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 ( "1.516163, 1.525225, 1.551404, 1.656679, 2.093261",\
|
|
"1.516163, 1.525225, 1.551404, 1.656679, 2.093261",\
|
|
"1.516163, 1.525225, 1.551404, 1.656679, 2.093261",\
|
|
"1.516163, 1.525225, 1.551404, 1.656679, 2.093261",\
|
|
"1.486910, 1.495972, 1.522151, 1.627425, 2.064008");
|
|
}
|
|
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.018292, 0.026542, 0.055992, 0.204935, 0.842465",\
|
|
"0.018292, 0.026542, 0.055992, 0.204935, 0.842465",\
|
|
"0.018292, 0.026542, 0.055992, 0.204935, 0.842465",\
|
|
"0.018292, 0.026542, 0.055992, 0.204935, 0.842465",\
|
|
"0.018292, 0.026542, 0.055992, 0.204935, 0.842465");
|
|
}
|
|
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 ( "1.433181, 1.439886, 1.457100, 1.507617, 1.688674",\
|
|
"1.433181, 1.439886, 1.457100, 1.507617, 1.688674",\
|
|
"1.433181, 1.439886, 1.457100, 1.507617, 1.688674",\
|
|
"1.433181, 1.439886, 1.457100, 1.507617, 1.688674",\
|
|
"1.403928, 1.410633, 1.427847, 1.478364, 1.659421");
|
|
}
|
|
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.015131, 0.019683, 0.033033, 0.088918, 0.334588",\
|
|
"0.015131, 0.019683, 0.033033, 0.088918, 0.334588",\
|
|
"0.015131, 0.019683, 0.033033, 0.088918, 0.334588",\
|
|
"0.015131, 0.019683, 0.033033, 0.088918, 0.334588",\
|
|
"0.015131, 0.019683, 0.033033, 0.088918, 0.334588");
|
|
}
|
|
|
|
} /* 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 ( "1.595778, 1.605149, 1.631334, 1.738637, 2.109921",\
|
|
"1.595778, 1.605149, 1.631334, 1.738637, 2.109921",\
|
|
"1.595778, 1.605149, 1.631334, 1.738637, 2.109921",\
|
|
"1.577740, 1.587111, 1.613296, 1.720599, 2.109921",\
|
|
"1.494600, 1.503971, 1.530155, 1.637458, 2.080668");
|
|
}
|
|
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.017893, 0.026183, 0.055561, 0.207831, 0.857698",\
|
|
"0.017893, 0.026183, 0.055561, 0.207831, 0.857698",\
|
|
"0.017893, 0.026183, 0.055561, 0.207831, 0.857698",\
|
|
"0.017893, 0.026183, 0.055561, 0.207831, 0.857698",\
|
|
"0.017893, 0.026183, 0.055561, 0.207831, 0.857698");
|
|
}
|
|
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 ( "1.632951, 1.639985, 1.657465, 1.710164, 1.822043",\
|
|
"1.632951, 1.639985, 1.657465, 1.710164, 1.822043",\
|
|
"1.632951, 1.639985, 1.657465, 1.710164, 1.822043",\
|
|
"1.614913, 1.621947, 1.639427, 1.692126, 1.822043",\
|
|
"1.531772, 1.538806, 1.556286, 1.608985, 1.792790");
|
|
}
|
|
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.015362, 0.020137, 0.033467, 0.092475, 0.348271",\
|
|
"0.015362, 0.020137, 0.033467, 0.092475, 0.348271",\
|
|
"0.015362, 0.020137, 0.033467, 0.092475, 0.348271",\
|
|
"0.015362, 0.020137, 0.033467, 0.092475, 0.348271",\
|
|
"0.015362, 0.020137, 0.033467, 0.092475, 0.348271");
|
|
}
|
|
|
|
} /* 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 ( "1.414655, 1.424026, 1.450211, 1.555631, 1.992669",\
|
|
"1.414655, 1.424026, 1.450211, 1.555631, 1.992669",\
|
|
"1.414655, 1.424026, 1.450211, 1.555631, 1.992669",\
|
|
"1.414655, 1.424026, 1.450211, 1.555631, 1.992669",\
|
|
"1.385402, 1.394773, 1.420958, 1.526378, 1.963416");
|
|
}
|
|
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.017893, 0.026183, 0.055561, 0.204280, 0.842446",\
|
|
"0.017893, 0.026183, 0.055561, 0.204280, 0.842446",\
|
|
"0.017893, 0.026183, 0.055561, 0.204280, 0.842446",\
|
|
"0.017893, 0.026183, 0.055561, 0.204280, 0.842446",\
|
|
"0.017893, 0.026183, 0.055561, 0.204280, 0.842446");
|
|
}
|
|
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 ( "1.465294, 1.472328, 1.489807, 1.540618, 1.721894",\
|
|
"1.465294, 1.472328, 1.489807, 1.540618, 1.721894",\
|
|
"1.465294, 1.472328, 1.489807, 1.540618, 1.721894",\
|
|
"1.465294, 1.472328, 1.489807, 1.540618, 1.721894",\
|
|
"1.436041, 1.443074, 1.460554, 1.511365, 1.692641");
|
|
}
|
|
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.015362, 0.020137, 0.033467, 0.088910, 0.334727",\
|
|
"0.015362, 0.020137, 0.033467, 0.088910, 0.334727",\
|
|
"0.015362, 0.020137, 0.033467, 0.088910, 0.334727",\
|
|
"0.015362, 0.020137, 0.033467, 0.088910, 0.334727",\
|
|
"0.015362, 0.020137, 0.033467, 0.088910, 0.334727");
|
|
}
|
|
|
|
} /* 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 ( "1.551388, 1.560613, 1.586639, 1.693892, 2.065212",\
|
|
"1.551388, 1.560613, 1.586639, 1.693892, 2.065212",\
|
|
"1.551388, 1.560613, 1.586639, 1.693892, 2.065212",\
|
|
"1.533350, 1.542574, 1.568601, 1.675853, 2.065212",\
|
|
"1.450209, 1.459434, 1.485460, 1.592713, 2.035959");
|
|
}
|
|
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.016691, 0.025132, 0.054990, 0.207737, 0.857784",\
|
|
"0.016691, 0.025132, 0.054990, 0.207737, 0.857784",\
|
|
"0.016691, 0.025132, 0.054990, 0.207737, 0.857784",\
|
|
"0.016691, 0.025132, 0.054990, 0.207737, 0.857784",\
|
|
"0.016691, 0.025132, 0.054990, 0.207737, 0.857784");
|
|
}
|
|
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 ( "1.606942, 1.613918, 1.631220, 1.683815, 1.795699",\
|
|
"1.606942, 1.613918, 1.631220, 1.683815, 1.795699",\
|
|
"1.606942, 1.613918, 1.631220, 1.683815, 1.795699",\
|
|
"1.588904, 1.595879, 1.613181, 1.665777, 1.795699",\
|
|
"1.505764, 1.512739, 1.530041, 1.582637, 1.766446");
|
|
}
|
|
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.014725, 0.019509, 0.032953, 0.092229, 0.348154",\
|
|
"0.014725, 0.019509, 0.032953, 0.092229, 0.348154",\
|
|
"0.014725, 0.019509, 0.032953, 0.092229, 0.348154",\
|
|
"0.014725, 0.019509, 0.032953, 0.092229, 0.348154",\
|
|
"0.014725, 0.019509, 0.032953, 0.092229, 0.348154");
|
|
}
|
|
|
|
} /* 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 ( "1.385689, 1.394913, 1.420940, 1.526311, 1.963384",\
|
|
"1.385689, 1.394913, 1.420940, 1.526311, 1.963384",\
|
|
"1.385689, 1.394913, 1.420940, 1.526311, 1.963384",\
|
|
"1.385689, 1.394913, 1.420940, 1.526311, 1.963384",\
|
|
"1.356436, 1.365660, 1.391686, 1.497057, 1.934130");
|
|
}
|
|
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.016691, 0.025132, 0.054990, 0.204188, 0.842532",\
|
|
"0.016691, 0.025132, 0.054990, 0.204188, 0.842532",\
|
|
"0.016691, 0.025132, 0.054990, 0.204188, 0.842532",\
|
|
"0.016691, 0.025132, 0.054990, 0.204188, 0.842532",\
|
|
"0.016691, 0.025132, 0.054990, 0.204188, 0.842532");
|
|
}
|
|
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 ( "1.441243, 1.448219, 1.465521, 1.516228, 1.697506",\
|
|
"1.441243, 1.448219, 1.465521, 1.516228, 1.697506",\
|
|
"1.441243, 1.448219, 1.465521, 1.516228, 1.697506",\
|
|
"1.441243, 1.448219, 1.465521, 1.516228, 1.697506",\
|
|
"1.411990, 1.418965, 1.436267, 1.486975, 1.668253");
|
|
}
|
|
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.014725, 0.019509, 0.032953, 0.088666, 0.334612",\
|
|
"0.014725, 0.019509, 0.032953, 0.088666, 0.334612",\
|
|
"0.014725, 0.019509, 0.032953, 0.088666, 0.334612",\
|
|
"0.014725, 0.019509, 0.032953, 0.088666, 0.334612",\
|
|
"0.014725, 0.019509, 0.032953, 0.088666, 0.334612");
|
|
}
|
|
|
|
} /* 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 ( "1.610645, 1.619805, 1.646007, 1.753711, 2.126216",\
|
|
"1.610645, 1.619805, 1.646007, 1.753711, 2.126216",\
|
|
"1.610645, 1.619805, 1.646007, 1.753711, 2.126216",\
|
|
"1.592607, 1.601766, 1.627968, 1.735673, 2.126216",\
|
|
"1.509467, 1.518626, 1.544828, 1.652532, 2.096963");
|
|
}
|
|
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.018437, 0.026667, 0.056011, 0.209261, 0.861591",\
|
|
"0.018437, 0.026667, 0.056011, 0.209261, 0.861591",\
|
|
"0.018437, 0.026667, 0.056011, 0.209261, 0.861591",\
|
|
"0.018437, 0.026667, 0.056011, 0.209261, 0.861591",\
|
|
"0.018437, 0.026667, 0.056011, 0.209261, 0.861591");
|
|
}
|
|
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 ( "1.648334, 1.655203, 1.672654, 1.725739, 1.838407",\
|
|
"1.648334, 1.655203, 1.672654, 1.725739, 1.838407",\
|
|
"1.648334, 1.655203, 1.672654, 1.725739, 1.838407",\
|
|
"1.630296, 1.637164, 1.654616, 1.707701, 1.838407",\
|
|
"1.547155, 1.554024, 1.571476, 1.624560, 1.809154");
|
|
}
|
|
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.015739, 0.020362, 0.033611, 0.093608, 0.351961",\
|
|
"0.015739, 0.020362, 0.033611, 0.093608, 0.351961",\
|
|
"0.015739, 0.020362, 0.033611, 0.093608, 0.351961",\
|
|
"0.015739, 0.020362, 0.033611, 0.093608, 0.351961",\
|
|
"0.015739, 0.020362, 0.033611, 0.093608, 0.351961");
|
|
}
|
|
|
|
} /* 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 ( "1.412419, 1.421578, 1.447780, 1.553114, 1.989802",\
|
|
"1.412419, 1.421578, 1.447780, 1.553114, 1.989802",\
|
|
"1.412419, 1.421578, 1.447780, 1.553114, 1.989802",\
|
|
"1.412419, 1.421578, 1.447780, 1.553114, 1.989802",\
|
|
"1.383165, 1.392325, 1.418527, 1.523860, 1.960549");
|
|
}
|
|
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.018437, 0.026667, 0.056011, 0.204792, 0.842443",\
|
|
"0.018437, 0.026667, 0.056011, 0.204792, 0.842443",\
|
|
"0.018437, 0.026667, 0.056011, 0.204792, 0.842443",\
|
|
"0.018437, 0.026667, 0.056011, 0.204792, 0.842443",\
|
|
"0.018437, 0.026667, 0.056011, 0.204792, 0.842443");
|
|
}
|
|
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 ( "1.473137, 1.480006, 1.497457, 1.548162, 1.729294",\
|
|
"1.473137, 1.480006, 1.497457, 1.548162, 1.729294",\
|
|
"1.473137, 1.480006, 1.497457, 1.548162, 1.729294",\
|
|
"1.473137, 1.480006, 1.497457, 1.548162, 1.729294",\
|
|
"1.443884, 1.450752, 1.468204, 1.518909, 1.700041");
|
|
}
|
|
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.015739, 0.020362, 0.033611, 0.089118, 0.334732",\
|
|
"0.015739, 0.020362, 0.033611, 0.089118, 0.334732",\
|
|
"0.015739, 0.020362, 0.033611, 0.089118, 0.334732",\
|
|
"0.015739, 0.020362, 0.033611, 0.089118, 0.334732",\
|
|
"0.015739, 0.020362, 0.033611, 0.089118, 0.334732");
|
|
}
|
|
|
|
} /* 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 ( "1.707018, 1.716313, 1.742370, 1.849552, 2.220604",\
|
|
"1.707018, 1.716313, 1.742370, 1.849552, 2.220604",\
|
|
"1.707018, 1.716313, 1.742370, 1.849552, 2.220604",\
|
|
"1.688980, 1.698274, 1.724332, 1.831513, 2.220604",\
|
|
"1.605840, 1.615134, 1.641192, 1.748373, 2.191351");
|
|
}
|
|
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.016860, 0.025278, 0.055036, 0.207473, 0.856958",\
|
|
"0.016860, 0.025278, 0.055036, 0.207473, 0.856958",\
|
|
"0.016860, 0.025278, 0.055036, 0.207473, 0.856958",\
|
|
"0.016860, 0.025278, 0.055036, 0.207473, 0.856958",\
|
|
"0.016860, 0.025278, 0.055036, 0.207473, 0.856958");
|
|
}
|
|
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 ( "1.601799, 1.608738, 1.625921, 1.678371, 1.790147",\
|
|
"1.601799, 1.608738, 1.625921, 1.678371, 1.790147",\
|
|
"1.601799, 1.608738, 1.625921, 1.678371, 1.790147",\
|
|
"1.583761, 1.590700, 1.607883, 1.660333, 1.790147",\
|
|
"1.500620, 1.507560, 1.524742, 1.577193, 1.760894");
|
|
}
|
|
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.014336, 0.019131, 0.032654, 0.091889, 0.347371",\
|
|
"0.014336, 0.019131, 0.032654, 0.091889, 0.347371",\
|
|
"0.014336, 0.019131, 0.032654, 0.091889, 0.347371",\
|
|
"0.014336, 0.019131, 0.032654, 0.091889, 0.347371",\
|
|
"0.014336, 0.019131, 0.032654, 0.091889, 0.347371");
|
|
}
|
|
|
|
} /* 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 ( "1.520777, 1.530071, 1.556129, 1.661528, 2.098659",\
|
|
"1.520777, 1.530071, 1.556129, 1.661528, 2.098659",\
|
|
"1.520777, 1.530071, 1.556129, 1.661528, 2.098659",\
|
|
"1.520777, 1.530071, 1.556129, 1.661528, 2.098659",\
|
|
"1.491524, 1.500818, 1.526875, 1.632275, 2.069406");
|
|
}
|
|
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.016860, 0.025278, 0.055036, 0.204112, 0.842513",\
|
|
"0.016860, 0.025278, 0.055036, 0.204112, 0.842513",\
|
|
"0.016860, 0.025278, 0.055036, 0.204112, 0.842513",\
|
|
"0.016860, 0.025278, 0.055036, 0.204112, 0.842513",\
|
|
"0.016860, 0.025278, 0.055036, 0.204112, 0.842513");
|
|
}
|
|
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 ( "1.431363, 1.438302, 1.455485, 1.506148, 1.687430",\
|
|
"1.431363, 1.438302, 1.455485, 1.506148, 1.687430",\
|
|
"1.431363, 1.438302, 1.455485, 1.506148, 1.687430",\
|
|
"1.431363, 1.438302, 1.455485, 1.506148, 1.687430",\
|
|
"1.402110, 1.409049, 1.426232, 1.476895, 1.658177");
|
|
}
|
|
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.014336, 0.019131, 0.032654, 0.088517, 0.334542",\
|
|
"0.014336, 0.019131, 0.032654, 0.088517, 0.334542",\
|
|
"0.014336, 0.019131, 0.032654, 0.088517, 0.334542",\
|
|
"0.014336, 0.019131, 0.032654, 0.088517, 0.334542",\
|
|
"0.014336, 0.019131, 0.032654, 0.088517, 0.334542");
|
|
}
|
|
|
|
} /* 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 ( "1.576940, 1.586302, 1.612361, 1.719375, 2.089841",\
|
|
"1.576940, 1.586302, 1.612361, 1.719375, 2.089841",\
|
|
"1.576940, 1.586302, 1.612361, 1.719375, 2.089841",\
|
|
"1.558901, 1.568264, 1.594323, 1.701337, 2.089841",\
|
|
"1.475761, 1.485124, 1.511183, 1.618196, 2.060588");
|
|
}
|
|
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.016833, 0.025253, 0.054979, 0.206947, 0.855268",\
|
|
"0.016833, 0.025253, 0.054979, 0.206947, 0.855268",\
|
|
"0.016833, 0.025253, 0.054979, 0.206947, 0.855268",\
|
|
"0.016833, 0.025253, 0.054979, 0.206947, 0.855268",\
|
|
"0.016833, 0.025253, 0.054979, 0.206947, 0.855268");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "1.628873, 1.635945, 1.653311, 1.705695, 1.817291",\
|
|
"1.628873, 1.635945, 1.653311, 1.705695, 1.817291",\
|
|
"1.628873, 1.635945, 1.653311, 1.705695, 1.817291",\
|
|
"1.610835, 1.617907, 1.635273, 1.687657, 1.817291",\
|
|
"1.527695, 1.534766, 1.552133, 1.604516, 1.788038");
|
|
}
|
|
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.014770, 0.019626, 0.033077, 0.091632, 0.345992",\
|
|
"0.014770, 0.019626, 0.033077, 0.091632, 0.345992",\
|
|
"0.014770, 0.019626, 0.033077, 0.091632, 0.345992",\
|
|
"0.014770, 0.019626, 0.033077, 0.091632, 0.345992",\
|
|
"0.014770, 0.019626, 0.033077, 0.091632, 0.345992");
|
|
}
|
|
|
|
} /* 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 ( "1.401252, 1.410614, 1.436673, 1.542115, 1.979340",\
|
|
"1.401252, 1.410614, 1.436673, 1.542115, 1.979340",\
|
|
"1.401252, 1.410614, 1.436673, 1.542115, 1.979340",\
|
|
"1.401252, 1.410614, 1.436673, 1.542115, 1.979340",\
|
|
"1.371999, 1.381361, 1.407420, 1.512862, 1.950087");
|
|
}
|
|
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.016833, 0.025253, 0.054979, 0.203978, 0.842505",\
|
|
"0.016833, 0.025253, 0.054979, 0.203978, 0.842505",\
|
|
"0.016833, 0.025253, 0.054979, 0.203978, 0.842505",\
|
|
"0.016833, 0.025253, 0.054979, 0.203978, 0.842505",\
|
|
"0.016833, 0.025253, 0.054979, 0.203978, 0.842505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "1.458943, 1.466015, 1.483381, 1.534189, 1.715534",\
|
|
"1.458943, 1.466015, 1.483381, 1.534189, 1.715534",\
|
|
"1.458943, 1.466015, 1.483381, 1.534189, 1.715534",\
|
|
"1.458943, 1.466015, 1.483381, 1.534189, 1.715534",\
|
|
"1.429690, 1.436762, 1.454128, 1.504936, 1.686281");
|
|
}
|
|
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.014770, 0.019626, 0.033077, 0.088654, 0.334650",\
|
|
"0.014770, 0.019626, 0.033077, 0.088654, 0.334650",\
|
|
"0.014770, 0.019626, 0.033077, 0.088654, 0.334650",\
|
|
"0.014770, 0.019626, 0.033077, 0.088654, 0.334650",\
|
|
"0.014770, 0.019626, 0.033077, 0.088654, 0.334650");
|
|
}
|
|
|
|
} /* 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 ( "1.550692, 1.559671, 1.585644, 1.693274, 2.065844",\
|
|
"1.550692, 1.559671, 1.585644, 1.693274, 2.065844",\
|
|
"1.550692, 1.559671, 1.585644, 1.693274, 2.065844",\
|
|
"1.532654, 1.541633, 1.567605, 1.675236, 2.065844",\
|
|
"1.449514, 1.458493, 1.484465, 1.592096, 2.036591");
|
|
}
|
|
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.016652, 0.025110, 0.055155, 0.209104, 0.861717",\
|
|
"0.016652, 0.025110, 0.055155, 0.209104, 0.861717",\
|
|
"0.016652, 0.025110, 0.055155, 0.209104, 0.861717",\
|
|
"0.016652, 0.025110, 0.055155, 0.209104, 0.861717",\
|
|
"0.016652, 0.025110, 0.055155, 0.209104, 0.861717");
|
|
}
|
|
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 ( "1.605779, 1.612566, 1.629759, 1.682692, 1.795373",\
|
|
"1.605779, 1.612566, 1.629759, 1.682692, 1.795373",\
|
|
"1.605779, 1.612566, 1.629759, 1.682692, 1.795373",\
|
|
"1.587741, 1.594527, 1.611721, 1.664654, 1.795373",\
|
|
"1.504600, 1.511387, 1.528581, 1.581513, 1.766120");
|
|
}
|
|
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.014786, 0.019426, 0.032844, 0.093235, 0.351787",\
|
|
"0.014786, 0.019426, 0.032844, 0.093235, 0.351787",\
|
|
"0.014786, 0.019426, 0.032844, 0.093235, 0.351787",\
|
|
"0.014786, 0.019426, 0.032844, 0.093235, 0.351787",\
|
|
"0.014786, 0.019426, 0.032844, 0.093235, 0.351787");
|
|
}
|
|
|
|
} /* 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 ( "1.379893, 1.388871, 1.414844, 1.520105, 1.956855",\
|
|
"1.379893, 1.388871, 1.414844, 1.520105, 1.956855",\
|
|
"1.379893, 1.388871, 1.414844, 1.520105, 1.956855",\
|
|
"1.379893, 1.388871, 1.414844, 1.520105, 1.956855",\
|
|
"1.350639, 1.359618, 1.385591, 1.490852, 1.927602");
|
|
}
|
|
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.016652, 0.025110, 0.055155, 0.204641, 0.842570",\
|
|
"0.016652, 0.025110, 0.055155, 0.204641, 0.842570",\
|
|
"0.016652, 0.025110, 0.055155, 0.204641, 0.842570",\
|
|
"0.016652, 0.025110, 0.055155, 0.204641, 0.842570",\
|
|
"0.016652, 0.025110, 0.055155, 0.204641, 0.842570");
|
|
}
|
|
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 ( "1.437397, 1.444184, 1.461377, 1.511931, 1.693070",\
|
|
"1.437397, 1.444184, 1.461377, 1.511931, 1.693070",\
|
|
"1.437397, 1.444184, 1.461377, 1.511931, 1.693070",\
|
|
"1.437397, 1.444184, 1.461377, 1.511931, 1.693070",\
|
|
"1.408144, 1.414931, 1.432124, 1.482678, 1.663817");
|
|
}
|
|
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.014786, 0.019426, 0.032844, 0.088750, 0.334561",\
|
|
"0.014786, 0.019426, 0.032844, 0.088750, 0.334561",\
|
|
"0.014786, 0.019426, 0.032844, 0.088750, 0.334561",\
|
|
"0.014786, 0.019426, 0.032844, 0.088750, 0.334561",\
|
|
"0.014786, 0.019426, 0.032844, 0.088750, 0.334561");
|
|
}
|
|
|
|
} /* 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 ( "1.597645, 1.606854, 1.633035, 1.740649, 2.112944",\
|
|
"1.597645, 1.606854, 1.633035, 1.740649, 2.112944",\
|
|
"1.597645, 1.606854, 1.633035, 1.740649, 2.112944",\
|
|
"1.579606, 1.588816, 1.614996, 1.722610, 2.112944",\
|
|
"1.496466, 1.505675, 1.531856, 1.639470, 2.083691");
|
|
}
|
|
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.018090, 0.026360, 0.055779, 0.208893, 0.860796",\
|
|
"0.018090, 0.026360, 0.055779, 0.208893, 0.860796",\
|
|
"0.018090, 0.026360, 0.055779, 0.208893, 0.860796",\
|
|
"0.018090, 0.026360, 0.055779, 0.208893, 0.860796",\
|
|
"0.018090, 0.026360, 0.055779, 0.208893, 0.860796");
|
|
}
|
|
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 ( "1.638680, 1.645588, 1.663016, 1.716001, 1.828580",\
|
|
"1.638680, 1.645588, 1.663016, 1.716001, 1.828580",\
|
|
"1.638680, 1.645588, 1.663016, 1.716001, 1.828580",\
|
|
"1.620641, 1.627549, 1.644978, 1.697963, 1.828580",\
|
|
"1.537501, 1.544409, 1.561838, 1.614822, 1.799327");
|
|
}
|
|
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.015491, 0.020160, 0.033452, 0.093299, 0.351202",\
|
|
"0.015491, 0.020160, 0.033452, 0.093299, 0.351202",\
|
|
"0.015491, 0.020160, 0.033452, 0.093299, 0.351202",\
|
|
"0.015491, 0.020160, 0.033452, 0.093299, 0.351202",\
|
|
"0.015491, 0.020160, 0.033452, 0.093299, 0.351202");
|
|
}
|
|
|
|
} /* 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 ( "1.398017, 1.407226, 1.433407, 1.538752, 1.975555",\
|
|
"1.398017, 1.407226, 1.433407, 1.538752, 1.975555",\
|
|
"1.398017, 1.407226, 1.433407, 1.538752, 1.975555",\
|
|
"1.398017, 1.407226, 1.433407, 1.538752, 1.975555",\
|
|
"1.368764, 1.377973, 1.404154, 1.509499, 1.946302");
|
|
}
|
|
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.018090, 0.026360, 0.055779, 0.204617, 0.842456",\
|
|
"0.018090, 0.026360, 0.055779, 0.204617, 0.842456",\
|
|
"0.018090, 0.026360, 0.055779, 0.204617, 0.842456",\
|
|
"0.018090, 0.026360, 0.055779, 0.204617, 0.842456",\
|
|
"0.018090, 0.026360, 0.055779, 0.204617, 0.842456");
|
|
}
|
|
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 ( "1.461391, 1.468299, 1.485728, 1.536435, 1.717611",\
|
|
"1.461391, 1.468299, 1.485728, 1.536435, 1.717611",\
|
|
"1.461391, 1.468299, 1.485728, 1.536435, 1.717611",\
|
|
"1.461391, 1.468299, 1.485728, 1.536435, 1.717611",\
|
|
"1.432138, 1.439046, 1.456475, 1.507182, 1.688358");
|
|
}
|
|
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.015491, 0.020160, 0.033452, 0.089004, 0.334706",\
|
|
"0.015491, 0.020160, 0.033452, 0.089004, 0.334706",\
|
|
"0.015491, 0.020160, 0.033452, 0.089004, 0.334706",\
|
|
"0.015491, 0.020160, 0.033452, 0.089004, 0.334706",\
|
|
"0.015491, 0.020160, 0.033452, 0.089004, 0.334706");
|
|
}
|
|
|
|
} /* 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 ( "1.699429, 1.708375, 1.734435, 1.842307, 2.215523",\
|
|
"1.699429, 1.708375, 1.734435, 1.842307, 2.215523",\
|
|
"1.699429, 1.708375, 1.734435, 1.842307, 2.215523",\
|
|
"1.681391, 1.690337, 1.716396, 1.824269, 2.215523",\
|
|
"1.598250, 1.607196, 1.633256, 1.741128, 2.186270");
|
|
}
|
|
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.017506, 0.025863, 0.055657, 0.209901, 0.863762",\
|
|
"0.017506, 0.025863, 0.055657, 0.209901, 0.863762",\
|
|
"0.017506, 0.025863, 0.055657, 0.209901, 0.863762",\
|
|
"0.017506, 0.025863, 0.055657, 0.209901, 0.863762",\
|
|
"0.017506, 0.025863, 0.055657, 0.209901, 0.863762");
|
|
}
|
|
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 ( "1.592077, 1.598740, 1.615871, 1.668975, 1.782097",\
|
|
"1.592077, 1.598740, 1.615871, 1.668975, 1.782097",\
|
|
"1.592077, 1.598740, 1.615871, 1.668975, 1.782097",\
|
|
"1.574039, 1.580701, 1.597833, 1.650937, 1.782097",\
|
|
"1.490898, 1.497561, 1.514692, 1.567796, 1.752844");
|
|
}
|
|
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.014869, 0.019416, 0.032808, 0.093806, 0.344656",\
|
|
"0.014869, 0.019416, 0.032808, 0.093806, 0.344656",\
|
|
"0.014869, 0.019416, 0.032808, 0.093806, 0.344656",\
|
|
"0.014869, 0.019416, 0.032808, 0.093806, 0.344656",\
|
|
"0.014869, 0.019416, 0.032808, 0.093806, 0.344656");
|
|
}
|
|
|
|
} /* 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 ( "1.506519, 1.515465, 1.541525, 1.646763, 2.083319",\
|
|
"1.506519, 1.515465, 1.541525, 1.646763, 2.083319",\
|
|
"1.506519, 1.515465, 1.541525, 1.646763, 2.083319",\
|
|
"1.506519, 1.515465, 1.541525, 1.646763, 2.083319",\
|
|
"1.477266, 1.486212, 1.512272, 1.617509, 2.054066");
|
|
}
|
|
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.017506, 0.025863, 0.055657, 0.204945, 0.842527",\
|
|
"0.017506, 0.025863, 0.055657, 0.204945, 0.842527",\
|
|
"0.017506, 0.025863, 0.055657, 0.204945, 0.842527",\
|
|
"0.017506, 0.025863, 0.055657, 0.204945, 0.842527",\
|
|
"0.017506, 0.025863, 0.055657, 0.204945, 0.842527");
|
|
}
|
|
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 ( "1.419449, 1.426112, 1.443244, 1.493703, 1.674745",\
|
|
"1.419449, 1.426112, 1.443244, 1.493703, 1.674745",\
|
|
"1.419449, 1.426112, 1.443244, 1.493703, 1.674745",\
|
|
"1.419449, 1.426112, 1.443244, 1.493703, 1.674745",\
|
|
"1.390196, 1.396859, 1.413991, 1.464450, 1.645492");
|
|
}
|
|
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.014869, 0.019416, 0.032808, 0.088825, 0.334539",\
|
|
"0.014869, 0.019416, 0.032808, 0.088825, 0.334539",\
|
|
"0.014869, 0.019416, 0.032808, 0.088825, 0.334539",\
|
|
"0.014869, 0.019416, 0.032808, 0.088825, 0.334539",\
|
|
"0.014869, 0.019416, 0.032808, 0.088825, 0.334539");
|
|
}
|
|
|
|
} /* 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 ( "1.556496, 1.565830, 1.591802, 1.698636, 2.068596",\
|
|
"1.556496, 1.565830, 1.591802, 1.698636, 2.068596",\
|
|
"1.556496, 1.565830, 1.591802, 1.698636, 2.068596",\
|
|
"1.538458, 1.547792, 1.573763, 1.680598, 2.068596",\
|
|
"1.455317, 1.464652, 1.490623, 1.597457, 2.039343");
|
|
}
|
|
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.016126, 0.024632, 0.054601, 0.206411, 0.853785",\
|
|
"0.016126, 0.024632, 0.054601, 0.206411, 0.853785",\
|
|
"0.016126, 0.024632, 0.054601, 0.206411, 0.853785",\
|
|
"0.016126, 0.024632, 0.054601, 0.206411, 0.853785",\
|
|
"0.016126, 0.024632, 0.054601, 0.206411, 0.853785");
|
|
}
|
|
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 ( "1.604764, 1.611848, 1.629127, 1.681308, 1.795496",\
|
|
"1.604764, 1.611848, 1.629127, 1.681308, 1.795496",\
|
|
"1.604764, 1.611848, 1.629127, 1.681308, 1.795496",\
|
|
"1.586725, 1.593810, 1.611089, 1.663270, 1.795496",\
|
|
"1.503585, 1.510669, 1.527948, 1.580130, 1.766243");
|
|
}
|
|
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.014364, 0.019266, 0.032800, 0.091102, 0.346247",\
|
|
"0.014364, 0.019266, 0.032800, 0.091102, 0.346247",\
|
|
"0.014364, 0.019266, 0.032800, 0.091102, 0.346247",\
|
|
"0.014364, 0.019266, 0.032800, 0.091102, 0.346247",\
|
|
"0.014364, 0.019266, 0.032800, 0.091102, 0.346247");
|
|
}
|
|
|
|
} /* 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 ( "1.379248, 1.388583, 1.414554, 1.520006, 1.957340",\
|
|
"1.379248, 1.388583, 1.414554, 1.520006, 1.957340",\
|
|
"1.379248, 1.388583, 1.414554, 1.520006, 1.957340",\
|
|
"1.379248, 1.388583, 1.414554, 1.520006, 1.957340",\
|
|
"1.349995, 1.359330, 1.385301, 1.490753, 1.928087");
|
|
}
|
|
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.016126, 0.024632, 0.054601, 0.203799, 0.842546",\
|
|
"0.016126, 0.024632, 0.054601, 0.203799, 0.842546",\
|
|
"0.016126, 0.024632, 0.054601, 0.203799, 0.842546",\
|
|
"0.016126, 0.024632, 0.054601, 0.203799, 0.842546",\
|
|
"0.016126, 0.024632, 0.054601, 0.203799, 0.842546");
|
|
}
|
|
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 ( "1.434274, 1.441358, 1.458637, 1.509433, 1.690817",\
|
|
"1.434274, 1.441358, 1.458637, 1.509433, 1.690817",\
|
|
"1.434274, 1.441358, 1.458637, 1.509433, 1.690817",\
|
|
"1.434274, 1.441358, 1.458637, 1.509433, 1.690817",\
|
|
"1.405021, 1.412105, 1.429384, 1.480180, 1.661564");
|
|
}
|
|
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.014364, 0.019266, 0.032800, 0.088482, 0.334593",\
|
|
"0.014364, 0.019266, 0.032800, 0.088482, 0.334593",\
|
|
"0.014364, 0.019266, 0.032800, 0.088482, 0.334593",\
|
|
"0.014364, 0.019266, 0.032800, 0.088482, 0.334593",\
|
|
"0.014364, 0.019266, 0.032800, 0.088482, 0.334593");
|
|
}
|
|
|
|
} /* 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 ( "1.671270, 1.677817, 1.703832, 1.811032, 2.181562",\
|
|
"1.671270, 1.677817, 1.703832, 1.811032, 2.181562",\
|
|
"1.671270, 1.677817, 1.703832, 1.811032, 2.181562",\
|
|
"1.653231, 1.659779, 1.685794, 1.792994, 2.181562",\
|
|
"1.570091, 1.576638, 1.602653, 1.709853, 2.152309");
|
|
}
|
|
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.018966, 0.027276, 0.057239, 0.213863, 0.871021",\
|
|
"0.018966, 0.027276, 0.057239, 0.213863, 0.871021",\
|
|
"0.018966, 0.027276, 0.057239, 0.213863, 0.871021",\
|
|
"0.018966, 0.027276, 0.057239, 0.213863, 0.871021",\
|
|
"0.018966, 0.027276, 0.057239, 0.213863, 0.871021");
|
|
}
|
|
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 ( "1.577175, 1.582825, 1.599819, 1.650889, 1.769123",\
|
|
"1.577175, 1.582825, 1.599819, 1.650889, 1.769123",\
|
|
"1.577175, 1.582825, 1.599819, 1.650889, 1.769123",\
|
|
"1.559137, 1.564787, 1.581781, 1.632851, 1.769123",\
|
|
"1.475996, 1.481646, 1.498641, 1.549711, 1.739870");
|
|
}
|
|
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.016000, 0.020237, 0.033326, 0.095956, 0.353604",\
|
|
"0.016000, 0.020237, 0.033326, 0.095956, 0.353604",\
|
|
"0.016000, 0.020237, 0.033326, 0.095956, 0.353604",\
|
|
"0.016000, 0.020237, 0.033326, 0.095956, 0.353604",\
|
|
"0.016000, 0.020237, 0.033326, 0.095956, 0.353604");
|
|
}
|
|
|
|
} /* 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 ( "1.496617, 1.505030, 1.531045, 1.635907, 2.070995",\
|
|
"1.496617, 1.505030, 1.531045, 1.635907, 2.070995",\
|
|
"1.496617, 1.505030, 1.531045, 1.635907, 2.070995",\
|
|
"1.496617, 1.505030, 1.531045, 1.635907, 2.070995",\
|
|
"1.467364, 1.475777, 1.501792, 1.606653, 2.041742");
|
|
}
|
|
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.018966, 0.027276, 0.057239, 0.207069, 0.842570",\
|
|
"0.018966, 0.027276, 0.057239, 0.207069, 0.842570",\
|
|
"0.018966, 0.027276, 0.057239, 0.207069, 0.842570",\
|
|
"0.018966, 0.027276, 0.057239, 0.207069, 0.842570",\
|
|
"0.018966, 0.027276, 0.057239, 0.207069, 0.842570");
|
|
}
|
|
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 ( "1.407686, 1.413860, 1.430854, 1.480846, 1.661282",\
|
|
"1.407686, 1.413860, 1.430854, 1.480846, 1.661282",\
|
|
"1.407686, 1.413860, 1.430854, 1.480846, 1.661282",\
|
|
"1.407686, 1.413860, 1.430854, 1.480846, 1.661282",\
|
|
"1.378433, 1.384607, 1.401601, 1.451593, 1.632029");
|
|
}
|
|
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.016000, 0.020237, 0.033326, 0.089642, 0.334549",\
|
|
"0.016000, 0.020237, 0.033326, 0.089642, 0.334549",\
|
|
"0.016000, 0.020237, 0.033326, 0.089642, 0.334549",\
|
|
"0.016000, 0.020237, 0.033326, 0.089642, 0.334549",\
|
|
"0.016000, 0.020237, 0.033326, 0.089642, 0.334549");
|
|
}
|
|
|
|
} /* 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 ( "1.629460, 1.638261, 1.664377, 1.772863, 2.141116",\
|
|
"1.629460, 1.638261, 1.664377, 1.772863, 2.141116",\
|
|
"1.629460, 1.638261, 1.664377, 1.772863, 2.141116",\
|
|
"1.611422, 1.620223, 1.646338, 1.754825, 2.141116",\
|
|
"1.528282, 1.537083, 1.563198, 1.671684, 2.111863");
|
|
}
|
|
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.018306, 0.026590, 0.056275, 0.211935, 0.863902",\
|
|
"0.018306, 0.026590, 0.056275, 0.211935, 0.863902",\
|
|
"0.018306, 0.026590, 0.056275, 0.211935, 0.863902",\
|
|
"0.018306, 0.026590, 0.056275, 0.211935, 0.863902",\
|
|
"0.018306, 0.026590, 0.056275, 0.211935, 0.863902");
|
|
}
|
|
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 ( "1.513895, 1.520407, 1.537550, 1.588496, 1.705045",\
|
|
"1.513895, 1.520407, 1.537550, 1.588496, 1.705045",\
|
|
"1.513895, 1.520407, 1.537550, 1.588496, 1.705045",\
|
|
"1.495857, 1.502369, 1.519512, 1.570458, 1.705045",\
|
|
"1.412717, 1.419229, 1.436372, 1.487317, 1.675792");
|
|
}
|
|
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.015221, 0.019673, 0.032919, 0.093468, 0.348084",\
|
|
"0.015221, 0.019673, 0.032919, 0.093468, 0.348084",\
|
|
"0.015221, 0.019673, 0.032919, 0.093468, 0.348084",\
|
|
"0.015221, 0.019673, 0.032919, 0.093468, 0.348084",\
|
|
"0.015221, 0.019673, 0.032919, 0.093468, 0.348084");
|
|
}
|
|
|
|
} /* 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 ( "1.440290, 1.449091, 1.475207, 1.580319, 2.016430",\
|
|
"1.440290, 1.449091, 1.475207, 1.580319, 2.016430",\
|
|
"1.440290, 1.449091, 1.475207, 1.580319, 2.016430",\
|
|
"1.440290, 1.449091, 1.475207, 1.580319, 2.016430",\
|
|
"1.411037, 1.419838, 1.445953, 1.551066, 1.987177");
|
|
}
|
|
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.018306, 0.026590, 0.056275, 0.205603, 0.842513",\
|
|
"0.018306, 0.026590, 0.056275, 0.205603, 0.842513",\
|
|
"0.018306, 0.026590, 0.056275, 0.205603, 0.842513",\
|
|
"0.018306, 0.026590, 0.056275, 0.205603, 0.842513",\
|
|
"0.018306, 0.026590, 0.056275, 0.205603, 0.842513");
|
|
}
|
|
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 ( "1.342546, 1.349058, 1.366201, 1.416448, 1.597293",\
|
|
"1.342546, 1.349058, 1.366201, 1.416448, 1.597293",\
|
|
"1.342546, 1.349058, 1.366201, 1.416448, 1.597293",\
|
|
"1.342546, 1.349058, 1.366201, 1.416448, 1.597293",\
|
|
"1.313292, 1.319804, 1.336948, 1.387195, 1.568040");
|
|
}
|
|
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.015221, 0.019673, 0.032919, 0.089080, 0.334558",\
|
|
"0.015221, 0.019673, 0.032919, 0.089080, 0.334558",\
|
|
"0.015221, 0.019673, 0.032919, 0.089080, 0.334558",\
|
|
"0.015221, 0.019673, 0.032919, 0.089080, 0.334558",\
|
|
"0.015221, 0.019673, 0.032919, 0.089080, 0.334558");
|
|
}
|
|
|
|
} /* 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 ( "1.582932, 1.589929, 1.615817, 1.724184, 2.092116",\
|
|
"1.582932, 1.589929, 1.615817, 1.724184, 2.092116",\
|
|
"1.582932, 1.589929, 1.615817, 1.724184, 2.092116",\
|
|
"1.564894, 1.571891, 1.597779, 1.706146, 2.092116",\
|
|
"1.481753, 1.488751, 1.514639, 1.623006, 2.062863");
|
|
}
|
|
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.017311, 0.025764, 0.056023, 0.212133, 0.863580",\
|
|
"0.017311, 0.025764, 0.056023, 0.212133, 0.863580",\
|
|
"0.017311, 0.025764, 0.056023, 0.212133, 0.863580",\
|
|
"0.017311, 0.025764, 0.056023, 0.212133, 0.863580",\
|
|
"0.017311, 0.025764, 0.056023, 0.212133, 0.863580");
|
|
}
|
|
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 ( "1.488754, 1.494725, 1.511854, 1.562730, 1.679035",\
|
|
"1.488754, 1.494725, 1.511854, 1.562730, 1.679035",\
|
|
"1.488754, 1.494725, 1.511854, 1.562730, 1.679035",\
|
|
"1.470716, 1.476687, 1.493815, 1.544692, 1.679035",\
|
|
"1.387576, 1.393547, 1.410675, 1.461552, 1.649782");
|
|
}
|
|
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.015347, 0.019803, 0.032989, 0.093480, 0.347788",\
|
|
"0.015347, 0.019803, 0.032989, 0.093480, 0.347788",\
|
|
"0.015347, 0.019803, 0.032989, 0.093480, 0.347788",\
|
|
"0.015347, 0.019803, 0.032989, 0.093480, 0.347788",\
|
|
"0.015347, 0.019803, 0.032989, 0.093480, 0.347788");
|
|
}
|
|
|
|
} /* 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 ( "1.410634, 1.419196, 1.445084, 1.550144, 1.986011",\
|
|
"1.410634, 1.419196, 1.445084, 1.550144, 1.986011",\
|
|
"1.410634, 1.419196, 1.445084, 1.550144, 1.986011",\
|
|
"1.410634, 1.419196, 1.445084, 1.550144, 1.986011",\
|
|
"1.381381, 1.389943, 1.415831, 1.520891, 1.956757");
|
|
}
|
|
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.017311, 0.025764, 0.056023, 0.205912, 0.842614",\
|
|
"0.017311, 0.025764, 0.056023, 0.205912, 0.842614",\
|
|
"0.017311, 0.025764, 0.056023, 0.205912, 0.842614",\
|
|
"0.017311, 0.025764, 0.056023, 0.205912, 0.842614",\
|
|
"0.017311, 0.025764, 0.056023, 0.205912, 0.842614");
|
|
}
|
|
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 ( "1.319307, 1.325760, 1.342888, 1.393070, 1.573821",\
|
|
"1.319307, 1.325760, 1.342888, 1.393070, 1.573821",\
|
|
"1.319307, 1.325760, 1.342888, 1.393070, 1.573821",\
|
|
"1.319307, 1.325760, 1.342888, 1.393070, 1.573821",\
|
|
"1.290054, 1.296507, 1.313635, 1.363817, 1.544568");
|
|
}
|
|
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.015347, 0.019803, 0.032989, 0.089194, 0.334581",\
|
|
"0.015347, 0.019803, 0.032989, 0.089194, 0.334581",\
|
|
"0.015347, 0.019803, 0.032989, 0.089194, 0.334581",\
|
|
"0.015347, 0.019803, 0.032989, 0.089194, 0.334581",\
|
|
"0.015347, 0.019803, 0.032989, 0.089194, 0.334581");
|
|
}
|
|
|
|
} /* 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 ( "1.663435, 1.672429, 1.698368, 1.805802, 2.177670",\
|
|
"1.663435, 1.672429, 1.698368, 1.805802, 2.177670",\
|
|
"1.663435, 1.672429, 1.698368, 1.805802, 2.177670",\
|
|
"1.645397, 1.654390, 1.680330, 1.787764, 2.177670",\
|
|
"1.562256, 1.571250, 1.597190, 1.704623, 2.148417");
|
|
}
|
|
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.016496, 0.024977, 0.055072, 0.208580, 0.859844",\
|
|
"0.016496, 0.024977, 0.055072, 0.208580, 0.859844",\
|
|
"0.016496, 0.024977, 0.055072, 0.208580, 0.859844",\
|
|
"0.016496, 0.024977, 0.055072, 0.208580, 0.859844",\
|
|
"0.016496, 0.024977, 0.055072, 0.208580, 0.859844");
|
|
}
|
|
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 ( "1.573211, 1.580014, 1.597183, 1.649859, 1.762233",\
|
|
"1.573211, 1.580014, 1.597183, 1.649859, 1.762233",\
|
|
"1.573211, 1.580014, 1.597183, 1.649859, 1.762233",\
|
|
"1.555173, 1.561975, 1.579144, 1.631820, 1.762233",\
|
|
"1.472033, 1.478835, 1.496004, 1.548680, 1.732980");
|
|
}
|
|
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.014594, 0.019270, 0.032705, 0.092713, 0.350074",\
|
|
"0.014594, 0.019270, 0.032705, 0.092713, 0.350074",\
|
|
"0.014594, 0.019270, 0.032705, 0.092713, 0.350074",\
|
|
"0.014594, 0.019270, 0.032705, 0.092713, 0.350074",\
|
|
"0.014594, 0.019270, 0.032705, 0.092713, 0.350074");
|
|
}
|
|
|
|
} /* 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 ( "1.491268, 1.500262, 1.526201, 1.631500, 2.068307",\
|
|
"1.491268, 1.500262, 1.526201, 1.631500, 2.068307",\
|
|
"1.491268, 1.500262, 1.526201, 1.631500, 2.068307",\
|
|
"1.491268, 1.500262, 1.526201, 1.631500, 2.068307",\
|
|
"1.462015, 1.471008, 1.496948, 1.602246, 2.039054");
|
|
}
|
|
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.016496, 0.024977, 0.055072, 0.204555, 0.842575",\
|
|
"0.016496, 0.024977, 0.055072, 0.204555, 0.842575",\
|
|
"0.016496, 0.024977, 0.055072, 0.204555, 0.842575",\
|
|
"0.016496, 0.024977, 0.055072, 0.204555, 0.842575",\
|
|
"0.016496, 0.024977, 0.055072, 0.204555, 0.842575");
|
|
}
|
|
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 ( "1.404246, 1.411049, 1.428217, 1.478751, 1.659900",\
|
|
"1.404246, 1.411049, 1.428217, 1.478751, 1.659900",\
|
|
"1.404246, 1.411049, 1.428217, 1.478751, 1.659900",\
|
|
"1.404246, 1.411049, 1.428217, 1.478751, 1.659900",\
|
|
"1.374993, 1.381796, 1.398964, 1.449498, 1.630647");
|
|
}
|
|
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.014594, 0.019270, 0.032705, 0.088671, 0.334551",\
|
|
"0.014594, 0.019270, 0.032705, 0.088671, 0.334551",\
|
|
"0.014594, 0.019270, 0.032705, 0.088671, 0.334551",\
|
|
"0.014594, 0.019270, 0.032705, 0.088671, 0.334551",\
|
|
"0.014594, 0.019270, 0.032705, 0.088671, 0.334551");
|
|
}
|
|
|
|
} /* 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 ( "1.821268, 1.828215, 1.855131, 1.963123, 2.336156",\
|
|
"1.821268, 1.828215, 1.855131, 1.963123, 2.336156",\
|
|
"1.821268, 1.828215, 1.855131, 1.963123, 2.336156",\
|
|
"1.803230, 1.810176, 1.837092, 1.945085, 2.336156",\
|
|
"1.720090, 1.727036, 1.753952, 1.861945, 2.306903");
|
|
}
|
|
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.021363, 0.029506, 0.057870, 0.210371, 0.863204",\
|
|
"0.021363, 0.029506, 0.057870, 0.210371, 0.863204",\
|
|
"0.021363, 0.029506, 0.057870, 0.210371, 0.863204",\
|
|
"0.021363, 0.029506, 0.057870, 0.210371, 0.863204",\
|
|
"0.021363, 0.029506, 0.057870, 0.210371, 0.863204");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "1.665273, 1.670803, 1.688494, 1.741972, 1.855199",\
|
|
"1.665273, 1.670803, 1.688494, 1.741972, 1.855199",\
|
|
"1.665273, 1.670803, 1.688494, 1.741972, 1.855199",\
|
|
"1.647235, 1.652765, 1.670456, 1.723934, 1.855199",\
|
|
"1.564094, 1.569624, 1.587315, 1.640793, 1.825946");
|
|
}
|
|
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.016754, 0.021299, 0.034352, 0.094619, 0.345267",\
|
|
"0.016754, 0.021299, 0.034352, 0.094619, 0.345267",\
|
|
"0.016754, 0.021299, 0.034352, 0.094619, 0.345267",\
|
|
"0.016754, 0.021299, 0.034352, 0.094619, 0.345267",\
|
|
"0.016754, 0.021299, 0.034352, 0.094619, 0.345267");
|
|
}
|
|
|
|
} /* 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 ( "1.583919, 1.593456, 1.620372, 1.725679, 2.161891",\
|
|
"1.583919, 1.593456, 1.620372, 1.725679, 2.161891",\
|
|
"1.583919, 1.593456, 1.620372, 1.725679, 2.161891",\
|
|
"1.583919, 1.593456, 1.620372, 1.725679, 2.161891",\
|
|
"1.554666, 1.564203, 1.591119, 1.696426, 2.132638");
|
|
}
|
|
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.021363, 0.029506, 0.057870, 0.205312, 0.841560",\
|
|
"0.021363, 0.029506, 0.057870, 0.205312, 0.841560",\
|
|
"0.021363, 0.029506, 0.057870, 0.205312, 0.841560",\
|
|
"0.021363, 0.029506, 0.057870, 0.205312, 0.841560",\
|
|
"0.021363, 0.029506, 0.057870, 0.205312, 0.841560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "1.493191, 1.500076, 1.517764, 1.568544, 1.749615",\
|
|
"1.493191, 1.500076, 1.517764, 1.568544, 1.749615",\
|
|
"1.493191, 1.500076, 1.517764, 1.568544, 1.749615",\
|
|
"1.493191, 1.500076, 1.517764, 1.568544, 1.749615",\
|
|
"1.463938, 1.470823, 1.488511, 1.539291, 1.720362");
|
|
}
|
|
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.016745, 0.021290, 0.034344, 0.089531, 0.334890",\
|
|
"0.016745, 0.021290, 0.034344, 0.089531, 0.334890",\
|
|
"0.016745, 0.021290, 0.034344, 0.089531, 0.334890",\
|
|
"0.016745, 0.021290, 0.034344, 0.089531, 0.334890",\
|
|
"0.016745, 0.021290, 0.034344, 0.089531, 0.334890");
|
|
}
|
|
|
|
} /* 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 ( "1.645139, 1.653367, 1.679461, 1.786966, 2.158924",\
|
|
"1.645139, 1.653367, 1.679461, 1.786966, 2.158924",\
|
|
"1.645139, 1.653367, 1.679461, 1.786966, 2.158924",\
|
|
"1.627101, 1.635329, 1.661422, 1.768928, 2.158924",\
|
|
"1.543961, 1.552189, 1.578282, 1.685787, 2.129671");
|
|
}
|
|
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.017576, 0.025916, 0.055563, 0.208689, 0.860011",\
|
|
"0.017576, 0.025916, 0.055563, 0.208689, 0.860011",\
|
|
"0.017576, 0.025916, 0.055563, 0.208689, 0.860011",\
|
|
"0.017576, 0.025916, 0.055563, 0.208689, 0.860011",\
|
|
"0.017576, 0.025916, 0.055563, 0.208689, 0.860011");
|
|
}
|
|
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 ( "1.532665, 1.539448, 1.556617, 1.609306, 1.721702",\
|
|
"1.532665, 1.539448, 1.556617, 1.609306, 1.721702",\
|
|
"1.532665, 1.539448, 1.556617, 1.609306, 1.721702",\
|
|
"1.514627, 1.521410, 1.538579, 1.591268, 1.721702",\
|
|
"1.431486, 1.438269, 1.455438, 1.508127, 1.692449");
|
|
}
|
|
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.014635, 0.019297, 0.032717, 0.092798, 0.350301",\
|
|
"0.014635, 0.019297, 0.032717, 0.092798, 0.350301",\
|
|
"0.014635, 0.019297, 0.032717, 0.092798, 0.350301",\
|
|
"0.014635, 0.019297, 0.032717, 0.092798, 0.350301",\
|
|
"0.014635, 0.019297, 0.032717, 0.092798, 0.350301");
|
|
}
|
|
|
|
} /* 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 ( "1.468448, 1.477582, 1.503675, 1.609015, 2.045814",\
|
|
"1.468448, 1.477582, 1.503675, 1.609015, 2.045814",\
|
|
"1.468448, 1.477582, 1.503675, 1.609015, 2.045814",\
|
|
"1.468448, 1.477582, 1.503675, 1.609015, 2.045814",\
|
|
"1.439195, 1.448329, 1.474422, 1.579762, 2.016561");
|
|
}
|
|
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.017576, 0.025916, 0.055563, 0.204605, 0.842495",\
|
|
"0.017576, 0.025916, 0.055563, 0.204605, 0.842495",\
|
|
"0.017576, 0.025916, 0.055563, 0.204605, 0.842495",\
|
|
"0.017576, 0.025916, 0.055563, 0.204605, 0.842495",\
|
|
"0.017576, 0.025916, 0.055563, 0.204605, 0.842495");
|
|
}
|
|
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 ( "1.366966, 1.373749, 1.390918, 1.441433, 1.622563",\
|
|
"1.366966, 1.373749, 1.390918, 1.441433, 1.622563",\
|
|
"1.366966, 1.373749, 1.390918, 1.441433, 1.622563",\
|
|
"1.366966, 1.373749, 1.390918, 1.441433, 1.622563",\
|
|
"1.337713, 1.344496, 1.361665, 1.412180, 1.593310");
|
|
}
|
|
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.014635, 0.019297, 0.032717, 0.088696, 0.334554",\
|
|
"0.014635, 0.019297, 0.032717, 0.088696, 0.334554",\
|
|
"0.014635, 0.019297, 0.032717, 0.088696, 0.334554",\
|
|
"0.014635, 0.019297, 0.032717, 0.088696, 0.334554",\
|
|
"0.014635, 0.019297, 0.032717, 0.088696, 0.334554");
|
|
}
|
|
|
|
} /* 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 ( "1.601395, 1.608558, 1.634414, 1.741861, 2.113662",\
|
|
"1.601395, 1.608558, 1.634414, 1.741861, 2.113662",\
|
|
"1.601395, 1.608558, 1.634414, 1.741861, 2.113662",\
|
|
"1.583357, 1.590520, 1.616376, 1.723823, 2.113662",\
|
|
"1.500216, 1.507379, 1.533235, 1.640682, 2.084409");
|
|
}
|
|
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.016343, 0.024861, 0.055150, 0.208939, 0.860213",\
|
|
"0.016343, 0.024861, 0.055150, 0.208939, 0.860213",\
|
|
"0.016343, 0.024861, 0.055150, 0.208939, 0.860213",\
|
|
"0.016343, 0.024861, 0.055150, 0.208939, 0.860213",\
|
|
"0.016343, 0.024861, 0.055150, 0.208939, 0.860213");
|
|
}
|
|
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 ( "1.506100, 1.512018, 1.529208, 1.581828, 1.694166",\
|
|
"1.506100, 1.512018, 1.529208, 1.581828, 1.694166",\
|
|
"1.506100, 1.512018, 1.529208, 1.581828, 1.694166",\
|
|
"1.488062, 1.493980, 1.511169, 1.563789, 1.694166",\
|
|
"1.404921, 1.410840, 1.428029, 1.480649, 1.664913");
|
|
}
|
|
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.014747, 0.019391, 0.032741, 0.092904, 0.350407",\
|
|
"0.014747, 0.019391, 0.032741, 0.092904, 0.350407",\
|
|
"0.014747, 0.019391, 0.032741, 0.092904, 0.350407",\
|
|
"0.014747, 0.019391, 0.032741, 0.092904, 0.350407",\
|
|
"0.014747, 0.019391, 0.032741, 0.092904, 0.350407");
|
|
}
|
|
|
|
} /* 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 ( "1.431013, 1.439838, 1.465694, 1.570962, 2.007571",\
|
|
"1.431013, 1.439838, 1.465694, 1.570962, 2.007571",\
|
|
"1.431013, 1.439838, 1.465694, 1.570962, 2.007571",\
|
|
"1.431013, 1.439838, 1.465694, 1.570962, 2.007571",\
|
|
"1.401760, 1.410585, 1.436441, 1.541709, 1.978318");
|
|
}
|
|
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.016343, 0.024861, 0.055150, 0.204829, 0.842608",\
|
|
"0.016343, 0.024861, 0.055150, 0.204829, 0.842608",\
|
|
"0.016343, 0.024861, 0.055150, 0.204829, 0.842608",\
|
|
"0.016343, 0.024861, 0.055150, 0.204829, 0.842608",\
|
|
"0.016343, 0.024861, 0.055150, 0.204829, 0.842608");
|
|
}
|
|
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 ( "1.339383, 1.346113, 1.363302, 1.413736, 1.594795",\
|
|
"1.339383, 1.346113, 1.363302, 1.413736, 1.594795",\
|
|
"1.339383, 1.346113, 1.363302, 1.413736, 1.594795",\
|
|
"1.339383, 1.346113, 1.363302, 1.413736, 1.594795",\
|
|
"1.310130, 1.316860, 1.334049, 1.384483, 1.565542");
|
|
}
|
|
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.014747, 0.019391, 0.032741, 0.088776, 0.334580",\
|
|
"0.014747, 0.019391, 0.032741, 0.088776, 0.334580",\
|
|
"0.014747, 0.019391, 0.032741, 0.088776, 0.334580",\
|
|
"0.014747, 0.019391, 0.032741, 0.088776, 0.334580",\
|
|
"0.014747, 0.019391, 0.032741, 0.088776, 0.334580");
|
|
}
|
|
|
|
} /* 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 ( "1.713362, 1.722799, 1.748925, 1.855960, 2.226429",\
|
|
"1.713362, 1.722799, 1.748925, 1.855960, 2.226429",\
|
|
"1.713362, 1.722799, 1.748925, 1.855960, 2.226429",\
|
|
"1.695324, 1.704761, 1.730887, 1.837921, 2.226429",\
|
|
"1.612183, 1.621620, 1.647746, 1.754781, 2.197176");
|
|
}
|
|
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.017295, 0.025656, 0.055186, 0.206959, 0.855233",\
|
|
"0.017295, 0.025656, 0.055186, 0.206959, 0.855233",\
|
|
"0.017295, 0.025656, 0.055186, 0.206959, 0.855233",\
|
|
"0.017295, 0.025656, 0.055186, 0.206959, 0.855233",\
|
|
"0.017295, 0.025656, 0.055186, 0.206959, 0.855233");
|
|
}
|
|
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 ( "1.601758, 1.608765, 1.626010, 1.678329, 1.789904",\
|
|
"1.601758, 1.608765, 1.626010, 1.678329, 1.789904",\
|
|
"1.601758, 1.608765, 1.626010, 1.678329, 1.789904",\
|
|
"1.583720, 1.590727, 1.607972, 1.660291, 1.789904",\
|
|
"1.500579, 1.507587, 1.524832, 1.577150, 1.760651");
|
|
}
|
|
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.014450, 0.019289, 0.032802, 0.091519, 0.345923",\
|
|
"0.014450, 0.019289, 0.032802, 0.091519, 0.345923",\
|
|
"0.014450, 0.019289, 0.032802, 0.091519, 0.345923",\
|
|
"0.014450, 0.019289, 0.032802, 0.091519, 0.345923",\
|
|
"0.014450, 0.019289, 0.032802, 0.091519, 0.345923");
|
|
}
|
|
|
|
} /* 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 ( "1.525097, 1.534534, 1.560660, 1.666123, 2.103351",\
|
|
"1.525097, 1.534534, 1.560660, 1.666123, 2.103351",\
|
|
"1.525097, 1.534534, 1.560660, 1.666123, 2.103351",\
|
|
"1.525097, 1.534534, 1.560660, 1.666123, 2.103351",\
|
|
"1.495844, 1.505281, 1.531407, 1.636869, 2.074098");
|
|
}
|
|
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.017295, 0.025656, 0.055186, 0.203990, 0.842471",\
|
|
"0.017295, 0.025656, 0.055186, 0.203990, 0.842471",\
|
|
"0.017295, 0.025656, 0.055186, 0.203990, 0.842471",\
|
|
"0.017295, 0.025656, 0.055186, 0.203990, 0.842471",\
|
|
"0.017295, 0.025656, 0.055186, 0.203990, 0.842471");
|
|
}
|
|
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 ( "1.430871, 1.437879, 1.455124, 1.505866, 1.687190",\
|
|
"1.430871, 1.437879, 1.455124, 1.505866, 1.687190",\
|
|
"1.430871, 1.437879, 1.455124, 1.505866, 1.687190",\
|
|
"1.430871, 1.437879, 1.455124, 1.505866, 1.687190",\
|
|
"1.401618, 1.408625, 1.425871, 1.476613, 1.657936");
|
|
}
|
|
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.014450, 0.019289, 0.032802, 0.088541, 0.334582",\
|
|
"0.014450, 0.019289, 0.032802, 0.088541, 0.334582",\
|
|
"0.014450, 0.019289, 0.032802, 0.088541, 0.334582",\
|
|
"0.014450, 0.019289, 0.032802, 0.088541, 0.334582",\
|
|
"0.014450, 0.019289, 0.032802, 0.088541, 0.334582");
|
|
}
|
|
|
|
} /* 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 ( "1.681505, 1.690298, 1.716239, 1.824051, 2.197029",\
|
|
"1.681505, 1.690298, 1.716239, 1.824051, 2.197029",\
|
|
"1.681505, 1.690298, 1.716239, 1.824051, 2.197029",\
|
|
"1.663466, 1.672259, 1.698201, 1.806013, 2.197029",\
|
|
"1.580326, 1.589119, 1.615061, 1.722872, 2.167776");
|
|
}
|
|
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.016980, 0.025418, 0.055513, 0.209976, 0.863513",\
|
|
"0.016980, 0.025418, 0.055513, 0.209976, 0.863513",\
|
|
"0.016980, 0.025418, 0.055513, 0.209976, 0.863513",\
|
|
"0.016980, 0.025418, 0.055513, 0.209976, 0.863513",\
|
|
"0.016980, 0.025418, 0.055513, 0.209976, 0.863513");
|
|
}
|
|
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 ( "1.589384, 1.596007, 1.613137, 1.666171, 1.779170",\
|
|
"1.589384, 1.596007, 1.613137, 1.666171, 1.779170",\
|
|
"1.589384, 1.596007, 1.613137, 1.666171, 1.779170",\
|
|
"1.571346, 1.577969, 1.595099, 1.648132, 1.779170",\
|
|
"1.488206, 1.494828, 1.511958, 1.564992, 1.749917");
|
|
}
|
|
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.014943, 0.019478, 0.032837, 0.093789, 0.344136",\
|
|
"0.014943, 0.019478, 0.032837, 0.093789, 0.344136",\
|
|
"0.014943, 0.019478, 0.032837, 0.093789, 0.344136",\
|
|
"0.014943, 0.019478, 0.032837, 0.093789, 0.344136",\
|
|
"0.014943, 0.019478, 0.032837, 0.093789, 0.344136");
|
|
}
|
|
|
|
} /* 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 ( "1.510976, 1.519769, 1.545711, 1.650922, 2.087363",\
|
|
"1.510976, 1.519769, 1.545711, 1.650922, 2.087363",\
|
|
"1.510976, 1.519769, 1.545711, 1.650922, 2.087363",\
|
|
"1.510976, 1.519769, 1.545711, 1.650922, 2.087363",\
|
|
"1.481723, 1.490516, 1.516458, 1.621669, 2.058110");
|
|
}
|
|
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.016980, 0.025418, 0.055513, 0.205089, 0.842579",\
|
|
"0.016980, 0.025418, 0.055513, 0.205089, 0.842579",\
|
|
"0.016980, 0.025418, 0.055513, 0.205089, 0.842579",\
|
|
"0.016980, 0.025418, 0.055513, 0.205089, 0.842579",\
|
|
"0.016980, 0.025418, 0.055513, 0.205089, 0.842579");
|
|
}
|
|
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 ( "1.423685, 1.430308, 1.447438, 1.497861, 1.678858",\
|
|
"1.423685, 1.430308, 1.447438, 1.497861, 1.678858",\
|
|
"1.423685, 1.430308, 1.447438, 1.497861, 1.678858",\
|
|
"1.423685, 1.430308, 1.447438, 1.497861, 1.678858",\
|
|
"1.394432, 1.401055, 1.418185, 1.468608, 1.649605");
|
|
}
|
|
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.014943, 0.019478, 0.032837, 0.088877, 0.334552",\
|
|
"0.014943, 0.019478, 0.032837, 0.088877, 0.334552",\
|
|
"0.014943, 0.019478, 0.032837, 0.088877, 0.334552",\
|
|
"0.014943, 0.019478, 0.032837, 0.088877, 0.334552",\
|
|
"0.014943, 0.019478, 0.032837, 0.088877, 0.334552");
|
|
}
|
|
|
|
} /* 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 ( "1.697499, 1.706846, 1.732826, 1.839663, 2.209625",\
|
|
"1.697499, 1.706846, 1.732826, 1.839663, 2.209625",\
|
|
"1.697499, 1.706846, 1.732826, 1.839663, 2.209625",\
|
|
"1.679461, 1.688807, 1.714788, 1.821625, 2.209625",\
|
|
"1.596321, 1.605667, 1.631647, 1.738485, 2.180372");
|
|
}
|
|
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.016186, 0.024685, 0.054627, 0.206411, 0.853781",\
|
|
"0.016186, 0.024685, 0.054627, 0.206411, 0.853781",\
|
|
"0.016186, 0.024685, 0.054627, 0.206411, 0.853781",\
|
|
"0.016186, 0.024685, 0.054627, 0.206411, 0.853781",\
|
|
"0.016186, 0.024685, 0.054627, 0.206411, 0.853781");
|
|
}
|
|
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 ( "1.593663, 1.600706, 1.617899, 1.670008, 1.784178",\
|
|
"1.593663, 1.600706, 1.617899, 1.670008, 1.784178",\
|
|
"1.593663, 1.600706, 1.617899, 1.670008, 1.784178",\
|
|
"1.575624, 1.582667, 1.599861, 1.651970, 1.784178",\
|
|
"1.492484, 1.499527, 1.516720, 1.568830, 1.754925");
|
|
}
|
|
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.014090, 0.018976, 0.032549, 0.091000, 0.346196",\
|
|
"0.014090, 0.018976, 0.032549, 0.091000, 0.346196",\
|
|
"0.014090, 0.018976, 0.032549, 0.091000, 0.346196",\
|
|
"0.014090, 0.018976, 0.032549, 0.091000, 0.346196",\
|
|
"0.014090, 0.018976, 0.032549, 0.091000, 0.346196");
|
|
}
|
|
|
|
} /* 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 ( "1.513092, 1.522438, 1.548419, 1.653873, 2.091210",\
|
|
"1.513092, 1.522438, 1.548419, 1.653873, 2.091210",\
|
|
"1.513092, 1.522438, 1.548419, 1.653873, 2.091210",\
|
|
"1.513092, 1.522438, 1.548419, 1.653873, 2.091210",\
|
|
"1.483839, 1.493185, 1.519166, 1.624620, 2.061956");
|
|
}
|
|
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.016186, 0.024685, 0.054627, 0.203799, 0.842541",\
|
|
"0.016186, 0.024685, 0.054627, 0.203799, 0.842541",\
|
|
"0.016186, 0.024685, 0.054627, 0.203799, 0.842541",\
|
|
"0.016186, 0.024685, 0.054627, 0.203799, 0.842541",\
|
|
"0.016186, 0.024685, 0.054627, 0.203799, 0.842541");
|
|
}
|
|
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 ( "1.424053, 1.431096, 1.448290, 1.499013, 1.680380",\
|
|
"1.424053, 1.431096, 1.448290, 1.499013, 1.680380",\
|
|
"1.424053, 1.431096, 1.448290, 1.499013, 1.680380",\
|
|
"1.424053, 1.431096, 1.448290, 1.499013, 1.680380",\
|
|
"1.394800, 1.401843, 1.419037, 1.469760, 1.651127");
|
|
}
|
|
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.014090, 0.018976, 0.032549, 0.088381, 0.334542",\
|
|
"0.014090, 0.018976, 0.032549, 0.088381, 0.334542",\
|
|
"0.014090, 0.018976, 0.032549, 0.088381, 0.334542",\
|
|
"0.014090, 0.018976, 0.032549, 0.088381, 0.334542",\
|
|
"0.014090, 0.018976, 0.032549, 0.088381, 0.334542");
|
|
}
|
|
|
|
} /* 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 ( "1.728345, 1.737676, 1.763828, 1.871161, 2.242606",\
|
|
"1.728345, 1.737676, 1.763828, 1.871161, 2.242606",\
|
|
"1.728345, 1.737676, 1.763828, 1.871161, 2.242606",\
|
|
"1.710306, 1.719638, 1.745790, 1.853122, 2.242606",\
|
|
"1.627166, 1.636497, 1.662649, 1.769982, 2.213353");
|
|
}
|
|
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.017620, 0.025944, 0.055432, 0.207918, 0.858122",\
|
|
"0.017620, 0.025944, 0.055432, 0.207918, 0.858122",\
|
|
"0.017620, 0.025944, 0.055432, 0.207918, 0.858122",\
|
|
"0.017620, 0.025944, 0.055432, 0.207918, 0.858122",\
|
|
"0.017620, 0.025944, 0.055432, 0.207918, 0.858122");
|
|
}
|
|
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 ( "1.618667, 1.625590, 1.642841, 1.695454, 1.807359",\
|
|
"1.618667, 1.625590, 1.642841, 1.695454, 1.807359",\
|
|
"1.618667, 1.625590, 1.642841, 1.695454, 1.807359",\
|
|
"1.600628, 1.607551, 1.624803, 1.677415, 1.807359",\
|
|
"1.517488, 1.524411, 1.541663, 1.594275, 1.778106");
|
|
}
|
|
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.014683, 0.019435, 0.032889, 0.092323, 0.348488",\
|
|
"0.014683, 0.019435, 0.032889, 0.092323, 0.348488",\
|
|
"0.014683, 0.019435, 0.032889, 0.092323, 0.348488",\
|
|
"0.014683, 0.019435, 0.032889, 0.092323, 0.348488",\
|
|
"0.014683, 0.019435, 0.032889, 0.092323, 0.348488");
|
|
}
|
|
|
|
} /* 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 ( "1.536352, 1.545683, 1.571835, 1.677235, 2.114271",\
|
|
"1.536352, 1.545683, 1.571835, 1.677235, 2.114271",\
|
|
"1.536352, 1.545683, 1.571835, 1.677235, 2.114271",\
|
|
"1.536352, 1.545683, 1.571835, 1.677235, 2.114271",\
|
|
"1.507098, 1.516430, 1.542582, 1.647982, 2.085018");
|
|
}
|
|
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.017620, 0.025944, 0.055432, 0.204273, 0.842467",\
|
|
"0.017620, 0.025944, 0.055432, 0.204273, 0.842467",\
|
|
"0.017620, 0.025944, 0.055432, 0.204273, 0.842467",\
|
|
"0.017620, 0.025944, 0.055432, 0.204273, 0.842467",\
|
|
"0.017620, 0.025944, 0.055432, 0.204273, 0.842467");
|
|
}
|
|
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 ( "1.451815, 1.458737, 1.475989, 1.526662, 1.707907",\
|
|
"1.451815, 1.458737, 1.475989, 1.526662, 1.707907",\
|
|
"1.451815, 1.458737, 1.475989, 1.526662, 1.707907",\
|
|
"1.451815, 1.458737, 1.475989, 1.526662, 1.707907",\
|
|
"1.422561, 1.429484, 1.446736, 1.497409, 1.678654");
|
|
}
|
|
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.014683, 0.019435, 0.032889, 0.088665, 0.334589",\
|
|
"0.014683, 0.019435, 0.032889, 0.088665, 0.334589",\
|
|
"0.014683, 0.019435, 0.032889, 0.088665, 0.334589",\
|
|
"0.014683, 0.019435, 0.032889, 0.088665, 0.334589",\
|
|
"0.014683, 0.019435, 0.032889, 0.088665, 0.334589");
|
|
}
|
|
|
|
} /* 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 ( "1.717321, 1.726550, 1.752635, 1.859924, 2.231186",\
|
|
"1.717321, 1.726550, 1.752635, 1.859924, 2.231186",\
|
|
"1.717321, 1.726550, 1.752635, 1.859924, 2.231186",\
|
|
"1.699282, 1.708512, 1.734597, 1.841886, 2.231186",\
|
|
"1.616142, 1.625371, 1.651456, 1.758746, 2.201933");
|
|
}
|
|
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.017366, 0.025729, 0.055380, 0.207956, 0.857885",\
|
|
"0.017366, 0.025729, 0.055380, 0.207956, 0.857885",\
|
|
"0.017366, 0.025729, 0.055380, 0.207956, 0.857885",\
|
|
"0.017366, 0.025729, 0.055380, 0.207956, 0.857885",\
|
|
"0.017366, 0.025729, 0.055380, 0.207956, 0.857885");
|
|
}
|
|
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 ( "1.615154, 1.622012, 1.639180, 1.691727, 1.803561",\
|
|
"1.615154, 1.622012, 1.639180, 1.691727, 1.803561",\
|
|
"1.615154, 1.622012, 1.639180, 1.691727, 1.803561",\
|
|
"1.597116, 1.603974, 1.621141, 1.673689, 1.803561",\
|
|
"1.513975, 1.520833, 1.538001, 1.590548, 1.774308");
|
|
}
|
|
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.014573, 0.019294, 0.032780, 0.092236, 0.348220",\
|
|
"0.014573, 0.019294, 0.032780, 0.092236, 0.348220",\
|
|
"0.014573, 0.019294, 0.032780, 0.092236, 0.348220",\
|
|
"0.014573, 0.019294, 0.032780, 0.092236, 0.348220",\
|
|
"0.014573, 0.019294, 0.032780, 0.092236, 0.348220");
|
|
}
|
|
|
|
} /* 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 ( "1.540959, 1.550188, 1.576273, 1.681661, 2.118621",\
|
|
"1.540959, 1.550188, 1.576273, 1.681661, 2.118621",\
|
|
"1.540959, 1.550188, 1.576273, 1.681661, 2.118621",\
|
|
"1.540959, 1.550188, 1.576273, 1.681661, 2.118621",\
|
|
"1.511706, 1.520935, 1.547020, 1.652408, 2.089368");
|
|
}
|
|
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.017366, 0.025729, 0.055380, 0.204371, 0.842494",\
|
|
"0.017366, 0.025729, 0.055380, 0.204371, 0.842494",\
|
|
"0.017366, 0.025729, 0.055380, 0.204371, 0.842494",\
|
|
"0.017366, 0.025729, 0.055380, 0.204371, 0.842494",\
|
|
"0.017366, 0.025729, 0.055380, 0.204371, 0.842494");
|
|
}
|
|
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 ( "1.447089, 1.453946, 1.471114, 1.521755, 1.702964",\
|
|
"1.447089, 1.453946, 1.471114, 1.521755, 1.702964",\
|
|
"1.447089, 1.453946, 1.471114, 1.521755, 1.702964",\
|
|
"1.447089, 1.453946, 1.471114, 1.521755, 1.702964",\
|
|
"1.417836, 1.424693, 1.441861, 1.492501, 1.673711");
|
|
}
|
|
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.014573, 0.019294, 0.032780, 0.088638, 0.334554",\
|
|
"0.014573, 0.019294, 0.032780, 0.088638, 0.334554",\
|
|
"0.014573, 0.019294, 0.032780, 0.088638, 0.334554",\
|
|
"0.014573, 0.019294, 0.032780, 0.088638, 0.334554",\
|
|
"0.014573, 0.019294, 0.032780, 0.088638, 0.334554");
|
|
}
|
|
|
|
} /* 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 ( "1.626339, 1.635660, 1.661740, 1.768929, 2.139985",\
|
|
"1.626339, 1.635660, 1.661740, 1.768929, 2.139985",\
|
|
"1.626339, 1.635660, 1.661740, 1.768929, 2.139985",\
|
|
"1.608301, 1.617622, 1.643702, 1.750891, 2.139985",\
|
|
"1.525160, 1.534481, 1.560562, 1.667750, 2.110732");
|
|
}
|
|
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.017011, 0.025409, 0.055101, 0.207472, 0.856946",\
|
|
"0.017011, 0.025409, 0.055101, 0.207472, 0.856946",\
|
|
"0.017011, 0.025409, 0.055101, 0.207472, 0.856946",\
|
|
"0.017011, 0.025409, 0.055101, 0.207472, 0.856946",\
|
|
"0.017011, 0.025409, 0.055101, 0.207472, 0.856946");
|
|
}
|
|
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 ( "1.518446, 1.525400, 1.542616, 1.595006, 1.706771",\
|
|
"1.518446, 1.525400, 1.542616, 1.595006, 1.706771",\
|
|
"1.518446, 1.525400, 1.542616, 1.595006, 1.706771",\
|
|
"1.500408, 1.507362, 1.524578, 1.576968, 1.706771",\
|
|
"1.417267, 1.424221, 1.441437, 1.493827, 1.677518");
|
|
}
|
|
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.014314, 0.019103, 0.032586, 0.091878, 0.347384",\
|
|
"0.014314, 0.019103, 0.032586, 0.091878, 0.347384",\
|
|
"0.014314, 0.019103, 0.032586, 0.091878, 0.347384",\
|
|
"0.014314, 0.019103, 0.032586, 0.091878, 0.347384",\
|
|
"0.014314, 0.019103, 0.032586, 0.091878, 0.347384");
|
|
}
|
|
|
|
} /* 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 ( "1.453579, 1.462900, 1.488981, 1.594388, 2.031523",\
|
|
"1.453579, 1.462900, 1.488981, 1.594388, 2.031523",\
|
|
"1.453579, 1.462900, 1.488981, 1.594388, 2.031523",\
|
|
"1.453579, 1.462900, 1.488981, 1.594388, 2.031523",\
|
|
"1.424326, 1.433647, 1.459728, 1.565134, 2.002270");
|
|
}
|
|
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.017011, 0.025409, 0.055101, 0.204112, 0.842501",\
|
|
"0.017011, 0.025409, 0.055101, 0.204112, 0.842501",\
|
|
"0.017011, 0.025409, 0.055101, 0.204112, 0.842501",\
|
|
"0.017011, 0.025409, 0.055101, 0.204112, 0.842501",\
|
|
"0.017011, 0.025409, 0.055101, 0.204112, 0.842501");
|
|
}
|
|
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 ( "1.352747, 1.359701, 1.376917, 1.427520, 1.608789",\
|
|
"1.352747, 1.359701, 1.376917, 1.427520, 1.608789",\
|
|
"1.352747, 1.359701, 1.376917, 1.427520, 1.608789",\
|
|
"1.352747, 1.359701, 1.376917, 1.427520, 1.608789",\
|
|
"1.323494, 1.330448, 1.347664, 1.398267, 1.579536");
|
|
}
|
|
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.014314, 0.019103, 0.032586, 0.088505, 0.334556",\
|
|
"0.014314, 0.019103, 0.032586, 0.088505, 0.334556",\
|
|
"0.014314, 0.019103, 0.032586, 0.088505, 0.334556",\
|
|
"0.014314, 0.019103, 0.032586, 0.088505, 0.334556",\
|
|
"0.014314, 0.019103, 0.032586, 0.088505, 0.334556");
|
|
}
|
|
|
|
} /* 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 ( "1.543786, 1.551557, 1.577482, 1.685590, 2.059562",\
|
|
"1.543786, 1.551557, 1.577482, 1.685590, 2.059562",\
|
|
"1.543786, 1.551557, 1.577482, 1.685590, 2.059562",\
|
|
"1.525748, 1.533519, 1.559444, 1.667551, 2.059562",\
|
|
"1.442608, 1.450379, 1.476304, 1.584411, 2.030309");
|
|
}
|
|
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.017015, 0.025464, 0.055644, 0.210981, 0.866525",\
|
|
"0.017015, 0.025464, 0.055644, 0.210981, 0.866525",\
|
|
"0.017015, 0.025464, 0.055644, 0.210981, 0.866525",\
|
|
"0.017015, 0.025464, 0.055644, 0.210981, 0.866525",\
|
|
"0.017015, 0.025464, 0.055644, 0.210981, 0.866525");
|
|
}
|
|
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 ( "1.596333, 1.602512, 1.619608, 1.670543, 1.786408",\
|
|
"1.596333, 1.602512, 1.619608, 1.670543, 1.786408",\
|
|
"1.596333, 1.602512, 1.619608, 1.670543, 1.786408",\
|
|
"1.578294, 1.584474, 1.601569, 1.652504, 1.786408",\
|
|
"1.495154, 1.501334, 1.518429, 1.569364, 1.757155");
|
|
}
|
|
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.015127, 0.019584, 0.032920, 0.092729, 0.346210",\
|
|
"0.015127, 0.019584, 0.032920, 0.092729, 0.346210",\
|
|
"0.015127, 0.019584, 0.032920, 0.092729, 0.346210",\
|
|
"0.015127, 0.019584, 0.032920, 0.092729, 0.346210",\
|
|
"0.015127, 0.019584, 0.032920, 0.092729, 0.346210");
|
|
}
|
|
|
|
} /* 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 ( "1.367086, 1.375779, 1.401704, 1.506837, 1.943068",\
|
|
"1.367086, 1.375779, 1.401704, 1.506837, 1.943068",\
|
|
"1.367086, 1.375779, 1.401704, 1.506837, 1.943068",\
|
|
"1.367086, 1.375779, 1.401704, 1.506837, 1.943068",\
|
|
"1.337833, 1.346526, 1.372451, 1.477583, 1.913814");
|
|
}
|
|
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.017015, 0.025464, 0.055644, 0.205387, 0.842598",\
|
|
"0.017015, 0.025464, 0.055644, 0.205387, 0.842598",\
|
|
"0.017015, 0.025464, 0.055644, 0.205387, 0.842598",\
|
|
"0.017015, 0.025464, 0.055644, 0.205387, 0.842598",\
|
|
"0.017015, 0.025464, 0.055644, 0.205387, 0.842598");
|
|
}
|
|
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 ( "1.424389, 1.430931, 1.448026, 1.498402, 1.679322",\
|
|
"1.424389, 1.430931, 1.448026, 1.498402, 1.679322",\
|
|
"1.424389, 1.430931, 1.448026, 1.498402, 1.679322",\
|
|
"1.424389, 1.430931, 1.448026, 1.498402, 1.679322",\
|
|
"1.395135, 1.401677, 1.418773, 1.469149, 1.650069");
|
|
}
|
|
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.015127, 0.019584, 0.032920, 0.088990, 0.334539",\
|
|
"0.015127, 0.019584, 0.032920, 0.088990, 0.334539",\
|
|
"0.015127, 0.019584, 0.032920, 0.088990, 0.334539",\
|
|
"0.015127, 0.019584, 0.032920, 0.088990, 0.334539",\
|
|
"0.015127, 0.019584, 0.032920, 0.088990, 0.334539");
|
|
}
|
|
|
|
} /* 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 ( "1.713000, 1.722336, 1.748509, 1.856000, 2.228081",\
|
|
"1.713000, 1.722336, 1.748509, 1.856000, 2.228081",\
|
|
"1.713000, 1.722336, 1.748509, 1.856000, 2.228081",\
|
|
"1.694962, 1.704298, 1.730470, 1.837962, 2.228081",\
|
|
"1.611821, 1.621157, 1.647330, 1.754821, 2.198828");
|
|
}
|
|
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.017577, 0.025900, 0.055383, 0.208274, 0.859687",\
|
|
"0.017577, 0.025900, 0.055383, 0.208274, 0.859687",\
|
|
"0.017577, 0.025900, 0.055383, 0.208274, 0.859687",\
|
|
"0.017577, 0.025900, 0.055383, 0.208274, 0.859687",\
|
|
"0.017577, 0.025900, 0.055383, 0.208274, 0.859687");
|
|
}
|
|
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 ( "1.608155, 1.615092, 1.632378, 1.685156, 1.797621",\
|
|
"1.608155, 1.615092, 1.632378, 1.685156, 1.797621",\
|
|
"1.608155, 1.615092, 1.632378, 1.685156, 1.797621",\
|
|
"1.590117, 1.597054, 1.614340, 1.667118, 1.797621",\
|
|
"1.506977, 1.513914, 1.531199, 1.583977, 1.768368");
|
|
}
|
|
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.014698, 0.019448, 0.032879, 0.092694, 0.350071",\
|
|
"0.014698, 0.019448, 0.032879, 0.092694, 0.350071",\
|
|
"0.014698, 0.019448, 0.032879, 0.092694, 0.350071",\
|
|
"0.014698, 0.019448, 0.032879, 0.092694, 0.350071",\
|
|
"0.014698, 0.019448, 0.032879, 0.092694, 0.350071");
|
|
}
|
|
|
|
} /* 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 ( "1.533253, 1.542588, 1.568761, 1.674127, 2.111167",\
|
|
"1.533253, 1.542588, 1.568761, 1.674127, 2.111167",\
|
|
"1.533253, 1.542588, 1.568761, 1.674127, 2.111167",\
|
|
"1.533253, 1.542588, 1.568761, 1.674127, 2.111167",\
|
|
"1.503999, 1.513335, 1.539508, 1.644874, 2.081913");
|
|
}
|
|
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.017577, 0.025900, 0.055383, 0.204266, 0.842469",\
|
|
"0.017577, 0.025900, 0.055383, 0.204266, 0.842469",\
|
|
"0.017577, 0.025900, 0.055383, 0.204266, 0.842469",\
|
|
"0.017577, 0.025900, 0.055383, 0.204266, 0.842469",\
|
|
"0.017577, 0.025900, 0.055383, 0.204266, 0.842469");
|
|
}
|
|
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 ( "1.438966, 1.445902, 1.463188, 1.513833, 1.695082",\
|
|
"1.438966, 1.445902, 1.463188, 1.513833, 1.695082",\
|
|
"1.438966, 1.445902, 1.463188, 1.513833, 1.695082",\
|
|
"1.438966, 1.445902, 1.463188, 1.513833, 1.695082",\
|
|
"1.409713, 1.416649, 1.433935, 1.484580, 1.665829");
|
|
}
|
|
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.014698, 0.019448, 0.032879, 0.088669, 0.334594",\
|
|
"0.014698, 0.019448, 0.032879, 0.088669, 0.334594",\
|
|
"0.014698, 0.019448, 0.032879, 0.088669, 0.334594",\
|
|
"0.014698, 0.019448, 0.032879, 0.088669, 0.334594",\
|
|
"0.014698, 0.019448, 0.032879, 0.088669, 0.334594");
|
|
}
|
|
|
|
} /* 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 ( "1.719282, 1.728796, 1.754964, 1.861951, 2.232228",\
|
|
"1.719282, 1.728796, 1.754964, 1.861951, 2.232228",\
|
|
"1.719282, 1.728796, 1.754964, 1.861951, 2.232228",\
|
|
"1.701244, 1.710758, 1.736926, 1.843913, 2.232228",\
|
|
"1.618103, 1.627618, 1.653785, 1.760773, 2.202975");
|
|
}
|
|
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.017535, 0.025865, 0.055267, 0.206760, 0.854615",\
|
|
"0.017535, 0.025865, 0.055267, 0.206760, 0.854615",\
|
|
"0.017535, 0.025865, 0.055267, 0.206760, 0.854615",\
|
|
"0.017535, 0.025865, 0.055267, 0.206760, 0.854615",\
|
|
"0.017535, 0.025865, 0.055267, 0.206760, 0.854615");
|
|
}
|
|
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 ( "1.615540, 1.622585, 1.639872, 1.692154, 1.806692",\
|
|
"1.615540, 1.622585, 1.639872, 1.692154, 1.806692",\
|
|
"1.615540, 1.622585, 1.639872, 1.692154, 1.806692",\
|
|
"1.597501, 1.604546, 1.621833, 1.674116, 1.806692",\
|
|
"1.514361, 1.521406, 1.538693, 1.590975, 1.777439");
|
|
}
|
|
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.014527, 0.019388, 0.032890, 0.091400, 0.347224",\
|
|
"0.014527, 0.019388, 0.032890, 0.091400, 0.347224",\
|
|
"0.014527, 0.019388, 0.032890, 0.091400, 0.347224",\
|
|
"0.014527, 0.019388, 0.032890, 0.091400, 0.347224",\
|
|
"0.014527, 0.019388, 0.032890, 0.091400, 0.347224");
|
|
}
|
|
|
|
} /* 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 ( "1.549347, 1.558861, 1.585029, 1.690518, 2.127794",\
|
|
"1.549347, 1.558861, 1.585029, 1.690518, 2.127794",\
|
|
"1.549347, 1.558861, 1.585029, 1.690518, 2.127794",\
|
|
"1.549347, 1.558861, 1.585029, 1.690518, 2.127794",\
|
|
"1.520094, 1.529608, 1.555776, 1.661265, 2.098541");
|
|
}
|
|
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.017535, 0.025865, 0.055267, 0.203931, 0.842448",\
|
|
"0.017535, 0.025865, 0.055267, 0.203931, 0.842448",\
|
|
"0.017535, 0.025865, 0.055267, 0.203931, 0.842448",\
|
|
"0.017535, 0.025865, 0.055267, 0.203931, 0.842448",\
|
|
"0.017535, 0.025865, 0.055267, 0.203931, 0.842448");
|
|
}
|
|
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 ( "1.449840, 1.456885, 1.474172, 1.524953, 1.706298",\
|
|
"1.449840, 1.456885, 1.474172, 1.524953, 1.706298",\
|
|
"1.449840, 1.456885, 1.474172, 1.524953, 1.706298",\
|
|
"1.449840, 1.456885, 1.474172, 1.524953, 1.706298",\
|
|
"1.420587, 1.427632, 1.444919, 1.495700, 1.677045");
|
|
}
|
|
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.014527, 0.019388, 0.032890, 0.088562, 0.334605",\
|
|
"0.014527, 0.019388, 0.032890, 0.088562, 0.334605",\
|
|
"0.014527, 0.019388, 0.032890, 0.088562, 0.334605",\
|
|
"0.014527, 0.019388, 0.032890, 0.088562, 0.334605",\
|
|
"0.014527, 0.019388, 0.032890, 0.088562, 0.334605");
|
|
}
|
|
|
|
} /* 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 ( "1.633975, 1.642994, 1.669065, 1.776799, 2.149549",\
|
|
"1.633975, 1.642994, 1.669065, 1.776799, 2.149549",\
|
|
"1.633975, 1.642994, 1.669065, 1.776799, 2.149549",\
|
|
"1.615937, 1.624955, 1.651026, 1.758761, 2.149549",\
|
|
"1.532796, 1.541815, 1.567886, 1.675620, 2.120296");
|
|
}
|
|
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.017503, 0.025856, 0.055601, 0.209427, 0.862345",\
|
|
"0.017503, 0.025856, 0.055601, 0.209427, 0.862345",\
|
|
"0.017503, 0.025856, 0.055601, 0.209427, 0.862345",\
|
|
"0.017503, 0.025856, 0.055601, 0.209427, 0.862345",\
|
|
"0.017503, 0.025856, 0.055601, 0.209427, 0.862345");
|
|
}
|
|
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 ( "1.522808, 1.529533, 1.546712, 1.599624, 1.712355",\
|
|
"1.522808, 1.529533, 1.546712, 1.599624, 1.712355",\
|
|
"1.522808, 1.529533, 1.546712, 1.599624, 1.712355",\
|
|
"1.504770, 1.511495, 1.528673, 1.581586, 1.712355",\
|
|
"1.421629, 1.428354, 1.445533, 1.498446, 1.683102");
|
|
}
|
|
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.014758, 0.019370, 0.032743, 0.093417, 0.352401",\
|
|
"0.014758, 0.019370, 0.032743, 0.093417, 0.352401",\
|
|
"0.014758, 0.019370, 0.032743, 0.093417, 0.352401",\
|
|
"0.014758, 0.019370, 0.032743, 0.093417, 0.352401",\
|
|
"0.014758, 0.019370, 0.032743, 0.093417, 0.352401");
|
|
}
|
|
|
|
} /* 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 ( "1.452555, 1.461573, 1.487645, 1.592920, 2.029577",\
|
|
"1.452555, 1.461573, 1.487645, 1.592920, 2.029577",\
|
|
"1.452555, 1.461573, 1.487645, 1.592920, 2.029577",\
|
|
"1.452555, 1.461573, 1.487645, 1.592920, 2.029577",\
|
|
"1.423302, 1.432320, 1.458391, 1.563667, 2.000324");
|
|
}
|
|
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.017503, 0.025856, 0.055601, 0.204804, 0.842516",\
|
|
"0.017503, 0.025856, 0.055601, 0.204804, 0.842516",\
|
|
"0.017503, 0.025856, 0.055601, 0.204804, 0.842516",\
|
|
"0.017503, 0.025856, 0.055601, 0.204804, 0.842516",\
|
|
"0.017503, 0.025856, 0.055601, 0.204804, 0.842516");
|
|
}
|
|
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 ( "1.353832, 1.360557, 1.377736, 1.428180, 1.609252",\
|
|
"1.353832, 1.360557, 1.377736, 1.428180, 1.609252",\
|
|
"1.353832, 1.360557, 1.377736, 1.428180, 1.609252",\
|
|
"1.353832, 1.360557, 1.377736, 1.428180, 1.609252",\
|
|
"1.324579, 1.331304, 1.348483, 1.398927, 1.579999");
|
|
}
|
|
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.014758, 0.019370, 0.032743, 0.088772, 0.334559",\
|
|
"0.014758, 0.019370, 0.032743, 0.088772, 0.334559",\
|
|
"0.014758, 0.019370, 0.032743, 0.088772, 0.334559",\
|
|
"0.014758, 0.019370, 0.032743, 0.088772, 0.334559",\
|
|
"0.014758, 0.019370, 0.032743, 0.088772, 0.334559");
|
|
}
|
|
|
|
} /* 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 ( "1.606619, 1.613966, 1.639912, 1.747574, 2.120099",\
|
|
"1.606619, 1.613966, 1.639912, 1.747574, 2.120099",\
|
|
"1.606619, 1.613966, 1.639912, 1.747574, 2.120099",\
|
|
"1.588580, 1.595928, 1.621874, 1.729536, 2.120099",\
|
|
"1.505440, 1.512787, 1.538734, 1.646395, 2.090846");
|
|
}
|
|
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.016857, 0.025304, 0.055379, 0.209445, 0.862055",\
|
|
"0.016857, 0.025304, 0.055379, 0.209445, 0.862055",\
|
|
"0.016857, 0.025304, 0.055379, 0.209445, 0.862055",\
|
|
"0.016857, 0.025304, 0.055379, 0.209445, 0.862055",\
|
|
"0.016857, 0.025304, 0.055379, 0.209445, 0.862055");
|
|
}
|
|
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 ( "1.507784, 1.513634, 1.530822, 1.583656, 1.696296",\
|
|
"1.507784, 1.513634, 1.530822, 1.583656, 1.696296",\
|
|
"1.507784, 1.513634, 1.530822, 1.583656, 1.696296",\
|
|
"1.489746, 1.495596, 1.512783, 1.565618, 1.696296",\
|
|
"1.406605, 1.412456, 1.429643, 1.482477, 1.667043");
|
|
}
|
|
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.014799, 0.019412, 0.032753, 0.093374, 0.352100",\
|
|
"0.014799, 0.019412, 0.032753, 0.093374, 0.352100",\
|
|
"0.014799, 0.019412, 0.032753, 0.093374, 0.352100",\
|
|
"0.014799, 0.019412, 0.032753, 0.093374, 0.352100",\
|
|
"0.014799, 0.019412, 0.032753, 0.093374, 0.352100");
|
|
}
|
|
|
|
} /* 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 ( "1.436429, 1.445301, 1.471247, 1.576495, 2.013069",\
|
|
"1.436429, 1.445301, 1.471247, 1.576495, 2.013069",\
|
|
"1.436429, 1.445301, 1.471247, 1.576495, 2.013069",\
|
|
"1.436429, 1.445301, 1.471247, 1.576495, 2.013069",\
|
|
"1.407176, 1.416048, 1.441994, 1.547242, 1.983816");
|
|
}
|
|
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.016857, 0.025304, 0.055379, 0.204897, 0.842574",\
|
|
"0.016857, 0.025304, 0.055379, 0.204897, 0.842574",\
|
|
"0.016857, 0.025304, 0.055379, 0.204897, 0.842574",\
|
|
"0.016857, 0.025304, 0.055379, 0.204897, 0.842574",\
|
|
"0.016857, 0.025304, 0.055379, 0.204897, 0.842574");
|
|
}
|
|
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 ( "1.341231, 1.347935, 1.365122, 1.415534, 1.596576",\
|
|
"1.341231, 1.347935, 1.365122, 1.415534, 1.596576",\
|
|
"1.341231, 1.347935, 1.365122, 1.415534, 1.596576",\
|
|
"1.341231, 1.347935, 1.365122, 1.415534, 1.596576",\
|
|
"1.311978, 1.318682, 1.335869, 1.386281, 1.567323");
|
|
}
|
|
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.014799, 0.019412, 0.032753, 0.088805, 0.334572",\
|
|
"0.014799, 0.019412, 0.032753, 0.088805, 0.334572",\
|
|
"0.014799, 0.019412, 0.032753, 0.088805, 0.334572",\
|
|
"0.014799, 0.019412, 0.032753, 0.088805, 0.334572",\
|
|
"0.014799, 0.019412, 0.032753, 0.088805, 0.334572");
|
|
}
|
|
|
|
} /* 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 ( "1.725790, 1.733464, 1.759716, 1.866938, 2.237882",\
|
|
"1.725790, 1.733464, 1.759716, 1.866938, 2.237882",\
|
|
"1.725790, 1.733464, 1.759716, 1.866938, 2.237882",\
|
|
"1.707751, 1.715425, 1.741678, 1.848900, 2.237882",\
|
|
"1.624611, 1.632285, 1.658538, 1.765759, 2.208629");
|
|
}
|
|
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.019447, 0.027615, 0.057028, 0.212870, 0.870171",\
|
|
"0.019447, 0.027615, 0.057028, 0.212870, 0.870171",\
|
|
"0.019447, 0.027615, 0.057028, 0.212870, 0.870171",\
|
|
"0.019447, 0.027615, 0.057028, 0.212870, 0.870171",\
|
|
"0.019447, 0.027615, 0.057028, 0.212870, 0.870171");
|
|
}
|
|
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 ( "1.615739, 1.621739, 1.638906, 1.690050, 1.808338",\
|
|
"1.615739, 1.621739, 1.638906, 1.690050, 1.808338",\
|
|
"1.615739, 1.621739, 1.638906, 1.690050, 1.808338",\
|
|
"1.597701, 1.603701, 1.620868, 1.672011, 1.808338",\
|
|
"1.514561, 1.520560, 1.537728, 1.588871, 1.779085");
|
|
}
|
|
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.015827, 0.020141, 0.033271, 0.095502, 0.353033",\
|
|
"0.015827, 0.020141, 0.033271, 0.095502, 0.353033",\
|
|
"0.015827, 0.020141, 0.033271, 0.095502, 0.353033",\
|
|
"0.015827, 0.020141, 0.033271, 0.095502, 0.353033",\
|
|
"0.015827, 0.020141, 0.033271, 0.095502, 0.353033");
|
|
}
|
|
|
|
} /* 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 ( "1.541645, 1.550382, 1.576634, 1.681587, 2.117243",\
|
|
"1.541645, 1.550382, 1.576634, 1.681587, 2.117243",\
|
|
"1.541645, 1.550382, 1.576634, 1.681587, 2.117243",\
|
|
"1.541645, 1.550382, 1.576634, 1.681587, 2.117243",\
|
|
"1.512392, 1.521129, 1.547381, 1.652333, 2.087990");
|
|
}
|
|
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.019447, 0.027615, 0.057028, 0.206285, 0.842473",\
|
|
"0.019447, 0.027615, 0.057028, 0.206285, 0.842473",\
|
|
"0.019447, 0.027615, 0.057028, 0.206285, 0.842473",\
|
|
"0.019447, 0.027615, 0.057028, 0.206285, 0.842473",\
|
|
"0.019447, 0.027615, 0.057028, 0.206285, 0.842473");
|
|
}
|
|
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 ( "1.445356, 1.451746, 1.468913, 1.519048, 1.699719",\
|
|
"1.445356, 1.451746, 1.468913, 1.519048, 1.699719",\
|
|
"1.445356, 1.451746, 1.468913, 1.519048, 1.699719",\
|
|
"1.445356, 1.451746, 1.468913, 1.519048, 1.699719",\
|
|
"1.416103, 1.422493, 1.439660, 1.489795, 1.670466");
|
|
}
|
|
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.015827, 0.020141, 0.033271, 0.089423, 0.334579",\
|
|
"0.015827, 0.020141, 0.033271, 0.089423, 0.334579",\
|
|
"0.015827, 0.020141, 0.033271, 0.089423, 0.334579",\
|
|
"0.015827, 0.020141, 0.033271, 0.089423, 0.334579",\
|
|
"0.015827, 0.020141, 0.033271, 0.089423, 0.334579");
|
|
}
|
|
|
|
} /* 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 ( "1.734664, 1.742656, 1.768895, 1.876563, 2.248958",\
|
|
"1.734664, 1.742656, 1.768895, 1.876563, 2.248958",\
|
|
"1.734664, 1.742656, 1.768895, 1.876563, 2.248958",\
|
|
"1.716625, 1.724617, 1.750856, 1.858525, 2.248958",\
|
|
"1.633485, 1.641477, 1.667716, 1.775384, 2.219705");
|
|
}
|
|
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.018570, 0.026779, 0.056022, 0.209053, 0.861116",\
|
|
"0.018570, 0.026779, 0.056022, 0.209053, 0.861116",\
|
|
"0.018570, 0.026779, 0.056022, 0.209053, 0.861116",\
|
|
"0.018570, 0.026779, 0.056022, 0.209053, 0.861116",\
|
|
"0.018570, 0.026779, 0.056022, 0.209053, 0.861116");
|
|
}
|
|
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 ( "1.621692, 1.628514, 1.645817, 1.698771, 1.811369",\
|
|
"1.621692, 1.628514, 1.645817, 1.698771, 1.811369",\
|
|
"1.621692, 1.628514, 1.645817, 1.698771, 1.811369",\
|
|
"1.603653, 1.610476, 1.627779, 1.680733, 1.811369",\
|
|
"1.520513, 1.527335, 1.544638, 1.597592, 1.782116");
|
|
}
|
|
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.015216, 0.019849, 0.033196, 0.093296, 0.351452",\
|
|
"0.015216, 0.019849, 0.033196, 0.093296, 0.351452",\
|
|
"0.015216, 0.019849, 0.033196, 0.093296, 0.351452",\
|
|
"0.015216, 0.019849, 0.033196, 0.093296, 0.351452",\
|
|
"0.015216, 0.019849, 0.033196, 0.093296, 0.351452");
|
|
}
|
|
|
|
} /* 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 ( "1.553685, 1.562922, 1.589162, 1.694517, 2.131279",\
|
|
"1.553685, 1.562922, 1.589162, 1.694517, 2.131279",\
|
|
"1.553685, 1.562922, 1.589162, 1.694517, 2.131279",\
|
|
"1.553685, 1.562922, 1.589162, 1.694517, 2.131279",\
|
|
"1.524432, 1.533669, 1.559909, 1.665264, 2.102026");
|
|
}
|
|
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.018570, 0.026779, 0.056022, 0.204693, 0.842425",\
|
|
"0.018570, 0.026779, 0.056022, 0.204693, 0.842425",\
|
|
"0.018570, 0.026779, 0.056022, 0.204693, 0.842425",\
|
|
"0.018570, 0.026779, 0.056022, 0.204693, 0.842425",\
|
|
"0.018570, 0.026779, 0.056022, 0.204693, 0.842425");
|
|
}
|
|
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 ( "1.452806, 1.459628, 1.476931, 1.527563, 1.708699",\
|
|
"1.452806, 1.459628, 1.476931, 1.527563, 1.708699",\
|
|
"1.452806, 1.459628, 1.476931, 1.527563, 1.708699",\
|
|
"1.452806, 1.459628, 1.476931, 1.527563, 1.708699",\
|
|
"1.423553, 1.430375, 1.447678, 1.498310, 1.679446");
|
|
}
|
|
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.015216, 0.019849, 0.033196, 0.088916, 0.334638",\
|
|
"0.015216, 0.019849, 0.033196, 0.088916, 0.334638",\
|
|
"0.015216, 0.019849, 0.033196, 0.088916, 0.334638",\
|
|
"0.015216, 0.019849, 0.033196, 0.088916, 0.334638",\
|
|
"0.015216, 0.019849, 0.033196, 0.088916, 0.334638");
|
|
}
|
|
|
|
} /* 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 ( "1.685152, 1.694265, 1.720261, 1.827643, 2.199366",\
|
|
"1.685152, 1.694265, 1.720261, 1.827643, 2.199366",\
|
|
"1.685152, 1.694265, 1.720261, 1.827643, 2.199366",\
|
|
"1.667114, 1.676226, 1.702223, 1.809605, 2.199366",\
|
|
"1.583974, 1.593086, 1.619083, 1.726464, 2.170113");
|
|
}
|
|
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.016676, 0.025125, 0.055070, 0.208254, 0.859150",\
|
|
"0.016676, 0.025125, 0.055070, 0.208254, 0.859150",\
|
|
"0.016676, 0.025125, 0.055070, 0.208254, 0.859150",\
|
|
"0.016676, 0.025125, 0.055070, 0.208254, 0.859150",\
|
|
"0.016676, 0.025125, 0.055070, 0.208254, 0.859150");
|
|
}
|
|
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 ( "1.590213, 1.597066, 1.614240, 1.666872, 1.778860",\
|
|
"1.590213, 1.597066, 1.614240, 1.666872, 1.778860",\
|
|
"1.590213, 1.597066, 1.614240, 1.666872, 1.778860",\
|
|
"1.572174, 1.579027, 1.596202, 1.648833, 1.778860",\
|
|
"1.489034, 1.495887, 1.513061, 1.565693, 1.749607");
|
|
}
|
|
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.014487, 0.019202, 0.032669, 0.092490, 0.349278",\
|
|
"0.014487, 0.019202, 0.032669, 0.092490, 0.349278",\
|
|
"0.014487, 0.019202, 0.032669, 0.092490, 0.349278",\
|
|
"0.014487, 0.019202, 0.032669, 0.092490, 0.349278",\
|
|
"0.014487, 0.019202, 0.032669, 0.092490, 0.349278");
|
|
}
|
|
|
|
} /* 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 ( "1.513011, 1.522123, 1.548120, 1.653450, 2.090381",\
|
|
"1.513011, 1.522123, 1.548120, 1.653450, 2.090381",\
|
|
"1.513011, 1.522123, 1.548120, 1.653450, 2.090381",\
|
|
"1.513011, 1.522123, 1.548120, 1.653450, 2.090381",\
|
|
"1.483758, 1.492870, 1.518867, 1.624197, 2.061128");
|
|
}
|
|
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.016676, 0.025125, 0.055070, 0.204388, 0.842549",\
|
|
"0.016676, 0.025125, 0.055070, 0.204388, 0.842549",\
|
|
"0.016676, 0.025125, 0.055070, 0.204388, 0.842549",\
|
|
"0.016676, 0.025125, 0.055070, 0.204388, 0.842549",\
|
|
"0.016676, 0.025125, 0.055070, 0.204388, 0.842549");
|
|
}
|
|
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 ( "1.423689, 1.430542, 1.447716, 1.498289, 1.679488",\
|
|
"1.423689, 1.430542, 1.447716, 1.498289, 1.679488",\
|
|
"1.423689, 1.430542, 1.447716, 1.498289, 1.679488",\
|
|
"1.423689, 1.430542, 1.447716, 1.498289, 1.679488",\
|
|
"1.394436, 1.401289, 1.418463, 1.469036, 1.650235");
|
|
}
|
|
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.014487, 0.019202, 0.032669, 0.088608, 0.334544",\
|
|
"0.014487, 0.019202, 0.032669, 0.088608, 0.334544",\
|
|
"0.014487, 0.019202, 0.032669, 0.088608, 0.334544",\
|
|
"0.014487, 0.019202, 0.032669, 0.088608, 0.334544",\
|
|
"0.014487, 0.019202, 0.032669, 0.088608, 0.334544");
|
|
}
|
|
|
|
} /* 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 ( "1.680703, 1.688633, 1.714607, 1.822101, 2.194095",\
|
|
"1.680703, 1.688633, 1.714607, 1.822101, 2.194095",\
|
|
"1.680703, 1.688633, 1.714607, 1.822101, 2.194095",\
|
|
"1.662664, 1.670595, 1.696569, 1.804062, 2.194095",\
|
|
"1.579524, 1.587454, 1.613429, 1.720922, 2.164842");
|
|
}
|
|
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.016843, 0.025283, 0.055271, 0.208795, 0.860300",\
|
|
"0.016843, 0.025283, 0.055271, 0.208795, 0.860300",\
|
|
"0.016843, 0.025283, 0.055271, 0.208795, 0.860300",\
|
|
"0.016843, 0.025283, 0.055271, 0.208795, 0.860300",\
|
|
"0.016843, 0.025283, 0.055271, 0.208795, 0.860300");
|
|
}
|
|
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 ( "1.588593, 1.595354, 1.612499, 1.665233, 1.777659",\
|
|
"1.588593, 1.595354, 1.612499, 1.665233, 1.777659",\
|
|
"1.588593, 1.595354, 1.612499, 1.665233, 1.777659",\
|
|
"1.570555, 1.577315, 1.594461, 1.647195, 1.777659",\
|
|
"1.487414, 1.494175, 1.511320, 1.564054, 1.748406");
|
|
}
|
|
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.014667, 0.019310, 0.032745, 0.092868, 0.350498",\
|
|
"0.014667, 0.019310, 0.032745, 0.092868, 0.350498",\
|
|
"0.014667, 0.019310, 0.032745, 0.092868, 0.350498",\
|
|
"0.014667, 0.019310, 0.032745, 0.092868, 0.350498",\
|
|
"0.014667, 0.019310, 0.032745, 0.092868, 0.350498");
|
|
}
|
|
|
|
} /* 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 ( "1.511731, 1.520724, 1.546699, 1.651997, 2.088741",\
|
|
"1.511731, 1.520724, 1.546699, 1.651997, 2.088741",\
|
|
"1.511731, 1.520724, 1.546699, 1.651997, 2.088741",\
|
|
"1.511731, 1.520724, 1.546699, 1.651997, 2.088741",\
|
|
"1.482478, 1.491471, 1.517445, 1.622744, 2.059487");
|
|
}
|
|
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.016843, 0.025283, 0.055271, 0.204657, 0.842556",\
|
|
"0.016843, 0.025283, 0.055271, 0.204657, 0.842556",\
|
|
"0.016843, 0.025283, 0.055271, 0.204657, 0.842556",\
|
|
"0.016843, 0.025283, 0.055271, 0.204657, 0.842556",\
|
|
"0.016843, 0.025283, 0.055271, 0.204657, 0.842556");
|
|
}
|
|
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 ( "1.422894, 1.429655, 1.446800, 1.497331, 1.678453",\
|
|
"1.422894, 1.429655, 1.446800, 1.497331, 1.678453",\
|
|
"1.422894, 1.429655, 1.446800, 1.497331, 1.678453",\
|
|
"1.422894, 1.429655, 1.446800, 1.497331, 1.678453",\
|
|
"1.393641, 1.400401, 1.417547, 1.468078, 1.649200");
|
|
}
|
|
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.014667, 0.019310, 0.032745, 0.088712, 0.334546",\
|
|
"0.014667, 0.019310, 0.032745, 0.088712, 0.334546",\
|
|
"0.014667, 0.019310, 0.032745, 0.088712, 0.334546",\
|
|
"0.014667, 0.019310, 0.032745, 0.088712, 0.334546",\
|
|
"0.014667, 0.019310, 0.032745, 0.088712, 0.334546");
|
|
}
|
|
|
|
} /* 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 ( "1.617436, 1.624930, 1.650911, 1.758709, 2.131473",\
|
|
"1.617436, 1.624930, 1.650911, 1.758709, 2.131473",\
|
|
"1.617436, 1.624930, 1.650911, 1.758709, 2.131473",\
|
|
"1.599397, 1.606892, 1.632873, 1.740670, 2.131473",\
|
|
"1.516257, 1.523751, 1.549733, 1.657530, 2.102220");
|
|
}
|
|
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.017522, 0.025899, 0.055834, 0.210061, 0.863187",\
|
|
"0.017522, 0.025899, 0.055834, 0.210061, 0.863187",\
|
|
"0.017522, 0.025899, 0.055834, 0.210061, 0.863187",\
|
|
"0.017522, 0.025899, 0.055834, 0.210061, 0.863187",\
|
|
"0.017522, 0.025899, 0.055834, 0.210061, 0.863187");
|
|
}
|
|
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 ( "1.513495, 1.519410, 1.536539, 1.589494, 1.702393",\
|
|
"1.513495, 1.519410, 1.536539, 1.589494, 1.702393",\
|
|
"1.513495, 1.519410, 1.536539, 1.589494, 1.702393",\
|
|
"1.495457, 1.501372, 1.518500, 1.571456, 1.702393",\
|
|
"1.412317, 1.418232, 1.435360, 1.488316, 1.673140");
|
|
}
|
|
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.015013, 0.019548, 0.032869, 0.093786, 0.343983",\
|
|
"0.015013, 0.019548, 0.032869, 0.093786, 0.343983",\
|
|
"0.015013, 0.019548, 0.032869, 0.093786, 0.343983",\
|
|
"0.015013, 0.019548, 0.032869, 0.093786, 0.343983",\
|
|
"0.015013, 0.019548, 0.032869, 0.093786, 0.343983");
|
|
}
|
|
|
|
} /* 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 ( "1.446643, 1.455442, 1.481424, 1.586658, 2.023007",\
|
|
"1.446643, 1.455442, 1.481424, 1.586658, 2.023007",\
|
|
"1.446643, 1.455442, 1.481424, 1.586658, 2.023007",\
|
|
"1.446643, 1.455442, 1.481424, 1.586658, 2.023007",\
|
|
"1.417390, 1.426189, 1.452170, 1.557405, 1.993754");
|
|
}
|
|
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.017522, 0.025899, 0.055834, 0.205237, 0.842548",\
|
|
"0.017522, 0.025899, 0.055834, 0.205237, 0.842548",\
|
|
"0.017522, 0.025899, 0.055834, 0.205237, 0.842548",\
|
|
"0.017522, 0.025899, 0.055834, 0.205237, 0.842548",\
|
|
"0.017522, 0.025899, 0.055834, 0.205237, 0.842548");
|
|
}
|
|
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 ( "1.347126, 1.353711, 1.370839, 1.421222, 1.602169",\
|
|
"1.347126, 1.353711, 1.370839, 1.421222, 1.602169",\
|
|
"1.347126, 1.353711, 1.370839, 1.421222, 1.602169",\
|
|
"1.347126, 1.353711, 1.370839, 1.421222, 1.602169",\
|
|
"1.317873, 1.324458, 1.341586, 1.391969, 1.572916");
|
|
}
|
|
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.015013, 0.019548, 0.032869, 0.088937, 0.334567",\
|
|
"0.015013, 0.019548, 0.032869, 0.088937, 0.334567",\
|
|
"0.015013, 0.019548, 0.032869, 0.088937, 0.334567",\
|
|
"0.015013, 0.019548, 0.032869, 0.088937, 0.334567",\
|
|
"0.015013, 0.019548, 0.032869, 0.088937, 0.334567");
|
|
}
|
|
|
|
} /* 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 ( "1.718385, 1.727289, 1.753443, 1.861622, 2.235654",\
|
|
"1.718385, 1.727289, 1.753443, 1.861622, 2.235654",\
|
|
"1.718385, 1.727289, 1.753443, 1.861622, 2.235654",\
|
|
"1.700347, 1.709251, 1.735405, 1.843584, 2.235654",\
|
|
"1.617206, 1.626110, 1.652264, 1.760444, 2.206401");
|
|
}
|
|
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.018518, 0.026760, 0.056280, 0.210948, 0.866402",\
|
|
"0.018518, 0.026760, 0.056280, 0.210948, 0.866402",\
|
|
"0.018518, 0.026760, 0.056280, 0.210948, 0.866402",\
|
|
"0.018518, 0.026760, 0.056280, 0.210948, 0.866402",\
|
|
"0.018518, 0.026760, 0.056280, 0.210948, 0.866402");
|
|
}
|
|
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 ( "1.613284, 1.619857, 1.637010, 1.687989, 1.803871",\
|
|
"1.613284, 1.619857, 1.637010, 1.687989, 1.803871",\
|
|
"1.613284, 1.619857, 1.637010, 1.687989, 1.803871",\
|
|
"1.595246, 1.601819, 1.618971, 1.669951, 1.803871",\
|
|
"1.512105, 1.518679, 1.535831, 1.586810, 1.774618");
|
|
}
|
|
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.015312, 0.019770, 0.033080, 0.092790, 0.346246",\
|
|
"0.015312, 0.019770, 0.033080, 0.092790, 0.346246",\
|
|
"0.015312, 0.019770, 0.033080, 0.092790, 0.346246",\
|
|
"0.015312, 0.019770, 0.033080, 0.092790, 0.346246",\
|
|
"0.015312, 0.019770, 0.033080, 0.092790, 0.346246");
|
|
}
|
|
|
|
} /* 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 ( "1.539146, 1.548050, 1.574204, 1.679407, 2.115697",\
|
|
"1.539146, 1.548050, 1.574204, 1.679407, 2.115697",\
|
|
"1.539146, 1.548050, 1.574204, 1.679407, 2.115697",\
|
|
"1.539146, 1.548050, 1.574204, 1.679407, 2.115697",\
|
|
"1.509893, 1.518797, 1.544951, 1.650154, 2.086444");
|
|
}
|
|
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.018518, 0.026760, 0.056280, 0.205357, 0.842478",\
|
|
"0.018518, 0.026760, 0.056280, 0.205357, 0.842478",\
|
|
"0.018518, 0.026760, 0.056280, 0.205357, 0.842478",\
|
|
"0.018518, 0.026760, 0.056280, 0.205357, 0.842478",\
|
|
"0.018518, 0.026760, 0.056280, 0.205357, 0.842478");
|
|
}
|
|
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 ( "1.444192, 1.450765, 1.467917, 1.518340, 1.699274",\
|
|
"1.444192, 1.450765, 1.467917, 1.518340, 1.699274",\
|
|
"1.444192, 1.450765, 1.467917, 1.518340, 1.699274",\
|
|
"1.444192, 1.450765, 1.467917, 1.518340, 1.699274",\
|
|
"1.414939, 1.421512, 1.438664, 1.489087, 1.670021");
|
|
}
|
|
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.015312, 0.019770, 0.033080, 0.089053, 0.334573",\
|
|
"0.015312, 0.019770, 0.033080, 0.089053, 0.334573",\
|
|
"0.015312, 0.019770, 0.033080, 0.089053, 0.334573",\
|
|
"0.015312, 0.019770, 0.033080, 0.089053, 0.334573",\
|
|
"0.015312, 0.019770, 0.033080, 0.089053, 0.334573");
|
|
}
|
|
|
|
} /* 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 ( "1.627712, 1.636859, 1.662877, 1.770211, 2.141730",\
|
|
"1.627712, 1.636859, 1.662877, 1.770211, 2.141730",\
|
|
"1.627712, 1.636859, 1.662877, 1.770211, 2.141730",\
|
|
"1.609673, 1.618821, 1.644839, 1.752173, 2.141730",\
|
|
"1.526533, 1.535681, 1.561699, 1.669033, 2.112477");
|
|
}
|
|
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.016848, 0.025276, 0.055145, 0.208111, 0.858593",\
|
|
"0.016848, 0.025276, 0.055145, 0.208111, 0.858593",\
|
|
"0.016848, 0.025276, 0.055145, 0.208111, 0.858593",\
|
|
"0.016848, 0.025276, 0.055145, 0.208111, 0.858593",\
|
|
"0.016848, 0.025276, 0.055145, 0.208111, 0.858593");
|
|
}
|
|
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 ( "1.517941, 1.524815, 1.542025, 1.594552, 1.706463",\
|
|
"1.517941, 1.524815, 1.542025, 1.594552, 1.706463",\
|
|
"1.517941, 1.524815, 1.542025, 1.594552, 1.706463",\
|
|
"1.499903, 1.506777, 1.523987, 1.576513, 1.706463",\
|
|
"1.416763, 1.423636, 1.440846, 1.493373, 1.677210");
|
|
}
|
|
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.014479, 0.019206, 0.032638, 0.092359, 0.348817",\
|
|
"0.014479, 0.019206, 0.032638, 0.092359, 0.348817",\
|
|
"0.014479, 0.019206, 0.032638, 0.092359, 0.348817",\
|
|
"0.014479, 0.019206, 0.032638, 0.092359, 0.348817",\
|
|
"0.014479, 0.019206, 0.032638, 0.092359, 0.348817");
|
|
}
|
|
|
|
} /* 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 ( "1.443052, 1.452200, 1.478218, 1.583569, 2.020516",\
|
|
"1.443052, 1.452200, 1.478218, 1.583569, 2.020516",\
|
|
"1.443052, 1.452200, 1.478218, 1.583569, 2.020516",\
|
|
"1.443052, 1.452200, 1.478218, 1.583569, 2.020516",\
|
|
"1.413799, 1.422947, 1.448965, 1.554315, 1.991262");
|
|
}
|
|
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.016848, 0.025276, 0.055145, 0.204371, 0.842534",\
|
|
"0.016848, 0.025276, 0.055145, 0.204371, 0.842534",\
|
|
"0.016848, 0.025276, 0.055145, 0.204371, 0.842534",\
|
|
"0.016848, 0.025276, 0.055145, 0.204371, 0.842534",\
|
|
"0.016848, 0.025276, 0.055145, 0.204371, 0.842534");
|
|
}
|
|
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 ( "1.349361, 1.356235, 1.373445, 1.423982, 1.605176",\
|
|
"1.349361, 1.356235, 1.373445, 1.423982, 1.605176",\
|
|
"1.349361, 1.356235, 1.373445, 1.423982, 1.605176",\
|
|
"1.349361, 1.356235, 1.373445, 1.423982, 1.605176",\
|
|
"1.320108, 1.326982, 1.344192, 1.394728, 1.575922");
|
|
}
|
|
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.014479, 0.019206, 0.032638, 0.088604, 0.334563",\
|
|
"0.014479, 0.019206, 0.032638, 0.088604, 0.334563",\
|
|
"0.014479, 0.019206, 0.032638, 0.088604, 0.334563",\
|
|
"0.014479, 0.019206, 0.032638, 0.088604, 0.334563",\
|
|
"0.014479, 0.019206, 0.032638, 0.088604, 0.334563");
|
|
}
|
|
|
|
} /* 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 ( "1.629816, 1.638859, 1.664900, 1.772498, 2.144825",\
|
|
"1.629816, 1.638859, 1.664900, 1.772498, 2.144825",\
|
|
"1.629816, 1.638859, 1.664900, 1.772498, 2.144825",\
|
|
"1.611778, 1.620821, 1.646862, 1.754460, 2.144825",\
|
|
"1.528637, 1.537680, 1.563722, 1.671320, 2.115572");
|
|
}
|
|
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.017239, 0.025624, 0.055441, 0.209014, 0.861112",\
|
|
"0.017239, 0.025624, 0.055441, 0.209014, 0.861112",\
|
|
"0.017239, 0.025624, 0.055441, 0.209014, 0.861112",\
|
|
"0.017239, 0.025624, 0.055441, 0.209014, 0.861112",\
|
|
"0.017239, 0.025624, 0.055441, 0.209014, 0.861112");
|
|
}
|
|
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 ( "1.519921, 1.526689, 1.543877, 1.596657, 1.709212",\
|
|
"1.519921, 1.526689, 1.543877, 1.596657, 1.709212",\
|
|
"1.519921, 1.526689, 1.543877, 1.596657, 1.709212",\
|
|
"1.501883, 1.508651, 1.525839, 1.578619, 1.709212",\
|
|
"1.418743, 1.425510, 1.442699, 1.495479, 1.679959");
|
|
}
|
|
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.014677, 0.019325, 0.032713, 0.093077, 0.351276",\
|
|
"0.014677, 0.019325, 0.032713, 0.093077, 0.351276",\
|
|
"0.014677, 0.019325, 0.032713, 0.093077, 0.351276",\
|
|
"0.014677, 0.019325, 0.032713, 0.093077, 0.351276",\
|
|
"0.014677, 0.019325, 0.032713, 0.093077, 0.351276");
|
|
}
|
|
|
|
} /* 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 ( "1.451691, 1.460734, 1.486775, 1.592072, 2.028809",\
|
|
"1.451691, 1.460734, 1.486775, 1.592072, 2.028809",\
|
|
"1.451691, 1.460734, 1.486775, 1.592072, 2.028809",\
|
|
"1.451691, 1.460734, 1.486775, 1.592072, 2.028809",\
|
|
"1.422438, 1.431481, 1.457522, 1.562819, 1.999556");
|
|
}
|
|
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.017239, 0.025624, 0.055441, 0.204682, 0.842527",\
|
|
"0.017239, 0.025624, 0.055441, 0.204682, 0.842527",\
|
|
"0.017239, 0.025624, 0.055441, 0.204682, 0.842527",\
|
|
"0.017239, 0.025624, 0.055441, 0.204682, 0.842527",\
|
|
"0.017239, 0.025624, 0.055441, 0.204682, 0.842527");
|
|
}
|
|
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 ( "1.351863, 1.358631, 1.375819, 1.426289, 1.607395",\
|
|
"1.351863, 1.358631, 1.375819, 1.426289, 1.607395",\
|
|
"1.351863, 1.358631, 1.375819, 1.426289, 1.607395",\
|
|
"1.351863, 1.358631, 1.375819, 1.426289, 1.607395",\
|
|
"1.322610, 1.329378, 1.346566, 1.397036, 1.578142");
|
|
}
|
|
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.014677, 0.019325, 0.032713, 0.088724, 0.334561",\
|
|
"0.014677, 0.019325, 0.032713, 0.088724, 0.334561",\
|
|
"0.014677, 0.019325, 0.032713, 0.088724, 0.334561",\
|
|
"0.014677, 0.019325, 0.032713, 0.088724, 0.334561",\
|
|
"0.014677, 0.019325, 0.032713, 0.088724, 0.334561");
|
|
}
|
|
|
|
} /* 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 ( "1.582994, 1.592294, 1.618508, 1.726129, 2.098536",\
|
|
"1.582994, 1.592294, 1.618508, 1.726129, 2.098536",\
|
|
"1.582994, 1.592294, 1.618508, 1.726129, 2.098536",\
|
|
"1.564956, 1.574255, 1.600470, 1.708091, 2.098536",\
|
|
"1.481816, 1.491115, 1.517329, 1.624951, 2.069283");
|
|
}
|
|
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.018057, 0.026323, 0.055679, 0.208731, 0.860784",\
|
|
"0.018057, 0.026323, 0.055679, 0.208731, 0.860784",\
|
|
"0.018057, 0.026323, 0.055679, 0.208731, 0.860784",\
|
|
"0.018057, 0.026323, 0.055679, 0.208731, 0.860784",\
|
|
"0.018057, 0.026323, 0.055679, 0.208731, 0.860784");
|
|
}
|
|
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 ( "1.634312, 1.641285, 1.658762, 1.711765, 1.824392",\
|
|
"1.634312, 1.641285, 1.658762, 1.711765, 1.824392",\
|
|
"1.634312, 1.641285, 1.658762, 1.711765, 1.824392",\
|
|
"1.616274, 1.623247, 1.640724, 1.693727, 1.824392",\
|
|
"1.533134, 1.540107, 1.557584, 1.610587, 1.795139");
|
|
}
|
|
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.015435, 0.020148, 0.033440, 0.093252, 0.351210",\
|
|
"0.015435, 0.020148, 0.033440, 0.093252, 0.351210",\
|
|
"0.015435, 0.020148, 0.033440, 0.093252, 0.351210",\
|
|
"0.015435, 0.020148, 0.033440, 0.093252, 0.351210",\
|
|
"0.015435, 0.020148, 0.033440, 0.093252, 0.351210");
|
|
}
|
|
|
|
} /* 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 ( "1.409227, 1.418527, 1.444741, 1.550094, 1.987007",\
|
|
"1.409227, 1.418527, 1.444741, 1.550094, 1.987007",\
|
|
"1.409227, 1.418527, 1.444741, 1.550094, 1.987007",\
|
|
"1.409227, 1.418527, 1.444741, 1.550094, 1.987007",\
|
|
"1.379974, 1.389274, 1.415488, 1.520841, 1.957754");
|
|
}
|
|
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.018057, 0.026323, 0.055679, 0.204461, 0.842447",\
|
|
"0.018057, 0.026323, 0.055679, 0.204461, 0.842447",\
|
|
"0.018057, 0.026323, 0.055679, 0.204461, 0.842447",\
|
|
"0.018057, 0.026323, 0.055679, 0.204461, 0.842447",\
|
|
"0.018057, 0.026323, 0.055679, 0.204461, 0.842447");
|
|
}
|
|
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 ( "1.462168, 1.469141, 1.486618, 1.537344, 1.718566",\
|
|
"1.462168, 1.469141, 1.486618, 1.537344, 1.718566",\
|
|
"1.462168, 1.469141, 1.486618, 1.537344, 1.718566",\
|
|
"1.462168, 1.469141, 1.486618, 1.537344, 1.718566",\
|
|
"1.432915, 1.439888, 1.457365, 1.508090, 1.689313");
|
|
}
|
|
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.015435, 0.020148, 0.033440, 0.088962, 0.334717",\
|
|
"0.015435, 0.020148, 0.033440, 0.088962, 0.334717",\
|
|
"0.015435, 0.020148, 0.033440, 0.088962, 0.334717",\
|
|
"0.015435, 0.020148, 0.033440, 0.088962, 0.334717",\
|
|
"0.015435, 0.020148, 0.033440, 0.088962, 0.334717");
|
|
}
|
|
|
|
} /* 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 ( "1.589495, 1.598801, 1.625021, 1.732618, 2.104915",\
|
|
"1.589495, 1.598801, 1.625021, 1.732618, 2.104915",\
|
|
"1.589495, 1.598801, 1.625021, 1.732618, 2.104915",\
|
|
"1.571457, 1.580763, 1.606983, 1.714580, 2.104915",\
|
|
"1.488317, 1.497623, 1.523843, 1.631440, 2.075662");
|
|
}
|
|
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.018139, 0.026396, 0.055724, 0.208680, 0.860516",\
|
|
"0.018139, 0.026396, 0.055724, 0.208680, 0.860516",\
|
|
"0.018139, 0.026396, 0.055724, 0.208680, 0.860516",\
|
|
"0.018139, 0.026396, 0.055724, 0.208680, 0.860516",\
|
|
"0.018139, 0.026396, 0.055724, 0.208680, 0.860516");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "1.634092, 1.641072, 1.658567, 1.711555, 1.824137",\
|
|
"1.634092, 1.641072, 1.658567, 1.711555, 1.824137",\
|
|
"1.634092, 1.641072, 1.658567, 1.711555, 1.824137",\
|
|
"1.616054, 1.623034, 1.640529, 1.693516, 1.824137",\
|
|
"1.532914, 1.539894, 1.557388, 1.610376, 1.794884");
|
|
}
|
|
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.015511, 0.020224, 0.033505, 0.093219, 0.350987",\
|
|
"0.015511, 0.020224, 0.033505, 0.093219, 0.350987",\
|
|
"0.015511, 0.020224, 0.033505, 0.093219, 0.350987",\
|
|
"0.015511, 0.020224, 0.033505, 0.093219, 0.350987",\
|
|
"0.015511, 0.020224, 0.033505, 0.093219, 0.350987");
|
|
}
|
|
|
|
} /* 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 ( "1.411905, 1.421211, 1.447431, 1.552792, 1.989701",\
|
|
"1.411905, 1.421211, 1.447431, 1.552792, 1.989701",\
|
|
"1.411905, 1.421211, 1.447431, 1.552792, 1.989701",\
|
|
"1.411905, 1.421211, 1.447431, 1.552792, 1.989701",\
|
|
"1.382652, 1.391957, 1.418178, 1.523539, 1.960448");
|
|
}
|
|
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.018139, 0.026396, 0.055724, 0.204470, 0.842441",\
|
|
"0.018139, 0.026396, 0.055724, 0.204470, 0.842441",\
|
|
"0.018139, 0.026396, 0.055724, 0.204470, 0.842441",\
|
|
"0.018139, 0.026396, 0.055724, 0.204470, 0.842441",\
|
|
"0.018139, 0.026396, 0.055724, 0.204470, 0.842441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "1.461917, 1.468897, 1.486392, 1.537136, 1.718359",\
|
|
"1.461917, 1.468897, 1.486392, 1.537136, 1.718359",\
|
|
"1.461917, 1.468897, 1.486392, 1.537136, 1.718359",\
|
|
"1.461917, 1.468897, 1.486392, 1.537136, 1.718359",\
|
|
"1.432664, 1.439644, 1.457139, 1.507882, 1.689106");
|
|
}
|
|
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.015511, 0.020224, 0.033505, 0.088991, 0.334731",\
|
|
"0.015511, 0.020224, 0.033505, 0.088991, 0.334731",\
|
|
"0.015511, 0.020224, 0.033505, 0.088991, 0.334731",\
|
|
"0.015511, 0.020224, 0.033505, 0.088991, 0.334731",\
|
|
"0.015511, 0.020224, 0.033505, 0.088991, 0.334731");
|
|
}
|
|
|
|
} /* 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 ( "1.539658, 1.548660, 1.574656, 1.682341, 2.055116",\
|
|
"1.539658, 1.548660, 1.574656, 1.682341, 2.055116",\
|
|
"1.539658, 1.548660, 1.574656, 1.682341, 2.055116",\
|
|
"1.521620, 1.530622, 1.556617, 1.664303, 2.055116",\
|
|
"1.438480, 1.447481, 1.473477, 1.581163, 2.025863");
|
|
}
|
|
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.016729, 0.025175, 0.055172, 0.209195, 0.862180",\
|
|
"0.016729, 0.025175, 0.055172, 0.209195, 0.862180",\
|
|
"0.016729, 0.025175, 0.055172, 0.209195, 0.862180",\
|
|
"0.016729, 0.025175, 0.055172, 0.209195, 0.862180",\
|
|
"0.016729, 0.025175, 0.055172, 0.209195, 0.862180");
|
|
}
|
|
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 ( "1.596602, 1.603405, 1.620627, 1.673620, 1.786389",\
|
|
"1.596602, 1.603405, 1.620627, 1.673620, 1.786389",\
|
|
"1.596602, 1.603405, 1.620627, 1.673620, 1.786389",\
|
|
"1.578564, 1.585367, 1.602588, 1.655582, 1.786389",\
|
|
"1.495424, 1.502227, 1.519448, 1.572442, 1.757136");
|
|
}
|
|
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.014826, 0.019469, 0.032873, 0.093355, 0.352224",\
|
|
"0.014826, 0.019469, 0.032873, 0.093355, 0.352224",\
|
|
"0.014826, 0.019469, 0.032873, 0.093355, 0.352224",\
|
|
"0.014826, 0.019469, 0.032873, 0.093355, 0.352224",\
|
|
"0.014826, 0.019469, 0.032873, 0.093355, 0.352224");
|
|
}
|
|
|
|
} /* 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 ( "1.370694, 1.379696, 1.405692, 1.510947, 1.947711",\
|
|
"1.370694, 1.379696, 1.405692, 1.510947, 1.947711",\
|
|
"1.370694, 1.379696, 1.405692, 1.510947, 1.947711",\
|
|
"1.370694, 1.379696, 1.405692, 1.510947, 1.947711",\
|
|
"1.341441, 1.350443, 1.376438, 1.481694, 1.918458");
|
|
}
|
|
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.016729, 0.025175, 0.055172, 0.204625, 0.842562",\
|
|
"0.016729, 0.025175, 0.055172, 0.204625, 0.842562",\
|
|
"0.016729, 0.025175, 0.055172, 0.204625, 0.842562",\
|
|
"0.016729, 0.025175, 0.055172, 0.204625, 0.842562",\
|
|
"0.016729, 0.025175, 0.055172, 0.204625, 0.842562");
|
|
}
|
|
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 ( "1.427638, 1.434441, 1.451663, 1.502217, 1.683362",\
|
|
"1.427638, 1.434441, 1.451663, 1.502217, 1.683362",\
|
|
"1.427638, 1.434441, 1.451663, 1.502217, 1.683362",\
|
|
"1.427638, 1.434441, 1.451663, 1.502217, 1.683362",\
|
|
"1.398385, 1.405188, 1.422409, 1.472964, 1.654109");
|
|
}
|
|
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.014826, 0.019469, 0.032873, 0.088763, 0.334572",\
|
|
"0.014826, 0.019469, 0.032873, 0.088763, 0.334572",\
|
|
"0.014826, 0.019469, 0.032873, 0.088763, 0.334572",\
|
|
"0.014826, 0.019469, 0.032873, 0.088763, 0.334572",\
|
|
"0.014826, 0.019469, 0.032873, 0.088763, 0.334572");
|
|
}
|
|
|
|
} /* 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 ( "1.561234, 1.570516, 1.596565, 1.703738, 2.074752",\
|
|
"1.561234, 1.570516, 1.596565, 1.703738, 2.074752",\
|
|
"1.561234, 1.570516, 1.596565, 1.703738, 2.074752",\
|
|
"1.543196, 1.552478, 1.578527, 1.685699, 2.074752",\
|
|
"1.460055, 1.469337, 1.495387, 1.602559, 2.045499");
|
|
}
|
|
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.016833, 0.025255, 0.055032, 0.207469, 0.856891",\
|
|
"0.016833, 0.025255, 0.055032, 0.207469, 0.856891",\
|
|
"0.016833, 0.025255, 0.055032, 0.207469, 0.856891",\
|
|
"0.016833, 0.025255, 0.055032, 0.207469, 0.856891",\
|
|
"0.016833, 0.025255, 0.055032, 0.207469, 0.856891");
|
|
}
|
|
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 ( "1.611854, 1.618868, 1.636208, 1.688739, 1.800523",\
|
|
"1.611854, 1.618868, 1.636208, 1.688739, 1.800523",\
|
|
"1.611854, 1.618868, 1.636208, 1.688739, 1.800523",\
|
|
"1.593816, 1.600830, 1.618170, 1.670700, 1.800523",\
|
|
"1.510676, 1.517690, 1.535030, 1.587560, 1.771270");
|
|
}
|
|
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.014799, 0.019607, 0.033043, 0.092041, 0.347403",\
|
|
"0.014799, 0.019607, 0.033043, 0.092041, 0.347403",\
|
|
"0.014799, 0.019607, 0.033043, 0.092041, 0.347403",\
|
|
"0.014799, 0.019607, 0.033043, 0.092041, 0.347403",\
|
|
"0.014799, 0.019607, 0.033043, 0.092041, 0.347403");
|
|
}
|
|
|
|
} /* 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 ( "1.387342, 1.396624, 1.422673, 1.528072, 1.965194",\
|
|
"1.387342, 1.396624, 1.422673, 1.528072, 1.965194",\
|
|
"1.387342, 1.396624, 1.422673, 1.528072, 1.965194",\
|
|
"1.387342, 1.396624, 1.422673, 1.528072, 1.965194",\
|
|
"1.358089, 1.367371, 1.393420, 1.498819, 1.935941");
|
|
}
|
|
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.016833, 0.025255, 0.055032, 0.204124, 0.842516",\
|
|
"0.016833, 0.025255, 0.055032, 0.204124, 0.842516",\
|
|
"0.016833, 0.025255, 0.055032, 0.204124, 0.842516",\
|
|
"0.016833, 0.025255, 0.055032, 0.204124, 0.842516",\
|
|
"0.016833, 0.025255, 0.055032, 0.204124, 0.842516");
|
|
}
|
|
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 ( "1.442479, 1.449493, 1.466833, 1.517586, 1.698887",\
|
|
"1.442479, 1.449493, 1.466833, 1.517586, 1.698887",\
|
|
"1.442479, 1.449493, 1.466833, 1.517586, 1.698887",\
|
|
"1.442479, 1.449493, 1.466833, 1.517586, 1.698887",\
|
|
"1.413226, 1.420240, 1.437580, 1.488332, 1.669634");
|
|
}
|
|
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.014799, 0.019607, 0.033043, 0.088685, 0.334635",\
|
|
"0.014799, 0.019607, 0.033043, 0.088685, 0.334635",\
|
|
"0.014799, 0.019607, 0.033043, 0.088685, 0.334635",\
|
|
"0.014799, 0.019607, 0.033043, 0.088685, 0.334635",\
|
|
"0.014799, 0.019607, 0.033043, 0.088685, 0.334635");
|
|
}
|
|
|
|
} /* 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.004712 ;
|
|
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.426515, 0.402599, 0.429434, 0.544471, 1.018937",\
|
|
"0.460750, 0.436834, 0.463669, 0.578706, 1.053172",\
|
|
"0.455746, 0.431830, 0.458665, 0.573702, 1.048168",\
|
|
"0.404758, 0.380842, 0.407677, 0.522714, 0.997180",\
|
|
"0.194027, 0.170111, 0.196947, 0.311983, 0.786450");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.521460, 0.497544, 0.524379, 0.639416, 1.113882",\
|
|
"0.619388, 0.595472, 0.622307, 0.737344, 1.211810",\
|
|
"0.701497, 0.677581, 0.704416, 0.819453, 1.293919",\
|
|
"0.847794, 0.823878, 0.850713, 0.965750, 1.440216",\
|
|
"1.450489, 1.426573, 1.453408, 1.568445, 2.042911");
|
|
}
|
|
|
|
} /* 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.166540, -0.067099, 0.006239, 0.122108, 0.599263",\
|
|
"-0.200775, -0.101334, -0.027996, 0.087873, 0.565028",\
|
|
"-0.195771, -0.096330, -0.022991, 0.092877, 0.570032",\
|
|
"-0.144783, -0.045342, 0.027997, 0.143866, 0.621020",\
|
|
"0.065948, 0.165389, 0.238727, 0.354596, 0.831751");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.227425, -0.127984, -0.054646, 0.061223, 0.538378",\
|
|
"-0.325353, -0.225912, -0.152574, -0.036705, 0.440450",\
|
|
"-0.407462, -0.308021, -0.234682, -0.118813, 0.358341",\
|
|
"-0.553759, -0.454318, -0.380979, -0.265110, 0.212044",\
|
|
"-1.156454, -1.057013, -0.983675, -0.867806, -0.390651");
|
|
}
|
|
|
|
} /* 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.005296 ;
|
|
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.447181, 0.423265, 0.450100, 0.565137, 1.039603",\
|
|
"0.481415, 0.457499, 0.484334, 0.599371, 1.073837",\
|
|
"0.476428, 0.452512, 0.479347, 0.594384, 1.068850",\
|
|
"0.425674, 0.401758, 0.428593, 0.543630, 1.018096",\
|
|
"0.215864, 0.191948, 0.218783, 0.333820, 0.808286");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.532762, 0.508846, 0.535681, 0.650718, 1.125184",\
|
|
"0.630752, 0.606836, 0.633671, 0.748708, 1.223174",\
|
|
"0.712954, 0.689038, 0.715873, 0.830910, 1.305376",\
|
|
"0.859344, 0.835428, 0.862263, 0.977300, 1.451766",\
|
|
"1.462660, 1.438744, 1.465579, 1.580616, 2.055082");
|
|
}
|
|
|
|
} /* 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.187172, -0.087731, -0.014393, 0.101476, 0.578630",\
|
|
"-0.132869, -0.033429, 0.039910, 0.155779, 0.632933",\
|
|
"-0.012293, 0.087148, 0.160487, 0.276356, 0.753510",\
|
|
"0.304902, 0.404343, 0.477682, 0.593551, 1.070705",\
|
|
"1.612783, 1.712224, 1.785563, 1.901431, 2.378586");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.238694, -0.139253, -0.065915, 0.049954, 0.527109",\
|
|
"-0.244825, -0.145385, -0.072046, 0.043823, 0.520977",\
|
|
"-0.207103, -0.107662, -0.034324, 0.081545, 0.558699",\
|
|
"-0.077063, 0.022378, 0.095716, 0.211585, 0.688740",\
|
|
"0.458863, 0.558304, 0.631642, 0.747511, 1.224665");
|
|
}
|
|
|
|
} /* 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.005019 ;
|
|
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.464599, 0.440683, 0.467518, 0.582555, 1.057021",\
|
|
"0.498654, 0.474737, 0.501573, 0.616610, 1.091076",\
|
|
"0.493064, 0.469148, 0.495983, 0.611020, 1.085486",\
|
|
"0.442224, 0.418307, 0.445143, 0.560180, 1.034646",\
|
|
"0.232251, 0.208335, 0.235170, 0.350207, 0.824673");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.461991, 0.438075, 0.464910, 0.579947, 1.054413",\
|
|
"0.559554, 0.535638, 0.562473, 0.677510, 1.151976",\
|
|
"0.641158, 0.617242, 0.644077, 0.759114, 1.233580",\
|
|
"0.786993, 0.763077, 0.789912, 0.904949, 1.379415",\
|
|
"1.389595, 1.365679, 1.392514, 1.507551, 1.982017");
|
|
}
|
|
|
|
} /* 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.170562, -0.071121, 0.002217, 0.118086, 0.595241",\
|
|
"-0.204617, -0.105176, -0.031838, 0.084031, 0.561186",\
|
|
"-0.199028, -0.099587, -0.026248, 0.089621, 0.566775",\
|
|
"-0.148187, -0.048746, 0.024592, 0.140461, 0.617616",\
|
|
"0.061786, 0.161227, 0.234565, 0.350434, 0.827589");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.201928, -0.102487, -0.029149, 0.086720, 0.563875",\
|
|
"-0.299491, -0.200050, -0.126712, -0.010843, 0.466312",\
|
|
"-0.381095, -0.281654, -0.208315, -0.092446, 0.384708",\
|
|
"-0.526930, -0.427489, -0.354151, -0.238282, 0.238873",\
|
|
"-1.129532, -1.030091, -0.956753, -0.840884, -0.363729");
|
|
}
|
|
|
|
} /* 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.005027 ;
|
|
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.464445, 0.440529, 0.467364, 0.582401, 1.056867",\
|
|
"0.498539, 0.474623, 0.501458, 0.616495, 1.090961",\
|
|
"0.493405, 0.469489, 0.496325, 0.611361, 1.085827",\
|
|
"0.443644, 0.419728, 0.446563, 0.561600, 1.036066",\
|
|
"0.237611, 0.213695, 0.240530, 0.355567, 0.830033");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.539193, 0.515277, 0.542112, 0.657149, 1.131615",\
|
|
"0.637735, 0.613819, 0.640654, 0.755691, 1.230157",\
|
|
"0.720714, 0.696798, 0.723633, 0.838670, 1.313136",\
|
|
"0.867870, 0.843954, 0.870789, 0.985826, 1.460292",\
|
|
"1.474336, 1.450420, 1.477255, 1.592292, 2.066758");
|
|
}
|
|
|
|
} /* 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.204382, -0.104941, -0.031602, 0.084266, 0.561421",\
|
|
"-0.238476, -0.139035, -0.065697, 0.050172, 0.527327",\
|
|
"-0.233342, -0.133901, -0.060563, 0.055306, 0.532461",\
|
|
"-0.183581, -0.084140, -0.010801, 0.105068, 0.582222",\
|
|
"0.022452, 0.121893, 0.195232, 0.311100, 0.788255");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.245156, -0.145716, -0.072377, 0.043492, 0.520646",\
|
|
"-0.343699, -0.244258, -0.170919, -0.055050, 0.422104",\
|
|
"-0.426678, -0.327237, -0.253898, -0.138029, 0.339125",\
|
|
"-0.573833, -0.474392, -0.401054, -0.285185, 0.191970",\
|
|
"-1.180300, -1.080859, -1.007520, -0.891651, -0.414497");
|
|
}
|
|
|
|
} /* 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.005185 ;
|
|
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.438606, 0.414690, 0.441525, 0.556562, 1.031028",\
|
|
"0.472832, 0.448916, 0.475751, 0.590788, 1.065254",\
|
|
"0.467819, 0.443903, 0.470739, 0.585775, 1.060241",\
|
|
"0.416892, 0.392976, 0.419811, 0.534848, 1.009314",\
|
|
"0.206393, 0.182477, 0.209312, 0.324349, 0.798815");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.524453, 0.500537, 0.527372, 0.642409, 1.116875",\
|
|
"0.622414, 0.598498, 0.625333, 0.740370, 1.214836",\
|
|
"0.704570, 0.680654, 0.707489, 0.822526, 1.296993",\
|
|
"0.850913, 0.826997, 0.853832, 0.968869, 1.443335",\
|
|
"1.453803, 1.429887, 1.456722, 1.571759, 2.046225");
|
|
}
|
|
|
|
} /* 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.178541, -0.079100, -0.005762, 0.110107, 0.587262",\
|
|
"-0.207563, -0.108122, -0.034784, 0.081085, 0.558240",\
|
|
"-0.195756, -0.096315, -0.022977, 0.092892, 0.570047",\
|
|
"-0.129168, -0.029727, 0.043611, 0.159480, 0.636635",\
|
|
"0.145873, 0.245314, 0.318653, 0.434522, 0.911676");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.230415, -0.130974, -0.057635, 0.058234, 0.535388",\
|
|
"-0.322979, -0.223538, -0.150200, -0.034331, 0.442824",\
|
|
"-0.398091, -0.298650, -0.225311, -0.109442, 0.367712",\
|
|
"-0.528194, -0.428753, -0.355415, -0.239546, 0.237609",\
|
|
"-1.064158, -0.964718, -0.891379, -0.775510, -0.298356");
|
|
}
|
|
|
|
} /* 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.005001 ;
|
|
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.471356, 0.447440, 0.474275, 0.589312, 1.063778",\
|
|
"0.505282, 0.481366, 0.508201, 0.623238, 1.097704",\
|
|
"0.499719, 0.475803, 0.502638, 0.617675, 1.092141",\
|
|
"0.448641, 0.424725, 0.451560, 0.566597, 1.041063",\
|
|
"0.237815, 0.213899, 0.240734, 0.355771, 0.830237");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.473176, 0.449260, 0.476095, 0.591132, 1.065598",\
|
|
"0.570892, 0.546976, 0.573811, 0.688848, 1.163314",\
|
|
"0.652712, 0.628796, 0.655631, 0.770668, 1.245134",\
|
|
"0.798793, 0.774877, 0.801712, 0.916749, 1.391215",\
|
|
"1.402433, 1.378516, 1.405352, 1.520389, 1.994855");
|
|
}
|
|
|
|
} /* 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.177304, -0.077864, -0.004525, 0.111344, 0.588498",\
|
|
"-0.172281, -0.072840, 0.000499, 0.116367, 0.593522",\
|
|
"-0.115868, -0.016427, 0.056911, 0.172780, 0.649935",\
|
|
"0.052423, 0.151864, 0.225202, 0.341071, 0.818226",\
|
|
"0.746313, 0.845754, 0.919092, 1.034961, 1.512116");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.213098, -0.113657, -0.040319, 0.075550, 0.552704",\
|
|
"-0.270389, -0.170949, -0.097610, 0.018259, 0.495413",\
|
|
"-0.299433, -0.199992, -0.126654, -0.010785, 0.466369",\
|
|
"-0.323863, -0.224422, -0.151084, -0.035215, 0.441940",\
|
|
"-0.426147, -0.326706, -0.253367, -0.137498, 0.339656");
|
|
}
|
|
|
|
} /* 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.005219 ;
|
|
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.615619, 0.591703, 0.618538, 0.733575, 1.208041",\
|
|
"0.649952, 0.626036, 0.652871, 0.767908, 1.242374",\
|
|
"0.645270, 0.621354, 0.648189, 0.763226, 1.237692",\
|
|
"0.596140, 0.572224, 0.599059, 0.714096, 1.188562",\
|
|
"0.392718, 0.368802, 0.395637, 0.510674, 0.985140");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.611859, 0.587943, 0.614778, 0.729815, 1.204281",\
|
|
"0.709814, 0.685898, 0.712733, 0.827770, 1.302236",\
|
|
"0.791969, 0.768053, 0.794888, 0.909925, 1.384391",\
|
|
"0.938359, 0.914443, 0.941278, 1.056315, 1.530781",\
|
|
"1.542483, 1.518567, 1.545402, 1.660439, 2.134905");
|
|
}
|
|
|
|
} /* 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.321582, -0.222141, -0.148803, -0.032934, 0.444221",\
|
|
"-0.355915, -0.256474, -0.183135, -0.067266, 0.409888",\
|
|
"-0.351233, -0.251792, -0.178453, -0.062584, 0.414570",\
|
|
"-0.302103, -0.202662, -0.129324, -0.013455, 0.463700",\
|
|
"-0.098680, 0.000760, 0.074099, 0.189968, 0.667122");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.351774, -0.252333, -0.178995, -0.063126, 0.414028",\
|
|
"-0.449729, -0.350288, -0.276950, -0.161081, 0.316073",\
|
|
"-0.531885, -0.432444, -0.359105, -0.243236, 0.233918",\
|
|
"-0.678274, -0.578833, -0.505495, -0.389626, 0.087529",\
|
|
"-1.282398, -1.182958, -1.109619, -0.993750, -0.516596");
|
|
}
|
|
|
|
} /* 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.005456 ;
|
|
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.658107, 0.634191, 0.661026, 0.776063, 1.250529",\
|
|
"0.691718, 0.667802, 0.694637, 0.809674, 1.284140",\
|
|
"0.686502, 0.662586, 0.689422, 0.804458, 1.278925",\
|
|
"0.639107, 0.615191, 0.642026, 0.757063, 1.231529",\
|
|
"0.439154, 0.415238, 0.442073, 0.557110, 1.031576");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.776410, 0.752494, 0.779329, 0.894366, 1.368832",\
|
|
"0.874906, 0.850990, 0.877825, 0.992862, 1.467328",\
|
|
"0.958124, 0.934208, 0.961043, 1.076080, 1.550546",\
|
|
"1.106334, 1.082418, 1.109253, 1.224290, 1.698756",\
|
|
"1.717527, 1.693611, 1.720446, 1.835483, 2.309949");
|
|
}
|
|
|
|
} /* 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.398022, -0.298582, -0.225243, -0.109374, 0.367780",\
|
|
"-0.431633, -0.332192, -0.258854, -0.142985, 0.334170",\
|
|
"-0.426418, -0.326977, -0.253639, -0.137770, 0.339385",\
|
|
"-0.379022, -0.279581, -0.206243, -0.090374, 0.386780",\
|
|
"-0.179069, -0.079628, -0.006290, 0.109579, 0.586734");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.482373, -0.382932, -0.309593, -0.193725, 0.283430",\
|
|
"-0.580869, -0.481428, -0.408089, -0.292221, 0.184934",\
|
|
"-0.664087, -0.564646, -0.491308, -0.375439, 0.101716",\
|
|
"-0.812297, -0.712856, -0.639518, -0.523649, -0.046494",\
|
|
"-1.423490, -1.324049, -1.250710, -1.134841, -0.657687");
|
|
}
|
|
|
|
} /* 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.007352 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.454212, 2.430526, 2.457351, 2.572359, 3.046712",\
|
|
"2.502450, 2.478763, 2.505588, 2.620597, 3.094950",\
|
|
"2.511132, 2.487446, 2.514271, 2.629279, 3.103632",\
|
|
"2.488875, 2.465189, 2.492013, 2.607022, 3.081375",\
|
|
"2.392983, 2.369296, 2.396121, 2.511130, 2.985483");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.539714, 2.516027, 2.542852, 2.657861, 3.132214",\
|
|
"2.642755, 2.619069, 2.645894, 2.760902, 3.235255",\
|
|
"2.730570, 2.706883, 2.733708, 2.848717, 3.323070",\
|
|
"2.878756, 2.855070, 2.881895, 2.996903, 3.471256",\
|
|
"3.489429, 3.465742, 3.492567, 3.607576, 4.081929");
|
|
}
|
|
|
|
} /* 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.222226, -0.122785, -0.049447, 0.066422, 0.543576",\
|
|
"-0.270633, -0.171192, -0.097854, 0.018015, 0.495170",\
|
|
"-0.279374, -0.179933, -0.106594, 0.009275, 0.486429",\
|
|
"-0.257504, -0.158063, -0.084725, 0.031144, 0.508299",\
|
|
"-0.161771, -0.062330, 0.011009, 0.126878, 0.604032");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.306331, -0.206891, -0.133552, -0.017683, 0.459471",\
|
|
"-0.409374, -0.309933, -0.236594, -0.120726, 0.356429",\
|
|
"-0.497189, -0.397748, -0.324410, -0.208541, 0.268614",\
|
|
"-0.645394, -0.545953, -0.472615, -0.356746, 0.120409",\
|
|
"-1.255964, -1.156523, -1.083184, -0.967316, -0.490161");
|
|
}
|
|
|
|
} /* 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.007720 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.450569, 2.426883, 2.453708, 2.568716, 3.043069",\
|
|
"2.512658, 2.488972, 2.515797, 2.630805, 3.105158",\
|
|
"2.536157, 2.512470, 2.539295, 2.654304, 3.128657",\
|
|
"2.533540, 2.509854, 2.536679, 2.651687, 3.126040",\
|
|
"2.517931, 2.494245, 2.521070, 2.636078, 3.110431");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.524062, 2.500375, 2.527200, 2.642209, 3.116562",\
|
|
"2.635335, 2.611649, 2.638474, 2.753482, 3.227835",\
|
|
"2.733609, 2.709922, 2.736747, 2.851756, 3.326109",\
|
|
"2.893068, 2.869381, 2.896206, 3.011215, 3.485568",\
|
|
"3.550964, 3.527277, 3.554102, 3.669111, 4.143464");
|
|
}
|
|
|
|
} /* 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.213703, -0.114262, -0.040923, 0.074945, 0.552100",\
|
|
"-0.276083, -0.176642, -0.103304, 0.012565, 0.489720",\
|
|
"-0.299455, -0.200014, -0.126676, -0.010807, 0.466348",\
|
|
"-0.297040, -0.197599, -0.124261, -0.008392, 0.468763",\
|
|
"-0.281003, -0.181562, -0.108224, 0.007645, 0.484800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.290705, -0.191264, -0.117925, -0.002056, 0.475098",\
|
|
"-0.401978, -0.302537, -0.229199, -0.113330, 0.363824",\
|
|
"-0.500263, -0.400822, -0.327483, -0.211614, 0.265540",\
|
|
"-0.659726, -0.560285, -0.486947, -0.371078, 0.106077",\
|
|
"-1.317405, -1.217964, -1.144626, -1.028757, -0.551603");
|
|
}
|
|
|
|
} /* 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.007265 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.490354, 2.466667, 2.493492, 2.608501, 3.082854",\
|
|
"2.548188, 2.524502, 2.551327, 2.666335, 3.140688",\
|
|
"2.566553, 2.542866, 2.569691, 2.684700, 3.159053",\
|
|
"2.554179, 2.530493, 2.557318, 2.672326, 3.146679",\
|
|
"2.495612, 2.471926, 2.498751, 2.613759, 3.088112");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.606550, 2.582864, 2.609689, 2.724697, 3.199050",\
|
|
"2.720501, 2.696814, 2.723639, 2.838648, 3.313001",\
|
|
"2.822684, 2.798997, 2.825822, 2.940830, 3.415184",\
|
|
"2.993224, 2.969538, 2.996363, 3.111371, 3.585724",\
|
|
"3.694606, 3.670919, 3.697744, 3.812753, 4.287106");
|
|
}
|
|
|
|
} /* 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.237671, -0.138231, -0.064892, 0.050977, 0.528131",\
|
|
"-0.262466, -0.163025, -0.089687, 0.026182, 0.503337",\
|
|
"-0.236882, -0.137441, -0.064103, 0.051766, 0.528920",\
|
|
"-0.124012, -0.024571, 0.048767, 0.164636, 0.641791",\
|
|
"0.347783, 0.447224, 0.520563, 0.636431, 1.113586");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.372892, -0.273451, -0.200113, -0.084244, 0.392911",\
|
|
"-0.451375, -0.351934, -0.278596, -0.162727, 0.314428",\
|
|
"-0.507281, -0.407840, -0.334502, -0.218633, 0.258522",\
|
|
"-0.571112, -0.471671, -0.398333, -0.282464, 0.194690",\
|
|
"-0.832654, -0.733213, -0.659875, -0.544006, -0.066851");
|
|
}
|
|
|
|
} /* 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.011452 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.502865, 2.479178, 2.506003, 2.621012, 3.095365",\
|
|
"2.531467, 2.507780, 2.534605, 2.649614, 3.123967",\
|
|
"2.519508, 2.495821, 2.522646, 2.637655, 3.112008",\
|
|
"2.419337, 2.395650, 2.422475, 2.537484, 3.011837",\
|
|
"2.022688, 1.999001, 2.025826, 2.140835, 2.615188");
|
|
}
|
|
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.609156, 2.585469, 2.612294, 2.727303, 3.201656",\
|
|
"2.702522, 2.678835, 2.705660, 2.820669, 3.295022",\
|
|
"2.824422, 2.800735, 2.827560, 2.942569, 3.416922",\
|
|
"3.078439, 3.054752, 3.081577, 3.196586, 3.670939",\
|
|
"3.683988, 3.660301, 3.687126, 3.802135, 4.276488");
|
|
}
|
|
|
|
} /* 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.244615, -0.145174, -0.071836, 0.044033, 0.521188",\
|
|
"-0.273275, -0.173834, -0.100496, 0.015373, 0.492528",\
|
|
"-0.261511, -0.162070, -0.088732, 0.027137, 0.504292",\
|
|
"-0.160714, -0.061273, 0.012065, 0.127934, 0.605089",\
|
|
"0.236210, 0.335651, 0.408990, 0.524859, 1.002013");
|
|
}
|
|
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.181976, -0.082764, -0.009416, 0.106482, 0.583749",\
|
|
"-0.275432, -0.176220, -0.102872, 0.013026, 0.490294",\
|
|
"-0.398186, -0.298975, -0.225626, -0.109729, 0.367539",\
|
|
"-0.653725, -0.554513, -0.481165, -0.365267, 0.112001",\
|
|
"-1.262078, -1.162867, -1.089518, -0.973621, -0.496353");
|
|
}
|
|
|
|
} /* 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.005798 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.636229, 2.612542, 2.639367, 2.754375, 3.228729",\
|
|
"2.670017, 2.646331, 2.673156, 2.788164, 3.262517",\
|
|
"2.665107, 2.641420, 2.668245, 2.783254, 3.257607",\
|
|
"2.617306, 2.593619, 2.620444, 2.735453, 3.209806",\
|
|
"2.418958, 2.395271, 2.422096, 2.537105, 3.011458");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.724639, 2.700952, 2.727777, 2.842786, 3.317139",\
|
|
"2.823916, 2.800230, 2.827055, 2.942063, 3.416416",\
|
|
"2.908613, 2.884927, 2.911752, 3.026760, 3.501113",\
|
|
"3.058496, 3.034809, 3.061634, 3.176643, 3.650996",\
|
|
"3.676164, 3.652478, 3.679303, 3.794311, 4.268664");
|
|
}
|
|
|
|
} /* 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.412082, -0.312641, -0.239303, -0.123434, 0.353720",\
|
|
"-0.445826, -0.346385, -0.273047, -0.157178, 0.319977",\
|
|
"-0.440828, -0.341387, -0.268049, -0.152180, 0.324975",\
|
|
"-0.394429, -0.294988, -0.221650, -0.105781, 0.371373",\
|
|
"-0.198171, -0.098730, -0.025391, 0.090478, 0.567632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.518519, -0.419078, -0.345740, -0.229871, 0.247284",\
|
|
"-0.617392, -0.517951, -0.444613, -0.328744, 0.148411",\
|
|
"-0.701378, -0.601937, -0.528599, -0.412730, 0.064425",\
|
|
"-0.849634, -0.750193, -0.676854, -0.560985, -0.083831",\
|
|
"-1.460575, -1.361134, -1.287795, -1.171926, -0.694772");
|
|
}
|
|
|
|
} /* 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.003945 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.634408, 2.610721, 2.637546, 2.752555, 3.226908",\
|
|
"2.668116, 2.644429, 2.671254, 2.786263, 3.260616",\
|
|
"2.663072, 2.639385, 2.666210, 2.781219, 3.255572",\
|
|
"2.614566, 2.590879, 2.617704, 2.732713, 3.207066",\
|
|
"2.413692, 2.390005, 2.416830, 2.531839, 3.006192");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.729268, 2.705581, 2.732406, 2.847415, 3.321768",\
|
|
"2.828447, 2.804760, 2.831585, 2.946594, 3.420947",\
|
|
"2.912745, 2.889059, 2.915884, 3.030892, 3.505245",\
|
|
"3.061905, 3.038218, 3.065043, 3.180052, 3.654405",\
|
|
"3.676695, 3.653008, 3.679833, 3.794842, 4.269195");
|
|
}
|
|
|
|
} /* 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.403662, -0.304221, -0.230882, -0.115013, 0.362141",\
|
|
"-0.437334, -0.337893, -0.264555, -0.148686, 0.328469",\
|
|
"-0.432220, -0.332779, -0.259441, -0.143572, 0.333582",\
|
|
"-0.385209, -0.285768, -0.212430, -0.096561, 0.380594",\
|
|
"-0.186608, -0.087167, -0.013828, 0.102041, 0.579195");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.505786, -0.406345, -0.333007, -0.217138, 0.260017",\
|
|
"-0.604546, -0.505105, -0.431766, -0.315898, 0.161257",\
|
|
"-0.688197, -0.588756, -0.515418, -0.399549, 0.077606",\
|
|
"-0.836465, -0.737024, -0.663685, -0.547816, -0.070662",\
|
|
"-1.447556, -1.348115, -1.274777, -1.158908, -0.681754");
|
|
}
|
|
|
|
} /* 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.004057 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.627100, 2.603413, 2.630238, 2.745247, 3.219600",\
|
|
"2.661048, 2.637361, 2.664186, 2.779195, 3.253548",\
|
|
"2.656456, 2.632769, 2.659594, 2.774603, 3.248956",\
|
|
"2.609415, 2.585728, 2.612553, 2.727562, 3.201915",\
|
|
"2.413375, 2.389689, 2.416514, 2.531522, 3.005875");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.695681, 2.671994, 2.698819, 2.813828, 3.288181",\
|
|
"2.794816, 2.771129, 2.797954, 2.912963, 3.387316",\
|
|
"2.879172, 2.855486, 2.882311, 2.997319, 3.471672",\
|
|
"3.028486, 3.004800, 3.031625, 3.146633, 3.620986",\
|
|
"3.643800, 3.620114, 3.646939, 3.761947, 4.236300");
|
|
}
|
|
|
|
} /* 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.422804, -0.323363, -0.250025, -0.134156, 0.342999",\
|
|
"-0.456532, -0.357091, -0.283752, -0.167883, 0.309271",\
|
|
"-0.451507, -0.352066, -0.278728, -0.162859, 0.314295",\
|
|
"-0.404928, -0.305487, -0.232149, -0.116280, 0.360875",\
|
|
"-0.207830, -0.108389, -0.035051, 0.080818, 0.557973");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.583635, -0.484194, -0.410856, -0.294987, 0.182168",\
|
|
"-0.682289, -0.582848, -0.509509, -0.393640, 0.083514",\
|
|
"-0.765901, -0.666460, -0.593121, -0.477252, -0.000098",\
|
|
"-0.914284, -0.814843, -0.741504, -0.625635, -0.148481",\
|
|
"-1.525796, -1.426355, -1.353017, -1.237148, -0.759993");
|
|
}
|
|
|
|
} /* 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.004471 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.630736, 2.607050, 2.633875, 2.748883, 3.223236",\
|
|
"2.664634, 2.640947, 2.667772, 2.782781, 3.257134",\
|
|
"2.659957, 2.636271, 2.663096, 2.778104, 3.252457",\
|
|
"2.612501, 2.588814, 2.615639, 2.730648, 3.205001",\
|
|
"2.415228, 2.391542, 2.418367, 2.533375, 3.007728");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.710995, 2.687309, 2.714134, 2.829142, 3.303495",\
|
|
"2.810065, 2.786379, 2.813204, 2.928212, 3.402565",\
|
|
"2.894215, 2.870528, 2.897353, 3.012362, 3.486715",\
|
|
"3.043355, 3.019669, 3.046494, 3.161502, 3.635855",\
|
|
"3.658077, 3.634390, 3.661215, 3.776224, 4.250577");
|
|
}
|
|
|
|
} /* 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.416696, -0.317255, -0.243917, -0.128048, 0.349107",\
|
|
"-0.450384, -0.350943, -0.277605, -0.161736, 0.315419",\
|
|
"-0.445298, -0.345857, -0.272518, -0.156649, 0.320505",\
|
|
"-0.398425, -0.298984, -0.225645, -0.109776, 0.367378",\
|
|
"-0.200313, -0.100872, -0.027534, 0.088335, 0.565490");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.545852, -0.446411, -0.373073, -0.257204, 0.219951",\
|
|
"-0.644055, -0.544614, -0.471276, -0.355407, 0.121748",\
|
|
"-0.726866, -0.627425, -0.554086, -0.438218, 0.038937",\
|
|
"-0.874967, -0.775526, -0.702188, -0.586319, -0.109164",\
|
|
"-1.485658, -1.386217, -1.312878, -1.197010, -0.719855");
|
|
}
|
|
|
|
} /* 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.004494 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.634031, 2.610345, 2.637170, 2.752178, 3.226531",\
|
|
"2.667838, 2.644151, 2.670976, 2.785985, 3.260338",\
|
|
"2.663002, 2.639315, 2.666140, 2.781148, 3.255502",\
|
|
"2.614911, 2.591224, 2.618049, 2.733058, 3.207411",\
|
|
"2.415538, 2.391851, 2.418676, 2.533685, 3.008038");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.734614, 2.710928, 2.737753, 2.852761, 3.327114",\
|
|
"2.833702, 2.810015, 2.836840, 2.951849, 3.426202",\
|
|
"2.917831, 2.894144, 2.920969, 3.035978, 3.510331",\
|
|
"3.066929, 3.043243, 3.070068, 3.185076, 3.659429",\
|
|
"3.681555, 3.657868, 3.684693, 3.799701, 4.274055");
|
|
}
|
|
|
|
} /* 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.422719, -0.323278, -0.249940, -0.134071, 0.343083",\
|
|
"-0.456572, -0.357131, -0.283793, -0.167924, 0.309231",\
|
|
"-0.451825, -0.352384, -0.279046, -0.163177, 0.313978",\
|
|
"-0.405913, -0.306472, -0.233133, -0.117264, 0.359890",\
|
|
"-0.211446, -0.112005, -0.038667, 0.077202, 0.554357");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.609864, -0.510424, -0.437085, -0.321216, 0.155938",\
|
|
"-0.708476, -0.609035, -0.535697, -0.419828, 0.057327",\
|
|
"-0.791873, -0.692432, -0.619094, -0.503225, -0.026071",\
|
|
"-0.939397, -0.839956, -0.766618, -0.650749, -0.173594",\
|
|
"-1.547428, -1.447987, -1.374649, -1.258780, -0.781626");
|
|
}
|
|
|
|
} /* 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.004336 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.642658, 2.618971, 2.645796, 2.760805, 3.235158",\
|
|
"2.676361, 2.652674, 2.679499, 2.794508, 3.268861",\
|
|
"2.671278, 2.647591, 2.674416, 2.789425, 3.263778",\
|
|
"2.623011, 2.599324, 2.626149, 2.741158, 3.215511",\
|
|
"2.423021, 2.399334, 2.426159, 2.541168, 3.015521");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.746022, 2.722335, 2.749160, 2.864169, 3.338522",\
|
|
"2.845351, 2.821665, 2.848490, 2.963498, 3.437851",\
|
|
"2.930089, 2.906402, 2.933227, 3.048235, 3.522588",\
|
|
"3.079863, 3.056176, 3.083001, 3.198009, 3.672363",\
|
|
"3.697114, 3.673427, 3.700252, 3.815261, 4.289614");
|
|
}
|
|
|
|
} /* 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.427849, -0.328408, -0.255069, -0.139200, 0.337954",\
|
|
"-0.461627, -0.362186, -0.288848, -0.172979, 0.304175",\
|
|
"-0.456692, -0.357251, -0.283913, -0.168044, 0.309110",\
|
|
"-0.410527, -0.311086, -0.237747, -0.121878, 0.355276",\
|
|
"-0.214948, -0.115507, -0.042169, 0.073700, 0.550855");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.604646, -0.505205, -0.431866, -0.315997, 0.161157",\
|
|
"-0.703432, -0.603991, -0.530652, -0.414783, 0.062371",\
|
|
"-0.787314, -0.687873, -0.614535, -0.498666, -0.021512",\
|
|
"-0.935872, -0.836431, -0.763092, -0.647223, -0.170069",\
|
|
"-1.548079, -1.448638, -1.375300, -1.259431, -0.782276");
|
|
}
|
|
|
|
} /* 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.004376 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.629299, 2.605613, 2.632437, 2.747446, 3.221799",\
|
|
"2.663257, 2.639570, 2.666395, 2.781404, 3.255757",\
|
|
"2.658694, 2.635007, 2.661832, 2.776841, 3.251194",\
|
|
"2.611592, 2.587906, 2.614731, 2.729739, 3.204092",\
|
|
"2.415373, 2.391686, 2.418511, 2.533520, 3.007873");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.708398, 2.684712, 2.711537, 2.826545, 3.300898",\
|
|
"2.807482, 2.783795, 2.810620, 2.925629, 3.399982",\
|
|
"2.891686, 2.868000, 2.894825, 3.009833, 3.484186",\
|
|
"3.040797, 3.017110, 3.043935, 3.158944, 3.633297",\
|
|
"3.655329, 3.631643, 3.658468, 3.773476, 4.247829");
|
|
}
|
|
|
|
} /* 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.272446, -0.173005, -0.099666, 0.016203, 0.493357",\
|
|
"-0.306038, -0.206597, -0.133259, -0.017390, 0.459765",\
|
|
"-0.300760, -0.201319, -0.127981, -0.012112, 0.465043",\
|
|
"-0.253211, -0.153770, -0.080432, 0.035437, 0.512591",\
|
|
"-0.052793, 0.046648, 0.119986, 0.235855, 0.713010");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.403248, -0.303807, -0.230468, -0.114599, 0.362555",\
|
|
"-0.501785, -0.402344, -0.329006, -0.213137, 0.264018",\
|
|
"-0.585145, -0.485704, -0.412365, -0.296497, 0.180658",\
|
|
"-0.733514, -0.634073, -0.560734, -0.444865, 0.032289",\
|
|
"-1.345082, -1.245641, -1.172303, -1.056434, -0.579279");
|
|
}
|
|
|
|
} /* 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.005551 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.651033, 2.627346, 2.654171, 2.769180, 3.243533",\
|
|
"2.684855, 2.661168, 2.687993, 2.803002, 3.277355",\
|
|
"2.679930, 2.656244, 2.683069, 2.798077, 3.272430",\
|
|
"2.633132, 2.609445, 2.636270, 2.751278, 3.225631",\
|
|
"2.437986, 2.414300, 2.441125, 2.556133, 3.030486");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.734631, 2.710944, 2.737769, 2.852778, 3.327131",\
|
|
"2.834210, 2.810524, 2.837349, 2.952357, 3.426710",\
|
|
"2.919940, 2.896254, 2.923079, 3.038087, 3.512440",\
|
|
"3.071088, 3.047401, 3.074226, 3.189235, 3.663588",\
|
|
"3.693723, 3.670036, 3.696861, 3.811870, 4.286223");
|
|
}
|
|
|
|
} /* 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.282061, -0.182620, -0.109281, 0.006588, 0.483742",\
|
|
"-0.296845, -0.197404, -0.124066, -0.008197, 0.468957",\
|
|
"-0.266902, -0.167461, -0.094122, 0.021746, 0.498901",\
|
|
"-0.163078, -0.063637, 0.009702, 0.125571, 0.602725",\
|
|
"0.268911, 0.368352, 0.441691, 0.557560, 1.034714");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.375714, -0.276273, -0.202934, -0.087065, 0.390089",\
|
|
"-0.455243, -0.355802, -0.282463, -0.166594, 0.310560",\
|
|
"-0.514867, -0.415426, -0.342088, -0.226219, 0.250935",\
|
|
"-0.606658, -0.507217, -0.433878, -0.318010, 0.159145",\
|
|
"-0.985623, -0.886182, -0.812844, -0.696975, -0.219820");
|
|
}
|
|
|
|
} /* 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.004714 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.635960, 2.612273, 2.639098, 2.754107, 3.228460",\
|
|
"2.669755, 2.646068, 2.672893, 2.787902, 3.262255",\
|
|
"2.664871, 2.641185, 2.668010, 2.783018, 3.257371",\
|
|
"2.616949, 2.593262, 2.620087, 2.735096, 3.209449",\
|
|
"2.418159, 2.394472, 2.421297, 2.536306, 3.010659");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.741906, 2.718220, 2.745044, 2.860053, 3.334406",\
|
|
"2.841100, 2.817413, 2.844238, 2.959247, 3.433600",\
|
|
"2.925553, 2.901866, 2.928691, 3.043700, 3.518053",\
|
|
"3.075164, 3.051477, 3.078302, 3.193311, 3.667664",\
|
|
"3.691735, 3.668048, 3.694873, 3.809882, 4.284235");
|
|
}
|
|
|
|
} /* 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.277907, -0.178466, -0.105128, 0.010741, 0.487895",\
|
|
"-0.311634, -0.212193, -0.138855, -0.022986, 0.454169",\
|
|
"-0.306616, -0.207175, -0.133837, -0.017968, 0.459186",\
|
|
"-0.260026, -0.160585, -0.087246, 0.028623, 0.505777",\
|
|
"-0.063002, 0.036439, 0.109778, 0.225646, 0.702801");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.433530, -0.334089, -0.260750, -0.144881, 0.332273",\
|
|
"-0.532314, -0.432873, -0.359535, -0.243666, 0.233489",\
|
|
"-0.616102, -0.516661, -0.443322, -0.327453, 0.149701",\
|
|
"-0.764045, -0.664604, -0.591266, -0.475397, 0.001758",\
|
|
"-1.373797, -1.274356, -1.201017, -1.085148, -0.607994");
|
|
}
|
|
|
|
} /* 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.005600 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.637703, 2.614017, 2.640842, 2.755850, 3.230203",\
|
|
"2.671404, 2.647717, 2.674542, 2.789551, 3.263904",\
|
|
"2.666348, 2.642661, 2.669486, 2.784494, 3.258847",\
|
|
"2.617898, 2.594211, 2.621036, 2.736044, 3.210397",\
|
|
"2.417217, 2.393531, 2.420356, 2.535364, 3.009717");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.748757, 2.725071, 2.751896, 2.866904, 3.341257",\
|
|
"2.847974, 2.824287, 2.851112, 2.966121, 3.440474",\
|
|
"2.932390, 2.908703, 2.935528, 3.050537, 3.524890",\
|
|
"3.081728, 3.058041, 3.084866, 3.199874, 3.674227",\
|
|
"3.697200, 3.673513, 3.700338, 3.815347, 4.289700");
|
|
}
|
|
|
|
} /* 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.275478, -0.176037, -0.102699, 0.013170, 0.490325",\
|
|
"-0.309136, -0.209695, -0.136356, -0.020487, 0.456667",\
|
|
"-0.303995, -0.204555, -0.131216, -0.015347, 0.461807",\
|
|
"-0.256889, -0.157448, -0.084110, 0.031759, 0.508913",\
|
|
"-0.058036, 0.041405, 0.114743, 0.230612, 0.707767");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.423605, -0.324164, -0.250825, -0.134956, 0.342198",\
|
|
"-0.522417, -0.422976, -0.349638, -0.233769, 0.243386",\
|
|
"-0.606207, -0.506766, -0.433427, -0.317559, 0.159596",\
|
|
"-0.754431, -0.654991, -0.581652, -0.465783, 0.011371",\
|
|
"-1.365084, -1.265643, -1.192305, -1.076436, -0.599281");
|
|
}
|
|
|
|
} /* 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.005525 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.621573, 2.597886, 2.624711, 2.739720, 3.214073",\
|
|
"2.655560, 2.631874, 2.658699, 2.773707, 3.248060",\
|
|
"2.651095, 2.627408, 2.654233, 2.769242, 3.243595",\
|
|
"2.603765, 2.580078, 2.606903, 2.721912, 3.196265",\
|
|
"2.406870, 2.383184, 2.410009, 2.525017, 2.999370");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.711070, 2.687383, 2.714208, 2.829216, 3.303570",\
|
|
"2.810022, 2.786335, 2.813160, 2.928169, 3.402522",\
|
|
"2.893875, 2.870188, 2.897013, 3.012022, 3.486375",\
|
|
"3.042428, 3.018741, 3.045566, 3.160575, 3.634928",\
|
|
"3.654838, 3.631152, 3.657977, 3.772985, 4.247338");
|
|
}
|
|
|
|
} /* 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.236002, -0.136561, -0.063223, 0.052646, 0.529800",\
|
|
"-0.244190, -0.144749, -0.071411, 0.044458, 0.521613",\
|
|
"-0.205833, -0.106392, -0.033054, 0.082815, 0.559970",\
|
|
"-0.080210, 0.019231, 0.092569, 0.208438, 0.685593",\
|
|
"0.438918, 0.538359, 0.611697, 0.727566, 1.204721");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.278737, -0.179296, -0.105958, 0.009911, 0.487066",\
|
|
"-0.351497, -0.252056, -0.178718, -0.062849, 0.414306",\
|
|
"-0.401195, -0.301754, -0.228415, -0.112547, 0.364608",\
|
|
"-0.470370, -0.370929, -0.297591, -0.181722, 0.295433",\
|
|
"-0.755394, -0.655953, -0.582614, -0.466745, 0.010409");
|
|
}
|
|
|
|
} /* 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.005919 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.629175, 2.605488, 2.632313, 2.747322, 3.221675",\
|
|
"2.663081, 2.639394, 2.666219, 2.781228, 3.255581",\
|
|
"2.658457, 2.634771, 2.661596, 2.776604, 3.250957",\
|
|
"2.610837, 2.587151, 2.613976, 2.728984, 3.203337",\
|
|
"2.413030, 2.389343, 2.416168, 2.531177, 3.005530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.728658, 2.704971, 2.731796, 2.846805, 3.321158",\
|
|
"2.827662, 2.803975, 2.830800, 2.945809, 3.420162",\
|
|
"2.911653, 2.887966, 2.914791, 3.029800, 3.504153",\
|
|
"3.060535, 3.036849, 3.063674, 3.178682, 3.653035",\
|
|
"3.674301, 3.650615, 3.677440, 3.792448, 4.266801");
|
|
}
|
|
|
|
} /* 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.247980, -0.148539, -0.075201, 0.040668, 0.517823",\
|
|
"-0.281621, -0.182180, -0.108841, 0.007027, 0.484182",\
|
|
"-0.276478, -0.177037, -0.103699, 0.012170, 0.489325",\
|
|
"-0.227505, -0.128064, -0.054726, 0.061143, 0.538298",\
|
|
"-0.024257, 0.075183, 0.148522, 0.264391, 0.741545");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.283591, -0.184150, -0.110812, 0.005057, 0.482212",\
|
|
"-0.382750, -0.283309, -0.209971, -0.094102, 0.383053",\
|
|
"-0.466979, -0.367538, -0.294199, -0.178330, 0.298824",\
|
|
"-0.615643, -0.516202, -0.442864, -0.326995, 0.150159",\
|
|
"-1.228284, -1.128843, -1.055505, -0.939636, -0.462481");
|
|
}
|
|
|
|
} /* 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.010056 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.601247, 2.577560, 2.604385, 2.719393, 3.193747",\
|
|
"2.657651, 2.633965, 2.660790, 2.775798, 3.250151",\
|
|
"2.673242, 2.649555, 2.676380, 2.791389, 3.265742",\
|
|
"2.655506, 2.631819, 2.658644, 2.773653, 3.248006",\
|
|
"2.577307, 2.553621, 2.580446, 2.695454, 3.169807");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.702533, 2.678846, 2.705671, 2.820680, 3.295033",\
|
|
"2.819146, 2.795460, 2.822284, 2.937293, 3.411646",\
|
|
"2.929227, 2.905541, 2.932366, 3.047374, 3.521727",\
|
|
"3.113687, 3.090000, 3.116825, 3.231834, 3.706187",\
|
|
"3.873896, 3.850210, 3.877035, 3.992043, 4.466396");
|
|
}
|
|
|
|
} /* 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.182593, -0.083382, -0.010033, 0.105864, 0.583132",\
|
|
"-0.226613, -0.127402, -0.054053, 0.061844, 0.539112",\
|
|
"-0.225981, -0.126770, -0.053421, 0.062476, 0.539744",\
|
|
"-0.170835, -0.071623, 0.001725, 0.117623, 0.594890",\
|
|
"0.065267, 0.164478, 0.237827, 0.353724, 0.830992");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.252553, -0.153342, -0.079993, 0.035904, 0.513172",\
|
|
"-0.355434, -0.256223, -0.182874, -0.066977, 0.410291",\
|
|
"-0.447363, -0.348152, -0.274803, -0.158906, 0.318362",\
|
|
"-0.590221, -0.491009, -0.417661, -0.301763, 0.175504",\
|
|
"-1.177417, -1.078205, -1.004857, -0.888959, -0.411692");
|
|
}
|
|
|
|
} /* 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.009974 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.592688, 2.569001, 2.595826, 2.710835, 3.185188",\
|
|
"2.649201, 2.625514, 2.652339, 2.767348, 3.241701",\
|
|
"2.664921, 2.641234, 2.668059, 2.783068, 3.257421",\
|
|
"2.647265, 2.623579, 2.650403, 2.765412, 3.239765",\
|
|
"2.570224, 2.546537, 2.573362, 2.688371, 3.162724");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.681096, 2.657409, 2.684234, 2.799242, 3.273596",\
|
|
"2.797627, 2.773941, 2.800766, 2.915774, 3.390127",\
|
|
"2.907357, 2.883671, 2.910496, 3.025504, 3.499857",\
|
|
"3.091163, 3.067477, 3.094301, 3.209310, 3.683663",\
|
|
"3.848066, 3.824379, 3.851204, 3.966213, 4.440566");
|
|
}
|
|
|
|
} /* 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.243808, -0.144596, -0.071248, 0.044649, 0.521917",\
|
|
"-0.299962, -0.200751, -0.127402, -0.011505, 0.465763",\
|
|
"-0.314973, -0.215761, -0.142413, -0.026515, 0.450753",\
|
|
"-0.297743, -0.198531, -0.125183, -0.009286, 0.467982",\
|
|
"-0.215570, -0.116358, -0.043010, 0.072888, 0.550156");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.368934, -0.269722, -0.196374, -0.080476, 0.396792",\
|
|
"-0.485504, -0.386292, -0.312944, -0.197046, 0.280221",\
|
|
"-0.595727, -0.496515, -0.423167, -0.307270, 0.169998",\
|
|
"-0.780158, -0.680946, -0.607598, -0.491700, -0.014432",\
|
|
"-1.535914, -1.436703, -1.363354, -1.247457, -0.770189");
|
|
}
|
|
|
|
} /* 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.012702 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.860681, 2.836994, 2.863819, 2.978828, 3.453181",\
|
|
"2.918275, 2.894588, 2.921413, 3.036422, 3.510775",\
|
|
"2.933845, 2.910158, 2.936983, 3.051992, 3.526345",\
|
|
"2.915916, 2.892229, 2.919054, 3.034063, 3.508416",\
|
|
"2.833653, 2.809966, 2.836791, 2.951800, 3.426153");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.904947, 2.881260, 2.908085, 3.023094, 3.497447",\
|
|
"3.022954, 2.999267, 3.026092, 3.141101, 3.615454",\
|
|
"3.133042, 3.109355, 3.136180, 3.251189, 3.725542",\
|
|
"3.317491, 3.293805, 3.320630, 3.435638, 3.909991",\
|
|
"4.076332, 4.052645, 4.079470, 4.194479, 4.668832");
|
|
}
|
|
|
|
} /* 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.260282, -0.160842, -0.087503, 0.028366, 0.505520",\
|
|
"-0.317565, -0.218124, -0.144786, -0.028917, 0.448238",\
|
|
"-0.333560, -0.234119, -0.160780, -0.044911, 0.432243",\
|
|
"-0.315797, -0.216356, -0.143018, -0.027149, 0.450006",\
|
|
"-0.232825, -0.133384, -0.060046, 0.055823, 0.532978");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.313530, -0.214089, -0.140751, -0.024882, 0.452273",\
|
|
"-0.431445, -0.332004, -0.258665, -0.142796, 0.334358",\
|
|
"-0.541298, -0.441857, -0.368518, -0.252649, 0.224505",\
|
|
"-0.725342, -0.625901, -0.552563, -0.436694, 0.040461",\
|
|
"-1.481302, -1.381861, -1.308522, -1.192653, -0.715499");
|
|
}
|
|
|
|
} /* 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.011870 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.872896, 2.849209, 2.876034, 2.991043, 3.465396",\
|
|
"2.902600, 2.878913, 2.905738, 3.020746, 3.495100",\
|
|
"2.890301, 2.866614, 2.893439, 3.008447, 3.482800",\
|
|
"2.788282, 2.764595, 2.791420, 2.906429, 3.380782",\
|
|
"2.395977, 2.372290, 2.399115, 2.514124, 2.988477");
|
|
}
|
|
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.905765, 2.882078, 2.908903, 3.023912, 3.498265",\
|
|
"3.000898, 2.977211, 3.004036, 3.119045, 3.593398",\
|
|
"3.124518, 3.100831, 3.127656, 3.242665, 3.717018",\
|
|
"3.382131, 3.358445, 3.385270, 3.500278, 3.974631",\
|
|
"3.993669, 3.969982, 3.996807, 4.111816, 4.586169");
|
|
}
|
|
|
|
} /* 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.270603, -0.171392, -0.098043, 0.017854, 0.495122",\
|
|
"-0.300175, -0.200963, -0.127615, -0.011718, 0.465550",\
|
|
"-0.287600, -0.188388, -0.115040, 0.000858, 0.478125",\
|
|
"-0.186319, -0.087108, -0.013759, 0.102138, 0.579406",\
|
|
"0.206093, 0.305305, 0.378653, 0.494551, 0.971818");
|
|
}
|
|
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.404626, -0.305186, -0.231847, -0.115978, 0.361176",\
|
|
"-0.499397, -0.399956, -0.326617, -0.210748, 0.266406",\
|
|
"-0.621832, -0.522392, -0.449053, -0.333184, 0.143970",\
|
|
"-0.877476, -0.778035, -0.704696, -0.588828, -0.111673",\
|
|
"-1.484833, -1.385392, -1.312053, -1.196184, -0.719030");
|
|
}
|
|
|
|
} /* 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.004820 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.979928, 2.956241, 2.983066, 3.098075, 3.572428",\
|
|
"3.041998, 3.018312, 3.045137, 3.160145, 3.634498",\
|
|
"3.064975, 3.041289, 3.068114, 3.183122, 3.657475",\
|
|
"3.063027, 3.039341, 3.066166, 3.181174, 3.655527",\
|
|
"3.055111, 3.031425, 3.058250, 3.173258, 3.647611");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.028476, 3.004789, 3.031614, 3.146623, 3.620976",\
|
|
"3.140510, 3.116823, 3.143648, 3.258657, 3.733010",\
|
|
"3.240294, 3.216608, 3.243433, 3.358441, 3.832794",\
|
|
"3.403121, 3.379434, 3.406259, 3.521268, 3.995621",\
|
|
"4.075114, 4.051427, 4.078252, 4.193261, 4.667614");
|
|
}
|
|
|
|
} /* 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.421386, -0.321945, -0.248607, -0.132738, 0.344416",\
|
|
"-0.483760, -0.384319, -0.310981, -0.195112, 0.282042",\
|
|
"-0.508515, -0.409074, -0.335736, -0.219867, 0.257288",\
|
|
"-0.509401, -0.409960, -0.336622, -0.220753, 0.256401",\
|
|
"-0.503949, -0.404508, -0.331170, -0.215301, 0.261853");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.448568, -0.349127, -0.275788, -0.159919, 0.317235",\
|
|
"-0.560601, -0.461160, -0.387822, -0.271953, 0.205202",\
|
|
"-0.660385, -0.560945, -0.487606, -0.371737, 0.105417",\
|
|
"-0.823201, -0.723760, -0.650421, -0.534552, -0.057398",\
|
|
"-1.495043, -1.395602, -1.322264, -1.206395, -0.729240");
|
|
}
|
|
|
|
} /* 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.011922 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.808711, 2.785024, 2.811849, 2.926857, 3.401211",\
|
|
"2.837200, 2.813513, 2.840338, 2.955347, 3.429700",\
|
|
"2.824904, 2.801217, 2.828042, 2.943051, 3.417404",\
|
|
"2.722910, 2.699224, 2.726049, 2.841057, 3.315410",\
|
|
"2.332996, 2.309309, 2.336134, 2.451143, 2.925496");
|
|
}
|
|
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.882287, 2.858600, 2.885425, 3.000434, 3.474787",\
|
|
"2.976403, 2.952717, 2.979542, 3.094550, 3.568903",\
|
|
"3.101360, 3.077674, 3.104499, 3.219507, 3.693860",\
|
|
"3.362491, 3.338804, 3.365629, 3.480638, 3.954991",\
|
|
"3.976371, 3.952684, 3.979509, 4.094518, 4.568871");
|
|
}
|
|
|
|
} /* 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.249559, -0.150347, -0.076999, 0.038899, 0.516166",\
|
|
"-0.277991, -0.178780, -0.105431, 0.010466, 0.487734",\
|
|
"-0.265472, -0.166260, -0.092912, 0.022985, 0.500253",\
|
|
"-0.164078, -0.064866, 0.008482, 0.124380, 0.601648",\
|
|
"0.225648, 0.324860, 0.398208, 0.514105, 0.991373");
|
|
}
|
|
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.250458, -0.151246, -0.077898, 0.037999, 0.515267",\
|
|
"-0.344519, -0.245307, -0.171959, -0.056061, 0.421207",\
|
|
"-0.469250, -0.370039, -0.296690, -0.180793, 0.296475",\
|
|
"-0.731998, -0.632786, -0.559438, -0.443540, 0.033728",\
|
|
"-1.344887, -1.245676, -1.172327, -1.056430, -0.579162");
|
|
}
|
|
|
|
} /* 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.009670 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.775719, 2.752032, 2.778857, 2.893866, 3.368219",\
|
|
"2.804255, 2.780569, 2.807394, 2.922402, 3.396755",\
|
|
"2.792575, 2.768888, 2.795713, 2.910722, 3.385075",\
|
|
"2.696616, 2.672930, 2.699755, 2.814763, 3.289116",\
|
|
"2.309717, 2.286030, 2.312855, 2.427864, 2.902217");
|
|
}
|
|
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.840013, 2.816326, 2.843151, 2.958160, 3.432513",\
|
|
"2.933193, 2.909506, 2.936331, 3.051340, 3.525693",\
|
|
"3.052223, 3.028536, 3.055361, 3.170370, 3.644723",\
|
|
"3.299712, 3.276026, 3.302851, 3.417859, 3.892212",\
|
|
"3.889312, 3.865625, 3.892450, 4.007459, 4.481812");
|
|
}
|
|
|
|
} /* 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.323597, -0.224156, -0.150818, -0.034949, 0.442205",\
|
|
"-0.352013, -0.252572, -0.179234, -0.063365, 0.413790",\
|
|
"-0.339925, -0.240485, -0.167146, -0.051277, 0.425877",\
|
|
"-0.242280, -0.142839, -0.069501, 0.046368, 0.523523",\
|
|
"0.147461, 0.246902, 0.320240, 0.436109, 0.913264");
|
|
}
|
|
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.256601, -0.157389, -0.084041, 0.031857, 0.509125",\
|
|
"-0.349756, -0.250544, -0.177196, -0.061298, 0.415969",\
|
|
"-0.468758, -0.369547, -0.296198, -0.180301, 0.296967",\
|
|
"-0.716582, -0.617370, -0.544022, -0.428125, 0.049143",\
|
|
"-1.306529, -1.207318, -1.133969, -1.018072, -0.540804");
|
|
}
|
|
|
|
} /* 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.009879 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.304577, 2.280890, 2.307715, 2.422724, 2.897077",\
|
|
"2.361836, 2.338149, 2.364974, 2.479983, 2.954336",\
|
|
"2.376860, 2.353173, 2.379998, 2.495007, 2.969360",\
|
|
"2.357929, 2.334242, 2.361067, 2.476076, 2.950429",\
|
|
"2.273706, 2.250019, 2.276844, 2.391853, 2.866206");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_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.466711, 2.443025, 2.469850, 2.584858, 3.059211",\
|
|
"2.584776, 2.561089, 2.587914, 2.702923, 3.177276",\
|
|
"2.695005, 2.671318, 2.698143, 2.813152, 3.287505",\
|
|
"2.879805, 2.856119, 2.882944, 2.997952, 3.472305",\
|
|
"3.642080, 3.618393, 3.645218, 3.760226, 4.234580");
|
|
}
|
|
|
|
} /* 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.251598, -0.152157, -0.078819, 0.037050, 0.514205",\
|
|
"-0.309159, -0.209718, -0.136380, -0.020511, 0.456644",\
|
|
"-0.324681, -0.225240, -0.151901, -0.036033, 0.441122",\
|
|
"-0.308578, -0.209137, -0.135798, -0.019929, 0.457225",\
|
|
"-0.231412, -0.131971, -0.058633, 0.057236, 0.534391");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.250653, -0.151212, -0.077874, 0.037995, 0.515150",\
|
|
"-0.368838, -0.269397, -0.196059, -0.080190, 0.396965",\
|
|
"-0.479384, -0.379943, -0.306604, -0.190735, 0.286419",\
|
|
"-0.665076, -0.565636, -0.492297, -0.376428, 0.100726",\
|
|
"-1.427762, -1.328321, -1.254982, -1.139113, -0.661959");
|
|
}
|
|
|
|
} /* 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.003632 ;
|
|
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.007369, -0.016318, 0.010507, 0.125516, 0.599870",\
|
|
"0.041160, 0.017473, 0.044298, 0.159307, 0.633661",\
|
|
"0.036231, 0.012545, 0.039370, 0.154378, 0.628732",\
|
|
"-0.011421, -0.035107, -0.008282, 0.106726, 0.581080",\
|
|
"-0.210036, -0.233722, -0.206897, -0.091888, 0.382465");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.170986, 0.147300, 0.174125, 0.289134, 0.763487",\
|
|
"0.270413, 0.246726, 0.273551, 0.388560, 0.862914",\
|
|
"0.355366, 0.331679, 0.358504, 0.473513, 0.947866",\
|
|
"0.505117, 0.481430, 0.508255, 0.623264, 1.097618",\
|
|
"1.122103, 1.098416, 1.125242, 1.240250, 1.714604");
|
|
}
|
|
|
|
} /* 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.031181, 0.130393, 0.203741, 0.319638, 0.796905",\
|
|
"-0.002610, 0.096602, 0.169950, 0.285847, 0.763114",\
|
|
"0.002319, 0.101530, 0.174878, 0.290776, 0.768043",\
|
|
"0.049970, 0.149182, 0.222530, 0.338428, 0.815695",\
|
|
"0.248585, 0.347797, 0.421145, 0.537043, 1.014310");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.114629, -0.015418, 0.057930, 0.173828, 0.651095",\
|
|
"-0.214056, -0.114844, -0.041496, 0.074401, 0.551668",\
|
|
"-0.299009, -0.199797, -0.126449, -0.010552, 0.466715",\
|
|
"-0.448760, -0.349548, -0.276200, -0.160303, 0.316964",\
|
|
"-1.065746, -0.966534, -0.893186, -0.777289, -0.300022");
|
|
}
|
|
|
|
} /* 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.003904 ;
|
|
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.041779, -0.065465, -0.038640, 0.076368, 0.550721",\
|
|
"-0.007882, -0.031569, -0.004743, 0.110265, 0.584617",\
|
|
"-0.012516, -0.036203, -0.009378, 0.105630, 0.579983",\
|
|
"-0.060422, -0.084109, -0.057284, 0.057725, 0.532077",\
|
|
"-0.259492, -0.283179, -0.256354, -0.141346, 0.333007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.153456, 0.129769, 0.156594, 0.271602, 0.745955",\
|
|
"0.252313, 0.228626, 0.255451, 0.370460, 0.844812",\
|
|
"0.335924, 0.312237, 0.339062, 0.454070, 0.928423",\
|
|
"0.483815, 0.460129, 0.486954, 0.601962, 1.076315",\
|
|
"1.093284, 1.069597, 1.096423, 1.211431, 1.685784");
|
|
}
|
|
|
|
} /* 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.081142, 0.180353, 0.253702, 0.369599, 0.846867",\
|
|
"0.047245, 0.146456, 0.219805, 0.335702, 0.812971",\
|
|
"0.051879, 0.151091, 0.224439, 0.340337, 0.817605",\
|
|
"0.099785, 0.198997, 0.272345, 0.388242, 0.865511",\
|
|
"0.298855, 0.398067, 0.471415, 0.587313, 1.064581");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.097423, 0.001788, 0.075137, 0.191034, 0.668303",\
|
|
"-0.196280, -0.097069, -0.023720, 0.092177, 0.569445",\
|
|
"-0.279891, -0.180680, -0.107331, 0.008566, 0.485834",\
|
|
"-0.427783, -0.328571, -0.255223, -0.139325, 0.337943",\
|
|
"-1.037252, -0.938040, -0.864692, -0.748794, -0.271526");
|
|
}
|
|
|
|
} /* 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.004236 ;
|
|
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.082130, -0.105817, -0.078991, 0.036017, 0.510371",\
|
|
"-0.048248, -0.071935, -0.045110, 0.069899, 0.544253",\
|
|
"-0.052941, -0.076628, -0.049802, 0.065206, 0.539560",\
|
|
"-0.100647, -0.124334, -0.097509, 0.017500, 0.491853",\
|
|
"-0.299136, -0.322823, -0.295998, -0.180989, 0.293364");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.124532, 0.100845, 0.127670, 0.242679, 0.717032",\
|
|
"0.223516, 0.199830, 0.226655, 0.341663, 0.816017",\
|
|
"0.307483, 0.283796, 0.310621, 0.425630, 0.899984",\
|
|
"0.455890, 0.432203, 0.459029, 0.574037, 1.048391",\
|
|
"1.067507, 1.043820, 1.070645, 1.185654, 1.660007");
|
|
}
|
|
|
|
} /* 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.098079, 0.197290, 0.270638, 0.386536, 0.863803",\
|
|
"0.064197, 0.163409, 0.236757, 0.352654, 0.829921",\
|
|
"0.068890, 0.168101, 0.241450, 0.357347, 0.834614",\
|
|
"0.116596, 0.215808, 0.289156, 0.405053, 0.882320",\
|
|
"0.315085, 0.414297, 0.487645, 0.603542, 1.080809");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.080949, 0.018263, 0.091611, 0.207509, 0.684776",\
|
|
"-0.179933, -0.080722, -0.007373, 0.108524, 0.585791",\
|
|
"-0.263900, -0.164688, -0.091340, 0.024557, 0.501824",\
|
|
"-0.412307, -0.313096, -0.239747, -0.123850, 0.353417",\
|
|
"-1.023924, -0.924712, -0.851364, -0.735466, -0.258199");
|
|
}
|
|
|
|
} /* 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.004576 ;
|
|
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.044281, -0.067967, -0.041142, 0.073866, 0.548219",\
|
|
"-0.010440, -0.034127, -0.007302, 0.107706, 0.582059",\
|
|
"-0.015276, -0.038962, -0.012137, 0.102871, 0.577224",\
|
|
"-0.062576, -0.086263, -0.059438, 0.055570, 0.529923",\
|
|
"-0.259771, -0.283458, -0.256633, -0.141624, 0.332729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.149670, 0.125983, 0.152808, 0.267816, 0.742169",\
|
|
"0.248970, 0.225284, 0.252109, 0.367117, 0.841470",\
|
|
"0.333771, 0.310084, 0.336909, 0.451918, 0.926270",\
|
|
"0.483369, 0.459682, 0.486507, 0.601515, 1.075868",\
|
|
"1.099742, 1.076055, 1.102880, 1.217888, 1.692241");
|
|
}
|
|
|
|
} /* 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.075236, 0.174447, 0.247796, 0.363693, 0.840961",\
|
|
"0.068005, 0.167217, 0.240565, 0.356463, 0.833731",\
|
|
"0.107574, 0.206786, 0.280134, 0.396032, 0.873300",\
|
|
"0.234939, 0.334151, 0.407499, 0.523397, 1.000665",\
|
|
"0.762098, 0.861310, 0.934658, 1.050556, 1.527824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.102667, -0.003455, 0.069893, 0.185791, 0.663059",\
|
|
"-0.174264, -0.075052, -0.001704, 0.114193, 0.591462",\
|
|
"-0.222903, -0.123691, -0.050343, 0.065555, 0.542823",\
|
|
"-0.289145, -0.189934, -0.116585, -0.000688, 0.476580",\
|
|
"-0.561992, -0.462780, -0.389432, -0.273534, 0.203734");
|
|
}
|
|
|
|
} /* 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.004618 ;
|
|
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.006652, -0.030338, -0.003513, 0.111495, 0.585849",\
|
|
"0.027142, 0.003455, 0.030281, 0.145289, 0.619643",\
|
|
"0.022224, -0.001463, 0.025363, 0.140371, 0.614725",\
|
|
"-0.025418, -0.049104, -0.022279, 0.092729, 0.567083",\
|
|
"-0.223981, -0.247668, -0.220843, -0.105834, 0.368519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.163491, 0.139804, 0.166630, 0.281638, 0.755992",\
|
|
"0.262909, 0.239222, 0.266048, 0.381056, 0.855410",\
|
|
"0.347845, 0.324158, 0.350983, 0.465992, 0.940345",\
|
|
"0.497574, 0.473887, 0.500712, 0.615721, 1.090075",\
|
|
"1.114485, 1.090798, 1.117623, 1.232632, 1.706986");
|
|
}
|
|
|
|
} /* 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.034548, 0.133760, 0.207108, 0.323006, 0.800273",\
|
|
"0.000755, 0.099966, 0.173315, 0.289212, 0.766479",\
|
|
"0.005672, 0.104884, 0.178232, 0.294130, 0.771397",\
|
|
"0.053314, 0.152526, 0.225874, 0.341772, 0.819039",\
|
|
"0.251878, 0.351090, 0.424438, 0.540335, 1.017602");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.117364, -0.018153, 0.055196, 0.171093, 0.648360",\
|
|
"-0.216782, -0.117571, -0.044222, 0.071675, 0.548942",\
|
|
"-0.301718, -0.202506, -0.129158, -0.013261, 0.464007",\
|
|
"-0.451447, -0.352236, -0.278887, -0.162990, 0.314277",\
|
|
"-1.068358, -0.969146, -0.895798, -0.779901, -0.302634");
|
|
}
|
|
|
|
} /* 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.004125 ;
|
|
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.044530, 0.020843, 0.047668, 0.162677, 0.637030",\
|
|
"0.078321, 0.054634, 0.081460, 0.196468, 0.670822",\
|
|
"0.073387, 0.049700, 0.076526, 0.191534, 0.665888",\
|
|
"0.025803, 0.002117, 0.028942, 0.143950, 0.618304",\
|
|
"-0.172575, -0.196262, -0.169436, -0.054428, 0.419926");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.195616, 0.171929, 0.198754, 0.313763, 0.788116",\
|
|
"0.295076, 0.271389, 0.298214, 0.413223, 0.887576",\
|
|
"0.380118, 0.356431, 0.383256, 0.498265, 0.972618",\
|
|
"0.530005, 0.506318, 0.533143, 0.648152, 1.122505",\
|
|
"1.147527, 1.123841, 1.150666, 1.265674, 1.740028");
|
|
}
|
|
|
|
} /* 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.030864, 0.130076, 0.203424, 0.319321, 0.796589",\
|
|
"-0.002927, 0.096284, 0.169633, 0.285530, 0.762797",\
|
|
"0.002007, 0.101218, 0.174567, 0.290464, 0.767731",\
|
|
"0.049591, 0.148802, 0.222151, 0.338048, 0.815315",\
|
|
"0.247969, 0.347180, 0.420529, 0.536426, 1.013693");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.121112, -0.021901, 0.051448, 0.167345, 0.644612",\
|
|
"-0.220572, -0.121361, -0.048012, 0.067885, 0.545152",\
|
|
"-0.305614, -0.206402, -0.133054, -0.017157, 0.460110",\
|
|
"-0.455501, -0.356290, -0.282941, -0.167044, 0.310223",\
|
|
"-1.073024, -0.973812, -0.900464, -0.784567, -0.307299");
|
|
}
|
|
|
|
} /* 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.004057 ;
|
|
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.027480, -0.051167, -0.024342, 0.090667, 0.565020",\
|
|
"0.006343, -0.017344, 0.009481, 0.124490, 0.598843",\
|
|
"0.001445, -0.022242, 0.004584, 0.119592, 0.593945",\
|
|
"-0.045683, -0.069370, -0.042545, 0.072464, 0.546817",\
|
|
"-0.242300, -0.265987, -0.239161, -0.124153, 0.350200");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.161780, 0.138094, 0.164919, 0.279927, 0.754281",\
|
|
"0.261223, 0.237536, 0.264361, 0.379370, 0.853723",\
|
|
"0.346387, 0.322700, 0.349526, 0.464534, 0.938887",\
|
|
"0.496505, 0.472818, 0.499643, 0.614652, 1.089005",\
|
|
"1.114927, 1.091241, 1.118066, 1.233074, 1.707428");
|
|
}
|
|
|
|
} /* 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.056106, 0.155317, 0.228666, 0.344563, 0.821831",\
|
|
"0.022283, 0.121494, 0.194843, 0.310740, 0.788007",\
|
|
"0.027180, 0.126392, 0.199740, 0.315638, 0.792905",\
|
|
"0.074308, 0.173520, 0.246868, 0.362766, 0.840033",\
|
|
"0.270925, 0.370137, 0.443485, 0.559383, 1.036650");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.115131, -0.015920, 0.057429, 0.173326, 0.650593",\
|
|
"-0.214574, -0.115362, -0.042014, 0.073884, 0.551151",\
|
|
"-0.299738, -0.200527, -0.127178, -0.011281, 0.465987",\
|
|
"-0.449856, -0.350644, -0.277296, -0.161399, 0.315869",\
|
|
"-1.068278, -0.969067, -0.895718, -0.779821, -0.302553");
|
|
}
|
|
|
|
} /* 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.004369 ;
|
|
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.043545, 0.019858, 0.046683, 0.161692, 0.636045",\
|
|
"0.077313, 0.053627, 0.080452, 0.195461, 0.669814",\
|
|
"0.072289, 0.048602, 0.075427, 0.190436, 0.664789",\
|
|
"0.025028, 0.001341, 0.028166, 0.143175, 0.617528",\
|
|
"-0.172329, -0.196015, -0.169190, -0.054182, 0.420172");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.192127, 0.168440, 0.195265, 0.310274, 0.784627",\
|
|
"0.291813, 0.268126, 0.294951, 0.409960, 0.884313",\
|
|
"0.377450, 0.353764, 0.380589, 0.495597, 0.969951",\
|
|
"0.528222, 0.504535, 0.531360, 0.646369, 1.120722",\
|
|
"1.149175, 1.125488, 1.152313, 1.267322, 1.741675");
|
|
}
|
|
|
|
} /* 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.016135, 0.115346, 0.188695, 0.304592, 0.781859",\
|
|
"-0.006125, 0.093087, 0.166435, 0.282332, 0.759600",\
|
|
"0.013923, 0.113134, 0.186483, 0.302380, 0.779647",\
|
|
"0.095814, 0.195025, 0.268374, 0.384271, 0.861538",\
|
|
"0.435887, 0.535099, 0.608447, 0.724344, 1.201612");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.127317, -0.028106, 0.045243, 0.161140, 0.638407",\
|
|
"-0.215000, -0.115788, -0.042440, 0.073457, 0.550724",\
|
|
"-0.284970, -0.185758, -0.112410, 0.003487, 0.480755",\
|
|
"-0.399626, -0.300415, -0.227066, -0.111169, 0.366098",\
|
|
"-0.871739, -0.772527, -0.699179, -0.583282, -0.106014");
|
|
}
|
|
|
|
} /* 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.004857 ;
|
|
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.063498, -0.087185, -0.060360, 0.054649, 0.529003",\
|
|
"-0.029563, -0.053250, -0.026425, 0.088584, 0.562937",\
|
|
"-0.034110, -0.057797, -0.030972, 0.084037, 0.558391",\
|
|
"-0.082266, -0.105953, -0.079128, 0.035881, 0.510234",\
|
|
"-0.282135, -0.305821, -0.278996, -0.163987, 0.310366");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.135471, 0.111785, 0.138610, 0.253619, 0.727972",\
|
|
"0.234070, 0.210383, 0.237209, 0.352217, 0.826571",\
|
|
"0.317112, 0.293425, 0.320251, 0.435259, 0.909613",\
|
|
"0.464254, 0.440567, 0.467392, 0.582401, 1.056755",\
|
|
"1.070614, 1.046927, 1.073753, 1.188761, 1.663115");
|
|
}
|
|
|
|
} /* 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.102049, 0.201261, 0.274609, 0.390506, 0.867773",\
|
|
"0.068115, 0.167326, 0.240675, 0.356572, 0.833839",\
|
|
"0.072661, 0.171873, 0.245221, 0.361119, 0.838386",\
|
|
"0.120818, 0.220029, 0.293377, 0.409275, 0.886542",\
|
|
"0.320686, 0.419897, 0.493246, 0.609143, 1.086410");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.079114, 0.020097, 0.093446, 0.209343, 0.686610",\
|
|
"-0.177713, -0.078501, -0.005153, 0.110744, 0.588011",\
|
|
"-0.260755, -0.161543, -0.088195, 0.027702, 0.504969",\
|
|
"-0.407897, -0.308685, -0.235337, -0.119440, 0.357827",\
|
|
"-1.014257, -0.915045, -0.841697, -0.725800, -0.248533");
|
|
}
|
|
|
|
} /* 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.004693 ;
|
|
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.003831, -0.019856, 0.006969, 0.121978, 0.596330",\
|
|
"0.037813, 0.014126, 0.040951, 0.155959, 0.630312",\
|
|
"0.033087, 0.009400, 0.036225, 0.151234, 0.625586",\
|
|
"-0.015577, -0.039264, -0.012439, 0.102570, 0.576922",\
|
|
"-0.217473, -0.241159, -0.214334, -0.099326, 0.375027");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.172089, 0.148403, 0.175228, 0.290236, 0.764589",\
|
|
"0.270691, 0.247004, 0.273830, 0.388838, 0.863191",\
|
|
"0.353753, 0.330066, 0.356892, 0.471900, 0.946252",\
|
|
"0.500951, 0.477264, 0.504089, 0.619098, 1.093450",\
|
|
"1.107428, 1.083741, 1.110566, 1.225575, 1.699927");
|
|
}
|
|
|
|
} /* 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.035531, 0.134743, 0.208091, 0.323988, 0.801257",\
|
|
"0.001549, 0.100761, 0.174109, 0.290007, 0.767275",\
|
|
"0.006275, 0.105486, 0.178835, 0.294732, 0.772000",\
|
|
"0.054939, 0.154150, 0.227499, 0.343396, 0.820665",\
|
|
"0.256834, 0.356046, 0.429395, 0.545292, 1.022560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.116057, -0.016845, 0.056503, 0.172401, 0.649669",\
|
|
"-0.214659, -0.115447, -0.042099, 0.073799, 0.551067",\
|
|
"-0.297721, -0.198509, -0.125161, -0.009263, 0.468005",\
|
|
"-0.444919, -0.345707, -0.272358, -0.156461, 0.320807",\
|
|
"-1.051396, -0.952184, -0.878836, -0.762938, -0.285670");
|
|
}
|
|
|
|
} /* 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.004633 ;
|
|
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.037450, -0.061136, -0.034311, 0.080697, 0.555051",\
|
|
"-0.003606, -0.027292, -0.000467, 0.114542, 0.588895",\
|
|
"-0.008307, -0.031994, -0.005168, 0.109840, 0.584194",\
|
|
"-0.056796, -0.080483, -0.053657, 0.061351, 0.535705",\
|
|
"-0.258077, -0.281764, -0.254939, -0.139930, 0.334424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.145767, 0.122080, 0.148905, 0.263914, 0.738268",\
|
|
"0.244601, 0.220914, 0.247739, 0.362748, 0.837102",\
|
|
"0.327987, 0.304300, 0.331126, 0.446134, 0.920488",\
|
|
"0.475497, 0.451810, 0.478635, 0.593644, 1.067998",\
|
|
"1.083290, 1.059604, 1.086429, 1.201438, 1.675791");
|
|
}
|
|
|
|
} /* 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.053398, 0.152610, 0.225958, 0.341856, 0.819122",\
|
|
"0.019554, 0.118766, 0.192114, 0.308011, 0.785278",\
|
|
"0.024256, 0.123467, 0.196815, 0.312713, 0.789980",\
|
|
"0.072744, 0.171956, 0.245304, 0.361202, 0.838469",\
|
|
"0.274026, 0.373238, 0.446586, 0.562483, 1.039750");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.102184, -0.002972, 0.070376, 0.186273, 0.663540",\
|
|
"-0.201018, -0.101806, -0.028458, 0.087439, 0.564706",\
|
|
"-0.284405, -0.185193, -0.111845, 0.004053, 0.481320",\
|
|
"-0.431914, -0.332702, -0.259354, -0.143457, 0.333810",\
|
|
"-1.039708, -0.940496, -0.867148, -0.751251, -0.273984");
|
|
}
|
|
|
|
} /* 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.004659 ;
|
|
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.001553, -0.025240, 0.001585, 0.116594, 0.590946",\
|
|
"0.032279, 0.008592, 0.035417, 0.150426, 0.624778",\
|
|
"0.027525, 0.003838, 0.030663, 0.145672, 0.620025",\
|
|
"-0.020751, -0.044438, -0.017613, 0.097395, 0.571748",\
|
|
"-0.221349, -0.245035, -0.218210, -0.103202, 0.371151");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.168835, 0.145149, 0.171974, 0.286982, 0.761335",\
|
|
"0.267821, 0.244134, 0.270959, 0.385968, 0.860321",\
|
|
"0.351601, 0.327914, 0.354740, 0.469748, 0.944101",\
|
|
"0.499659, 0.475973, 0.502798, 0.617806, 1.092159",\
|
|
"1.109762, 1.086075, 1.112900, 1.227909, 1.702261");
|
|
}
|
|
|
|
} /* 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.034919, 0.134131, 0.207479, 0.323376, 0.800645",\
|
|
"0.001087, 0.100299, 0.173647, 0.289545, 0.766813",\
|
|
"0.005841, 0.105052, 0.178401, 0.294298, 0.771566",\
|
|
"0.054117, 0.153329, 0.226677, 0.342575, 0.819843",\
|
|
"0.254714, 0.353926, 0.427274, 0.543172, 1.020440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.120804, -0.021592, 0.051756, 0.167654, 0.644922",\
|
|
"-0.219789, -0.120578, -0.047229, 0.068668, 0.545936",\
|
|
"-0.303569, -0.204358, -0.131009, -0.015112, 0.462156",\
|
|
"-0.451627, -0.352416, -0.279067, -0.163170, 0.314098",\
|
|
"-1.061730, -0.962519, -0.889170, -0.773273, -0.296005");
|
|
}
|
|
|
|
} /* 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.005584 ;
|
|
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.084827, -0.108514, -0.081689, 0.033320, 0.507673",\
|
|
"-0.050907, -0.074594, -0.047769, 0.067240, 0.541594",\
|
|
"-0.055463, -0.079149, -0.052324, 0.062684, 0.537038",\
|
|
"-0.103575, -0.127262, -0.100437, 0.014572, 0.488925",\
|
|
"-0.303325, -0.327011, -0.300186, -0.185178, 0.289176");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.120134, 0.096447, 0.123273, 0.238281, 0.712635",\
|
|
"0.218816, 0.195129, 0.221955, 0.336963, 0.811317",\
|
|
"0.301971, 0.278284, 0.305110, 0.420118, 0.894472",\
|
|
"0.449225, 0.425539, 0.452364, 0.567373, 1.041726",\
|
|
"1.056062, 1.032375, 1.059200, 1.174209, 1.648562");
|
|
}
|
|
|
|
} /* 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.109802, 0.209014, 0.282362, 0.398259, 0.875526",\
|
|
"0.075882, 0.175094, 0.248442, 0.364339, 0.841606",\
|
|
"0.080438, 0.179649, 0.252998, 0.368895, 0.846162",\
|
|
"0.128550, 0.227762, 0.301110, 0.417007, 0.894274",\
|
|
"0.328300, 0.427511, 0.500860, 0.616757, 1.094024");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.075856, 0.023356, 0.096704, 0.212601, 0.689868",\
|
|
"-0.174538, -0.075326, -0.001978, 0.113919, 0.591186",\
|
|
"-0.257693, -0.158481, -0.085133, 0.030764, 0.508031",\
|
|
"-0.404947, -0.305736, -0.232387, -0.116490, 0.360777",\
|
|
"-1.011784, -0.912572, -0.839224, -0.723326, -0.246059");
|
|
}
|
|
|
|
} /* 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.005692 ;
|
|
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.026775, -0.050462, -0.023637, 0.091372, 0.565725",\
|
|
"0.007116, -0.016571, 0.010254, 0.125263, 0.599616",\
|
|
"0.002466, -0.021221, 0.005604, 0.120613, 0.594966",\
|
|
"-0.045391, -0.069078, -0.042253, 0.072756, 0.547109",\
|
|
"-0.244312, -0.267999, -0.241174, -0.126165, 0.348188");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.158829, 0.135142, 0.161967, 0.276976, 0.751329",\
|
|
"0.257719, 0.234032, 0.260857, 0.375866, 0.850219",\
|
|
"0.341423, 0.317737, 0.344562, 0.459570, 0.933924",\
|
|
"0.489449, 0.465762, 0.492587, 0.607596, 1.081949",\
|
|
"1.099474, 1.075788, 1.102613, 1.217621, 1.691975");
|
|
}
|
|
|
|
} /* 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.102179, 0.201391, 0.274739, 0.390636, 0.867904",\
|
|
"0.094461, 0.193672, 0.267021, 0.382918, 0.860185",\
|
|
"0.133279, 0.232491, 0.305839, 0.421737, 0.899004",\
|
|
"0.259897, 0.359108, 0.432457, 0.548354, 1.025621",\
|
|
"0.783410, 0.882621, 0.955970, 1.071867, 1.549134");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.084317, 0.014895, 0.088243, 0.204141, 0.681408",\
|
|
"-0.156155, -0.056944, 0.016405, 0.132302, 0.609569",\
|
|
"-0.204546, -0.105334, -0.031986, 0.083912, 0.561179",\
|
|
"-0.271169, -0.171958, -0.098609, 0.017288, 0.494555",\
|
|
"-0.545718, -0.446507, -0.373158, -0.257261, 0.220006");
|
|
}
|
|
|
|
} /* 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.004595 ;
|
|
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.011545, -0.012141, 0.014684, 0.129692, 0.604046",\
|
|
"0.045357, 0.021670, 0.048495, 0.163504, 0.637857",\
|
|
"0.040520, 0.016834, 0.043659, 0.158667, 0.633021",\
|
|
"-0.007483, -0.031170, -0.004344, 0.110664, 0.585017",\
|
|
"-0.207223, -0.230910, -0.204084, -0.089076, 0.385277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.176140, 0.152454, 0.179279, 0.294287, 0.768641",\
|
|
"0.275324, 0.251637, 0.278462, 0.393471, 0.867824",\
|
|
"0.359640, 0.335953, 0.362779, 0.477787, 0.952140",\
|
|
"0.508453, 0.484767, 0.511592, 0.626600, 1.100954",\
|
|
"1.121733, 1.098046, 1.124871, 1.239880, 1.714233");
|
|
}
|
|
|
|
} /* 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.017079, 0.116291, 0.189639, 0.305536, 0.782804",\
|
|
"-0.016732, 0.082479, 0.155828, 0.271725, 0.748993",\
|
|
"-0.011896, 0.087315, 0.160664, 0.276561, 0.753829",\
|
|
"0.036107, 0.135319, 0.208667, 0.324565, 0.801832",\
|
|
"0.235847, 0.335059, 0.408407, 0.524305, 1.001572");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.129492, -0.030280, 0.043069, 0.158966, 0.636233",\
|
|
"-0.228675, -0.129464, -0.056115, 0.059782, 0.537050",\
|
|
"-0.312991, -0.213780, -0.140431, -0.024534, 0.452733",\
|
|
"-0.461805, -0.362593, -0.289245, -0.173347, 0.303920",\
|
|
"-1.075084, -0.975872, -0.902524, -0.786626, -0.309359");
|
|
}
|
|
|
|
} /* 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.007337 ;
|
|
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.043700, -0.067387, -0.040562, 0.074447, 0.548800",\
|
|
"-0.009574, -0.033261, -0.006435, 0.108573, 0.582927",\
|
|
"-0.014229, -0.037916, -0.011090, 0.103918, 0.578272",\
|
|
"-0.062723, -0.086410, -0.059585, 0.055424, 0.529777",\
|
|
"-0.263813, -0.287500, -0.260675, -0.145666, 0.328687");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.147080, 0.123393, 0.150219, 0.265227, 0.739581",\
|
|
"0.245394, 0.221708, 0.248533, 0.363541, 0.837895",\
|
|
"0.328052, 0.304366, 0.331191, 0.446200, 0.920553",\
|
|
"0.474821, 0.451134, 0.477959, 0.592968, 1.067321",\
|
|
"1.079621, 1.055935, 1.082760, 1.197768, 1.672122");
|
|
}
|
|
|
|
} /* 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.101561, 0.200773, 0.274121, 0.390018, 0.867285",\
|
|
"0.114340, 0.213551, 0.286900, 0.402797, 0.880064",\
|
|
"0.180249, 0.279460, 0.352809, 0.468706, 0.945973",\
|
|
"0.369937, 0.469149, 0.542497, 0.658395, 1.135662",\
|
|
"1.152924, 1.252136, 1.325484, 1.441381, 1.918648");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.082576, 0.016636, 0.089984, 0.205881, 0.683149",\
|
|
"-0.132729, -0.033518, 0.039831, 0.155728, 0.632995",\
|
|
"-0.152495, -0.053284, 0.020065, 0.135962, 0.613229",\
|
|
"-0.154292, -0.055081, 0.018268, 0.134165, 0.611432",\
|
|
"-0.161633, -0.062421, 0.010927, 0.126824, 0.604092");
|
|
}
|
|
|
|
} /* 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.005692 ;
|
|
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.010923, -0.034609, -0.007784, 0.107225, 0.581578",\
|
|
"0.022795, -0.000892, 0.025933, 0.140942, 0.615296",\
|
|
"0.017780, -0.005907, 0.020918, 0.135927, 0.610280",\
|
|
"-0.030717, -0.054404, -0.027579, 0.087430, 0.561783",\
|
|
"-0.232305, -0.255992, -0.229167, -0.114158, 0.360196");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.132457, 0.108770, 0.135595, 0.250604, 0.724957",\
|
|
"0.231416, 0.207729, 0.234554, 0.349563, 0.823917",\
|
|
"0.315386, 0.291699, 0.318524, 0.433533, 0.907887",\
|
|
"0.464228, 0.440541, 0.467367, 0.582375, 1.056729",\
|
|
"1.077728, 1.054041, 1.080866, 1.195875, 1.670229");
|
|
}
|
|
|
|
} /* 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.049472, 0.148684, 0.222032, 0.337930, 0.815197",\
|
|
"0.015755, 0.114967, 0.188315, 0.304212, 0.781479",\
|
|
"0.020770, 0.119982, 0.193330, 0.309227, 0.786494",\
|
|
"0.069267, 0.168479, 0.241827, 0.357724, 0.834991",\
|
|
"0.270855, 0.370066, 0.443415, 0.559312, 1.036579");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.076100, 0.023112, 0.096460, 0.212358, 0.689625",\
|
|
"-0.175059, -0.075847, -0.002499, 0.113398, 0.590665",\
|
|
"-0.259029, -0.159817, -0.086469, 0.029428, 0.506695",\
|
|
"-0.407871, -0.308660, -0.235311, -0.119414, 0.357853",\
|
|
"-1.021371, -0.922159, -0.848811, -0.732914, -0.255647");
|
|
}
|
|
|
|
} /* 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.005490 ;
|
|
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.007290, -0.016396, 0.010429, 0.125437, 0.599790",\
|
|
"0.041006, 0.017320, 0.044145, 0.159153, 0.633506",\
|
|
"0.035979, 0.012292, 0.039117, 0.154126, 0.628478",\
|
|
"-0.012437, -0.036124, -0.009299, 0.105709, 0.580062",\
|
|
"-0.213753, -0.237440, -0.210614, -0.095606, 0.378746");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.147507, 0.123820, 0.150645, 0.265653, 0.740006",\
|
|
"0.246513, 0.222826, 0.249651, 0.364659, 0.839012",\
|
|
"0.330611, 0.306924, 0.333749, 0.448757, 0.923110",\
|
|
"0.479661, 0.455974, 0.482799, 0.597808, 1.072160",\
|
|
"1.093940, 1.070253, 1.097078, 1.212087, 1.686439");
|
|
}
|
|
|
|
} /* 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.032071, 0.131283, 0.204632, 0.320529, 0.797797",\
|
|
"-0.001644, 0.097567, 0.170916, 0.286813, 0.764081",\
|
|
"0.003383, 0.102594, 0.175943, 0.291840, 0.769108",\
|
|
"0.051799, 0.151011, 0.224359, 0.340257, 0.817525",\
|
|
"0.253115, 0.352326, 0.425675, 0.541572, 1.018840");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.091475, 0.007737, 0.081086, 0.196983, 0.674251",\
|
|
"-0.190481, -0.091269, -0.017920, 0.097977, 0.575245",\
|
|
"-0.274578, -0.175367, -0.102018, 0.013879, 0.491147",\
|
|
"-0.423629, -0.324417, -0.251068, -0.135171, 0.342097",\
|
|
"-1.037907, -0.938696, -0.865347, -0.749450, -0.272182");
|
|
}
|
|
|
|
} /* 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.005246 ;
|
|
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.091582, -0.115268, -0.088443, 0.026565, 0.500919",\
|
|
"-0.057714, -0.081401, -0.054575, 0.060433, 0.534787",\
|
|
"-0.062404, -0.086091, -0.059265, 0.055743, 0.530097",\
|
|
"-0.110402, -0.134088, -0.107263, 0.007745, 0.482099",\
|
|
"-0.310138, -0.333825, -0.306999, -0.191991, 0.282363");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.084637, 0.060950, 0.087775, 0.202784, 0.677138",\
|
|
"0.183200, 0.159513, 0.186338, 0.301347, 0.775701",\
|
|
"0.266394, 0.242707, 0.269532, 0.384541, 0.858894",\
|
|
"0.413860, 0.390173, 0.416998, 0.532007, 1.006361",\
|
|
"1.021675, 0.997988, 1.024814, 1.139822, 1.614176");
|
|
}
|
|
|
|
} /* 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.107530, 0.206742, 0.280090, 0.395988, 0.873255",\
|
|
"0.073662, 0.172874, 0.246222, 0.362120, 0.839387",\
|
|
"0.078352, 0.177564, 0.250912, 0.366810, 0.844077",\
|
|
"0.126350, 0.225562, 0.298910, 0.414808, 0.892075",\
|
|
"0.326087, 0.425298, 0.498647, 0.614544, 1.091811");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.041054, 0.058158, 0.131506, 0.247403, 0.724670",\
|
|
"-0.139617, -0.040405, 0.032943, 0.148840, 0.626107",\
|
|
"-0.222811, -0.123599, -0.050251, 0.065647, 0.542913",\
|
|
"-0.370277, -0.271065, -0.197717, -0.081820, 0.395447",\
|
|
"-0.978092, -0.878881, -0.805532, -0.689635, -0.212368");
|
|
}
|
|
|
|
} /* 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.005455 ;
|
|
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.065716, -0.089403, -0.062578, 0.052430, 0.526783",\
|
|
"-0.031838, -0.055525, -0.028700, 0.086309, 0.560661",\
|
|
"-0.036492, -0.060178, -0.033353, 0.081655, 0.556008",\
|
|
"-0.084596, -0.108283, -0.081458, 0.033550, 0.507903",\
|
|
"-0.284658, -0.308345, -0.281520, -0.166511, 0.307841");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.102228, 0.078541, 0.105366, 0.220375, 0.694727",\
|
|
"0.200706, 0.177019, 0.203844, 0.318852, 0.793205",\
|
|
"0.283677, 0.259990, 0.286815, 0.401824, 0.876176",\
|
|
"0.430828, 0.407141, 0.433967, 0.548975, 1.023328",\
|
|
"1.037377, 1.013690, 1.040515, 1.155523, 1.629876");
|
|
}
|
|
|
|
} /* 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.096665, 0.195877, 0.269225, 0.385123, 0.862391",\
|
|
"0.062787, 0.161999, 0.235347, 0.351244, 0.828512",\
|
|
"0.067441, 0.166652, 0.240001, 0.355898, 0.833166",\
|
|
"0.115545, 0.214757, 0.288105, 0.404003, 0.881271",\
|
|
"0.315607, 0.414819, 0.488167, 0.604064, 1.081332");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.055231, 0.043981, 0.117329, 0.233227, 0.710495",\
|
|
"-0.153708, -0.054497, 0.018852, 0.134749, 0.612017",\
|
|
"-0.236680, -0.137468, -0.064120, 0.051778, 0.529046",\
|
|
"-0.383831, -0.284619, -0.211271, -0.095373, 0.381895",\
|
|
"-0.990379, -0.891168, -0.817819, -0.701922, -0.224654");
|
|
}
|
|
|
|
} /* 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.004753 ;
|
|
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.025979, -0.049665, -0.022840, 0.092168, 0.566522",\
|
|
"0.007745, -0.015942, 0.010883, 0.125892, 0.600245",\
|
|
"0.002750, -0.020936, 0.005889, 0.120897, 0.595251",\
|
|
"-0.045796, -0.069483, -0.042658, 0.072351, 0.546704",\
|
|
"-0.247545, -0.271232, -0.244407, -0.129398, 0.344955");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.123722, 0.100035, 0.126860, 0.241869, 0.716222",\
|
|
"0.222622, 0.198936, 0.225761, 0.340770, 0.815123",\
|
|
"0.306451, 0.282764, 0.309589, 0.424598, 0.898951",\
|
|
"0.455108, 0.431421, 0.458246, 0.573255, 1.047608",\
|
|
"1.067933, 1.044246, 1.071071, 1.186080, 1.660434");
|
|
}
|
|
|
|
} /* 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.053875, 0.153087, 0.226435, 0.342333, 0.819600",\
|
|
"0.020152, 0.119364, 0.192712, 0.308609, 0.785876",\
|
|
"0.025146, 0.124358, 0.197706, 0.313603, 0.790871",\
|
|
"0.073693, 0.172905, 0.246253, 0.362150, 0.839417",\
|
|
"0.275442, 0.374654, 0.448002, 0.563899, 1.041167");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.077595, 0.021617, 0.094965, 0.210862, 0.688129",\
|
|
"-0.176496, -0.077284, -0.003936, 0.111961, 0.589229",\
|
|
"-0.260324, -0.161112, -0.087764, 0.028134, 0.505401",\
|
|
"-0.408981, -0.309769, -0.236421, -0.120524, 0.356743",\
|
|
"-1.021806, -0.922595, -0.849246, -0.733349, -0.256082");
|
|
}
|
|
|
|
} /* 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.004790 ;
|
|
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.015852, -0.007835, 0.018990, 0.133999, 0.608352",\
|
|
"0.049585, 0.025898, 0.052723, 0.167732, 0.642085",\
|
|
"0.044666, 0.020979, 0.047804, 0.162813, 0.637166",\
|
|
"-0.004316, -0.028003, -0.001177, 0.113831, 0.588185",\
|
|
"-0.207522, -0.231208, -0.204383, -0.089375, 0.384979");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.149858, 0.126171, 0.152996, 0.268005, 0.742358",\
|
|
"0.248483, 0.224796, 0.251621, 0.366630, 0.840983",\
|
|
"0.331575, 0.307889, 0.334714, 0.449722, 0.924076",\
|
|
"0.479055, 0.455368, 0.482193, 0.597202, 1.071555",\
|
|
"1.087503, 1.063816, 1.090641, 1.205650, 1.680003");
|
|
}
|
|
|
|
} /* 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.059548, 0.158759, 0.232108, 0.348005, 0.825272",\
|
|
"0.048928, 0.148139, 0.221488, 0.337385, 0.814652",\
|
|
"0.084018, 0.183229, 0.256578, 0.372475, 0.849742",\
|
|
"0.202546, 0.301757, 0.375106, 0.491003, 0.968270",\
|
|
"0.692368, 0.791580, 0.864928, 0.980825, 1.458093");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.075349, 0.023863, 0.097211, 0.213108, 0.690376",\
|
|
"-0.149950, -0.050738, 0.022610, 0.138507, 0.615775",\
|
|
"-0.201682, -0.102471, -0.029122, 0.086775, 0.564042",\
|
|
"-0.276875, -0.177663, -0.104315, 0.011582, 0.488850",\
|
|
"-0.587412, -0.488201, -0.414852, -0.298955, 0.178312");
|
|
}
|
|
|
|
} /* 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.004449 ;
|
|
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.057758, -0.081444, -0.054619, 0.060389, 0.534743",\
|
|
"-0.023795, -0.047482, -0.020656, 0.094352, 0.568705",\
|
|
"-0.028382, -0.052069, -0.025244, 0.089765, 0.564118",\
|
|
"-0.076689, -0.100376, -0.073551, 0.041458, 0.515811",\
|
|
"-0.277363, -0.301050, -0.274225, -0.159216, 0.315137");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.108577, 0.084891, 0.111716, 0.226724, 0.701078",\
|
|
"0.206796, 0.183109, 0.209934, 0.324942, 0.799296",\
|
|
"0.289275, 0.265588, 0.292413, 0.407422, 0.881775",\
|
|
"0.435807, 0.412120, 0.438945, 0.553954, 1.028307",\
|
|
"1.039868, 1.016181, 1.043007, 1.158015, 1.632369");
|
|
}
|
|
|
|
} /* 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.086382, 0.185594, 0.258942, 0.374840, 0.852107",\
|
|
"0.052420, 0.151631, 0.224980, 0.340877, 0.818144",\
|
|
"0.057007, 0.156219, 0.229567, 0.345464, 0.822732",\
|
|
"0.105314, 0.204526, 0.277874, 0.393771, 0.871039",\
|
|
"0.305988, 0.405200, 0.478548, 0.594445, 1.071713");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.061928, 0.037283, 0.110632, 0.226529, 0.703796",\
|
|
"-0.160147, -0.060935, 0.012413, 0.128311, 0.605578",\
|
|
"-0.242626, -0.143414, -0.070066, 0.045831, 0.523099",\
|
|
"-0.389158, -0.289946, -0.216598, -0.100701, 0.376567",\
|
|
"-0.993219, -0.894008, -0.820659, -0.704762, -0.227494");
|
|
}
|
|
|
|
} /* 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.004548 ;
|
|
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.009916, -0.013770, 0.013055, 0.128063, 0.602417",\
|
|
"0.043646, 0.019960, 0.046785, 0.161793, 0.636147",\
|
|
"0.038704, 0.015017, 0.041842, 0.156851, 0.631204",\
|
|
"-0.010171, -0.033858, -0.007033, 0.107976, 0.582329",\
|
|
"-0.213021, -0.236708, -0.209883, -0.094874, 0.379479");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.143425, 0.119738, 0.146563, 0.261572, 0.735925",\
|
|
"0.242130, 0.218444, 0.245269, 0.360277, 0.834631",\
|
|
"0.325427, 0.301740, 0.328565, 0.443574, 0.917927",\
|
|
"0.473220, 0.449533, 0.476358, 0.591367, 1.065720",\
|
|
"1.082817, 1.059130, 1.085955, 1.200964, 1.675317");
|
|
}
|
|
|
|
} /* 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.049761, 0.148972, 0.222321, 0.338218, 0.815485",\
|
|
"0.016031, 0.115242, 0.188591, 0.304488, 0.781755",\
|
|
"0.020974, 0.120185, 0.193534, 0.309431, 0.786698",\
|
|
"0.069848, 0.169060, 0.242408, 0.358306, 0.835573",\
|
|
"0.272698, 0.371910, 0.445258, 0.561156, 1.038423");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.078618, 0.020594, 0.093942, 0.209839, 0.687107",\
|
|
"-0.177323, -0.078112, -0.004763, 0.111134, 0.588401",\
|
|
"-0.260620, -0.161408, -0.088060, 0.027837, 0.505105",\
|
|
"-0.408413, -0.309201, -0.235853, -0.119955, 0.357312",\
|
|
"-1.018010, -0.918798, -0.845450, -0.729552, -0.252285");
|
|
}
|
|
|
|
} /* 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.004362 ;
|
|
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.021931, -0.045618, -0.018793, 0.096216, 0.570570",\
|
|
"0.011861, -0.011825, 0.015000, 0.130008, 0.604362",\
|
|
"0.006633, -0.017054, 0.009771, 0.124780, 0.599134",\
|
|
"-0.040001, -0.063688, -0.036862, 0.078146, 0.552500",\
|
|
"-0.236386, -0.260072, -0.233247, -0.118239, 0.356115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.125710, 0.102024, 0.128849, 0.243858, 0.718211",\
|
|
"0.225502, 0.201816, 0.228641, 0.343650, 0.818003",\
|
|
"0.311908, 0.288221, 0.315046, 0.430055, 0.904409",\
|
|
"0.463912, 0.440225, 0.467050, 0.582059, 1.056413",\
|
|
"1.089649, 1.065962, 1.092787, 1.207796, 1.682150");
|
|
}
|
|
|
|
} /* 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.060482, 0.159693, 0.233042, 0.348939, 0.826206",\
|
|
"0.026689, 0.125901, 0.199249, 0.315146, 0.792413",\
|
|
"0.031917, 0.131129, 0.204477, 0.320375, 0.797642",\
|
|
"0.078551, 0.177763, 0.251111, 0.367008, 0.844275",\
|
|
"0.274936, 0.374148, 0.447496, 0.563393, 1.040660");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.069353, 0.029858, 0.103207, 0.219104, 0.696371",\
|
|
"-0.169145, -0.069934, 0.003415, 0.119312, 0.596579",\
|
|
"-0.255551, -0.156339, -0.082991, 0.032906, 0.510173",\
|
|
"-0.407555, -0.308343, -0.234995, -0.119098, 0.358169",\
|
|
"-1.033292, -0.934080, -0.860732, -0.744834, -0.267568");
|
|
}
|
|
|
|
} /* 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.004569 ;
|
|
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.022333, -0.046020, -0.019195, 0.095814, 0.570166",\
|
|
"0.011449, -0.012238, 0.014587, 0.129596, 0.603948",\
|
|
"0.006432, -0.017254, 0.009571, 0.124579, 0.598932",\
|
|
"-0.040501, -0.064188, -0.037363, 0.077645, 0.551998",\
|
|
"-0.237038, -0.260725, -0.233900, -0.118891, 0.355461");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.130331, 0.106645, 0.133470, 0.248478, 0.722831",\
|
|
"0.229691, 0.206004, 0.232829, 0.347838, 0.822190",\
|
|
"0.315019, 0.291332, 0.318157, 0.433165, 0.907518",\
|
|
"0.465416, 0.441730, 0.468555, 0.583563, 1.057916",\
|
|
"1.084859, 1.061172, 1.087997, 1.203005, 1.677358");
|
|
}
|
|
|
|
} /* 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.061702, 0.160914, 0.234262, 0.350160, 0.827428",\
|
|
"0.052004, 0.151215, 0.224564, 0.340461, 0.817729",\
|
|
"0.088459, 0.187671, 0.261020, 0.376917, 0.854185",\
|
|
"0.207862, 0.307074, 0.380423, 0.496320, 0.973588",\
|
|
"0.703063, 0.802274, 0.875623, 0.991520, 1.468789");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.074292, 0.024920, 0.098268, 0.214166, 0.691434",\
|
|
"-0.148576, -0.049364, 0.023984, 0.139881, 0.617150",\
|
|
"-0.201170, -0.101958, -0.028610, 0.087287, 0.564556",\
|
|
"-0.276115, -0.176903, -0.103554, 0.012343, 0.489611",\
|
|
"-0.584595, -0.485383, -0.412035, -0.296137, 0.181131");
|
|
}
|
|
|
|
} /* 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.004277 ;
|
|
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.021752, -0.045439, -0.018613, 0.096395, 0.570749",\
|
|
"0.011950, -0.011737, 0.015088, 0.130097, 0.604451",\
|
|
"0.006791, -0.016896, 0.009929, 0.124938, 0.599291",\
|
|
"-0.040842, -0.064529, -0.037704, 0.077305, 0.551659",\
|
|
"-0.239522, -0.263208, -0.236383, -0.121374, 0.352979");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.128940, 0.105253, 0.132078, 0.247087, 0.721440",\
|
|
"0.228441, 0.204755, 0.231580, 0.346588, 0.820942",\
|
|
"0.314052, 0.290366, 0.317191, 0.432199, 0.906553",\
|
|
"0.465004, 0.441317, 0.468142, 0.583151, 1.057505",\
|
|
"1.086251, 1.062564, 1.089389, 1.204398, 1.678752");
|
|
}
|
|
|
|
} /* 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.037704, 0.136915, 0.210264, 0.326161, 0.803428",\
|
|
"0.019865, 0.119076, 0.192425, 0.308322, 0.785589",\
|
|
"0.045730, 0.144941, 0.218290, 0.334187, 0.811454",\
|
|
"0.141090, 0.240302, 0.313650, 0.429548, 0.906815",\
|
|
"0.536469, 0.635681, 0.709029, 0.824926, 1.302193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.085354, 0.013858, 0.087206, 0.203103, 0.680370",\
|
|
"-0.168299, -0.069087, 0.004261, 0.120158, 0.597425",\
|
|
"-0.232298, -0.133087, -0.059738, 0.056159, 0.533426",\
|
|
"-0.333434, -0.234222, -0.160874, -0.044977, 0.432290",\
|
|
"-0.749378, -0.650166, -0.576818, -0.460921, 0.016346");
|
|
}
|
|
|
|
} /* 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.004590 ;
|
|
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.003665, -0.020022, 0.006803, 0.121811, 0.596164",\
|
|
"0.037374, 0.013687, 0.040512, 0.155520, 0.629873",\
|
|
"0.032273, 0.008586, 0.035411, 0.150419, 0.624772",\
|
|
"-0.015683, -0.039370, -0.012545, 0.102463, 0.576816",\
|
|
"-0.215449, -0.239136, -0.212311, -0.097302, 0.377051");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.145111, 0.121424, 0.148249, 0.263258, 0.737610",\
|
|
"0.244400, 0.220713, 0.247539, 0.362547, 0.836900",\
|
|
"0.329369, 0.305683, 0.332508, 0.447516, 0.921869",\
|
|
"0.479524, 0.455837, 0.482662, 0.597671, 1.072023",\
|
|
"1.097861, 1.074174, 1.100999, 1.216008, 1.690360");
|
|
}
|
|
|
|
} /* 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.029701, 0.128913, 0.202261, 0.318159, 0.795427",\
|
|
"-0.004008, 0.095204, 0.168552, 0.284450, 0.761718",\
|
|
"0.001093, 0.100305, 0.173653, 0.289551, 0.766819",\
|
|
"0.049049, 0.148261, 0.221609, 0.337507, 0.814775",\
|
|
"0.248815, 0.348026, 0.421375, 0.537272, 1.014540");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.097079, 0.002132, 0.075481, 0.191378, 0.668646",\
|
|
"-0.196368, -0.097157, -0.023808, 0.092089, 0.569357",\
|
|
"-0.281338, -0.182126, -0.108777, 0.007120, 0.484388",\
|
|
"-0.431492, -0.332280, -0.258932, -0.143035, 0.334233",\
|
|
"-1.049829, -0.950618, -0.877269, -0.761372, -0.284104");
|
|
}
|
|
|
|
} /* 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.004456 ;
|
|
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.075722, -0.099408, -0.072583, 0.042425, 0.516779",\
|
|
"-0.041885, -0.065572, -0.038747, 0.076262, 0.550615",\
|
|
"-0.046697, -0.070383, -0.043558, 0.071450, 0.545804",\
|
|
"-0.094301, -0.117988, -0.091163, 0.023846, 0.498199",\
|
|
"-0.292847, -0.316534, -0.289709, -0.174700, 0.299654");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.091399, 0.067713, 0.094538, 0.209547, 0.683900",\
|
|
"0.190259, 0.166572, 0.193398, 0.308406, 0.782760",\
|
|
"0.274233, 0.250547, 0.277372, 0.392380, 0.866734",\
|
|
"0.422798, 0.399111, 0.425936, 0.540945, 1.015298",\
|
|
"1.035008, 1.011321, 1.038146, 1.153155, 1.627509");
|
|
}
|
|
|
|
} /* 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.100697, 0.199908, 0.273257, 0.389154, 0.866421",\
|
|
"0.066860, 0.166072, 0.239420, 0.355317, 0.832584",\
|
|
"0.071672, 0.170883, 0.244232, 0.360129, 0.837396",\
|
|
"0.119276, 0.218488, 0.291836, 0.407734, 0.885001",\
|
|
"0.317822, 0.417034, 0.490382, 0.606279, 1.083546");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.047121, 0.052090, 0.125439, 0.241336, 0.718603",\
|
|
"-0.145981, -0.046769, 0.026579, 0.142476, 0.619743",\
|
|
"-0.229955, -0.130744, -0.057395, 0.058502, 0.535769",\
|
|
"-0.378520, -0.279308, -0.205959, -0.090062, 0.387205",\
|
|
"-0.990730, -0.891518, -0.818170, -0.702273, -0.225005");
|
|
}
|
|
|
|
} /* 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.004123 ;
|
|
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.011549, -0.035236, -0.008411, 0.106598, 0.580951",\
|
|
"0.022246, -0.001441, 0.025384, 0.140393, 0.614746",\
|
|
"0.017271, -0.006416, 0.020409, 0.135418, 0.609771",\
|
|
"-0.029798, -0.053484, -0.026659, 0.088349, 0.562703",\
|
|
"-0.226736, -0.250423, -0.223597, -0.108589, 0.365765");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.133180, 0.109493, 0.136318, 0.251327, 0.725680",\
|
|
"0.232440, 0.208753, 0.235579, 0.350587, 0.824941",\
|
|
"0.317493, 0.293807, 0.320632, 0.435640, 0.909994",\
|
|
"0.467520, 0.443833, 0.470659, 0.585667, 1.060021",\
|
|
"1.085497, 1.061810, 1.088635, 1.203644, 1.677997");
|
|
}
|
|
|
|
} /* 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.086944, 0.186155, 0.259504, 0.375401, 0.852668",\
|
|
"0.053148, 0.152360, 0.225708, 0.341606, 0.818873",\
|
|
"0.058123, 0.157335, 0.230683, 0.346581, 0.823848",\
|
|
"0.105192, 0.204404, 0.277752, 0.393649, 0.870917",\
|
|
"0.302130, 0.401342, 0.474690, 0.590587, 1.067855");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.058676, 0.040535, 0.113884, 0.229781, 0.707048",\
|
|
"-0.157937, -0.058725, 0.014623, 0.130521, 0.607788",\
|
|
"-0.242990, -0.143778, -0.070430, 0.045467, 0.522735",\
|
|
"-0.393016, -0.293805, -0.220456, -0.104559, 0.372708",\
|
|
"-1.010993, -0.911782, -0.838433, -0.722536, -0.245269");
|
|
}
|
|
|
|
} /* 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.004211 ;
|
|
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.002112, -0.025799, 0.001026, 0.116035, 0.590388",\
|
|
"0.031610, 0.007923, 0.034748, 0.149757, 0.624110",\
|
|
"0.026621, 0.002934, 0.029759, 0.144768, 0.619121",\
|
|
"-0.022030, -0.045717, -0.018892, 0.096117, 0.570470",\
|
|
"-0.224135, -0.247822, -0.220997, -0.105988, 0.368365");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.140527, 0.116840, 0.143665, 0.258674, 0.733027",\
|
|
"0.239390, 0.215703, 0.242528, 0.357537, 0.831890",\
|
|
"0.323099, 0.299412, 0.326237, 0.441246, 0.915599",\
|
|
"0.471528, 0.447841, 0.474666, 0.589675, 1.064028",\
|
|
"1.083481, 1.059794, 1.086619, 1.201628, 1.675981");
|
|
}
|
|
|
|
} /* 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.030737, 0.129948, 0.203297, 0.319194, 0.796461",\
|
|
"-0.002986, 0.096226, 0.169574, 0.285472, 0.762739",\
|
|
"0.002003, 0.101215, 0.174563, 0.290461, 0.767728",\
|
|
"0.050655, 0.149866, 0.223215, 0.339112, 0.816380",\
|
|
"0.252760, 0.351971, 0.425320, 0.541217, 1.018485");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.093878, 0.005334, 0.078682, 0.194579, 0.671847",\
|
|
"-0.192741, -0.093529, -0.020181, 0.095716, 0.572984",\
|
|
"-0.276450, -0.177239, -0.103890, 0.012007, 0.489275",\
|
|
"-0.424879, -0.325667, -0.252319, -0.136422, 0.340846",\
|
|
"-1.036832, -0.937621, -0.864272, -0.748375, -0.271107");
|
|
}
|
|
|
|
} /* 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.004296 ;
|
|
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.032652, -0.056338, -0.029513, 0.085495, 0.559849",\
|
|
"0.001194, -0.022493, 0.004333, 0.119341, 0.593695",\
|
|
"-0.003589, -0.027275, -0.000450, 0.114558, 0.588912",\
|
|
"-0.051272, -0.074958, -0.048133, 0.066875, 0.541229",\
|
|
"-0.250065, -0.273751, -0.246926, -0.131918, 0.342436");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.119222, 0.095536, 0.122361, 0.237369, 0.711723",\
|
|
"0.218017, 0.194330, 0.221155, 0.336164, 0.810517",\
|
|
"0.301814, 0.278127, 0.304953, 0.419961, 0.894315",\
|
|
"0.450143, 0.426457, 0.453282, 0.568290, 1.042644",\
|
|
"1.061435, 1.037748, 1.064573, 1.179582, 1.653935");
|
|
}
|
|
|
|
} /* 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.090481, 0.189692, 0.263041, 0.378938, 0.856205",\
|
|
"0.056635, 0.155847, 0.229195, 0.345092, 0.822359",\
|
|
"0.061418, 0.160629, 0.233978, 0.349875, 0.827142",\
|
|
"0.109101, 0.208312, 0.281661, 0.397558, 0.874825",\
|
|
"0.307894, 0.407105, 0.480454, 0.596351, 1.073618");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.054749, 0.044463, 0.117811, 0.233709, 0.710976",\
|
|
"-0.153543, -0.054331, 0.019017, 0.134914, 0.612182",\
|
|
"-0.237340, -0.138129, -0.064780, 0.051117, 0.528384",\
|
|
"-0.385670, -0.286458, -0.213110, -0.097212, 0.380055",\
|
|
"-0.996961, -0.897749, -0.824401, -0.708504, -0.231236");
|
|
}
|
|
|
|
} /* 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 ( "1.802915, 1.811850, 1.837663, 1.943401, 2.383516",\
|
|
"1.902356, 1.911291, 1.937103, 2.042842, 2.482957",\
|
|
"1.975693, 1.984629, 2.010441, 2.116179, 2.556294",\
|
|
"2.091560, 2.100495, 2.126307, 2.232046, 2.672161",\
|
|
"2.569213, 2.578149, 2.603961, 2.709699, 3.149814");
|
|
}
|
|
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.014109, 0.022917, 0.053825, 0.201833, 0.848725",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.848725",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.848725",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.848725",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.848725");
|
|
}
|
|
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 ( "1.808191, 1.815241, 1.832499, 1.883774, 2.069229",\
|
|
"1.907632, 1.914681, 1.931940, 1.983214, 2.168669",\
|
|
"1.980970, 1.988019, 2.005278, 2.056552, 2.242007",\
|
|
"2.096836, 2.103885, 2.121144, 2.172419, 2.357873",\
|
|
"2.574483, 2.581533, 2.598792, 2.650066, 2.835521");
|
|
}
|
|
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.014205, 0.019080, 0.032450, 0.087403, 0.344145",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.344145",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.344145",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.344145",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.344145");
|
|
}
|
|
|
|
} /* 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 ( "1.785571, 1.794506, 1.820318, 1.926057, 2.361465",\
|
|
"1.785571, 1.794506, 1.820318, 1.926057, 2.361465",\
|
|
"1.782651, 1.791586, 1.817398, 1.923137, 2.358545",\
|
|
"1.667611, 1.676547, 1.702359, 1.808097, 2.243506",\
|
|
"1.193644, 1.202579, 1.228391, 1.334130, 1.769538");
|
|
}
|
|
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.014109, 0.022917, 0.053825, 0.201833, 0.839812",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.839812",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.839812",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.839812",\
|
|
"0.014109, 0.022917, 0.053825, 0.201833, 0.839812");
|
|
}
|
|
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 ( "1.801782, 1.808831, 1.826090, 1.877364, 2.057971",\
|
|
"1.801782, 1.808831, 1.826090, 1.877364, 2.057971",\
|
|
"1.798862, 1.805911, 1.823170, 1.874444, 2.055051",\
|
|
"1.683822, 1.690872, 1.708130, 1.759405, 1.940012",\
|
|
"1.209849, 1.216899, 1.234157, 1.285432, 1.466039");
|
|
}
|
|
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.014205, 0.019080, 0.032450, 0.087403, 0.334908",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.334908",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.334908",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.334908",\
|
|
"0.014205, 0.019080, 0.032450, 0.087403, 0.334908");
|
|
}
|
|
|
|
} /* 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 ( "1.816520, 1.825454, 1.851272, 1.957029, 2.397272",\
|
|
"1.915960, 1.924894, 1.950712, 2.056470, 2.496713",\
|
|
"1.989298, 1.998232, 2.024050, 2.129808, 2.570050",\
|
|
"2.105165, 2.114099, 2.139916, 2.245674, 2.685917",\
|
|
"2.582818, 2.591751, 2.617569, 2.723327, 3.163570");
|
|
}
|
|
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.014118, 0.022925, 0.053828, 0.201827, 0.849002",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.849002",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.849002",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.849002",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.849002");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.817027, 1.824074, 1.841336, 1.892632, 2.078218",\
|
|
"1.916467, 1.923515, 1.940776, 1.992073, 2.177658",\
|
|
"1.989805, 1.996852, 2.014114, 2.065410, 2.250996",\
|
|
"2.105672, 2.112719, 2.129980, 2.181277, 2.366862",\
|
|
"2.583320, 2.590367, 2.607628, 2.658925, 2.844510");
|
|
}
|
|
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.014210, 0.019083, 0.032447, 0.087384, 0.344459",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.344459",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.344459",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.344459",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.344459");
|
|
}
|
|
|
|
} /* 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 ( "1.800074, 1.809008, 1.834826, 1.940584, 2.375962",\
|
|
"1.800074, 1.809008, 1.834826, 1.940584, 2.375962",\
|
|
"1.797154, 1.806088, 1.831906, 1.937663, 2.373042",\
|
|
"1.682114, 1.691048, 1.716866, 1.822624, 2.258003",\
|
|
"1.208147, 1.217081, 1.242899, 1.348656, 1.784035");
|
|
}
|
|
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.014118, 0.022925, 0.053828, 0.201827, 0.839791",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.839791",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.839791",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.839791",\
|
|
"0.014118, 0.022925, 0.053828, 0.201827, 0.839791");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "1.810589, 1.817636, 1.834898, 1.886194, 2.066769",\
|
|
"1.810589, 1.817636, 1.834898, 1.886194, 2.066769",\
|
|
"1.807668, 1.814716, 1.831977, 1.883274, 2.063848",\
|
|
"1.692629, 1.699677, 1.716938, 1.768235, 1.948810",\
|
|
"1.218656, 1.225703, 1.242965, 1.294261, 1.474836");
|
|
}
|
|
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.014210, 0.019083, 0.032447, 0.087384, 0.334913",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.334913",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.334913",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.334913",\
|
|
"0.014210, 0.019083, 0.032447, 0.087384, 0.334913");
|
|
}
|
|
|
|
} /* 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 ( "1.788928, 1.797869, 1.823684, 1.929420, 2.369549",\
|
|
"1.888369, 1.897309, 1.923124, 2.028860, 2.468990",\
|
|
"1.961706, 1.970647, 1.996462, 2.102198, 2.542327",\
|
|
"2.077573, 2.086514, 2.112329, 2.218065, 2.658194",\
|
|
"2.555226, 2.564167, 2.589982, 2.695718, 3.135848");
|
|
}
|
|
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.014094, 0.022904, 0.053810, 0.201826, 0.848708",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.848708",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.848708",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.848708",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.848708");
|
|
}
|
|
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 ( "1.795597, 1.802652, 1.819914, 1.871189, 2.056648",\
|
|
"1.895038, 1.902093, 1.919355, 1.970630, 2.156089",\
|
|
"1.968376, 1.975431, 1.992692, 2.043967, 2.229426",\
|
|
"2.084242, 2.091297, 2.108559, 2.159834, 2.345293",\
|
|
"2.561890, 2.568945, 2.586206, 2.637481, 2.822940");
|
|
}
|
|
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.014196, 0.019074, 0.032444, 0.087398, 0.344149",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.344149",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.344149",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.344149",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.344149");
|
|
}
|
|
|
|
} /* 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 ( "1.776786, 1.785726, 1.811541, 1.917278, 2.352700",\
|
|
"1.776786, 1.785726, 1.811541, 1.917278, 2.352700",\
|
|
"1.773865, 1.782806, 1.808621, 1.914357, 2.349780",\
|
|
"1.658826, 1.667767, 1.693582, 1.799318, 2.234741",\
|
|
"1.184859, 1.193800, 1.219615, 1.325351, 1.760774");
|
|
}
|
|
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.014094, 0.022904, 0.053810, 0.201826, 0.839795",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.839795",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.839795",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.839795",\
|
|
"0.014094, 0.022904, 0.053810, 0.201826, 0.839795");
|
|
}
|
|
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 ( "1.790729, 1.797784, 1.815045, 1.866321, 2.046931",\
|
|
"1.790729, 1.797784, 1.815045, 1.866321, 2.046931",\
|
|
"1.787809, 1.794864, 1.812125, 1.863401, 2.044011",\
|
|
"1.672770, 1.679825, 1.697086, 1.748361, 1.928972",\
|
|
"1.198797, 1.205852, 1.223113, 1.274388, 1.454999");
|
|
}
|
|
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.014196, 0.019074, 0.032444, 0.087398, 0.334911",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.334911",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.334911",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.334911",\
|
|
"0.014196, 0.019074, 0.032444, 0.087398, 0.334911");
|
|
}
|
|
|
|
} /* 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 ( "1.816463, 1.824540, 1.850353, 1.956113, 2.396324",\
|
|
"1.915904, 1.923981, 1.949794, 2.055554, 2.495765",\
|
|
"1.989242, 1.997319, 2.023132, 2.128891, 2.569103",\
|
|
"2.105072, 2.113149, 2.138962, 2.244721, 2.684932",\
|
|
"2.582644, 2.590722, 2.616535, 2.722294, 3.162505");
|
|
}
|
|
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.014161, 0.022963, 0.053869, 0.201861, 0.849016",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.849016",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.849016",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.849016",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.849016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "1.826024, 1.832328, 1.849581, 1.900876, 2.086450",\
|
|
"1.925465, 1.931769, 1.949022, 2.000317, 2.185891",\
|
|
"1.998803, 2.005106, 2.022360, 2.073655, 2.259228",\
|
|
"2.114633, 2.120937, 2.138191, 2.189485, 2.375059",\
|
|
"2.592190, 2.598493, 2.615747, 2.667041, 2.852615");
|
|
}
|
|
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.014236, 0.019100, 0.032462, 0.087400, 0.344458",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.344458",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.344458",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.344458",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.344458");
|
|
}
|
|
|
|
} /* 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 ( "1.806331, 1.815250, 1.841063, 1.946823, 2.382170",\
|
|
"1.806331, 1.815250, 1.841063, 1.946823, 2.382170",\
|
|
"1.803411, 1.812330, 1.838143, 1.943903, 2.379250",\
|
|
"1.688336, 1.697255, 1.723068, 1.828827, 2.264174",\
|
|
"1.214287, 1.223206, 1.249019, 1.354779, 1.790126");
|
|
}
|
|
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.014161, 0.022963, 0.053869, 0.201861, 0.839805",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.839805",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.839805",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.839805",\
|
|
"0.014161, 0.022963, 0.053869, 0.201861, 0.839805");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "1.820487, 1.827519, 1.844773, 1.896067, 2.076631",\
|
|
"1.820487, 1.827519, 1.844773, 1.896067, 2.076631",\
|
|
"1.817568, 1.824599, 1.841853, 1.893147, 2.073711",\
|
|
"1.702492, 1.709523, 1.726777, 1.778072, 1.958635",\
|
|
"1.228428, 1.235459, 1.252713, 1.304008, 1.484571");
|
|
}
|
|
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.014236, 0.019100, 0.032462, 0.087400, 0.334910",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.334910",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.334910",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.334910",\
|
|
"0.014236, 0.019100, 0.032462, 0.087400, 0.334910");
|
|
}
|
|
|
|
} /* 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 ( "1.821724, 1.830650, 1.856417, 1.961945, 2.400860",\
|
|
"1.921165, 1.930091, 1.955858, 2.061386, 2.500301",\
|
|
"1.994502, 2.003429, 2.029196, 2.134723, 2.573638",\
|
|
"2.110369, 2.119295, 2.145062, 2.250590, 2.689505",\
|
|
"2.588022, 2.596948, 2.622715, 2.728243, 3.167158");
|
|
}
|
|
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.014097, 0.022918, 0.053864, 0.202043, 0.845933",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.845933",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.845933",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.845933",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.845933");
|
|
}
|
|
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 ( "1.820202, 1.827243, 1.844458, 1.895521, 2.079728",\
|
|
"1.919642, 1.926683, 1.943899, 1.994962, 2.179168",\
|
|
"1.992980, 2.000021, 2.017236, 2.068300, 2.252506",\
|
|
"2.108846, 2.115887, 2.133103, 2.184166, 2.368372",\
|
|
"2.586493, 2.593535, 2.610750, 2.661813, 2.846020");
|
|
}
|
|
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.014199, 0.019086, 0.032494, 0.087612, 0.341240",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.341240",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.341240",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.341240",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.341240");
|
|
}
|
|
|
|
} /* 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 ( "1.798609, 1.807536, 1.833303, 1.938831, 2.374516",\
|
|
"1.798609, 1.807536, 1.833303, 1.938831, 2.374516",\
|
|
"1.795689, 1.804615, 1.830383, 1.935910, 2.371595",\
|
|
"1.680650, 1.689576, 1.715343, 1.820871, 2.256556",\
|
|
"1.206682, 1.215609, 1.241376, 1.346903, 1.782588");
|
|
}
|
|
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.014097, 0.022918, 0.053864, 0.202043, 0.839817",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.839817",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.839817",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.839817",\
|
|
"0.014097, 0.022918, 0.053864, 0.202043, 0.839817");
|
|
}
|
|
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 ( "1.813270, 1.820311, 1.837527, 1.888590, 2.069470",\
|
|
"1.813270, 1.820311, 1.837527, 1.888590, 2.069470",\
|
|
"1.810350, 1.817391, 1.834606, 1.885670, 2.066550",\
|
|
"1.695311, 1.702352, 1.719567, 1.770630, 1.951511",\
|
|
"1.221338, 1.228379, 1.245594, 1.296657, 1.477538");
|
|
}
|
|
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.014199, 0.019086, 0.032494, 0.087612, 0.334906",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.334906",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.334906",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.334906",\
|
|
"0.014199, 0.019086, 0.032494, 0.087612, 0.334906");
|
|
}
|
|
|
|
} /* 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 ( "1.831838, 1.839678, 1.865482, 1.971254, 2.411429",\
|
|
"1.931279, 1.939119, 1.964923, 2.070695, 2.510870",\
|
|
"2.004616, 2.012456, 2.038260, 2.144032, 2.584207",\
|
|
"2.120483, 2.128323, 2.154127, 2.259899, 2.700074",\
|
|
"2.598131, 2.605971, 2.631775, 2.737547, 3.177722");
|
|
}
|
|
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.014180, 0.022982, 0.053891, 0.201845, 0.849097",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.849097",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.849097",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.849097",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.849097");
|
|
}
|
|
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 ( "1.838031, 1.844370, 1.861621, 1.912915, 2.098485",\
|
|
"1.937472, 1.943811, 1.961062, 2.012356, 2.197926",\
|
|
"2.010809, 2.017148, 2.034399, 2.085693, 2.271263",\
|
|
"2.126676, 2.133015, 2.150266, 2.201560, 2.387130",\
|
|
"2.604317, 2.610656, 2.627908, 2.679201, 2.864771");
|
|
}
|
|
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.014249, 0.019106, 0.032474, 0.087407, 0.344437",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.344437",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.344437",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.344437",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.344437");
|
|
}
|
|
|
|
} /* 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 ( "1.817272, 1.826183, 1.851987, 1.957759, 2.393070",\
|
|
"1.817272, 1.826183, 1.851987, 1.957759, 2.393070",\
|
|
"1.814352, 1.823263, 1.849067, 1.954839, 2.390150",\
|
|
"1.699313, 1.708223, 1.734027, 1.839799, 2.275111",\
|
|
"1.225340, 1.234251, 1.260055, 1.365827, 1.801139");
|
|
}
|
|
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.014180, 0.022982, 0.053891, 0.201845, 0.839885",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.839885",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.839885",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.839885",\
|
|
"0.014180, 0.022982, 0.053891, 0.201845, 0.839885");
|
|
}
|
|
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 ( "1.831489, 1.838514, 1.855765, 1.907058, 2.087618",\
|
|
"1.831489, 1.838514, 1.855765, 1.907058, 2.087618",\
|
|
"1.828569, 1.835593, 1.852844, 1.904138, 2.084698",\
|
|
"1.713530, 1.720554, 1.737805, 1.789099, 1.969659",\
|
|
"1.239550, 1.246575, 1.263826, 1.315120, 1.495679");
|
|
}
|
|
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.014249, 0.019106, 0.032474, 0.087407, 0.334890",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.334890",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.334890",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.334890",\
|
|
"0.014249, 0.019106, 0.032474, 0.087407, 0.334890");
|
|
}
|
|
|
|
} /* 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 ( "1.810990, 1.819921, 1.845726, 1.951476, 2.391566",\
|
|
"1.910430, 1.919361, 1.945167, 2.050916, 2.491007",\
|
|
"1.983768, 1.992699, 2.018504, 2.124254, 2.564344",\
|
|
"2.099635, 2.108566, 2.134371, 2.240120, 2.680211",\
|
|
"2.577288, 2.586219, 2.612025, 2.717774, 3.157865");
|
|
}
|
|
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.014116, 0.022925, 0.053836, 0.201811, 0.848793",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.848793",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.848793",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.848793",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.848793");
|
|
}
|
|
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 ( "1.817004, 1.824051, 1.841309, 1.892583, 2.078038",\
|
|
"1.916445, 1.923492, 1.940750, 1.992024, 2.177478",\
|
|
"1.989782, 1.996829, 2.014087, 2.065361, 2.250816",\
|
|
"2.105649, 2.112696, 2.129954, 2.181228, 2.366682",\
|
|
"2.583297, 2.590344, 2.607602, 2.658876, 2.844331");
|
|
}
|
|
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.014211, 0.019082, 0.032456, 0.087406, 0.344130",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.344130",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.344130",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.344130",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.344130");
|
|
}
|
|
|
|
} /* 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 ( "1.802095, 1.811026, 1.836831, 1.942580, 2.377964",\
|
|
"1.802095, 1.811026, 1.836831, 1.942580, 2.377964",\
|
|
"1.799174, 1.808105, 1.833911, 1.939660, 2.375044",\
|
|
"1.684135, 1.693066, 1.718871, 1.824621, 2.260005",\
|
|
"1.210168, 1.219099, 1.244905, 1.350654, 1.786038");
|
|
}
|
|
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.014116, 0.022925, 0.053836, 0.201811, 0.839879",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.839879",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.839879",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.839879",\
|
|
"0.014116, 0.022925, 0.053836, 0.201811, 0.839879");
|
|
}
|
|
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 ( "1.813404, 1.820451, 1.837709, 1.888983, 2.069589",\
|
|
"1.813404, 1.820451, 1.837709, 1.888983, 2.069589",\
|
|
"1.810484, 1.817531, 1.834788, 1.886063, 2.066669",\
|
|
"1.695444, 1.702491, 1.719749, 1.771023, 1.951629",\
|
|
"1.221472, 1.228518, 1.245776, 1.297051, 1.477657");
|
|
}
|
|
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.014211, 0.019082, 0.032456, 0.087406, 0.334892",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.334892",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.334892",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.334892",\
|
|
"0.014211, 0.019082, 0.032456, 0.087406, 0.334892");
|
|
}
|
|
|
|
} /* 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 ( "1.798494, 1.806719, 1.832520, 1.938300, 2.378480",\
|
|
"1.897934, 1.906159, 1.931960, 2.037740, 2.477920",\
|
|
"1.971272, 1.979497, 2.005298, 2.111078, 2.551258",\
|
|
"2.087138, 2.095364, 2.121165, 2.226944, 2.667125",\
|
|
"2.564792, 2.573017, 2.598818, 2.704598, 3.144778");
|
|
}
|
|
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.014165, 0.022969, 0.053878, 0.201810, 0.849155",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.849155",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.849155",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.849155",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.849155");
|
|
}
|
|
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 ( "1.804219, 1.810668, 1.827923, 1.879218, 2.064795",\
|
|
"1.903660, 1.910109, 1.927364, 1.978659, 2.164235",\
|
|
"1.976998, 1.983447, 2.000701, 2.051996, 2.237573",\
|
|
"2.092865, 2.099313, 2.116568, 2.167863, 2.353440",\
|
|
"2.570513, 2.576962, 2.594216, 2.645511, 2.831088");
|
|
}
|
|
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.014239, 0.019098, 0.032471, 0.087400, 0.344422",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.344422",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.344422",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.344422",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.344422");
|
|
}
|
|
|
|
} /* 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 ( "1.782287, 1.791203, 1.817004, 1.922784, 2.358100",\
|
|
"1.782287, 1.791203, 1.817004, 1.922784, 2.358100",\
|
|
"1.779366, 1.788282, 1.814083, 1.919863, 2.355180",\
|
|
"1.664327, 1.673243, 1.699044, 1.804824, 2.240140",\
|
|
"1.190360, 1.199276, 1.225077, 1.330857, 1.766173");
|
|
}
|
|
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.014165, 0.022969, 0.053878, 0.201810, 0.839944",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.839944",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.839944",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.839944",\
|
|
"0.014165, 0.022969, 0.053878, 0.201810, 0.839944");
|
|
}
|
|
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 ( "1.798973, 1.806005, 1.823259, 1.874554, 2.055120",\
|
|
"1.798973, 1.806005, 1.823259, 1.874554, 2.055120",\
|
|
"1.796053, 1.803084, 1.820339, 1.871634, 2.052200",\
|
|
"1.681014, 1.688045, 1.705300, 1.756595, 1.937161",\
|
|
"1.207041, 1.214072, 1.231327, 1.282622, 1.463188");
|
|
}
|
|
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.014239, 0.019098, 0.032471, 0.087400, 0.334875",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.334875",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.334875",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.334875",\
|
|
"0.014239, 0.019098, 0.032471, 0.087400, 0.334875");
|
|
}
|
|
|
|
} /* 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 ( "1.804434, 1.813181, 1.839026, 1.946158, 2.387600",\
|
|
"1.903875, 1.912622, 1.938467, 2.045599, 2.487041",\
|
|
"1.977212, 1.985959, 2.011804, 2.118936, 2.560378",\
|
|
"2.093079, 2.101826, 2.127671, 2.234803, 2.676245",\
|
|
"2.570733, 2.579480, 2.605325, 2.712456, 3.153898");
|
|
}
|
|
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.014748, 0.023474, 0.054323, 0.207494, 0.855072",\
|
|
"0.014748, 0.023474, 0.054323, 0.207494, 0.855072",\
|
|
"0.014748, 0.023474, 0.054323, 0.207494, 0.855072",\
|
|
"0.014748, 0.023474, 0.054323, 0.207494, 0.855072",\
|
|
"0.014748, 0.023474, 0.054323, 0.207494, 0.855072");
|
|
}
|
|
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 ( "1.818359, 1.825201, 1.842443, 1.894765, 2.078397",\
|
|
"1.917799, 1.924641, 1.941884, 1.994205, 2.177837",\
|
|
"1.991137, 1.997979, 2.015222, 2.067543, 2.251175",\
|
|
"2.107003, 2.113846, 2.131088, 2.183409, 2.367041",\
|
|
"2.584651, 2.591494, 2.608736, 2.661057, 2.844689");
|
|
}
|
|
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.014581, 0.019305, 0.032575, 0.092207, 0.348311",\
|
|
"0.014581, 0.019305, 0.032575, 0.092207, 0.348311",\
|
|
"0.014581, 0.019305, 0.032575, 0.092207, 0.348311",\
|
|
"0.014581, 0.019305, 0.032575, 0.092207, 0.348311",\
|
|
"0.014581, 0.019305, 0.032575, 0.092207, 0.348311");
|
|
}
|
|
|
|
} /* 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 ( "1.782422, 1.791169, 1.817014, 1.922274, 2.357593",\
|
|
"1.782422, 1.791169, 1.817014, 1.922274, 2.357593",\
|
|
"1.779502, 1.788249, 1.814094, 1.919353, 2.354673",\
|
|
"1.664462, 1.673210, 1.699055, 1.804314, 2.239634",\
|
|
"1.190496, 1.199243, 1.225088, 1.330348, 1.765667");
|
|
}
|
|
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.014748, 0.023474, 0.054323, 0.203968, 0.839939",\
|
|
"0.014748, 0.023474, 0.054323, 0.203968, 0.839939",\
|
|
"0.014748, 0.023474, 0.054323, 0.203968, 0.839939",\
|
|
"0.014748, 0.023474, 0.054323, 0.203968, 0.839939",\
|
|
"0.014748, 0.023474, 0.054323, 0.203968, 0.839939");
|
|
}
|
|
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 ( "1.813898, 1.820740, 1.837983, 1.888426, 2.069531",\
|
|
"1.813898, 1.820740, 1.837983, 1.888426, 2.069531",\
|
|
"1.810978, 1.817820, 1.835063, 1.885506, 2.066611",\
|
|
"1.695938, 1.702781, 1.720023, 1.770467, 1.951571",\
|
|
"1.221965, 1.228808, 1.246050, 1.296493, 1.477598");
|
|
}
|
|
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.014581, 0.019305, 0.032575, 0.088669, 0.334877",\
|
|
"0.014581, 0.019305, 0.032575, 0.088669, 0.334877",\
|
|
"0.014581, 0.019305, 0.032575, 0.088669, 0.334877",\
|
|
"0.014581, 0.019305, 0.032575, 0.088669, 0.334877",\
|
|
"0.014581, 0.019305, 0.032575, 0.088669, 0.334877");
|
|
}
|
|
|
|
} /* 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 ( "1.777683, 1.786137, 1.811845, 1.918699, 2.358445",\
|
|
"1.877123, 1.885578, 1.911286, 2.018140, 2.457886",\
|
|
"1.950461, 1.958915, 1.984623, 2.091477, 2.531224",\
|
|
"2.066327, 2.074782, 2.100490, 2.207344, 2.647090",\
|
|
"2.543981, 2.552435, 2.578144, 2.684997, 3.124744");
|
|
}
|
|
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.015752, 0.024414, 0.055315, 0.207844, 0.852464",\
|
|
"0.015752, 0.024414, 0.055315, 0.207844, 0.852464",\
|
|
"0.015752, 0.024414, 0.055315, 0.207844, 0.852464",\
|
|
"0.015752, 0.024414, 0.055315, 0.207844, 0.852464",\
|
|
"0.015752, 0.024414, 0.055315, 0.207844, 0.852464");
|
|
}
|
|
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 ( "1.793039, 1.799545, 1.816560, 1.868562, 2.051529",\
|
|
"1.892479, 1.898986, 1.916000, 1.968002, 2.150970",\
|
|
"1.965817, 1.972323, 1.989338, 2.041340, 2.224307",\
|
|
"2.081684, 2.088190, 2.105205, 2.157207, 2.340174",\
|
|
"2.559331, 2.565838, 2.582852, 2.634854, 2.817822");
|
|
}
|
|
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.015140, 0.019707, 0.032973, 0.091949, 0.345883",\
|
|
"0.015140, 0.019707, 0.032973, 0.091949, 0.345883",\
|
|
"0.015140, 0.019707, 0.032973, 0.091949, 0.345883",\
|
|
"0.015140, 0.019707, 0.032973, 0.091949, 0.345883",\
|
|
"0.015140, 0.019707, 0.032973, 0.091949, 0.345883");
|
|
}
|
|
|
|
} /* 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 ( "1.766344, 1.774799, 1.800507, 1.905812, 2.340537",\
|
|
"1.766344, 1.774799, 1.800507, 1.905812, 2.340537",\
|
|
"1.763424, 1.771879, 1.797587, 1.902892, 2.337617",\
|
|
"1.648385, 1.656839, 1.682548, 1.787853, 2.222578",\
|
|
"1.174418, 1.182873, 1.208581, 1.313886, 1.748611");
|
|
}
|
|
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.015752, 0.024414, 0.055315, 0.204941, 0.840043",\
|
|
"0.015752, 0.024414, 0.055315, 0.204941, 0.840043",\
|
|
"0.015752, 0.024414, 0.055315, 0.204941, 0.840043",\
|
|
"0.015752, 0.024414, 0.055315, 0.204941, 0.840043",\
|
|
"0.015752, 0.024414, 0.055315, 0.204941, 0.840043");
|
|
}
|
|
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 ( "1.786197, 1.792703, 1.809718, 1.860167, 2.041004",\
|
|
"1.786197, 1.792703, 1.809718, 1.860167, 2.041004",\
|
|
"1.783277, 1.789783, 1.806797, 1.857247, 2.038084",\
|
|
"1.668237, 1.674744, 1.691758, 1.742208, 1.923045",\
|
|
"1.194264, 1.200770, 1.217785, 1.268235, 1.449071");
|
|
}
|
|
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.015140, 0.019707, 0.032973, 0.089037, 0.334845",\
|
|
"0.015140, 0.019707, 0.032973, 0.089037, 0.334845",\
|
|
"0.015140, 0.019707, 0.032973, 0.089037, 0.334845",\
|
|
"0.015140, 0.019707, 0.032973, 0.089037, 0.334845",\
|
|
"0.015140, 0.019707, 0.032973, 0.089037, 0.334845");
|
|
}
|
|
|
|
} /* 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 ( "1.784407, 1.792943, 1.818724, 1.925772, 2.366513",\
|
|
"1.883848, 1.892384, 1.918165, 2.025213, 2.465954",\
|
|
"1.957185, 1.965721, 1.991502, 2.098551, 2.539291",\
|
|
"2.073052, 2.081588, 2.107369, 2.214417, 2.655158",\
|
|
"2.550704, 2.559241, 2.585021, 2.692070, 3.132810");
|
|
}
|
|
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.015370, 0.024039, 0.054914, 0.207940, 0.854276",\
|
|
"0.015370, 0.024039, 0.054914, 0.207940, 0.854276",\
|
|
"0.015370, 0.024039, 0.054914, 0.207940, 0.854276",\
|
|
"0.015370, 0.024039, 0.054914, 0.207940, 0.854276",\
|
|
"0.015370, 0.024039, 0.054914, 0.207940, 0.854276");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.797744, 1.804353, 1.821468, 1.873688, 2.057043",\
|
|
"1.897184, 1.903794, 1.920908, 1.973129, 2.156484",\
|
|
"1.970522, 1.977131, 1.994246, 2.046466, 2.229821",\
|
|
"2.086389, 2.092998, 2.110113, 2.162333, 2.345688",\
|
|
"2.564034, 2.570643, 2.587758, 2.639979, 2.823334");
|
|
}
|
|
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.014948, 0.019554, 0.032801, 0.092270, 0.347665",\
|
|
"0.014948, 0.019554, 0.032801, 0.092270, 0.347665",\
|
|
"0.014948, 0.019554, 0.032801, 0.092270, 0.347665",\
|
|
"0.014948, 0.019554, 0.032801, 0.092270, 0.347665",\
|
|
"0.014948, 0.019554, 0.032801, 0.092270, 0.347665");
|
|
}
|
|
|
|
} /* 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 ( "1.772399, 1.780935, 1.806716, 1.911976, 2.346898",\
|
|
"1.772399, 1.780935, 1.806716, 1.911976, 2.346898",\
|
|
"1.769479, 1.778015, 1.803796, 1.909055, 2.343978",\
|
|
"1.654439, 1.662976, 1.688757, 1.794016, 2.228939",\
|
|
"1.180471, 1.189007, 1.214788, 1.320047, 1.754970");
|
|
}
|
|
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.015370, 0.024039, 0.054914, 0.204581, 0.839887",\
|
|
"0.015370, 0.024039, 0.054914, 0.204581, 0.839887",\
|
|
"0.015370, 0.024039, 0.054914, 0.204581, 0.839887",\
|
|
"0.015370, 0.024039, 0.054914, 0.204581, 0.839887",\
|
|
"0.015370, 0.024039, 0.054914, 0.204581, 0.839887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "1.792550, 1.799159, 1.816273, 1.866700, 2.047635",\
|
|
"1.792550, 1.799159, 1.816273, 1.866700, 2.047635",\
|
|
"1.789629, 1.796239, 1.813353, 1.863780, 2.044714",\
|
|
"1.674590, 1.681199, 1.698314, 1.748741, 1.929675",\
|
|
"1.200615, 1.207224, 1.224339, 1.274766, 1.455700");
|
|
}
|
|
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.014948, 0.019554, 0.032801, 0.088899, 0.334887",\
|
|
"0.014948, 0.019554, 0.032801, 0.088899, 0.334887",\
|
|
"0.014948, 0.019554, 0.032801, 0.088899, 0.334887",\
|
|
"0.014948, 0.019554, 0.032801, 0.088899, 0.334887",\
|
|
"0.014948, 0.019554, 0.032801, 0.088899, 0.334887");
|
|
}
|
|
|
|
} /* 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 ( "1.775642, 1.783177, 1.808939, 1.915901, 2.356281",\
|
|
"1.875083, 1.882618, 1.908379, 2.015342, 2.455722",\
|
|
"1.948420, 1.955956, 1.981717, 2.088680, 2.529060",\
|
|
"2.064251, 2.071786, 2.097548, 2.204510, 2.644890",\
|
|
"2.541824, 2.549359, 2.575120, 2.682083, 3.122463");
|
|
}
|
|
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.015379, 0.024052, 0.054937, 0.207721, 0.853458",\
|
|
"0.015379, 0.024052, 0.054937, 0.207721, 0.853458",\
|
|
"0.015379, 0.024052, 0.054937, 0.207721, 0.853458",\
|
|
"0.015379, 0.024052, 0.054937, 0.207721, 0.853458",\
|
|
"0.015379, 0.024052, 0.054937, 0.207721, 0.853458");
|
|
}
|
|
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 ( "1.786924, 1.793032, 1.810132, 1.862259, 2.045485",\
|
|
"1.886365, 1.892473, 1.909573, 1.961700, 2.144926",\
|
|
"1.959703, 1.965810, 1.982911, 2.035038, 2.218263",\
|
|
"2.075533, 2.081640, 2.098741, 2.150867, 2.334094",\
|
|
"2.553090, 2.559198, 2.576298, 2.628425, 2.811651");
|
|
}
|
|
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.014947, 0.019557, 0.032821, 0.092063, 0.346858",\
|
|
"0.014947, 0.019557, 0.032821, 0.092063, 0.346858",\
|
|
"0.014947, 0.019557, 0.032821, 0.092063, 0.346858",\
|
|
"0.014947, 0.019557, 0.032821, 0.092063, 0.346858",\
|
|
"0.014947, 0.019557, 0.032821, 0.092063, 0.346858");
|
|
}
|
|
|
|
} /* 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 ( "1.766992, 1.775524, 1.801285, 1.906571, 2.341494",\
|
|
"1.766992, 1.775524, 1.801285, 1.906571, 2.341494",\
|
|
"1.764072, 1.772604, 1.798365, 1.903651, 2.338574",\
|
|
"1.648996, 1.657529, 1.683290, 1.788576, 2.223499",\
|
|
"1.174949, 1.183481, 1.209242, 1.314528, 1.749451");
|
|
}
|
|
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.015379, 0.024052, 0.054937, 0.204568, 0.839960",\
|
|
"0.015379, 0.024052, 0.054937, 0.204568, 0.839960",\
|
|
"0.015379, 0.024052, 0.054937, 0.204568, 0.839960",\
|
|
"0.015379, 0.024052, 0.054937, 0.204568, 0.839960",\
|
|
"0.015379, 0.024052, 0.054937, 0.204568, 0.839960");
|
|
}
|
|
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 ( "1.782806, 1.789411, 1.806511, 1.856957, 2.037893",\
|
|
"1.782806, 1.789411, 1.806511, 1.856957, 2.037893",\
|
|
"1.779886, 1.786491, 1.803591, 1.854037, 2.034973",\
|
|
"1.664811, 1.671416, 1.688516, 1.738962, 1.919897",\
|
|
"1.190747, 1.197352, 1.214453, 1.264898, 1.445834");
|
|
}
|
|
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.014947, 0.019557, 0.032821, 0.088899, 0.334869",\
|
|
"0.014947, 0.019557, 0.032821, 0.088899, 0.334869",\
|
|
"0.014947, 0.019557, 0.032821, 0.088899, 0.334869",\
|
|
"0.014947, 0.019557, 0.032821, 0.088899, 0.334869",\
|
|
"0.014947, 0.019557, 0.032821, 0.088899, 0.334869");
|
|
}
|
|
|
|
} /* 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 ( "1.797559, 1.804232, 1.829977, 1.936970, 2.377353",\
|
|
"1.896999, 1.903672, 1.929417, 2.036410, 2.476794",\
|
|
"1.970337, 1.977010, 2.002755, 2.109748, 2.550131",\
|
|
"2.086204, 2.092876, 2.118622, 2.225614, 2.665998",\
|
|
"2.563858, 2.570530, 2.596276, 2.703268, 3.143652");
|
|
}
|
|
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.015599, 0.024261, 0.055143, 0.208014, 0.853807",\
|
|
"0.015599, 0.024261, 0.055143, 0.208014, 0.853807",\
|
|
"0.015599, 0.024261, 0.055143, 0.208014, 0.853807",\
|
|
"0.015599, 0.024261, 0.055143, 0.208014, 0.853807",\
|
|
"0.015599, 0.024261, 0.055143, 0.208014, 0.853807");
|
|
}
|
|
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 ( "1.817741, 1.823042, 1.840107, 1.892255, 2.075463",\
|
|
"1.917181, 1.922482, 1.939547, 1.991695, 2.174904",\
|
|
"1.990519, 1.995820, 2.012885, 2.065033, 2.248241",\
|
|
"2.106386, 2.111686, 2.128752, 2.180900, 2.364108",\
|
|
"2.584033, 2.589334, 2.606399, 2.658547, 2.841756");
|
|
}
|
|
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.015061, 0.019642, 0.032894, 0.092218, 0.347110",\
|
|
"0.015061, 0.019642, 0.032894, 0.092218, 0.347110",\
|
|
"0.015061, 0.019642, 0.032894, 0.092218, 0.347110",\
|
|
"0.015061, 0.019642, 0.032894, 0.092218, 0.347110",\
|
|
"0.015061, 0.019642, 0.032894, 0.092218, 0.347110");
|
|
}
|
|
|
|
} /* 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 ( "1.779180, 1.787669, 1.813414, 1.918691, 2.353499",\
|
|
"1.779180, 1.787669, 1.813414, 1.918691, 2.353499",\
|
|
"1.776260, 1.784748, 1.810494, 1.915771, 2.350579",\
|
|
"1.661220, 1.669709, 1.695454, 1.800732, 2.235540",\
|
|
"1.187254, 1.195743, 1.221488, 1.326765, 1.761574");
|
|
}
|
|
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.015599, 0.024261, 0.055143, 0.204788, 0.840011",\
|
|
"0.015599, 0.024261, 0.055143, 0.204788, 0.840011",\
|
|
"0.015599, 0.024261, 0.055143, 0.204788, 0.840011",\
|
|
"0.015599, 0.024261, 0.055143, 0.204788, 0.840011",\
|
|
"0.015599, 0.024261, 0.055143, 0.204788, 0.840011");
|
|
}
|
|
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 ( "1.803618, 1.810168, 1.827233, 1.877661, 2.058539",\
|
|
"1.803618, 1.810168, 1.827233, 1.877661, 2.058539",\
|
|
"1.800698, 1.807248, 1.824313, 1.874741, 2.055619",\
|
|
"1.685659, 1.692208, 1.709273, 1.759702, 1.940579",\
|
|
"1.211686, 1.218236, 1.235301, 1.285729, 1.466606");
|
|
}
|
|
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.015061, 0.019642, 0.032894, 0.088980, 0.334856",\
|
|
"0.015061, 0.019642, 0.032894, 0.088980, 0.334856",\
|
|
"0.015061, 0.019642, 0.032894, 0.088980, 0.334856",\
|
|
"0.015061, 0.019642, 0.032894, 0.088980, 0.334856",\
|
|
"0.015061, 0.019642, 0.032894, 0.088980, 0.334856");
|
|
}
|
|
|
|
} /* 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 ( "1.777208, 1.783467, 1.809217, 1.916170, 2.356432",\
|
|
"1.876649, 1.882907, 1.908658, 2.015611, 2.455873",\
|
|
"1.949986, 1.956245, 1.981995, 2.088948, 2.529211",\
|
|
"2.065853, 2.072112, 2.097862, 2.204815, 2.645078",\
|
|
"2.543507, 2.549766, 2.575516, 2.682469, 3.122732");
|
|
}
|
|
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.015538, 0.024204, 0.055096, 0.207907, 0.853384",\
|
|
"0.015538, 0.024204, 0.055096, 0.207907, 0.853384",\
|
|
"0.015538, 0.024204, 0.055096, 0.207907, 0.853384",\
|
|
"0.015538, 0.024204, 0.055096, 0.207907, 0.853384",\
|
|
"0.015538, 0.024204, 0.055096, 0.207907, 0.853384");
|
|
}
|
|
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 ( "1.790779, 1.795806, 1.812873, 1.864991, 2.048167",\
|
|
"1.890219, 1.895247, 1.912313, 1.964432, 2.147607",\
|
|
"1.963557, 1.968584, 1.985651, 2.037770, 2.220945",\
|
|
"2.079423, 2.084451, 2.101518, 2.153636, 2.336811",\
|
|
"2.557072, 2.562099, 2.579166, 2.631284, 2.814459");
|
|
}
|
|
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.015044, 0.019628, 0.032877, 0.092132, 0.346880",\
|
|
"0.015044, 0.019628, 0.032877, 0.092132, 0.346880",\
|
|
"0.015044, 0.019628, 0.032877, 0.092132, 0.346880",\
|
|
"0.015044, 0.019628, 0.032877, 0.092132, 0.346880",\
|
|
"0.015044, 0.019628, 0.032877, 0.092132, 0.346880");
|
|
}
|
|
|
|
} /* 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 ( "1.769097, 1.777591, 1.803341, 1.908617, 2.343424",\
|
|
"1.769097, 1.777591, 1.803341, 1.908617, 2.343424",\
|
|
"1.766176, 1.774671, 1.800421, 1.905697, 2.340504",\
|
|
"1.651137, 1.659631, 1.685382, 1.790658, 2.225465",\
|
|
"1.177171, 1.185665, 1.211416, 1.316691, 1.751498");
|
|
}
|
|
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.015538, 0.024204, 0.055096, 0.204751, 0.839885",\
|
|
"0.015538, 0.024204, 0.055096, 0.204751, 0.839885",\
|
|
"0.015538, 0.024204, 0.055096, 0.204751, 0.839885",\
|
|
"0.015538, 0.024204, 0.055096, 0.204751, 0.839885",\
|
|
"0.015538, 0.024204, 0.055096, 0.204751, 0.839885");
|
|
}
|
|
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 ( "1.783470, 1.790028, 1.807095, 1.857531, 2.038417",\
|
|
"1.783470, 1.790028, 1.807095, 1.857531, 2.038417",\
|
|
"1.780550, 1.787107, 1.804174, 1.854611, 2.035497",\
|
|
"1.665511, 1.672068, 1.689135, 1.739572, 1.920458",\
|
|
"1.191538, 1.198096, 1.215163, 1.265599, 1.446485");
|
|
}
|
|
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.015044, 0.019628, 0.032877, 0.088965, 0.334890",\
|
|
"0.015044, 0.019628, 0.032877, 0.088965, 0.334890",\
|
|
"0.015044, 0.019628, 0.032877, 0.088965, 0.334890",\
|
|
"0.015044, 0.019628, 0.032877, 0.088965, 0.334890",\
|
|
"0.015044, 0.019628, 0.032877, 0.088965, 0.334890");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[18] */
|
|
|
|
pin("wb_dat_o[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.762782, 1.769973, 1.795725, 1.902694, 2.343022",\
|
|
"1.862222, 1.869413, 1.895165, 2.002134, 2.442462",\
|
|
"1.935560, 1.942751, 1.968503, 2.075472, 2.515800",\
|
|
"2.051427, 2.058618, 2.084369, 2.191339, 2.631667",\
|
|
"2.529081, 2.536272, 2.562023, 2.668993, 3.109321");
|
|
}
|
|
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.015652, 0.024311, 0.055199, 0.208132, 0.853593",\
|
|
"0.015652, 0.024311, 0.055199, 0.208132, 0.853593",\
|
|
"0.015652, 0.024311, 0.055199, 0.208132, 0.853593",\
|
|
"0.015652, 0.024311, 0.055199, 0.208132, 0.853593",\
|
|
"0.015652, 0.024311, 0.055199, 0.208132, 0.853593");
|
|
}
|
|
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 ( "1.780946, 1.786772, 1.803820, 1.855965, 2.039148",\
|
|
"1.880386, 1.886212, 1.903261, 1.955405, 2.138588",\
|
|
"1.953724, 1.959550, 1.976598, 2.028743, 2.211926",\
|
|
"2.069591, 2.075416, 2.092465, 2.144609, 2.327792",\
|
|
"2.547239, 2.553064, 2.570113, 2.622257, 2.805440");
|
|
}
|
|
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.015111, 0.019675, 0.032910, 0.092249, 0.347164",\
|
|
"0.015111, 0.019675, 0.032910, 0.092249, 0.347164",\
|
|
"0.015111, 0.019675, 0.032910, 0.092249, 0.347164",\
|
|
"0.015111, 0.019675, 0.032910, 0.092249, 0.347164",\
|
|
"0.015111, 0.019675, 0.032910, 0.092249, 0.347164");
|
|
}
|
|
|
|
} /* 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 ( "1.747443, 1.755918, 1.781669, 1.886923, 2.321676",\
|
|
"1.747443, 1.755918, 1.781669, 1.886923, 2.321676",\
|
|
"1.744523, 1.752998, 1.778749, 1.884003, 2.318756",\
|
|
"1.629484, 1.637958, 1.663710, 1.768964, 2.203717",\
|
|
"1.155517, 1.163992, 1.189743, 1.294997, 1.729750");
|
|
}
|
|
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.015652, 0.024311, 0.055199, 0.204904, 0.839796",\
|
|
"0.015652, 0.024311, 0.055199, 0.204904, 0.839796",\
|
|
"0.015652, 0.024311, 0.055199, 0.204904, 0.839796",\
|
|
"0.015652, 0.024311, 0.055199, 0.204904, 0.839796",\
|
|
"0.015652, 0.024311, 0.055199, 0.204904, 0.839796");
|
|
}
|
|
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 ( "1.774478, 1.781007, 1.798056, 1.848480, 2.029331",\
|
|
"1.774478, 1.781007, 1.798056, 1.848480, 2.029331",\
|
|
"1.771558, 1.778087, 1.795135, 1.845559, 2.026410",\
|
|
"1.656519, 1.663048, 1.680096, 1.730520, 1.911371",\
|
|
"1.182546, 1.189075, 1.206124, 1.256548, 1.437399");
|
|
}
|
|
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.015111, 0.019675, 0.032910, 0.089010, 0.334911",\
|
|
"0.015111, 0.019675, 0.032910, 0.089010, 0.334911",\
|
|
"0.015111, 0.019675, 0.032910, 0.089010, 0.334911",\
|
|
"0.015111, 0.019675, 0.032910, 0.089010, 0.334911",\
|
|
"0.015111, 0.019675, 0.032910, 0.089010, 0.334911");
|
|
}
|
|
|
|
} /* 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 ( "1.732751, 1.741584, 1.767434, 1.874331, 2.315164",\
|
|
"1.832191, 1.841025, 1.866874, 1.973772, 2.414604",\
|
|
"1.905529, 1.914362, 1.940212, 2.047110, 2.487942",\
|
|
"2.021395, 2.030229, 2.056078, 2.162976, 2.603808",\
|
|
"2.499050, 2.507883, 2.533733, 2.640630, 3.081463");
|
|
}
|
|
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.014471, 0.023229, 0.054091, 0.206812, 0.852866",\
|
|
"0.014471, 0.023229, 0.054091, 0.206812, 0.852866",\
|
|
"0.014471, 0.023229, 0.054091, 0.206812, 0.852866",\
|
|
"0.014471, 0.023229, 0.054091, 0.206812, 0.852866",\
|
|
"0.014471, 0.023229, 0.054091, 0.206812, 0.852866");
|
|
}
|
|
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 ( "1.754947, 1.761881, 1.779140, 1.831259, 2.014671",\
|
|
"1.854387, 1.861321, 1.878581, 1.930700, 2.114112",\
|
|
"1.927725, 1.934659, 1.951918, 2.004037, 2.187449",\
|
|
"2.043591, 2.050526, 2.067785, 2.119904, 2.303316",\
|
|
"2.521239, 2.528174, 2.545433, 2.597552, 2.780964");
|
|
}
|
|
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.014419, 0.019207, 0.032505, 0.091622, 0.346533",\
|
|
"0.014419, 0.019207, 0.032505, 0.091622, 0.346533",\
|
|
"0.014419, 0.019207, 0.032505, 0.091622, 0.346533",\
|
|
"0.014419, 0.019207, 0.032505, 0.091622, 0.346533",\
|
|
"0.014419, 0.019207, 0.032505, 0.091622, 0.346533");
|
|
}
|
|
|
|
} /* 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 ( "1.731518, 1.740351, 1.766200, 1.871483, 2.307022",\
|
|
"1.731518, 1.740351, 1.766200, 1.871483, 2.307022",\
|
|
"1.728597, 1.737430, 1.763280, 1.868563, 2.304101",\
|
|
"1.613558, 1.622391, 1.648241, 1.753524, 2.189062",\
|
|
"1.139591, 1.148425, 1.174274, 1.279557, 1.715096");
|
|
}
|
|
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.014471, 0.023229, 0.054091, 0.203767, 0.839785",\
|
|
"0.014471, 0.023229, 0.054091, 0.203767, 0.839785",\
|
|
"0.014471, 0.023229, 0.054091, 0.203767, 0.839785",\
|
|
"0.014471, 0.023229, 0.054091, 0.203767, 0.839785",\
|
|
"0.014471, 0.023229, 0.054091, 0.203767, 0.839785");
|
|
}
|
|
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 ( "1.753713, 1.760648, 1.777907, 1.828407, 2.009583",\
|
|
"1.753713, 1.760648, 1.777907, 1.828407, 2.009583",\
|
|
"1.750793, 1.757727, 1.774987, 1.825487, 2.006663",\
|
|
"1.635754, 1.642688, 1.659947, 1.710448, 1.891624",\
|
|
"1.161781, 1.168715, 1.185975, 1.236475, 1.417651");
|
|
}
|
|
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.014419, 0.019207, 0.032505, 0.088567, 0.334913",\
|
|
"0.014419, 0.019207, 0.032505, 0.088567, 0.334913",\
|
|
"0.014419, 0.019207, 0.032505, 0.088567, 0.334913",\
|
|
"0.014419, 0.019207, 0.032505, 0.088567, 0.334913",\
|
|
"0.014419, 0.019207, 0.032505, 0.088567, 0.334913");
|
|
}
|
|
|
|
} /* 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 ( "1.514203, 1.522787, 1.548538, 1.655234, 2.094796",\
|
|
"1.613644, 1.622227, 1.647979, 1.754675, 2.194237",\
|
|
"1.686982, 1.695565, 1.721317, 1.828013, 2.267574",\
|
|
"1.802812, 1.811395, 1.837147, 1.943843, 2.383404",\
|
|
"2.280384, 2.288968, 2.314719, 2.421415, 2.860976");
|
|
}
|
|
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.015193, 0.023890, 0.054799, 0.207045, 0.850906",\
|
|
"0.015193, 0.023890, 0.054799, 0.207045, 0.850906",\
|
|
"0.015193, 0.023890, 0.054799, 0.207045, 0.850906",\
|
|
"0.015193, 0.023890, 0.054799, 0.207045, 0.850906",\
|
|
"0.015193, 0.023890, 0.054799, 0.207045, 0.850906");
|
|
}
|
|
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 ( "1.550212, 1.556872, 1.573965, 1.625853, 1.811504",\
|
|
"1.649653, 1.656313, 1.673406, 1.725294, 1.910944",\
|
|
"1.722991, 1.729650, 1.746744, 1.798632, 1.984282",\
|
|
"1.838821, 1.845481, 1.862574, 1.914462, 2.100112",\
|
|
"2.316378, 2.323038, 2.340131, 2.392019, 2.577669");
|
|
}
|
|
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.014849, 0.019499, 0.032787, 0.091434, 0.346443",\
|
|
"0.014849, 0.019499, 0.032787, 0.091434, 0.346443",\
|
|
"0.014849, 0.019499, 0.032787, 0.091434, 0.346443",\
|
|
"0.014849, 0.019499, 0.032787, 0.091434, 0.346443",\
|
|
"0.014849, 0.019499, 0.032787, 0.091434, 0.346443");
|
|
}
|
|
|
|
} /* 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 ( "1.501824, 1.510408, 1.536160, 1.641476, 2.076542",\
|
|
"1.501824, 1.510408, 1.536160, 1.641476, 2.076542",\
|
|
"1.498904, 1.507488, 1.533240, 1.638556, 2.073622",\
|
|
"1.383829, 1.392412, 1.418164, 1.523480, 1.958546",\
|
|
"0.909781, 0.918364, 0.944116, 1.049432, 1.484498");
|
|
}
|
|
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.015193, 0.023890, 0.054799, 0.204451, 0.839791",\
|
|
"0.015193, 0.023890, 0.054799, 0.204451, 0.839791",\
|
|
"0.015193, 0.023890, 0.054799, 0.204451, 0.839791",\
|
|
"0.015193, 0.023890, 0.054799, 0.204451, 0.839791",\
|
|
"0.015193, 0.023890, 0.054799, 0.204451, 0.839791");
|
|
}
|
|
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 ( "1.547946, 1.554606, 1.571699, 1.622205, 1.803185",\
|
|
"1.547946, 1.554606, 1.571699, 1.622205, 1.803185",\
|
|
"1.545026, 1.551686, 1.568779, 1.619284, 1.800264",\
|
|
"1.429951, 1.436610, 1.453704, 1.504209, 1.685189",\
|
|
"0.955887, 0.962547, 0.979640, 1.030145, 1.211125");
|
|
}
|
|
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.014849, 0.019499, 0.032787, 0.088833, 0.334919",\
|
|
"0.014849, 0.019499, 0.032787, 0.088833, 0.334919",\
|
|
"0.014849, 0.019499, 0.032787, 0.088833, 0.334919",\
|
|
"0.014849, 0.019499, 0.032787, 0.088833, 0.334919",\
|
|
"0.014849, 0.019499, 0.032787, 0.088833, 0.334919");
|
|
}
|
|
|
|
} /* 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 ( "1.737717, 1.746660, 1.772480, 1.878239, 2.318499",\
|
|
"1.837158, 1.846101, 1.871921, 1.977679, 2.417940",\
|
|
"1.910496, 1.919438, 1.945259, 2.051017, 2.491277",\
|
|
"2.026326, 2.035269, 2.061089, 2.166847, 2.607108",\
|
|
"2.503898, 2.512841, 2.538661, 2.644420, 3.084680");
|
|
}
|
|
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.014091, 0.022900, 0.053803, 0.201800, 0.849004",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.849004",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.849004",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.849004",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.849004");
|
|
}
|
|
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 ( "1.760498, 1.767555, 1.784822, 1.836120, 2.021713",\
|
|
"1.859939, 1.866996, 1.884263, 1.935560, 2.121153",\
|
|
"1.933276, 1.940333, 1.957600, 2.008898, 2.194491",\
|
|
"2.049106, 2.056164, 2.073431, 2.124728, 2.310322",\
|
|
"2.526664, 2.533721, 2.550988, 2.602286, 2.787879");
|
|
}
|
|
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.014194, 0.019072, 0.032438, 0.087374, 0.344458",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.344458",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.344458",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.344458",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.344458");
|
|
}
|
|
|
|
} /* 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 ( "1.734253, 1.743196, 1.769017, 1.874775, 2.310171",\
|
|
"1.734253, 1.743196, 1.769017, 1.874775, 2.310171",\
|
|
"1.731333, 1.740276, 1.766097, 1.871855, 2.307251",\
|
|
"1.616258, 1.625201, 1.651021, 1.756779, 2.192176",\
|
|
"1.142209, 1.151152, 1.176972, 1.282731, 1.718127");
|
|
}
|
|
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.014091, 0.022900, 0.053803, 0.201800, 0.839793",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.839793",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.839793",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.839793",\
|
|
"0.014091, 0.022900, 0.053803, 0.201800, 0.839793");
|
|
}
|
|
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 ( "1.759149, 1.766206, 1.783473, 1.834771, 2.015353",\
|
|
"1.759149, 1.766206, 1.783473, 1.834771, 2.015353",\
|
|
"1.756229, 1.763286, 1.780553, 1.831851, 2.012434",\
|
|
"1.641154, 1.648211, 1.665478, 1.716776, 1.897358",\
|
|
"1.167090, 1.174147, 1.191414, 1.242712, 1.423294");
|
|
}
|
|
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.014194, 0.019072, 0.032438, 0.087374, 0.334911",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.334911",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.334911",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.334911",\
|
|
"0.014194, 0.019072, 0.032438, 0.087374, 0.334911");
|
|
}
|
|
|
|
} /* 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 ( "1.501907, 1.510610, 1.536383, 1.643023, 2.082579",\
|
|
"1.601348, 1.610051, 1.635824, 1.742464, 2.182020",\
|
|
"1.674685, 1.683388, 1.709161, 1.815802, 2.255358",\
|
|
"1.790516, 1.799219, 1.824992, 1.931632, 2.371188",\
|
|
"2.268088, 2.276791, 2.302564, 2.409205, 2.848760");
|
|
}
|
|
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.014825, 0.023559, 0.054467, 0.206541, 0.850344",\
|
|
"0.014825, 0.023559, 0.054467, 0.206541, 0.850344",\
|
|
"0.014825, 0.023559, 0.054467, 0.206541, 0.850344",\
|
|
"0.014825, 0.023559, 0.054467, 0.206541, 0.850344",\
|
|
"0.014825, 0.023559, 0.054467, 0.206541, 0.850344");
|
|
}
|
|
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 ( "1.538893, 1.545686, 1.562838, 1.614679, 1.800183",\
|
|
"1.638334, 1.645126, 1.662278, 1.714120, 1.899624",\
|
|
"1.711671, 1.718464, 1.735616, 1.787458, 1.972961",\
|
|
"1.827502, 1.834294, 1.851446, 1.903288, 2.088792",\
|
|
"2.305058, 2.311851, 2.329003, 2.380845, 2.566349");
|
|
}
|
|
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.014629, 0.019356, 0.032670, 0.091156, 0.345824",\
|
|
"0.014629, 0.019356, 0.032670, 0.091156, 0.345824",\
|
|
"0.014629, 0.019356, 0.032670, 0.091156, 0.345824",\
|
|
"0.014629, 0.019356, 0.032670, 0.091156, 0.345824",\
|
|
"0.014629, 0.019356, 0.032670, 0.091156, 0.345824");
|
|
}
|
|
|
|
} /* 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 ( "1.494229, 1.502932, 1.528705, 1.634042, 2.069340",\
|
|
"1.494229, 1.502932, 1.528705, 1.634042, 2.069340",\
|
|
"1.491309, 1.500012, 1.525784, 1.631122, 2.066421",\
|
|
"1.376233, 1.384936, 1.410709, 1.516047, 1.951345",\
|
|
"0.902184, 0.910888, 0.936660, 1.041998, 1.477296");
|
|
}
|
|
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.014825, 0.023559, 0.054467, 0.204088, 0.839820",\
|
|
"0.014825, 0.023559, 0.054467, 0.204088, 0.839820",\
|
|
"0.014825, 0.023559, 0.054467, 0.204088, 0.839820",\
|
|
"0.014825, 0.023559, 0.054467, 0.204088, 0.839820",\
|
|
"0.014825, 0.023559, 0.054467, 0.204088, 0.839820");
|
|
}
|
|
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 ( "1.535453, 1.542246, 1.559398, 1.609934, 1.791014",\
|
|
"1.535453, 1.542246, 1.559398, 1.609934, 1.791014",\
|
|
"1.532533, 1.539326, 1.556478, 1.607014, 1.788094",\
|
|
"1.417457, 1.424250, 1.441402, 1.491938, 1.673019",\
|
|
"0.943394, 0.950186, 0.967338, 1.017875, 1.198955");
|
|
}
|
|
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.014629, 0.019356, 0.032670, 0.088697, 0.334914",\
|
|
"0.014629, 0.019356, 0.032670, 0.088697, 0.334914",\
|
|
"0.014629, 0.019356, 0.032670, 0.088697, 0.334914",\
|
|
"0.014629, 0.019356, 0.032670, 0.088697, 0.334914",\
|
|
"0.014629, 0.019356, 0.032670, 0.088697, 0.334914");
|
|
}
|
|
|
|
} /* 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 ( "1.747173, 1.756116, 1.781938, 1.887694, 2.327958",\
|
|
"1.846614, 1.855557, 1.881378, 1.987135, 2.427398",\
|
|
"1.919952, 1.928895, 1.954716, 2.060472, 2.500736",\
|
|
"2.035782, 2.044725, 2.070547, 2.176303, 2.616567",\
|
|
"2.513354, 2.522297, 2.548119, 2.653875, 3.094139");
|
|
}
|
|
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.014091, 0.022900, 0.053802, 0.201807, 0.848990",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.848990",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.848990",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.848990",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.848990");
|
|
}
|
|
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 ( "1.768726, 1.775783, 1.793049, 1.844347, 2.029940",\
|
|
"1.868166, 1.875224, 1.892490, 1.943788, 2.129380",\
|
|
"1.941504, 1.948561, 1.965828, 2.017126, 2.202718",\
|
|
"2.057334, 2.064392, 2.081658, 2.132956, 2.318548",\
|
|
"2.534892, 2.541949, 2.559216, 2.610514, 2.796106");
|
|
}
|
|
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.014194, 0.019073, 0.032437, 0.087375, 0.344462",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.344462",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.344462",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.344462",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.344462");
|
|
}
|
|
|
|
} /* 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 ( "1.741436, 1.750379, 1.776200, 1.881957, 2.317357",\
|
|
"1.741436, 1.750379, 1.776200, 1.881957, 2.317357",\
|
|
"1.738516, 1.747459, 1.773280, 1.879037, 2.314437",\
|
|
"1.623440, 1.632383, 1.658205, 1.763961, 2.199361",\
|
|
"1.149392, 1.158335, 1.184157, 1.289913, 1.725313");
|
|
}
|
|
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.014091, 0.022900, 0.053802, 0.201807, 0.839779",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.839779",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.839779",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.839779",\
|
|
"0.014091, 0.022900, 0.053802, 0.201807, 0.839779");
|
|
}
|
|
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 ( "1.766586, 1.773643, 1.790910, 1.842208, 2.022789",\
|
|
"1.766586, 1.773643, 1.790910, 1.842208, 2.022789",\
|
|
"1.763666, 1.770723, 1.787990, 1.839288, 2.019870",\
|
|
"1.648591, 1.655648, 1.672914, 1.724212, 1.904794",\
|
|
"1.174527, 1.181584, 1.198851, 1.250149, 1.430731");
|
|
}
|
|
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.014194, 0.019073, 0.032437, 0.087375, 0.334915",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.334915",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.334915",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.334915",\
|
|
"0.014194, 0.019073, 0.032437, 0.087375, 0.334915");
|
|
}
|
|
|
|
} /* 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 ( "1.752153, 1.760241, 1.786053, 1.891785, 2.331885",\
|
|
"1.851594, 1.859682, 1.885494, 1.991225, 2.431325",\
|
|
"1.924931, 1.933020, 1.958832, 2.064563, 2.504663",\
|
|
"2.040762, 2.048850, 2.074662, 2.180394, 2.620493",\
|
|
"2.518334, 2.526422, 2.552234, 2.657965, 3.098065");
|
|
}
|
|
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.014150, 0.022954, 0.053862, 0.201890, 0.848683",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.848683",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.848683",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.848683",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.848683");
|
|
}
|
|
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 ( "1.773058, 1.779433, 1.796684, 1.847956, 2.033398",\
|
|
"1.872498, 1.878873, 1.896124, 1.947397, 2.132839",\
|
|
"1.945836, 1.952211, 1.969462, 2.020735, 2.206177",\
|
|
"2.061666, 2.068042, 2.085292, 2.136565, 2.322007",\
|
|
"2.539223, 2.545598, 2.562849, 2.614121, 2.799564");
|
|
}
|
|
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.014229, 0.019097, 0.032462, 0.087418, 0.344156",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.344156",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.344156",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.344156",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.344156");
|
|
}
|
|
|
|
} /* 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 ( "1.747623, 1.756545, 1.782357, 1.888089, 2.323482",\
|
|
"1.747623, 1.756545, 1.782357, 1.888089, 2.323482",\
|
|
"1.744703, 1.753625, 1.779438, 1.885169, 2.320562",\
|
|
"1.629627, 1.638550, 1.664362, 1.770093, 2.205487",\
|
|
"1.155578, 1.164501, 1.190313, 1.296044, 1.731438");
|
|
}
|
|
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.014150, 0.022954, 0.053862, 0.201890, 0.839769",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.839769",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.839769",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.839769",\
|
|
"0.014150, 0.022954, 0.053862, 0.201890, 0.839769");
|
|
}
|
|
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 ( "1.771076, 1.778110, 1.795361, 1.846634, 2.027228",\
|
|
"1.771076, 1.778110, 1.795361, 1.846634, 2.027228",\
|
|
"1.768156, 1.775190, 1.792441, 1.843714, 2.024308",\
|
|
"1.653081, 1.660115, 1.677366, 1.728638, 1.909232",\
|
|
"1.179017, 1.186051, 1.203301, 1.254574, 1.435168");
|
|
}
|
|
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.014229, 0.019097, 0.032462, 0.087418, 0.334918",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.334918",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.334918",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.334918",\
|
|
"0.014229, 0.019097, 0.032462, 0.087418, 0.334918");
|
|
}
|
|
|
|
} /* 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 ( "1.744631, 1.753032, 1.778843, 1.884614, 2.324836",\
|
|
"1.844072, 1.852473, 1.878284, 1.984055, 2.424277",\
|
|
"1.917410, 1.925811, 1.951622, 2.057393, 2.497615",\
|
|
"2.033240, 2.041641, 2.067452, 2.173223, 2.613446",\
|
|
"2.510813, 2.519213, 2.545024, 2.650796, 3.091018");
|
|
}
|
|
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.014112, 0.022921, 0.053828, 0.201785, 0.849087",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.849087",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.849087",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.849087",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.849087");
|
|
}
|
|
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 ( "1.765650, 1.772242, 1.789506, 1.840803, 2.026392",\
|
|
"1.865091, 1.871683, 1.888947, 1.940243, 2.125832",\
|
|
"1.938429, 1.945021, 1.962284, 2.013581, 2.199170",\
|
|
"2.054259, 2.060851, 2.078115, 2.129412, 2.315000",\
|
|
"2.531816, 2.538408, 2.555671, 2.606968, 2.792557");
|
|
}
|
|
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.014209, 0.019080, 0.032450, 0.087382, 0.344437",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.344437",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.344437",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.344437",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.344437");
|
|
}
|
|
|
|
} /* 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 ( "1.738196, 1.747130, 1.772941, 1.878712, 2.314070",\
|
|
"1.738196, 1.747130, 1.772941, 1.878712, 2.314070",\
|
|
"1.735276, 1.744210, 1.770021, 1.875792, 2.311150",\
|
|
"1.620200, 1.629134, 1.654945, 1.760716, 2.196075",\
|
|
"1.146152, 1.155085, 1.180896, 1.286668, 1.722026");
|
|
}
|
|
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.014112, 0.022921, 0.053828, 0.201785, 0.839876",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.839876",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.839876",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.839876",\
|
|
"0.014112, 0.022921, 0.053828, 0.201785, 0.839876");
|
|
}
|
|
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 ( "1.763467, 1.770516, 1.787780, 1.839077, 2.019655",\
|
|
"1.763467, 1.770516, 1.787780, 1.839077, 2.019655",\
|
|
"1.760547, 1.767596, 1.784859, 1.836156, 2.016735",\
|
|
"1.645471, 1.652521, 1.669784, 1.721081, 1.901659",\
|
|
"1.171407, 1.178457, 1.195720, 1.247017, 1.427595");
|
|
}
|
|
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.014209, 0.019080, 0.032450, 0.087382, 0.334890",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.334890",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.334890",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.334890",\
|
|
"0.014209, 0.019080, 0.032450, 0.087382, 0.334890");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[10] */
|
|
|
|
pin("wb_dat_o[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.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 ( "1.758358, 1.767303, 1.793121, 1.898854, 2.338996",\
|
|
"1.857799, 1.866744, 1.892562, 1.998295, 2.438437",\
|
|
"1.931137, 1.940082, 1.965899, 2.071633, 2.511775",\
|
|
"2.046967, 2.055912, 2.081730, 2.187463, 2.627605",\
|
|
"2.524590, 2.533535, 2.559352, 2.665086, 3.105228");
|
|
}
|
|
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.014082, 0.022893, 0.053799, 0.201822, 0.848691",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.848691",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.848691",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.848691",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.848691");
|
|
}
|
|
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 ( "1.778688, 1.785747, 1.803011, 1.854286, 2.039748",\
|
|
"1.878129, 1.885188, 1.902451, 1.953727, 2.139189",\
|
|
"1.951467, 1.958526, 1.975789, 2.027065, 2.212526",\
|
|
"2.067297, 2.074356, 2.091619, 2.142895, 2.328357",\
|
|
"2.544902, 2.551961, 2.569224, 2.620500, 2.805962");
|
|
}
|
|
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.014188, 0.019070, 0.032439, 0.087393, 0.344153",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.344153",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.344153",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.344153",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.344153");
|
|
}
|
|
|
|
} /* 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 ( "1.749930, 1.758875, 1.784692, 1.890426, 2.325861",\
|
|
"1.749930, 1.758875, 1.784692, 1.890426, 2.325861",\
|
|
"1.747010, 1.755955, 1.781772, 1.887506, 2.322941",\
|
|
"1.631934, 1.640879, 1.666697, 1.772431, 2.207866",\
|
|
"1.157936, 1.166881, 1.192699, 1.298432, 1.733868");
|
|
}
|
|
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.014082, 0.022893, 0.053799, 0.201822, 0.839778",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.839778",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.839778",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.839778",\
|
|
"0.014082, 0.022893, 0.053799, 0.201822, 0.839778");
|
|
}
|
|
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 ( "1.776622, 1.783681, 1.800945, 1.852221, 2.032834",\
|
|
"1.776622, 1.783681, 1.800945, 1.852221, 2.032834",\
|
|
"1.773702, 1.780761, 1.798025, 1.849301, 2.029914",\
|
|
"1.658627, 1.665686, 1.682949, 1.734225, 1.914838",\
|
|
"1.184611, 1.191670, 1.208934, 1.260210, 1.440823");
|
|
}
|
|
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.014188, 0.019070, 0.032439, 0.087393, 0.334915",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.334915",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.334915",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.334915",\
|
|
"0.014188, 0.019070, 0.032439, 0.087393, 0.334915");
|
|
}
|
|
|
|
} /* 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 ( "1.746773, 1.754845, 1.780648, 1.886427, 2.326608",\
|
|
"1.846213, 1.854286, 1.880089, 1.985868, 2.426049",\
|
|
"1.919551, 1.927624, 1.953426, 2.059206, 2.499387",\
|
|
"2.035381, 2.043454, 2.069257, 2.175036, 2.615217",\
|
|
"2.512953, 2.521026, 2.546829, 2.652608, 3.092789");
|
|
}
|
|
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.014151, 0.022956, 0.053867, 0.201798, 0.849143",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.849143",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.849143",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.849143",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.849143");
|
|
}
|
|
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 ( "1.766720, 1.773037, 1.790294, 1.841589, 2.027168",\
|
|
"1.866161, 1.872478, 1.889734, 1.941029, 2.126609",\
|
|
"1.939498, 1.945815, 1.963072, 2.014367, 2.199947",\
|
|
"2.055329, 2.061646, 2.078902, 2.130198, 2.315777",\
|
|
"2.532886, 2.539202, 2.556459, 2.607754, 2.793334");
|
|
}
|
|
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.014233, 0.019094, 0.032467, 0.087396, 0.344423",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.344423",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.344423",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.344423",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.344423");
|
|
}
|
|
|
|
} /* 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 ( "1.741809, 1.750729, 1.776531, 1.882311, 2.317628",\
|
|
"1.741809, 1.750729, 1.776531, 1.882311, 2.317628",\
|
|
"1.738889, 1.747809, 1.773611, 1.879391, 2.314708",\
|
|
"1.623814, 1.632733, 1.658536, 1.764315, 2.199633",\
|
|
"1.149765, 1.158684, 1.184487, 1.290267, 1.725584");
|
|
}
|
|
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.014151, 0.022956, 0.053867, 0.201798, 0.839931",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.839931",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.839931",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.839931",\
|
|
"0.014151, 0.022956, 0.053867, 0.201798, 0.839931");
|
|
}
|
|
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 ( "1.764265, 1.771300, 1.788557, 1.839852, 2.020421",\
|
|
"1.764265, 1.771300, 1.788557, 1.839852, 2.020421",\
|
|
"1.761345, 1.768380, 1.785637, 1.836932, 2.017501",\
|
|
"1.646269, 1.653304, 1.670561, 1.721856, 1.902425",\
|
|
"1.172205, 1.179240, 1.196497, 1.247792, 1.428361");
|
|
}
|
|
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.014233, 0.019094, 0.032467, 0.087396, 0.334876",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.334876",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.334876",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.334876",\
|
|
"0.014233, 0.019094, 0.032467, 0.087396, 0.334876");
|
|
}
|
|
|
|
} /* 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 ( "1.752526, 1.761289, 1.787052, 1.892772, 2.332479",\
|
|
"1.851967, 1.860730, 1.886493, 1.992212, 2.431919",\
|
|
"1.925305, 1.934068, 1.959831, 2.065550, 2.505257",\
|
|
"2.041135, 2.049898, 2.075661, 2.181380, 2.621087",\
|
|
"2.518708, 2.527471, 2.553234, 2.658953, 3.098660");
|
|
}
|
|
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.014622, 0.023383, 0.054308, 0.202330, 0.848553",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.848553",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.848553",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.848553",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.848553");
|
|
}
|
|
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 ( "1.771502, 1.778361, 1.795522, 1.846759, 2.031998",\
|
|
"1.870942, 1.877802, 1.894963, 1.946199, 2.131439",\
|
|
"1.944280, 1.951140, 1.968301, 2.019537, 2.204777",\
|
|
"2.060111, 2.066970, 2.084131, 2.135367, 2.320607",\
|
|
"2.537668, 2.544527, 2.561688, 2.612925, 2.798164");
|
|
}
|
|
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.014509, 0.019283, 0.032632, 0.087604, 0.343962",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.343962",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.343962",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.343962",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.343962");
|
|
}
|
|
|
|
} /* 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 ( "1.750996, 1.759760, 1.785522, 1.891242, 2.326331",\
|
|
"1.750996, 1.759760, 1.785522, 1.891242, 2.326331",\
|
|
"1.748077, 1.756840, 1.782602, 1.888322, 2.323411",\
|
|
"1.633001, 1.641764, 1.667527, 1.773246, 2.208336",\
|
|
"1.158953, 1.167716, 1.193479, 1.299198, 1.734288");
|
|
}
|
|
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.014622, 0.023383, 0.054308, 0.202330, 0.839815",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.839815",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.839815",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.839815",\
|
|
"0.014622, 0.023383, 0.054308, 0.202330, 0.839815");
|
|
}
|
|
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 ( "1.770219, 1.777078, 1.794239, 1.845476, 2.025959",\
|
|
"1.770219, 1.777078, 1.794239, 1.845476, 2.025959",\
|
|
"1.767299, 1.774158, 1.791319, 1.842556, 2.023039",\
|
|
"1.652223, 1.659083, 1.676244, 1.727480, 1.907964",\
|
|
"1.178159, 1.185019, 1.202180, 1.253416, 1.433900");
|
|
}
|
|
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.014509, 0.019283, 0.032632, 0.087604, 0.334906",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.334906",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.334906",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.334906",\
|
|
"0.014509, 0.019283, 0.032632, 0.087604, 0.334906");
|
|
}
|
|
|
|
} /* 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 ( "1.519266, 1.527345, 1.553154, 1.658922, 2.099121",\
|
|
"1.618706, 1.626786, 1.652594, 1.758363, 2.198561",\
|
|
"1.692044, 1.700124, 1.725932, 1.831701, 2.271899",\
|
|
"1.807874, 1.815954, 1.841762, 1.947531, 2.387729",\
|
|
"2.285447, 2.293526, 2.319335, 2.425103, 2.865302");
|
|
}
|
|
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.014155, 0.022959, 0.053866, 0.201831, 0.849074",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.849074",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.849074",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.849074",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.849074");
|
|
}
|
|
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 ( "1.553154, 1.559476, 1.576731, 1.628026, 1.813602",\
|
|
"1.652595, 1.658916, 1.676172, 1.727466, 1.913043",\
|
|
"1.725933, 1.732254, 1.749509, 1.800804, 1.986381",\
|
|
"1.841763, 1.848085, 1.865340, 1.916635, 2.102211",\
|
|
"2.319321, 2.325642, 2.342897, 2.394192, 2.579768");
|
|
}
|
|
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.014233, 0.019097, 0.032463, 0.087398, 0.344447",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.344447",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.344447",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.344447",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.344447");
|
|
}
|
|
|
|
} /* 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 ( "1.509559, 1.518479, 1.544287, 1.650056, 2.085391",\
|
|
"1.509559, 1.518479, 1.544287, 1.650056, 2.085391",\
|
|
"1.506639, 1.515559, 1.541367, 1.647136, 2.082470",\
|
|
"1.391563, 1.400483, 1.426292, 1.532060, 1.967395",\
|
|
"0.917515, 0.926435, 0.952243, 1.058012, 1.493347");
|
|
}
|
|
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.014155, 0.022959, 0.053866, 0.201831, 0.839862",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.839862",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.839862",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.839862",\
|
|
"0.014155, 0.022959, 0.053866, 0.201831, 0.839862");
|
|
}
|
|
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 ( "1.548839, 1.555873, 1.573128, 1.624423, 1.804989",\
|
|
"1.548839, 1.555873, 1.573128, 1.624423, 1.804989",\
|
|
"1.545919, 1.552953, 1.570208, 1.621503, 1.802069",\
|
|
"1.430844, 1.437877, 1.455133, 1.506428, 1.686993",\
|
|
"0.956780, 0.963814, 0.981069, 1.032364, 1.212930");
|
|
}
|
|
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.014233, 0.019097, 0.032463, 0.087398, 0.334900",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.334900",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.334900",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.334900",\
|
|
"0.014233, 0.019097, 0.032463, 0.087398, 0.334900");
|
|
}
|
|
|
|
} /* 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 ( "1.736424, 1.744283, 1.770115, 1.876860, 2.317143",\
|
|
"1.835865, 1.843723, 1.869556, 1.976301, 2.416583",\
|
|
"1.909203, 1.917061, 1.942894, 2.049639, 2.489921",\
|
|
"2.025033, 2.032892, 2.058724, 2.165469, 2.605752",\
|
|
"2.502605, 2.510463, 2.536296, 2.643041, 3.083323");
|
|
}
|
|
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.014392, 0.023163, 0.054042, 0.206390, 0.851376",\
|
|
"0.014392, 0.023163, 0.054042, 0.206390, 0.851376",\
|
|
"0.014392, 0.023163, 0.054042, 0.206390, 0.851376",\
|
|
"0.014392, 0.023163, 0.054042, 0.206390, 0.851376",\
|
|
"0.014392, 0.023163, 0.054042, 0.206390, 0.851376");
|
|
}
|
|
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 ( "1.759452, 1.765829, 1.783078, 1.835047, 2.021120",\
|
|
"1.858893, 1.865269, 1.882519, 1.934488, 2.120560",\
|
|
"1.932230, 1.938607, 1.955857, 2.007826, 2.193898",\
|
|
"2.048061, 2.054437, 2.071687, 2.123656, 2.309729",\
|
|
"2.525617, 2.531994, 2.549244, 2.601213, 2.787285");
|
|
}
|
|
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.014372, 0.019182, 0.032502, 0.091243, 0.346934",\
|
|
"0.014372, 0.019182, 0.032502, 0.091243, 0.346934",\
|
|
"0.014372, 0.019182, 0.032502, 0.091243, 0.346934",\
|
|
"0.014372, 0.019182, 0.032502, 0.091243, 0.346934",\
|
|
"0.014372, 0.019182, 0.032502, 0.091243, 0.346934");
|
|
}
|
|
|
|
} /* 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 ( "1.733913, 1.742766, 1.768599, 1.873914, 2.309504",\
|
|
"1.733913, 1.742766, 1.768599, 1.873914, 2.309504",\
|
|
"1.730993, 1.739846, 1.765678, 1.870994, 2.306584",\
|
|
"1.615917, 1.624770, 1.650603, 1.755918, 2.191509",\
|
|
"1.141868, 1.150722, 1.176554, 1.281870, 1.717460");
|
|
}
|
|
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.014392, 0.023163, 0.054042, 0.203691, 0.839784",\
|
|
"0.014392, 0.023163, 0.054042, 0.203691, 0.839784",\
|
|
"0.014392, 0.023163, 0.054042, 0.203691, 0.839784",\
|
|
"0.014392, 0.023163, 0.054042, 0.203691, 0.839784",\
|
|
"0.014392, 0.023163, 0.054042, 0.203691, 0.839784");
|
|
}
|
|
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 ( "1.757586, 1.764543, 1.781793, 1.832328, 2.013526",\
|
|
"1.757586, 1.764543, 1.781793, 1.832328, 2.013526",\
|
|
"1.754666, 1.761623, 1.778873, 1.829408, 2.010606",\
|
|
"1.639591, 1.646547, 1.663797, 1.714333, 1.895530",\
|
|
"1.165527, 1.172484, 1.189734, 1.240269, 1.421467");
|
|
}
|
|
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.014372, 0.019182, 0.032502, 0.088537, 0.334913",\
|
|
"0.014372, 0.019182, 0.032502, 0.088537, 0.334913",\
|
|
"0.014372, 0.019182, 0.032502, 0.088537, 0.334913",\
|
|
"0.014372, 0.019182, 0.032502, 0.088537, 0.334913",\
|
|
"0.014372, 0.019182, 0.032502, 0.088537, 0.334913");
|
|
}
|
|
|
|
} /* 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 ( "1.769582, 1.777653, 1.803468, 1.909225, 2.349443",\
|
|
"1.869022, 1.877094, 1.902908, 2.008666, 2.448884",\
|
|
"1.942360, 1.950432, 1.976246, 2.082004, 2.522222",\
|
|
"2.058190, 2.066262, 2.092076, 2.197834, 2.638052",\
|
|
"2.535763, 2.543835, 2.569649, 2.675407, 3.115625");
|
|
}
|
|
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.014155, 0.022958, 0.053862, 0.201860, 0.849006",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.849006",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.849006",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.849006",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.849006");
|
|
}
|
|
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 ( "1.788894, 1.795190, 1.812445, 1.863740, 2.049315",\
|
|
"1.888335, 1.894631, 1.911886, 1.963181, 2.148756",\
|
|
"1.961672, 1.967969, 1.985224, 2.036519, 2.222094",\
|
|
"2.077503, 2.083799, 2.101054, 2.152349, 2.337924",\
|
|
"2.555060, 2.561357, 2.578612, 2.629906, 2.815482");
|
|
}
|
|
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.014232, 0.019097, 0.032460, 0.087398, 0.344459",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.344459",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.344459",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.344459",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.344459");
|
|
}
|
|
|
|
} /* 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 ( "1.759894, 1.768816, 1.794630, 1.900388, 2.335742",\
|
|
"1.759894, 1.768816, 1.794630, 1.900388, 2.335742",\
|
|
"1.756974, 1.765896, 1.791710, 1.897468, 2.332822",\
|
|
"1.641899, 1.650820, 1.676635, 1.782393, 2.217747",\
|
|
"1.167851, 1.176772, 1.202587, 1.308345, 1.743699");
|
|
}
|
|
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.014155, 0.022958, 0.053862, 0.201860, 0.839795",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.839795",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.839795",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.839795",\
|
|
"0.014155, 0.022958, 0.053862, 0.201860, 0.839795");
|
|
}
|
|
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 ( "1.784062, 1.791096, 1.808351, 1.859645, 2.040210",\
|
|
"1.784062, 1.791096, 1.808351, 1.859645, 2.040210",\
|
|
"1.781142, 1.788176, 1.805431, 1.856725, 2.037290",\
|
|
"1.666067, 1.673100, 1.690355, 1.741650, 1.922215",\
|
|
"1.192003, 1.199037, 1.216292, 1.267587, 1.448152");
|
|
}
|
|
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.014232, 0.019097, 0.032460, 0.087398, 0.334912",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.334912",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.334912",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.334912",\
|
|
"0.014232, 0.019097, 0.032460, 0.087398, 0.334912");
|
|
}
|
|
|
|
} /* 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 ( "1.743358, 1.752309, 1.778126, 1.883863, 2.324012",\
|
|
"1.842799, 1.851749, 1.877567, 1.983304, 2.423452",\
|
|
"1.916137, 1.925087, 1.950905, 2.056642, 2.496790",\
|
|
"2.031967, 2.040918, 2.066735, 2.172472, 2.612621",\
|
|
"2.509539, 2.518490, 2.544307, 2.650044, 3.090193");
|
|
}
|
|
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.014063, 0.022876, 0.053782, 0.201795, 0.848712",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.848712",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.848712",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.848712",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.848712");
|
|
}
|
|
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 ( "1.765685, 1.772751, 1.790018, 1.841295, 2.026762",\
|
|
"1.865125, 1.872192, 1.889459, 1.940735, 2.126203",\
|
|
"1.938463, 1.945529, 1.962796, 2.014073, 2.199540",\
|
|
"2.054293, 2.061359, 2.078627, 2.129904, 2.315371",\
|
|
"2.531851, 2.538916, 2.556184, 2.607460, 2.792928");
|
|
}
|
|
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.014178, 0.019062, 0.032434, 0.087387, 0.344148",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.344148",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.344148",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.344148",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.344148");
|
|
}
|
|
|
|
} /* 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 ( "1.738463, 1.747413, 1.773231, 1.878968, 2.314409",\
|
|
"1.738463, 1.747413, 1.773231, 1.878968, 2.314409",\
|
|
"1.735543, 1.744493, 1.770311, 1.876048, 2.311490",\
|
|
"1.620467, 1.629418, 1.655235, 1.760972, 2.196414",\
|
|
"1.146419, 1.155369, 1.181187, 1.286924, 1.722366");
|
|
}
|
|
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.014063, 0.022876, 0.053782, 0.201795, 0.839798",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.839798",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.839798",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.839798",\
|
|
"0.014063, 0.022876, 0.053782, 0.201795, 0.839798");
|
|
}
|
|
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 ( "1.764283, 1.771349, 1.788616, 1.839893, 2.020511",\
|
|
"1.764283, 1.771349, 1.788616, 1.839893, 2.020511",\
|
|
"1.761363, 1.768429, 1.785696, 1.836973, 2.017591",\
|
|
"1.646287, 1.653353, 1.670620, 1.721897, 1.902516",\
|
|
"1.172223, 1.179290, 1.196557, 1.247833, 1.428452");
|
|
}
|
|
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.014178, 0.019062, 0.032434, 0.087387, 0.334910",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.334910",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.334910",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.334910",\
|
|
"0.014178, 0.019062, 0.032434, 0.087387, 0.334910");
|
|
}
|
|
|
|
} /* 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 ( "1.793206, 1.802143, 1.827960, 1.933720, 2.373966",\
|
|
"1.892653, 1.901590, 1.927408, 2.033168, 2.473413",\
|
|
"1.966007, 1.974944, 2.000761, 2.106521, 2.546766",\
|
|
"2.081918, 2.090854, 2.116672, 2.222432, 2.662677",\
|
|
"2.559231, 2.568167, 2.593985, 2.699745, 3.139990");
|
|
}
|
|
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.014108, 0.022916, 0.053820, 0.201812, 0.849016",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.849016",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.849016",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.849016",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.849016");
|
|
}
|
|
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 ( "1.814852, 1.821902, 1.839166, 1.890463, 2.076051",\
|
|
"1.914299, 1.921350, 1.938613, 1.989910, 2.175499",\
|
|
"1.987653, 1.994704, 2.011967, 2.063264, 2.248852",\
|
|
"2.103564, 2.110614, 2.127878, 2.179175, 2.364763",\
|
|
"2.580877, 2.587928, 2.605191, 2.656489, 2.842077");
|
|
}
|
|
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.014205, 0.019079, 0.032445, 0.087381, 0.344455",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.344455",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.344455",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.344455",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.344455");
|
|
}
|
|
|
|
} /* 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 ( "1.790523, 1.799459, 1.825277, 1.931037, 2.366418",\
|
|
"1.790523, 1.799459, 1.825277, 1.931037, 2.366418",\
|
|
"1.787625, 1.796562, 1.822380, 1.928140, 2.363521",\
|
|
"1.672630, 1.681567, 1.707385, 1.813145, 2.248526",\
|
|
"1.198323, 1.207259, 1.233077, 1.338837, 1.774218");
|
|
}
|
|
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.014108, 0.022916, 0.053820, 0.201812, 0.839805",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.839805",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.839805",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.839805",\
|
|
"0.014108, 0.022916, 0.053820, 0.201812, 0.839805");
|
|
}
|
|
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 ( "1.813566, 1.820616, 1.837880, 1.889177, 2.069755",\
|
|
"1.813566, 1.820616, 1.837880, 1.889177, 2.069755",\
|
|
"1.810668, 1.817719, 1.834982, 1.886280, 2.066857",\
|
|
"1.695673, 1.702724, 1.719988, 1.771285, 1.951863",\
|
|
"1.221366, 1.228417, 1.245680, 1.296977, 1.477555");
|
|
}
|
|
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.014205, 0.019079, 0.032445, 0.087381, 0.334908",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.334908",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.334908",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.334908",\
|
|
"0.014205, 0.019079, 0.032445, 0.087381, 0.334908");
|
|
}
|
|
|
|
} /* 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 ( "1.787210, 1.796161, 1.821980, 1.927715, 2.367866",\
|
|
"1.886658, 1.895609, 1.921427, 2.027163, 2.467313",\
|
|
"1.960011, 1.968962, 1.994781, 2.100517, 2.540667",\
|
|
"2.075922, 2.084873, 2.110691, 2.216427, 2.656578",\
|
|
"2.553236, 2.562186, 2.588005, 2.693741, 3.133891");
|
|
}
|
|
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.014063, 0.022876, 0.053782, 0.201799, 0.848705",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.848705",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.848705",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.848705",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.848705");
|
|
}
|
|
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 ( "1.809569, 1.816636, 1.833903, 1.885180, 2.070647",\
|
|
"1.909017, 1.916083, 1.933350, 1.984627, 2.170094",\
|
|
"1.982370, 1.989437, 2.006703, 2.057980, 2.243447",\
|
|
"2.098281, 2.105347, 2.122614, 2.173891, 2.359358",\
|
|
"2.575594, 2.582660, 2.599927, 2.651204, 2.836671");
|
|
}
|
|
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.014178, 0.019062, 0.032433, 0.087387, 0.344149",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.344149",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.344149",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.344149",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.344149");
|
|
}
|
|
|
|
} /* 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 ( "1.784506, 1.793457, 1.819275, 1.925011, 2.360455",\
|
|
"1.784506, 1.793457, 1.819275, 1.925011, 2.360455",\
|
|
"1.781609, 1.790560, 1.816378, 1.922114, 2.357558",\
|
|
"1.666614, 1.675565, 1.701383, 1.807119, 2.242563",\
|
|
"1.192306, 1.201257, 1.227075, 1.332811, 1.768255");
|
|
}
|
|
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.014063, 0.022876, 0.053782, 0.201799, 0.839791",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.839791",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.839791",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.839791",\
|
|
"0.014063, 0.022876, 0.053782, 0.201799, 0.839791");
|
|
}
|
|
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 ( "1.808248, 1.815314, 1.832581, 1.883858, 2.064477",\
|
|
"1.808248, 1.815314, 1.832581, 1.883858, 2.064477",\
|
|
"1.805351, 1.812417, 1.829684, 1.880961, 2.061579",\
|
|
"1.690356, 1.697422, 1.714689, 1.765966, 1.946584",\
|
|
"1.216048, 1.223114, 1.240381, 1.291658, 1.472277");
|
|
}
|
|
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.014178, 0.019062, 0.032433, 0.087387, 0.334911",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.334911",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.334911",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.334911",\
|
|
"0.014178, 0.019062, 0.032433, 0.087387, 0.334911");
|
|
}
|
|
|
|
} /* 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 ( "1.776338, 1.785278, 1.811097, 1.916856, 2.357111",\
|
|
"1.875783, 1.884723, 1.910543, 2.016302, 2.456556",\
|
|
"1.949133, 1.958073, 1.983892, 2.089651, 2.529906",\
|
|
"2.065031, 2.073972, 2.099791, 2.205550, 2.645804",\
|
|
"2.542595, 2.551536, 2.577355, 2.683114, 3.123368");
|
|
}
|
|
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.014098, 0.022906, 0.053810, 0.201805, 0.849008",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.849008",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.849008",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.849008",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.849008");
|
|
}
|
|
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 ( "1.796612, 1.803667, 1.820932, 1.872230, 2.057821",\
|
|
"1.896058, 1.903113, 1.920378, 1.971676, 2.157267",\
|
|
"1.969407, 1.976462, 1.993727, 2.045025, 2.230616",\
|
|
"2.085307, 2.092361, 2.109627, 2.160924, 2.346515",\
|
|
"2.562860, 2.569914, 2.587180, 2.638477, 2.824068");
|
|
}
|
|
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.014198, 0.019075, 0.032441, 0.087377, 0.344457",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.344457",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.344457",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.344457",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.344457");
|
|
}
|
|
|
|
} /* 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 ( "1.765843, 1.774783, 1.800602, 1.906361, 2.341752",\
|
|
"1.765843, 1.774783, 1.800602, 1.906361, 2.341752",\
|
|
"1.762939, 1.771880, 1.797699, 1.903458, 2.338848",\
|
|
"1.647932, 1.656873, 1.682692, 1.788451, 2.223841",\
|
|
"1.173876, 1.182816, 1.208635, 1.314394, 1.749785");
|
|
}
|
|
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.014098, 0.022906, 0.053810, 0.201805, 0.839797",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.839797",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.839797",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.839797",\
|
|
"0.014098, 0.022906, 0.053810, 0.201805, 0.839797");
|
|
}
|
|
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 ( "1.792780, 1.799835, 1.817100, 1.868398, 2.048978",\
|
|
"1.792780, 1.799835, 1.817100, 1.868398, 2.048978",\
|
|
"1.789877, 1.796931, 1.814197, 1.865494, 2.046075",\
|
|
"1.674870, 1.681925, 1.699190, 1.750488, 1.931068",\
|
|
"1.200802, 1.207857, 1.225122, 1.276420, 1.457000");
|
|
}
|
|
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.014198, 0.019075, 0.032441, 0.087377, 0.334910",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.334910",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.334910",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.334910",\
|
|
"0.014198, 0.019075, 0.032441, 0.087377, 0.334910");
|
|
}
|
|
|
|
} /* 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.005100 ;
|
|
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.366314, 0.342627, 0.369452, 0.484460, 0.958813",\
|
|
"0.412198, 0.388512, 0.415337, 0.530345, 1.004698",\
|
|
"0.420781, 0.397094, 0.423919, 0.538928, 1.013280",\
|
|
"0.401667, 0.377980, 0.404805, 0.519813, 0.994166",\
|
|
"0.319461, 0.295774, 0.322599, 0.437608, 0.911960");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.234186, 0.210499, 0.237324, 0.352333, 0.826685",\
|
|
"0.331849, 0.308163, 0.334988, 0.449996, 0.924349",\
|
|
"0.410250, 0.386564, 0.413389, 0.528397, 1.002750",\
|
|
"0.545008, 0.521321, 0.548146, 0.663154, 1.137507",\
|
|
"1.097604, 1.073917, 1.100742, 1.215750, 1.690103");
|
|
}
|
|
|
|
} /* 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.101356, 0.200568, 0.273916, 0.389813, 0.867081",\
|
|
"0.055169, 0.154381, 0.227729, 0.343626, 0.820894",\
|
|
"0.046557, 0.145768, 0.219117, 0.335014, 0.812282",\
|
|
"0.065146, 0.164357, 0.237706, 0.353603, 0.830871",\
|
|
"0.145578, 0.244790, 0.318138, 0.434035, 0.911303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.041649, 0.140860, 0.214209, 0.330106, 0.807374",\
|
|
"-0.055903, 0.043308, 0.116657, 0.232554, 0.709822",\
|
|
"-0.133785, -0.034573, 0.038775, 0.154673, 0.631940",\
|
|
"-0.267826, -0.168615, -0.095266, 0.020631, 0.497899",\
|
|
"-0.819367, -0.720155, -0.646807, -0.530909, -0.053642");
|
|
}
|
|
|
|
} /* 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.003959 ;
|
|
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.291823, 0.268136, 0.294961, 0.409970, 0.884322",\
|
|
"0.325650, 0.301964, 0.328789, 0.443797, 0.918150",\
|
|
"0.320859, 0.297172, 0.323997, 0.439006, 0.913358",\
|
|
"0.273985, 0.250298, 0.277123, 0.392132, 0.866484",\
|
|
"0.077277, 0.053591, 0.080416, 0.195424, 0.669777");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.207211, 0.183524, 0.210349, 0.325358, 0.799711",\
|
|
"0.306405, 0.282718, 0.309543, 0.424552, 0.898904",\
|
|
"0.390628, 0.366941, 0.393766, 0.508775, 0.983127",\
|
|
"0.539853, 0.516166, 0.542992, 0.658000, 1.132353",\
|
|
"1.155003, 1.131316, 1.158141, 1.273149, 1.747502");
|
|
}
|
|
|
|
} /* 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.001408, 0.097804, 0.171152, 0.287049, 0.764317",\
|
|
"-0.035235, 0.063976, 0.137325, 0.253222, 0.730490",\
|
|
"-0.030444, 0.068768, 0.142116, 0.258014, 0.735281",\
|
|
"0.016493, 0.115704, 0.189053, 0.304950, 0.782218",\
|
|
"0.213364, 0.312576, 0.385924, 0.501822, 0.979090");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.016038, 0.083174, 0.156522, 0.272420, 0.749688",\
|
|
"-0.115232, -0.016020, 0.057329, 0.173226, 0.650494",\
|
|
"-0.199455, -0.100243, -0.026895, 0.089003, 0.566271",\
|
|
"-0.348597, -0.249386, -0.176037, -0.060140, 0.417128",\
|
|
"-0.963411, -0.864200, -0.790851, -0.674954, -0.197686");
|
|
}
|
|
|
|
} /* 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.003985 ;
|
|
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.426314, 0.402627, 0.429453, 0.544461, 1.018814",\
|
|
"0.460128, 0.436441, 0.463266, 0.578275, 1.052628",\
|
|
"0.455279, 0.431592, 0.458417, 0.573426, 1.047778",\
|
|
"0.408592, 0.384905, 0.411730, 0.526738, 1.001091",\
|
|
"0.212572, 0.188886, 0.215711, 0.330719, 0.805072");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.288772, 0.265085, 0.291910, 0.406919, 0.881271",\
|
|
"0.388116, 0.364429, 0.391254, 0.506263, 0.980615",\
|
|
"0.472752, 0.449065, 0.475890, 0.590899, 1.065251",\
|
|
"0.622657, 0.598971, 0.625796, 0.740804, 1.215157",\
|
|
"1.240317, 1.216630, 1.243456, 1.358464, 1.832817");
|
|
}
|
|
|
|
} /* 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.016145, 0.083067, 0.156415, 0.272313, 0.749581",\
|
|
"-0.049958, 0.049253, 0.122602, 0.238499, 0.715767",\
|
|
"-0.045109, 0.054103, 0.127451, 0.243348, 0.720616",\
|
|
"0.001475, 0.100686, 0.174035, 0.289932, 0.767200",\
|
|
"0.197217, 0.296429, 0.369777, 0.485675, 0.962942");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.016446, 0.082765, 0.156114, 0.272011, 0.749279",\
|
|
"-0.115790, -0.016579, 0.056770, 0.172667, 0.649935",\
|
|
"-0.200426, -0.101215, -0.027866, 0.088031, 0.565299",\
|
|
"-0.350197, -0.250985, -0.177637, -0.061739, 0.415529",\
|
|
"-0.967369, -0.868157, -0.794809, -0.678912, -0.201644");
|
|
}
|
|
|
|
} /* 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.004576 ;
|
|
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.212245, 0.188559, 0.215384, 0.330392, 0.804745",\
|
|
"0.258354, 0.234668, 0.261493, 0.376501, 0.850854",\
|
|
"0.266820, 0.243133, 0.269958, 0.384967, 0.859319",\
|
|
"0.249100, 0.225414, 0.252239, 0.367247, 0.841600",\
|
|
"0.170108, 0.146422, 0.173247, 0.288255, 0.762608");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.250997, 0.227311, 0.254136, 0.369144, 0.843497",\
|
|
"0.348541, 0.324854, 0.351679, 0.466688, 0.941040",\
|
|
"0.426283, 0.402596, 0.429421, 0.544430, 1.018782",\
|
|
"0.559966, 0.536279, 0.563104, 0.678113, 1.152465",\
|
|
"1.110512, 1.086825, 1.113650, 1.228659, 1.703011");
|
|
}
|
|
|
|
} /* 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.013230, 0.085982, 0.159330, 0.275228, 0.752496",\
|
|
"-0.059339, 0.039873, 0.113221, 0.229119, 0.706387",\
|
|
"-0.067804, 0.031407, 0.104756, 0.220653, 0.697921",\
|
|
"-0.050456, 0.048755, 0.122104, 0.238001, 0.715269",\
|
|
"0.027665, 0.126877, 0.200225, 0.316123, 0.793390");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.070613, 0.028599, 0.101947, 0.217844, 0.695111",\
|
|
"-0.168156, -0.068945, 0.004404, 0.120301, 0.597568",\
|
|
"-0.245898, -0.146687, -0.073339, 0.042559, 0.519826",\
|
|
"-0.379582, -0.280370, -0.207022, -0.091124, 0.386142",\
|
|
"-0.930127, -0.830916, -0.757567, -0.641670, -0.164403");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[0] */
|
|
} /* end of bus wb_sel_i */
|
|
|
|
pin("wbbd_sck") {
|
|
direction : internal ;
|
|
clock : true ;
|
|
max_transition : 1.506482 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.726938 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.635952, 0.735396, 0.808744, 0.924636, 1.402272");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.096615, 0.096615, 0.096615, 0.096615, 0.096614");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.665210, 0.764655, 0.838002, 0.953894, 1.431524");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.072691, 0.072691, 0.072691, 0.072691, 0.072691");
|
|
}
|
|
|
|
} /* 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.634718, 0.634718, 0.631812, 0.516799, 0.042814");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.096615, 0.096615, 0.096615, 0.096615, 0.096614");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.663977, 0.663977, 0.661070, 0.546057, 0.072066");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.072691, 0.072691, 0.072691, 0.072691, 0.072691");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|